summaryrefslogtreecommitdiff
path: root/security/Makefile
diff options
context:
space:
mode:
authoratatat <atatat@pkgsrc.org>2004-01-21 04:04:55 +0000
committeratatat <atatat@pkgsrc.org>2004-01-21 04:04:55 +0000
commit39ecc311a5019efa033e9dd9aa9478cffb970e64 (patch)
tree2d0ad288cebcb1eb351fad0420f9085a2848dc83 /security/Makefile
parent0d73fa49db9a5b944a833c3093f6697704b9fb01 (diff)
downloadpkgsrc-39ecc311a5019efa033e9dd9aa9478cffb970e64.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/Makefile3
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