From rafan@infor.org  Mon Sep 20 12:18:04 2004
Return-Path: <rafan@infor.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C01E116A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 20 Sep 2004 12:18:04 +0000 (GMT)
Received: from muse.csie.ntu.edu.tw (muse.csie.ntu.edu.tw [140.112.28.158])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4F64E43D3F
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 20 Sep 2004 12:18:04 +0000 (GMT)
	(envelope-from rafan@infor.org)
Received: from localhost (localhost.csie.ntu.edu.tw [127.0.0.1])
	by muse.csie.ntu.edu.tw (Postfix) with ESMTP id A4A4752159
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 20 Sep 2004 20:18:03 +0800 (CST)
Received: from muse.csie.ntu.edu.tw ([127.0.0.1])
 by localhost (muse.csie.ntu.edu.tw [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 88916-58 for <FreeBSD-gnats-submit@freebsd.org>;
 Mon, 20 Sep 2004 20:18:02 +0800 (CST)
Received: from woodstock.csie.org (220-135-116-9.HINET-IP.hinet.net [220.135.116.9])
	by muse.csie.ntu.edu.tw (Postfix) with ESMTP id 9B8E052106
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 20 Sep 2004 20:18:01 +0800 (CST)
Received: (from rafan@localhost)
	by woodstock.csie.org (8.13.1/8.13.1/Submit) id i8KCHuIE003819;
	Mon, 20 Sep 2004 20:17:56 +0800 (CST)
	(envelope-from rafan)
Message-Id: <200409201217.i8KCHuIE003819@woodstock.csie.org>
Date: Mon, 20 Sep 2004 20:17:56 +0800 (CST)
From: Rong-En Fan <rafan@infor.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] devel/p5-IO-Digest: Calculate digests while reading or writing
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         71930
>Category:       ports
>Synopsis:       [NEW PORT] devel/p5-IO-Digest: Calculate digests while reading or writing
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mat
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 20 12:20:31 GMT 2004
>Closed-Date:    Tue Oct 12 11:12:43 GMT 2004
>Last-Modified:  Tue Oct 12 11:12:43 GMT 2004
>Originator:     Rong-En Fan
>Release:        FreeBSD 6.0-CURRENT i386
>Organization:
NTU CSIE
>Environment:
System: FreeBSD woodstock.csie.org 6.0-CURRENT FreeBSD 6.0-CURRENT #17: Sat Sep 18 23:36:06 CST 2004
>Description:
This module allows you to calculate digests while reading or writing
file handles. This avoids the case you need to reread the same
content to compute the digests after written a file.

WWW: http://search.cpan.org/~clkao/IO-Digest/

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- p5-IO-Digest-0.10.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-IO-Digest
#	p5-IO-Digest/Makefile
#	p5-IO-Digest/distinfo
#	p5-IO-Digest/pkg-descr
#	p5-IO-Digest/pkg-plist
#
echo c - p5-IO-Digest
mkdir -p p5-IO-Digest > /dev/null 2>&1
echo x - p5-IO-Digest/Makefile
sed 's/^X//' >p5-IO-Digest/Makefile << 'END-of-p5-IO-Digest/Makefile'
X# New ports collection makefile for:	devel/p5-IO-Digest
X# Date created:				Sep 20 2004
X# Whom:					Rong-En Fan <rafan@infor.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	IO-Digest
XPORTVERSION=	0.10
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	../../authors/id/C/CL/CLKAO
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	rafan@infor.org
XCOMMENT=	Calculate digests while reading or writing
X
XBUILD_DEPENDS=	${SITE_PERL}/PerlIO/via/dynamic.pm:${PORTSDIR}/devel/p5-PerlIO-via-dynamic
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=		IO::Digest.3
X
X.include <bsd.port.pre.mk>
X
X.if ${PERL_LEVEL} < 500800
XIGNORE=		This module only supports perl 5.8.0 or above
X.endif
X
X.include <bsd.port.post.mk>
END-of-p5-IO-Digest/Makefile
echo x - p5-IO-Digest/distinfo
sed 's/^X//' >p5-IO-Digest/distinfo << 'END-of-p5-IO-Digest/distinfo'
XMD5 (IO-Digest-0.10.tar.gz) = 0448841e0559c2c19c7e8001ef087e26
XSIZE (IO-Digest-0.10.tar.gz) = 15636
END-of-p5-IO-Digest/distinfo
echo x - p5-IO-Digest/pkg-descr
sed 's/^X//' >p5-IO-Digest/pkg-descr << 'END-of-p5-IO-Digest/pkg-descr'
XThis module allows you to calculate digests while reading or writing
Xfile handles. This avoids the case you need to reread the same
Xcontent to compute the digests after written a file.
X
XWWW: http://search.cpan.org/~clkao/IO-Digest/
END-of-p5-IO-Digest/pkg-descr
echo x - p5-IO-Digest/pkg-plist
sed 's/^X//' >p5-IO-Digest/pkg-plist << 'END-of-p5-IO-Digest/pkg-plist'
X%%SITE_PERL%%/IO/Digest.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Digest/.packlist
X@dirrm %%SITE_PERL%%/IO
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Digest
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO 2>/dev/null || true
END-of-p5-IO-Digest/pkg-plist
exit
--- p5-IO-Digest-0.10.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->mat 
Responsible-Changed-By: mat 
Responsible-Changed-When: Tue Sep 21 09:15:34 GMT 2004 
Responsible-Changed-Why:  
Take 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71930 
State-Changed-From-To: open->closed 
State-Changed-By: mat 
State-Changed-When: Tue Oct 12 11:12:35 GMT 2004 
State-Changed-Why:  
Port added, thanks ! 

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