From df1cac78453b8d7a47d43182e42406d234554f5c Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Fri, 20 Jun 2008 22:12:18 +0000 Subject: POE::Component::IRC::Plugin::QueryDNS is a POE::Component::IRC plugin that provides DNSBL query facilities to the channels it occupies and via private messaging. It uses POE::Component::Client::DNSBL to do non-blocking DNSBL queries. By default the plugin attempts to use POE::Component::IRC's internal PoCo-Client-DNS resolver object, but will spawn its own copy. You can supply your own resolver object via the constructor WWW: http://search.cpan.org/dist/POE-Component-IRC-Plugin-QueryDNSBL/ --- .../Makefile | 35 ++++++++++++++++++++++ .../distinfo | 3 ++ .../pkg-descr | 10 +++++++ .../pkg-plist | 13 ++++++++ 4 files changed, 61 insertions(+) create mode 100644 irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/Makefile create mode 100644 irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/distinfo create mode 100644 irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/pkg-descr create mode 100644 irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/pkg-plist (limited to 'irc/p5-POE-Component-IRC-Plugin-QueryDNSBL') diff --git a/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/Makefile b/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/Makefile new file mode 100644 index 000000000000..faf4def1f7a0 --- /dev/null +++ b/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: p5-POE-Component-IRC-Plugin-QueryDNSBL +# Date created: 20.06.2008 +# Whom: Martin Wilke +# +# $FreeBSD$ +# + +PORTNAME= POE-Component-IRC-Plugin-QueryDNSBL +PORTVERSION= 0.06 +CATEGORIES= irc perl5 devel +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= miwi@FreeBSD.org +COMMENT= A POE::Component::IRC plugin for IRC based DNSBL queries + +BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ + ${SITE_PERL}/POE/Component/IRC.pm:${PORTSDIR}/irc/p5-POE-Component-IRC \ + p5-POE-Component-Client-DNS>=1.00:${PORTSDIR}/dns/p5-POE-Component-Client-DNS +RUN_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ + ${SITE_PERL}/POE/Component/IRC.pm:${PORTSDIR}/irc/p5-POE-Component-IRC \ + p5-POE-Component-Client-DNS>=1.00:${PORTSDIR}/dns/p5-POE-Component-Client-DNS + +PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" +PERL_CONFIGURE= yes + +MAN3= POE::Component::IRC::Plugin::QueryDNSBL.3 + +post-install: +.ifndef(NOPORTEXAMPLES) + @${MKDIR} ${EXAMPLESDIR} + ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR} +.endif + +.include diff --git a/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/distinfo b/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/distinfo new file mode 100644 index 000000000000..ccf0bf90efe0 --- /dev/null +++ b/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/distinfo @@ -0,0 +1,3 @@ +MD5 (POE-Component-IRC-Plugin-QueryDNSBL-0.06.tar.gz) = 7391f3ced177431b4cdc54cc1cdcf432 +SHA256 (POE-Component-IRC-Plugin-QueryDNSBL-0.06.tar.gz) = d7e1d5ffa78b7bdab465d2b0f045e544bb4871ba4df3dc50d39e477410470b5f +SIZE (POE-Component-IRC-Plugin-QueryDNSBL-0.06.tar.gz) = 21365 diff --git a/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/pkg-descr b/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/pkg-descr new file mode 100644 index 000000000000..eebadb09a90f --- /dev/null +++ b/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/pkg-descr @@ -0,0 +1,10 @@ +POE::Component::IRC::Plugin::QueryDNS is a POE::Component::IRC plugin +that provides DNSBL query facilities to the channels it occupies and via +private messaging. + +It uses POE::Component::Client::DNSBL to do non-blocking DNSBL queries. +By default the plugin attempts to use POE::Component::IRC's internal +PoCo-Client-DNS resolver object, but will spawn its own copy. You can +supply your own resolver object via the constructor + +WWW: http://search.cpan.org/dist/POE-Component-IRC-Plugin-QueryDNSBL/ diff --git a/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/pkg-plist b/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/pkg-plist new file mode 100644 index 000000000000..0fc61ebe531c --- /dev/null +++ b/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/pkg-plist @@ -0,0 +1,13 @@ +%%SITE_PERL%%/POE/Component/IRC/Plugin/QueryDNSBL.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/Plugin/QueryDNSBL/.packlist +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/synopsis.pl +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/Plugin/QueryDNSBL +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/Plugin +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE +@dirrmtry %%SITE_PERL%%/POE/Component/IRC/Plugin +@dirrmtry %%SITE_PERL%%/POE/Component/IRC +@dirrmtry %%SITE_PERL%%/POE/Component +@dirrmtry %%SITE_PERL%%/POE -- cgit v1.2.3