import p5-POE-Component-Resolver-0.912

POE::Component::Resolver performs Socket::GetAddrInfo::getaddrinfo()
calls in subprocesses where they're permitted to block as long as
necessary.
By default it will run eight subprocesses and prefer address
families in whatever order Socket::GetAddrInfo returns them.
These defaults can be overridden with constructor parameters.

from wen heping (MAINTAINER),
needed by upcoming p5-POE update, not hooking this up yet.

ok sthen@
This commit is contained in:
jasper 2011-05-11 18:59:59 +00:00
parent 4d65106916
commit 7f75234235
4 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# $OpenBSD: Makefile,v 1.1.1.1 2011/05/11 18:59:59 jasper Exp $
COMMENT = non-blocking getaddrinfo() resolver
DISTNAME = POE-Component-Resolver-0.912
CATEGORIES = net
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = cpan
RUN_DEPENDS = devel/p5-POE>=1.311 \
net/p5-Socket-GetAddrInfo>=0.19
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (POE-Component-Resolver-0.912.tar.gz) = zu36LSkmj7v7gcBa7Ov7qg==
RMD160 (POE-Component-Resolver-0.912.tar.gz) = tQ9NJQ9IEnnGsoO/3DGHzVSY5Ms=
SHA1 (POE-Component-Resolver-0.912.tar.gz) = wlUFlgTId2HU10YneyFsaAyjOi4=
SHA256 (POE-Component-Resolver-0.912.tar.gz) = dWSNzUQbtgy1e+2Wq4rhbSaQGvbZUSx7f2W4XtUePeQ=
SIZE (POE-Component-Resolver-0.912.tar.gz) = 26709

View File

@ -0,0 +1,7 @@
POE::Component::Resolver performs Socket::GetAddrInfo::getaddrinfo()
calls in subprocesses where they're permitted to block as long as
necessary.
By default it will run eight subprocesses and prefer address
families in whatever order Socket::GetAddrInfo returns them.
These defaults can be overridden with constructor parameters.

View File

@ -0,0 +1,6 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/05/11 18:59:59 jasper Exp $
${P5SITE}/POE/Component/Resolver/
${P5SITE}/POE/Component/Resolver.pm
${P5SITE}/POE/Component/Resolver/Sidecar.pm
@man man/man3p/POE::Component::Resolver.3p
@man man/man3p/POE::Component::Resolver::Sidecar.3p