pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/p5-Geo-IP Import p5-Geo-IP from pkgsrc-wip. Packa...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0d3b900242b7
branches: trunk
changeset: 477445:0d3b900242b7
user: minskim <minskim%pkgsrc.org@localhost>
date: Sat Jul 03 00:59:03 2004 +0000
description:
Import p5-Geo-IP from pkgsrc-wip. Packaged by xtraeme@ and updated by me.
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-IP/DESCR | 8 ++++++++
net/p5-Geo-IP/Makefile | 21 +++++++++++++++++++++
net/p5-Geo-IP/PLIST | 1 +
net/p5-Geo-IP/distinfo | 4 ++++
4 files changed, 34 insertions(+), 0 deletions(-)
diffs (50 lines):
diff -r 97d99106e9b0 -r 0d3b900242b7 net/p5-Geo-IP/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Geo-IP/DESCR Sat Jul 03 00:59:03 2004 +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 97d99106e9b0 -r 0d3b900242b7 net/p5-Geo-IP/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Geo-IP/Makefile Sat Jul 03 00:59:03 2004 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/07/03 00:59:03 minskim Exp $
+#
+
+DISTNAME= Geo-IP-1.21
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Geo/}
+
+MAINTAINER= minskim%NetBSD.org@localhost
+HOMEPAGE= http://www.maxmind.com/geoip/api/perl.shtml
+COMMENT= Gets country name by IP or hostname
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= yes
+
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Geo/IP/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../net/GeoIP/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 97d99106e9b0 -r 0d3b900242b7 net/p5-Geo-IP/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Geo-IP/PLIST Sat Jul 03 00:59:03 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/03 00:59:03 minskim Exp $
diff -r 97d99106e9b0 -r 0d3b900242b7 net/p5-Geo-IP/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Geo-IP/distinfo Sat Jul 03 00:59:03 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/07/03 00:59:03 minskim Exp $
+
+SHA1 (Geo-IP-1.21.tar.gz) = 2432c29807fa64f10e5bdeb63eef0cee63e41021
+Size (Geo-IP-1.21.tar.gz) = 11574 bytes
Home |
Main Index |
Thread Index |
Old Index