summaryrefslogtreecommitdiff
path: root/security/Makefile
diff options
context:
space:
mode:
authoratatat <atatat>2004-01-21 04:04:55 +0000
committeratatat <atatat>2004-01-21 04:04:55 +0000
commit8b27adecc497d7cf3f4bb328d2a9b9fd620b7277 (patch)
tree2d0ad288cebcb1eb351fad0420f9085a2848dc83 /security/Makefile
parenta8f99e8a2362a25cbe04d3c3804f68dbb098975c (diff)
downloadpkgsrc-8b27adecc497d7cf3f4bb328d2a9b9fd620b7277.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