From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 20 12:20:31 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2EC016A4CF for ; Mon, 20 Sep 2004 12:20:31 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5C8A43D3F for ; Mon, 20 Sep 2004 12:20:31 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8KCKV8e019342 for ; Mon, 20 Sep 2004 12:20:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8KCKV0s019341; Mon, 20 Sep 2004 12:20:31 GMT (envelope-from gnats) Resent-Date: Mon, 20 Sep 2004 12:20:31 GMT Resent-Message-Id: <200409201220.i8KCKV0s019341@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rong-En Fan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C01E116A4CE for ; 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 ; 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 ; 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 ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/71930: [NEW PORT] devel/p5-IO-Digest: Calculate digests while reading or writing X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Sep 2004 12:20:31 -0000 >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: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Sep 20 12:20:31 GMT 2004 >Closed-Date: >Last-Modified: >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 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 X X.if ${PERL_LEVEL} < 500800 XIGNORE= This module only supports perl 5.8.0 or above X.endif X X.include 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: >Unformatted: