Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Apr 2015 18:33:55 +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: r384013 - in head/dns: . p5-AnyEvent-CacheDNS
Message-ID:  <201504141833.t3EIXtxX028541@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <sunpoet@FreeBSD.org>
+# $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 <bsd.port.mk>

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



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