sjmulder / pkg-dot

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:BSD 2-Clause "Simplified" License


Languages

Language:C 52.0%Language:Roff 42.6%Language:Makefile 5.4%