summaryrefslogtreecommitdiff
path: root/java/java-cup (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix dependencies to be in sync with the recent JDK ports renaming.Greg Lewis2002-06-161-2/+2
| | | | | | | Forgotten by: znerd Notes: svn path=/head/; revision=61341
* Fixed portlint complaints about BUILD_DEPENDS and RUN_DEPENDS having to ↵Ernst de Haan2002-03-021-3/+3
| | | | | | | appear earlier in the Makefile. Notes: svn path=/head/; revision=55398
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-3/+3
| | | | Notes: svn path=/head/; revision=27458
* JDK is now at version 1.1.8. Also use ${JAVASUBDIR} wherever possible.Satoshi Asami1999-09-111-2/+2
| | | | Notes: svn path=/head/; revision=21665
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20951
* new ports/{java,irc,x11-servers}, dependency sweep #1Bill Fumerola1999-06-281-3/+3
| | | | Notes: svn path=/head/; revision=19876
* New ports/{java,irc,x11-servers} categories, Step #4 - Adjust new Makefiles.Bill Fumerola1999-06-281-2/+2
| | | | Notes: svn path=/head/; revision=19854
* 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. Notes: svn path=/head/; revision=19799
* Remove doubled-slash.Jun Kuriyama1999-05-201-2/+2
| | | | Notes: svn path=/head/; revision=18900
* 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> Notes: svn path=/head/; revision=17766