diff options
author | sommerfeld <sommerfeld> | 2001-07-22 20:34:41 +0000 |
---|---|---|
committer | sommerfeld <sommerfeld> | 2001-07-22 20:34:41 +0000 |
commit | 502befaf79b38ef07748bcb2c94b8b470c50037f (patch) | |
tree | 216bbbae76465440d7878c981f5835146ea1c39b /mail/mailcrypt | |
parent | 47fbca86b1466feb916ca349f2548f5d81c70206 (diff) | |
download | pkgsrc-502befaf79b38ef07748bcb2c94b8b470c50037f.tar.gz |
Mailcrypt is an Emacs Lisp package which provides a simple interface
to public key cryptography with PGP and GnuPG. 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.
Diffstat (limited to 'mail/mailcrypt')
-rw-r--r-- | mail/mailcrypt/Makefile | 16 | ||||
-rw-r--r-- | mail/mailcrypt/distinfo | 4 | ||||
-rw-r--r-- | mail/mailcrypt/pkg/DESCR | 21 | ||||
-rw-r--r-- | mail/mailcrypt/pkg/PLIST | 22 |
4 files changed, 63 insertions, 0 deletions
diff --git a/mail/mailcrypt/Makefile b/mail/mailcrypt/Makefile new file mode 100644 index 00000000000..c2a3608f4c4 --- /dev/null +++ b/mail/mailcrypt/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/07/22 20:34:41 sommerfeld Exp $ +# FreeBSD Id: ports/mail/mailcrypt/Makefile,v 1.7 2000/05/14 05:21:52 billf Exp + +DISTNAME= mailcrypt-3.5.6 +CATEGORIES= mail security +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mailcrypt/} + +MAINTAINER= sommerfeld@netbsd.org +HOMEPAGE= http://mailcrypt.sourceforge.net/ +COMMENT= Emacs frontend for PGP and GPG + +BUILD_DEPENDS= emacs:../../editors/emacs + +GNU_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/mail/mailcrypt/distinfo b/mail/mailcrypt/distinfo new file mode 100644 index 00000000000..baf68c21a01 --- /dev/null +++ b/mail/mailcrypt/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/07/22 20:34:41 sommerfeld Exp $ + +SHA1 (mailcrypt-3.5.6.tar.gz) = ac53c42c5e1b7f2200582204217f321a46b5f436 +Size (mailcrypt-3.5.6.tar.gz) = 158813 bytes diff --git a/mail/mailcrypt/pkg/DESCR b/mail/mailcrypt/pkg/DESCR new file mode 100644 index 00000000000..590ab165169 --- /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 + +WWW: 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 00000000000..49217ca1608 --- /dev/null +++ b/mail/mailcrypt/pkg/PLIST @@ -0,0 +1,22 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/07/22 20:34:41 sommerfeld Exp $ +@unexec install-info --delete %D/info/mailcrypt.info %D/info/dir +info/mailcrypt.info +info/mailcrypt.info-1 +info/mailcrypt.info-2 +@exec install-info %D/info/mailcrypt.info %D/info/dir +share/emacs/site-lisp/expect.el +share/emacs/site-lisp/expect.elc +share/emacs/site-lisp/mailcrypt.el +share/emacs/site-lisp/mailcrypt.elc +share/emacs/site-lisp/mc-gpg.el +share/emacs/site-lisp/mc-gpg.elc +share/emacs/site-lisp/mc-pgp.el +share/emacs/site-lisp/mc-pgp.elc +share/emacs/site-lisp/mc-pgp5.el +share/emacs/site-lisp/mc-pgp5.elc +share/emacs/site-lisp/mc-remail.el +share/emacs/site-lisp/mc-remail.elc +share/emacs/site-lisp/mc-setversion.el +share/emacs/site-lisp/mc-setversion.elc +share/emacs/site-lisp/mc-toplev.el +share/emacs/site-lisp/mc-toplev.elc |