aboutsummaryrefslogtreecommitdiff
path: root/textproc/javacc
Commit message (Collapse)AuthorAgeFilesLines
* - Update to bsd.java.mk 2.0Herve Quiroz2004-12-281-4/+2
| | | | | | | | | - Fix installation target: do not install *.bat and *.bak scripts [1] Reported by: kris via pointyhat [1] Notes: svn path=/head/; revision=125384
* . Use %%JAVAJARDIR%% in the packing list now that bsd.java.mk sets it.Greg Lewis2004-07-121-1/+1
| | | | Notes: svn path=/head/; revision=113516
* . Fix fetching the distfile and hence the build by adding DISABLE_SIZE.Greg Lewis2004-03-291-3/+1
| | | | | | | Submitted by: bento via kris Notes: svn path=/head/; revision=105621
* BROKEN: Does not buildKris Kennaway2004-03-271-0/+2
| | | | Notes: svn path=/head/; revision=105453
* Add size data.Trevor Johnson2004-03-191-0/+1
| | | | Notes: svn path=/head/; revision=104582
* E-mail to the maintainer bounced:Trevor Johnson2004-03-181-1/+1
| | | | | | | | | <gerweck@yahoo.com>: host mx2.mail.yahoo.com[64.156.215.5] said: 554 delivery error: dd Sorry, your message to gerweck@yahoo.com cannot be delivered. This account is over quota. - mta115.mail.scd.yahoo.com Notes: svn path=/head/; revision=104375
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Use the CPIO macro defined in bsd.port.mk.Trevor Johnson2004-01-221-2/+0
| | | | Notes: svn path=/head/; revision=98793
* . Update to 3.2. This is slightly nastier than it should be as fetch(1)Greg Lewis2003-10-063-239/+184
| | | | | | | | | | can't get the distfile, at least on 4.8-R. Instead we use wget to fetch the distfile. Approved by: Maintainer timeout Notes: svn path=/head/; revision=90459
* The story behind this update:Edwin Groothuis2003-09-293-8/+9
| | | | | | | | | | | | - The original company (webgain.com) doesn't exist anymore. - The code is moved over to the Sun Java Development Center. - The port doesn't compile/build properly. PR: Started with ports/48352 Submitted by: Andy Gerweck <andy@gerweck.dyndns.org> Notes: svn path=/head/; revision=89796
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76042
* Not removing directories since they are now part of the baseErnst de Haan2002-08-291-5/+0
| | | | | | | | | | | | | | | | | | | system. This port attempted to delete the following directories, while these are already in BSD.local.dist: share/doc share/examples share/java/classes share/java local/share Pointed out by: Mikhail Teterin <mi+mx@aldan.algebra.com> Pointy hat trick to: znerd Notes: svn path=/head/; revision=65256
* Now optionally deleting some directories iff they areErnst de Haan2002-08-291-5/+5
| | | | | | | | | | | | | | | actually empty: share/doc share/examples share/java/classes share/java local/share These directories are used by other ports as well. Notes: svn path=/head/; revision=65252
* New port: javacc. Compiler Compiler for Java. It's loosely basedErnst de Haan2002-08-295-0/+281
on Java syntax and generates executable Java classes. JavaCC includes tools for building abstract syntax trees and documentation. Submitted by: Andrew Gerweck <andy@gerweck.dynup.net> PR: 37879 Notes: svn path=/head/; revision=65250