summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-02-22 01:11:17 +0000
committerminskim <minskim@pkgsrc.org>2004-02-22 01:11:17 +0000
commitab9efa9970608c92028c46f113e360a60bb4f398 (patch)
tree279a54dbbef2fbe2e0f0ad896e03349945924bb2 /devel
parente5a7b99634afe66c6badc7c34765756401bc0fa7 (diff)
downloadpkgsrc-ab9efa9970608c92028c46f113e360a60bb4f398.tar.gz
Import p5-IO-Tee from pkgsrc-wip. Packaged by Eric Schnoebelen, and
slightly modified by me. This class provides a mechanism to mirror a stream to multiple other streams. It can either multiplex an output stream to multiple output streams, or it can multiplex an input stream to multiple output streams (mirroring all the data read onto the output streams).
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-IO-Tee/DESCR4
-rw-r--r--devel/p5-IO-Tee/Makefile20
-rw-r--r--devel/p5-IO-Tee/PLIST1
-rw-r--r--devel/p5-IO-Tee/distinfo4
4 files changed, 29 insertions, 0 deletions
diff --git a/devel/p5-IO-Tee/DESCR b/devel/p5-IO-Tee/DESCR
new file mode 100644
index 00000000000..04151d9b77f
--- /dev/null
+++ b/devel/p5-IO-Tee/DESCR
@@ -0,0 +1,4 @@
+This class provides a mechanism to mirror a stream to multiple other
+streams. It can either multiplex an output stream to multiple output
+streams, or it can multiplex an input stream to multiple output streams
+(mirroring all the data read onto the output streams).
diff --git a/devel/p5-IO-Tee/Makefile b/devel/p5-IO-Tee/Makefile
new file mode 100644
index 00000000000..b97639c0a7c
--- /dev/null
+++ b/devel/p5-IO-Tee/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/02/22 01:11:17 minskim Exp $
+#
+
+DISTNAME= IO-Tee-0.64
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5ite
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
+
+MAINTAINER= eric@cirr.com
+HOMEPAGE= http://search.cpan.org/search?module=IO::Tee
+COMMENT= Multiplex output to multiple output handles
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/IO/Tee/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-IO-Tee/PLIST b/devel/p5-IO-Tee/PLIST
new file mode 100644
index 00000000000..74e0e37470c
--- /dev/null
+++ b/devel/p5-IO-Tee/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/22 01:11:17 minskim Exp $
diff --git a/devel/p5-IO-Tee/distinfo b/devel/p5-IO-Tee/distinfo
new file mode 100644
index 00000000000..2216006c019
--- /dev/null
+++ b/devel/p5-IO-Tee/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/02/22 01:11:17 minskim Exp $
+
+SHA1 (IO-Tee-0.64.tar.gz) = 29314311318e3e0bee01623a23eda4f1ba629b76
+Size (IO-Tee-0.64.tar.gz) = 5039 bytes