Subject: CVS commit: pkgsrc/security
To: None <pkgsrc-changes@NetBSD.org>
From: Andrew Brown <atatat@netbsd.org>
List: pkgsrc-changes
Date: 01/21/2004 04:04:55
Module Name:	pkgsrc
Committed By:	atatat
Date:		Wed Jan 21 04:04:55 UTC 2004

Modified Files:
	pkgsrc/security: Makefile
Added Files:
	pkgsrc/security/gpg2dot: DESCR Makefile PLIST
	pkgsrc/security/gpg2dot/files: gpg2dot.pl

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.


To generate a diff of this commit:
cvs rdiff -r1.160 -r1.161 pkgsrc/security/Makefile
cvs rdiff -r0 -r1.1 pkgsrc/security/gpg2dot/DESCR \
    pkgsrc/security/gpg2dot/Makefile pkgsrc/security/gpg2dot/PLIST
cvs rdiff -r0 -r1.1 pkgsrc/security/gpg2dot/files/gpg2dot.pl

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.