From cbbac65eafb6113f55d6349b2c32bec5b1721fb3 Mon Sep 17 00:00:00 2001 From: minskim Date: Sun, 10 Jun 2007 17:11:06 +0000 Subject: Import p5-Geo-IPfree from pkgsrc-wip. Packaged by Adrian Portelli. 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 complete 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 visitors. --- net/p5-Geo-IPfree/DESCR | 8 ++++++++ net/p5-Geo-IPfree/Makefile | 18 ++++++++++++++++++ net/p5-Geo-IPfree/PLIST | 1 + net/p5-Geo-IPfree/distinfo | 5 +++++ 4 files changed, 32 insertions(+) create mode 100644 net/p5-Geo-IPfree/DESCR create mode 100644 net/p5-Geo-IPfree/Makefile create mode 100644 net/p5-Geo-IPfree/PLIST create mode 100644 net/p5-Geo-IPfree/distinfo diff --git a/net/p5-Geo-IPfree/DESCR b/net/p5-Geo-IPfree/DESCR new file mode 100644 index 00000000000..123da6df1fc --- /dev/null +++ b/net/p5-Geo-IPfree/DESCR @@ -0,0 +1,8 @@ +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 complete +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 visitors. diff --git a/net/p5-Geo-IPfree/Makefile b/net/p5-Geo-IPfree/Makefile new file mode 100644 index 00000000000..cb0d7c40c7b --- /dev/null +++ b/net/p5-Geo-IPfree/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/06/10 17:11:06 minskim Exp $ +# + +DISTNAME= Geo-IPfree-0.2 +PKGNAME= p5-${DISTNAME} +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Geo/} + +MAINTAINER= minskim@NetBSD.org +HOMEPAGE= http://search.cpan.org/~gmpassos/Geo-IPfree-0.2/ +COMMENT= Gets country name by IP or hostname + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +PERL5_PACKLIST= auto/Geo/IPfree/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/p5-Geo-IPfree/PLIST b/net/p5-Geo-IPfree/PLIST new file mode 100644 index 00000000000..127bca2d01c --- /dev/null +++ b/net/p5-Geo-IPfree/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/06/10 17:11:06 minskim Exp $ diff --git a/net/p5-Geo-IPfree/distinfo b/net/p5-Geo-IPfree/distinfo new file mode 100644 index 00000000000..c215bc0da67 --- /dev/null +++ b/net/p5-Geo-IPfree/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/06/10 17:11:06 minskim Exp $ + +SHA1 (Geo-IPfree-0.2.tar.gz) = f5bcda25297f2466486b6ac6b912f145bc3a6c60 +RMD160 (Geo-IPfree-0.2.tar.gz) = 61a2f06809509197b4ca701d73d50d5b89c0eb2b +Size (Geo-IPfree-0.2.tar.gz) = 146195 bytes -- cgit v1.2.3