diff options
author | obache <obache> | 2011-10-31 09:08:55 +0000 |
---|---|---|
committer | obache <obache> | 2011-10-31 09:08:55 +0000 |
commit | f632b757146b6ee866008481c7ca75b1f440f55e (patch) | |
tree | f8ea34daec48257108b85da603da9b98f2394aeb /net/py-GeoIP | |
parent | be024a3b052a726846608efb6abf3d5786770542 (diff) | |
download | pkgsrc-f632b757146b6ee866008481c7ca75b1f440f55e.tar.gz |
Update py-GeoIP to 1.2.7.
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 )
Diffstat (limited to 'net/py-GeoIP')
-rw-r--r-- | net/py-GeoIP/Makefile | 8 | ||||
-rw-r--r-- | net/py-GeoIP/PLIST | 3 | ||||
-rw-r--r-- | net/py-GeoIP/distinfo | 8 |
3 files changed, 10 insertions, 9 deletions
diff --git a/net/py-GeoIP/Makefile b/net/py-GeoIP/Makefile index 7cb8e9e7df6..d2584729e4d 100644 --- a/net/py-GeoIP/Makefile +++ b/net/py-GeoIP/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2010/01/22 13:45:57 obache Exp $ +# $NetBSD: Makefile,v 1.11 2011/10/31 09:08:55 obache Exp $ # -DISTNAME= GeoIP-Python-1.2.4 +DISTNAME= GeoIP-Python-1.2.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Python-//} CATEGORIES= net python MASTER_SITES= http://geolite.maxmind.com/download/geoip/api/python/ @@ -13,8 +13,8 @@ LICENSE= gnu-lgpl-v2.1 PKG_DESTDIR_SUPPORT= user-destdir -PYDISTUTILSPKG= yes +EGG_NAME= ${DISTNAME:S/-/_/} -.include "../../lang/python/extension.mk" +.include "../../lang/python/distutils.mk" .include "../../net/GeoIP/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/py-GeoIP/PLIST b/net/py-GeoIP/PLIST index d3d50ca9385..78abde65482 100644 --- a/net/py-GeoIP/PLIST +++ b/net/py-GeoIP/PLIST @@ -1,2 +1,3 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2004/03/07 18:45:42 minskim Exp $ +@comment $NetBSD: PLIST,v 1.2 2011/10/31 09:08:55 obache Exp $ ${PYSITELIB}/GeoIP.so +${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} diff --git a/net/py-GeoIP/distinfo b/net/py-GeoIP/distinfo index 88256d52640..9ca63738495 100644 --- a/net/py-GeoIP/distinfo +++ b/net/py-GeoIP/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2010/01/22 13:45:57 obache Exp $ +$NetBSD: distinfo,v 1.5 2011/10/31 09:08:55 obache Exp $ -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 +SHA1 (GeoIP-Python-1.2.7.tar.gz) = 0af5f5d06bc81b5427019d28ba029e8c31dec9eb +RMD160 (GeoIP-Python-1.2.7.tar.gz) = 4abb50a70ce15e8305e786593ddd2de15efed129 +Size (GeoIP-Python-1.2.7.tar.gz) = 15938 bytes |