Page MenuHomeFreeBSD

Add devel/py-antlr4-python2-runtime
ClosedPublic

Authored by dbaio on Dec 22 2018, 1:22 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Oct 7, 1:31 PM
Unknown Object (File)
Mon, Oct 6, 3:14 AM
Unknown Object (File)
Sep 10 2025, 1:31 AM
Unknown Object (File)
Aug 13 2025, 9:32 AM
Unknown Object (File)
Aug 12 2025, 7:20 PM
Unknown Object (File)
Jul 25 2025, 11:48 AM
Unknown Object (File)
Jul 16 2025, 12:05 AM
Unknown Object (File)
Jul 4 2025, 3:36 PM
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.