freebsd-ports/java/jflex/pkg-descr
Rene Ladan dc2f027f30 java/jflex: undeprecate and update to 1.8.1
Further changes:
- use a prebuilt jar file to avoid depending on Maven or Bazel
- swith MASTER_SITES to GitHub
- add BSD3CLAUSE license
- rewrap pkg-descr

PR:		245447
Submitted by:	Jashank Jeremy
Approved by:	maintainer
MFH:		2020Q2
2020-05-24 11:26:26 +00:00

6 lines
300 B
Text

JFlex is a lexical analyser generator for Java written in Java. It is
also a rewrite of the tool JLex (Berk 1996) which was developed by
Elliot Berk at Princeton University. As Vern Paxson states for his
C/C++ tool flex (Paxson 1995): they do not share any code though.
WWW: https://www.jflex.de/