[Lunar-commits] r19749 - in moonbase: branches/submissions/new/nicotine trunk/net trunk/net/geoip

Moritz Heiber moe at lunar-linux.org
Thu Apr 20 17:03:48 UTC 2006


Author: moe
Date: 2006-04-20 17:03:45 +0000 (Thu, 20 Apr 2006)
New Revision: 19749

Added:
   moonbase/trunk/net/geoip/
   moonbase/trunk/net/geoip/DETAILS
Modified:
   moonbase/branches/submissions/new/nicotine/BUILD
   moonbase/branches/submissions/new/nicotine/DEPENDS
   moonbase/branches/submissions/new/nicotine/DETAILS
Log:
Spanking nicotine into form. Adding geoip .. a geographical IP
tracking library.



Modified: moonbase/branches/submissions/new/nicotine/BUILD
===================================================================
--- moonbase/branches/submissions/new/nicotine/BUILD	2006-04-20 16:10:38 UTC (rev 19748)
+++ moonbase/branches/submissions/new/nicotine/BUILD	2006-04-20 17:03:45 UTC (rev 19749)
@@ -1,3 +1,5 @@
 (
+   prepare_install &&
    python setup.py install
+
 ) > $C_FIFO 2>&1

Modified: moonbase/branches/submissions/new/nicotine/DEPENDS
===================================================================
--- moonbase/branches/submissions/new/nicotine/DEPENDS	2006-04-20 16:10:38 UTC (rev 19748)
+++ moonbase/branches/submissions/new/nicotine/DEPENDS	2006-04-20 17:03:45 UTC (rev 19749)
@@ -1 +1,5 @@
-depends pygtk2 
+depends pygtk2 &&
+
+optional_depends "pyvorbis" "" "" "for integrated OGG support"   &&
+optional_depends "psyco" "" "" "for inline Python optimizations" &&
+optional_depends "geoip" "" "" "for geographical user pin-pointing"

Modified: moonbase/branches/submissions/new/nicotine/DETAILS
===================================================================
--- moonbase/branches/submissions/new/nicotine/DETAILS	2006-04-20 16:10:38 UTC (rev 19748)
+++ moonbase/branches/submissions/new/nicotine/DETAILS	2006-04-20 17:03:45 UTC (rev 19749)
@@ -1,12 +1,14 @@
-MODULE=nicotine
-VERSION=1.0.8
-SOURCE=$MODULE-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
-SOURCE_URL=http://nicotine.thegraveyard.org
-SOURCE_VFY=sha1:8549172106c8f59da5a244382cbc5951dfbbc3fa
-WEB_SITE=http://nicotine.thegraveyard.org/
-ENTERED=20051008
-SHORT="Nicotine is a SoulSeek client."
+	  MODULE=nicotine
+	 VERSION=1.0.8
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=http://nicotine.thegraveyard.org
+      SOURCE_VFY=sha1:8549172106c8f59da5a244382cbc5951dfbbc3fa
+        WEB_SITE=http://nicotine.thegraveyard.org/
+         ENTERED=20051008
+           SHORT="a SoulSeek client"
 cat << EOF
-Nicotine is a SoulSeek client written in Python, based on the PySoulSeek project by Alexander Kanavin. It features, among other things, a completely rewritten graphical user interface which uses the PyGTK-2 toolkit and a less strict user request policy.
+Nicotine is a SoulSeek client written in Python, based on the PySoulSeek
+project by Alexander Kanavin. It features, among other things, a completely
+rewritten graphical user interface which uses the PyGTK-2 toolkit and a
+less strict user request policy.
 EOF

Added: moonbase/trunk/net/geoip/DETAILS
===================================================================
--- moonbase/trunk/net/geoip/DETAILS	                        (rev 0)
+++ moonbase/trunk/net/geoip/DETAILS	2006-04-20 17:03:45 UTC (rev 19749)
@@ -0,0 +1,14 @@
+          MODULE=geoip
+         VERSION=1.3.16
+          SOURCE=GeoIP-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/GeoIP-$VERSION
+      SOURCE_URL=http://www.maxmind.com/download/geoip/api/c/
+      SOURCE_VFY=sha1:42985f8d940b649f53604ef21780993461f68437
+        WEB_SITE=http://www.maxmind.com/app/c
+         ENTERED=20060420
+         UPDATED=20050420
+           SHORT="open source GeoIP C API"
+
+cat << EOF
+The open source GeoIP C API includes a free GeoLite Country database.
+EOF



More information about the Lunar-commits mailing list