SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
17
net/p5-IO-Socket-Timeout/Makefile
Normal file
17
net/p5-IO-Socket-Timeout/Makefile
Normal 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>
|
2
net/p5-IO-Socket-Timeout/distinfo
Normal file
2
net/p5-IO-Socket-Timeout/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (IO-Socket-Timeout-0.32.tar.gz) = 7fkV1sxmvuQ1A6ptwrNzNm846v9wFYIYPa0Qy4rfKXI=
|
||||
SIZE (IO-Socket-Timeout-0.32.tar.gz) = 16294
|
4
net/p5-IO-Socket-Timeout/pkg/DESCR
Normal file
4
net/p5-IO-Socket-Timeout/pkg/DESCR
Normal 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.
|
4
net/p5-IO-Socket-Timeout/pkg/PLIST
Normal file
4
net/p5-IO-Socket-Timeout/pkg/PLIST
Normal file
|
@ -0,0 +1,4 @@
|
|||
${P5SITE}/IO/
|
||||
${P5SITE}/IO/Socket/
|
||||
${P5SITE}/IO/Socket/Timeout.pm
|
||||
@man man/man3p/IO::Socket::Timeout.3p
|
Loading…
Add table
Add a link
Reference in a new issue