Ryan Schmidt wrote: > I wrote a PHP web page to create a graph of a port's dependencies which > I find useful for researching these kinds of things. Here are the > dependencies of aqbanking and libofx graphed: > > http://ryandesign.com/tmp/aqbanking.png > > http://ryandesign.com/tmp/libofx.png > > Filled ovals represent ports I already have installed on my system; > hollow ones are not installed. This would obviously vary on your system > if you ran the script there. The different line styles are not terribly > important to pay attention to: Solid lines are library dependencies, > dotted lines are build dependencies, and dashed lines are runtime > dependencies. The script does not take into account that some > dependencies can be satisfied by other than the specified port (so, not > all the ports shown will necessarily end up being installed).
There's also the port-rdeps script: <http://svn.macports.org/repository/macports/contrib/port-rdeps/port-rdeps> - Josh _______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
