aboutsummaryrefslogtreecommitdiffstats
path: root/java/jlex
Commit message (Collapse)AuthorAgeFilesLines
* Convert to UCL & cleanup pkg-message (categories h-k)mat2019-08-141-0/+6
|
* ${RM} already has -f.mat2016-10-211-1/+1
| | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
* - Add staging supportpawel2014-05-311-9/+3
| | | | - Remove leading article from COMMENT
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | java)
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* - Remove zero sized filespav2010-05-111-0/+0
|
* - Use $SUB_FILES to dynamically adjust pkg-messagenemoliu2010-01-163-9/+7
| | | | | PR: ports/142705 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
* For ports maintained by ports@FreeBSD.org, remove names and/ordougb2009-12-211-3/+0
| | | | | | | | 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.
* 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-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Add SHA256pav2005-11-251-0/+1
|
* - Update to bsd.java.mk 2.0hq2005-02-033-3/+13
| | | | | - Add a new launcher shell script: 'jlex' - Update pkg-message accordingly and bump PORTREVISION
* . No need to add JAVAJARDIR to PLIST_SUB anymore as bsd.java.mk does it.glewis2004-07-131-1/+0
|
* SIZEify.trevor2004-03-181-0/+1
|
* . Add a secondary category of devel, which seems appropriate.glewis2004-02-191-1/+1
|
* Use PLIST_FILES.trevor2004-02-062-1/+1
| | | | Reviewed by: marcus
* . More standard format for substitution in pkg-message.glewis2004-01-202-2/+7
| | | | | | . 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.
* Update to 1.2.6arved2004-01-194-37/+13
| | | | | PR: 61225 Submitted by: Conor McDermottroe <mcdermc@tcd.ie>
* ports with possibly unreachable MAINTAINERsedwin2003-11-021-1/+1
| | | | | | | | *** 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>
* De-pkg-comment.knu2003-02-212-1/+1
|
* Fix dependencies to be in sync with the recent JDK ports renaming.glewis2002-06-161-1/+1
| | | | Forgotten by: znerd
* Fixed EXTRACT_ONLY line that was causing portlint to complain.znerd2002-03-021-2/+1
|
* Convert to the PORTNAME - PORTVERSION syntax.obrien2000-04-121-3/+3
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* JLex: a uitility based upon the Lex lexical analyzer generator model.cpiazza1999-07-046-0/+78
It takes a specification file similar to that accepted by Lex and creates a Java source file for the correspoding lexical analyzer. PR: 12476 Submitted by: Jake Burkholder <jake@checker.org>