diff options
author | epg <epg@pkgsrc.org> | 2004-09-26 04:41:12 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2004-09-26 04:41:12 +0000 |
commit | 1a852ce04082f837e9bd57af15ebc439cd3f7b36 (patch) | |
tree | 572494dfaa43f6155618e20ef88bbea9e48f46b4 /devel/p5-IO-Digest | |
parent | c0fa3d12c5676d2743ecd26d771b78113602564f (diff) | |
download | pkgsrc-1a852ce04082f837e9bd57af15ebc439cd3f7b36.tar.gz |
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 (limited to 'devel/p5-IO-Digest')
-rw-r--r-- | devel/p5-IO-Digest/DESCR | 3 | ||||
-rw-r--r-- | devel/p5-IO-Digest/Makefile | 17 | ||||
-rw-r--r-- | devel/p5-IO-Digest/PLIST | 1 | ||||
-rw-r--r-- | devel/p5-IO-Digest/distinfo | 4 |
4 files changed, 25 insertions, 0 deletions
diff --git a/devel/p5-IO-Digest/DESCR b/devel/p5-IO-Digest/DESCR new file mode 100644 index 00000000000..ea2d53d92db --- /dev/null +++ b/devel/p5-IO-Digest/DESCR @@ -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 --git a/devel/p5-IO-Digest/Makefile b/devel/p5-IO-Digest/Makefile new file mode 100644 index 00000000000..ea42f25a1f3 --- /dev/null +++ b/devel/p5-IO-Digest/Makefile @@ -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 +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 --git a/devel/p5-IO-Digest/PLIST b/devel/p5-IO-Digest/PLIST new file mode 100644 index 00000000000..c50dc040c86 --- /dev/null +++ b/devel/p5-IO-Digest/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/09/26 04:41:12 epg Exp $ diff --git a/devel/p5-IO-Digest/distinfo b/devel/p5-IO-Digest/distinfo new file mode 100644 index 00000000000..aa18e9776ee --- /dev/null +++ b/devel/p5-IO-Digest/distinfo @@ -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 |