From leeym@utopia.leeym.com  Thu Mar 29 10:09:16 2001
Return-Path: <leeym@utopia.leeym.com>
Received: from utopia.leeym.com (utopia.leeym.com [211.72.162.194])
	by hub.freebsd.org (Postfix) with ESMTP id 331F937B718
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 29 Mar 2001 10:09:14 -0800 (PST)
	(envelope-from leeym@utopia.leeym.com)
Received: (from leeym@localhost)
	by utopia.leeym.com (8.11.3/8.11.3) id f2TI9CV22802;
	Fri, 30 Mar 2001 02:09:12 +0800 (CST)
	(envelope-from leeym)
Message-Id: <200103291809.f2TI9CV22802@utopia.leeym.com>
Date: Fri, 30 Mar 2001 02:09:12 +0800 (CST)
From: leeym@bsd.ce.ntu.edu.tw
Reply-To: leeym@bsd.ce.ntu.edu.tw
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: new port: security/p5-Digest-SHA1
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         26204
>Category:       ports
>Synopsis:       new port: security/p5-Digest-SHA1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 29 10:10:00 PST 2001
>Closed-Date:    Fri Mar 30 17:26:56 PST 2001
>Last-Modified:  Fri Mar 30 17:29:56 PST 2001
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 4.3-RC i386
>Organization:
>Environment:
System: FreeBSD utopia.leeym.com 4.3-RC FreeBSD 4.3-RC #0: Thu Mar 29 11:17:18 CST 2001 root@:/home/system/obj/usr/src/sys/UTOPIA i386


	
>Description:

Perl interface to the SHA-1 Algorithm

>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:
#
#	p5-Digest-SHA1
#	p5-Digest-SHA1/Makefile
#	p5-Digest-SHA1/pkg-comment
#	p5-Digest-SHA1/pkg-descr
#	p5-Digest-SHA1/pkg-plist
#	p5-Digest-SHA1/distinfo
#
echo c - p5-Digest-SHA1
mkdir -p p5-Digest-SHA1 > /dev/null 2>&1
echo x - p5-Digest-SHA1/Makefile
sed 's/^X//' >p5-Digest-SHA1/Makefile << 'END-of-p5-Digest-SHA1/Makefile'
X# New ports collection makefile for:	p5-Digest-SHA1
X# Date created:				30 March 2001
X# Whom:					Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Digest-SHA1
XPORTVERSION=	2.00
XCATEGORIES=	security perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Digest
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	leeym@cae.ce.ntu.edu.tw
X
XPERL_CONFIGURE=	yes
X
XMANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
XMAN3=		Digest::SHA1.3
X
X.include <bsd.port.mk>
END-of-p5-Digest-SHA1/Makefile
echo x - p5-Digest-SHA1/pkg-comment
sed 's/^X//' >p5-Digest-SHA1/pkg-comment << 'END-of-p5-Digest-SHA1/pkg-comment'
XPerl interface to the SHA-1 Algorithm
END-of-p5-Digest-SHA1/pkg-comment
echo x - p5-Digest-SHA1/pkg-descr
sed 's/^X//' >p5-Digest-SHA1/pkg-descr << 'END-of-p5-Digest-SHA1/pkg-descr'
XThe Digest::SHA1 module allows you to use the NIST SHA-1 message
Xdigest algorithm from within Perl programs.  The algorithm takes as
Xinput a message of arbitrary length and produces as output a 160-bit
X"fingerprint" or "message digest" of the input.
X
XYou will need Perl version 5.004 or better to install this module.
X
XCopyright 1999-2001 Gisle Aas.
XCopyright 1997 Uwe Hollerbach.
X
XThis library is free software; you can redistribute it and/or
Xmodify it under the same terms as Perl itself.
END-of-p5-Digest-SHA1/pkg-descr
echo x - p5-Digest-SHA1/pkg-plist
sed 's/^X//' >p5-Digest-SHA1/pkg-plist << 'END-of-p5-Digest-SHA1/pkg-plist'
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Digest/SHA1.pm
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/SHA1/.packlist
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/SHA1/SHA1.bs
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/SHA1/SHA1.so
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/SHA1
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Digest
END-of-p5-Digest-SHA1/pkg-plist
echo x - p5-Digest-SHA1/distinfo
sed 's/^X//' >p5-Digest-SHA1/distinfo << 'END-of-p5-Digest-SHA1/distinfo'
XMD5 (Digest-SHA1-2.00.tar.gz) = 69be4bbde20a6cfd96f6a05830dea98b
END-of-p5-Digest-SHA1/distinfo
exit

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: will 
State-Changed-When: Fri Mar 30 17:26:56 PST 2001 
State-Changed-Why:  
Committed, thanks.  I fixed a plist conflict w/ other digest ports. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=26204 
>Unformatted:
