Date: Thu, 13 Jul 2006 09:06:02 +0800 (CST) From: Gea-Suan Lin <gslin@gslin.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gslin@gslin.org Subject: ports/100187: [NEW PORT] dns/p5-Net-RBLClient: Queries multiple Realtime Blackhole Lists in parallel Message-ID: <20060713010602.DD1F4676@netnews.NCTU.edu.tw> Resent-Message-ID: <200607130110.k6D1AFFp019183@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 100187 >Category: ports >Synopsis: [NEW PORT] dns/p5-Net-RBLClient: Queries multiple Realtime Blackhole Lists in parallel >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 13 01:10:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006 >Description: - Tinderbox log: http://tb.gslin.org/logs/4.11-FreeBSD/p5-Net-RBLClient-0.5.log http://tb.gslin.org/logs/4.11-FreeBSD-Perl5/p5-Net-RBLClient-0.5.log http://tb.gslin.org/logs/4.11-FreeBSD-Perl58/p5-Net-RBLClient-0.5.log http://tb.gslin.org/logs/5.5-FreeBSD/p5-Net-RBLClient-0.5.log This module is used to discover what RBL's are listing a particular IP address. It parallelizes requests for fast response. An RBL, or Realtime Blackhole List, is a list of IP addresses meeting some criteria such as involvement in Unsolicited Bulk Email. Each RBL has its own criteria for addition and removal of addresses. If you want to block email or other traffic to/from your network based on one or more RBL's, you should carefully study the behavior of those RBL's before and during such blocking. Author: Asher Blum <asher@wildspark.com> WWW: http://search.cpan.org/dist/Net-RBLClient/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Net-RBLClient-0.5.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Net-RBLClient # p5-Net-RBLClient/pkg-descr # p5-Net-RBLClient/Makefile # p5-Net-RBLClient/pkg-plist # p5-Net-RBLClient/distinfo # echo c - p5-Net-RBLClient mkdir -p p5-Net-RBLClient > /dev/null 2>&1 echo x - p5-Net-RBLClient/pkg-descr sed 's/^X//' >p5-Net-RBLClient/pkg-descr << 'END-of-p5-Net-RBLClient/pkg-descr' XThis module is used to discover what RBL's are listing a particular XIP address. It parallelizes requests for fast response. X XAn RBL, or Realtime Blackhole List, is a list of IP addresses meeting Xsome criteria such as involvement in Unsolicited Bulk Email. Each RBL Xhas its own criteria for addition and removal of addresses. If you Xwant to block email or other traffic to/from your network based on one Xor more RBL's, you should carefully study the behavior of those RBL's Xbefore and during such blocking. X XAuthor: Asher Blum <asher@wildspark.com> XWWW: http://search.cpan.org/dist/Net-RBLClient/ END-of-p5-Net-RBLClient/pkg-descr echo x - p5-Net-RBLClient/Makefile sed 's/^X//' >p5-Net-RBLClient/Makefile << 'END-of-p5-Net-RBLClient/Makefile' X# New ports collection makefile for: p5-Net-RBLClient X# Date created: 2006-07-13 X# Whom: Gea-Suan Lin <gslin@gslin.org> X# X# $FreeBSD$ X# X XPORTNAME= Net-RBLClient XPORTVERSION= 0.5 XCATEGORIES= dns perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Net XPKGNAMEPREFIX= p5- X XMAINTAINER= gslin@gslin.org XCOMMENT= Queries multiple Realtime Blackhole Lists in parallel X XBUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS/Packet.pm:${PORTSDIR}/dns/p5-Net-DNS \ X ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes XRUN_DEPENDS= ${BUILD_DEPENDS} X XWRKSRC= ${WRKDIR}/RBLCLient-${PORTVERSION} X XPERL_CONFIGURE= yes X XMAN1= spamalyze.1 XMAN3= Net::RBLClient.3 X X.include <bsd.port.pre.mk> X.include <bsd.port.post.mk> END-of-p5-Net-RBLClient/Makefile echo x - p5-Net-RBLClient/pkg-plist sed 's/^X//' >p5-Net-RBLClient/pkg-plist << 'END-of-p5-Net-RBLClient/pkg-plist' X@comment $FreeBSD$ Xbin/spamalyze X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/RBLClient/.packlist X%%SITE_PERL%%/Net/RBLClient.pm X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/RBLClient X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net X@dirrmtry %%SITE_PERL%%/Net END-of-p5-Net-RBLClient/pkg-plist echo x - p5-Net-RBLClient/distinfo sed 's/^X//' >p5-Net-RBLClient/distinfo << 'END-of-p5-Net-RBLClient/distinfo' XMD5 (Net-RBLClient-0.5.tar.gz) = 1fb9961106cbb5a6eb2257762847e502 XSHA256 (Net-RBLClient-0.5.tar.gz) = 9d2626351f8577f05fc8b5cb1d3d7bd9cdf3e7efbaec2207ed38d8e5c8c82153 XSIZE (Net-RBLClient-0.5.tar.gz) = 6815 END-of-p5-Net-RBLClient/distinfo exit --- p5-Net-RBLClient-0.5.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060713010602.DD1F4676>