9ae1 FreshPorts -- devel/antlr
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
antlr 2.7.7 devel on this many watch lists=2 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
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. java/openjdk6
  2. devel/gmake
Required To Run:
  1. java/javavmwrapper
  2. java/openjdk6

This port is required by:

for Build

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:
     DOCS=on: Build and/or install documentation
     PYTHON=off: Python bindings
===> Use 'make config' to modify these settings

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

Number of commits found: 27

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
10 Dec 2012 11:25:28
Original commit files touched by this commit  2.7.7
bapt search for other commits by this committer
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to USE_JAVA=	1.5+ (part1)
16 Aug 2012 14:35:27
Original commit files touched by this commit  2.7.7
bapt search for other commits by this committer
Do not include bsd.port.options.mk twice

Reported by:	culot
12 Jun 2012 06:44:15
Original commit files touched by this commit  2.7.7
bapt search for other commits by this committer
Convert to new options framework
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: 27

283f
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15
linux-firefoxMay 15
linux-seamonkeyMay 15

6 vulnerabilities affecting 28 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 24514
Broken 219
Deprecated 472
Ignore 639
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 29
Expired 132
Set to expire 510
Interactive 33
new 24 hours 3
new 48 hours4
new 7 days31
new fortnight71
new month203

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

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0