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).
This commit is contained in:
parent
db845872e0
commit
f9cc02b521
5 changed files with 29 additions and 0 deletions
4
p5-IO-Tee/DESCR
Normal file
4
p5-IO-Tee/DESCR
Normal file
|
@ -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).
|
17
p5-IO-Tee/Makefile
Normal file
17
p5-IO-Tee/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2003/07/13 03:33:17 schnoebe Exp $
|
||||
#
|
||||
|
||||
DISTNAME= IO-Tee-0.64
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
SVR4_PKGNAME= p5ite
|
||||
CATEGORIES= wip devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
|
||||
|
||||
MAINTAINER= eric@cirr.com
|
||||
COMMENT= Multiplex output to multiple output handles
|
||||
|
||||
USE_BUILDLINK2= YES
|
||||
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/IO/Tee/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
1
p5-IO-Tee/PLIST
Normal file
1
p5-IO-Tee/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2003/07/13 03:32:50 schnoebe Exp $
|
3
p5-IO-Tee/TODO
Normal file
3
p5-IO-Tee/TODO
Normal file
|
@ -0,0 +1,3 @@
|
|||
Further testing.
|
||||
|
||||
Used by p5-DBI-Shell.
|
4
p5-IO-Tee/distinfo
Normal file
4
p5-IO-Tee/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2003/07/13 03:32:50 schnoebe Exp $
|
||||
|
||||
SHA1 (IO-Tee-0.64.tar.gz) = 29314311318e3e0bee01623a23eda4f1ba629b76
|
||||
Size (IO-Tee-0.64.tar.gz) = 5039 bytes
|
Loading…
Reference in a new issue