Commit graph

11 commits

Author SHA1 Message Date
obache
747841268e Update py-GeoIP to 1.2.4.
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
2010-01-22 13:45:57 +00:00
zafer
dcf0be5791 update master_sites. 2009-10-18 19:54:52 +00:00
joerg
25a80fb4ab Remove PYBINMODULE. All it did was mark some packages as not available
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.
2009-03-05 18:51:26 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
obache
55e1bd491d Update py-GeoIP to 1.2.1.
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
2007-07-13 07:31:54 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
b12d62efb5 Add RMD160 digests. 2005-02-24 12:13:41 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
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-10-03 00:12:51 +00:00
recht
4150812b27 add python as category
ok'd a while back at pkgsrcCon by agc and wiz
2004-07-22 09:15:59 +00:00
minskim
ecf34db8e5 Initial import of py-GeoIP. Provided by Bartosz Kuzma in PR pkg/23911,
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.
2004-03-07 18:45:42 +00:00