pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/p5-Geo-IPfree Import p5-Geo-IPfree from pkgsrc-wip...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8ab760f89313
branches:  trunk
changeset: 529814:8ab760f89313
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Jun 10 17:11:06 2007 +0000

description:
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.

diffstat:

 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(+), 0 deletions(-)

diffs (48 lines):

diff -r 9a2c155fadc9 -r 8ab760f89313 net/p5-Geo-IPfree/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Geo-IPfree/DESCR   Sun Jun 10 17:11:06 2007 +0000
@@ -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 -r 9a2c155fadc9 -r 8ab760f89313 net/p5-Geo-IPfree/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Geo-IPfree/Makefile        Sun Jun 10 17:11:06 2007 +0000
@@ -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@localhost
+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 -r 9a2c155fadc9 -r 8ab760f89313 net/p5-Geo-IPfree/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Geo-IPfree/PLIST   Sun Jun 10 17:11:06 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/06/10 17:11:06 minskim Exp $
diff -r 9a2c155fadc9 -r 8ab760f89313 net/p5-Geo-IPfree/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Geo-IPfree/distinfo        Sun Jun 10 17:11:06 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index