Initial import of p5-IO-Digest 0.10

This module for computing digests while read or writing file handles.
This avoids the case you need to reread the same content to compute
the digests after written a file.
This commit is contained in:
kevlo 2004-12-10 03:25:47 +00:00
parent e880619b11
commit dade06499f
4 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1.1.1 2004/12/10 03:25:47 kevlo Exp $
COMMENT= "module for computing digests while reading or writing"
DISTNAME= IO-Digest-0.10
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
BUILD_DEPENDS= :p5-PerlIO-via-dynamic->=0.11:devel/p5-PerlIO-via-dynamic
RUN_DEPENDS= ${BUILD_DEPENDS}
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (IO-Digest-0.10.tar.gz) = 0448841e0559c2c19c7e8001ef087e26
RMD160 (IO-Digest-0.10.tar.gz) = a5d01321ceba2900d3da96cea448d1f996d3bfbf
SHA1 (IO-Digest-0.10.tar.gz) = 8e70b0b3b403283548d66906af4e04eb2da38e43

View File

@ -0,0 +1,3 @@
This module for computing digests while read or writing file handles.
This avoids the case you need to reread the same content to compute
the digests after written a file.

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/12/10 03:25:47 kevlo Exp $
${P5SITE}/IO/
${P5SITE}/IO/Digest.pm
@man man/man3p/IO::Digest.3p