diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-29 12:33:39 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-29 12:33:39 +0000 |
commit | fa0379dafa8badc38ac78651cb2e22a4cd65528a (patch) | |
tree | b96a977d2f93be4dcba1ac6789527a83f5f6bb42 /textproc/javacc | |
parent | 9f5d67839b63329131a463b6880c1fef85e0a005 (diff) | |
download | ports-fa0379dafa8badc38ac78651cb2e22a4cd65528a.tar.gz ports-fa0379dafa8badc38ac78651cb2e22a4cd65528a.zip |
Notes
Diffstat (limited to 'textproc/javacc')
-rw-r--r-- | textproc/javacc/Makefile | 2 | ||||
-rw-r--r-- | textproc/javacc/distinfo | 2 | ||||
-rw-r--r-- | textproc/javacc/pkg-descr | 13 |
3 files changed, 9 insertions, 8 deletions
diff --git a/textproc/javacc/Makefile b/textproc/javacc/Makefile index a583da278cdf..0fe246ac294c 100644 --- a/textproc/javacc/Makefile +++ b/textproc/javacc/Makefile @@ -29,7 +29,7 @@ IGNORE= "JavaCC may not be redistributed." NO_BUILD= yes NO_WRKSUBDIR= yes -DOWNLOAD_URL?= http://www.webgain.com/products/java_cc/ +DOWNLOAD_URL?= https://javacc.dev.java.net/servlets/ProjectDocumentList?folderID=212 .include <bsd.port.pre.mk> diff --git a/textproc/javacc/distinfo b/textproc/javacc/distinfo index 13b8b95b579f..2f3a32608e14 100644 --- a/textproc/javacc/distinfo +++ b/textproc/javacc/distinfo @@ -1 +1 @@ -MD5 (JavaCC2_1.zip) = 959179e08cff69e15bdcbe28cf48de6a +MD5 (JavaCC2_1.zip) = 24c409cdb27ffb06d9152e0ae1671755 diff --git a/textproc/javacc/pkg-descr b/textproc/javacc/pkg-descr index 9265396f92e2..0e45e23d5875 100644 --- a/textproc/javacc/pkg-descr +++ b/textproc/javacc/pkg-descr @@ -1,11 +1,12 @@ -JavaCC is a compiler compiler for Java. It is similar to lex/yacc. Your -output is a set of Java classes that can parse data defined by your grammar. +JavaCC is a compiler compiler for Java. It is similar to lex/yacc. +Your output is a set of Java classes that can parse data defined +by your grammar. -This includes JJTree, a preprocessor that greatly simplifies the construction -of abstract syntax trees. Also included is JJDoc, a tool that can generate -documentation for your grammar. +This includes JJTree, a preprocessor that greatly simplifies the +construction of abstract syntax trees. Also included is JJDoc, a +tool that can generate documentation for your grammar. -WWW: http://www.webgain.com/products/java_cc/ +WWW: https://javacc.dev.java.net/ - Andy Gerweck gerweck@yahoo.com |