Skip to content

Convert a pkg-info dependency list into a DOT diagram.

License

Notifications You must be signed in to change notification settings

sjmulder/pkg-dot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pkg-dot

Reads the output of FreeBSD's pkg info -d from standard input and writes dia(1) markup to standard output.

Examples

Graph all of Firefox' dependencies:

pkg info -d firefox | pkg-dot | dot -Tpng >out.png

Or, of all installed packages:

pkg info -aq | xargs pkg info -d | pkg-dot | dot -Tpng >out.png

Building

make

Authors

Sijmen J. Mulder ik@sjmulder.nl.

About

Convert a pkg-info dependency list into a DOT diagram.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages