[23073] trunk/dports/lang
source_changes at macosforge.org
source_changes at macosforge.org
Sat Mar 24 01:44:31 PDT 2007
Revision: 23073
http://trac.macosforge.org/projects/macports/changeset/23073
Author: pguyot at kallisys.net
Date: 2007-03-24 01:44:31 -0700 (Sat, 24 Mar 2007)
Log Message:
-----------
New port: lang/newt0
NewtonScript compiler and interpreter, with Cocoa bindings.
Added Paths:
-----------
trunk/dports/lang/newt0/
trunk/dports/lang/newt0/Portfile
Added: trunk/dports/lang/newt0/Portfile
===================================================================
--- trunk/dports/lang/newt0/Portfile (rev 0)
+++ trunk/dports/lang/newt0/Portfile 2007-03-24 08:44:31 UTC (rev 23073)
@@ -0,0 +1,35 @@
+# $Id$
+
+PortSystem 1.0
+name newt0
+version 0.1.2
+set release_date 20070324
+
+platforms darwin
+maintainers pguyot at kallisys.net
+categories lang
+description Newt/0 is a NewtonScript compiler and interpreter.
+homepage http://trac.so-kukan.com/newt/
+master_sites http://www.so-kukan.com/newt/lib/proto_0/
+distfiles NEWT0_${release_date}-1_src.tgz
+worksrcdir NEWT0_${version}_${release_date}-1
+checksums md5 aa6dc37914e2f1309c3c61a906b9e619 \
+ sha1 db05ca7e32a37cf0a2f381807d89c6873759308d \
+ rmd160 d2f5e787b21c07df809f836b90664f07d7e63b4b
+
+long_description \
+ Newt/0 is an opensource implementation of a NewtonScript compiler \
+ and interpreter. The language comes with Cocoa bindings. The \
+ compat variant can be used to generate NewtonScript bytecode that \
+ can then be executed on the Apple Newton.
+
+# Configure.
+configure.args-append --enable-contrib
+depends_lib port:libffi
+
+# Enable compatibility mode.
+variant compat {
+ configure.args-delete --enable-contrib
+ configure.args-append --enable-compat
+ depends_lib-delete port:libffi
+}
Property changes on: trunk/dports/lang/newt0/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/20070324/2d05e0a1/attachment.html
More information about the macports-changes
mailing list