summaryrefslogtreecommitdiff
path: root/java/java-cup (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Add another mirror maintained by maintainerRong-En Fan2007-07-191-1/+2
| | | | | PR: ports/114697 Submitted by: Conor McDermottroe <ports at mcdermottroe.com> (maintainer)
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | Approved by: krion@
* - Update to 11.a [1]Herve Quiroz2005-08-293-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.Greg Lewis2004-03-291-1/+1
| | | | Submitted by: bento via kris
* . Update to 10.k.Greg Lewis2004-03-233-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.Akinori MUSHA2003-02-212-1/+1
|
* Fix dependencies to be in sync with the recent JDK ports renaming.Greg Lewis2002-06-161-2/+2
| | | | Forgotten by: znerd
* Fixed portlint complaints about BUILD_DEPENDS and RUN_DEPENDS having to ↵Ernst de Haan2002-03-021-3/+3
| | | | appear earlier in the Makefile.
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-3/+3
|
* JDK is now at version 1.1.8. Also use ${JAVASUBDIR} wherever possible.Satoshi Asami1999-09-111-2/+2
|
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
|
* new ports/{java,irc,x11-servers}, dependency sweep #1Bill Fumerola1999-06-281-3/+3
|
* New ports/{java,irc,x11-servers} categories, Step #4 - Adjust new Makefiles.Bill Fumerola1999-06-281-2/+2
|
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-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.Jun Kuriyama1999-05-201-2/+2
|
* Import of devel/java-cup v10.gJustin M. Seger1999-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>