From owner-svn-ports-head@freebsd.org Sat Nov 24 21:11:28 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 928F01139735; Sat, 24 Nov 2018 21:11:28 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 23E1B8C319; Sat, 24 Nov 2018 21:11:28 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 04E0E13591; Sat, 24 Nov 2018 21:11:28 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wAOLBR8D037531; Sat, 24 Nov 2018 21:11:27 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAOLBR4V037527; Sat, 24 Nov 2018 21:11:27 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201811242111.wAOLBR4V037527@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 24 Nov 2018 21:11:27 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head/devel: . py-antlr4-python3-runtime X-SVN-Commit-Revision: 485792 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 23E1B8C319 X-Spamd-Result: default: False [1.70 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_LONG(0.66)[0.661,0]; NEURAL_SPAM_MEDIUM(0.73)[0.730,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.31)[0.308,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Nov 2018 21:11:28 -0000 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 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/