diff options
author | Rene Ladan <rene@FreeBSD.org> | 2020-03-25 11:19:39 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2020-03-25 11:19:39 +0000 |
commit | 12cb162e12ee6b8c76012c44594b001b9801344a (patch) | |
tree | b3a85a35cb35350c5342ed33a6ba64370d0dc3be | |
parent | 4221a57f376514c45a010b0aa5fbf9e8df23b781 (diff) | |
download | ports-12cb162e12ee6b8c76012c44594b001b9801344a.tar.gz ports-12cb162e12ee6b8c76012c44594b001b9801344a.zip |
Notes
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/py-antlr4-python2-runtime/Makefile | 22 | ||||
-rw-r--r-- | devel/py-antlr4-python2-runtime/distinfo | 3 | ||||
-rw-r--r-- | devel/py-antlr4-python2-runtime/pkg-descr | 8 |
5 files changed, 1 insertions, 34 deletions
@@ -14502,3 +14502,4 @@ x11/rxvt|x11/rxvt-unicode|2020-03-20|Has expired: Abandonware: stable release 2. x11-wm/clementine-wm||2020-03-20|Removed, unmaintained and depends on expired x11/rxvt net/kdsoap|www/kdsoap|2020-03-21|Already existed in the tree security/openssh-portable@x509||2020-03-23|Has expired: X509 long broken without known users +devel/py-antlr4-python2-runtime|devel/antlr4-python3-runtime|2020-03-25|Has expired: Uses EoL python27, please use devel/antlr4-python3-runtime instead diff --git a/devel/Makefile b/devel/Makefile index a3a49f45cdc1..72c0e0c6debd 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4028,7 +4028,6 @@ SUBDIR += py-akismet SUBDIR += py-amalgamate SUBDIR += py-aniso8601 - SUBDIR += py-antlr4-python2-runtime SUBDIR += py-antlr4-python3-runtime SUBDIR += py-anyconfig SUBDIR += py-anyjson diff --git a/devel/py-antlr4-python2-runtime/Makefile b/devel/py-antlr4-python2-runtime/Makefile deleted file mode 100644 index 77a7eba091c2..000000000000 --- a/devel/py-antlr4-python2-runtime/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $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 - -DEPRECATED= Uses EoL python27, please use devel/antlr4-python3-runtime instead -EXPIRATION_DATE= 2020-03-25 - -USES= python:2.7 -USE_PYTHON= distutils autoplist - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/devel/py-antlr4-python2-runtime/distinfo b/devel/py-antlr4-python2-runtime/distinfo deleted file mode 100644 index e388c13123aa..000000000000 --- a/devel/py-antlr4-python2-runtime/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545512692 -SHA256 (antlr4-python2-runtime-4.7.2.tar.gz) = 580825bdd89ed6200170710cb26cc1e64f96f145870d8c2cfdf162cb0b8b9212 -SIZE (antlr4-python2-runtime-4.7.2.tar.gz) = 111795 diff --git a/devel/py-antlr4-python2-runtime/pkg-descr b/devel/py-antlr4-python2-runtime/pkg-descr deleted file mode 100644 index d8723c975f38..000000000000 --- a/devel/py-antlr4-python2-runtime/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -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/ |