Up to [NetBSD + pkgsrc-wip] / pkgsrc / net / p5-Geo-IPfree
Request diff between arbitrary revisions - Display revisions graphically
Keyword substitution: kv
Default branch: MAIN
Update p5-Geo-IPfree to 1.100470.
Patch provided by Wen Heping in PR 42833.
Changes:
- Added Timor-Leste country code: .tl
- Updated database: Tue Feb 16 06:40:01 2010 UTC
- Using date-based version number
- Code and documentation cleanup
- Added some new tests
- Updated list of country codes
- Updated database: Wed Oct 7 06:40:02 2009 UTC
- Removed webgeo2ipct.pl script as you can now download a suitable file
straight from the web: http://software77.net/geo-ip/
- Updated database: Tue Sep 8 06:40:01 2009 UTC
- Fix undef warning in Faster()
- Tidy up benchmark script
- Tidy up txt<->dat conversion scripts
Update p5-Geo-IPfree to 0.6.
Changes since 0.2:
0.6 Mon May 11 2009
- fix awful - yet popular - usage of Geo::IPfree::new
corrected docs to use ->new instead
- more dist cleanup
0.5 Tue Feb 03 2009
- include Memoize in prereqs for older perls
0.4 Mon Dec 01 2008
- fix "undef" test
0.3 Wed Nov 19 2008
- Add webgeo2ipct script
- Add new data file
- Fix all warnings
- Handle hosts that fail nslookup
- find_db_file() now looks in user-overridable locations before looking
for the shipped version.
- /tmp removed from possible db locations.
- Dist cleanup.
Import p5-Geo-IPfree from pkgsrc-wip. Packaged by Adrian Portelli. This module a simple file-based database. This database simply contains IP blocks as keys, and countries as values. The data contains all public IP addresses and should be more complete and accurate than reverse complete COMPLETE and accurate than reverse DNS lookups. This module can be used to automatically select the geographically closest mirror, or to analyze your web server logs to determine the countries of your visitors.
Initial revision