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:
Responsible Changed From-To: freebsd-ports-bugs->clsung I'll take it.
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"
State Changed From-To: open->closed New port added. Thank You.