[37117] trunk/dports/lang
landonf at macports.org
landonf at macports.org
Mon May 26 15:36:05 PDT 2008
Revision: 37117
http://trac.macosforge.org/projects/macports/changeset/37117
Author: landonf at macports.org
Date: 2008-05-26 15:36:05 -0700 (Mon, 26 May 2008)
Log Message:
-----------
Rename gnu-smalltalk to gst-dev, and normalize with the existing (non-dev) gst port.
Modified Paths:
--------------
trunk/dports/lang/gst-dev/Portfile
Added Paths:
-----------
trunk/dports/lang/gst-dev/
Removed Paths:
-------------
trunk/dports/lang/gnu-smalltalk/
Copied: trunk/dports/lang/gst-dev (from rev 37114, trunk/dports/lang/gnu-smalltalk)
Modified: trunk/dports/lang/gst-dev/Portfile
===================================================================
--- trunk/dports/lang/gnu-smalltalk/Portfile 2008-05-26 21:21:44 UTC (rev 37114)
+++ trunk/dports/lang/gst-dev/Portfile 2008-05-26 22:36:05 UTC (rev 37117)
@@ -1,20 +1,47 @@
# $Id: $
PortSystem 1.0
-
-name gnu-smalltalk
+name gst-dev
version 3.0b
-categories lang smalltalk
+categories lang
maintainers landonf openmaintainer
-description GNU Smalltalk-80
+description Free implementation of Smalltalk-80
long_description \
- GNU Smalltalk is a free implementation of \
- the Smalltalk-80 language.
-homepage http://smalltalk.gnu.org
+ GNU Smalltalk is a free implementation of the Smalltalk-80 language \
+ which runs on most versions on Unix and, in general, everywhere you \
+ can find a POSIX-compliance library. An uncommon feature of it is \
+ that it is well-versed to scripting tasks and headless processing.
+homepage http://smalltalk.gnu.org/
platforms darwin
+#master_sites gnu:smalltalk
master_sites ftp://alpha.gnu.org/gnu/smalltalk/
-distname smalltalk-3.0b
+distname smalltalk-${version}
checksums md5 c712939b982b517cc53fc6eca216368c \
sha1 c295bf060f626de634a6bd0771d634dbfc6d9526 \
rmd160 af8ff26a52a67de513064ef1fad61be1cbe95969
+
+depends_lib port:gmp \
+ port:libiconv \
+ port:ncurses \
+ port:ncursesw \
+ port:readline \
+ port:tcl \
+ port:tk
+
+configure.args --infodir=${prefix}/share/info \
+ --mandir=${prefix}/share/man \
+ --with-gmp=${prefix}/lib \
+ --with-readline=${prefix}/lib \
+ --with-tcl=${prefix}/lib \
+ --with-tk=${prefix}/lib \
+ --with-libiconv-prefix=${prefix}
+
+test.run yes
+test.target check
+
+platform darwin 6 {
+ depends_lib-append port:dlcompat
+}
+
+livecheck.regex smalltalk-(\\d+(?:\\.\\d+)*)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080526/f89d981d/attachment.htm
More information about the macports-changes
mailing list