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.
This commit is contained in:
parent
9f804973f4
commit
cb7c1dfb28
4 changed files with 41 additions and 0 deletions
4
mail/pine-pgp-filters/DESCR
Normal file
4
mail/pine-pgp-filters/DESCR
Normal file
|
@ -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.
|
22
mail/pine-pgp-filters/Makefile
Normal file
22
mail/pine-pgp-filters/Makefile
Normal file
|
@ -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"
|
11
mail/pine-pgp-filters/PLIST
Normal file
11
mail/pine-pgp-filters/PLIST
Normal file
|
@ -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
|
4
mail/pine-pgp-filters/distinfo
Normal file
4
mail/pine-pgp-filters/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue