[19522] trunk/dports/lang
source_changes at macosforge.org
source_changes at macosforge.org
Wed Sep 13 21:52:23 PDT 2006
Revision: 19522
Author: markd at macports.org
Date: 2006-09-13 21:52:20 -0700 (Wed, 13 Sep 2006)
Log Message:
-----------
Closes 10292. New port.
Added Paths:
-----------
trunk/dports/lang/librep/
trunk/dports/lang/librep/Portfile
Added: trunk/dports/lang/librep/Portfile
===================================================================
--- trunk/dports/lang/librep/Portfile (rev 0)
+++ trunk/dports/lang/librep/Portfile 2006-09-14 04:52:20 UTC (rev 19522)
@@ -0,0 +1,29 @@
+# $Id: $
+PortSystem 1.0
+name librep
+version 0.17
+categories lang
+maintainers lloyd at hilaiel.com
+description A shared library implementing a Lisp dialect
+long_description librep is a shared library implementing a Lisp \
+ dialect that is lightweight, reasonably fast, and \
+ highly extensible. It contains an interpreter, \
+ byte-code compiler and virtual machine. Applications \
+ may use the interpreter as an extension language, or \
+ it may be used for standalone scripts.
+homepage http://librep.sourceforge.net
+master_sites sourceforge
+checksums md5 ad4ad851ff9f82a5d61024cd96bc2998
+
+# TODO variant with readline support
+configure.args --without-readline \
+ --prefix=${prefix} \
+ --infodir=${prefix}/share/info \
+ --mandir=${prefix}/share/man
+
+depends_lib port:gdbm \
+ port:gmp
+
+platform darwin 8 {
+ configure.args-append --with-stack-direction=1
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20060913/18de1b77/attachment.html
More information about the macports-changes
mailing list