New port: devel/py-antlr4-python3-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 python3 runtime.

WWW: http://www.antlr.org/
This commit is contained in:
Antoine Brodin
2018-11-24 21:11:26 +00:00
parent 60395c62c3
commit b0357c90ff
4 changed files with 32 additions and 2 deletions

View File

@@ -4354,6 +4354,7 @@
SUBDIR += py-amalgamate
SUBDIR += py-aniso8601
SUBDIR += py-anonfunc
SUBDIR += py-antlr4-python3-runtime
SUBDIR += py-anyconfig
SUBDIR += py-anyjson
SUBDIR += py-apache_conf_parser
@@ -5708,8 +5709,8 @@
SUBDIR += rubygem-git
SUBDIR += rubygem-git-version-bump
SUBDIR += rubygem-github_api
SUBDIR += rubygem-gitlab-sidekiq-fetcher
SUBDIR += rubygem-gitlab-pygments.rb
SUBDIR += rubygem-gitlab-sidekiq-fetcher
SUBDIR += rubygem-gitlab_git
SUBDIR += rubygem-gitlab_meta
SUBDIR += rubygem-glib2
@@ -6315,8 +6316,8 @@
SUBDIR += tortoisehg
SUBDIR += tpasm
SUBDIR += trac-bitten
SUBDIR += treepy.el
SUBDIR += tradcpp
SUBDIR += treepy.el
SUBDIR += trio
SUBDIR += truc
SUBDIR += ua_parser-core

View File

@@ -0,0 +1,18 @@
# $FreeBSD$
PORTNAME= antlr4-python3-runtime
PORTVERSION= 4.7.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= antoine@FreeBSD.org
COMMENT= ANother Tool for Language Recognition (python3 runtime)
LICENSE= BSD3CLAUSE
NO_ARCH= yes
USES= python:3.4+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

View File

@@ -0,0 +1,3 @@
TIMESTAMP = 1538210928
SHA256 (antlr4-python3-runtime-4.7.1.tar.gz) = 1b26b72c4492cef310542da10bf6b2ab4aa1775618fc6003f75b55ae9eaa3fd3
SIZE (antlr4-python3-runtime-4.7.1.tar.gz) = 111381

View File

@@ -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 python3 runtime.
WWW: http://www.antlr.org/