Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (d5ce27d7129d3921b17c41d82e4c8adbfd88eb07)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (d5ce27d7129d3921b17c41d82e4c8adbfd88eb07)
  • Date: Tue, 22 May 2007 09:15:47 -0500

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

ChangeLog | 5 +++++
audio-soft/scmpc/DEPENDS | 4 ++++
audio-soft/scmpc/DETAILS | 23 +++++++++++++++++++++++
audio-soft/scmpc/HISTORY | 3 +++
libs/argtable/DETAILS | 22 ++++++++++++++++++++++
libs/argtable/HISTORY | 3 +++
6 files changed, 60 insertions(+)

New commits:
commit d5ce27d7129d3921b17c41d82e4c8adbfd88eb07
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

argtable and scmpc: fixing wierd permissions and HISTORY

commit 27b8c29f1ee63ec8af4dd14b0e759c6e33f6031a
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

scmpc and argtable spells

diff --git a/ChangeLog b/ChangeLog
index d5f1000..2cc3d5e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-05-22 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * audio-soft/scmpc: a client for mpd (music player daemon) that
scrobbles
+ the played tracks to audio scrobbler #13791
+ * libs/argtable: a library for parsing gnu style command lines #13790
+
2007-05-21 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* FUNCTIONS: minor fixup in waf_build

diff --git a/audio-soft/scmpc/DEPENDS b/audio-soft/scmpc/DEPENDS
new file mode 100755
index 0000000..2a2f84f
--- /dev/null
+++ b/audio-soft/scmpc/DEPENDS
@@ -0,0 +1,4 @@
+depends curl &&
+depends argtable &&
+depends confuse &&
+depends libdaemon
diff --git a/audio-soft/scmpc/DETAILS b/audio-soft/scmpc/DETAILS
new file mode 100755
index 0000000..e00f8dd
--- /dev/null
+++ b/audio-soft/scmpc/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=scmpc
+ VERSION=0.2.2
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://download.berlios.de/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:39172e835eb17b24906cd594babb8482034ffc91126871a19bd9cb194f9cd29326d6832c7ae80fdf6d6928b3a55113c9de28cc13257a1a1a8cb3f2fc68e2df69
+ WEB_SITE=http://scmpc.berlios.de/
+ ENTERED=20070521
+ LICENSE[0]=GPL
+ KEYWORDS="mpd audio scrobbler"
+ SHORT="A client for MPD which submits your tracks to
Audioscrobbler."
+cat << EOF
+scmpc is a client for MPD which submits your tracks to Audioscrobbler.
+
+Features
+ - Can be run as a daemon, either as a user or as root.
+ - Keeps unsubmitted songs in a queue which is saved to a file at a
+ configurable interval.
+ - Will try to reconnect to MPD and Audioscrobbler if the network connection
+ fails.
+ - Works with a password-protected MPD server.
+ - Works when crossfading is enabled.
+EOF
diff --git a/audio-soft/scmpc/HISTORY b/audio-soft/scmpc/HISTORY
new file mode 100644
index 0000000..d8562e8
--- /dev/null
+++ b/audio-soft/scmpc/HISTORY
@@ -0,0 +1,3 @@
+2007-05-21 Remko van der Vossen <wich AT stack.nl>
+ * DEPENDS, DETAILS: Created spell
+
diff --git a/libs/argtable/DETAILS b/libs/argtable/DETAILS
new file mode 100755
index 0000000..27b1a26
--- /dev/null
+++ b/libs/argtable/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=argtable
+ VERSION=2.6
+ SOURCE=argtable2-6.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/argtable2-6
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:dd2235fdd786c9ae3fac95295d3e0ee5d1547a31ab2cc56551af225b28747ccfed10a5c4e990e72a87bcb174c9b586bddd07c9f1144806051f9aef7085e7c4e6
+ WEB_SITE=http://argtable.sourceforge.net/
+ ENTERED=20070521
+ LICENSE[0]=GPL
+ KEYWORDS="command line parser"
+ SHORT="Argtable is an ANSI C command line parser."
+cat << EOF
+Argtable is an ANSI C library for parsing GNU style command line options
with a
+minimum of fuss. It enables a program's command line syntax to be defined in
the
+source code as an array of argtable structs. The command line is then parsed
+according to that specification and the resulting values are returned in
those
+same structs where they are accessible to the main program. Both tagged (-v,
+--verbose, --foo=bar) and untagged arguments are supported, as are multiple
+instances of each argument. Syntax error handling is automatic and the
library
+also provides the means for generating a textual description of the command
line
+syntax.
+EOF
diff --git a/libs/argtable/HISTORY b/libs/argtable/HISTORY
new file mode 100644
index 0000000..b2e5242
--- /dev/null
+++ b/libs/argtable/HISTORY
@@ -0,0 +1,3 @@
+2007-05-21 Remko van der Vossen <wich AT stack.nl>
+ * DETAILS: Created spell
+



  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (d5ce27d7129d3921b17c41d82e4c8adbfd88eb07), Jaka Kranjc, 05/22/2007

Archive powered by MHonArc 2.6.24.

Top of Page