From nobody@FreeBSD.org  Mon Aug 20 11:23:43 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B481916A49A
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 20 Aug 2007 11:23:43 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id A285F13C46C
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 20 Aug 2007 11:23:43 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l7KBNhMV087240
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 20 Aug 2007 11:23:43 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.1/8.14.1/Submit) id l7KBNhZG087239;
	Mon, 20 Aug 2007 11:23:43 GMT
	(envelope-from nobody)
Message-Id: <200708201123.l7KBNhZG087239@www.freebsd.org>
Date: Mon, 20 Aug 2007 11:23:43 GMT
From: Andrew Greenwood <andy@agreenftp.no-ip.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New Port: dns/p5-Net-DNSBL-MultiDaemon
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         115639
>Category:       ports
>Synopsis:       New Port: dns/p5-Net-DNSBL-MultiDaemon
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    itetcu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 20 11:30:01 GMT 2007
>Closed-Date:    Tue Aug 21 11:02:02 GMT 2007
>Last-Modified:  Tue Aug 21 11:10:07 GMT 2007
>Originator:     Andrew Greenwood
>Release:        6-STABLE
>Organization:
>Environment:
FreeBSD zeus.agreenftp.no-ip.com 6.2-STABLE FreeBSD 6.2-STABLE #0: Thu Aug  9 17:11:53 EDT 2007     toor@zeus.agreenftp.no-ip.com:/usr/obj/usr/src/sys/ZEUS  i386
>Description:

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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:
#
#	.
#	./pkg-descr
#	./Makefile
#	./distinfo
#	./pkg-plist
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo x - ./pkg-descr
sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr'
XNet::DNSBL::MultiDaemon is the Perl module that implements the multi_dnsbl 
Xdaemon.
X
Xmulti_dnsbl is a DNS emulator daemon that increases the efficacy of DNSBL 
Xlook-ups in a mail system. multi_dnsbl may be used as a stand-alone DNSBL or as 
Xa plug-in for a standard BIND 9 installation. multi_dnsbl shares a common 
Xconfiguration file format with the Mail::SpamCannibal sc_BLcheck.pl script so 
Xthat DNSBL's can be maintained in a common configuration file for an entire 
Xmail installation.
X
XBecause DNSBL usefulness is dependent on the nature and source of spam sent to 
Xa specific site and because sometimes DNSBL's may provide intermittant service, 
Xmulti_dnsbl interrogates them sorted in the order of greatest successful hits. 
XDNSBL's that do not respond within the configured timeout period are not 
Xinterrogated at all after 6 consecutive failures, and thereafter will be 
Xretried not more often than once every hour until they come back online. This 
Xeliminates the need to place DNSBL's in a particular order in your MTA's config 
Xfile or periodically monitor the DNSBL statistics and/or update the MTA config 
Xfile.
X
XWWW: http://search.cpan.org/~miker/Net-DNSBL-MultiDaemon-0.18/MultiDaemon.pm
END-of-./pkg-descr
echo x - ./Makefile
sed 's/^X//' >./Makefile << 'END-of-./Makefile'
X# New ports collection makefile for:    mail/p5-Net-DNSBL-MultiDaemon
X# Date created:                         17 August 2007
X# Whom:                                 Andrew Greenwood <greenwood.andy@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Net-DNSBL-MultiDaemon
XPORTVERSION=	0.18
XCATEGORIES=	dns mail
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Net
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	greenwood.andy@gmail.com
XCOMMENT=	Net::DNSBL::MultiDaemon - multi DNSBL prioritization
X
XBUILD_DEPENDS=	${SITE_PERL}/mach/Unix/Syslog.pm:${PORTSDIR}/sysutils/p5-Unix-Syslog \
X		${SITE_PERL}/Geo/IP/PurePerl.pm:${PORTSDIR}/net/p5-Geo-IP-PurePerl \
X		${SITE_PERL}/mach/NetAddr/IP.pm:${PORTSDIR}/net-mgmt/p5-NetAddr-IP \
X		${SITE_PERL}/Net/DNS/Codes.pm:${PORTSDIR}/dns/p5-Net-DNS-Codes \
X		${SITE_PERL}/mach/Net/DNS/ToolKit.pm:${PORTSDIR}/dns/p5-Net-DNS-ToolKit
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Net::DNSBL::MultiDaemon.3
X
X.include <bsd.port.mk>
END-of-./Makefile
echo x - ./distinfo
sed 's/^X//' >./distinfo << 'END-of-./distinfo'
XMD5 (Net-DNSBL-MultiDaemon-0.18.tar.gz) = 7822d4c33316b164773d3c3f6d351cd4
XSHA256 (Net-DNSBL-MultiDaemon-0.18.tar.gz) = 3b332589d6c69a0b4039474113d4d6e4551f32aeece49d780f9cfc20114d36b6
XSIZE (Net-DNSBL-MultiDaemon-0.18.tar.gz) = 44593
END-of-./distinfo
echo x - ./pkg-plist
sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist'
Xlib/perl5/site_perl/5.8.8/Net/DNSBL/MultiDaemon.pm
Xlib/perl5/site_perl/5.8.8/Net/DNSBL/Utilities.pm
Xlib/perl5/site_perl/5.8.8/auto/Net/DNSBL/Utilities/A1271.al
Xlib/perl5/site_perl/5.8.8/auto/Net/DNSBL/Utilities/A1272.al
Xlib/perl5/site_perl/5.8.8/auto/Net/DNSBL/Utilities/A1273.al
Xlib/perl5/site_perl/5.8.8/auto/Net/DNSBL/Utilities/A1274.al
Xlib/perl5/site_perl/5.8.8/auto/Net/DNSBL/Utilities/A1275.al
Xlib/perl5/site_perl/5.8.8/auto/Net/DNSBL/Utilities/A1276.al
Xlib/perl5/site_perl/5.8.8/auto/Net/DNSBL/Utilities/DO.al
Xlib/perl5/site_perl/5.8.8/auto/Net/DNSBL/Utilities/_loadSocket.al
Xlib/perl5/site_perl/5.8.8/auto/Net/DNSBL/Utilities/autosplit.ix
Xlib/perl5/site_perl/5.8.8/auto/Net/DNSBL/Utilities/bystat.al
Xlib/perl5/site_perl/5.8.8/auto/Net/DNSBL/Utilities/cntinit.al
Xlib/perl5/site_perl/5.8.8/auto/Net/DNSBL/Utilities/list2NetAddr.al
Xlib/perl5/site_perl/5.8.8/auto/Net/DNSBL/Utilities/list2hash.al
Xlib/perl5/site_perl/5.8.8/auto/Net/DNSBL/Utilities/list_countries.al
Xlib/perl5/site_perl/5.8.8/auto/Net/DNSBL/Utilities/matchNetAddr.al
Xlib/perl5/site_perl/5.8.8/auto/Net/DNSBL/Utilities/not_found.al
Xlib/perl5/site_perl/5.8.8/auto/Net/DNSBL/Utilities/open_udpNB.al
Xlib/perl5/site_perl/5.8.8/auto/Net/DNSBL/Utilities/s_response.al
Xlib/perl5/site_perl/5.8.8/auto/Net/DNSBL/Utilities/statinit.al
Xlib/perl5/site_perl/5.8.8/auto/Net/DNSBL/Utilities/write_stats.al
Xlib/perl5/site_perl/5.8.8/mach/auto/Net/DNSBL/MultiDaemon/.packlist
X@dirrm lib/perl5/site_perl/5.8.8/mach/auto/Net/DNSBL/MultiDaemon
X@dirrm lib/perl5/site_perl/5.8.8/mach/auto/Net/DNSBL
X@dirrm lib/perl5/site_perl/5.8.8/auto/Net/DNSBL/Utilities
X@dirrm lib/perl5/site_perl/5.8.8/auto/Net/DNSBL
X@dirrm lib/perl5/site_perl/5.8.8/auto/Net
X@dirrm lib/perl5/site_perl/5.8.8/Net/DNSBL
END-of-./pkg-plist
exit



>Release-Note:
>Audit-Trail:
Class-Changed-From-To: update->change-request 
Class-Changed-By: edwin 
Class-Changed-When: Mon Aug 20 11:30:09 UTC 2007 
Class-Changed-Why:  
Fix category (new ports should be change-requests) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115639 
Responsible-Changed-From-To: freebsd-ports-bugs->itetcu 
Responsible-Changed-By: itetcu 
Responsible-Changed-When: Tue Aug 21 09:59:54 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115639 
State-Changed-From-To: open->closed 
State-Changed-By: itetcu 
State-Changed-When: Tue Aug 21 11:02:00 UTC 2007 
State-Changed-Why:  
New port added, with plist fixes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115639 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/115639: commit references a PR
Date: Tue, 21 Aug 2007 11:02:03 +0000 (UTC)

 itetcu      2007-08-21 11:01:56 UTC
 
   FreeBSD ports repository
 
   Modified files:
     dns                  Makefile 
   Added files:
     dns/p5-Net-DNSBL-MultiDaemon Makefile distinfo pkg-descr 
                                  pkg-plist 
   Log:
   Net::DNSBL::MultiDaemon is the Perl module that implements the multi_dnsbl
   daemon.
   
   multi_dnsbl is a DNS emulator daemon that increases the efficacy of DNSBL
   look-ups in a mail system. multi_dnsbl may be used as a stand-alone DNSBL or as
   a plug-in for a standard BIND 9 installation. multi_dnsbl shares a common
   configuration file format with the Mail::SpamCannibal sc_BLcheck.pl script so
   that DNSBL's can be maintained in a common configuration file for an entire
   mail installation.
   
   Because DNSBL usefulness is dependent on the nature and source of spam sent to
   a specific site and because sometimes DNSBL's may provide intermittant service,
   multi_dnsbl interrogates them sorted in the order of greatest successful hits.
   DNSBL's that do not respond within the configured timeout period are not
   interrogated at all after 6 consecutive failures, and thereafter will be
   retried not more often than once every hour until they come back online. This
   eliminates the need to place DNSBL's in a particular order in your MTA's config
   file or periodically monitor the DNSBL statistics and/or update the MTA config
   file.
   
   WWW: http://search.cpan.org/~miker/Net-DNSBL-MultiDaemon-0.18/MultiDaemon.pm
   
   PR:             ports/115639
   Submitted by:   Andrew Greenwood <greenwood.andy at gmail.com>
   
   Revision  Changes    Path
   1.83      +1 -0      ports/dns/Makefile
   1.1       +28 -0     ports/dns/p5-Net-DNSBL-MultiDaemon/Makefile (new)
   1.1       +3 -0      ports/dns/p5-Net-DNSBL-MultiDaemon/distinfo (new)
   1.1       +21 -0     ports/dns/p5-Net-DNSBL-MultiDaemon/pkg-descr (new)
   1.1       +29 -0     ports/dns/p5-Net-DNSBL-MultiDaemon/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
