Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (abec9ea9aabb5819a15ddbe51ff98731f8654f2c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (abec9ea9aabb5819a15ddbe51ff98731f8654f2c)
  • Date: Sun, 6 May 2012 06:23:32 -0500

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 3 +++
utils/garmintools/DEPENDS | 1 +
utils/garmintools/DETAILS | 18 ++++++++++++++++++
utils/garmintools/HISTORY | 3 +++
4 files changed, 25 insertions(+)

New commits:
commit abec9ea9aabb5819a15ddbe51ff98731f8654f2c
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

utils/garmintools: new spell, tools for communcating with garmin gps units

diff --git a/ChangeLog b/ChangeLog
index 84ab046..6614422 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2012-05-06 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * utils/garmintools: new spell, tools for communcating with garmin
gps units
+
2012-04-29 Ismael Luceno <ismael AT sourcemage.org>
* xfce/xfce4-power-manager: new spell, power manager for the Xfce
desktop
* shell-term-fm/mingetty: new spell, minimal getty
diff --git a/utils/garmintools/DEPENDS b/utils/garmintools/DEPENDS
new file mode 100755
index 0000000..3fb2769
--- /dev/null
+++ b/utils/garmintools/DEPENDS
@@ -0,0 +1 @@
+depends libusb-compat
diff --git a/utils/garmintools/DETAILS b/utils/garmintools/DETAILS
new file mode 100755
index 0000000..4dbe755
--- /dev/null
+++ b/utils/garmintools/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=garmintools
+ VERSION=0.10
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://${SPELL}.googlecode.com/files/${SOURCE}
+
SOURCE_HASH=sha512:c0a01c0e73983635501b4d63d7f08f9c3e512c4c899beae96d3fbb69c1e1ff0f5a4f5c82b9cbd243d971986489f7b9fcaf5b6c8381d1212e39074c8973f7136b
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://code.google.com/p/garmintools/";
+ LICENSE[0]=GPL
+ ENTERED=20120506
+ SHORT="a software for communcating with Garmin gps units"
+cat << EOF
+This software provides Linux users with the ability to communicate with the
+Garmin Forerunner 305 via the USB interface. While this is the only Garmin
+unit that I own, I did implement all of the documented Garmin protocols as
+of Rev C (May 19, 2006) over the USB physical link. This means that if you
+have a Garmin with a USB connection to a PC, you ought to be able to use
+this software to communicate with it.
+EOF
diff --git a/utils/garmintools/HISTORY b/utils/garmintools/HISTORY
new file mode 100644
index 0000000..d54d807
--- /dev/null
+++ b/utils/garmintools/HISTORY
@@ -0,0 +1,3 @@
+2012-05-06 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS, DEPENDS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (abec9ea9aabb5819a15ddbe51ff98731f8654f2c), Florian Franzmann, 05/06/2012

Archive powered by MHonArc 2.6.24.

Top of Page