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)
Dec 30 2024, 11:26 PM
Unknown Object (File)
Dec 4 2024, 10:06 PM
Unknown Object (File)
Oct 1 2024, 8:19 PM
Unknown Object (File)
Sep 30 2024, 2:17 AM
Unknown Object (File)
Sep 28 2024, 11:20 PM
Unknown Object (File)
Sep 27 2024, 2:43 PM
Unknown Object (File)
Sep 24 2024, 10:25 PM
Unknown Object (File)
Sep 8 2024, 6:04 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.