summaryrefslogtreecommitdiff
path: root/java/jflex (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to version 1.4.1 [1]Herve Quiroz2004-12-206-95/+32
| | | | | | | | | | | | | | | | | | - Use USE_ANT [1] - No longer add %%JAVAJARDIR%% to PLIST_SUB [1] - Update to bsd.java.mk 2.0 - No longer patch the distribution shell script but rather use a FreeBSD specific one [1] - Use SUB_FILES/SUB_LIST to perform substitutions on the launcher shell script - Minor cosmetic improvements - Use JAVALIBDIR rather than JAVAJARDIR for JAR dependencies - Moved the BUILD_DEPENDS statement to calm portlint PR: 75198 [1] Submitted by: maintainer [1] Notes: svn path=/head/; revision=124594
* Update to 1.4.Mark Linimon2004-05-105-46/+42
| | | | | | | | PR: ports/66231 Submitted by: Conor McDermottroe <ports@mcdermottroe.com> (maintainer) Notes: svn path=/head/; revision=108862
* . Don't patch out a line that doesn't need to be removed.Greg Lewis2004-02-191-9/+2
| | | | Notes: svn path=/head/; revision=101406
* . Add $FreeBSD$Greg Lewis2004-02-192-0/+4
| | | | Notes: svn path=/head/; revision=101403
* . Fix the build for JDK 1.1.8.Greg Lewis2004-02-191-3/+2
| | | | | | | Submitted by: bento (via kris) Notes: svn path=/head/; revision=101402
* Add a port of jflex:Greg Lewis2004-02-186-0/+218
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: svn path=/head/; revision=101341