pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-IO-Digest Import p5-IO-Digest-0.10.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/667a8a998777
branches:  trunk
changeset: 481122:667a8a998777
user:      epg <epg%pkgsrc.org@localhost>
date:      Sun Sep 26 04:41:12 2004 +0000

description:
Import p5-IO-Digest-0.10.

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.

diffstat:

 devel/p5-IO-Digest/DESCR    |   3 +++
 devel/p5-IO-Digest/Makefile |  17 +++++++++++++++++
 devel/p5-IO-Digest/PLIST    |   1 +
 devel/p5-IO-Digest/distinfo |   4 ++++
 4 files changed, 25 insertions(+), 0 deletions(-)

diffs (41 lines):

diff -r eeb8cc28ef21 -r 667a8a998777 devel/p5-IO-Digest/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-IO-Digest/DESCR  Sun Sep 26 04:41:12 2004 +0000
@@ -0,0 +1,3 @@
+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.
diff -r eeb8cc28ef21 -r 667a8a998777 devel/p5-IO-Digest/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-IO-Digest/Makefile       Sun Sep 26 04:41:12 2004 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/09/26 04:41:12 epg Exp $
+
+DISTNAME=      IO-Digest-0.10
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=OurNet/CLKAO/}
+
+MAINTAINER=    tech-pkg%NetBSD.org@localhost
+COMMENT=       Perl module to calculate digests while reading or writing
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
+USE_BUILDLINK3=                YES
+PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/IO/Digest/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r eeb8cc28ef21 -r 667a8a998777 devel/p5-IO-Digest/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-IO-Digest/PLIST  Sun Sep 26 04:41:12 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/09/26 04:41:12 epg Exp $
diff -r eeb8cc28ef21 -r 667a8a998777 devel/p5-IO-Digest/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-IO-Digest/distinfo       Sun Sep 26 04:41:12 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/09/26 04:41:12 epg Exp $
+
+SHA1 (IO-Digest-0.10.tar.gz) = 8e70b0b3b403283548d66906af4e04eb2da38e43
+Size (IO-Digest-0.10.tar.gz) = 15636 bytes



Home | Main Index | Thread Index | Old Index