summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorkim <kim>2004-12-22 15:49:27 +0000
committerkim <kim>2004-12-22 15:49:27 +0000
commit867686b6399a9646aeba655f88602faf881a97b5 (patch)
treec5d726d9a1afb78226908cb78ca5ffdafcbf713a /devel
parent66fd4477f3b5ec885953a24d7520898ee35fd0d0 (diff)
downloadpkgsrc-867686b6399a9646aeba655f88602faf881a97b5.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')
-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