pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-IO-Multiplex IO::Multiplex is designed to tak...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c76ac042f488
branches:  trunk
changeset: 486083:c76ac042f488
user:      kim <kim%pkgsrc.org@localhost>
date:      Wed Dec 22 15:49:27 2004 +0000

description:
IO::Multiplex is designed to take the effort out of managing multiple
file handles. It is essentially a really fancy front end to the select
system call. In addition to maintaining the select loop, it buffers all
input and output to/from the file handles. It can also accept incoming
connections on one or more listen sockets.

diffstat:

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

diffs (45 lines):

diff -r e99bc3a9f097 -r c76ac042f488 devel/p5-IO-Multiplex/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-IO-Multiplex/DESCR       Wed Dec 22 15:49:27 2004 +0000
@@ -0,0 +1,5 @@
+IO::Multiplex is designed to take the effort out of managing multiple
+file handles. It is essentially a really fancy front end to the select
+system call. In addition to maintaining the select loop, it buffers all
+input and output to/from the file handles. It can also accept incoming
+connections on one or more listen sockets.
diff -r e99bc3a9f097 -r c76ac042f488 devel/p5-IO-Multiplex/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-IO-Multiplex/Makefile    Wed Dec 22 15:49:27 2004 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/12/22 15:49:27 kim Exp $
+#
+
+DISTNAME=              IO-Multiplex-1.08
+PKGNAME=               p5-${DISTNAME}
+SVR4_PKGNAME=          p5imx
+CATEGORIES=            devel perl5
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=IO/}
+
+MAINTAINER=            tech-pkg%NetBSD.org@localhost
+COMMENT=               Perl module to manage IO on many file handles
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
+USE_BUILDLINK3=                YES
+PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/IO/Multiplex/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e99bc3a9f097 -r c76ac042f488 devel/p5-IO-Multiplex/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-IO-Multiplex/PLIST       Wed Dec 22 15:49:27 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/12/22 15:49:27 kim Exp $
diff -r e99bc3a9f097 -r c76ac042f488 devel/p5-IO-Multiplex/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-IO-Multiplex/distinfo    Wed Dec 22 15:49:27 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/12/22 15:49:27 kim Exp $
+
+SHA1 (IO-Multiplex-1.08.tar.gz) = 1bd083872a0a633cc1c3882c2acf0825bd708847
+Size (IO-Multiplex-1.08.tar.gz) = 14477 bytes



Home | Main Index | Thread Index | Old Index