From 7b7eceae44651c2859afe6c82fac4f7b0dc6b980 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Mon, 27 Jul 2015 19:25:30 +0000 Subject: - Add p5-IO-Async-Resolver-DNS 0.05 IO::Async::Resolver::DNS extends the IO::Async::Resolver class with extra methods and resolver functions to perform DNS-specific resolver lookups. It does not directly provide any methods or functions of its own. These functions are provided for performing DNS-specific lookups, to obtain MX or SRV records, for example. For regular name resolution, the usual getaddrinfo and getnameinfo methods on the standard IO::Async::Resolver should be used. WWW: http://search.cpan.org/dist/IO-Async-Resolver-DNS/ --- dns/p5-IO-Async-Resolver-DNS/Makefile | 26 ++++++++++++++++++++++++++ dns/p5-IO-Async-Resolver-DNS/distinfo | 2 ++ dns/p5-IO-Async-Resolver-DNS/pkg-descr | 9 +++++++++ dns/p5-IO-Async-Resolver-DNS/pkg-plist | 4 ++++ 4 files changed, 41 insertions(+) create mode 100644 dns/p5-IO-Async-Resolver-DNS/Makefile create mode 100644 dns/p5-IO-Async-Resolver-DNS/distinfo create mode 100644 dns/p5-IO-Async-Resolver-DNS/pkg-descr create mode 100644 dns/p5-IO-Async-Resolver-DNS/pkg-plist (limited to 'dns/p5-IO-Async-Resolver-DNS') diff --git a/dns/p5-IO-Async-Resolver-DNS/Makefile b/dns/p5-IO-Async-Resolver-DNS/Makefile new file mode 100644 index 000000000000..d1ecb153972e --- /dev/null +++ b/dns/p5-IO-Async-Resolver-DNS/Makefile @@ -0,0 +1,26 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= IO-Async-Resolver-DNS +PORTVERSION= 0.05 +CATEGORIES= dns perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Resolve DNS queries using IO::Async + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Future>=0:${PORTSDIR}/devel/p5-Future \ + p5-IO-Async>=0.52:${PORTSDIR}/devel/p5-IO-Async \ + p5-List-UtilsBy>=0.07:${PORTSDIR}/devel/p5-List-UtilsBy \ + p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes +USE_PERL5= configure +USES= perl5 + +.include diff --git a/dns/p5-IO-Async-Resolver-DNS/distinfo b/dns/p5-IO-Async-Resolver-DNS/distinfo new file mode 100644 index 000000000000..91a02fb7c34a --- /dev/null +++ b/dns/p5-IO-Async-Resolver-DNS/distinfo @@ -0,0 +1,2 @@ +SHA256 (IO-Async-Resolver-DNS-0.05.tar.gz) = 3831f0ce2209f1e3061da19724258b02ebb3734ef94195bc3507774d49281899 +SIZE (IO-Async-Resolver-DNS-0.05.tar.gz) = 17673 diff --git a/dns/p5-IO-Async-Resolver-DNS/pkg-descr b/dns/p5-IO-Async-Resolver-DNS/pkg-descr new file mode 100644 index 000000000000..b20d706412f1 --- /dev/null +++ b/dns/p5-IO-Async-Resolver-DNS/pkg-descr @@ -0,0 +1,9 @@ +IO::Async::Resolver::DNS extends the IO::Async::Resolver class with extra +methods and resolver functions to perform DNS-specific resolver lookups. It does +not directly provide any methods or functions of its own. + +These functions are provided for performing DNS-specific lookups, to obtain MX +or SRV records, for example. For regular name resolution, the usual getaddrinfo +and getnameinfo methods on the standard IO::Async::Resolver should be used. + +WWW: http://search.cpan.org/dist/IO-Async-Resolver-DNS/ diff --git a/dns/p5-IO-Async-Resolver-DNS/pkg-plist b/dns/p5-IO-Async-Resolver-DNS/pkg-plist new file mode 100644 index 000000000000..a4b94fe1b6ec --- /dev/null +++ b/dns/p5-IO-Async-Resolver-DNS/pkg-plist @@ -0,0 +1,4 @@ +%%SITE_PERL%%/IO/Async/Resolver/DNS.pm +%%SITE_PERL%%/IO/Async/Resolver/DNS/LibResolvImpl.pm +%%SITE_PERL%%/IO/Async/Resolver/DNS/NetDNSImpl.pm +%%PERL5_MAN3%%/IO::Async::Resolver::DNS.3.gz -- cgit