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,17 @@
COMMENT = IO::Socket with read/write timeout
DISTNAME = IO-Socket-Timeout-0.32
CATEGORIES = net
REVISION = 0
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
# Perl
PERMIT_PACKAGE = Yes
MODULES = cpan
PKG_ARCH = *
RUN_DEPENDS = devel/p5-PerlIO-via-Timeout
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (IO-Socket-Timeout-0.32.tar.gz) = 7fkV1sxmvuQ1A6ptwrNzNm846v9wFYIYPa0Qy4rfKXI=
SIZE (IO-Socket-Timeout-0.32.tar.gz) = 16294

View file

@ -0,0 +1,4 @@
IO::Socket provides a way to set a timeout on the socket, but the timeout
will be used only for connection, not for reading / writing operations.
This module provides a way to set a timeout on read / write operations on an
IO::Socket instance, or any IO::Socket::* modules, like IO::Socket::INET.

View file

@ -0,0 +1,4 @@
${P5SITE}/IO/
${P5SITE}/IO/Socket/
${P5SITE}/IO/Socket/Timeout.pm
@man man/man3p/IO::Socket::Timeout.3p