From matt@megaweapon.zigg.com  Thu Dec 16 18:42:11 1999
Return-Path: <matt@megaweapon.zigg.com>
Received: from megaweapon.zigg.com (megaweapon.zigg.com [206.114.60.8])
	by hub.freebsd.org (Postfix) with ESMTP id 88567150A9
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 16 Dec 1999 18:42:09 -0800 (PST)
	(envelope-from matt@megaweapon.zigg.com)
Received: (from matt@localhost)
	by megaweapon.zigg.com (8.9.3/8.9.3) id VAA51964;
	Thu, 16 Dec 1999 21:41:14 -0500 (EST)
	(envelope-from matt)
Message-Id: <199912170241.VAA51964@megaweapon.zigg.com>
Date: Thu, 16 Dec 1999 21:41:14 -0500 (EST)
From: matt@zigg.com
Sender: matt@megaweapon.zigg.com
Reply-To: matt@zigg.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: [NEW PORT] security/pgpgpg: a wrapper for GnuPG to emulate PGP 2.6
X-Send-Pr-Version: 3.2

>Number:         15526
>Category:       ports
>Synopsis:       [NEW PORT] security/pgpgpg: a wrapper for GnuPG to emulate PGP 2.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 16 18:50:00 PST 1999
>Closed-Date:    Sun Dec 26 17:58:03 PST 1999
>Last-Modified:  Sun Dec 26 17:59:32 PST 1999
>Originator:     Matt Behrens
>Release:        FreeBSD 3.3-STABLE i386
>Organization:
>Environment:

FreeBSD megaweapon.zigg.com 3.3-STABLE FreeBSD 3.3-STABLE #3: Sat Nov 27 15:38:05 EST 1999     matt@megaweapon.zigg.com:/usr/src/sys/compile/MEGAWEAPON  i386

>Description:

The attached shar file is a new port ``security/pgpgpg'', a wrapper
program for GnuPG that allows it to emulate PGP 2.6.  Very useful
for things like the pgp{sign,encrypt,decode} scripts that come with
mail/pine4.

Note that this package in and of itself does not contain crypto,
though it does depend on GnuPG which does.

>How-To-Repeat:
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	security/pgpgpg
#	security/pgpgpg/Makefile
#	security/pgpgpg/pkg
#	security/pgpgpg/pkg/COMMENT
#	security/pgpgpg/pkg/DESCR
#	security/pgpgpg/pkg/PLIST
#	security/pgpgpg/files
#	security/pgpgpg/files/md5
#
echo c - security/pgpgpg
mkdir -p security/pgpgpg > /dev/null 2>&1
echo x - security/pgpgpg/Makefile
sed 's/^X//' >security/pgpgpg/Makefile << 'END-of-security/pgpgpg/Makefile'
X# New ports collection makefile for:	pgpgpg
X# Version required:			0.13
X# Date created:				16 December 1999
X# Whom:					Matt Behrens <matt@zigg.com>
X#
X# $FreeBSD$
X#
X
XDISTNAME=	pgpgpg-0.13
XCATEGORIES=	security
XMASTER_SITES=	http://www.nessie.de/mroth/pgpgpg/ \
X		ftp://ftp.gnupg.org/pub/gcrypt/
X
XMAINTAINER=	matt@zigg.com
X
X# BUILD_DEPENDS is necessary because the configure script will bomb out
X# if it can't find gpg.  RUN_DEPENDS is necessary to make the package
X# dependency register correctly.  Hence the apparent redundancy.
X
XBUILD_DEPENDS=	${PREFIX}/bin/gpg:${PORTSDIR}/security/gnupg
XRUN_DEPENDS=	${PREFIX}/bin/gpg:${PORTSDIR}/security/gnupg
X
XGNU_CONFIGURE=	yes
XCONFIGURE_ARGS=	--with-gpg-path=${PREFIX}/bin/gpg
X
X.include <bsd.port.mk>
END-of-security/pgpgpg/Makefile
echo c - security/pgpgpg/pkg
mkdir -p security/pgpgpg/pkg > /dev/null 2>&1
echo x - security/pgpgpg/pkg/COMMENT
sed 's/^X//' >security/pgpgpg/pkg/COMMENT << 'END-of-security/pgpgpg/pkg/COMMENT'
XWrapper for GnuPG to simulate PGP 2.6.x
END-of-security/pgpgpg/pkg/COMMENT
echo x - security/pgpgpg/pkg/DESCR
sed 's/^X//' >security/pgpgpg/pkg/DESCR << 'END-of-security/pgpgpg/pkg/DESCR'
Xpgpgpg is a wrapper around Gnu Privacy Guard which takes PGP 2.6
Xcommand line options, translates them, and calls GnuPG (Gnu Privacy 
XGuard) to perform the desired action.
X
XWWW: http://www.nessie.de/mroth/pgpgpg/
X
X- Matt Behrens
X  matt@zigg.com
END-of-security/pgpgpg/pkg/DESCR
echo x - security/pgpgpg/pkg/PLIST
sed 's/^X//' >security/pgpgpg/pkg/PLIST << 'END-of-security/pgpgpg/pkg/PLIST'
Xbin/pgpgpg
END-of-security/pgpgpg/pkg/PLIST
echo c - security/pgpgpg/files
mkdir -p security/pgpgpg/files > /dev/null 2>&1
echo x - security/pgpgpg/files/md5
sed 's/^X//' >security/pgpgpg/files/md5 << 'END-of-security/pgpgpg/files/md5'
XMD5 (pgpgpg-0.13.tar.gz) = 63c5070fa1bd796dbac24455648016cd
END-of-security/pgpgpg/files/md5
exit


>Release-Note:
>Audit-Trail:

From: Matt Behrens <matt@megaweapon.zigg.com>
To: freebsd-gnats-submit@freebsd.org, matt@zigg.com
Cc:  
Subject: Re: ports/15526: [NEW PORT] security/pgpgpg ...
Date: Mon, 20 Dec 1999 06:47:19 -0500 (EST)

 It looks like pgpgpg was moved on the gnupg site.  Change the second
 MASTER_SITE from
 
 ftp://ftp.gnupg.org/pub/gcrypt/
 
 to
 
 ftp://ftp.gnupg.org/pub/gcrypt/pgpgpg/
 
 Thanks!
 
 
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Sun Dec 26 17:58:03 PST 1999 
State-Changed-Why:  
New port committed, thanks! 
>Unformatted:
