Date: Sat, 22 Dec 2018 21:15:52 +0000 (UTC) From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488133 - in head/devel: . py-antlr4-python2-runtime py-antlr4-python3-runtime Message-ID: <201812222115.wBMLFq0L000266@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbaio Date: Sat Dec 22 21:15:52 2018 New Revision: 488133 URL: https://svnweb.freebsd.org/changeset/ports/488133 Log: 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: antoine Differential Revision: https://reviews.freebsd.org/D18631 Added: head/devel/py-antlr4-python2-runtime/ - copied from r488125, head/devel/py-antlr4-python3-runtime/ Modified: head/devel/Makefile head/devel/py-antlr4-python2-runtime/Makefile head/devel/py-antlr4-python2-runtime/distinfo head/devel/py-antlr4-python2-runtime/pkg-descr head/devel/py-antlr4-python3-runtime/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Dec 22 21:07:55 2018 (r488132) +++ head/devel/Makefile Sat Dec 22 21:15:52 2018 (r488133) @@ -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 Modified: head/devel/py-antlr4-python2-runtime/Makefile ============================================================================== --- head/devel/py-antlr4-python3-runtime/Makefile Sat Dec 22 20:06:52 2018 (r488125) +++ head/devel/py-antlr4-python2-runtime/Makefile Sat Dec 22 21:15:52 2018 (r488133) @@ -1,18 +1,19 @@ # $FreeBSD$ -PORTNAME= antlr4-python3-runtime +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 (python3 runtime) +COMMENT= ANother Tool for Language Recognition (python2 runtime) LICENSE= BSD3CLAUSE -NO_ARCH= yes -USES= python:3.4+ +USES= python:2.7 USE_PYTHON= distutils autoplist + +NO_ARCH= yes .include <bsd.port.mk> Modified: head/devel/py-antlr4-python2-runtime/distinfo ============================================================================== --- head/devel/py-antlr4-python3-runtime/distinfo Sat Dec 22 20:06:52 2018 (r488125) +++ head/devel/py-antlr4-python2-runtime/distinfo Sat Dec 22 21:15:52 2018 (r488133) @@ -1,3 +1,3 @@ -TIMESTAMP = 1545251219 -SHA256 (antlr4-python3-runtime-4.7.2.tar.gz) = 168cdcec8fb9152e84a87ca6fd261b3d54c8f6358f42ab3b813b14a7193bb50b -SIZE (antlr4-python3-runtime-4.7.2.tar.gz) = 112278 +TIMESTAMP = 1545512692 +SHA256 (antlr4-python2-runtime-4.7.2.tar.gz) = 580825bdd89ed6200170710cb26cc1e64f96f145870d8c2cfdf162cb0b8b9212 +SIZE (antlr4-python2-runtime-4.7.2.tar.gz) = 111795 Modified: head/devel/py-antlr4-python2-runtime/pkg-descr ============================================================================== --- head/devel/py-antlr4-python3-runtime/pkg-descr Sat Dec 22 20:06:52 2018 (r488125) +++ head/devel/py-antlr4-python2-runtime/pkg-descr Sat Dec 22 21:15:52 2018 (r488133) @@ -3,6 +3,6 @@ reading, processing, executing, or translating structu 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 python3 runtime. +This port provides the python2 runtime. WWW: http://www.antlr.org/ Modified: head/devel/py-antlr4-python3-runtime/Makefile ============================================================================== --- head/devel/py-antlr4-python3-runtime/Makefile Sat Dec 22 21:07:55 2018 (r488132) +++ head/devel/py-antlr4-python3-runtime/Makefile Sat Dec 22 21:15:52 2018 (r488133) @@ -11,8 +11,9 @@ COMMENT= ANother Tool for Language Recognition (python LICENSE= BSD3CLAUSE -NO_ARCH= yes USES= python:3.4+ USE_PYTHON= distutils autoplist + +NO_ARCH= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812222115.wBMLFq0L000266>