Date: Sat, 24 Nov 2018 21:11:27 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485792 - in head/devel: . py-antlr4-python3-runtime Message-ID: <201811242111.wAOLBR4V037527@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Nov 24 21:11:26 2018 New Revision: 485792 URL: https://svnweb.freebsd.org/changeset/ports/485792 Log: 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/ Added: head/devel/py-antlr4-python3-runtime/ head/devel/py-antlr4-python3-runtime/Makefile (contents, props changed) head/devel/py-antlr4-python3-runtime/distinfo (contents, props changed) head/devel/py-antlr4-python3-runtime/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Nov 24 20:25:39 2018 (r485791) +++ head/devel/Makefile Sat Nov 24 21:11:26 2018 (r485792) @@ -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 Added: head/devel/py-antlr4-python3-runtime/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-antlr4-python3-runtime/Makefile Sat Nov 24 21:11:26 2018 (r485792) @@ -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> Added: head/devel/py-antlr4-python3-runtime/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-antlr4-python3-runtime/distinfo Sat Nov 24 21:11:26 2018 (r485792) @@ -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 Added: head/devel/py-antlr4-python3-runtime/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-antlr4-python3-runtime/pkg-descr Sat Nov 24 21:11:26 2018 (r485792) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811242111.wAOLBR4V037527>