FreshPorts -- The Place For Ports Sat, 4 Feb 2012 3:52 AM GMT
Port details
antlr 2.7.7 devel on this many watch lists=1 search for ports that depend on this port
ANother Tool for Language Recognition

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 21 Jan 2003 02:54:15
Also Listed In: java
License: not specified in port


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.

WWW: http://www.antlr2.org
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: java/jdk16, devel/gmake
Required To Run: java/javavmwrapper, java/jdk16
There are no ports dependent upon this port

To install the port: cd /usr/ports/devel/antlr/ && make install clean
To add the package: pkg_add -r antlr


Configuration Options
===> The following configuration options are available for antlr-2.7.7:
     PYTHON=off (default) "Include Python runtime support"
===> Use 'make config' to modify these settings

Master Sites:
http://www.antlr2.org/download/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 24

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
21 Jul 2011 05:03:02
Original commit files touched by this commit  2.7.7
linimon search for other commits by this committer
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
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
18 Dec 2010 08:03:12
Original commit files touched by this commit  2.7.7
glewis search for other commits by this committer
. Fix download/web site.
. Minor update to 2.7.7.
02 Jun 2009 12:34:24
Original commit files touched by this commit  2.7.6_2
itetcu search for other commits by this committer
Respect PREFIX.

Reported by:    QATty
25 Jul 2008 14:34:52
Original commit files touched by this commit  2.7.6_2
pav search for other commits by this committer
- Remove USE_GCC where it can be satisfied with base compiler on following
  FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
06 Jun 2008 13:21:59
Original commit files touched by this commit  2.7.6_2
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

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)
29 Jun 2007 19:33:25
Original commit files touched by this commit  2.7.6_1
linimon search for other commits by this committer
Reset rainer.alves@gmail.com by request due to current lack of time to
work on FreeBSD.
19 May 2007 20:32:57
Original commit files touched by this commit  2.7.6_1
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
24 Jun 2006 22:31:49
Original commit files touched by this commit  2.7.6
thierry search for other commits by this committer
Quieten configure by removing bashisms.

Approved by:    Rainer Alves <rainer.alves (at) gmail.com> (maintainer)
05 May 2006 01:43:39
Original commit files touched by this commit  2.7.6
lawrance search for other commits by this committer
Disable C# support until maintainer adds an option for support.

PR:             ports/96768
Submitted by:   Kostik Belousov <kostikbel@gmail.com>
Approved by:    Rainer Alves <rainer.alves@gmail.com> (maintainer)
03 May 2006 13:06:32
Original commit files touched by this commit  2.7.6
lawrance search for other commits by this committer
Update to 2.7.6.
Add OPTIONS for Python support.
Portlint cleanups.
Submitter takes maintainership.

PR:             ports/93609
Submitted by:   Rainer Alves <rainer.alves@gmail.com>
24 Nov 2005 15:40:04
Original commit files touched by this commit  2.7.5
pav search for other commits by this committer
- Add some SHA256 checksums
09 Nov 2005 09:22:20
Original commit files touched by this commit  2.7.5
vs search for other commits by this committer
Set USE_GCC=3.2+ to unbreak on 4.x
28 Oct 2005 23:51:51
Original commit files touched by this commit  2.7.5
hq search for other commits by this committer
Update to 2.7.5

PR:             88161
Submitted by:   Frerich Raabe <frerich.raabe@gmx.de>
12 Dec 2004 23:07:56
Original commit files touched by this commit  2.7.4
kris search for other commits by this committer
Add missing directory
15 Nov 2004 23:59:52
Original commit files touched by this commit  2.7.4
glewis search for other commits by this committer
. Antlr now seems to require Java 1.4 or better (certainly the build fails
  with 1.3).  So fix the build for 4.x by requiring Java 1.4+.
. Reflect this requirement in antlr.sh.
15 Nov 2004 23:57:59
Original commit files touched by this commit  2.7.4
glewis search for other commits by this committer
. Fix the build for gcc < 3.2 (e.g. 2.95.4 on 4.x) by using <istream.h>
  rather than <istream>.
15 Nov 2004 04:17:08
Original commit files touched by this commit  2.7.4
hq search for other commits by this committer
- Update to 2.7.4
- 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
31 Mar 2004 03:12:58
Original commit files touched by this commit  2.7.2_1
trevor search for other commits by this committer
SIZEify (maintainer timeout)
04 Feb 2004 05:21:48
Original commit files touched by this commit  2.7.2_1
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
29 Jan 2004 12:50:38
Original commit files touched by this commit  2.7.2
netchild search for other commits by this committer
Fix the my previous commit, CONFLICTS gets feeded into ls, so it has
to be a shell glob pattern to detect all versions of the port.

Noticed by:     Marius Strobl <marius@alchemy.franken.de>
28 Jan 2004 16:45:47
Original commit files touched by this commit  2.7.2
netchild search for other commits by this committer
Add conflict between devel/antlr and devel/pccts. Maintainer of
antlr port informed.

Requested by:   Marius Strobl <marius@alchemy.franken.de>
08 May 2003 08:46:28
Original commit files touched by this commit  2.7.2
znerd search for other commits by this committer
Update ANTLR to 2.7.2.

PR:             51416, 51417, 51418, 51905
Submitted by:   maintainer
21 Feb 2003 11:23:04
Original commit files touched by this commit  2.7.1
knu search for other commits by this committer
De-pkg-comment.
21 Jan 2003 02:53:49
Original commit files touched by this commit  2.7.1
edwin search for other commits by this committer
New port: devel/antlr

        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>

Number of commits found: 24

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
mathopdFeb 03
firefoxFeb 01
linux-firefoxFeb 01
linux-seamonkeyFeb 01
linux-thunderbirdFeb 01
seamonkeyFeb 01
seamonkey2Feb 01
thunderbirdFeb 01
thunderbird3Feb 01
apache2Jan 31
apache20Jan 31
apache21Jan 31
apache22Jan 31
apache22-prefork-mpmJan 31
sudo*Jan 31

17 vulnerabilities affecting 41 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23097
Broken 192
Deprecated 94
Ignore 728
Forbidden 2
Restricted 329
No CDROM 108
Vulnerable 0
Expired 7
Set to expire 92
Interactive 62
new 24 hours 5
new 48 hours6
new 7 days27
new fortnight59
new month112

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.165 seconds.