Subject: CVS commit: pkgsrc/security
From: Andrew Brown
Date: 2004-01-21 05:04:55
Message id: 20040121040455.344292DA1D@cvs.netbsd.org

Log Message:
This simple perl script takes the output of gpg --list-keys --verbose,
which lists all the keys in your public key ring, along with all
their signatures, and converts it to a di-graph in "dot" language
form.

The graphviz package can turn the description into a graph you can
look at to see who has signed whose key, or how far it is from your
key to someone in Reykjavik, etc.

Files:
RevisionActionfile
1.1addpkgsrc/security/gpg2dot/DESCR
1.1addpkgsrc/security/gpg2dot/Makefile
1.1addpkgsrc/security/gpg2dot/PLIST
1.1addpkgsrc/security/gpg2dot/files/gpg2dot.pl