freebsd-ports/ports-mgmt/portgraph/pkg-descr
Dmitry Marakasov 7b4d1f0b36 */*: fix trailing whitespace in pkg-descr's
Approved by:	portmgr blanket
2022-04-01 18:09:49 +03:00

8 lines
386 B
Text

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