Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv375

Modified Files:
        clx-openmcl.info 
Added Files:
        clx-openmcl.patch 
Log Message:
Patch in a copy of the license and put it in the correct location.



--- NEW FILE: clx-openmcl.patch ---
diff -Naur clx.orig/LICENSE clx/LICENSE
--- clx.orig/LICENSE    1969-12-31 16:00:00.000000000 -0800
+++ clx/LICENSE 2004-07-19 01:38:55.000000000 -0700
@@ -0,0 +1,17 @@
+;;;                      TEXAS INSTRUMENTS INCORPORATED
+;;;                               P.O. BOX 2909
+;;;                            AUSTIN, TEXAS 78769
+;;;
+;;; Portions Copyright (C) 1987 Texas Instruments Incorporated.
+;;; Portions Copyright (C) 1988, 1989 Franz Inc, Berkeley, Ca.
+;;;
+;;; Permission is granted to any individual or institution to use, copy, modify,
+;;; and distribute this software, provided that this complete copyright and
+;;; permission notice is maintained, intact, in all copies and supporting
+;;; documentation.
+;;;
+;;; Texas Instruments Incorporated provides this software "as is" without
+;;; express or implied warranty.
+;;;
+;;; Franz Incorporated provides this software "as is" without express or
+;;; implied warranty.

Index: clx-openmcl.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/clx-openmcl.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- clx-openmcl.info    13 May 2004 07:31:46 -0000      1.2
+++ clx-openmcl.info    21 Jul 2004 21:26:09 -0000      1.3
@@ -1,21 +1,18 @@
 Package: clx-openmcl
 Version: 040210
-Revision: 2
+Revision: 3
 Description: Low-level X11 client library for Common Lisp
 License: BSD
 Maintainer: Lars Rosengreen <[EMAIL PROTECTED]>
 
-# Dependencies
 Depends: openmcl (>= 0.14.2-p1), x11
 
-# Unpack Phase
 Source: ftp://clozure.com/pub/CLX/clx-%v.tar.gz
-
+Source-MD5: c9e54607da4c1f6a9285fed02f7205ea
 SourceDirectory: clx
 
-Source-MD5: c9e54607da4c1f6a9285fed02f7205ea
+Patch: %n.patch
 
-# Compile Phase
 CompileScript: <<
   echo '(load "clx/defsystem.lisp")' > ../build-clx.lisp
   echo '(cl-user::compile-clx "clx/*.lisp")' >> ../build-clx.lisp
@@ -24,17 +21,16 @@
   cd .. ; cat build-clx.lisp | openmcl --batch
 <<
 
-# Install Phase
 InstallScript: <<
   find . -type d -name CVS -depth -exec rm -rf {} \;
-  mkdir -p %i/share/openmcl/ccl/library
-  cp ../clx.dfsl %i/share/openmcl/ccl/library
+  find . -type f -name .cvsignore -depth -exec rm {} \;
+  install -m 755 -d %i/share/openmcl/ccl/library
+  install -m 644 ../clx.dfsl %i/share/openmcl/ccl/library
   cd .. ; cp -R clx %i/share/openmcl
 <<
 
-DocFiles: README README.OpenMCL
+DocFiles: LICENSE README README.OpenMCL
 
-# Additional Data
 Homepage: http://www.cliki.net/CLX/
 
 DescDetail: <<
@@ -42,6 +38,5 @@
 << 
 
 DescUsage: << 
-Evaluate (require :clx) to load CLX support.
+Evaluate (require "clx") to load CLX support.
 <<
-



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to