diff options
author | minskim <minskim> | 2004-02-22 01:11:17 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-02-22 01:11:17 +0000 |
commit | 371c20da6fa83f96bebfe09890b7f97d30e9449b (patch) | |
tree | 279a54dbbef2fbe2e0f0ad896e03349945924bb2 /devel/p5-IO-Tee | |
parent | 77ccba12b68ee4040d4a97a2eb79108a967b33ba (diff) | |
download | pkgsrc-371c20da6fa83f96bebfe09890b7f97d30e9449b.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/p5-IO-Tee')
-rw-r--r-- | devel/p5-IO-Tee/DESCR | 4 | ||||
-rw-r--r-- | devel/p5-IO-Tee/Makefile | 20 | ||||
-rw-r--r-- | devel/p5-IO-Tee/PLIST | 1 | ||||
-rw-r--r-- | devel/p5-IO-Tee/distinfo | 4 |
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 |