aboutsummaryrefslogtreecommitdiffstats
path: root/java/java-cup
Commit message (Collapse)AuthorAgeFilesLines
* Over to new volunteer.linimon2009-09-181-1/+1
| | | | Feature safe: yes
* Reset ports@mcdermottroe.com at his request due to lack of time at thelinimon2009-09-171-1/+1
| | | | | | | moment. Hat: portmgr Feature safe: yes
* 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)
* - Add another mirror maintained by maintainerrafan2007-07-191-1/+2
| | | | | PR: ports/114697 Submitted by: Conor McDermottroe <ports at mcdermottroe.com> (maintainer)
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* - Update to 11.a [1]hq2005-08-303-39/+19
| | | | | | | | | | | - Add 'devel' category [1] - Update to bsd.java.mk 2.0 - Takeover maintainership [2] - Use %%JAVAJARDIR%% and PLIST_FILES PR: 85041 [1] [2] Submitted by: Conor McDermottroe <ports@mcdermottroe.com> (new maintainer) Approved by: former maintainer
* . Hopefully fix the build for JDK 1.1.glewis2004-03-291-1/+1
| | | | Submitted by: bento via kris
* . Update to 10.k.glewis2004-03-243-64/+28
| | | | | | | | | | | | . Make this port act more like the other java ports. The actual change is based on the followup submitted by Conor McDermottroe plus some tweaks from the patch in the PR and myself. PR: 63582 Submitted by: Conor McDermottroe <ports@mcdermottroe.com> Matthew West <mwest@uct.ac.za> Approved by: maintainer timeout
* De-pkg-comment.knu2003-02-212-1/+1
|
* Fix dependencies to be in sync with the recent JDK ports renaming.glewis2002-06-161-2/+2
| | | | Forgotten by: znerd
* Fixed portlint complaints about BUILD_DEPENDS and RUN_DEPENDS having to ↵znerd2002-03-021-3/+3
| | | | appear earlier in the Makefile.
* Convert to the PORTNAME - PORTVERSION syntax.obrien2000-04-121-3/+3
|
* JDK is now at version 1.1.8. Also use ${JAVASUBDIR} wherever possible.asami1999-09-111-2/+2
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* new ports/{java,irc,x11-servers}, dependency sweep #1billf1999-06-291-3/+3
|
* New ports/{java,irc,x11-servers} categories, Step #4 - Adjust new Makefiles.billf1999-06-281-2/+2
|
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-271-1/+1
| | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each.
* Remove doubled-slash.kuriyama1999-05-201-2/+2
|
* Import of devel/java-cup v10.gjseger1999-04-115-0/+95
This is the Java based Constructor of Useful Parsers (CUP for short). It serves the same role as the widely used program YAXX and in fact offers most of the features of YACC. However, CUP is written in Java, uses specifications including embedded Java code, and produces parsers which are implemented in Java. PR: ports/6570 Submitted by: Jason Nordwick <nordwick@xcf.berkeley.edu>