summaryrefslogtreecommitdiff
path: root/net/py-GeoIP
AgeCommit message (Collapse)AuthorFilesLines
2012-04-08All supported python versions in pkgsrc support eggs, so removewiz1-2/+2
${PLIST.eggfile} from PLISTs and support code from lang/python.
2011-10-31Update py-GeoIP to 1.2.7.obache3-9/+10
while here, let to register egg-info. 1.2.7 2011-08-23 * Add example test_netspeedcell.py ( Boris Zentner ) 1.2.6 2011-06-06 * Add new methods record_by_name_v6 and record_by_addr_v6 to support GeoIPCityv6 databases. ( Boris Zentner ) 1.2.5 2011-05-10 * Remove Confidence and Accuracy Database it is unsued anyway. ( Boris Zentner ) * Add new methods enable_teredo, teredo, time_zone_by_country_and_region and lib_version ( Boris Zentner ) * Add support for Confidence and Accuracy Database. * Add support for Netspeed Database. via: id_by_addr id_by_name * Add IPv6 glue *** needs libGeoIP 1.4.7 *** country_code_by_name_v6 country_name_by_name_v6 country_code_by_addr_v6 country_name_by_addr_v6 ( Boris Zentner )
2010-01-22Update py-GeoIP to 1.2.4.obache2-6/+7
Based on PR#42657 by Wen Heping. 1.2.4 2008-12-16 * Add charset and set_charset methods , as well as the new attributes GeoIP.GEOIP_CHARSET_ISO_8859_1 and GeoIP.GEOIP_CHARSET_UTF8 ( Boris Zentner ) * Add test_city_charset.py script showing howto use charset and set_charset ( Boris Zentner ) * Add last_netmask ( Boris Zentner ) * Fix compile warnings ( Boris Zentner ) * fix small memoryleak in database_info, org_by_name and org_by_addr ( Boris Zentner ) * fix version number in setup.py ( Boris Zentner ) * remove dma_code from test_city.py example ( Boris Zentner ) 1.2.3 2008-09-11 * update test.py - replace www.government.de with www.bundestag.de. Add range_by_ip example. ( Boris Zentner ) * Add range_by_ip - returns largest start and stop ip for any ip. Remember to use a IP not a name ( Boris Zentner ) * Add metro_code as a alias for the depreciated dma_code ( Boris Zentner ) 1.2.2 2008-08-13 * Update test_city.py and test_region.py ( Boris Zentner ) * Add region_name to GeoIPRegion ( Boris Zentner ) * Add database_info and database_edition attributes to GeoIP object (James Henstridge) * Add region_name and time_zone keys to GeoIPRecord wrapper (James Henstridge). * Export the country list, country code -> country name mapping, and country->continent mapping ( Ignacio Vazquez-Abrams ) * Raise country code counter from 251 to 253 ( Boris Zentner ) !! record_by_addr and record_by_name return None instead of throwing a exception. See test_city.py ( Boris Zentner ) * Add a py_geoip.error Exception object. (Boris Zentner) * Export the country list, country code -> country name mapping, and country->continent mapping ( Ignacio Vazquez-Abrams ) * Changed license to LGPL from GPL
2009-10-18update master_sites.zafer1-2/+2
2009-03-05Remove PYBINMODULE. All it did was mark some packages as not availablejoerg1-2/+1
on some platforms that lacked shared library support in the past. The list hasn't been maintained at all and the gain is very limited, so just get rid of it.
2008-06-12Add DESTDIR support.joerg1-1/+3
2007-07-13Update py-GeoIP to 1.2.1.obache2-9/+8
Patch provided by maintainer, Bartosz Kuzma in PR 36642. Changes since 1.2.0: 1.2.1 2005-06-28 * Added support for GeoIP Region
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
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-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-22add python as categoryrecht1-2/+2
ok'd a while back at pkgsrcCon by agc and wiz
2004-03-07Initial import of py-GeoIP. Provided by Bartosz Kuzma in PR pkg/23911,minskim4-0/+27
and slightly modified by me. Python binding for GeoIP, which enables the user to find the country that any IP address or hostname originates from.