Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c048a831fe87cd293a1ffc3d4870b6b038d2af0c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c048a831fe87cd293a1ffc3d4870b6b038d2af0c)
  • Date: Fri, 20 Aug 2010 11:51:49 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 4 ++++
http/mod_geoip2/BUILD | 1 +
http/mod_geoip2/DEPENDS | 2 ++
http/mod_geoip2/DETAILS | 14 ++++++++++++++
http/mod_geoip2/HISTORY | 2 ++
http/mod_geoip2/INSTALL | 1 +
6 files changed, 24 insertions(+)

New commits:
commit c048a831fe87cd293a1ffc3d4870b6b038d2af0c
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

mod_geoip2: new spell, Apache 2 module for finding the country of web
requests

diff --git a/ChangeLog b/ChangeLog
index 14c7c29..d493d33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-20 Vlad Glagolev <stealth AT sourcemage.org>
+ * http/mod_geoip2: new spell, Apache 2 module for finding the country
of
+ web requests
+
2010-08-17 George Sherwood <gsherwood AT sourcemage.org>
* gnome2-libs/gdk-pixbuf2: new spell for devel gtk+3
* x11-toolkits/gtk+3: new spell with latest gtk toolkit
diff --git a/http/mod_geoip2/BUILD b/http/mod_geoip2/BUILD
new file mode 100755
index 0000000..9c1fab8
--- /dev/null
+++ b/http/mod_geoip2/BUILD
@@ -0,0 +1 @@
+apxs -lGeoIP -c mod_geoip.c
diff --git a/http/mod_geoip2/DEPENDS b/http/mod_geoip2/DEPENDS
new file mode 100755
index 0000000..23f0dca
--- /dev/null
+++ b/http/mod_geoip2/DEPENDS
@@ -0,0 +1,2 @@
+depends APACHE2 &&
+depends geoip
diff --git a/http/mod_geoip2/DETAILS b/http/mod_geoip2/DETAILS
new file mode 100755
index 0000000..bf6d77b
--- /dev/null
+++ b/http/mod_geoip2/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=mod_geoip2
+ VERSION=1.2.5
+
SOURCE_HASH=sha512:bc3674fa374d613ce9512706c87cee68ecf20dfdfaeec81de8ce71345a4101ae4c6f8ac177fd9308c4ead933c757fd4e13f1888f4644650be96b36bf6d1049f5
+ SOURCE=${SPELL}_$VERSION.tar.gz
+ LICENSE[0]=APACHE
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SPELL}_$VERSION"
+ SOURCE_URL[0]=http://geolite.maxmind.com/download/geoip/api/$SPELL/$SOURCE
+ WEB_SITE=http://www.maxmind.com/app/mod_geoip
+ ENTERED=20100820
+ SHORT="Apache 2 module for finding the country of web requests"
+cat << EOF
+mod_geoip2 is an Apache 2 module for finding the country that a web request
+originated from. It uses the GeoIP library and database to perform the
lookup.
+EOF
diff --git a/http/mod_geoip2/HISTORY b/http/mod_geoip2/HISTORY
new file mode 100644
index 0000000..9462e56
--- /dev/null
+++ b/http/mod_geoip2/HISTORY
@@ -0,0 +1,2 @@
+2010-08-20 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD, DETAILS, DEPENDS, INSTALL: created the spell
diff --git a/http/mod_geoip2/INSTALL b/http/mod_geoip2/INSTALL
new file mode 100755
index 0000000..036c527
--- /dev/null
+++ b/http/mod_geoip2/INSTALL
@@ -0,0 +1 @@
+apxs -i mod_geoip.la



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c048a831fe87cd293a1ffc3d4870b6b038d2af0c), Vlad Glagolev, 08/20/2010

Archive powered by MHonArc 2.6.24.

Top of Page