diff options
author | heinz <heinz@pkgsrc.org> | 2008-02-07 19:41:40 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2008-02-07 19:41:40 +0000 |
commit | b2f9c7b74a186a1c01307d4d5a9372c327e3fd9f (patch) | |
tree | 0a04587e198bc6aede1f40f16e15e88bc548ab8f /net/p5-Geo-IP | |
parent | 248ab9ce983d33b0f0b9e1179682cfd569f5f203 (diff) | |
download | pkgsrc-b2f9c7b74a186a1c01307d4d5a9372c327e3fd9f.tar.gz |
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 (limited to 'net/p5-Geo-IP')
-rw-r--r-- | net/p5-Geo-IP/Makefile | 7 | ||||
-rw-r--r-- | net/p5-Geo-IP/distinfo | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/net/p5-Geo-IP/Makefile b/net/p5-Geo-IP/Makefile index 8142404a985..7e7909b60a2 100644 --- a/net/p5-Geo-IP/Makefile +++ b/net/p5-Geo-IP/Makefile @@ -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 @@ MAINTAINER= pkgsrc-users@NetBSD.org 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 --git a/net/p5-Geo-IP/distinfo b/net/p5-Geo-IP/distinfo index f50935d3eef..b413e830dba 100644 --- a/net/p5-Geo-IP/distinfo +++ b/net/p5-Geo-IP/distinfo @@ -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 |