Index: head/devel/Makefile =================================================================== --- head/devel/Makefile +++ head/devel/Makefile @@ -4354,6 +4354,7 @@ SUBDIR += py-amalgamate SUBDIR += py-aniso8601 SUBDIR += py-anonfunc + SUBDIR += py-antlr4-python2-runtime SUBDIR += py-antlr4-python3-runtime SUBDIR += py-anyconfig SUBDIR += py-anyjson Index: head/devel/py-antlr4-python2-runtime/Makefile =================================================================== --- head/devel/py-antlr4-python2-runtime/Makefile +++ head/devel/py-antlr4-python2-runtime/Makefile @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= antlr4-python2-runtime +PORTVERSION= 4.7.2 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= antoine@FreeBSD.org +COMMENT= ANother Tool for Language Recognition (python2 runtime) + +LICENSE= BSD3CLAUSE + +USES= python:2.7 +USE_PYTHON= distutils autoplist + +NO_ARCH= yes + +.include Index: head/devel/py-antlr4-python2-runtime/distinfo =================================================================== --- head/devel/py-antlr4-python2-runtime/distinfo +++ head/devel/py-antlr4-python2-runtime/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1545512692 +SHA256 (antlr4-python2-runtime-4.7.2.tar.gz) = 580825bdd89ed6200170710cb26cc1e64f96f145870d8c2cfdf162cb0b8b9212 +SIZE (antlr4-python2-runtime-4.7.2.tar.gz) = 111795 Index: head/devel/py-antlr4-python2-runtime/pkg-descr =================================================================== --- head/devel/py-antlr4-python2-runtime/pkg-descr +++ head/devel/py-antlr4-python2-runtime/pkg-descr @@ -0,0 +1,8 @@ +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/ Index: head/devel/py-antlr4-python3-runtime/Makefile =================================================================== --- head/devel/py-antlr4-python3-runtime/Makefile +++ head/devel/py-antlr4-python3-runtime/Makefile @@ -11,8 +11,9 @@ LICENSE= BSD3CLAUSE -NO_ARCH= yes USES= python:3.4+ USE_PYTHON= distutils autoplist + +NO_ARCH= yes .include