From 42a2cc851a6e7e038d3b8ecefe257e97b88df900 Mon Sep 17 00:00:00 2001 From: swills Date: Wed, 29 Feb 2012 04:41:15 +0000 Subject: A recursive DNS client for POE WWW: http://search.cpan.org/dist/POE-Component-Client-DNS-Recursive/ --- dns/Makefile | 1 + dns/p5-POE-Component-Client-DNS-Recursive/Makefile | 27 ++++++++++++++++++++++ dns/p5-POE-Component-Client-DNS-Recursive/distinfo | 2 ++ .../pkg-descr | 3 +++ .../pkg-plist | 7 ++++++ 5 files changed, 40 insertions(+) create mode 100644 dns/p5-POE-Component-Client-DNS-Recursive/Makefile create mode 100644 dns/p5-POE-Component-Client-DNS-Recursive/distinfo create mode 100644 dns/p5-POE-Component-Client-DNS-Recursive/pkg-descr create mode 100644 dns/p5-POE-Component-Client-DNS-Recursive/pkg-plist (limited to 'dns') diff --git a/dns/Makefile b/dns/Makefile index 3dbc7fb901f..98424b8c871 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -111,6 +111,7 @@ SUBDIR += p5-Net-Nslookup SUBDIR += p5-Net-RBLClient SUBDIR += p5-POE-Component-Client-DNS + SUBDIR += p5-POE-Component-Client-DNS-Recursive SUBDIR += p5-POE-Component-Resolver SUBDIR += p5-POE-Component-Server-DNS SUBDIR += p5-Stanford-DNSserver diff --git a/dns/p5-POE-Component-Client-DNS-Recursive/Makefile b/dns/p5-POE-Component-Client-DNS-Recursive/Makefile new file mode 100644 index 00000000000..feda0c8681a --- /dev/null +++ b/dns/p5-POE-Component-Client-DNS-Recursive/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: p5-POE-Component-Client-DNS-Recursive +# Date created: 2012-02-28 +# Whom: Steve Wills +# +# $FreeBSD$ +# + +PORTNAME= POE-Component-Client-DNS-Recursive +PORTVERSION= 1.02 +CATEGORIES= dns perl5 +MASTER_SITES= CPAN +#MASTER_SITE_SUBDIR= CPAN:BINGOS +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= A recursive DNS client for POE + +BUILD_DEPENDS= p5-POE>=1.004:${PORTSDIR}/devel/p5-POE \ + p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ + p5-Net-IP-Minimal>=0:${PORTSDIR}/net/p5-Net-IP-Minimal +RUN_DEPENDS:= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= POE::Component::Client::DNS::Recursive.3 + +.include diff --git a/dns/p5-POE-Component-Client-DNS-Recursive/distinfo b/dns/p5-POE-Component-Client-DNS-Recursive/distinfo new file mode 100644 index 00000000000..468392f6720 --- /dev/null +++ b/dns/p5-POE-Component-Client-DNS-Recursive/distinfo @@ -0,0 +1,2 @@ +SHA256 (POE-Component-Client-DNS-Recursive-1.02.tar.gz) = 35bf9a4e317afd7faab93ec29e18f350cc4baaeaf2ebbbcd744105a7b4bb162c +SIZE (POE-Component-Client-DNS-Recursive-1.02.tar.gz) = 17057 diff --git a/dns/p5-POE-Component-Client-DNS-Recursive/pkg-descr b/dns/p5-POE-Component-Client-DNS-Recursive/pkg-descr new file mode 100644 index 00000000000..afb854be076 --- /dev/null +++ b/dns/p5-POE-Component-Client-DNS-Recursive/pkg-descr @@ -0,0 +1,3 @@ +A recursive DNS client for POE + +WWW: http://search.cpan.org/dist/POE-Component-Client-DNS-Recursive/ diff --git a/dns/p5-POE-Component-Client-DNS-Recursive/pkg-plist b/dns/p5-POE-Component-Client-DNS-Recursive/pkg-plist new file mode 100644 index 00000000000..bd9503b3123 --- /dev/null +++ b/dns/p5-POE-Component-Client-DNS-Recursive/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/POE/Component/Client/DNS/Recursive.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/DNS/Recursive/.packlist +@dirrmtry %%SITE_PERL%%/POE/Component/Client/DNS +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/DNS/Recursive +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/DNS +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component -- cgit