From DESCR:
The purpose of pgpenvelope is to allow easy use of GnuPG to encrypt/sign/decrypt/verify messages using Pine's send- ing/displaying filters. Simply make the appropriate filter entries in one's Pine configuration, and run Pine as normal. When sending mail, choose the pgpenvelope_encrypt filter. Additionally, one can use it as a procmail filter.
This commit is contained in:
parent
7040b5dc3c
commit
59b3352713
4 changed files with 37 additions and 0 deletions
9
pgpenvelope/DESCR
Normal file
9
pgpenvelope/DESCR
Normal file
|
@ -0,0 +1,9 @@
|
|||
The purpose of pgpenvelope is to allow easy use of GnuPG
|
||||
to encrypt/sign/decrypt/verify messages using Pine's send-
|
||||
ing/displaying filters.
|
||||
|
||||
Simply make the appropriate filter entries in one's Pine
|
||||
configuration, and run Pine as normal. When sending mail,
|
||||
choose the pgpenvelope_encrypt filter. Additionally, one
|
||||
can use it as a procmail filter.
|
||||
|
23
pgpenvelope/Makefile
Normal file
23
pgpenvelope/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2003/08/14 21:28:37 tvierling Exp $
|
||||
#
|
||||
|
||||
DISTNAME= pgpenvelope-2.10.2
|
||||
CATEGORIES= security mail
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pgpenvelope/}
|
||||
|
||||
MAINTAINER= tv@pobox.com
|
||||
HOMEPAGE= http://pgpenvelope.sourceforge.net/
|
||||
COMMENT= GnuPG and Pine/Procmail integration tool
|
||||
|
||||
DEPENDS+= p5-AppConfig>=1.52:../../devel/p5-AppConfig
|
||||
DEPENDS+= p5-Class-MethodMaker>=0.96:../../wip/p5-Class-MethodMaker
|
||||
DEPENDS+= p5-GnuPG-Interface>=0.30:../../wip/p5-GnuPG-Interface
|
||||
DEPENDS+= p5-String-Approx>=3.13:../../wip/p5-String-Approx
|
||||
DEPENDS+= p5-Term-ReadKey>=2.14:../../devel/p5-Term-ReadKey
|
||||
DEPENDS+= p5-Term-ReadLine>=1.01:../../devel/p5-Term-ReadLine
|
||||
|
||||
USE_BUILDLINK2= yes
|
||||
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/pgpenvelope/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
1
pgpenvelope/PLIST
Normal file
1
pgpenvelope/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2003/08/14 21:28:37 tvierling Exp $
|
4
pgpenvelope/distinfo
Normal file
4
pgpenvelope/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2003/08/14 21:28:37 tvierling Exp $
|
||||
|
||||
SHA1 (pgpenvelope-2.10.2.tar.gz) = 1266a9d2184e5f4ccc0c43a6f32008e4c4218536
|
||||
Size (pgpenvelope-2.10.2.tar.gz) = 282070 bytes
|
Loading…
Reference in a new issue