summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-12-27 01:58:13 +0000
committersteve <steve@FreeBSD.org>1999-12-27 01:58:13 +0000
commit97e0c6568d2e68e6e9dba58dd3aa6b175333d164 (patch)
tree6a2bb42e917e4fcc5366d52cc51bd5f6e1ae4fa3 /security
parentdd4230817c66579b4f8da6bb6e32fdcf7953a730 (diff)
downloadFreeBSD-ports-97e0c6568d2e68e6e9dba58dd3aa6b175333d164.zip
FreeBSD-ports-97e0c6568d2e68e6e9dba58dd3aa6b175333d164.tar.gz
Adding pgpgpg version 0.13.
A wrapper for GnuPG to simulate PGP 2.6.x. PR: 15526 Submitted by: Matt Behrens <matt@zigg.com>
Diffstat (limited to 'security')
-rw-r--r--security/Makefile1
-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
6 files changed, 38 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index ad8618c..3cd9fce5 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -50,6 +50,7 @@
SUBDIR += p5-PGP-Sign
SUBDIR += pgp
SUBDIR += pgp5
+ SUBDIR += pgpgpg
SUBDIR += pidentd
SUBDIR += pktsuckers
SUBDIR += portscanner
diff --git a/security/pgpgpg/Makefile b/security/pgpgpg/Makefile
new file mode 100644
index 0000000..e4f2a5d
--- /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 0000000..6ec7aea
--- /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 0000000..f6ff732
--- /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 0000000..2312888
--- /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 0000000..4b2932a
--- /dev/null
+++ b/security/pgpgpg/pkg-plist
@@ -0,0 +1 @@
+bin/pgpgpg
OpenPOWER on IntegriCloud