Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andraž 'ruskie' Levstik (b867849f320edb02ad660b48e16eb78938121777)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž 'ruskie' Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andraž 'ruskie' Levstik (b867849f320edb02ad660b48e16eb78938121777)
  • Date: Thu, 10 Apr 2008 13:05:09 -0500

GIT changes to master grimoire by Andraž 'ruskie' Levstik
<ruskie AT codemages.net>:

ChangeLog | 4 ++++
mobile/tangogps/DEPENDS | 7 +++++++
mobile/tangogps/DETAILS | 37 +++++++++++++++++++++++++++++++++++++
mobile/tangogps/HISTORY | 3 +++
4 files changed, 51 insertions(+)

New commits:
commit b867849f320edb02ad660b48e16eb78938121777
Author: Andraž 'ruskie' Levstik <ruskie AT codemages.net>
Commit: Andraž 'ruskie' Levstik <ruskie AT codemages.net>

tangogps: new spell, a gps app that is desigend for the neo but usable on
the desktop as well

diff --git a/ChangeLog b/ChangeLog
index 2c601ba..683ffc0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-04-10 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * mobile/tangogps: new spell, a gps app desigend for the neo but
usable on a
+ desktop as well
+
2008-04-10 Arjan Bouter <abouter AT sourcemage.org>
* wm-addons/wbar: new spell, application launcher

diff --git a/mobile/tangogps/DEPENDS b/mobile/tangogps/DEPENDS
new file mode 100755
index 0000000..be71e55
--- /dev/null
+++ b/mobile/tangogps/DEPENDS
@@ -0,0 +1,7 @@
+depends gtk+2 &&
+depends dbus &&
+depends dbus-glib &&
+depends curl &&
+depends gconf2 &&
+depends gpsd &&
+depends glib2
diff --git a/mobile/tangogps/DETAILS b/mobile/tangogps/DETAILS
new file mode 100755
index 0000000..31ce6ae
--- /dev/null
+++ b/mobile/tangogps/DETAILS
@@ -0,0 +1,37 @@
+ SPELL=tangogps
+ VERSION=0.7.98
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://www.${SPELL}.org/downloads/${SOURCE}
+
SOURCE_HASH=sha512:304c902f1d5c09101eef657ac48c85b866eb8785e2f977ec113c55eb8988eb2d2b237862fd7590769867a2f247656c6ea90db0d4bcece3ff6e066f87e156e8b2
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.tangogps.org/";
+ LICENSE[0]=GPL
+ ENTERED=20080410
+ SHORT="tangoGPS is a lightweight and fast mapping application."
+cat << EOF
+tangoGPS is a lightweight and fast mapping application. It runs on handheld
+devices like the Openmoko Neo1973 as well as on the desktop. By default is
+uses map data from the OpenStreetMap.org project.
+
+Maps are automagically downloaded and cached for offline use while you drag
+or zoom the map.
+
+. If connected to a GPS your current position and track are shown on the map
+and you can log positional data for further processing, i.e. for geocoding
+photos or uploading streets to Openstreetmap.
+
+A basic friend finder function lets you exchange your position with others.
+
+
+License: GPLv2
+
+. Technology
+
+tangoGPS is a GTK+ application fully developed on the desktop and then simply
+crosscompiled for the Neo. It is written in C and uses the following libs:
+
+ * GdkPixbuf * gconf-2 * dbus * gthread * libcurl
+
+All this works right out of the box on the Neo / OpenMoko - it's kind of
+magic due to the openembedded build system used by OpenMoko.
+EOF
diff --git a/mobile/tangogps/HISTORY b/mobile/tangogps/HISTORY
new file mode 100644
index 0000000..da27e8c
--- /dev/null
+++ b/mobile/tangogps/HISTORY
@@ -0,0 +1,3 @@
+2008-04-10 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Andraž 'ruskie' Levstik (b867849f320edb02ad660b48e16eb78938121777), Andraž 'ruskie' Levstik, 04/10/2008

Archive powered by MHonArc 2.6.24.

Top of Page