pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/p5-Geo-IP - updated to 1.38



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7f286de9cd6c
branches:  trunk
changeset: 400266:7f286de9cd6c
user:      rhaen <rhaen%pkgsrc.org@localhost>
date:      Thu Oct 15 07:57:08 2009 +0000

description:
- 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:

 net/p5-Geo-IP/Makefile |  5 +++--
 net/p5-Geo-IP/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs (34 lines):

diff -r b365ab2b67f5 -r 7f286de9cd6c net/p5-Geo-IP/Makefile
--- a/net/p5-Geo-IP/Makefile    Thu Oct 15 07:30:43 2009 +0000
+++ b/net/p5-Geo-IP/Makefile    Thu Oct 15 07:57:08 2009 +0000
@@ -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 @@
 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 -r b365ab2b67f5 -r 7f286de9cd6c net/p5-Geo-IP/distinfo
--- a/net/p5-Geo-IP/distinfo    Thu Oct 15 07:30:43 2009 +0000
+++ b/net/p5-Geo-IP/distinfo    Thu Oct 15 07:57:08 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index