Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv25123
Modified Files:
openmcl.info
Added Files:
openmcl-64bit.info
Log Message:
* Latest upstream version (1.0)
* Cocoa listener and other tidbits work correctly
* New package: openmcl-64bit for 64bit powerpc
Index: openmcl.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/openmcl.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- openmcl.info 18 Mar 2006 00:25:35 -0000 1.2
+++ openmcl.info 14 Oct 2006 07:29:30 -0000 1.3
@@ -1,14 +1,17 @@
Package: openmcl
Architecture: powerpc
-Version: 0.14.3
+Version: 1.0
Revision: 1
Description: ANSI Common Lisp implementation
License: LGPL
Maintainer: Lars Rosengreen <[EMAIL PROTECTED]>
-Source: ftp://clozure.com/pub/%n-darwinppc-all-%v.tar.gz
+Conflicts: openmcl-64bit
+Replaces: openmcl-64bit
-Source-MD5: bdf62b75427d4e9dcdba7df41bf43e1c
+Source: ftp://clozure.com/pub/openmcl-darwinppc-all-%v.tar.gz
+
+Source-MD5: 7e8b584100d0a2b8cb438b29bd891505
SourceDirectory: ccl
@@ -17,17 +20,18 @@
echo '(ccl::xload-level-0 :force)' | ./dppccl --batch
echo '(ccl::compile-ccl)' | ./dppccl --batch
echo '(ccl::save-application "dppccl.image")' | ./dppccl --batch
--image-name ppc-boot.image
+ echo '(require "HEMLOCK")' | ./dppccl --batch
<<
InstallScript: <<
/usr/bin/find . -type d -name CVS -depth -exec rm -rfv \{\} \;
/usr/bin/find . -type f -name .cvsignore -depth -exec rm -rfv \{\} \;
/usr/bin/install -m 755 -d %i/bin
- echo '#! /bin/sh' >> %i/bin/%n
- echo 'CCL_DEFAULT_DIRECTORY=%p/lib/%n/ccl exec %p/lib/%n/ccl/dppccl "$@"' >>
%i/bin/%n
- chmod +x %i/bin/%n
- /usr/bin/install -m 755 -d %i/lib/%n/ccl
- cp -Rp * %i/lib/%n/ccl
+ echo '#! /bin/sh' >> %i/bin/openmcl
+ echo 'CCL_DEFAULT_DIRECTORY=%p/lib/openmcl/ccl exec
%p/lib/openmcl/ccl/dppccl "$@"' >> %i/bin/openmcl
+ chmod +x %i/bin/openmcl
+ /usr/bin/install -m 755 -d %i/lib/openmcl/ccl
+ cp -Rp * %i/lib/openmcl/ccl
<<
DocFiles: LGPL LICENSE
@@ -39,21 +43,24 @@
several advanced features including native (POSIX) threading,
support for most of AMOP, and an elegant interface to
Objective-C/Cocoa.
-
- This Fink package incorporates recent bug fixes committed to
- OpenMCL's upstream stable CVS tree.
<<
DescPackaging: <<
- * Derived from the DarwinPorts package for OpenMCL originally
- created by Gregory Wright
+* Derived from the DarwinPorts package for OpenMCL originally
+ created by Gregory Wright
- * OpenMCL.app is not a normal application. It is part of OpenMCL's
- support for Cocoa, and needs to go in %p/lib/%n/ccl.
+* OpenMCL.app is not a normal application. It is part of OpenMCL's
+ support for Cocoa, and needs to go in %p/lib/openmcl/ccl
+ (or %p/lib64/openmcl/ccl for 64bit version).
- * The darwinppc-all distribution combines what was
- previously several separate downloads.
+* The darwinppc-all distribution combines what was
+ previously several separate downloads.
- * There is a lot of good documentation in the lisp source files. I
- think it is better to keep them instead of removing them.
+* There is a lot of good documentation in the lisp source files. I
+ think it is better to keep them instead of removing them.
+
+* OpenMCL is not ready for intel, for the reasons described here:
+ http://article.gmane.org/gmane.lisp.openmcl.devel/1067
+
+* The -64bit version does not include the IDE or Hemlock
<<
--- NEW FILE: openmcl-64bit.info ---
Package: openmcl-64bit
Architecture: powerpc
Version: 1.0
Revision: 1
Description: ANSI Common Lisp implementation
License: LGPL
Maintainer: Lars Rosengreen <[EMAIL PROTECTED]>
Depends: 64bit-cpu
Conflicts: openmcl
Replaces: openmcl
Source: ftp://clozure.com/pub/openmcl-darwinppc64-all-%v.tar.gz
Source-MD5: f7f4311ae9818aca7327fe8760b06793
SourceDirectory: ccl
CompileScript: <<
cd lisp-kernel/darwin64 ; make
echo '(ccl::xload-level-0 :force)' | ./dppccl64 --batch
echo '(ccl::compile-ccl)' | ./dppccl64 --batch
echo '(ccl::save-application "dppccl64.image")' | ./dppccl64 --batch
--image-name ppc-boot64.image
<<
InstallScript: <<
/usr/bin/find . -type d -name CVS -depth -exec rm -rfv \{\} \;
/usr/bin/find . -type f -name .cvsignore -depth -exec rm -rfv \{\} \;
/usr/bin/install -m 755 -d %i/bin
echo '#! /bin/sh' >> %i/bin/openmcl
echo 'CCL_DEFAULT_DIRECTORY=%p/lib64/openmcl/ccl exec
%p/lib64/openmcl/ccl/dppccl64 "$@"' >> %i/bin/openmcl
chmod +x %i/bin/openmcl
/usr/bin/install -m 755 -d %i/lib64/openmcl/ccl
cp -Rp * %i/lib64/openmcl/ccl
<<
DocFiles: LGPL LICENSE
Homepage: http://openmcl.clozure.com/
DescDetail: <<
A free ANSI Common Lisp implementation for the Macintosh with
several advanced features including native (POSIX) threading,
support for most of AMOP, and an elegant interface to
Objective-C/Cocoa.
<<
DescPackaging: <<
* Derived from the DarwinPorts package for OpenMCL originally
created by Gregory Wright
* OpenMCL.app is not a normal application. It is part of OpenMCL's
support for Cocoa, and needs to go in %p/lib/openmcl/ccl
(or %p/lib64/openmcl/ccl for 64bit version).
* The darwinppc-all distribution combines what was
previously several separate downloads.
* There is a lot of good documentation in the lisp source files. I
think it is better to keep them instead of removing them.
* OpenMCL is not ready for intel, for the reasons described here:
http://article.gmane.org/gmane.lisp.openmcl.devel/1067
* The -64bit version does not include the IDE or Hemlock
<<
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits