Date: Sun, 3 May 1998 19:53:59 -0500 (EST) From: Don Croyle <croyle@gelemna.ft-wayne.in.us> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/6498: new port: p5-PGP-Sign Message-ID: <199805040053.TAA03846@emerson.gelemna.ft-wayne.in.us>
next in thread | raw e-mail | index | archive | help
>Number: 6498 >Category: ports >Synopsis: new port: p5-PGP-Sign >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: Sun May 3 18:00:01 PDT 1998 >Last-Modified: >Originator: Don Croyle >Organization: Minimal at best >Release: FreeBSD 3.0-CURRENT i386 >Environment: >Description: PGP::Sign is a perl5 module for creating detached signatures. >How-To-Repeat: >Fix: Commit this archive: # 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: # # Makefile # files/md5 # pkg/COMMENT # pkg/DESCR # pkg/PLIST # echo x - Makefile sed 's/^X//' >Makefile << 'END-of-Makefile' X# New ports collection makefile for: p5-PGP-Sign X# Version required: 0.08 X# Date created: January 2, 1998 X# Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us> X# X# $Id: Makefile,v 1.1.1.1 1998/02/14 05:11:38 croyle Exp $ X# X XDISTNAME= PGP-Sign-0.08 XPKGNAME= p5-PGP-Sign-0.08 XCATEGORIES= security perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= PGP X XMAINTAINER= croyle@gelemna.ft-wayne.in.us X XRUN_DEPENDS= ${PREFIX}/bin/pgp:${PORTSDIR}/security/pgp X XUSE_PERL5= yes X XMAN3= PGP::Sign.3 XMANPREFIX= ${PREFIX}/lib/perl5 X Xdo-configure: X @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL X X.include <bsd.port.mk> END-of-Makefile echo x - files/md5 sed 's/^X//' >files/md5 << 'END-of-files/md5' XMD5 (PGP-Sign-0.08.tar.gz) = c749930a6e36c97eedee14e27185d062 END-of-files/md5 echo x - pkg/COMMENT sed 's/^X//' >pkg/COMMENT << 'END-of-pkg/COMMENT' XCreate detached PGP signatures for data. END-of-pkg/COMMENT echo x - pkg/DESCR sed 's/^X//' >pkg/DESCR << 'END-of-pkg/DESCR' XPGP::Sign is a special purpose module designed to create and check Xdetached signatures for data. It's mainly intended to be used for Xthings like reimplementing PGPMoose, signcontrol and pgpverify. END-of-pkg/DESCR echo x - pkg/PLIST sed 's/^X//' >pkg/PLIST << 'END-of-pkg/PLIST' Xlib/perl5/man/man3/PGP::Sign.3.gz Xlib/perl5/site_perl/PGP/Sign.pm Xlib/perl5/site_perl/i386-freebsd/auto/PGP/Sign/.packlist X@dirrm lib/perl5/site_perl/i386-freebsd/auto/PGP/Sign END-of-pkg/PLIST exit >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?199805040053.TAA03846>