summaryrefslogtreecommitdiff
path: root/net/p5-Geo-IP
AgeCommit message (Collapse)AuthorFilesLines
2008-02-07Updated to version 1.30.heinz2-6/+9
Pkgsrc changes: - The package supports installation to DESTDIR. - A C compiler is necessary. Changes since version 1.27: ===================================== 1.30 December 16th 2007 - Add GEOIP_MMAP_CACHE support ( Peter Shipley ) - Added last_netmask - gets netmask of network block from last lookup - Merged in Geo::IP::PurePerl code, PurePerl code is mostly API compatible with XS code, except for charset functions - Added set_charset - enables UTF8 output of city name 1.28 July 4th 2007 - Added support for region name lookup in GeoIP City API - Fixed database_info method (Ken Neighbors)
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2007-04-04Give away to pkgsrc-users.tv1-2/+2
2006-07-21Fix build by pointing to GeoIP location.wiz1-1/+3
2006-06-05Update to 1.27, and take over MAINTAINER per old maintainer's request.tv2-8/+7
From Changes: 1.27 September 8th 2005 - Fixed Autoloader/open issue (Alexander Vasiljev) - Fixed compilation error in Perl 5.005 with semicolon in GeoIP_database_info in IP.xs (Stephen Schulte) - Added support for open_type (Frank Mather) 1.26 May 19th 2005 - Fixed segfault issue if non-resolvable domain name is passed to region_by_addr or region_by_name - Added support for GEOIP_INDEX_CACHE - which just caches the most frequently accessed index portion of the database, resulting in faster lookups than GEOIP_STANDARD, but less memory usage than GEOIP_MEMORY_CACHE
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-1/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-17Update p5-Geo-IP to 1.25. Patch provided by Paul Shupak in PR pkg/29990.minskim2-9/+7
Changes since 1.23: - Fixed memory leak in ISP/Organization database lookups - Added database_info method (Frank Mather) - Added example/netspeed.pl to MANIFEST
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-11-25Update p5-Geo-IP to 1.23.minskim2-6/+5
Changes since 1.21: - Updated test case, removed www.bundesregierung.de - Geo::Mirror: fallback to using Geo::IP::PurePerl if Geo::IP is not available - Geo::Mirror: added support for mirror freshness - Added support for Netspeed - Fixed IP address in examples
2004-11-12Add 'perl5' to CATEGORIES.seb1-2/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-07-03Import p5-Geo-IP from pkgsrc-wip. Packaged by xtraeme@ and updated by me.minskim4-0/+34
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.