From owner-cvs-all@FreeBSD.ORG Fri Jun 20 22:12:18 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6FAD10656C1; Fri, 20 Jun 2008 22:12:18 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DB7DE8FC17; Fri, 20 Jun 2008 22:12:18 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m5KMCI7c095886; Fri, 20 Jun 2008 22:12:18 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m5KMCIiV095885; Fri, 20 Jun 2008 22:12:18 GMT (envelope-from miwi) Message-Id: <200806202212.m5KMCIiV095885@repoman.freebsd.org> From: Martin Wilke Date: Fri, 20 Jun 2008 22:12:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/irc Makefile ports/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jun 2008 22:12:19 -0000 miwi 2008-06-20 22:12:18 UTC FreeBSD ports repository Modified files: irc Makefile Added files: irc/p5-POE-Component-IRC-Plugin-QueryDNSBL Makefile distinfo pkg-descr pkg-plist Log: 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/ Revision Changes Path 1.167 +1 -0 ports/irc/Makefile 1.1 +35 -0 ports/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/Makefile (new) 1.1 +3 -0 ports/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/distinfo (new) 1.1 +10 -0 ports/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/pkg-descr (new) 1.1 +13 -0 ports/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/pkg-plist (new)