1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

Re-creation of the Bourne Shell based pgp filters for Pine that used

to be part of the pine4 port. These have been updated to A) actually
work, and B) use gnupg if it's available.
This commit is contained in:
Doug Barton 2003-01-22 15:21:51 +00:00
parent 61c2a9eb93
commit e4bc30e984
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73787
6 changed files with 50 additions and 0 deletions

View File

@ -188,6 +188,7 @@
SUBDIR += pgen
SUBDIR += pgp4pine
SUBDIR += pgpsendmail
SUBDIR += pine-pgp-filters
SUBDIR += pine4
SUBDIR += pm-lib
SUBDIR += pmail

View File

@ -0,0 +1,27 @@
# New ports collection makefile for: pine-pgp-filters
# Date created: 22 January 2003
# Whom: dougb
#
# $FreeBSD$
#
PORTNAME= pine-pgp-filters
PORTVERSION= 1.0
CATEGORIES= mail
MASTER_SITES= http://dougbarton.net/FreeBSD/Downloads/ \
${MASTER_SITE_LOCAL}/dougb
MAINTAINER= DougB@FreeBSD.org
do-build:
cd ${WRKSRC} && ./configure --prefix=${PREFIX}
post-install:
.if !defined(NOPORTDOCS)
${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} ${DOCSDIR}
.for file in INSTALL README
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (pine-pgp-filters-1.0.tar.gz) = e394462d55d86b87442486db1fd764f4

View File

@ -0,0 +1 @@
Simple, fast, sh-based filters to integrate Pine with gnupg, or pgp6

View File

@ -0,0 +1,12 @@
Simple, fast, sh-based filters to integrate Pine with gnupg, or pgp6.
In addition to the standard functions of encrypt/decrypt and sign/verify, I've
added a pseudo-filter to verify messages that were sent using MIME encoding to
attach the signature. See INSTALL for how to use it. It's not possible for a
sending filter to create these kinds of MIME messages, since Pine does not
give the user the ability to twiddle attachments.
WWW: http://dougbarton.net/FreeBSD/Downloads/
- Doug Barton
DougB@FreeBSD.org

View File

@ -0,0 +1,8 @@
libexec/ppf_decrypt
libexec/ppf_encrypt
libexec/ppf_mime
libexec/ppf_sign
libexec/ppf_verify
%%PORTDOCS%%share/doc/pine-pgp-filters/INSTALL
%%PORTDOCS%%share/doc/pine-pgp-filters/README
%%PORTDOCS%%@dirrm share/doc/pine-pgp-filters