#46602 closed enhancement (fixed)
Python script to generate dot (graphviz) file with ports des
Reported by: | Mathias.Laurin+macports.org@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | contrib | Version: | 2.3.3 |
Keywords: | Cc: | mkae (Marko Käning), nerdling (Jeremy Lavergne) | |
Port: |
Description
I wrote a short Python script to generate a dot file (input for
graphviz) of the dependencies of ports.
(https://github.com/Synss/macports_deptree) It can be fed with
several ports e.g. $(port echo outdated)
and understands
variants. There is also a --min
flag that only keeps
missing and outdated nodes and their parents, which is
useful upon upgrading.
It is free and I propose it for inclusion in contrib alongside the Tcl version from jmr as suggested on the mailing list. (https://lists.macosforge.org/pipermail/macports-users/2015-January/037773.html)
Change History (3)
comment:1 Changed 10 years ago by mkae (Marko Käning)
Cc: | mk@… added |
---|
comment:3 Changed 10 years ago by nerdling (Jeremy Lavergne)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Added in r131795.
Note: See
TracTickets for help on using
tickets.
Cc Me!