Bug 108358 - [NEW PORTS] net/p5-Geo-IP-PurePerl : Look up country by IP Address
Summary: [NEW PORTS] net/p5-Geo-IP-PurePerl : Look up country by IP Address
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-25 23:50 UTC by joehorn
Modified: 2007-02-01 03:30 UTC (History)
0 users

See Also:


Attachments
file.shar (2.52 KB, text/plain)
2007-01-25 23:50 UTC, joehorn
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description joehorn 2007-01-25 23:50:20 UTC
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/

Fix: Patch attached with submission follows:
Comment 1 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-01-26 00:25:51 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-02-01 03:25:22 UTC
clsung      2007-02-01 03:24:56 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/p5-Geo-IP-PurePerl Makefile distinfo pkg-descr pkg-plist 
  Log:
  Add p5-Geo-IP-PurePerl 1.18, look up country by IP Address.
  
  PR:             ports/108358
  Submitted by:   Joe Horn <joehorn at gmail.com>
  
  Revision  Changes    Path
  1.1801    +1 -0      ports/net/Makefile
  1.1       +22 -0     ports/net/p5-Geo-IP-PurePerl/Makefile (new)
  1.1       +3 -0      ports/net/p5-Geo-IP-PurePerl/distinfo (new)
  1.1       +10 -0     ports/net/p5-Geo-IP-PurePerl/pkg-descr (new)
  1.1       +8 -0      ports/net/p5-Geo-IP-PurePerl/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"
Comment 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-02-01 03:25:40 UTC
State Changed
From-To: open->closed

New port added. Thank You.