[33003] trunk/dports/lang

reiffert at macports.org reiffert at macports.org
Wed Jan 16 08:09:12 PST 2008


Revision: 33003
          http://trac.macosforge.org/projects/macports/changeset/33003
Author:   reiffert at macports.org
Date:     2008-01-16 08:09:10 -0800 (Wed, 16 Jan 2008)

Log Message:
-----------
New port bashforth

Added Paths:
-----------
    trunk/dports/lang/bashforth/
    trunk/dports/lang/bashforth/Portfile

Added: trunk/dports/lang/bashforth/Portfile
===================================================================
--- trunk/dports/lang/bashforth/Portfile	                        (rev 0)
+++ trunk/dports/lang/bashforth/Portfile	2008-01-16 16:09:10 UTC (rev 33003)
@@ -0,0 +1,31 @@
+# $Id$
+
+PortSystem 1.0
+name		bashforth
+version		0.56a
+categories	lang
+maintainers	rsync at reifferscheid.org
+description	BashForth is a ForthInterpreter, written entirely in the bash scripting language.
+long_description \
+	It requires bash v2.04 or higher. Its virtual machine makes use of \
+	StringThreadedCode. Because its source code doesn't need to be compiled, it \
+	is highly portable (to any platform running bash). Previous versions can be \
+	found in the versions archive. \
+	See http://forthfreak.net/index.cgi?BashForth for more.
+
+homepage	http://forthfreak.net/
+platforms	darwin
+
+master_sites	${homepage}/bashforth.versions/
+checksums       md5 8262e2bdf50730aa6652aeee5ce3855f \
+		sha1 61fc03bf98ae241b315fbf55c1fe051bafb559df \
+		rmd160 55dc74de95d96e7e3874b7cb62fe394cbeca0b36
+
+configure	{}
+
+build		{}
+
+destroot {
+	xinstall -m 755 -d ${destroot}${prefix}/bin/
+	eval xinstall -m 755 ${worksrcpath}/bashforth ${destroot}${prefix}/bin/
+}


Property changes on: trunk/dports/lang/bashforth/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080116/3f01d951/attachment.html


More information about the macports-changes mailing list