WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Graphically showing extension dependencies  (Read 2237 times)

Offline ixbrian

  • Administrator
  • Sr. Member
  • *****
  • Posts: 436
Graphically showing extension dependencies
« on: August 27, 2011, 01:31:30 PM »
I threw together some quick proof of concept code to show how extension dependencies could be graphically represented using the Graphviz tool.    Script requires you to have installed the perl5 and graphviz extensions.   At the top of the script you can specify the path to your onboot.lst file (or any other text file that contains a list of extensions you want to graph), and you also specify the path to your tce/optional directory.   

Attached to this post is a PNG that the script produced showing dependencies for Firefox and a couple of other small extensions. 

Perl script is attached to post as well. 

Brian

Offline vinnie

  • Hero Member
  • *****
  • Posts: 1187
  • HandMace informatic works
Re: Graphically showing extension dependencies
« Reply #1 on: September 24, 2011, 02:20:44 PM »
Good script ixbrian, is versatile.