xbps-dgraph: new utility to generate dot(1) graphs for package metadata properties.

This commit is contained in:
Juan RP
2010-11-08 23:27:15 +01:00
parent 175b1abf8f
commit 420225d414
5 changed files with 552 additions and 3 deletions

6
bin/xbps-dgraph/Makefile Normal file
View File

@@ -0,0 +1,6 @@
TOPDIR = ../..
-include $(TOPDIR)/config.mk
BIN = xbps-dgraph
include $(TOPDIR)/prog.mk