pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/pine-pgp-filters Import of pine-pgp-filters from ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2f89946ccef4
branches: trunk
changeset: 476254:2f89946ccef4
user: reed <reed%pkgsrc.org@localhost>
date: Sat Jun 05 21:42:36 2004 +0000
description:
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:
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(+), 0 deletions(-)
diffs (57 lines):
diff -r 65eeb06dfab5 -r 2f89946ccef4 mail/pine-pgp-filters/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/pine-pgp-filters/DESCR Sat Jun 05 21:42:36 2004 +0000
@@ -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 -r 65eeb06dfab5 -r 2f89946ccef4 mail/pine-pgp-filters/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/pine-pgp-filters/Makefile Sat Jun 05 21:42:36 2004 +0000
@@ -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@localhost
+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 -r 65eeb06dfab5 -r 2f89946ccef4 mail/pine-pgp-filters/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/pine-pgp-filters/PLIST Sat Jun 05 21:42:36 2004 +0000
@@ -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 -r 65eeb06dfab5 -r 2f89946ccef4 mail/pine-pgp-filters/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/pine-pgp-filters/distinfo Sat Jun 05 21:42:36 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index