diff options
author | Steve Price <steve@FreeBSD.org> | 1998-07-04 19:46:38 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-07-04 19:46:38 +0000 |
commit | 8679455aae577ebab889675867fdcbc7bd440fb5 (patch) | |
tree | dd71f7360e55e42161362903873e4ef687e27da6 /mail/mailcrypt | |
parent | Turn on xmailbox. (diff) |
Initial import of mailcrypt version 3.4.
mailcrypt - an emacs/pgp interface
PR: 6789
Submitted by: murray@cdrom.com
Notes
Notes:
svn path=/head/; revision=11722
Diffstat (limited to 'mail/mailcrypt')
-rw-r--r-- | mail/mailcrypt/Makefile | 18 | ||||
-rw-r--r-- | mail/mailcrypt/distinfo | 1 | ||||
-rw-r--r-- | mail/mailcrypt/pkg-comment | 1 | ||||
-rw-r--r-- | mail/mailcrypt/pkg-descr | 21 | ||||
-rw-r--r-- | mail/mailcrypt/pkg-plist | 9 |
5 files changed, 50 insertions, 0 deletions
diff --git a/mail/mailcrypt/Makefile b/mail/mailcrypt/Makefile new file mode 100644 index 000000000000..29b4f35b24ec --- /dev/null +++ b/mail/mailcrypt/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: mailcrypt +# Version required: 3.4 +# Date created: 29 May 1998 +# Whom: Murray Stokely <murray@cdrom.com> +# +# $Id$ +# + +DISTNAME= mailcrypt-3.4 +CATEGORIES= mail +MASTER_SITES= http://cag-www.lcs.mit.edu/mailcrypt/ +MASTER_SITE_SUBDIR= mailcrypt + +MAINTAINER= murray@cdrom.com + +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/mail/mailcrypt/distinfo b/mail/mailcrypt/distinfo new file mode 100644 index 000000000000..6dd445508087 --- /dev/null +++ b/mail/mailcrypt/distinfo @@ -0,0 +1 @@ +MD5 (mailcrypt-3.4.tar.gz) = b34c86f9fb1f3f3935ec9edb9ddfb69e diff --git a/mail/mailcrypt/pkg-comment b/mail/mailcrypt/pkg-comment new file mode 100644 index 000000000000..8261c9926602 --- /dev/null +++ b/mail/mailcrypt/pkg-comment @@ -0,0 +1 @@ +An Emacs/PGP interface diff --git a/mail/mailcrypt/pkg-descr b/mail/mailcrypt/pkg-descr new file mode 100644 index 000000000000..5d44b9914d96 --- /dev/null +++ b/mail/mailcrypt/pkg-descr @@ -0,0 +1,21 @@ +Mailcrypt is an Emacs Lisp package which provides a simple interface +to public key cryptography with PGP. Mailcrypt makes strong +cryptography a fully integrated part of your normal mail and news +handling environment, and is an important part of a balanced +breakfast. + +Features : + + * An interface to the usual PGP functions, including encryption, + decryption, signature creation, signature verification, key + addition, and key extraction + * A passphrase cache with configurable timeout + * Support for multiple secret keys + * A flexible interface to anonymous remailers, including Mixmaster + support + * An automagic interface to the PGP public key servers through HTTP + +http://cag-www.lcs.mit.edu/mailcrypt/ + +- Murray Stokely +murray@cdrom.com diff --git a/mail/mailcrypt/pkg-plist b/mail/mailcrypt/pkg-plist new file mode 100644 index 000000000000..3bb84987714a --- /dev/null +++ b/mail/mailcrypt/pkg-plist @@ -0,0 +1,9 @@ +share/emacs/site-lisp/mailcrypt.el +share/emacs/site-lisp/mc-toplev.el +share/emacs/site-lisp/mc-pgp.el +share/emacs/site-lisp/mc-remail.el +share/emacs/site-lisp/mailcrypt.elc +share/emacs/site-lisp/mc-toplev.elc +share/emacs/site-lisp/mc-pgp.elc +share/emacs/site-lisp/mc-remail.elc +info/mailcrypt |