From c04400e63b7dcd5419cc14ecd1f0790110b1a363 Mon Sep 17 00:00:00 2001 From: reed Date: Sat, 5 Jun 2004 21:42:36 +0000 Subject: Import of pine-pgp-filters from pkgsrc-wip. (I packaged this.) pine-pgp-filters are simple, fast, Bourne Shell-based pgp filters for Pine. They use gnupg if it's available. It includes encrypt, decrypt, sign, and verify functions and a pseudo-filter to verify messages that were sent using MIME encoding to attach the signature. --- mail/pine-pgp-filters/DESCR | 4 ++++ mail/pine-pgp-filters/Makefile | 22 ++++++++++++++++++++++ mail/pine-pgp-filters/PLIST | 11 +++++++++++ mail/pine-pgp-filters/distinfo | 4 ++++ 4 files changed, 41 insertions(+) create mode 100644 mail/pine-pgp-filters/DESCR create mode 100644 mail/pine-pgp-filters/Makefile create mode 100644 mail/pine-pgp-filters/PLIST create mode 100644 mail/pine-pgp-filters/distinfo (limited to 'mail/pine-pgp-filters') diff --git a/mail/pine-pgp-filters/DESCR b/mail/pine-pgp-filters/DESCR new file mode 100644 index 00000000000..a961567f9f5 --- /dev/null +++ b/mail/pine-pgp-filters/DESCR @@ -0,0 +1,4 @@ +pine-pgp-filters are simple, fast, Bourne Shell-based pgp filters +for Pine. They use gnupg if it's available. It includes encrypt, +decrypt, sign, and verify functions and a pseudo-filter to verify +messages that were sent using MIME encoding to attach the signature. diff --git a/mail/pine-pgp-filters/Makefile b/mail/pine-pgp-filters/Makefile new file mode 100644 index 00000000000..2a3aa7dd554 --- /dev/null +++ b/mail/pine-pgp-filters/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/06/05 21:42:36 reed Exp $ +# + +DISTNAME= pine-pgp-filters-1.1 +CATEGORIES= security mail +MASTER_SITES= http://dougbarton.net/FreeBSD/Downloads/ + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://dougbarton.net/FreeBSD/Downloads/ +COMMENT= Filters to integrate Pine with gnupg or pgp + +HAS_CONFIGURE= yes +CONFIGURE_ARGS+= --prefix=${PREFIX} +NO_BUILD= yes + +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pine-pgp-filters +.for f in BUGS CHANGES INSTALL LICENSE README + ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/pine-pgp-filters/ +.endfor + +.include "../../mk/bsd.pkg.mk" diff --git a/mail/pine-pgp-filters/PLIST b/mail/pine-pgp-filters/PLIST new file mode 100644 index 00000000000..f44cc34136e --- /dev/null +++ b/mail/pine-pgp-filters/PLIST @@ -0,0 +1,11 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/06/05 21:42:36 reed Exp $ +libexec/ppf_decrypt +libexec/ppf_encrypt +libexec/ppf_mime +libexec/ppf_sign +libexec/ppf_verify +share/doc/pine-pgp-filters/BUGS +share/doc/pine-pgp-filters/CHANGES +share/doc/pine-pgp-filters/INSTALL +share/doc/pine-pgp-filters/LICENSE +share/doc/pine-pgp-filters/README diff --git a/mail/pine-pgp-filters/distinfo b/mail/pine-pgp-filters/distinfo new file mode 100644 index 00000000000..c71f53e14a1 --- /dev/null +++ b/mail/pine-pgp-filters/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/06/05 21:42:36 reed Exp $ + +SHA1 (pine-pgp-filters-1.1.tar.gz) = e81d5ff8c3632d423728aeaed32236093a62a6db +Size (pine-pgp-filters-1.1.tar.gz) = 6859 bytes -- cgit v1.2.3