[Lunar-commits] <moonbase> move IP-Country to web
Paul Bredbury
brebs at lunar-linux.org
Mon Sep 28 01:58:57 CEST 2009
commit cdbc0244a6e05ad3d3af7548b223868d04313824
Author: Paul Bredbury <brebs at lunar-linux.org>
Date: Mon Sep 28 06:58:57 2009 +0700
move IP-Country to web
---
web/IP-Country/BUILD | 6 ++++++
web/IP-Country/DEPENDS | 1 +
web/IP-Country/DETAILS | 24 ++++++++++++++++++++++++
zbeta/IP-Country/BUILD | 6 ------
zbeta/IP-Country/DEPENDS | 1 -
zbeta/IP-Country/DETAILS | 24 ------------------------
6 files changed, 31 insertions(+), 31 deletions(-)
diff --git a/web/IP-Country/BUILD b/web/IP-Country/BUILD
new file mode 100644
index 0000000..a543489
--- /dev/null
+++ b/web/IP-Country/BUILD
@@ -0,0 +1,6 @@
+(
+
+ perl Makefile.PL &&
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/web/IP-Country/DEPENDS b/web/IP-Country/DEPENDS
new file mode 100644
index 0000000..4a39dbf
--- /dev/null
+++ b/web/IP-Country/DEPENDS
@@ -0,0 +1 @@
+depends Geography-Countries
diff --git a/web/IP-Country/DETAILS b/web/IP-Country/DETAILS
new file mode 100644
index 0000000..971e460
--- /dev/null
+++ b/web/IP-Country/DETAILS
@@ -0,0 +1,24 @@
+ MODULE=IP-Country
+ VERSION=2.27
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://search.cpan.org/CPAN/authors/id/N/NW/NWETTERS
+ SOURCE_VFY=sha1:889644a7c49714fa6968a0d78f5dfc091f4b0181
+ WEB_SITE=http://search.cpan.org/dist/IP-Country/
+ ENTERED=20090810
+ UPDATED=20090810
+ SHORT="Fast lookup of country codes from IP addresses"
+
+cat << EOF
+Finding the home country of a client using only the IP address can be
+difficult. Looking up the domain name associated with that address can
+provide some help, but many IP addresses are not reverse-mapped to any
+useful domain, and the most common domain (.com) offers no help when
+looking for the country.
+
+This module comes bundled with a database of countries where various IP
+addresses have been assigned. Although the country of assignment will
+probably be the country associated with a large ISP rather than the
+client herself, this is probably good enough for most log analysis
+applications, and under tests has proved to be as accurate as
+reverse-DNS and WHOIS lookup.
+EOF
diff --git a/zbeta/IP-Country/BUILD b/zbeta/IP-Country/BUILD
deleted file mode 100644
index a543489..0000000
--- a/zbeta/IP-Country/BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-(
-
- perl Makefile.PL &&
- default_make
-
-) > $C_FIFO 2>&1
diff --git a/zbeta/IP-Country/DEPENDS b/zbeta/IP-Country/DEPENDS
deleted file mode 100644
index 4a39dbf..0000000
--- a/zbeta/IP-Country/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends Geography-Countries
diff --git a/zbeta/IP-Country/DETAILS b/zbeta/IP-Country/DETAILS
deleted file mode 100644
index 971e460..0000000
--- a/zbeta/IP-Country/DETAILS
+++ /dev/null
@@ -1,24 +0,0 @@
- MODULE=IP-Country
- VERSION=2.27
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://search.cpan.org/CPAN/authors/id/N/NW/NWETTERS
- SOURCE_VFY=sha1:889644a7c49714fa6968a0d78f5dfc091f4b0181
- WEB_SITE=http://search.cpan.org/dist/IP-Country/
- ENTERED=20090810
- UPDATED=20090810
- SHORT="Fast lookup of country codes from IP addresses"
-
-cat << EOF
-Finding the home country of a client using only the IP address can be
-difficult. Looking up the domain name associated with that address can
-provide some help, but many IP addresses are not reverse-mapped to any
-useful domain, and the most common domain (.com) offers no help when
-looking for the country.
-
-This module comes bundled with a database of countries where various IP
-addresses have been assigned. Although the country of assignment will
-probably be the country associated with a large ISP rather than the
-client herself, this is probably good enough for most log analysis
-applications, and under tests has proved to be as accurate as
-reverse-DNS and WHOIS lookup.
-EOF
More information about the Lunar-commits
mailing list