summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorobache <obache>2010-01-22 13:45:57 +0000
committerobache <obache>2010-01-22 13:45:57 +0000
commit49c5b745e451b4642d08e8e263e97af25dfd2eca (patch)
treebf2591df7cc2ae83439d5f7e9960c209a1e6e4c4 /net
parentffe82071cd821e78dea84fefc5cd87f1822cd9e7 (diff)
downloadpkgsrc-49c5b745e451b4642d08e8e263e97af25dfd2eca.tar.gz
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
Diffstat (limited to 'net')
-rw-r--r--net/py-GeoIP/Makefile5
-rw-r--r--net/py-GeoIP/distinfo8
2 files changed, 7 insertions, 6 deletions
diff --git a/net/py-GeoIP/Makefile b/net/py-GeoIP/Makefile
index f60d50d44ab..7cb8e9e7df6 100644
--- a/net/py-GeoIP/Makefile
+++ b/net/py-GeoIP/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2009/10/18 19:54:52 zafer Exp $
+# $NetBSD: Makefile,v 1.10 2010/01/22 13:45:57 obache Exp $
#
-DISTNAME= GeoIP-Python-1.2.1
+DISTNAME= GeoIP-Python-1.2.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Python-//}
CATEGORIES= net python
MASTER_SITES= http://geolite.maxmind.com/download/geoip/api/python/
@@ -9,6 +9,7 @@ MASTER_SITES= http://geolite.maxmind.com/download/geoip/api/python/
MAINTAINER= bartosz.kuzma@gmail.com
HOMEPAGE= http://www.maxmind.com/app/python
COMMENT= GeoIP support for Python
+LICENSE= gnu-lgpl-v2.1
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/net/py-GeoIP/distinfo b/net/py-GeoIP/distinfo
index cd1d1ac4f93..88256d52640 100644
--- a/net/py-GeoIP/distinfo
+++ b/net/py-GeoIP/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2007/07/13 07:31:54 obache Exp $
+$NetBSD: distinfo,v 1.4 2010/01/22 13:45:57 obache Exp $
-SHA1 (GeoIP-Python-1.2.1.tar.gz) = fe24fa21011696dbd2ba9f49a45a82910c34dadf
-RMD160 (GeoIP-Python-1.2.1.tar.gz) = e32f8ff4d5f68f232855aec913eed97304f17425
-Size (GeoIP-Python-1.2.1.tar.gz) = 9779 bytes
+SHA1 (GeoIP-Python-1.2.4.tar.gz) = 53db51c86cff1c0106cbaa02ad32bd589a150bfc
+RMD160 (GeoIP-Python-1.2.4.tar.gz) = 9504be23b9abc4939893076e766beb70f78cb00b
+Size (GeoIP-Python-1.2.4.tar.gz) = 14530 bytes