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.
This commit is contained in:
parent
467f422606
commit
26357c2203
4 changed files with 29 additions and 0 deletions
5
devel/p5-IO-Multiplex/DESCR
Normal file
5
devel/p5-IO-Multiplex/DESCR
Normal file
|
@ -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.
|
19
devel/p5-IO-Multiplex/Makefile
Normal file
19
devel/p5-IO-Multiplex/Makefile
Normal file
|
@ -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"
|
1
devel/p5-IO-Multiplex/PLIST
Normal file
1
devel/p5-IO-Multiplex/PLIST
Normal file
|
@ -0,0 +1 @@
|
||||||
|
@comment $NetBSD: PLIST,v 1.1.1.1 2004/12/22 15:49:27 kim Exp $
|
4
devel/p5-IO-Multiplex/distinfo
Normal file
4
devel/p5-IO-Multiplex/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue