Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andraž Levstik (d423cc1200e8be186a3e260c8dca24247dcf02fe)
  • Date: Sun, 22 Jul 2007 11:43:41 -0500

GIT changes to master grimoire by Andraž Levstik <ruskie AT mages.ath.cx>:

ChangeLog | 3 +++
audio-soft/gnump3d/BUILD | 1 +
audio-soft/gnump3d/CD4C0D9D.gpg |binary
audio-soft/gnump3d/DEPENDS | 1 +
audio-soft/gnump3d/DETAILS | 21 +++++++++++++++++++++
audio-soft/gnump3d/HISTORY | 6 ++++++
audio-soft/gnump3d/PRE_BUILD | 3 +++
audio-soft/gnump3d/init.d/gnump3d | 9 +++++++++
8 files changed, 44 insertions(+)

New commits:
commit d423cc1200e8be186a3e260c8dca24247dcf02fe
Author: Andraž Levstik <ruskie AT mages.ath.cx>
Commit: Andraž Levstik <ruskie AT mages.ath.cx>

audio-soft/gnump3d: new spell, streaming server in perl

diff --git a/ChangeLog b/ChangeLog
index 97b8e62..d57b0ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-07-22 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * audio-soft/gnump3d: new spell, streaming server in perl
+
2007-07-22 Treeve Jelbert <treeve AT sourcemage.org>
* kde-apps/digikamplugins: spell deprecated [replaced by ]
2007-07-21 Treeve Jelbert <treeve AT sourcemage.org>
diff --git a/audio-soft/gnump3d/BUILD b/audio-soft/gnump3d/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/audio-soft/gnump3d/BUILD
@@ -0,0 +1 @@
+true
diff --git a/audio-soft/gnump3d/CD4C0D9D.gpg b/audio-soft/gnump3d/CD4C0D9D.gpg
new file mode 100644
index 0000000..1dc6bd8
Binary files /dev/null and b/audio-soft/gnump3d/CD4C0D9D.gpg differ
diff --git a/audio-soft/gnump3d/DEPENDS b/audio-soft/gnump3d/DEPENDS
new file mode 100755
index 0000000..c1a1bc6
--- /dev/null
+++ b/audio-soft/gnump3d/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/audio-soft/gnump3d/DETAILS b/audio-soft/gnump3d/DETAILS
new file mode 100755
index 0000000..71af1e7
--- /dev/null
+++ b/audio-soft/gnump3d/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=gnump3d
+ VERSION=2.9final
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE2=$SOURCE.sig
+ SOURCE_URL[0]=http://savannah.gnu.org/download/${SPELL}/${SOURCE}
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+ SOURCE_GPG=CD4C0D9D.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.gnump3d.org/ "
+ LICENSE[0]=GPL
+ ENTERED=20070722
+ SHORT="A portable streaming MP3/Ogg server."
+cat << EOF
+GNUMP3d is a small, portable, and robust server for streaming MP3s, OGGs,
+and other audio files. It presents a simple and attractive interface to
+Web browsers, which allows you to navigate through your music collection.
+Individual files may be streamed, as can whole directory trees. Other
+features include the ability to see your most popular tracks, and to search
+your collection for songs.
+EOF
diff --git a/audio-soft/gnump3d/HISTORY b/audio-soft/gnump3d/HISTORY
new file mode 100644
index 0000000..932558b
--- /dev/null
+++ b/audio-soft/gnump3d/HISTORY
@@ -0,0 +1,6 @@
+2007-07-22 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: converted to upstream signature checking
+ * init.d/gnump3d: added
+ * PRE_BUILD: added
+ * CD4C0D9D.gpg: added gpg keyring
+ * DETAILS, DEPENDS, BUILD, HISTORY: created spell
diff --git a/audio-soft/gnump3d/PRE_BUILD b/audio-soft/gnump3d/PRE_BUILD
new file mode 100755
index 0000000..c206cb9
--- /dev/null
+++ b/audio-soft/gnump3d/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sedit "s:local/man:man:g" Makefile
diff --git a/audio-soft/gnump3d/init.d/gnump3d
b/audio-soft/gnump3d/init.d/gnump3d
new file mode 100755
index 0000000..8391752
--- /dev/null
+++ b/audio-soft/gnump3d/init.d/gnump3d
@@ -0,0 +1,9 @@
+#!/bin/sh
+#
+
+PROGRAM=/usr/bin/gnump3d
+ARGS="--background"
+RUNLEVEL=3
+NEEDS="+network +remote_fs"
+
+. /etc/init.d/smgl_init



  • [SM-Commit] GIT changes to master grimoire by Andraž Levstik (d423cc1200e8be186a3e260c8dca24247dcf02fe), Andraž Levstik, 07/22/2007

Archive powered by MHonArc 2.6.24.

Top of Page