import p5-Capture-Tiny 0.06

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 tee(1)'d so
that it is captured while being passed through to the original handles.

from Stephan A. Rickauer, with some tweaks by me
This commit is contained in:
jasper 2009-09-13 19:46:32 +00:00
parent ce58ff7a11
commit b9852005cf
4 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/09/13 19:46:32 jasper Exp $
COMMENT= capture STDOUT and STDERR
CPAN_AUTHOR= DAGOLDEN
MODULES= cpan
DISTNAME= Capture-Tiny-0.06
CATEGORIES= sysutils
# Apache 2.0
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/p5-Capture-Tiny
${INSTALL_DATA} ${WRKSRC}/examples/*.pl \
${PREFIX}/share/examples/p5-Capture-Tiny
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Capture-Tiny-0.06.tar.gz) = ZTljw4VepXzKvFZC/0B/fw==
RMD160 (Capture-Tiny-0.06.tar.gz) = JiXmFX6VMgEw5/tpMNH21YfFY3o=
SHA1 (Capture-Tiny-0.06.tar.gz) = rL/H/ewgZhL0XBo0O3rukIijJEk=
SHA256 (Capture-Tiny-0.06.tar.gz) = XOnuiNIgkMAXtpvsRPTefyM2AnFxaRvEQ5INhp0m52E=
SIZE (Capture-Tiny-0.06.tar.gz) = 24365

View File

@ -0,0 +1,4 @@
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 tee(1)'d so
that it is captured while being passed through to the original handles.

View File

@ -0,0 +1,7 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/09/13 19:46:32 jasper Exp $
${P5SITE}/Capture/
${P5SITE}/Capture/Tiny.pm
${P5SITE}/Capture/Tiny.pod
@man man/man3p/Capture::Tiny.3p
share/examples/p5-Capture-Tiny/
share/examples/p5-Capture-Tiny/tee.pl