2018-03-19 08:45:25 +01:00
|
|
|
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
|
2022-04-01 17:08:31 +02:00
|
|
|
for a given port or all ports thanks to graphviz and the power of make
|
2018-03-19 08:45:25 +01:00
|
|
|
{build,run}-depends-list.
|