mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
7aafb41498
PR: 225969 Submitted by: lbartoletti@tuxfamily.org
9 lines
387 B
Plaintext
9 lines
387 B
Plaintext
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
|