diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-04-16 23:49:16 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-04-16 23:49:16 +0000 |
commit | a067e044033cee96ccdca1fdccea904f5016f530 (patch) | |
tree | a66e953b6bf24a77e7e637399f019cba8c6851f0 /mail/pgpsendmail | |
parent | MAINTAINER goes in a section of its own. :) (diff) |
Add pkg
Notes
Notes:
svn path=/head/; revision=1413
Diffstat (limited to 'mail/pgpsendmail')
-rw-r--r-- | mail/pgpsendmail/pkg-comment | 1 | ||||
-rw-r--r-- | mail/pgpsendmail/pkg-descr | 8 | ||||
-rw-r--r-- | mail/pgpsendmail/pkg-plist | 9 |
3 files changed, 18 insertions, 0 deletions
diff --git a/mail/pgpsendmail/pkg-comment b/mail/pgpsendmail/pkg-comment new file mode 100644 index 000000000000..49750fa54c13 --- /dev/null +++ b/mail/pgpsendmail/pkg-comment @@ -0,0 +1 @@ +PGPsendmail v1.4 -- PGP sign/encrypt/decrypt messages automatically diff --git a/mail/pgpsendmail/pkg-descr b/mail/pgpsendmail/pkg-descr new file mode 100644 index 000000000000..7cd5b95ffdee --- /dev/null +++ b/mail/pgpsendmail/pkg-descr @@ -0,0 +1,8 @@ + PGPsendmail is a drop-in wrapper for the standard sendmail +programme which resides as /usr/lib/sendmail on most Unix systems. +It allows the automatic encryption of outgoing messages by using the +recipient's PGP public keys. It does *not* provide for automatic +decryption of incoming messages: such a feature would necessarily +involve compromising your passphrase. +However, it can provide for automatic signing of outgoing messages by +using PGPdaemon. diff --git a/mail/pgpsendmail/pkg-plist b/mail/pgpsendmail/pkg-plist new file mode 100644 index 000000000000..e17af6a2311c --- /dev/null +++ b/mail/pgpsendmail/pkg-plist @@ -0,0 +1,9 @@ +@cwd /usr/local +lib/pgpsendmail +bin/pgpdaemon +bin/pgppipe +bin/sendpgppass +man/man8/pgpsendmail.8 +man/man8/pgpdaemon.8 +man/man1/pgppipe.1 +man/man1/sendpgppass.1 |