Port details |
- jlex Lexical analyzer generator, written for Java, in Java
- 1.2.6_3 java
=5 1.2.6_3Version 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
![search for ports maintained by this maintainer search for ports maintained by this maintainer](/images/search.jpg) - Port Added: unknown
- Last Update: 2024-12-31 08:57:55
- Commit Hash: 0835676
- People watching this port, also watch:: java-cup, javamail, jikes, infobus, javavmwrapper
- Also Listed In: devel
- License: not specified in port
- WWW:
- https://www.cs.princeton.edu/~appel/modern/java/JLex/
- Description:
- The JLex utility is based upon the Lex lexical analyzer generator model.
JLex takes a specification file similar to that accepted by Lex, then
creates a Java source file for the corresponding lexical analyzer.
¦ ¦ ¦ ¦ ![SVNWeb - no subversion history for this port SVNWeb - no subversion history for this port](/images/subversion-greyed.png)
- 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/jlex/ && make install clean
- To add the package, run one of these commands:
- pkg install java/jlex
- pkg install jlex
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: jlex
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Main.java) = aeebaece3b3a53972bb0ba0f810540386c267070ee9dca6ffa43c6ff74a54bd7
SIZE (Main.java) = 204320
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- java : java/openjdk8
- Runtime dependencies:
-
- java : java/openjdk8
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- java_jlex
- USES:
- java
- pkg-message:
- For install:
- JLex is installed into /usr/local/share/java/classes.
Run with 'jlex'
See http://www.cs.princeton.edu/~appel/modern/java/JLex.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.6_3 31 Dec 2024 08:57:55
![commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b](/images/git.png) ![commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b](/images/codeberg.svg) ![commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Muhammad Moinur Rahman (bofh) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Mk/**java.mk: Convert bsd.java.mk to USES
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201 |
07 Sep 2022 21:58:51
![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/git.png) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/codeberg.svg) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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.2.6_3 07 Sep 2022 21:10:59
![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/git.png) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/codeberg.svg) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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.2.6_3 20 Jul 2022 14:22:12
![commit hash: 526869d8dc02563825a24d394e1d087334d654cc commit hash: 526869d8dc02563825a24d394e1d087334d654cc](/images/git.png) ![commit hash: 526869d8dc02563825a24d394e1d087334d654cc commit hash: 526869d8dc02563825a24d394e1d087334d654cc](/images/codeberg.svg) ![commit hash: 526869d8dc02563825a24d394e1d087334d654cc commit hash: 526869d8dc02563825a24d394e1d087334d654cc](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Tobias C. Berner (tcberner) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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.2.6_3 06 Apr 2021 14:31:13
![commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d](/images/git.png) ![commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d](/images/codeberg.svg) ![commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
all: Remove all other $FreeBSD keywords. |
1.2.6_3 06 Apr 2021 14:31:07
![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/git.png) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/codeberg.svg) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove # $FreeBSD$ from Makefiles. |
1.2.6_3 13 Aug 2019 22:22:35
![Revision:508880 Revision:508880](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Convert to UCL & cleanup pkg-message (categories h-k) |
1.2.6_3 21 Oct 2016 12:51:41
![Revision:424411 Revision:424411](/images/subversion.png) ![Sanity Test Failure Sanity Test Failure](/images/stf.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
1.2.6_3 31 May 2014 14:04:02
![Revision:355977 Revision:355977](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
pawel ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Add staging support
- Remove leading article from COMMENT |
1.2.6_3 20 Sep 2013 19:48:32
![Revision:327738 Revision:327738](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add NO_STAGE all over the place in preparation for the staging support (cat:
java) |
1.2.6_3 20 Mar 2011 12:54:45
![files touched by this commit files touched by this commit](/images/logs.gif) |
miwi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Get Rid MD5 support |
1.2.6_3 11 May 2010 15:18:32
![files touched by this commit files touched by this commit](/images/logs.gif) |
pav ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Remove zero sized files |
1.2.6_3 16 Jan 2010 05:00:18
![files touched by this commit files touched by this commit](/images/logs.gif) |
nemoliu ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Use $SUB_FILES to dynamically adjust pkg-message
PR: ports/142705
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> |
1.2.6_3 21 Dec 2009 02:19:12
![files touched by this commit files touched by this commit](/images/logs.gif) |
dougb ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
1.2.6_3 06 Jun 2008 13:38:51
![files touched by this commit files touched by this commit](/images/logs.gif) |
edwin ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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.2.6_2 19 May 2007 20:32:57
![files touched by this commit files touched by this commit](/images/logs.gif) |
flz ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.2.6_1 24 Nov 2005 23:21:04
![files touched by this commit files touched by this commit](/images/logs.gif) |
pav ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Add SHA256 |
1.2.6_1 03 Feb 2005 02:14:53
![files touched by this commit files touched by this commit](/images/logs.gif) |
hq ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to bsd.java.mk 2.0
- Add a new launcher shell script: 'jlex'
- Update pkg-message accordingly and bump PORTREVISION |
1.2.6 12 Jul 2004 22:18:01
![files touched by this commit files touched by this commit](/images/logs.gif) |
glewis ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
. No need to add JAVAJARDIR to PLIST_SUB anymore as bsd.java.mk does it. |
1.2.6 17 Mar 2004 18:29:46
![files touched by this commit files touched by this commit](/images/logs.gif) |
trevor ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
SIZEify. |
1.2.6 18 Feb 2004 19:58:24
![files touched by this commit files touched by this commit](/images/logs.gif) |
glewis ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
. Add a secondary category of devel, which seems appropriate. |
1.2.6 05 Feb 2004 20:38:07
![files touched by this commit files touched by this commit](/images/logs.gif) |
trevor ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Use PLIST_FILES.
Reviewed by: marcus |
1.2.6 19 Jan 2004 16:26:22
![files touched by this commit files touched by this commit](/images/logs.gif) |
glewis ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
. More standard format for substitution in pkg-message.
. Generate a substituted pkg-message in ${WRKDIR} for packaging rather
than just echoing it during the port install and leaving the package
with an unsubstituted version. |
1.2.6 19 Jan 2004 14:33:28
![files touched by this commit files touched by this commit](/images/logs.gif) |
arved ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 1.2.6
PR: 61225
Submitted by: Conor McDermottroe <mcdermc@tcd.ie> |
1.2.3 02 Nov 2003 03:36:45
![files touched by this commit files touched by this commit](/images/logs.gif) |
edwin ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
ports with possibly unreachable MAINTAINERs
*** addresses that may be dead, even though the error is temporary:
*** addresses that seem to be dead, but give a hint to a new address:
PR: ports/58694
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> |
1.2.3 21 Feb 2003 12:30:28
![files touched by this commit files touched by this commit](/images/logs.gif) |
knu ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
De-pkg-comment. |
1.2.3 16 Jun 2002 01:54:07
![files touched by this commit files touched by this commit](/images/logs.gif) |
glewis ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix dependencies to be in sync with the recent JDK ports renaming.
Forgotten by: znerd |
02 Mar 2002 14:27:11
![commit hash: fp1.25355@dev.null.freshports.org commit hash: fp1.25355@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.25355@dev.null.freshports.org commit hash: fp1.25355@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.25355@dev.null.freshports.org commit hash: fp1.25355@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
znerd ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fixed EXTRACT_ONLY line that was causing portlint to complain. |
08 Oct 2000 03:02:04
![commit hash: fp1.4754@dev.null.freshports.org commit hash: fp1.4754@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.4754@dev.null.freshports.org commit hash: fp1.4754@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.4754@dev.null.freshports.org commit hash: fp1.4754@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
asami ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Convert category java to new layout. |