Update to 1.50.
Strip the XS module, sort plist, and remove cruft from pkg-descr. - MYMETA files are now no longer included in releases. - Geo::Mirror is no longer included in this distribution.
This commit is contained in:
parent
ac8636cbcb
commit
f7baa662a4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418878
4 changed files with 12 additions and 18 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Geo-IP
|
||||
PORTVERSION= 1.45
|
||||
PORTVERSION= 1.50
|
||||
CATEGORIES= net geography perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -19,4 +19,7 @@ CONFIGURE_ARGS= INC="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
|
|||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Geo/IP/IP.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (Geo-IP-1.45.tar.gz) = 0eb765c238dde4a29d5c863d475c72078e5361deab2cfc168b9285bc049e3662
|
||||
SIZE (Geo-IP-1.45.tar.gz) = 134181
|
||||
TIMESTAMP = 1469115325
|
||||
SHA256 (Geo-IP-1.50.tar.gz) = f91fea704e096e9ad2c821f43e1fea325f2737331738d9b136371b51334d262b
|
||||
SIZE (Geo-IP-1.50.tar.gz) = 145419
|
||||
|
|
|
@ -1,17 +1,9 @@
|
|||
This module a simple file-based database. This database simply contains
|
||||
IP blocks as keys, and countries as values. The data contains all
|
||||
public IP addresses and should be more
|
||||
complete and accurate than reverse DNS lookups.
|
||||
This module looks up the country of an IP or hostname, using the free
|
||||
GeoIP Legacy file-based database. This database should be more complete
|
||||
and accurate than reverse DNS lookups.
|
||||
|
||||
This module can be used to automatically select the geographically closest
|
||||
mirror, or to analyze your web server logs to determine the countries of
|
||||
your visiters.
|
||||
|
||||
To install, see the INSTALL file.
|
||||
|
||||
Copyright (c) 2002, MaxMind.com
|
||||
|
||||
All rights reserved. This package is free software; you can redistribute it
|
||||
and/or modify it under the same terms as Perl itself.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Geo-IP/
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
%%PERL5_MAN3%%/Geo::IP.3.gz
|
||||
%%PERL5_MAN3%%/Geo::IP::Record.3.gz
|
||||
%%PERL5_MAN3%%/Geo::Mirror.3.gz
|
||||
%%SITE_ARCH%%/Geo/IP.pm
|
||||
%%SITE_ARCH%%/Geo/IP/Record.pm
|
||||
%%SITE_ARCH%%/Geo/IP/Record.pod
|
||||
%%SITE_ARCH%%/Geo/Mirror.pm
|
||||
%%SITE_ARCH%%/auto/Geo/IP/IP.so
|
||||
%%PERL5_MAN3%%/Geo::IP.3.gz
|
||||
%%PERL5_MAN3%%/Geo::IP::Record.3.gz
|
||||
|
|
Loading…
Reference in a new issue