pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-IO-Tee Import p5-IO-Tee from pkgsrc-wip. Pac...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/58766d2118c3
branches:  trunk
changeset: 469303:58766d2118c3
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Feb 22 01:11:17 2004 +0000

description:
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:

 devel/p5-IO-Tee/DESCR    |   4 ++++
 devel/p5-IO-Tee/Makefile |  20 ++++++++++++++++++++
 devel/p5-IO-Tee/PLIST    |   1 +
 devel/p5-IO-Tee/distinfo |   4 ++++
 4 files changed, 29 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r b46d86eb1678 -r 58766d2118c3 devel/p5-IO-Tee/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-IO-Tee/DESCR     Sun Feb 22 01:11:17 2004 +0000
@@ -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 -r b46d86eb1678 -r 58766d2118c3 devel/p5-IO-Tee/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-IO-Tee/Makefile  Sun Feb 22 01:11:17 2004 +0000
@@ -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@localhost
+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 -r b46d86eb1678 -r 58766d2118c3 devel/p5-IO-Tee/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-IO-Tee/PLIST     Sun Feb 22 01:11:17 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/22 01:11:17 minskim Exp $
diff -r b46d86eb1678 -r 58766d2118c3 devel/p5-IO-Tee/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-IO-Tee/distinfo  Sun Feb 22 01:11:17 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index