summaryrefslogtreecommitdiff
path: root/devel/p5-IO-Multiplex
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>2004-12-22 15:49:27 +0000
committerkim <kim@pkgsrc.org>2004-12-22 15:49:27 +0000
commit26357c22032648537758089bb9e59a00ff0d5f16 (patch)
treec5d726d9a1afb78226908cb78ca5ffdafcbf713a /devel/p5-IO-Multiplex
parent467f422606d96f0145c3734bb727c263ddd1f1d2 (diff)
downloadpkgsrc-26357c22032648537758089bb9e59a00ff0d5f16.tar.gz
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 (limited to 'devel/p5-IO-Multiplex')
-rw-r--r--devel/p5-IO-Multiplex/DESCR5
-rw-r--r--devel/p5-IO-Multiplex/Makefile19
-rw-r--r--devel/p5-IO-Multiplex/PLIST1
-rw-r--r--devel/p5-IO-Multiplex/distinfo4
4 files changed, 29 insertions, 0 deletions
diff --git a/devel/p5-IO-Multiplex/DESCR b/devel/p5-IO-Multiplex/DESCR
new file mode 100644
index 00000000000..e782b3ca0bd
--- /dev/null
+++ b/devel/p5-IO-Multiplex/DESCR
@@ -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 --git a/devel/p5-IO-Multiplex/Makefile b/devel/p5-IO-Multiplex/Makefile
new file mode 100644
index 00000000000..bf41a6a5568
--- /dev/null
+++ b/devel/p5-IO-Multiplex/Makefile
@@ -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
+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 --git a/devel/p5-IO-Multiplex/PLIST b/devel/p5-IO-Multiplex/PLIST
new file mode 100644
index 00000000000..90911164614
--- /dev/null
+++ b/devel/p5-IO-Multiplex/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/12/22 15:49:27 kim Exp $
diff --git a/devel/p5-IO-Multiplex/distinfo b/devel/p5-IO-Multiplex/distinfo
new file mode 100644
index 00000000000..f4c004d0da3
--- /dev/null
+++ b/devel/p5-IO-Multiplex/distinfo
@@ -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