diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-10-12 11:12:52 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-10-12 11:12:52 +0000 |
commit | 23039cd84ed6860c05545c8e80e27b793c432480 (patch) | |
tree | 53926e439d69164dd32766b618e5ca6dd5805434 /devel | |
parent | f23787dc03f53a15e7a00bcf20082d9ca9026f22 (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-IO-Digest/Makefile | 32 | ||||
-rw-r--r-- | devel/p5-IO-Digest/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-IO-Digest/pkg-descr | 5 | ||||
-rw-r--r-- | devel/p5-IO-Digest/pkg-plist | 5 |
5 files changed, 45 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index f9602e037a96..4dbd802cf2ea 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -820,6 +820,7 @@ SUBDIR += p5-Hook-LexWrap SUBDIR += p5-IO SUBDIR += p5-IO-All + SUBDIR += p5-IO-Digest SUBDIR += p5-IO-Multiplex SUBDIR += p5-IO-String SUBDIR += p5-IO-Stty diff --git a/devel/p5-IO-Digest/Makefile b/devel/p5-IO-Digest/Makefile new file mode 100644 index 000000000000..2023bc474d0c --- /dev/null +++ b/devel/p5-IO-Digest/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: devel/p5-IO-Digest +# Date created: Sep 20 2004 +# Whom: Rong-En Fan <rafan@infor.org> +# +# $FreeBSD$ +# + +PORTNAME= IO-Digest +PORTVERSION= 0.10 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= IO +PKGNAMEPREFIX= p5- + +MAINTAINER= rafan@infor.org +COMMENT= Calculate digests while reading or writing + +BUILD_DEPENDS= ${SITE_PERL}/PerlIO/via/dynamic.pm:${PORTSDIR}/devel/p5-PerlIO-via-dynamic \ + ${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= IO::Digest.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500800 +IGNORE= This module only supports perl 5.8.0 or above +.endif + +.include <bsd.port.post.mk> diff --git a/devel/p5-IO-Digest/distinfo b/devel/p5-IO-Digest/distinfo new file mode 100644 index 000000000000..fee9aeac2e0c --- /dev/null +++ b/devel/p5-IO-Digest/distinfo @@ -0,0 +1,2 @@ +MD5 (IO-Digest-0.10.tar.gz) = 0448841e0559c2c19c7e8001ef087e26 +SIZE (IO-Digest-0.10.tar.gz) = 15636 diff --git a/devel/p5-IO-Digest/pkg-descr b/devel/p5-IO-Digest/pkg-descr new file mode 100644 index 000000000000..5161d80cd994 --- /dev/null +++ b/devel/p5-IO-Digest/pkg-descr @@ -0,0 +1,5 @@ +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/dist/IO-Digest/ diff --git a/devel/p5-IO-Digest/pkg-plist b/devel/p5-IO-Digest/pkg-plist new file mode 100644 index 000000000000..dc6ff047b7e9 --- /dev/null +++ b/devel/p5-IO-Digest/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/IO/Digest.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Digest/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Digest +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/IO 2>/dev/null || true |