1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Add p5-Geo-IP-PurePerl 1.18, look up country by IP Address.

PR:		ports/108358
Submitted by:	Joe Horn <joehorn at gmail.com>
This commit is contained in:
Cheng-Lung Sung 2007-02-01 03:24:56 +00:00
parent ae994c8ea8
commit 5777d08580
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183831
5 changed files with 44 additions and 0 deletions

View File

@ -414,6 +414,7 @@
SUBDIR += p5-Filesys-SmbClient
SUBDIR += p5-Frontier-RPC
SUBDIR += p5-Geo-IP
SUBDIR += p5-Geo-IP-PurePerl
SUBDIR += p5-Geo-IPfree
SUBDIR += p5-Gopher-Server
SUBDIR += p5-IO-INET6

View File

@ -0,0 +1,22 @@
# Ports collection Makefile for: p5-Geo-IP-PurePerl
# Date created: 26 Jan, 2006
# Whom: Joe Horn <joehorn@gmail.com>
#
# $FreeBSD$
PORTNAME= Geo-IP-PurePerl
PORTVERSION= 1.18
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Geo
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
COMMENT= Look up country by IP Address
PERL_CONFIGURE= yes
MAN1= geoip-lookup.1
MAN3= Geo::IP::PurePerl.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Geo-IP-PurePerl-1.18.tar.gz) = 6ee8bfa7f82904cf80fc0094ef526434
SHA256 (Geo-IP-PurePerl-1.18.tar.gz) = f8402df89647a8c5c1972646ec536ffb63a7fb04a8370731f8d70810f20c9ad4
SIZE (Geo-IP-PurePerl-1.18.tar.gz) = 18651

View File

@ -0,0 +1,10 @@
Geo::IP::PurePerl uses a file based database. This database simply contains
IP blocks as keys, and countries as values. This database is more complete
and accurate than reverse DNS lookups.
Geo::IP::PurePerl can be used to automatically select the geographically
closest mirror, to analyze your web server logs to determine the countries
of your visiters, for credit card fraud detection, and for software export
controls.
WWW: http://search.cpan.org/dist/Geo-IP-PurePerl/

View File

@ -0,0 +1,8 @@
bin/geoip-lookup
%%SITE_PERL%%/Geo/IP/PurePerl.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/IP/PurePerl/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/IP/PurePerl/
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/IP/
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/
@dirrm %%SITE_PERL%%/Geo/IP/
@dirrmtry %%SITE_PERL%%/Geo/