From owner-freebsd-ports Thu Dec 16 18:50: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7183E1522D for ; Thu, 16 Dec 1999 18:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA66331; Thu, 16 Dec 1999 18:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from megaweapon.zigg.com (megaweapon.zigg.com [206.114.60.8]) by hub.freebsd.org (Postfix) with ESMTP id 88567150A9 for ; 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 Reply-To: matt@zigg.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15526: [NEW PORT] security/pgpgpg: a wrapper for GnuPG to emulate PGP 2.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Dec 16 18:50:00 PST 1999 >Closed-Date: >Last-Modified: >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 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 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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message