aboutsummaryrefslogtreecommitdiff
path: root/java/jflex
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-2/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* java/jflex: undeprecate and update to 1.8.1Rene Ladan2020-05-245-104/+135
| | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=536386
* Deprecate ports broken for more than 6 monthsAntoine Brodin2020-04-041-0/+2
| | | | Notes: svn path=/head/; revision=530719
* Mark a few ports BROKEN, unfetchableAntoine Brodin2019-11-061-0/+2
| | | | Notes: svn path=/head/; revision=516880
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* Cleanup DIST* variables.Mathieu Arnold2015-05-111-2/+2
| | | | | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386097
* Cleanup plistAntoine Brodin2014-11-141-8/+0
| | | | Notes: svn path=/head/; revision=372560
* Remove NOPORTDOCS and NOPORTEXAMPLES.Adam Weinberger2014-07-042-74/+72
| | | | Notes: svn path=/head/; revision=360494
* Stagify.Vanilla I. Shu2014-06-171-8/+7
| | | | | | | Approved by: portmgr@ Notes: svn path=/head/; revision=358072
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | java) Notes: svn path=/head/; revision=327738
* - Get Rid MD5 supportMartin Wilke2011-03-201-3/+0
| | | | Notes: svn path=/head/; revision=271346
* Over to new volunteer.Mark Linimon2009-09-171-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=241622
* Reset ports@mcdermottroe.com at his request due to lack of time at theMark Linimon2009-09-161-1/+1
| | | | | | | | | | moment. Hat: portmgr Feature safe: yes Notes: svn path=/head/; revision=241546
* - Update to 1.4.2Rong-En Fan2008-11-092-11/+10
| | | | | | | | PR: ports/128713 Submitted by: Conor McDermottroe <ports at mcdermottroe.com> (maintainer) Notes: svn path=/head/; revision=222582
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-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) Notes: svn path=/head/; revision=214430
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Fix the build by copying needed JAR files at post-extract stageHerve Quiroz2006-08-221-1/+6
| | | | | | | | PR: 101712 Submitted by: maintainer Notes: svn path=/head/; revision=171218
* SHA256ifyEdwin Groothuis2006-01-221-0/+3
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* - 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