Index: head/ports-mgmt/Makefile =================================================================== --- head/ports-mgmt/Makefile (revision 464993) +++ head/ports-mgmt/Makefile (revision 464994) @@ -1,76 +1,77 @@ # $FreeBSD$ # COMMENT = Ports for managing, installing, and developing FreeBSD ports and packages SUBDIR += bsdadminscripts SUBDIR += bsdadminscripts2 SUBDIR += chucky SUBDIR += create-rb-port SUBDIR += dialog4ports SUBDIR += dialog4ports-static SUBDIR += distilator SUBDIR += fastest_sites SUBDIR += freebsd-bugzilla-cli SUBDIR += genpatch SUBDIR += genplist SUBDIR += hs-porte SUBDIR += jailaudit SUBDIR += lsknobs SUBDIR += managepkg SUBDIR += mkreadmes SUBDIR += octopkg SUBDIR += p5-FreeBSD-Portindex SUBDIR += p5-FreeBSD-Ports SUBDIR += p5-FreeBSD-Ports-INDEXhash SUBDIR += packagekit SUBDIR += pchecker SUBDIR += pkg SUBDIR += pkg-devel SUBDIR += pkg-plist SUBDIR += pkg-provides SUBDIR += pkg-rmleaf SUBDIR += pkg_cleanup SUBDIR += pkg_cutleaves SUBDIR += pkg_jail SUBDIR += pkg_replace SUBDIR += pkg_rmleaves SUBDIR += pkg_search SUBDIR += pkg_tree SUBDIR += pkgcompare SUBDIR += pkgs_which SUBDIR += port-authoring-tools SUBDIR += port-index-uniquifier SUBDIR += port-maintenance-tools SUBDIR += portal SUBDIR += portconf SUBDIR += portdowngrade SUBDIR += portell SUBDIR += portest SUBDIR += portfind + SUBDIR += portgraph SUBDIR += portless SUBDIR += portlint SUBDIR += portmaster SUBDIR += portrac SUBDIR += ports-tools SUBDIR += portscout SUBDIR += portsearch SUBDIR += portshaker SUBDIR += portshaker-config SUBDIR += portsreinstall SUBDIR += porttools SUBDIR += porttree SUBDIR += portupdate-scan SUBDIR += portupgrade SUBDIR += portupgrade-devel SUBDIR += poudriere SUBDIR += poudriere-devel SUBDIR += psearch SUBDIR += py-pytoport SUBDIR += py-skog SUBDIR += symports SUBDIR += synth SUBDIR += tinderbox SUBDIR += wanted-ports .include Index: head/ports-mgmt/portgraph/Makefile =================================================================== --- head/ports-mgmt/portgraph/Makefile (nonexistent) +++ head/ports-mgmt/portgraph/Makefile (revision 464994) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= portgraph +PORTVERSION= 0.0.1 +CATEGORIES= ports-mgmt python +MASTER_SITES= CHEESESHOP + +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@${PY_FLAVOR} + +USES= python:3.4+ +USE_PYTHON= distutils autoplist noflavors +NO_ARCH= yes + +post-patch: + @${REINPLACE_CMD} \ + -e 's|/usr/ports|${PORTSDIR}| ; s|ports-mgmt/py-portgraph|ports-mgmt/portgraph|' \ + ${WRKSRC}/portgraph/portgraph.py + +.include Property changes on: head/ports-mgmt/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: head/ports-mgmt/portgraph/distinfo =================================================================== --- head/ports-mgmt/portgraph/distinfo (nonexistent) +++ head/ports-mgmt/portgraph/distinfo (revision 464994) @@ -0,0 +1,3 @@ +TIMESTAMP = 1518849908 +SHA256 (portgraph-0.0.1.tar.gz) = 49ad0700f8c64e3ea4c84201d11b60bfdc09778100abc8b106be36c1f111b6cb +SIZE (portgraph-0.0.1.tar.gz) = 1006733 Property changes on: head/ports-mgmt/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: head/ports-mgmt/portgraph/pkg-descr =================================================================== --- head/ports-mgmt/portgraph/pkg-descr (nonexistent) +++ head/ports-mgmt/portgraph/pkg-descr (revision 464994) @@ -0,0 +1,8 @@ +Started from an idea on twitter and used to reduce the dependencies of a port, +here is 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 Property changes on: head/ports-mgmt/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