Date: Thu, 16 Dec 1999 21:41:14 -0500 (EST) From: matt@zigg.com To: FreeBSD-gnats-submit@freebsd.org Subject: ports/15526: [NEW PORT] security/pgpgpg: a wrapper for GnuPG to emulate PGP 2.6 Message-ID: <199912170241.VAA51964@megaweapon.zigg.com>
next in thread | raw e-mail | index | archive | help
>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 <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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912170241.VAA51964>