From hcoyote@malkavian.ghostar.ath.cx  Fri Aug  5 03:58:06 2005
Return-Path: <hcoyote@malkavian.ghostar.ath.cx>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 774FA16A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  5 Aug 2005 03:58:06 +0000 (GMT)
	(envelope-from hcoyote@malkavian.ghostar.ath.cx)
Received: from malkavian.ghostar.ath.cx (rrcs-24-153-224-82.sw.biz.rr.com [24.153.224.82])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 226DB43D45
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  5 Aug 2005 03:58:05 +0000 (GMT)
	(envelope-from hcoyote@malkavian.ghostar.ath.cx)
Received: from malkavian.ghostar.ath.cx (hcoyote@localhost.ghostar.ath.cx [127.0.0.1])
	by malkavian.ghostar.ath.cx (8.12.11/8.12.8) with ESMTP id j753w4Xx024855
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 4 Aug 2005 22:58:05 -0500 (CDT)
	(envelope-from hcoyote@malkavian.ghostar.ath.cx)
Received: (from hcoyote@localhost)
	by malkavian.ghostar.ath.cx (8.12.11/8.12.11/Submit) id j753w4VS024854;
	Thu, 4 Aug 2005 22:58:04 -0500 (CDT)
	(envelope-from hcoyote)
Message-Id: <200508050358.j753w4VS024854@malkavian.ghostar.ath.cx>
Date: Thu, 4 Aug 2005 22:58:04 -0500 (CDT)
From: Travis Campbell <hcoyote@ghostar.ath.cx>
Reply-To: Travis Campbell <hcoyote@ghostar.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: security/p5-Digest-SHA Perl extension for SHA-1/224/256/384/512
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:    lth
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 05 04:00:36 GMT 2005
>Closed-Date:    Sat Sep 17 16:44:52 GMT 2005
>Last-Modified:  Sat Sep 17 16:44:52 GMT 2005
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->lth 
Responsible-Changed-By: lth 
Responsible-Changed-When: Wed Sep 14 20:36:05 GMT 2005 
Responsible-Changed-Why:  
I'll handle this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=84570 
State-Changed-From-To: open->feedback 
State-Changed-By: lth 
State-Changed-When: Wed Sep 14 20:36:25 GMT 2005 
State-Changed-Why:  
Could you update this to the latest release, please? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=84570 

From: Travis Campbell <hcoyote@ghostar.org>
To: bug-followup@FreeBSD.org
Cc: Travis Campbell <hcoyote@ghostar.org>
Subject: Re: ports/84570: New port: security/p5-Digest-SHA Perl extension for SHA-1/224/256/384/512
Date: Thu, 15 Sep 2005 23:43:07 -0500

 --C7zPtVaVf+AK4Oqc
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Updated version attached.
 
 Travis
 
 --C7zPtVaVf+AK4Oqc
 Content-Type: application/x-shar
 Content-Disposition: attachment; filename="p5-Digest-SHA.shar"
 Content-Transfer-Encoding: quoted-printable
 
 # This is a shell archive.  Save it in a file, remove anything before=0A# t=
 his line, and then unpack it by entering "sh file".  Note, it may=0A# creat=
 e directories; files and directories will be owned by you and=0A# have defa=
 ult permissions.=0A#=0A# This archive contains:=0A#=0A#	p5-Digest-SHA=0A#	p=
 5-Digest-SHA/Makefile=0A#	p5-Digest-SHA/distinfo=0A#	p5-Digest-SHA/pkg-desc=
 r=0A#	p5-Digest-SHA/pkg-plist=0A#=0Aecho c - p5-Digest-SHA=0Amkdir -p p5-Di=
 gest-SHA > /dev/null 2>&1=0Aecho x - p5-Digest-SHA/Makefile=0Ased 's/^X//' =
 >p5-Digest-SHA/Makefile << 'END-of-p5-Digest-SHA/Makefile'=0AX# ex:ts=3D8=
 =0AX# Ports collection makefile for:	p5-Digest-SHA=0AX# Date created:			Aug=
  4, 2005=0AX# Whom:				Travis Campbell <hcoyote@ghostar.org>=0AX#=0AX# $Fre=
 eBSD$=0AX#=0AX=0AXPORTNAME=3D	Digest-SHA=0AXPORTVERSION=3D	5.31=0AXCATEGORI=
 ES=3D	security perl5=0AXMASTER_SITES=3D	${MASTER_SITE_PERL_CPAN}=0AXMASTER_=
 SITE_SUBDIR=3D	../by-authors/id/M/MS/MSHELOR=0AXPKGNAMEPREFIX=3D	p5-=0AX=0A=
 XMAINTAINER=3D	hcoyote@ghostar.org=0AXCOMMENT=3D	Perl extension for SHA-1/2=
 24/256/384/512=0AX=0AXPERL_CONFIGURE=3D	yes=0AX=0AXMAN3=3D	Digest::SHA.3=0A=
 X=0AX.include <bsd.port.mk>=0AEND-of-p5-Digest-SHA/Makefile=0Aecho x - p5-D=
 igest-SHA/distinfo=0Ased 's/^X//' >p5-Digest-SHA/distinfo << 'END-of-p5-Dig=
 est-SHA/distinfo'=0AXMD5 (Digest-SHA-5.31.tar.gz) =3D 931cf9ac0ce1c93506de8=
 e643585a9cb=0AXSIZE (Digest-SHA-5.31.tar.gz) =3D 45152=0AEND-of-p5-Digest-S=
 HA/distinfo=0Aecho x - p5-Digest-SHA/pkg-descr=0Ased 's/^X//' >p5-Digest-SH=
 A/pkg-descr << 'END-of-p5-Digest-SHA/pkg-descr'=0AXDigest::SHA is a complet=
 e implementation of the NIST Secure Hash Standard. It=0AXgives Perl program=
 mers a convenient way to calculate SHA-1, SHA-224, SHA-256,=0AXSHA-384, and=
  SHA-512 message digests. The module can handle all types of=0AXinput, incl=
 uding partial-byte data.=0AX=0AXWWW:  http://search.cpan.org/dist/Digest-SH=
 A/=0AX=0AX- Travis Campbell=0AXhcoyote@ghostar.org=0AEND-of-p5-Digest-SHA/p=
 kg-descr=0Aecho x - p5-Digest-SHA/pkg-plist=0Ased 's/^X//' >p5-Digest-SHA/p=
 kg-plist << 'END-of-p5-Digest-SHA/pkg-plist'=0AXbin/shasum=0AX%%SITE_PERL%%=
 /%%PERL_ARCH%%/Digest/SHA.pm=0AX%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/SHA=
 /.packlist=0AX%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/SHA/SHA.bs=0AX%%SITE_=
 PERL%%/%%PERL_ARCH%%/auto/Digest/SHA/SHA.so=0AX@unexec rmdir %D/%%SITE_PERL=
 %%/%%PERL_ARCH%%/auto/Digest/SHA 2>/dev/null || true=0AX@unexec rmdir %D/%%=
 SITE_PERL%%/%%PERL_ARCH%%/auto/Digest 2>/dev/null || true=0AX@unexec rmdir =
 %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/ 2>/dev/null || true=0AX@unexec rmdir %=
 D/%%SITE_PERL%%/%%PERL_ARCH%%/Digest/ 2>/dev/null || true=0AEND-of-p5-Diges=
 t-SHA/pkg-plist=0Aexit=0A=0A
 --C7zPtVaVf+AK4Oqc--
State-Changed-From-To: feedback->closed 
State-Changed-By: lth 
State-Changed-When: Sat Sep 17 16:44:34 GMT 2005 
State-Changed-Why:  
New port added with modifications, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=84570 
>Unformatted:
 Severity:	non-critical
