diff options
author | ghen <ghen@pkgsrc.org> | 2006-03-07 12:22:21 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-03-07 12:22:21 +0000 |
commit | 4625fd6bc4ee49edddf52f5e45cbf6666a49963a (patch) | |
tree | cfc66b4d53dbc24cb872bc42e815abf901211a8a /security/caff/PLIST | |
parent | 29dad7c9f4e31b61df88ac3b5d10b9547d03e835 (diff) | |
download | pkgsrc-4625fd6bc4ee49edddf52f5e45cbf6666a49963a.tar.gz |
Import caff from the Debian PGP Tools.
caff is a script that helps you in keysigning. It takes a list of
keyids on the command line, fetches them from a keyserver and calls
GnuPG so that you can sign it. It then mails each key to all its
email addresses - only including the one UID that we send to in each
mail.
Features:
* Easy to setup.
* Attaches only the very UID that we send to in the mail.
* Prunes the key from all signatures that are not self sigs and
not done by you, thereby greatly reducing the size of mails.
* Sends the mail encrypted if possible, will warn before sending
unencrypted mail (sign only keys)
* Creates proper PGP MIME messages.
* Uses separate GNUPGHOME for all its operations.
Diffstat (limited to 'security/caff/PLIST')
-rw-r--r-- | security/caff/PLIST | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/security/caff/PLIST b/security/caff/PLIST new file mode 100644 index 00000000000..b4b15c09864 --- /dev/null +++ b/security/caff/PLIST @@ -0,0 +1,14 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/03/07 12:22:21 ghen Exp $ +bin/caff +bin/pgp-clean +bin/pgp-fixkey +man/man1/caff.1 +man/man1/pgp-clean.1 +man/man1/pgp-fixkey.1 +share/doc/caff/README +share/doc/caff/README.gpg-agent +share/doc/caff/README.many-keys +share/doc/caff/README.v3-keys +share/examples/caff/caffrc.sample +@dirrm share/examples/caff +@dirrm share/doc/caff |