IO::Multiplex

This commit is contained in:
jakob 2004-12-10 09:05:05 +00:00
parent 67e037df52
commit 7a1a05b101
4 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# $OpenBSD: Makefile,v 1.1.1.1 2004/12/10 09:05:05 jakob Exp $
COMMENT= "handle multiple file handles"
DISTNAME= IO-Multiplex-1.08
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (IO-Multiplex-1.08.tar.gz) = b27e0eb03f85cfd04b3e29953cfd4444
RMD160 (IO-Multiplex-1.08.tar.gz) = 0f5e8f0df529f5eb9ea86e7783654d28c1d5bb00
SHA1 (IO-Multiplex-1.08.tar.gz) = 1bd083872a0a633cc1c3882c2acf0825bd708847

View 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.

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/12/10 09:05:05 jakob Exp $
${P5SITE}/IO/
${P5SITE}/IO/Multiplex.pm
@man man/man3p/IO::Multiplex.3p