From owner-svn-ports-head@freebsd.org Thu Oct 19 20:35:32 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7096E46B96; Thu, 19 Oct 2017 20:35:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 808F77ECF3; Thu, 19 Oct 2017 20:35:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9JKZVmk039495; Thu, 19 Oct 2017 20:35:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9JKZVwC039489; Thu, 19 Oct 2017 20:35:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710192035.v9JKZVwC039489@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 19 Oct 2017 20:35:31 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/dns: . p5-Net-DNS-Resolver-Mock X-SVN-Commit-Revision: 452469 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Oct 2017 20:35:32 -0000 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 +# $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 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