[21521] trunk/dports/java/javacc/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Fri Jan 26 10:13:27 PST 2007


Revision: 21521
          http://trac.macosforge.org/projects/macports/changeset/21521
Author:   mww at macports.org
Date:     2007-01-26 10:13:27 -0800 (Fri, 26 Jan 2007)

Log Message:
-----------
version 4.0

Modified Paths:
--------------
    trunk/dports/java/javacc/Portfile

Modified: trunk/dports/java/javacc/Portfile
===================================================================
--- trunk/dports/java/javacc/Portfile	2007-01-26 16:50:02 UTC (rev 21520)
+++ trunk/dports/java/javacc/Portfile	2007-01-26 18:13:27 UTC (rev 21521)
@@ -3,10 +3,10 @@
 PortSystem 1.0
 
 name		javacc
-version		3.2
+version		4.0
 categories	java lang devel
 platforms	darwin
-maintainers	mww at opendarwin.org
+maintainers	mww at macports.org
 description	Java Compiler Compiler, a parser generator for use with Java
 long_description	Java Compiler Compiler (JavaCC) is the most popular \
 			parser generator for use with Java applications. A \
@@ -18,29 +18,27 @@
 			such as tree building (via a tool called JJTree \
 			included with JavaCC), actions, debugging, etc
 
-homepage	https://javacc.dev.java.net
-master_sites	${homepage}/files/documents/17/3616/
-checksums	md5 bc0fe5d325e24f2e7c95e5c962813354
+homepage	https://javacc.dev.java.net/
+master_sites	${homepage}/files/documents/17/26776/
+checksums	sha1 74b1daf2e10077f9f64225f2ac8d08075b40445d
 
-depends_lib	bin:java:kaffe
-depends_build	bin:ant:apache-ant
-
 configure	{
 	reinplace "s|`dirname \$0`/lib|${prefix}/share/java|g" \
 		${worksrcpath}/bin/javacc ${worksrcpath}/bin/jjtree \
 		${worksrcpath}/bin/jjdoc
 }
 
-build.cmd	ant
-build.target	jar
+build	{}
 
 destroot	{
 	xinstall -d -m 755 ${destroot}${prefix}/share/java \
-		${destroot}${prefix}/share/doc/${name}
+		${destroot}${prefix}/share/doc/
+	file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name}
 	xinstall -m 644 ${worksrcpath}/bin/lib/javacc.jar \
 		${destroot}${prefix}/share/java/
 	xinstall -m 755 -W ${worksrcpath}/bin javacc jjdoc jjtree \
 		${destroot}${prefix}/bin
-	xinstall -m 644 -W ${worksrcpath} LICENSE README \
+	xinstall -m 644 -W ${worksrcpath} LICENSE \
 		${destroot}${prefix}/share/doc/${name}
 }
+

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070126/75714b54/attachment.html


More information about the macports-changes mailing list