From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 2 11:40:29 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28E9D16A4CE for ; Thu, 2 Dec 2004 11:40:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03B3943D3F for ; Thu, 2 Dec 2004 11:40:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2BeSXu053639 for ; Thu, 2 Dec 2004 11:40:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB2BeSuN053637; Thu, 2 Dec 2004 11:40:28 GMT (envelope-from gnats) Resent-Date: Thu, 2 Dec 2004 11:40:28 GMT Resent-Message-Id: <200412021140.iB2BeSuN053637@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Antonio Carlos Venancio Junior Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A0B016A4CE for ; Thu, 2 Dec 2004 11:34:35 +0000 (GMT) Received: from digitalsign.com (cm-virtua-fln-C8B08F9E.brdterra.com.br [200.176.143.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F6B543D55 for ; Thu, 2 Dec 2004 11:34:34 +0000 (GMT) (envelope-from antonio@digitalsign.com) Received: from digitalsign.com (localhost [127.0.0.1]) by digitalsign.com (8.12.6/8.12.6) with ESMTP id iB2BYUZO016243 for ; Thu, 2 Dec 2004 09:34:31 -0200 (BRST) (envelope-from antonio@digitalsign.com) Received: (from antonio@localhost) by digitalsign.com (8.12.6/8.12.6/Submit) id iB2BYSI4016242; Thu, 2 Dec 2004 09:34:28 -0200 (BRST) Message-Id: <200412021134.iB2BYSI4016242@digitalsign.com> Date: Thu, 2 Dec 2004 09:34:28 -0200 (BRST) From: Antonio Carlos Venancio Junior To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74611: New port: net/pear-Net_DNSBL PEAR DNSBL Checker X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Antonio Carlos Venancio Junior List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 11:40:29 -0000 >Number: 74611 >Category: ports >Synopsis: New port: net/pear-Net_DNSBL PEAR DNSBL Checker >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 Dec 02 11:40:28 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Antônio Carlos Venâncio Júnior >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD antonio.cb.sc.gov.br 4.10-STABLE FreeBSD 4.10-STABLE #6: Wed Nov 24 10:18:56 BRST 2004 root@antonio.cb.sc.gov.br:/usr/src/sys/compile/ANTONIO i386 >Description: New port: net/pear-Net_DNSBL PEAR DNSBL Checker Checks if a given Host or URL is listed on an DNSBL or SURBL. >How-To-Repeat: >Fix: # 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: # # pear-Net_DNSBL # pear-Net_DNSBL/Makefile # pear-Net_DNSBL/distinfo # pear-Net_DNSBL/pkg-descr # echo c - pear-Net_DNSBL mkdir -p pear-Net_DNSBL > /dev/null 2>&1 echo x - pear-Net_DNSBL/Makefile sed 's/^X//' >pear-Net_DNSBL/Makefile << 'END-of-pear-Net_DNSBL/Makefile' X# Ports collection makefile for: pear-Net_DNSBL X# Date created: 02 December 2004 X# Whom: Antonio Carlos Venancio Junior () X# X# $FreeBSD$ X# X XPORTNAME= Net_DNSBL XPORTVERSION= 0.5.4 XCATEGORIES= net pear X XMAINTAINER= antonio@php.net XCOMMENT= PEAR DNSBL Checker X XBUILD_DEPENDS= ${PEARDIR}/Cache/Lite.php:${PORTSDIR}/sysutils/pear-Cache_Lite \ X ${PEARDIR}/Net/CheckIP.php:${PORTSDIR}/net/pear-Net_CheckIP \ X ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request XRUN_DEPENDS= ${BUILD_DEPENDS} X XUSE_PHP= yes X XCATEGORY= Net XFILES= DNSBL.php DNSBL/SURBL.php XTESTS= testNetDNSBL.php testNetDNSBLSURBL.php X X.include X XPHP_VERS= ${PHP_VERSION:S/.//g} X X.if defined(PHP_VERS) && ${PHP_VERS} < 420 XIGNORE= "You need PHP 4.3.6 or later to install PEAR::Net_DNSBL" X.endif X X.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" X.include END-of-pear-Net_DNSBL/Makefile echo x - pear-Net_DNSBL/distinfo sed 's/^X//' >pear-Net_DNSBL/distinfo << 'END-of-pear-Net_DNSBL/distinfo' XMD5 (PEAR/Net_DNSBL-0.5.4.tgz) = 24b43fdc8ab393c8ba0bc8a2b1ee2855 XSIZE (PEAR/Net_DNSBL-0.5.4.tgz) = 4181 END-of-pear-Net_DNSBL/distinfo echo x - pear-Net_DNSBL/pkg-descr sed 's/^X//' >pear-Net_DNSBL/pkg-descr << 'END-of-pear-Net_DNSBL/pkg-descr' XChecks if a given Host or URL is listed on an DNSBL or SURBL. X XWWW: http://pear.php.net/package/Net_DNSBL/ END-of-pear-Net_DNSBL/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: