IO::Multiplex
This commit is contained in:
parent
67e037df52
commit
7a1a05b101
20
devel/p5-IO-Multiplex/Makefile
Normal file
20
devel/p5-IO-Multiplex/Makefile
Normal 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>
|
3
devel/p5-IO-Multiplex/distinfo
Normal file
3
devel/p5-IO-Multiplex/distinfo
Normal 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
|
5
devel/p5-IO-Multiplex/pkg/DESCR
Normal file
5
devel/p5-IO-Multiplex/pkg/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.
|
4
devel/p5-IO-Multiplex/pkg/PLIST
Normal file
4
devel/p5-IO-Multiplex/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user