Index: ports-mgmt/py-portgraph/Makefile =================================================================== --- ports-mgmt/py-portgraph/Makefile (nonexistent) +++ ports-mgmt/py-portgraph/Makefile (copie de travail) @@ -0,0 +1,21 @@ +# Created by: Loïc Bartoletti +# $FreeBSD$ + +PORTNAME= portgraph +PORTVERSION= 0.0.1 +CATEGORIES= ports-mgmt python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= lbartoletti@tuxfamily.org +COMMENT= Create a dependencies graph of a(all) port(s) + +LICENSE= BSD2CLAUSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}graphviz>=0.8.2:graphics/py-graphviz@${FLAVOR} + +NO_ARCH= yes +USES= python:3.4+ +USE_PYTHON= autoplist concurrent distutils + +.include Modification de propriétés sur ports-mgmt/py-portgraph/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: ports-mgmt/py-portgraph/distinfo =================================================================== --- ports-mgmt/py-portgraph/distinfo (nonexistent) +++ ports-mgmt/py-portgraph/distinfo (copie de travail) @@ -0,0 +1,3 @@ +TIMESTAMP = 1518849908 +SHA256 (portgraph-0.0.1.tar.gz) = 49ad0700f8c64e3ea4c84201d11b60bfdc09778100abc8b106be36c1f111b6cb +SIZE (portgraph-0.0.1.tar.gz) = 1006733 Modification de propriétés sur ports-mgmt/py-portgraph/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: ports-mgmt/py-portgraph/pkg-descr =================================================================== --- ports-mgmt/py-portgraph/pkg-descr (nonexistent) +++ ports-mgmt/py-portgraph/pkg-descr (copie de travail) @@ -0,0 +1,8 @@ +Started from an idea on twitter and used to reduce the dependencies of a port, + here a python script to produce dependencies' graph of a(ll) FreeBSD port(s). + +'portgraph' produces a graph (.dot and svg) representing the dependencies needed + for a given port or all ports thanks to graphviz and the power of make +{build,run}-depends-list. + +WWW: https://gitlab.com/lbartoletti/portgraph Modification de propriétés sur ports-mgmt/py-portgraph/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