[40577] trunk/dports/lang/newt0

pguyot at kallisys.net pguyot at kallisys.net
Tue Oct 7 07:13:36 PDT 2008


Revision: 40577
          http://trac.macports.org/changeset/40577
Author:   pguyot at kallisys.net
Date:     2008-10-07 07:13:36 -0700 (Tue, 07 Oct 2008)
Log Message:
-----------
lang/newt0: update to 0.1.3

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

Added Paths:
-----------
    trunk/dports/lang/newt0/files/
    trunk/dports/lang/newt0/files/patch-configure.diff

Modified: trunk/dports/lang/newt0/Portfile
===================================================================
--- trunk/dports/lang/newt0/Portfile	2008-10-07 13:53:42 UTC (rev 40576)
+++ trunk/dports/lang/newt0/Portfile	2008-10-07 14:13:36 UTC (rev 40577)
@@ -1,38 +1,34 @@
 # $Id$
 
 PortSystem 1.0
-name 			newt0
-version			0.1.2
-set release_date	20070324
+name                newt0
+version             0.1.3
 
-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
+platforms           darwin
+maintainers         pguyot at kallisys.net openmaintainer
+categories          lang
+description         Newt/0 is a NewtonScript compiler and interpreter.
+homepage            http://trac.so-kukan.com/newt/
+master_sites        macports:pguyot
+checksums           md5     9a0e35026507b16ee46ffc503c74d7bf \
+                    sha1    b1add600a51b82425f87cf761e2f3988cb025616 \
+                    rmd160  8c5be8606a9de941c1b36af052dc82e88c15e01b
 
 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.
+            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.
 
+patchfiles          patch-configure.diff
+
 # Configure.
-configure.args-append	--enable-contrib
-depends_lib		port:libffi
+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
+    configure.args-delete   --enable-contrib
+    configure.args-append   --enable-compat
+    depends_lib-delete      port:libffi
 }
-
-livecheck.check	regexm
-livecheck.regex	{<p>\n\[v(.*?)\]\n</p>\n<ul><li><a class="ext-link" href="http://www.so-kukan.com/newt/lib/proto_0/NEWT0_[0-9-]+_src.tgz">}

Added: trunk/dports/lang/newt0/files/patch-configure.diff
===================================================================
--- trunk/dports/lang/newt0/files/patch-configure.diff	                        (rev 0)
+++ trunk/dports/lang/newt0/files/patch-configure.diff	2008-10-07 14:13:36 UTC (rev 40577)
@@ -0,0 +1,19 @@
+--- configure.old	2008-10-07 16:06:40.000000000 +0200
++++ configure	2008-10-07 16:07:08.000000000 +0200
+@@ -6220,7 +6220,7 @@
+ 
+ 
+ 
+-ac_config_files="$ac_config_files Makefile ext/protoFILE/Makefile ext/protoREGEX/Makefile contrib/inwt/Makefile contrib/inwt/inwt contrib/NativeCalls/Makefile contrib/NewtObjC/Makefile"
++ac_config_files="$ac_config_files Makefile ext/protoFILE/Makefile ext/protoREGEX/Makefile contrib/inwt/Makefile contrib/NativeCalls/Makefile contrib/NewtObjC/Makefile"
+ 
+ cat >confcache <<\_ACEOF
+ # This file is a shell script that caches the results of configure
+@@ -6767,7 +6767,6 @@
+     "ext/protoFILE/Makefile") CONFIG_FILES="$CONFIG_FILES ext/protoFILE/Makefile" ;;
+     "ext/protoREGEX/Makefile") CONFIG_FILES="$CONFIG_FILES ext/protoREGEX/Makefile" ;;
+     "contrib/inwt/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/inwt/Makefile" ;;
+-    "contrib/inwt/inwt") CONFIG_FILES="$CONFIG_FILES contrib/inwt/inwt" ;;
+     "contrib/NativeCalls/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/NativeCalls/Makefile" ;;
+     "contrib/NewtObjC/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/NewtObjC/Makefile" ;;
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081007/9f755763/attachment.html 


More information about the macports-changes mailing list