summaryrefslogtreecommitdiff
path: root/security/pinepgp
diff options
context:
space:
mode:
authorjschauma <jschauma>2003-12-08 17:44:49 +0000
committerjschauma <jschauma>2003-12-08 17:44:49 +0000
commite5d18702fd7ab782d7001d3ed505e24355ca196c (patch)
tree4fd2068980ec7d3fb11f552fbba53b3802758f7a /security/pinepgp
parent2fc42ff4d964f31ab7f5f945ef187f5e097069c5 (diff)
downloadpkgsrc-e5d18702fd7ab782d7001d3ed505e24355ca196c.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/pinepgp')
-rw-r--r--security/pinepgp/DESCR5
-rw-r--r--security/pinepgp/Makefile31
-rw-r--r--security/pinepgp/PLIST14
-rw-r--r--security/pinepgp/distinfo4
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