aboutsummaryrefslogtreecommitdiffstats
path: root/java/jflex
Commit message (Collapse)AuthorAgeFilesLines
* - Get Rid MD5 supportmiwi2011-03-201-3/+0
|
* Over to new volunteer.linimon2009-09-181-1/+1
| | | | Feature safe: yes
* Reset ports@mcdermottroe.com at his request due to lack of time at thelinimon2009-09-171-1/+1
| | | | | | | moment. Hat: portmgr Feature safe: yes
* - Update to 1.4.2rafan2008-11-092-11/+10
| | | | | PR: ports/128713 Submitted by: Conor McDermottroe <ports at mcdermottroe.com> (maintainer)
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Fix the build by copying needed JAR files at post-extract stagehq2006-08-231-1/+6
| | | | | PR: 101712 Submitted by: maintainer
* SHA256ifyedwin2006-01-221-0/+3
| | | | Approved by: krion@
* - Update to version 1.4.1 [1]hq2004-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]
* Update to 1.4.linimon2004-05-115-46/+42
| | | | | PR: ports/66231 Submitted by: Conor McDermottroe <ports@mcdermottroe.com> (maintainer)
* . Don't patch out a line that doesn't need to be removed.glewis2004-02-201-9/+2
|
* . Add $FreeBSD$glewis2004-02-202-0/+4
|
* . Fix the build for JDK 1.1.8.glewis2004-02-201-3/+2
| | | | Submitted by: bento (via kris)
* Add a port of jflex:glewis2004-02-196-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>