From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 8 17:20:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89D05106568F for ; Wed, 8 Oct 2008 17:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6507D8FC30 for ; Wed, 8 Oct 2008 17:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m98HK2AB071883 for ; Wed, 8 Oct 2008 17:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m98HK2xl071882; Wed, 8 Oct 2008 17:20:02 GMT (envelope-from gnats) Resent-Date: Wed, 8 Oct 2008 17:20:02 GMT Resent-Message-Id: <200810081720.m98HK2xl071882@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, Gea-Suan Lin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C610F106568B for ; Wed, 8 Oct 2008 17:19:53 +0000 (UTC) (envelope-from gslin@host-1.pixnet.tw) Received: from host-1.pixnet.tw (60-199-248-144.static.tfn.net.tw [60.199.248.144]) by mx1.freebsd.org (Postfix) with ESMTP id 831588FC15 for ; Wed, 8 Oct 2008 17:19:52 +0000 (UTC) (envelope-from gslin@host-1.pixnet.tw) Received: from host-1.pixnet.tw (gslin@localhost [127.0.0.1]) by host-1.pixnet.tw (8.14.2/8.14.2) with ESMTP id m98HJpC3030429; Thu, 9 Oct 2008 01:19:51 +0800 (CST) (envelope-from gslin@host-1.pixnet.tw) Received: (from gslin@localhost) by host-1.pixnet.tw (8.14.2/8.14.2/Submit) id m98HJoGD030428; Thu, 9 Oct 2008 01:19:50 +0800 (CST) (envelope-from gslin) Message-Id: <200810081719.m98HJoGD030428@host-1.pixnet.tw> Date: Thu, 9 Oct 2008 01:19:50 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gslin@gslin.org Subject: ports/127950: [NEW PORT] net-mgmt/p5-Net-Abuse-Utils: Routines useful for processing network abuse X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2008 17:20:02 -0000 >Number: 127950 >Category: ports >Synopsis: [NEW PORT] net-mgmt/p5-Net-Abuse-Utils: Routines useful for processing network abuse >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: Wed Oct 08 17:20:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 7.0-STABLE amd64 >Organization: >Environment: System: FreeBSD host-1.pixnet.tw 7.0-STABLE FreeBSD 7.0-STABLE #1: Wed Jul 16 13:00:27 CST 2008 >Description: Net::Abuse::Utils provides serveral functions useful for determining information about an IP address including contact/reporting addresses, ASN/network info, reverse dns, and DNSBL listing status. WWW: http://search.cpan.org/dist/Net-Abuse-Utils/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Net-Abuse-Utils-0.09.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-Abuse-Utils # p5-Net-Abuse-Utils/pkg-descr # p5-Net-Abuse-Utils/Makefile # p5-Net-Abuse-Utils/pkg-plist # p5-Net-Abuse-Utils/distinfo # echo c - p5-Net-Abuse-Utils mkdir -p p5-Net-Abuse-Utils > /dev/null 2>&1 echo x - p5-Net-Abuse-Utils/pkg-descr sed 's/^X//' >p5-Net-Abuse-Utils/pkg-descr << 'f3b7d277ae39875bbf4470f1ea493919' XNet::Abuse::Utils provides serveral functions useful for determining Xinformation about an IP address including contact/reporting addresses, XASN/network info, reverse dns, and DNSBL listing status. X XWWW: http://search.cpan.org/dist/Net-Abuse-Utils/ f3b7d277ae39875bbf4470f1ea493919 echo x - p5-Net-Abuse-Utils/Makefile sed 's/^X//' >p5-Net-Abuse-Utils/Makefile << 'b386f7287b0cd5745a551723198b3e6c' X# New ports collection makefile for: p5-Net-Abuse-Utils X# Date created: 2008-10-09 X# Whom: Gea-Suan Lin X# X# $FreeBSD$ X# X XPORTNAME= Net-Abuse-Utils XPORTVERSION= 0.09 XCATEGORIES= net-mgmt perl5 XMASTER_SITES= CPAN XMASTER_SITE_SUBDIR= Net XPKGNAMEPREFIX= p5- X XMAINTAINER= gslin@gslin.org XCOMMENT= Routines useful for processing network abuse X XRUN_DEPENDS= p5-Email-Address>0:${PORTSDIR}/mail/p5-Email-Address \ X p5-Net-DNS>0:${PORTSDIR}/dns/p5-Net-DNS \ X p5-Net-Whois-IP>0:${PORTSDIR}/net/p5-Net-Whois-IP X XPERL_CONFIGURE= yes X XMAN3= Net::Abuse::Utils.3 X Xpost-install: X ${INSTALL_SCRIPT} ${WRKSRC}/examples/ip-info.pl ${PREFIX}/sbin/ X X.include b386f7287b0cd5745a551723198b3e6c echo x - p5-Net-Abuse-Utils/pkg-plist sed 's/^X//' >p5-Net-Abuse-Utils/pkg-plist << '5e513a839d3e4b3d3a36be21e392c1b6' X@comment $FreeBSD$ Xsbin/ip-info.pl X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Abuse/Utils/.packlist X%%SITE_PERL%%/Net/Abuse/Utils.pm X@dirrmtry %%SITE_PERL%%/Net/Abuse X@dirrmtry %%SITE_PERL%%/Net X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Abuse/Utils X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Abuse X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 5e513a839d3e4b3d3a36be21e392c1b6 echo x - p5-Net-Abuse-Utils/distinfo sed 's/^X//' >p5-Net-Abuse-Utils/distinfo << '66e157a9d109c6e13efe0ffda08fccbd' XMD5 (Net-Abuse-Utils-0.09.tar.gz) = d2c9a8e97f095983f94b8d3f759a0f92 XSHA256 (Net-Abuse-Utils-0.09.tar.gz) = 9e9c64b5180ed131d78669baa565cfadad292214d7e301473e0be4a2c34cfbaf XSIZE (Net-Abuse-Utils-0.09.tar.gz) = 10216 66e157a9d109c6e13efe0ffda08fccbd exit --- p5-Net-Abuse-Utils-0.09.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: