Date: Thu, 4 Aug 2005 22:58:04 -0500 (CDT) From: Travis Campbell <hcoyote@ghostar.ath.cx> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/84570: New port: security/p5-Digest-SHA Perl extension for SHA-1/224/256/384/512 Message-ID: <200508050358.j753w4VS024854@malkavian.ghostar.ath.cx> Resent-Message-ID: <200508050400.j7540b43085050@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 84570 >Category: ports >Synopsis: New port: security/p5-Digest-SHA Perl extension for SHA-1/224/256/384/512 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Aug 05 04:00:36 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Travis Campbell >Release: FreeBSD 4.10-RELEASE-p2 i386 >Organization: >Environment: >Description: Digest::SHA is a complete implementation of the NIST Secure Hash Standard. It gives Perl programmers a convenient way to calculate SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512 message digests. The module can handle all types of input, including partial-byte data. It is written in C for speed. >How-To-Repeat: >Fix: --- p5-Digest-SHA.shar begins here --- # 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: # # p5-Digest-SHA # p5-Digest-SHA/Makefile # p5-Digest-SHA/distinfo # p5-Digest-SHA/pkg-descr # p5-Digest-SHA/pkg-plist # echo c - p5-Digest-SHA mkdir -p p5-Digest-SHA > /dev/null 2>&1 echo x - p5-Digest-SHA/Makefile sed 's/^X//' >p5-Digest-SHA/Makefile << 'END-of-p5-Digest-SHA/Makefile' X# ex:ts=8 X# Ports collection makefile for: p5-Digest-SHA X# Date created: Aug 4, 2005 X# Whom: Travis Campbell <hcoyote@ghostar.org> X# X# $FreeBSD$ X# X XPORTNAME= Digest-SHA XPORTVERSION= 5.28 XCATEGORIES= www perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= ../by-authors/id/M/MS/MSHELOR XPKGNAMEPREFIX= p5- X XMAINTAINER= hcoyote@ghostar.org XCOMMENT= Perl extension for SHA-1/224/256/384/512 X XPERL_CONFIGURE= yes X XMAN3= Digest::SHA.3 X X.include <bsd.port.mk> END-of-p5-Digest-SHA/Makefile echo x - p5-Digest-SHA/distinfo sed 's/^X//' >p5-Digest-SHA/distinfo << 'END-of-p5-Digest-SHA/distinfo' XMD5 (Digest-SHA-5.28.tar.gz) = a26b1079db0bb524b7bcdc6cc9fcdc10 XSIZE (Digest-SHA-5.28.tar.gz) = 44154 END-of-p5-Digest-SHA/distinfo echo x - p5-Digest-SHA/pkg-descr sed 's/^X//' >p5-Digest-SHA/pkg-descr << 'END-of-p5-Digest-SHA/pkg-descr' XDigest::SHA is a complete implementation of the NIST Secure Hash Standard. It Xgives Perl programmers a convenient way to calculate SHA-1, SHA-224, SHA-256, XSHA-384, and SHA-512 message digests. The module can handle all types of Xinput, including partial-byte data. X XWWW: http://search.cpan.org/dist/Digest-SHA/ X X- Travis Campbell Xhcoyote@ghostar.org END-of-p5-Digest-SHA/pkg-descr echo x - p5-Digest-SHA/pkg-plist sed 's/^X//' >p5-Digest-SHA/pkg-plist << 'END-of-p5-Digest-SHA/pkg-plist' Xbin/shasum X%%SITE_PERL%%/%%PERL_ARCH%%/Digest/SHA.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/SHA/.packlist X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/SHA/SHA.bs X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/SHA/SHA.so X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/SHA 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/ 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Digest/ 2>/dev/null || true END-of-p5-Digest-SHA/pkg-plist exit --- p5-Digest-SHA.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: Severity: non-critical
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508050358.j753w4VS024854>