Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jul 2015 19:25:31 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393021 - in head/dns: . p5-IO-Async-Resolver-DNS
Message-ID:  <201507271925.t6RJPVrU031542@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Jul 27 19:25:30 2015
New Revision: 393021
URL: https://svnweb.freebsd.org/changeset/ports/393021

Log:
  - 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/

Added:
  head/dns/p5-IO-Async-Resolver-DNS/
  head/dns/p5-IO-Async-Resolver-DNS/Makefile   (contents, props changed)
  head/dns/p5-IO-Async-Resolver-DNS/distinfo   (contents, props changed)
  head/dns/p5-IO-Async-Resolver-DNS/pkg-descr   (contents, props changed)
  head/dns/p5-IO-Async-Resolver-DNS/pkg-plist   (contents, props changed)
Modified:
  head/dns/Makefile

Modified: head/dns/Makefile
==============================================================================
--- head/dns/Makefile	Mon Jul 27 19:25:20 2015	(r393020)
+++ head/dns/Makefile	Mon Jul 27 19:25:30 2015	(r393021)
@@ -109,6 +109,7 @@
     SUBDIR += p5-DNS-Zone
     SUBDIR += p5-DNS-ZoneParse
     SUBDIR += p5-Data-Validate-Domain
+    SUBDIR += p5-IO-Async-Resolver-DNS
     SUBDIR += p5-Mozilla-PublicSuffix
     SUBDIR += p5-Net-Amazon-Route53
     SUBDIR += p5-Net-Bonjour

Added: head/dns/p5-IO-Async-Resolver-DNS/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/p5-IO-Async-Resolver-DNS/Makefile	Mon Jul 27 19:25:30 2015	(r393021)
@@ -0,0 +1,26 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $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 <bsd.port.mk>

Added: head/dns/p5-IO-Async-Resolver-DNS/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/p5-IO-Async-Resolver-DNS/distinfo	Mon Jul 27 19:25:30 2015	(r393021)
@@ -0,0 +1,2 @@
+SHA256 (IO-Async-Resolver-DNS-0.05.tar.gz) = 3831f0ce2209f1e3061da19724258b02ebb3734ef94195bc3507774d49281899
+SIZE (IO-Async-Resolver-DNS-0.05.tar.gz) = 17673

Added: head/dns/p5-IO-Async-Resolver-DNS/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/p5-IO-Async-Resolver-DNS/pkg-descr	Mon Jul 27 19:25:30 2015	(r393021)
@@ -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/

Added: head/dns/p5-IO-Async-Resolver-DNS/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/p5-IO-Async-Resolver-DNS/pkg-plist	Mon Jul 27 19:25:30 2015	(r393021)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507271925.t6RJPVrU031542>