From owner-svn-ports-all@FreeBSD.ORG Tue Apr 14 18:33:57 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5283DB8D; Tue, 14 Apr 2015 18:33:57 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 33E84C60; Tue, 14 Apr 2015 18:33:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3EIXvIO028546; Tue, 14 Apr 2015 18:33:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3EIXtxX028541; Tue, 14 Apr 2015 18:33:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504141833.t3EIXtxX028541@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 14 Apr 2015 18:33:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384013 - in head/dns: . p5-AnyEvent-CacheDNS X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Apr 2015 18:33:57 -0000 Author: sunpoet Date: Tue Apr 14 18:33:54 2015 New Revision: 384013 URL: https://svnweb.freebsd.org/changeset/ports/384013 Log: - Add p5-AnyEvent-CacheDNS 0.08 AnyEvent::CacheDNS provides a very simple DNS resolver that caches its results and can improve the connection times to remote hosts. WWW: http://search.cpan.org/dist/AnyEvent-CacheDNS/ Added: head/dns/p5-AnyEvent-CacheDNS/ head/dns/p5-AnyEvent-CacheDNS/Makefile (contents, props changed) head/dns/p5-AnyEvent-CacheDNS/distinfo (contents, props changed) head/dns/p5-AnyEvent-CacheDNS/pkg-descr (contents, props changed) head/dns/p5-AnyEvent-CacheDNS/pkg-plist (contents, props changed) Modified: head/dns/Makefile Modified: head/dns/Makefile ============================================================================== --- head/dns/Makefile Tue Apr 14 18:31:23 2015 (r384012) +++ head/dns/Makefile Tue Apr 14 18:33:54 2015 (r384013) @@ -97,6 +97,7 @@ SUBDIR += opendnssec SUBDIR += opendnssec13 SUBDIR += openresolv + SUBDIR += p5-AnyEvent-CacheDNS SUBDIR += p5-AnyEvent-DNS-EtcHosts SUBDIR += p5-BIND-Conf_Parser SUBDIR += p5-BIND-Config-Parser Added: head/dns/p5-AnyEvent-CacheDNS/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/p5-AnyEvent-CacheDNS/Makefile Tue Apr 14 18:33:54 2015 (r384013) @@ -0,0 +1,22 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= AnyEvent-CacheDNS +PORTVERSION= 0.08 +CATEGORIES= dns perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Simple DNS resolver with caching + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USE_PERL5= modbuild +USES= perl5 + +.include Added: head/dns/p5-AnyEvent-CacheDNS/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/p5-AnyEvent-CacheDNS/distinfo Tue Apr 14 18:33:54 2015 (r384013) @@ -0,0 +1,2 @@ +SHA256 (AnyEvent-CacheDNS-0.08.tar.gz) = 41c1faf183b61806b55889ceea1237750c1f61b9ce2735fdf33dc05536712dae +SIZE (AnyEvent-CacheDNS-0.08.tar.gz) = 5295 Added: head/dns/p5-AnyEvent-CacheDNS/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/p5-AnyEvent-CacheDNS/pkg-descr Tue Apr 14 18:33:54 2015 (r384013) @@ -0,0 +1,4 @@ +AnyEvent::CacheDNS provides a very simple DNS resolver that caches its results +and can improve the connection times to remote hosts. + +WWW: http://search.cpan.org/dist/AnyEvent-CacheDNS/ Added: head/dns/p5-AnyEvent-CacheDNS/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/p5-AnyEvent-CacheDNS/pkg-plist Tue Apr 14 18:33:54 2015 (r384013) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/AnyEvent/CacheDNS.pm +%%PERL5_MAN3%%/AnyEvent::CacheDNS.3.gz