Date: Thu, 19 Oct 2017 20:35: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: r452469 - in head/dns: . p5-Net-DNS-Resolver-Mock Message-ID: <201710192035.v9JKZVwC039489@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Oct 19 20:35:31 2017 New Revision: 452469 URL: https://svnweb.freebsd.org/changeset/ports/452469 Log: Add p5-Net-DNS-Resolver-Mock 1.20170814 Net::DNS::Resolver::Mock is a subclass of Net::DNS::Resolver which parses a zonefile for it's data source. Primarily for use in testing. WWW: http://search.cpan.org/dist/Net-DNS-Resolver-Mock/ Added: head/dns/p5-Net-DNS-Resolver-Mock/ head/dns/p5-Net-DNS-Resolver-Mock/Makefile (contents, props changed) head/dns/p5-Net-DNS-Resolver-Mock/distinfo (contents, props changed) head/dns/p5-Net-DNS-Resolver-Mock/pkg-descr (contents, props changed) head/dns/p5-Net-DNS-Resolver-Mock/pkg-plist (contents, props changed) Modified: head/dns/Makefile Modified: head/dns/Makefile ============================================================================== --- head/dns/Makefile Thu Oct 19 20:23:08 2017 (r452468) +++ head/dns/Makefile Thu Oct 19 20:35:31 2017 (r452469) @@ -136,6 +136,7 @@ SUBDIR += p5-Net-DNS-Lite SUBDIR += p5-Net-DNS-Match SUBDIR += p5-Net-DNS-RR-SRV-Helper + SUBDIR += p5-Net-DNS-Resolver-Mock SUBDIR += p5-Net-DNS-Resolver-Programmable SUBDIR += p5-Net-DNS-SEC SUBDIR += p5-Net-DNS-TestNS Added: head/dns/p5-Net-DNS-Resolver-Mock/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/p5-Net-DNS-Resolver-Mock/Makefile Thu Oct 19 20:35:31 2017 (r452469) @@ -0,0 +1,23 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= Net-DNS-Resolver-Mock +PORTVERSION= 1.20170814 +CATEGORIES= dns perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Mock a DNS Resolver object for testing + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= p5-Net-DNS>=0:dns/p5-Net-DNS +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USE_PERL5= configure +USES= perl5 + +.include <bsd.port.mk> Added: head/dns/p5-Net-DNS-Resolver-Mock/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/p5-Net-DNS-Resolver-Mock/distinfo Thu Oct 19 20:35:31 2017 (r452469) @@ -0,0 +1,3 @@ +TIMESTAMP = 1508437053 +SHA256 (Net-DNS-Resolver-Mock-1.20170814.tar.gz) = d9853cc65ed8dea1ad2f2c548897151eecbb66ba7c767f88254deb2ab6b3c2e1 +SIZE (Net-DNS-Resolver-Mock-1.20170814.tar.gz) = 10074 Added: head/dns/p5-Net-DNS-Resolver-Mock/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/p5-Net-DNS-Resolver-Mock/pkg-descr Thu Oct 19 20:35:31 2017 (r452469) @@ -0,0 +1,4 @@ +Net::DNS::Resolver::Mock is a subclass of Net::DNS::Resolver which parses a +zonefile for it's data source. Primarily for use in testing. + +WWW: http://search.cpan.org/dist/Net-DNS-Resolver-Mock/ Added: head/dns/p5-Net-DNS-Resolver-Mock/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/p5-Net-DNS-Resolver-Mock/pkg-plist Thu Oct 19 20:35:31 2017 (r452469) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Net/DNS/Resolver/Mock.pm +%%PERL5_MAN3%%/Net::DNS::Resolver::Mock.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710192035.v9JKZVwC039489>