diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-12-08 17:44:49 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-12-08 17:44:49 +0000 |
commit | 43c699e6025b8c2c27d410418f99cdcedbbc242e (patch) | |
tree | 4fd2068980ec7d3fb11f552fbba53b3802758f7a /security | |
parent | cee5451a2f8d7cc6e07b2fe28f1dcce3cb69b16f (diff) | |
download | pkgsrc-43c699e6025b8c2c27d410418f99cdcedbbc242e.tar.gz |
Initial import of PinePGP into pkgsrc:
PinePgp is set of display and sending filters which enables pine to send and
receive signed and/or encrypted e-mails.
Supported are both PGP <http://www.pgp.com/> (version 2.6.x, 5.x and 6.5.x)
and GnuPG <http://www.gnupg.org/> (version 1.0.0 and later).
Diffstat (limited to 'security')
-rw-r--r-- | security/pinepgp/DESCR | 5 | ||||
-rw-r--r-- | security/pinepgp/Makefile | 31 | ||||
-rw-r--r-- | security/pinepgp/PLIST | 14 | ||||
-rw-r--r-- | security/pinepgp/distinfo | 4 |
4 files changed, 54 insertions, 0 deletions
diff --git a/security/pinepgp/DESCR b/security/pinepgp/DESCR new file mode 100644 index 00000000000..fd6bb5ca754 --- /dev/null +++ b/security/pinepgp/DESCR @@ -0,0 +1,5 @@ +PinePgp is set of display and sending filters which enables pine to send and +receive signed and/or encrypted e-mails. + +Supported are both PGP <http://www.pgp.com/> (version 2.6.x, 5.x and 6.5.x) +and GnuPG <http://www.gnupg.org/> (version 1.0.0 and later). diff --git a/security/pinepgp/Makefile b/security/pinepgp/Makefile new file mode 100644 index 00000000000..42e56c45641 --- /dev/null +++ b/security/pinepgp/Makefile @@ -0,0 +1,31 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/12/08 17:44:49 jschauma Exp $ +# + +DISTNAME= pinepgp-0.18.0 +CATEGORIES= security mail +MASTER_SITES= http://www.megaloman.com/~hany/_data/pinepgp/ \ + http://terminus.sk/~hany/_data/pinepgp/ \ + http://www.mirrors.wiretapped.net/security/cryptography/apps/mail/pinepgp/ + +MAINTAINER= jschauma@NetBSD.org +HOMEPAGE= http://www.megaloman.com/~hany/software/pinepgp/stable.html +COMMENT= PGP display and sending filters for pine + +DEPENDS+= bash>=2.05.2.7:../../shells/bash2 + +USE_BUILDLINK2= yes +USE_PKGLOCALEDIR= yes +GNU_CONFIGURE= yes + +PINEPGP_USEGPG?= yes +PINEPGP_USEPGP5?= yes + +.if !empty(PINEPGP_USEGPG:M[yY][eE][sS]) +DEPENDS+= gnupg>=1.2.3:../../security/gnupg +.endif + +.if !empty(PINEPGP_USEGPG:M[yY][eE][sS]) +DEPENDS+= pgp5>=5.0:../../security/pgp5 +.endif + +.include "../../mk/bsd.pkg.mk" diff --git a/security/pinepgp/PLIST b/security/pinepgp/PLIST new file mode 100644 index 00000000000..8e14cf551f2 --- /dev/null +++ b/security/pinepgp/PLIST @@ -0,0 +1,14 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/08 17:44:49 jschauma Exp $ +bin/gpg-check +bin/gpg-encrypt +bin/gpg-sign +bin/gpg-sign+encrypt +bin/pinegpg +bin/pinegpg-install +bin/pinepgp5x +bin/pinepgp5x-install +bin/pinepgpgpg-install +bin/pgp5x-check +bin/pgp5x-encrypt +bin/pgp5x-sign +bin/pgp5x-sign+encrypt diff --git a/security/pinepgp/distinfo b/security/pinepgp/distinfo new file mode 100644 index 00000000000..07731c39e19 --- /dev/null +++ b/security/pinepgp/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/12/08 17:44:49 jschauma Exp $ + +SHA1 (pinepgp-0.18.0.tar.gz) = d80495079f398d60a7c6262f0778fbf0db6ecaf2 +Size (pinepgp-0.18.0.tar.gz) = 38103 bytes |