Index: head/devel/py-cdg/Makefile =================================================================== --- head/devel/py-cdg/Makefile (nonexistent) +++ head/devel/py-cdg/Makefile (revision 452495) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= cdg +PORTVERSION= 0.1.3 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= jonathan@FreeBSD.org +COMMENT= Library for working with call- and data-flow graphs + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose + +USES= python +USE_PYTHON= autoplist concurrent distutils +NO_ARCH= yes + +do-test: + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test + +.include Property changes on: head/devel/py-cdg/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/py-cdg/distinfo =================================================================== --- head/devel/py-cdg/distinfo (nonexistent) +++ head/devel/py-cdg/distinfo (revision 452495) @@ -0,0 +1,3 @@ +TIMESTAMP = 1502443615 +SHA256 (cdg-0.1.3.tar.gz) = f705527ea2072a73988b9e012a5c4928611da48db78e63d9fab85282995e6fa9 +SIZE (cdg-0.1.3.tar.gz) = 7091 Property changes on: head/devel/py-cdg/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/py-cdg/pkg-descr =================================================================== --- head/devel/py-cdg/pkg-descr (nonexistent) +++ head/devel/py-cdg/pkg-descr (revision 452495) @@ -0,0 +1,3 @@ +``cdg`` is a library for working with call- and data-flow graphs. + +WWW: https://github.com/musec/py-cdg Property changes on: head/devel/py-cdg/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property