SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

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

View file

@ -0,0 +1,2 @@
SHA256 (IO-Multiplex-1.16.tar.gz) = dNIsRLWtLnGQ4nhuihfXS79M74m00RV7ozWYtaJyDa0=
SIZE (IO-Multiplex-1.16.tar.gz) = 15974

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,3 @@
${P5SITE}/IO/
${P5SITE}/IO/Multiplex.pm
@man man/man3p/IO::Multiplex.3p