SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
devel/p5-IO-Multiplex/Makefile
Normal file
14
devel/p5-IO-Multiplex/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
COMMENT= handle multiple file handles
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
DISTNAME= IO-Multiplex-1.16
|
||||
CATEGORIES= devel
|
||||
REVISION= 0
|
||||
|
||||
MAINTAINER= Giovanni Bechis <giovanni@openbsd.org>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-IO-Multiplex/distinfo
Normal file
2
devel/p5-IO-Multiplex/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (IO-Multiplex-1.16.tar.gz) = dNIsRLWtLnGQ4nhuihfXS79M74m00RV7ozWYtaJyDa0=
|
||||
SIZE (IO-Multiplex-1.16.tar.gz) = 15974
|
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.
|
3
devel/p5-IO-Multiplex/pkg/PLIST
Normal file
3
devel/p5-IO-Multiplex/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/IO/
|
||||
${P5SITE}/IO/Multiplex.pm
|
||||
@man man/man3p/IO::Multiplex.3p
|
Loading…
Add table
Add a link
Reference in a new issue