diff options
author | adrianp <adrianp> | 2005-07-14 23:01:23 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2005-07-14 23:01:23 +0000 |
commit | 05a29bb59f8bea3899fd2479aa4393f08136eac0 (patch) | |
tree | 2b65eadc6aec6cf9f2e0564b4d541de3263f4b62 /net | |
parent | 7e8992420df16fcd876b394f11af728eed347fec (diff) | |
download | pkgsrc-05a29bb59f8bea3899fd2479aa4393f08136eac0.tar.gz |
POE::Component::Client::DNS is an event driven wrapper for
Net::DNS::Resolver. It accepts events containing Net::DNS::Resolver
questions, and it emits events carrying Net::DNS::Packet responses.
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-POE-Component-Client-DNS/DESCR | 3 | ||||
-rw-r--r-- | net/p5-POE-Component-Client-DNS/Makefile | 22 | ||||
-rw-r--r-- | net/p5-POE-Component-Client-DNS/PLIST | 1 | ||||
-rw-r--r-- | net/p5-POE-Component-Client-DNS/distinfo | 5 |
4 files changed, 31 insertions, 0 deletions
diff --git a/net/p5-POE-Component-Client-DNS/DESCR b/net/p5-POE-Component-Client-DNS/DESCR new file mode 100644 index 00000000000..6a72bcf6649 --- /dev/null +++ b/net/p5-POE-Component-Client-DNS/DESCR @@ -0,0 +1,3 @@ +POE::Component::Client::DNS is an event driven wrapper for +Net::DNS::Resolver. It accepts events containing Net::DNS::Resolver +questions, and it emits events carrying Net::DNS::Packet responses. diff --git a/net/p5-POE-Component-Client-DNS/Makefile b/net/p5-POE-Component-Client-DNS/Makefile new file mode 100644 index 00000000000..36f5dc8c5f6 --- /dev/null +++ b/net/p5-POE-Component-Client-DNS/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/07/14 23:01:23 adrianp Exp $ +# + +DISTNAME= POE-Component-Client-DNS-0.98 +PKGNAME= p5-${DISTNAME} +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/} + +MAINTAINER= adrianp@NetBSD.org +HOMEPAGE= http://search.cpan.org/~rcaputo/POE-Component-Client-DNS-0.98/ +COMMENT= Non-blocking, concurrent DNS requests + +DEPENDS+= p5-POE-[0-9]*:../../devel/p5-POE +DEPENDS+= p5-Net-DNS>=0.12:../../net/p5-Net-DNS + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +PERL5_REQD+= 5.8.0 +PERL5_PACKLIST= auto/POE/Component/Client/DNS/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/p5-POE-Component-Client-DNS/PLIST b/net/p5-POE-Component-Client-DNS/PLIST new file mode 100644 index 00000000000..046bc013e22 --- /dev/null +++ b/net/p5-POE-Component-Client-DNS/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/07/14 23:01:23 adrianp Exp $ diff --git a/net/p5-POE-Component-Client-DNS/distinfo b/net/p5-POE-Component-Client-DNS/distinfo new file mode 100644 index 00000000000..071eceb293d --- /dev/null +++ b/net/p5-POE-Component-Client-DNS/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/07/14 23:01:23 adrianp Exp $ + +SHA1 (POE-Component-Client-DNS-0.98.tar.gz) = f8f76dfd648a2391484d12f0b1464709017d86de +RMD160 (POE-Component-Client-DNS-0.98.tar.gz) = 22280c956c0b2265b933e804fc8545dd254411d4 +Size (POE-Component-Client-DNS-0.98.tar.gz) = 11419 bytes |