Commit graph

8 commits

Author SHA1 Message Date
Mathieu Arnold
135fdeebb9
all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
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
Herve Quiroz
958b51028a - Update to version 1.4.1 [1]
- 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]
2004-12-20 14:36:39 +00:00
Mark Linimon
fcc83fd470 Update to 1.4.
PR:		ports/66231
Submitted by:	Conor McDermottroe <ports@mcdermottroe.com> (maintainer)
2004-05-10 18:38:26 +00:00
Greg Lewis
1f2b695433 . Don't patch out a line that doesn't need to be removed. 2004-02-19 18:14:45 +00:00
Greg Lewis
580b44012f . Add $FreeBSD$ 2004-02-19 17:33:29 +00:00
Greg Lewis
2c05ea7502 . Fix the build for JDK 1.1.8.
Submitted by:	bento (via kris)
2004-02-19 17:26:35 +00:00
Greg Lewis
a69622a594 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>
2004-02-18 19:50:33 +00:00