summaryrefslogtreecommitdiff
path: root/mail/pine-pgp-filters
diff options
context:
space:
mode:
authorreed <reed>2004-06-05 21:42:36 +0000
committerreed <reed>2004-06-05 21:42:36 +0000
commitc04400e63b7dcd5419cc14ecd1f0790110b1a363 (patch)
tree141caff3cba44bc720cb628de94eb483c3a2e7d4 /mail/pine-pgp-filters
parent84d9768e2dd76b445411d5cec7b0f7e1b51cc9f7 (diff)
downloadpkgsrc-c04400e63b7dcd5419cc14ecd1f0790110b1a363.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.
Diffstat (limited to 'mail/pine-pgp-filters')
-rw-r--r--mail/pine-pgp-filters/DESCR4
-rw-r--r--mail/pine-pgp-filters/Makefile22
-rw-r--r--mail/pine-pgp-filters/PLIST11
-rw-r--r--mail/pine-pgp-filters/distinfo4
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