notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
antlr4 ANother Tool for Language Recognition
4.13.1 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 4.12.0Version of this port present on the latest quarterly branch.
Maintainer: pi@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2015-11-07 14:05:21
Last Update: 2024-03-14 08:49:22
Commit Hash: b7c200a
Also Listed In: java
License: BSD3CLAUSE
WWW:
https://www.antlr.org/
Description:
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. bin/antlr4
  2. /usr/local/share/java/classes/antlr-4.13.1-complete.jar
  3. /usr/local/share/licenses/antlr4-4.13.1/catalog.mk
  4. /usr/local/share/licenses/antlr4-4.13.1/LICENSE
  5. /usr/local/share/licenses/antlr4-4.13.1/BSD3CLAUSE
Collapse this list.
Dependency lines:
  • antlr4>0:devel/antlr4
To install the port:
cd /usr/ports/devel/antlr4/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/antlr4
  • pkg install antlr4
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: antlr4
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1710310508 SHA256 (antlr-4.13.1-complete.jar) = bc13a9c57a8dd7d5196888211e5ede657cb64a3ce968608697e4f668251a8487 SIZE (antlr-4.13.1-complete.jar) = 2139203

Packages (timestamps in pop-ups are UTC):
antlr4
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest4.13.14.13.1-4.13.14.13.1---
FreeBSD:13:quarterly4.13.14.13.14.12.04.13.14.13.1-4.12.04.12.0
FreeBSD:14:latest4.13.14.13.14.9-4.13.1--4.12.0
FreeBSD:14:quarterly4.12.04.13.1--4.13.1-4.12.04.12.0
FreeBSD:15:latest4.13.14.13.1n/a-n/a-4.12.04.12.0
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. java : java/openjdk8
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_antlr4
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://www.antlr.org/download/
Collapse this list.

Number of commits found: 20

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
4.13.1
14 Mar 2024 08:49:22
commit hash: b7c200a4f6d6558a177db19686cf006db7b5f8e6commit hash: b7c200a4f6d6558a177db19686cf006db7b5f8e6commit hash: b7c200a4f6d6558a177db19686cf006db7b5f8e6commit hash: b7c200a4f6d6558a177db19686cf006db7b5f8e6 files touched by this commit
Kurt Jaeger (pi) search for other commits by this committer
devel/antlr4: update 4.12.0 -> 4.13.1

Changes:	https://github.com/antlr/antlr4/releases
4.12.0
04 Apr 2023 18:10:53
commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Refactor java/openjdk7 removal

- java/openjdk7* has been removed from the tree since 2022-09-03 however
  the relevant codebases in bsd.java.mk has not been removed and the
  consumers has also not been updated to use the next jdk version. This
  commit updates all relevant consumers to use JAVA_VERSION=8 instead of
  JAVA_VERSION=1.7
- Since the introduction of jdk version 18 it looks like similar with
  jdk version 8(java version string 1.8). This is prone to error as it
  looks similar and is only seperated by a '.'. Remove using
  JAVA_VERSION with dotted fomat of java version string and update all
  consumers to utilize version 8 instead of 1.8.

Approved by:	portmgr (blanket)
4.12.0
09 Mar 2023 19:08:46
commit hash: fb5ccf9334b72062ff2929ed9f3729221a12d80ccommit hash: fb5ccf9334b72062ff2929ed9f3729221a12d80ccommit hash: fb5ccf9334b72062ff2929ed9f3729221a12d80ccommit hash: fb5ccf9334b72062ff2929ed9f3729221a12d80c files touched by this commit
Kurt Jaeger (pi) search for other commits by this committer
devel/antlr4: update 4.11.1 -> 4.12.0

Changelog:	https://github.com/antlr/antlr4/releases/tag/4.12.0
4.11.1
06 Feb 2023 00:13:42
commit hash: ab6a1e619297de85a4736b78010de3730cd760c8commit hash: ab6a1e619297de85a4736b78010de3730cd760c8commit hash: ab6a1e619297de85a4736b78010de3730cd760c8commit hash: ab6a1e619297de85a4736b78010de3730cd760c8 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/antlr4: Update 4.9 → 4.11.1

PR:		268964
Approved by:	pi@ (maintainer)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
4.9
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
4.9
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
4.9
06 Apr 2021 14:31:13
commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
all: Remove all other $FreeBSD keywords.
4.9
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
4.9
26 Nov 2020 11:53:38
Revision:556334Original commit files touched by this commit
fluffy search for other commits by this committer
devel/antlr4: update to 4.9 release

PR:		251399
Submitted by:	fluffy
Approved by:	maintainer (pi)
4.8
26 May 2020 20:50:24
Revision:536653Original commit files touched by this commit
pi search for other commits by this committer
devel/antlr4: update 4.7.2 -> 4.8

PR:		246754
Submitted by:	fluffy
Relnotes:	https://github.com/antlr/antlr4/releases/tag/4.8
4.7.2
23 Dec 2018 09:00:01
Revision:488171Original commit files touched by this commit
pi search for other commits by this committer
devel/antlr4: update 4.7.1 -> 4.7.2

Relnotes:	https://github.com/antlr/antlr4/releases/tag/4.7.2
4.7.1
17 Nov 2018 09:30:25
Revision:485123Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add NO_ARCH
- Update WWW

Approved by:	portmgr blanket
4.7.1
04 Feb 2018 10:07:46
Revision:460883Original commit files touched by this commit
pi search for other commits by this committer
devel/antlr4: update 4.7 -> 4.7.1

Relnotes:	https://github.com/antlr/antlr4/releases
4.7
01 Apr 2017 09:49:49
Revision:437404Original commit files touched by this commit
pi search for other commits by this committer
devel/antlr4: update 4.6 -> 4.7

Changes: https://github.com/antlr/antlr4/releases
4.6
16 Jan 2017 20:01:06
Revision:431701Original commit files touched by this commit
pi search for other commits by this committer
devel/antlr4: update 4.5.3 -> 4.6

Changes: https://github.com/antlr/antlr4/releases
4.5.3
03 Apr 2016 07:59:16
Revision:412453Original commit files touched by this commit
pi search for other commits by this committer
devel/antlr4: 4.5.2 -> 4.5.3

- New grammar option: contextSuperClass. All parse tree internal
  nodes will derive from this. Default is ParserRuleContext. Should
  derive from ultimately RuleContext at minimum. Java target can use
  contextSuperClass=org.antlr.v4.runtime.RuleContextWithAltNum for
  convenience. It adds a backing field for altNumber, the alt matched
  for the associated rule node.
- Added getMaxTokenType() to Vocabulary interface

Full list of changes:
  https://github.com/antlr/antlr4/pulls?q=milestone%3A4.5.3+is%3Aclosed+is%3Apr
4.5.2
06 Feb 2016 10:24:38
Revision:408288Original commit files touched by this commit
pi search for other commits by this committer
devel/antlr4: 4.5.1 -> 4.5.2

For changes see:
  https://github.com/antlr/antlr4/commits/master
4.5.1
08 Nov 2015 06:02:45
Revision:401033Original commit files touched by this commit
pi search for other commits by this committer
devel/antlr4: small fixes

- remove unneeded bsd.port.options.mk
- fix properties in antlr.sh.in

Submitted by:	junovitch
4.5.1
07 Nov 2015 14:05:11
Revision:400994Original commit files touched by this commit
pi search for other commits by this committer
New Port: devel/antlr4

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.antlr.org

Number of commits found: 20