diff options
author | tobez <tobez@FreeBSD.org> | 2005-12-21 16:28:56 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2005-12-21 16:28:56 +0800 |
commit | ee2d9780179e9d22dd4dfb90f41928a34c7913a0 (patch) | |
tree | ac60399892cf5ea2554a4fb1d087f503ba06fa22 /devel/p5-IO-NestedCapture | |
parent | 7bcd978831144b487b3b518aee91301c2d38d028 (diff) | |
download | freebsd-ports-graphics-ee2d9780179e9d22dd4dfb90f41928a34c7913a0.tar.gz freebsd-ports-graphics-ee2d9780179e9d22dd4dfb90f41928a34c7913a0.tar.zst freebsd-ports-graphics-ee2d9780179e9d22dd4dfb90f41928a34c7913a0.zip |
Add devel/p5-IO-NestedCapture 1.03, a Perl module for performing nested
STD* handle captures.
Diffstat (limited to 'devel/p5-IO-NestedCapture')
-rw-r--r-- | devel/p5-IO-NestedCapture/Makefile | 28 | ||||
-rw-r--r-- | devel/p5-IO-NestedCapture/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-IO-NestedCapture/pkg-descr | 8 | ||||
-rw-r--r-- | devel/p5-IO-NestedCapture/pkg-plist | 2 |
4 files changed, 41 insertions, 0 deletions
diff --git a/devel/p5-IO-NestedCapture/Makefile b/devel/p5-IO-NestedCapture/Makefile new file mode 100644 index 00000000000..422a4f228c4 --- /dev/null +++ b/devel/p5-IO-NestedCapture/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: IO::NestedCapture +# Date created: 21 Dec 2005 +# Whom: tobez@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= IO-NestedCapture +PORTVERSION= 1.03 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= IO +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Perl module for performing nested STD\* handle captures + +PERL_MODBUILD= yes + +MAN3= IO::NestedCapture.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500800 +IGNORE= requires perl 5.8.0 or later. Install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> diff --git a/devel/p5-IO-NestedCapture/distinfo b/devel/p5-IO-NestedCapture/distinfo new file mode 100644 index 00000000000..7cd93f78ae9 --- /dev/null +++ b/devel/p5-IO-NestedCapture/distinfo @@ -0,0 +1,3 @@ +MD5 (IO-NestedCapture-1.03.tar.gz) = 2f440d3fee9df05b06ba7941a8a5cfbc +SHA256 (IO-NestedCapture-1.03.tar.gz) = ecf4f65aeac74ab5d21d55ddad65e1198df12a4ef6363c4c193526b87a15ffbd +SIZE (IO-NestedCapture-1.03.tar.gz) = 9038 diff --git a/devel/p5-IO-NestedCapture/pkg-descr b/devel/p5-IO-NestedCapture/pkg-descr new file mode 100644 index 00000000000..146122a25f6 --- /dev/null +++ b/devel/p5-IO-NestedCapture/pkg-descr @@ -0,0 +1,8 @@ +With this module you can capture any combination of STDIN, STDOUT, and +STDERR. In the case of STDIN, you may feed any input into capture you +want (or even set it to use another file handle). For STDOUT and STDERR +you may review the full output of these or prior to capture set a file +handle that will receive all the data during the capture. + +WWW: http://search.cpan.org/dist/IO-NestedCapture/ +Author: Andrew Sterling Hanenkamp <hanenkamp@cpan.org> diff --git a/devel/p5-IO-NestedCapture/pkg-plist b/devel/p5-IO-NestedCapture/pkg-plist new file mode 100644 index 00000000000..7773cd78201 --- /dev/null +++ b/devel/p5-IO-NestedCapture/pkg-plist @@ -0,0 +1,2 @@ +%%SITE_PERL%%/IO/NestedCapture.pm +@unexec rmdir %D/%%SITE_PERL%%/IO 2>/dev/null || true |