aboutsummaryrefslogtreecommitdiff
path: root/java/jlex
Commit message (Collapse)AuthorAgeFilesLines
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* - Add staging supportPawel Pekala2014-05-311-9/+3
| | | | | | | - Remove leading article from COMMENT Notes: svn path=/head/; revision=355977
* 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-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Remove zero sized filesPav Lucistnik2010-05-111-0/+0
| | | | Notes: svn path=/head/; revision=254148
* - Use $SUB_FILES to dynamically adjust pkg-messageTong LIU2010-01-163-9/+7
| | | | | | | | PR: ports/142705 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> Notes: svn path=/head/; revision=247962
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-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. Notes: svn path=/head/; revision=246327
* 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-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Add SHA256Pav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149334
* - Update to bsd.java.mk 2.0Herve Quiroz2005-02-033-3/+13
| | | | | | | | - Add a new launcher shell script: 'jlex' - Update pkg-message accordingly and bump PORTREVISION Notes: svn path=/head/; revision=127947
* . No need to add JAVAJARDIR to PLIST_SUB anymore as bsd.java.mk does it.Greg Lewis2004-07-121-1/+0
| | | | Notes: svn path=/head/; revision=113511
* SIZEify.Trevor Johnson2004-03-171-0/+1
| | | | Notes: svn path=/head/; revision=104313
* . Add a secondary category of devel, which seems appropriate.Greg Lewis2004-02-181-1/+1
| | | | Notes: svn path=/head/; revision=101343
* Use PLIST_FILES.Trevor Johnson2004-02-052-1/+1
| | | | | | | Reviewed by: marcus Notes: svn path=/head/; revision=100076
* . More standard format for substitution in pkg-message.Greg Lewis2004-01-192-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. Notes: svn path=/head/; revision=98573
* Update to 1.2.6Tilman Keskinoz2004-01-194-37/+13
| | | | | | | | PR: 61225 Submitted by: Conor McDermottroe <mcdermc@tcd.ie> Notes: svn path=/head/; revision=98562
* ports with possibly unreachable MAINTAINERsEdwin Groothuis2003-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> Notes: svn path=/head/; revision=92819
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76037
* Fix dependencies to be in sync with the recent JDK ports renaming.Greg Lewis2002-06-161-1/+1
| | | | | | | Forgotten by: znerd Notes: svn path=/head/; revision=61341
* Fixed EXTRACT_ONLY line that was causing portlint to complain.Ernst de Haan2002-03-021-2/+1
| | | | Notes: svn path=/head/; revision=55397
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-3/+3
| | | | Notes: svn path=/head/; revision=27458
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20951
* JLex: a uitility based upon the Lex lexical analyzer generator model.Chris Piazza1999-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> Notes: svn path=/head/; revision=19983