diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-27 01:58:13 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-27 01:58:13 +0000 |
commit | e4d4e5d882ccab5e8ff41db882d1e106914b04f1 (patch) | |
tree | a6bcec836ed72b531f99e6461a14f930436df18c | |
parent | 2b52928c68c3a39087aecb2c973dec41678f3b74 (diff) | |
download | ports-e4d4e5d882ccab5e8ff41db882d1e106914b04f1.tar.gz ports-e4d4e5d882ccab5e8ff41db882d1e106914b04f1.zip |
Notes
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/pgpgpg/Makefile | 26 | ||||
-rw-r--r-- | security/pgpgpg/distinfo | 1 | ||||
-rw-r--r-- | security/pgpgpg/pkg-comment | 1 | ||||
-rw-r--r-- | security/pgpgpg/pkg-descr | 8 | ||||
-rw-r--r-- | security/pgpgpg/pkg-plist | 1 |
6 files changed, 38 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index ad8618c92786..3cd9fce54079 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 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 |