diff options
author | atatat <atatat@pkgsrc.org> | 2004-01-21 04:04:55 +0000 |
---|---|---|
committer | atatat <atatat@pkgsrc.org> | 2004-01-21 04:04:55 +0000 |
commit | bf6c6aefcc71caed4f53aa057623ad62035bb45e (patch) | |
tree | 2d0ad288cebcb1eb351fad0420f9085a2848dc83 /security/Makefile | |
parent | 0c89ae6354554d37bab5ec73c9b55fd07375178c (diff) | |
download | pkgsrc-bf6c6aefcc71caed4f53aa057623ad62035bb45e.tar.gz |
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.
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index 60ecc62d845..24caeaf108d 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.160 2004/01/20 21:26:13 snj Exp $ +# $NetBSD: Makefile,v 1.161 2004/01/21 04:04:55 atatat Exp $ # COMMENT= Security tools @@ -37,6 +37,7 @@ SUBDIR+= fsh SUBDIR+= gnupg SUBDIR+= gnutls SUBDIR+= gpa +SUBDIR+= gpg2dot SUBDIR+= gpgme SUBDIR+= gpgme03 SUBDIR+= gsasl |