Index: head/irc/Makefile =================================================================== --- head/irc/Makefile (revision 215413) +++ head/irc/Makefile (revision 215414) @@ -1,139 +1,140 @@ # $FreeBSD$ # COMMENT = Internet Relay Chat utilities SUBDIR += anope SUBDIR += bip SUBDIR += bitchx SUBDIR += bitlbee SUBDIR += blackened SUBDIR += bnc SUBDIR += bobot++ SUBDIR += bopm SUBDIR += cgiirc SUBDIR += ctrlproxy SUBDIR += cwirc SUBDIR += dancer SUBDIR += darkbot SUBDIR += dcc SUBDIR += dircproxy SUBDIR += dircproxy-devel SUBDIR += eggcreator SUBDIR += eggdrop SUBDIR += epic4 SUBDIR += epic5 SUBDIR += erc SUBDIR += evangeline SUBDIR += ezbounce SUBDIR += fisg SUBDIR += garnaxfs SUBDIR += gdesklets-irc SUBDIR += gruftistats SUBDIR += gseen.mod SUBDIR += hybserv SUBDIR += icbirc SUBDIR += iip SUBDIR += infobot SUBDIR += inspircd SUBDIR += insub SUBDIR += irc SUBDIR += ircII SUBDIR += ircd-hybrid SUBDIR += ircd-hybrid-ru SUBDIR += ircd-ratbox SUBDIR += ircd-ratbox-devel SUBDIR += ircd-ru SUBDIR += ircd-rusnet SUBDIR += ircg SUBDIR += irchat-jp SUBDIR += irchat-pj-emacs21 SUBDIR += irchat-pj-xemacs21-mule SUBDIR += ircproxy SUBDIR += ircservices SUBDIR += iroffer SUBDIR += iroffer-lamm SUBDIR += irssi SUBDIR += irssi-dcc_send_limiter SUBDIR += irssi-devel SUBDIR += irssi-fish SUBDIR += irssi-scripts SUBDIR += irssi-xmpp SUBDIR += irssi-xmpp-devel SUBDIR += irssistats SUBDIR += keitairc SUBDIR += kmyirc SUBDIR += konversation SUBDIR += kvirc SUBDIR += kvirc-devel SUBDIR += kwirc SUBDIR += lostirc SUBDIR += miau SUBDIR += muh SUBDIR += nefarious SUBDIR += nethirc SUBDIR += netwalker-ircc SUBDIR += ngircd SUBDIR += ninja SUBDIR += olirc SUBDIR += onis SUBDIR += p5-Bot-BasicBot SUBDIR += p5-IRC SUBDIR += p5-IRC-Bot-Hangman SUBDIR += p5-POE-Component-IRC SUBDIR += p5-POE-Component-IRC-Object SUBDIR += p5-POE-Component-IRC-Plugin-Bollocks SUBDIR += p5-POE-Component-IRC-Plugin-CoreList + SUBDIR += p5-POE-Component-IRC-Plugin-QueryDNSBL SUBDIR += p5-POE-Component-IRC-Plugin-RSS-Headlines SUBDIR += p5-POE-Component-Server-IRC SUBDIR += p5-POE-Filter-IRCD SUBDIR += p5-Parse-IRC SUBDIR += party SUBDIR += pear-Net_SmartIRC SUBDIR += pircbot SUBDIR += pisg SUBDIR += psybnc SUBDIR += ptlink-ircd SUBDIR += ptlink-services SUBDIR += pure-emacs21 SUBDIR += pure-xemacs21-mule SUBDIR += py-gozerbot SUBDIR += py-irclib SUBDIR += py-supybot SUBDIR += py-supybot-plugins SUBDIR += quirc SUBDIR += ratbox-respond SUBDIR += ratbox-services SUBDIR += rbot SUBDIR += riece SUBDIR += riece-emacs21 SUBDIR += roxirc SUBDIR += ruby-irc SUBDIR += ruby-rica SUBDIR += ruby-rice SUBDIR += scrollz SUBDIR += sic SUBDIR += sirc SUBDIR += slirc SUBDIR += solid-ircd SUBDIR += srvx SUBDIR += talksoup SUBDIR += thales SUBDIR += tirc SUBDIR += tircproxy SUBDIR += tkirc SUBDIR += tr-ircd SUBDIR += trickyirc SUBDIR += undernet-ircu SUBDIR += unreal SUBDIR += weechat SUBDIR += xaric SUBDIR += xchat SUBDIR += xchat-fish SUBDIR += xchat-gnome SUBDIR += xchat-mircryption SUBDIR += xchat1 SUBDIR += zircon SUBDIR += znc .include Property changes on: head/irc/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.166 \ No newline at end of property +1.167 \ No newline at end of property Index: head/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/Makefile =================================================================== --- head/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/Makefile (nonexistent) +++ head/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/Makefile (revision 215414) @@ -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 Property changes on: head/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/distinfo =================================================================== --- head/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/distinfo (nonexistent) +++ head/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/distinfo (revision 215414) @@ -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 Property changes on: head/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/pkg-descr =================================================================== --- head/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/pkg-descr (nonexistent) +++ head/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/pkg-descr (revision 215414) @@ -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/ Property changes on: head/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/pkg-plist =================================================================== --- head/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/pkg-plist (nonexistent) +++ head/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/pkg-plist (revision 215414) @@ -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 Property changes on: head/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property