Port details |
- jflex Fast Lexical Analyser Generator for Java[tm]
- 1.8.1 java =2 1.8.1Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2004-02-18 22:41:41
- Last Update: 2023-09-15 18:27:19
- Commit Hash: 11a679a
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: devel
- License: BSD3CLAUSE
- WWW:
- https://www.jflex.de/
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/java/jflex/ && make install clean
- To add the package, run one of these commands:
- pkg install java/jflex
- pkg install jflex
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: jflex
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1586321566
SHA256 (jflex-1.8.1.tar.gz) = 3d9d63f4940f8452885bc63048b8b621a1a3a6e99d406f6d0b8c9f183ee15743
SIZE (jflex-1.8.1.tar.gz) = 4922831
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- java : java/openjdk8
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for jflex-1.8.1:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- java_jflex
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.8.1 15 Sep 2023 18:27:19 |
Koichiro Iwao (meta) Author: Edmondas Girkantas |
*/*: Return to pool as per maintainer's request
Thanks to Edmondas Girkantas for his dedication to ports tree.
PR: 273815 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.8.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.8.1 20 Jul 2022 14:22:12 |
Tobias C. Berner (tcberner) |
java: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alex Dupre <ale@FreeBSD.org>
* Alex Semenyaka <alex@rinet.ru>
* Alexander Yerenkow <yerenkow@gmail.com>
* Anton Yudin (<contact@toha.org.ua>)
* Anton Yudin <toha@toha.org.ua>
* Benjamin Close <benjsc@FreeBSD.org>
* Björn König <bkoenig@alpha-tierchen.de>
* Conor McDermottroe <ports@mcdermottroe.com>
* Danilo Egea Gondolfo <danilo@FreeBSD.org
* Dave Glowacki <dglo@ssec.wisc.edu>
* Ernst de Haan <znerd@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.8.1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
1.8.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.8.1 24 May 2020 11:26:26 |
rene |
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 |
1.4.2 04 Apr 2020 20:51:41 |
antoine |
Deprecate ports broken for more than 6 months |
1.4.2 06 Nov 2019 12:48:32 |
antoine |
Mark a few ports BROKEN, unfetchable |
1.4.2 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
1.4.2 11 May 2015 18:34:58 |
mat |
Cleanup DIST* variables.
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 |
1.4.2 14 Nov 2014 15:38:28 |
antoine |
Cleanup plist |
1.4.2 04 Jul 2014 00:20:03 |
adamw |
Remove NOPORTDOCS and NOPORTEXAMPLES. |
1.4.2 17 Jun 2014 07:58:21 |
vanilla |
Stagify.
Approved by: portmgr@ |
1.4.2 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
1.4.2 20 Sep 2013 19:48:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
java) |
1.4.2 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.4.2 17 Sep 2009 21:31:48 |
linimon |
Over to new volunteer.
Feature safe: yes |
1.4.2 16 Sep 2009 22:34:40 |
linimon |
Reset ports@mcdermottroe.com at his request due to lack of time at the
moment.
Hat: portmgr
Feature safe: yes |
1.4.2 09 Nov 2008 06:27:36 |
rafan |
- Update to 1.4.2
PR: ports/128713
Submitted by: Conor McDermottroe <ports at mcdermottroe.com> (maintainer) |
1.4.1_2 06 Jun 2008 13:38:51 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
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) |
1.4.1_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.4.1 22 Aug 2006 20:34:35 |
hq |
Fix the build by copying needed JAR files at post-extract stage
PR: 101712
Submitted by: maintainer |
1.4.1 22 Jan 2006 12:39:58 |
edwin |
SHA256ify
Approved by: krion@ |
1.4.1 20 Dec 2004 14:36:40 |
hq |
- 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] |
1.4 10 May 2004 18:38:26 |
linimon |
Update to 1.4.
PR: ports/66231
Submitted by: Conor McDermottroe <ports@mcdermottroe.com> (maintainer) |
1.3.5 19 Feb 2004 18:14:45 |
glewis |
. Don't patch out a line that doesn't need to be removed. |
1.3.5 19 Feb 2004 17:33:29 |
glewis |
. Add $FreeBSD$ |
1.3.5 19 Feb 2004 17:26:35 |
glewis |
. Fix the build for JDK 1.1.8.
Submitted by: bento (via kris) |
1.3.5 18 Feb 2004 19:50:33 |
glewis |
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> |