diff options
author | rhaen <rhaen> | 2009-10-15 07:57:08 +0000 |
---|---|---|
committer | rhaen <rhaen> | 2009-10-15 07:57:08 +0000 |
commit | f2b912b23066f2bef6cce34b54f8cababadc873b (patch) | |
tree | f085467aefdbd1568c45669cdf33f6e6cda400f5 /net | |
parent | c69099f58be722d583ea6624ffac5b73982382a3 (diff) | |
download | pkgsrc-f2b912b23066f2bef6cce34b54f8cababadc873b.tar.gz |
- updated to 1.38
- added license term
ChangeLog:
1.38 May 16th 2009
- PurePerl region_by_addr and region_by_name return '00' for unknown regions, like the CAPI does ( Boris Zentner )
- Update to latest FIPS codes from 20090401 ( Boris Zentner )
- Fix Pureperl handling of GEOIP_REGION_EDITION_REV0 ( Boris Zentner )
- Fix segfault when undef is supplied as filename to open ( Boris Zentner )
- Fix PP GEOIP_ISP_EDITION handling ( Boris Zentner )
- Add PP support for GEOIP_DOMAIN_EDITION ( Boris Zentner )
- Handle database types in the same way, as the CAPI does ( Boris Zentner )
- Remove Australia double timezones entries. ( Boris Zentner )
1.37 March 6th 2009
- Document region_by_addr and region_by_name ( Boris Zentner )
- region_by_addr and region_by_name return undef for unknown countries and regions. Instead of "\0" and '000' ( Boris Zentner )
- Add PP function region_by_addr ( Boris Zentner )
- Change the default values of Geo::IP::Record fields for metro_code and area_code to 0 instead of '' PurePerl only ( Boris Zentner )
- Change the default values of Geo::IP::Record fields for region, postal_code and region_name to undef instead of '' ( Boris Zentner )
- Force the output of Geo::IP::Record::longitude and ::latitude to four decimal places ( Boris Zentner )
- Fix PurePerl three letter code for Romania ( Boris Zentner )
- Update PurePerl regionnames 20090201 ( Boris Zentner )
- Update PurePerl timezones 20090201 ( Boris Zentner )
- Update timezones for Australia
! Fix: PurePerl's get_city_record_as_hash, record_by_addr and record_by_name to return undef for private and unknown IP's. Former we returned a Geo::IP::Record object with everything undef. The PurePerl code and the CAPI wrapper are now behave the same. ( Boris Zentner )
- Update region codes from http://www.maxmind.com/app/fips10_4 Dec 17th, 2008 ( Boris Zentner )
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Geo-IP/Makefile | 5 | ||||
-rw-r--r-- | net/p5-Geo-IP/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/net/p5-Geo-IP/Makefile b/net/p5-Geo-IP/Makefile index 8ae8b2964cb..a5ace2b2495 100644 --- a/net/p5-Geo-IP/Makefile +++ b/net/p5-Geo-IP/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2009/01/11 12:41:03 he Exp $ +# $NetBSD: Makefile,v 1.19 2009/10/15 07:57:08 rhaen Exp $ # -DISTNAME= Geo-IP-1.36 +DISTNAME= Geo-IP-1.38 PKGNAME= p5-${DISTNAME} CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Geo/} @@ -10,6 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.maxmind.com/geoip/api/perl.shtml #HOMEPAGE= http://search.cpan.org/dist/Geo-IP/ COMMENT= Gets country name by IP or hostname +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/net/p5-Geo-IP/distinfo b/net/p5-Geo-IP/distinfo index 4938a6b1bc1..fecfdd84aac 100644 --- a/net/p5-Geo-IP/distinfo +++ b/net/p5-Geo-IP/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2009/01/11 12:41:03 he Exp $ +$NetBSD: distinfo,v 1.11 2009/10/15 07:57:08 rhaen Exp $ -SHA1 (Geo-IP-1.36.tar.gz) = 577d8ff1de3788aca2a7c190ea49a2e0dc400f67 -RMD160 (Geo-IP-1.36.tar.gz) = dfde7ebc8208c77d55b042c9cbf78a19d0cecae8 -Size (Geo-IP-1.36.tar.gz) = 64874 bytes +SHA1 (Geo-IP-1.38.tar.gz) = 6c6ff8fcaf2fdd08ea33730a9cafb0c6df2a1745 +RMD160 (Geo-IP-1.38.tar.gz) = 9f467dbaa677e708dc9ba0a6c12f90eaae810de0 +Size (Geo-IP-1.38.tar.gz) = 63418 bytes |