[65577] trunk/dports/lang/abcl/Portfile

easieste at macports.org easieste at macports.org
Sun Mar 28 01:24:48 PDT 2010


Revision: 65577
          http://trac.macports.org/changeset/65577
Author:   easieste at macports.org
Date:     2010-03-28 01:24:45 -0700 (Sun, 28 Mar 2010)
Log Message:
-----------
Update to abcl-0.19.1; improve description.

Modified Paths:
--------------
    trunk/dports/lang/abcl/Portfile

Modified: trunk/dports/lang/abcl/Portfile
===================================================================
--- trunk/dports/lang/abcl/Portfile	2010-03-28 05:54:33 UTC (rev 65576)
+++ trunk/dports/lang/abcl/Portfile	2010-03-28 08:24:45 UTC (rev 65577)
@@ -4,27 +4,29 @@
 PortSystem 1.0
 
 name			    abcl
-version			    0.18.1
+version			    0.19.1
 revision            0
 categories		    lang java
 maintainers		    easieste
 description		    A Common Lisp implementation that runs on the JVM
 long_description	\
-    ABCL is a full implementation of the Common Lisp language \
-    featuring both an interpreter and a compiler, running in the \
-    JVM. Originally started to be a scripting language for the J \
-    editor, it now supports JSR-233 (Java scripting API): it can be a \
-    scripting engine in any Java application. Additionally, it can be \
-    used to implement (parts of) the application using Java to Lisp \
-    integration APIs.
-homepage		    http://common-lisp.net/project/armedbear
+    Armed Bear Common Lisp is a (mostly) complete contemporary \
+    implementation of ANSI Common Lisp running on the Java \
+    Virtual Machine.  Containing both an interpreted mode and a \
+    compiler that produces JVM bytecode, it features extensions \
+    that faciliate the use of Java from Lisp enabling the rapid \
+    integration of arbitrary Java libraries into Common Lisp \
+    code.  ABCL also supports the JSR-233 (Java scripting API), \
+    so it can be a utilized as a scripting engine in any Java \
+    application.
+    
+homepage            http://common-lisp.net/project/armedbear 
 platforms           darwin
-
 master_sites        googlecode:abcl-dynamic-install
 distname            abcl-src-${version}
-checksums           md5     9b3ae3f0e24a23e1c6069c999cb6a942 \
-                    sha1    f9005d6bb2166fc7316c4931149ecc5364553650 \
-                    rmd160  7e363512c37af8b28718eeb77674acffa91d344d
+checksums           md5     9ec482aa28c44c261368c4e4577ca12f \
+                    sha1    6607cc197f8621db1f85815737bf07e8f31abb34 \
+                    rmd160  74d3a88431c91e8dfdd9a79003a2334ee650bded
 
 depends_build       port:apache-ant
 
@@ -48,4 +50,4 @@
         ${destroot}${prefix}/share/java/abcl
 	system "ln -fs ${prefix}/share/java/abcl/abcl \
 		${destroot}${prefix}/bin/abcl"
-}
\ No newline at end of file
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100328/4fcc022c/attachment.html>


More information about the macports-changes mailing list