summaryrefslogtreecommitdiff
path: root/devel/p5-IO-Capture
diff options
context:
space:
mode:
authorjlam <jlam>2006-05-02 04:01:09 +0000
committerjlam <jlam>2006-05-02 04:01:09 +0000
commit05feedccf6bcbb01ca62eef4c3b4853c63e16aa8 (patch)
tree4be9f316b1b94a9e70799f509d955c4498ff0485 /devel/p5-IO-Capture
parent3d4a649351fcdeb39972964c46fec08540b76754 (diff)
downloadpkgsrc-05feedccf6bcbb01ca62eef4c3b4853c63e16aa8.tar.gz
Import IO::Capture-0.05 as devel/p5-IO-Capture.
IO::Capture 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. Several modules come with the distribution that define sub-classes of IO::Capture to do just that, i.e., capture STDOUT and STDERR.
Diffstat (limited to 'devel/p5-IO-Capture')
-rw-r--r--devel/p5-IO-Capture/DESCR5
-rw-r--r--devel/p5-IO-Capture/Makefile15
-rw-r--r--devel/p5-IO-Capture/PLIST1
-rw-r--r--devel/p5-IO-Capture/distinfo5
4 files changed, 26 insertions, 0 deletions
diff --git a/devel/p5-IO-Capture/DESCR b/devel/p5-IO-Capture/DESCR
new file mode 100644
index 00000000000..28e2ad20e8f
--- /dev/null
+++ b/devel/p5-IO-Capture/DESCR
@@ -0,0 +1,5 @@
+IO::Capture 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. Several modules come with the
+distribution that define sub-classes of IO::Capture to do just that,
+i.e., capture STDOUT and STDERR.
diff --git a/devel/p5-IO-Capture/Makefile b/devel/p5-IO-Capture/Makefile
new file mode 100644
index 00000000000..b6e873049f9
--- /dev/null
+++ b/devel/p5-IO-Capture/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/05/02 04:01:09 jlam Exp $
+
+DISTNAME= IO-Capture-0.05
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/IO-Capture/
+COMMENT= Perl modules to capture output to stdout and stderr
+
+PERL5_PACKLIST= auto/IO/Capture/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-IO-Capture/PLIST b/devel/p5-IO-Capture/PLIST
new file mode 100644
index 00000000000..d12e22c698c
--- /dev/null
+++ b/devel/p5-IO-Capture/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/05/02 04:01:09 jlam Exp $
diff --git a/devel/p5-IO-Capture/distinfo b/devel/p5-IO-Capture/distinfo
new file mode 100644
index 00000000000..a6730042232
--- /dev/null
+++ b/devel/p5-IO-Capture/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/05/02 04:01:09 jlam Exp $
+
+SHA1 (IO-Capture-0.05.tar.gz) = 8b1562675adfe70a789a3c14e7e14d7885ba8b85
+RMD160 (IO-Capture-0.05.tar.gz) = 69cfc12caef6b736dd6de682a6ff2daaa790d668
+Size (IO-Capture-0.05.tar.gz) = 14246 bytes