diff options
author | reed <reed@pkgsrc.org> | 2004-06-05 21:42:36 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-06-05 21:42:36 +0000 |
commit | cb7c1dfb281635bbc14ac8fcf0280ce7db2fe860 (patch) | |
tree | 141caff3cba44bc720cb628de94eb483c3a2e7d4 | |
parent | 9f804973f425d2ec9ea5ba5d1cc08ea01f19aa6a (diff) | |
download | pkgsrc-cb7c1dfb281635bbc14ac8fcf0280ce7db2fe860.tar.gz |
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.
-rw-r--r-- | mail/pine-pgp-filters/DESCR | 4 | ||||
-rw-r--r-- | mail/pine-pgp-filters/Makefile | 22 | ||||
-rw-r--r-- | mail/pine-pgp-filters/PLIST | 11 | ||||
-rw-r--r-- | mail/pine-pgp-filters/distinfo | 4 |
4 files changed, 41 insertions, 0 deletions
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 |