pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/pinepgp Initial import of PinePGP into pkgsrc:
details: https://anonhg.NetBSD.org/pkgsrc/rev/c863c043f12e
branches: trunk
changeset: 464411:c863c043f12e
user: jschauma <jschauma%pkgsrc.org@localhost>
date: Mon Dec 08 17:44:49 2003 +0000
description:
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:
security/pinepgp/DESCR | 5 +++++
security/pinepgp/Makefile | 31 +++++++++++++++++++++++++++++++
security/pinepgp/PLIST | 14 ++++++++++++++
security/pinepgp/distinfo | 4 ++++
4 files changed, 54 insertions(+), 0 deletions(-)
diffs (70 lines):
diff -r 8dc3b92f88a2 -r c863c043f12e security/pinepgp/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/pinepgp/DESCR Mon Dec 08 17:44:49 2003 +0000
@@ -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 -r 8dc3b92f88a2 -r c863c043f12e security/pinepgp/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/pinepgp/Makefile Mon Dec 08 17:44:49 2003 +0000
@@ -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@localhost
+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 -r 8dc3b92f88a2 -r c863c043f12e security/pinepgp/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/pinepgp/PLIST Mon Dec 08 17:44:49 2003 +0000
@@ -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 -r 8dc3b92f88a2 -r c863c043f12e security/pinepgp/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/pinepgp/distinfo Mon Dec 08 17:44:49 2003 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index