From owner-svn-ports-all@freebsd.org Fri Oct 20 00:01:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A368DE4A85D; Fri, 20 Oct 2017 00:01:05 +0000 (UTC) (envelope-from jonathan@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 mx1.freebsd.org (Postfix) with ESMTPS id 6D886AA1; Fri, 20 Oct 2017 00:01:05 +0000 (UTC) (envelope-from jonathan@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9K014g8025980; Fri, 20 Oct 2017 00:01:04 GMT (envelope-from jonathan@FreeBSD.org) Received: (from jonathan@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9K014Jh025977; Fri, 20 Oct 2017 00:01:04 GMT (envelope-from jonathan@FreeBSD.org) Message-Id: <201710200001.v9K014Jh025977@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jonathan set sender to jonathan@FreeBSD.org using -f From: Jonathan Anderson Date: Fri, 20 Oct 2017 00:01:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452495 - head/devel/py-cdg X-SVN-Group: ports-head X-SVN-Commit-Author: jonathan X-SVN-Commit-Paths: head/devel/py-cdg X-SVN-Commit-Revision: 452495 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Oct 2017 00:01:05 -0000 Author: jonathan (src committer) Date: Fri Oct 20 00:01:04 2017 New Revision: 452495 URL: https://svnweb.freebsd.org/changeset/ports/452495 Log: New port: devel/py-cdg ``cdg`` is a library for working with call- and data-flow graphs. WWW: https://github.com/musec/py-cdg Approved by: koobs Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D11677 Added: head/devel/py-cdg/ head/devel/py-cdg/Makefile (contents, props changed) head/devel/py-cdg/distinfo (contents, props changed) head/devel/py-cdg/pkg-descr (contents, props changed) Added: head/devel/py-cdg/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-cdg/Makefile Fri Oct 20 00:01:04 2017 (r452495) @@ -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 Added: head/devel/py-cdg/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-cdg/distinfo Fri Oct 20 00:01:04 2017 (r452495) @@ -0,0 +1,3 @@ +TIMESTAMP = 1502443615 +SHA256 (cdg-0.1.3.tar.gz) = f705527ea2072a73988b9e012a5c4928611da48db78e63d9fab85282995e6fa9 +SIZE (cdg-0.1.3.tar.gz) = 7091 Added: head/devel/py-cdg/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-cdg/pkg-descr Fri Oct 20 00:01:04 2017 (r452495) @@ -0,0 +1,3 @@ +``cdg`` is a library for working with call- and data-flow graphs. + +WWW: https://github.com/musec/py-cdg