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 version 1.30.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7d16ec575809
branches:  trunk
changeset: 538412:7d16ec575809
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Thu Feb 07 19:41:40 2008 +0000

description:
Updated to version 1.30.

Pkgsrc changes:
  - The package supports installation to DESTDIR.
  - A C compiler is necessary.

Changes since version 1.27:
=====================================
1.30  December 16th 2007
        - Add GEOIP_MMAP_CACHE support ( Peter Shipley )
        - Added last_netmask - gets netmask of network block from last lookup
        - Merged in Geo::IP::PurePerl code, PurePerl code is mostly
                API compatible with XS code, except for charset functions
        - Added set_charset - enables UTF8 output of city name

1.28  July 4th 2007
        - Added support for region name lookup in GeoIP City API
        - Fixed database_info method (Ken Neighbors)

diffstat:

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

diffs (38 lines):

diff -r e9a6f8c42a54 -r 7d16ec575809 net/p5-Geo-IP/Makefile
--- a/net/p5-Geo-IP/Makefile    Thu Feb 07 19:33:13 2008 +0000
+++ b/net/p5-Geo-IP/Makefile    Thu Feb 07 19:41:40 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2007/04/04 15:03:06 tv Exp $
+# $NetBSD: Makefile,v 1.13 2008/02/07 19:41:40 heinz Exp $
 #
 
-DISTNAME=      Geo-IP-1.27
+DISTNAME=      Geo-IP-1.30
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    net perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Geo/}
@@ -10,8 +10,11 @@
 HOMEPAGE=      http://www.maxmind.com/geoip/api/perl.shtml
 COMMENT=       Gets country name by IP or hostname
 
+PKG_DESTDIR_SUPPORT=   user-destdir
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
+USE_LANGUAGES= c
+
 PERL5_PACKLIST=        auto/Geo/IP/.packlist
 MAKE_PARAMS+=  LIBS="-L${PREFIX:Q}/lib -Wl,-R${PREFIX:Q}/lib"
 MAKE_PARAMS+=  INC="-I${PREFIX:Q}/include"
diff -r e9a6f8c42a54 -r 7d16ec575809 net/p5-Geo-IP/distinfo
--- a/net/p5-Geo-IP/distinfo    Thu Feb 07 19:33:13 2008 +0000
+++ b/net/p5-Geo-IP/distinfo    Thu Feb 07 19:41:40 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2006/06/05 16:39:38 tv Exp $
+$NetBSD: distinfo,v 1.6 2008/02/07 19:41:40 heinz Exp $
 
-SHA1 (Geo-IP-1.27.tar.gz) = 565b5418cb8caac22541673cdbe4ca5d428afe25
-RMD160 (Geo-IP-1.27.tar.gz) = 9e242390368fff92b091baae001cdb70ae563844
-Size (Geo-IP-1.27.tar.gz) = 13386 bytes
+SHA1 (Geo-IP-1.30.tar.gz) = cc26c20db6a6c758affac9c02d64e98418b56734
+RMD160 (Geo-IP-1.30.tar.gz) = fc013a1de4f0e7420f9ed6c43cff68498e2c246d
+Size (Geo-IP-1.30.tar.gz) = 21997 bytes



Home | Main Index | Thread Index | Old Index