aboutsummaryrefslogtreecommitdiff
path: root/devel/antlr
Commit message (Collapse)AuthorAgeFilesLines
* Nuke some @dirrm from develBaptiste Daroussin2014-10-271-2/+0
| | | | Notes: svn path=/head/; revision=371533
* - Convert ports of devel/ to USES=pythonMarcus von Appen2014-10-201-1/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371280
* Rename all patches that contain '::' as a path separator, and useAdam Weinberger2014-07-293-0/+0
| | | | | | | '__' instead. Notes: svn path=/head/; revision=363362
* Grab unmaintained dependencies for math/scilabMax Brazhnikov2014-05-011-1/+1
| | | | Notes: svn path=/head/; revision=352760
* - Add staging supportPawel Pekala2014-04-053-40/+22
| | | | | | | | | | - Remove dependency on javavmwrapper, pulled in by java - Convert to USES=gmake - Use SUB_FILES instead of sed substitutions, move antlr.sh to antlr.sh.in - Use options subs for PYTHON option Notes: svn path=/head/; revision=350206
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 1) Notes: svn path=/head/; revision=327722
* Decommissioning java 1.5 (EOLed since October 2009):Baptiste Daroussin2012-12-101-6/+2
| | | | | | | suppress any reference to USE_JAVA= 1.5+ (part1) Notes: svn path=/head/; revision=308600
* Do not include bsd.port.options.mk twiceBaptiste Daroussin2012-08-161-3/+2
| | | | | | | Reported by: culot Notes: svn path=/head/; revision=302638
* Convert to new options frameworkBaptiste Daroussin2012-06-121-12/+10
| | | | Notes: svn path=/head/; revision=299094
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,Mark Linimon2011-07-211-1/+1
| | | | | | | | | | | | | | | | | | | remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5 or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM is also removed, as it is not available in Java 1.5 and higher. Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5. While here, replace static values of JAVA_VERSION in files/*.in by %%JAVA_VERSION%% . PR: ports/158969 Submitted by: rene Tested on: pointyhat-west -exp Notes: svn path=/head/; revision=278068
* . Fix download/web site.Greg Lewis2010-12-184-23/+50
| | | | | | | . Minor update to 2.7.7. Notes: svn path=/head/; revision=266542
* Respect PREFIX.Ion-Mihai Tetcu2009-06-021-1/+1
| | | | | | | Reported by: QATty Notes: svn path=/head/; revision=235024
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-251-1/+0
| | | | | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT Notes: svn path=/head/; revision=217485
* 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
* Reset rainer.alves@gmail.com by request due to current lack of time toMark Linimon2007-06-291-1/+1
| | | | | | | work on FreeBSD. Notes: svn path=/head/; revision=194480
* - 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}. Notes: svn path=/head/; revision=191544
* Quieten configure by removing bashisms.Thierry Thomas2006-06-241-0/+135
| | | | | | | Approved by: Rainer Alves <rainer.alves (at) gmail.com> (maintainer) Notes: svn path=/head/; revision=166247
* Disable C# support until maintainer adds an option for support.Sam Lawrance2006-05-051-0/+1
| | | | | | | | | PR: ports/96768 Submitted by: Kostik Belousov <kostikbel@gmail.com> Approved by: Rainer Alves <rainer.alves@gmail.com> (maintainer) Notes: svn path=/head/; revision=161366
* Update to 2.7.6.Sam Lawrance2006-05-034-28/+48
| | | | | | | | | | | | Add OPTIONS for Python support. Portlint cleanups. Submitter takes maintainership. PR: ports/93609 Submitted by: Rainer Alves <rainer.alves@gmail.com> Notes: svn path=/head/; revision=161272
* - Add some SHA256 checksumsPav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149311
* Set USE_GCC=3.2+ to unbreak on 4.xVolker Stolz2005-11-091-0/+1
| | | | Notes: svn path=/head/; revision=147678
* Update to 2.7.5Herve Quiroz2005-10-283-5/+8
| | | | | | | | PR: 88161 Submitted by: Frerich Raabe <frerich.raabe@gmx.de> Notes: svn path=/head/; revision=146630
* Add missing directoryKris Kennaway2004-12-121-0/+1
| | | | Notes: svn path=/head/; revision=123851
* . Antlr now seems to require Java 1.4 or better (certainly the build failsGreg Lewis2004-11-152-3/+3
| | | | | | | | with 1.3). So fix the build for 4.x by requiring Java 1.4+. . Reflect this requirement in antlr.sh. Notes: svn path=/head/; revision=121727
* . Fix the build for gcc < 3.2 (e.g. 2.95.4 on 4.x) by using <istream.h>Greg Lewis2004-11-152-0/+32
| | | | | | | rather than <istream>. Notes: svn path=/head/; revision=121726
* - Update to 2.7.4Herve Quiroz2004-11-154-400/+65
| | | | | | | | | | | | | | | | | | | | | - Update to bsd.java.mk 2.0 - Use HAS_CONFIGURE and CONFIGURE_ENV - Cleanup unnecessary *_DEPENDS - Honor hier(7): install examples in ${EXAMPLESDIR} - Honor Porter's handbook: install JAR in ${JAVAJARDIR} - Cleanup unnecessary port variables - No longer use DIST_SUBDIR - Use javavmwrapper in shell script (rather than hardcoding the use of a particular JVM) - New option WITH_BUILD_JAVA_LIB which force the build of the Java lib - Switch maintainer to ports@ PR: 73509 Submitted by: me Approved by: maintainer Notes: svn path=/head/; revision=121633
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Fix the my previous commit, CONFLICTS gets feeded into ls, so it hasAlexander Leidinger2004-01-291-1/+1
| | | | | | | | | to be a shell glob pattern to detect all versions of the port. Noticed by: Marius Strobl <marius@alchemy.franken.de> Notes: svn path=/head/; revision=99399
* Add conflict between devel/antlr and devel/pccts. Maintainer ofAlexander Leidinger2004-01-281-0/+2
| | | | | | | | | antlr port informed. Requested by: Marius Strobl <marius@alchemy.franken.de> Notes: svn path=/head/; revision=99325
* Update ANTLR to 2.7.2.Ernst de Haan2003-05-085-487/+94
| | | | | | | | PR: 51416, 51417, 51418, 51905 Submitted by: maintainer Notes: svn path=/head/; revision=80433
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76032
* New port: devel/antlrEdwin Groothuis2003-01-216-0/+885
ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing C++ or Java actions. PR: ports/40238 Submitted by: Geoffrey Mainland <mainland@apeiron.net> Notes: svn path=/head/; revision=73700