Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#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 9 years ago by mkae (Marko Käning)

Cc: mk@… added

Cc Me!

comment:2 Changed 9 years ago by nerdling (Jeremy Lavergne)

Cc: snc@… added

Cc Me!

comment:3 Changed 9 years ago by nerdling (Jeremy Lavergne)

Resolution: fixed
Status: newclosed

Added in r131795.

Last edited 9 years ago by nerdling (Jeremy Lavergne) (previous) (diff)
Note: See TracTickets for help on using tickets.