summaryrefslogtreecommitdiff
path: root/java/jflex/pkg-descr
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2004-02-18 19:50:33 +0000
committerGreg Lewis <glewis@FreeBSD.org>2004-02-18 19:50:33 +0000
commita69622a594795a23ac050162811b398dbc705ce0 (patch)
treeab99cf690f034de0db8c105616e437d8cb19b54e /java/jflex/pkg-descr
parentBump PORTREVISION and otherwise adjust things depending on WordNet, which was (diff)
Add a port of jflex:
JFlex is a lexical analyzer generator for Java written in Java. It is also a rewrite of the very useful tool JLex which was developed by Elliot Berk at Princeton University. As Vern Paxon states for his C/C++ tool flex: They do not share any code though. WWW: http://www.jflex.de/ I've done some clean up to the submitted version of the port. PR: 62043 Submitted by: Conor McDermottroe <ports@mcdermottroe.com>
Notes
Notes: svn path=/head/; revision=101341
Diffstat (limited to 'java/jflex/pkg-descr')
-rw-r--r--java/jflex/pkg-descr6
1 files changed, 6 insertions, 0 deletions
diff --git a/java/jflex/pkg-descr b/java/jflex/pkg-descr
new file mode 100644
index 000000000000..6769bfdb6d6a
--- /dev/null
+++ b/java/jflex/pkg-descr
@@ -0,0 +1,6 @@
+JFlex is a lexical analyzer generator for Java written in Java.
+It is also a rewrite of the very useful tool JLex which was developed
+by Elliot Berk at Princeton University. As Vern Paxon states for his C/C++
+tool flex: They do not share any code though.
+
+WWW: http://www.jflex.de/