Date: Mon, 20 Sep 2004 20:17:56 +0800 (CST) From: Rong-En Fan <rafan@infor.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/71930: [NEW PORT] devel/p5-IO-Digest: Calculate digests while reading or writing Message-ID: <200409201217.i8KCHuIE003819@woodstock.csie.org> Resent-Message-ID: <200409201220.i8KCKV0s019341@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409201217.i8KCHuIE003819>