From 7335406366ec0956c34a630f30dda3e7e86e03a5 Mon Sep 17 00:00:00 2001 From: Yen-Ming Lee Date: Fri, 16 Aug 2002 08:27:47 +0000 Subject: new port: misc/p5-GeoIP 0.26 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. --- net/p5-Geo-IP/Makefile | 24 ++++++++++++++++++++++++ net/p5-Geo-IP/distinfo | 1 + net/p5-Geo-IP/pkg-comment | 1 + net/p5-Geo-IP/pkg-descr | 17 +++++++++++++++++ net/p5-Geo-IP/pkg-plist | 9 +++++++++ 5 files changed, 52 insertions(+) create mode 100644 net/p5-Geo-IP/Makefile create mode 100644 net/p5-Geo-IP/distinfo create mode 100644 net/p5-Geo-IP/pkg-comment create mode 100644 net/p5-Geo-IP/pkg-descr create mode 100644 net/p5-Geo-IP/pkg-plist (limited to 'net') diff --git a/net/p5-Geo-IP/Makefile b/net/p5-Geo-IP/Makefile new file mode 100644 index 000000000000..a4cab041a3ad --- /dev/null +++ b/net/p5-Geo-IP/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: p5-Geo-IP +# Date created: 10 August 2002 +# Whom: Yen-Ming Lee +# +# $FreeBSD$ +# + +PORTNAME= Geo-IP +PORTVERSION= 0.26 +CATEGORIES= misc +MASTER_SITES= http://maxmind.com/download/geoip/api/perl/ +PKGNAMEPREFIX= p5- + +MAINTAINER= leeym@FreeBSD.org + +LIB_DEPENDS= GeoIP.1:${PORTSDIR}/misc/GeoIP + +PERL_CONFIGURE= yes +CONFIGURE_ARGS= LIBS='-L${PREFIX}/lib' INC='-I${PREFIX}/include' + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Geo::Mirror.3 Geo::IP.3 + +.include diff --git a/net/p5-Geo-IP/distinfo b/net/p5-Geo-IP/distinfo new file mode 100644 index 000000000000..a208d2fa2f4c --- /dev/null +++ b/net/p5-Geo-IP/distinfo @@ -0,0 +1 @@ +MD5 (Geo-IP-0.26.tar.gz) = 233ee112eec0139e952978c9780bc209 diff --git a/net/p5-Geo-IP/pkg-comment b/net/p5-Geo-IP/pkg-comment new file mode 100644 index 000000000000..c0ffc2f8436a --- /dev/null +++ b/net/p5-Geo-IP/pkg-comment @@ -0,0 +1 @@ +Gets country name by IP or hostname diff --git a/net/p5-Geo-IP/pkg-descr b/net/p5-Geo-IP/pkg-descr new file mode 100644 index 000000000000..2319f3c4ef94 --- /dev/null +++ b/net/p5-Geo-IP/pkg-descr @@ -0,0 +1,17 @@ +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 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://maxmind.com/geoip/api/perl.shtml diff --git a/net/p5-Geo-IP/pkg-plist b/net/p5-Geo-IP/pkg-plist new file mode 100644 index 000000000000..2e669d5a5b33 --- /dev/null +++ b/net/p5-Geo-IP/pkg-plist @@ -0,0 +1,9 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Geo/IP.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Geo/Mirror.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Geo/IP/.packlist +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Geo/IP/IP.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Geo/IP/IP.so +lib/perllocal.pod +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Geo/IP +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Geo +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Geo -- cgit v1.2.3