aboutsummaryrefslogtreecommitdiff
path: root/security/pgpgpg
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-12-27 01:58:13 +0000
committerSteve Price <steve@FreeBSD.org>1999-12-27 01:58:13 +0000
commite4d4e5d882ccab5e8ff41db882d1e106914b04f1 (patch)
treea6bcec836ed72b531f99e6461a14f930436df18c /security/pgpgpg
parent2b52928c68c3a39087aecb2c973dec41678f3b74 (diff)
downloadports-e4d4e5d882ccab5e8ff41db882d1e106914b04f1.tar.gz
ports-e4d4e5d882ccab5e8ff41db882d1e106914b04f1.zip
Adding pgpgpg version 0.13.
A wrapper for GnuPG to simulate PGP 2.6.x. PR: 15526 Submitted by: Matt Behrens <matt@zigg.com>
Notes
Notes: svn path=/head/; revision=24134
Diffstat (limited to 'security/pgpgpg')
-rw-r--r--security/pgpgpg/Makefile26
-rw-r--r--security/pgpgpg/distinfo1
-rw-r--r--security/pgpgpg/pkg-comment1
-rw-r--r--security/pgpgpg/pkg-descr8
-rw-r--r--security/pgpgpg/pkg-plist1
5 files changed, 37 insertions, 0 deletions
diff --git a/security/pgpgpg/Makefile b/security/pgpgpg/Makefile
new file mode 100644
index 000000000000..e4f2a5d520d4
--- /dev/null
+++ b/security/pgpgpg/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: pgpgpg
+# Version required: 0.13
+# Date created: 16 December 1999
+# Whom: Matt Behrens <matt@zigg.com>
+#
+# $FreeBSD$
+#
+
+DISTNAME= pgpgpg-0.13
+CATEGORIES= security
+MASTER_SITES= http://www.nessie.de/mroth/pgpgpg/ \
+ ftp://ftp.gnupg.org/pub/gcrypt/pgpgpg/
+
+MAINTAINER= matt@zigg.com
+
+# BUILD_DEPENDS is necessary because the configure script will bomb out
+# if it can't find gpg. RUN_DEPENDS is necessary to make the package
+# dependency register correctly. Hence the apparent redundancy.
+
+BUILD_DEPENDS= ${PREFIX}/bin/gpg:${PORTSDIR}/security/gnupg
+RUN_DEPENDS= ${PREFIX}/bin/gpg:${PORTSDIR}/security/gnupg
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-gpg-path=${PREFIX}/bin/gpg
+
+.include <bsd.port.mk>
diff --git a/security/pgpgpg/distinfo b/security/pgpgpg/distinfo
new file mode 100644
index 000000000000..6ec7aea7960d
--- /dev/null
+++ b/security/pgpgpg/distinfo
@@ -0,0 +1 @@
+MD5 (pgpgpg-0.13.tar.gz) = 63c5070fa1bd796dbac24455648016cd
diff --git a/security/pgpgpg/pkg-comment b/security/pgpgpg/pkg-comment
new file mode 100644
index 000000000000..f6ff732694b9
--- /dev/null
+++ b/security/pgpgpg/pkg-comment
@@ -0,0 +1 @@
+Wrapper for GnuPG to simulate PGP 2.6.x
diff --git a/security/pgpgpg/pkg-descr b/security/pgpgpg/pkg-descr
new file mode 100644
index 000000000000..23128880b756
--- /dev/null
+++ b/security/pgpgpg/pkg-descr
@@ -0,0 +1,8 @@
+pgpgpg is a wrapper around Gnu Privacy Guard which takes PGP 2.6
+command line options, translates them, and calls GnuPG (Gnu Privacy
+Guard) to perform the desired action.
+
+WWW: http://www.nessie.de/mroth/pgpgpg/
+
+- Matt Behrens
+ matt@zigg.com
diff --git a/security/pgpgpg/pkg-plist b/security/pgpgpg/pkg-plist
new file mode 100644
index 000000000000..4b2932a724eb
--- /dev/null
+++ b/security/pgpgpg/pkg-plist
@@ -0,0 +1 @@
+bin/pgpgpg