svn commit: r370083 - in head/devel: . py-codegen
Antoine Brodin
antoine at FreeBSD.org
Sun Oct 5 14:10:20 UTC 2014
Author: antoine
Date: Sun Oct 5 14:10:18 2014
New Revision: 370083
URL: https://svnweb.freebsd.org/changeset/ports/370083
QAT: https://qat.redports.org/buildarchive/r370083/
Log:
New port: devel/py-codegen
Extension to ast that allows ast to python code generation.
WWW: https://github.com/andreif/codegen
Added:
head/devel/py-codegen/
head/devel/py-codegen/Makefile (contents, props changed)
head/devel/py-codegen/distinfo (contents, props changed)
head/devel/py-codegen/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sun Oct 5 14:10:10 2014 (r370082)
+++ head/devel/Makefile Sun Oct 5 14:10:18 2014 (r370083)
@@ -3635,6 +3635,7 @@
SUBDIR += py-clint
SUBDIR += py-clonedigger
SUBDIR += py-cmdln
+ SUBDIR += py-codegen
SUBDIR += py-cog
SUBDIR += py-coil
SUBDIR += py-collective.monkeypatcher
Added: head/devel/py-codegen/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-codegen/Makefile Sun Oct 5 14:10:18 2014 (r370083)
@@ -0,0 +1,18 @@
+# Created by: antoine at FreeBSD.org
+# $FreeBSD$
+
+PORTNAME= codegen
+PORTVERSION= 1.0
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= antoine at FreeBSD.org
+COMMENT= Extension to ast that allows ast to python code generation
+
+LICENSE= BSD3CLAUSE
+
+USES= python
+USE_PYTHON= distutils autoplist
+
+.include <bsd.port.mk>
Added: head/devel/py-codegen/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-codegen/distinfo Sun Oct 5 14:10:18 2014 (r370083)
@@ -0,0 +1,2 @@
+SHA256 (codegen-1.0.tar.gz) = d14caccc4175903d79bc5ed2890d140163281b1cdff79f3657e963369e79a6ee
+SIZE (codegen-1.0.tar.gz) = 4380
Added: head/devel/py-codegen/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-codegen/pkg-descr Sun Oct 5 14:10:18 2014 (r370083)
@@ -0,0 +1,3 @@
+Extension to ast that allows ast to python code generation.
+
+WWW: https://github.com/andreif/codegen
More information about the svn-ports-all
mailing list