diff options
author | miwi <miwi@FreeBSD.org> | 2009-07-06 06:27:02 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-07-06 06:27:02 +0800 |
commit | 80909298c5b796433c569d4dfe1eabf61b5ae469 (patch) | |
tree | 8ab3e944ce3cfea8fde192a408f31ccc7553be1d | |
parent | e10e2f1e45ba6105e4c9aadfc2382460b1c805a6 (diff) | |
download | freebsd-ports-graphics-80909298c5b796433c569d4dfe1eabf61b5ae469.tar.gz freebsd-ports-graphics-80909298c5b796433c569d4dfe1eabf61b5ae469.tar.zst freebsd-ports-graphics-80909298c5b796433c569d4dfe1eabf61b5ae469.zip |
Capture::Tiny provides a simple, portable way to capture anything sent to
STDOUT or STDERR, regardless of whether it comes from Perl, from XS code or
from an external program. Optionally, output can be teed so that it is captured
while being passed through to the original handles.
WWW: http://search.cpan.org/dist/Capture-Tiny/
PR: ports/135982
Submitted by: Bill Brinzer <bill.brinzer at gmail.com>
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Capture-Tiny/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-Capture-Tiny/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Capture-Tiny/pkg-descr | 6 | ||||
-rw-r--r-- | devel/p5-Capture-Tiny/pkg-plist | 6 |
5 files changed, 38 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 64748b5a3d3..cdfe1be64a5 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1026,6 +1026,7 @@ SUBDIR += p5-Cache-Mmap SUBDIR += p5-Cache-Simple-TimedExpiry SUBDIR += p5-Calendar-Simple + SUBDIR += p5-Capture-Tiny SUBDIR += p5-Carp-Always SUBDIR += p5-Carp-Assert SUBDIR += p5-Carp-Assert-More diff --git a/devel/p5-Capture-Tiny/Makefile b/devel/p5-Capture-Tiny/Makefile new file mode 100644 index 00000000000..0b7b327b12d --- /dev/null +++ b/devel/p5-Capture-Tiny/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: devel/p5-Capture-Tiny +# Date created: 23 June 2009 +# Whom: Bill Brinzer <bill.brinzer@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= Capture-Tiny +PORTVERSION= 0.06 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../../authors/id/D/DA/DAGOLDEN/ +PKGNAMEPREFIX= p5- + +MAINTAINER= bill.brinzer@gmail.com +COMMENT= Capture STDOUT and STDERR from Perl, XS or external programs + +PERL_CONFIGURE= 5.6.0+ + +MAN3= Capture::Tiny.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Capture-Tiny/distinfo b/devel/p5-Capture-Tiny/distinfo new file mode 100644 index 00000000000..7e0e03e985e --- /dev/null +++ b/devel/p5-Capture-Tiny/distinfo @@ -0,0 +1,3 @@ +MD5 (Capture-Tiny-0.06.tar.gz) = 653963c3855ea57ccabc5642ff407f7f +SHA256 (Capture-Tiny-0.06.tar.gz) = 5ce9ee88d22090c017b69bec44f4de7f2336027171691bc443920d869d26e761 +SIZE (Capture-Tiny-0.06.tar.gz) = 24365 diff --git a/devel/p5-Capture-Tiny/pkg-descr b/devel/p5-Capture-Tiny/pkg-descr new file mode 100644 index 00000000000..b707ec0de54 --- /dev/null +++ b/devel/p5-Capture-Tiny/pkg-descr @@ -0,0 +1,6 @@ +Capture::Tiny provides a simple, portable way to capture anything sent to +STDOUT or STDERR, regardless of whether it comes from Perl, from XS code or +from an external program. Optionally, output can be teed so that it is captured +while being passed through to the original handles. + +WWW: http://search.cpan.org/dist/Capture-Tiny/ diff --git a/devel/p5-Capture-Tiny/pkg-plist b/devel/p5-Capture-Tiny/pkg-plist new file mode 100644 index 00000000000..be3e6a2c2fe --- /dev/null +++ b/devel/p5-Capture-Tiny/pkg-plist @@ -0,0 +1,6 @@ +%%SITE_PERL%%/Capture/Tiny.pm +%%SITE_PERL%%/Capture/Tiny.pod +%%SITE_PERL%%/mach/auto/Capture/Tiny/.packlist +@dirrmtry %%SITE_PERL%%/mach/auto/Capture/Tiny +@dirrmtry %%SITE_PERL%%/mach/auto/Capture +@dirrmtry %%SITE_PERL%%/Capture |