diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-12-13 20:15:37 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-12-13 20:15:37 +0800 |
commit | f2cddf766f1a52ab961a3f915827a34bdb8d98a9 (patch) | |
tree | f95ab7e1e1866487058cc6ee6db13abf604c6ddc /dns | |
parent | 47b8bea794dea77bc3c8b2a87d81b9d95ecce728 (diff) | |
download | freebsd-ports-gnome-f2cddf766f1a52ab961a3f915827a34bdb8d98a9.tar.gz freebsd-ports-gnome-f2cddf766f1a52ab961a3f915827a34bdb8d98a9.tar.zst freebsd-ports-gnome-f2cddf766f1a52ab961a3f915827a34bdb8d98a9.zip |
add p5-POE-Component-Client-DNS
POE component for non-blocking/concurrent DNS queries
PR: 32779
Submitted by: Sergey Skvortsov <skv@protey.ru>
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-POE-Component-Client-DNS/Makefile | 27 | ||||
-rw-r--r-- | dns/p5-POE-Component-Client-DNS/distinfo | 1 | ||||
-rw-r--r-- | dns/p5-POE-Component-Client-DNS/pkg-comment | 1 | ||||
-rw-r--r-- | dns/p5-POE-Component-Client-DNS/pkg-descr | 8 | ||||
-rw-r--r-- | dns/p5-POE-Component-Client-DNS/pkg-plist | 9 |
5 files changed, 46 insertions, 0 deletions
diff --git a/dns/p5-POE-Component-Client-DNS/Makefile b/dns/p5-POE-Component-Client-DNS/Makefile new file mode 100644 index 000000000000..65b9a330d005 --- /dev/null +++ b/dns/p5-POE-Component-Client-DNS/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: POE-Component-Client-DNS +# Date created: 10 Dec 2001 +# Whom: Sergey Skvortsov <skv@protey.ru> +# +# $FreeBSD$ +# + +PORTNAME= POE-Component-Client-DNS +PORTVERSION= 0.93 +CATEGORIES= devel perl5 net +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ + http://poe.perl.org/poedown/ +MASTER_SITE_SUBDIR= POE +PKGNAMEPREFIX= p5- + +MAINTAINER= skv@protey.ru + +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/POE.pm:${PORTSDIR}/devel/p5-POE \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= POE::Component::Client::DNS.3 + +.include <bsd.port.mk> diff --git a/dns/p5-POE-Component-Client-DNS/distinfo b/dns/p5-POE-Component-Client-DNS/distinfo new file mode 100644 index 000000000000..42e75805c9ef --- /dev/null +++ b/dns/p5-POE-Component-Client-DNS/distinfo @@ -0,0 +1 @@ +MD5 (POE-Component-Client-DNS-0.93.tar.gz) = 74394008d7169311fe6beb7e327723ba diff --git a/dns/p5-POE-Component-Client-DNS/pkg-comment b/dns/p5-POE-Component-Client-DNS/pkg-comment new file mode 100644 index 000000000000..5cbf7d4d3aa5 --- /dev/null +++ b/dns/p5-POE-Component-Client-DNS/pkg-comment @@ -0,0 +1 @@ +POE component for non-blocking/concurrent DNS queries diff --git a/dns/p5-POE-Component-Client-DNS/pkg-descr b/dns/p5-POE-Component-Client-DNS/pkg-descr new file mode 100644 index 000000000000..8603ca13ed78 --- /dev/null +++ b/dns/p5-POE-Component-Client-DNS/pkg-descr @@ -0,0 +1,8 @@ +POE::Component::Client::DNS is a wrapper for non-blocking Net::DNS. +It lets other tasks to run while something is waiting for a nameserver +to respond, and it lets several DNS queries run in parallel. + +WWW: http://search.cpan.org/search?dist=POE-Component-Client-DNS + +-- Sergey Skvortsov +skv@protey.ru diff --git a/dns/p5-POE-Component-Client-DNS/pkg-plist b/dns/p5-POE-Component-Client-DNS/pkg-plist new file mode 100644 index 000000000000..61940f6e192b --- /dev/null +++ b/dns/p5-POE-Component-Client-DNS/pkg-plist @@ -0,0 +1,9 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Client/DNS/.packlist +lib/perl5/site_perl/%%PERL_VER%%/POE/Component/Client/DNS.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Client/DNS +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE/Component/Client 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE/Component 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Client 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true |