Initial import of p5-IO-Capture 0.03
The IO::Capture Module defines an abstract base class that can be used to create any number of useful sub-classes that capture output being sent on a filehandle such as STDOUT or STDERR.
This commit is contained in:
parent
4e1efdf124
commit
b926d36c27
20
devel/p5-IO-Capture/Makefile
Normal file
20
devel/p5-IO-Capture/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2005/01/12 08:58:43 kevlo Exp $
|
||||
|
||||
COMMENT= "module for capturing output"
|
||||
|
||||
DISTNAME= IO-Capture-0.03
|
||||
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/}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
.include <bsd.port.mk>
|
4
devel/p5-IO-Capture/distinfo
Normal file
4
devel/p5-IO-Capture/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (IO-Capture-0.03.tar.gz) = 609fa1b1c7dcdbdb584c74f0eb083c65
|
||||
RMD160 (IO-Capture-0.03.tar.gz) = c4ced3150cdaa802814a2073a1ef203b4e2e3594
|
||||
SHA1 (IO-Capture-0.03.tar.gz) = 37a0265a782c5f64cfd583b93fee97ddd199bab7
|
||||
SIZE (IO-Capture-0.03.tar.gz) = 12087
|
3
devel/p5-IO-Capture/pkg/DESCR
Normal file
3
devel/p5-IO-Capture/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
The IO::Capture Module defines an abstract base class that can be
|
||||
used to create any number of useful sub-classes that capture output
|
||||
being sent on a filehandle such as STDOUT or STDERR.
|
15
devel/p5-IO-Capture/pkg/PLIST
Normal file
15
devel/p5-IO-Capture/pkg/PLIST
Normal file
@ -0,0 +1,15 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/01/12 08:58:43 kevlo Exp $
|
||||
${P5SITE}/IO/
|
||||
${P5SITE}/IO/Capture/
|
||||
${P5SITE}/IO/Capture.pm
|
||||
${P5SITE}/IO/Capture/ErrorMessages.pm
|
||||
${P5SITE}/IO/Capture/Overview.pod
|
||||
${P5SITE}/IO/Capture/Stderr.pm
|
||||
${P5SITE}/IO/Capture/Stdout.pm
|
||||
${P5SITE}/IO/Capture/Tie_STDx.pm
|
||||
@man man/man3p/IO::Capture.3p
|
||||
@man man/man3p/IO::Capture::ErrorMessages.3p
|
||||
@man man/man3p/IO::Capture::Overview.3p
|
||||
@man man/man3p/IO::Capture::Stderr.3p
|
||||
@man man/man3p/IO::Capture::Stdout.3p
|
||||
@man man/man3p/IO::Capture::Tie_STDx.3p
|
Loading…
Reference in New Issue
Block a user