From 8679455aae577ebab889675867fdcbc7bd440fb5 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sat, 4 Jul 1998 19:46:38 +0000 Subject: Initial import of mailcrypt version 3.4. mailcrypt - an emacs/pgp interface PR: 6789 Submitted by: murray@cdrom.com --- mail/mailcrypt/Makefile | 18 ++++++++++++++++++ mail/mailcrypt/distinfo | 1 + mail/mailcrypt/pkg-comment | 1 + mail/mailcrypt/pkg-descr | 21 +++++++++++++++++++++ mail/mailcrypt/pkg-plist | 9 +++++++++ 5 files changed, 50 insertions(+) create mode 100644 mail/mailcrypt/Makefile create mode 100644 mail/mailcrypt/distinfo create mode 100644 mail/mailcrypt/pkg-comment create mode 100644 mail/mailcrypt/pkg-descr create mode 100644 mail/mailcrypt/pkg-plist (limited to 'mail') 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 +# +# $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 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 -- cgit v1.2.3