From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jan 25 23:50:26 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 75F7816A405 for ; Thu, 25 Jan 2007 23:50:26 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 51D8113C465 for ; Thu, 25 Jan 2007 23:50:26 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l0PNoL1s004042 for ; Thu, 25 Jan 2007 23:50:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l0PNoLiU004041; Thu, 25 Jan 2007 23:50:21 GMT (envelope-from gnats) Resent-Date: Thu, 25 Jan 2007 23:50:21 GMT Resent-Message-Id: <200701252350.l0PNoLiU004041@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, Joe Horn Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1ADA116A403 for ; Thu, 25 Jan 2007 23:40:38 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 0B23513C441 for ; Thu, 25 Jan 2007 23:40:38 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l0PNebeQ036815 for ; Thu, 25 Jan 2007 23:40:37 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l0PNeb3J036814; Thu, 25 Jan 2007 23:40:37 GMT (envelope-from nobody) Message-Id: <200701252340.l0PNeb3J036814@www.freebsd.org> Date: Thu, 25 Jan 2007 23:40:37 GMT From: Joe Horn To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: ports/108358: [NEW PORTS] net/p5-Geo-IP-PurePerl : Look up country by IP Address 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: Thu, 25 Jan 2007 23:50:26 -0000 >Number: 108358 >Category: ports >Synopsis: [NEW PORTS] net/p5-Geo-IP-PurePerl : Look up country by IP Address >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 Jan 25 23:50:20 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Joe Horn >Release: FreeBSD 6.2-RELEASE amd64 >Organization: Information Management Department, NKFUST, Taiwan >Environment: FreeBSD www.kmd.com.tw 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Wed Jan 17 22:55:57 CST 2007 root@www.kmd.com.tw:/usr/obj/usr/src/sys/KMD amd64 >Description: Geo::IP::PurePerl uses a file based database. This database simply contains IP blocks as keys, and countries as values. This database is more complete and accurate than reverse DNS lookups. Geo::IP::PurePerl can be used to automatically select the geographically closest mirror, to analyze your web server logs to determine the countries of your visiters, for credit card fraud detection, and for software export controls. WWW: http://search.cpan.org/dist/Geo-IP-PurePerl/ >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: # # p5-Geo-IP-PurePerl # p5-Geo-IP-PurePerl/Makefile # p5-Geo-IP-PurePerl/distinfo # p5-Geo-IP-PurePerl/pkg-descr # p5-Geo-IP-PurePerl/pkg-plist # echo c - p5-Geo-IP-PurePerl mkdir -p p5-Geo-IP-PurePerl > /dev/null 2>&1 echo x - p5-Geo-IP-PurePerl/Makefile sed 's/^X//' >p5-Geo-IP-PurePerl/Makefile << 'END-of-p5-Geo-IP-PurePerl/Makefile' X# Ports collection Makefile for: p5-Geo-IP-PurePerl X# Date created: 26 Jan, 2006 X# Whom: Joe Horn X# X# $FreeBSD$ X XPORTNAME= Geo-IP-PurePerl XPORTVERSION= 1.18 XCATEGORIES= net perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Geo XPKGNAMEPREFIX= p5- X XMAINTAINER= ports@FreeBSD.org XCOMMENT= Look up country by IP Address X XPERL_CONFIGURE= yes X XMAN3= Geo::IP::PurePerl.3 X X.include END-of-p5-Geo-IP-PurePerl/Makefile echo x - p5-Geo-IP-PurePerl/distinfo sed 's/^X//' >p5-Geo-IP-PurePerl/distinfo << 'END-of-p5-Geo-IP-PurePerl/distinfo' XMD5 (Geo-IP-PurePerl-1.18.tar.gz) = 6ee8bfa7f82904cf80fc0094ef526434 XSHA256 (Geo-IP-PurePerl-1.18.tar.gz) = f8402df89647a8c5c1972646ec536ffb63a7fb04a8370731f8d70810f20c9ad4 XSIZE (Geo-IP-PurePerl-1.18.tar.gz) = 18651 END-of-p5-Geo-IP-PurePerl/distinfo echo x - p5-Geo-IP-PurePerl/pkg-descr sed 's/^X//' >p5-Geo-IP-PurePerl/pkg-descr << 'END-of-p5-Geo-IP-PurePerl/pkg-descr' XGeo::IP::PurePerl uses a file based database. This database simply contains XIP blocks as keys, and countries as values. This database is more complete Xand accurate than reverse DNS lookups. X XGeo::IP::PurePerl can be used to automatically select the geographically closest Xmirror, to analyze your web server logs to determine the countries of your Xvisiters, for credit card fraud detection, and for software export controls. X XWWW: http://search.cpan.org/dist/Geo-IP-PurePerl/ END-of-p5-Geo-IP-PurePerl/pkg-descr echo x - p5-Geo-IP-PurePerl/pkg-plist sed 's/^X//' >p5-Geo-IP-PurePerl/pkg-plist << 'END-of-p5-Geo-IP-PurePerl/pkg-plist' X%%SITE_PERL%%/Geo/IP/PurePerl.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/IP/PurePerl/.packlist X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/IP/PurePerl/ X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/IP/ X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/ X@dirrm %%SITE_PERL%%/Geo/IP/ X@dirrmtry %%SITE_PERL%%/Geo/ END-of-p5-Geo-IP-PurePerl/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: