Page MenuHomeFreeBSD

Add devel/py-antlr4-python2-runtime
ClosedPublic

Authored by dbaio on Dec 22 2018, 1:22 PM.
Tags
None
Referenced Files
F163555618: D18631.id52244.diff
Fri, Jul 24, 10:59 AM
Unknown Object (File)
Jun 18 2026, 6:30 AM
Unknown Object (File)
Jun 17 2026, 2:47 AM
Unknown Object (File)
Jun 10 2026, 2:10 PM
Unknown Object (File)
Jun 10 2026, 1:58 PM
Unknown Object (File)
Jun 9 2026, 7:13 AM
Unknown Object (File)
May 26 2026, 10:41 PM
Unknown Object (File)
Apr 21 2026, 8:53 AM
Subscribers

Details

Summary
Add devel/py-antlr4-python2-runtime: ANother Tool for Language Recognition (python2 runtime)

ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for
reading, processing, executing, or translating structured text or binary files.
It's widely used to build languages, tools, and frameworks. From a grammar,
ANTLR generates a parser that can build and walk parse trees.

This port provides the python2 runtime.

WWW: http://www.antlr.org/

Approved by:  ???
Differential Revision:  https://reviews.freebsd.org/DXXXXX

Repocopy from devel/py-antlr4-python3-runtime.
This is needed for a new port py-azure-cli.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Why move the NO_ARCH line? portlint?

Why move the NO_ARCH line? portlint?

I was following porting-order, NO_ARCH is a bsd.port.mk variable.
If you want I can leave it as it is.
Thank you.

This revision is now accepted and ready to land.Dec 22 2018, 8:38 PM
This revision was automatically updated to reflect the committed changes.