The story behind this update:

- The original company (webgain.com) doesn't exist anymore.
- The code is moved over to the Sun Java Development Center.
- The port doesn't compile/build properly.

PR:		Started with ports/48352
Submitted by:	Andy Gerweck <andy@gerweck.dyndns.org>
This commit is contained in:
Edwin Groothuis 2003-09-29 12:33:39 +00:00
parent 9f5d67839b
commit fa0379dafa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89796
3 changed files with 9 additions and 8 deletions

View file

@ -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>

View file

@ -1 +1 @@
MD5 (JavaCC2_1.zip) = 959179e08cff69e15bdcbe28cf48de6a
MD5 (JavaCC2_1.zip) = 24c409cdb27ffb06d9152e0ae1671755

View file

@ -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