[Lunar-commits] <moonbase> mt-daapd: moved to zdeprecated

Jean-Michel Bruenn wdp at lunar-linux.org
Mon Aug 15 20:08:34 CEST 2011


commit 218050b23c23e4ca457d496359198d589030a3ca
Author: Jean-Michel Bruenn <wdp at lunar-linux.org>
Date:   Mon Aug 15 20:08:34 2011 +0200

    mt-daapd: moved to zdeprecated
    
    official website is dead, development is not active
    downloads still possible over sforge.
---
 audio/mt-daapd/BUILD                 |    8 --------
 audio/mt-daapd/CONFIGURE             |    1 -
 audio/mt-daapd/DEPENDS               |   10 ----------
 audio/mt-daapd/DETAILS               |   21 ---------------------
 audio/mt-daapd/init.d/mt-daapd       |   11 -----------
 zdeprecated/mt-daapd/BUILD           |    8 ++++++++
 zdeprecated/mt-daapd/CONFIGURE       |    1 +
 zdeprecated/mt-daapd/DEPENDS         |   10 ++++++++++
 zdeprecated/mt-daapd/DETAILS         |   21 +++++++++++++++++++++
 zdeprecated/mt-daapd/init.d/mt-daapd |   11 +++++++++++
 10 files changed, 51 insertions(+), 51 deletions(-)

diff --git a/audio/mt-daapd/BUILD b/audio/mt-daapd/BUILD
deleted file mode 100644
index a977430..0000000
--- a/audio/mt-daapd/BUILD
+++ /dev/null
@@ -1,8 +0,0 @@
-(
-  default_build
-
-  mkdir -p /var/cache/mt-daapd
-
-  cp $SOURCE_DIRECTORY/contrib/mt-daapd.conf /usr/share/mt-daapd/mt-daapd.conf.sample
- 
-) > $C_FIFO 2>&1
diff --git a/audio/mt-daapd/CONFIGURE b/audio/mt-daapd/CONFIGURE
deleted file mode 100644
index 87dba89..0000000
--- a/audio/mt-daapd/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-mquery MDNS "Enable mDNS support?" n "--enable-mdns" "--disable-mdns"
diff --git a/audio/mt-daapd/DEPENDS b/audio/mt-daapd/DEPENDS
deleted file mode 100644
index 0c58cf9..0000000
--- a/audio/mt-daapd/DEPENDS
+++ /dev/null
@@ -1,10 +0,0 @@
-depends libid3tag
-depends zlib
-depends gdbm
-
-optional_depends "avahi" \
-                 " "    \
-                 " "    \
-                 "for Zeroconf networking support,recommended"
-
-optional_depends "mp4v2" " " " " "for AAC metadata"
diff --git a/audio/mt-daapd/DETAILS b/audio/mt-daapd/DETAILS
deleted file mode 100644
index 42222a4..0000000
--- a/audio/mt-daapd/DETAILS
+++ /dev/null
@@ -1,21 +0,0 @@
-          MODULE=mt-daapd
-         VERSION=0.2.4.2
-          SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=$SFORGE_URL/$MODULE
-      SOURCE_VFY=sha1:5f1c04100b1d18a9cf6f03f879b5c3e9a7bd172f
-        WEB_SITE=http://www.fireflymediaserver.org
-         ENTERED=20070702
-         UPDATED=20090323
-           SHORT="Firefly Media Server project"
-
-cat << EOF
-mt-daapd is a program which acts as an iTunes (DAAP) server for Linux
-and other POSIX unixes.
-
- * Supports the Roku SoundBridge (query/browse/index support)
- * Supports periodic rescans of the database
- * Can advertise shoutcast streams
- * Supports password-protected shares
- * Is web-configurable and managable
- * Support dynamic playlists, like iTunes "Smart playlists"
-EOF
diff --git a/audio/mt-daapd/init.d/mt-daapd b/audio/mt-daapd/init.d/mt-daapd
deleted file mode 100755
index 080a99d..0000000
--- a/audio/mt-daapd/init.d/mt-daapd
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-
-# chkconfig: 345 99 01
-# description: itunesserver
-# processname: mt-daapd
-# config: /etc/mt-daapd.conf
-
-ARGS=""
-
-. /lib/lsb/init-functions $1
-
diff --git a/zdeprecated/mt-daapd/BUILD b/zdeprecated/mt-daapd/BUILD
new file mode 100644
index 0000000..a977430
--- /dev/null
+++ b/zdeprecated/mt-daapd/BUILD
@@ -0,0 +1,8 @@
+(
+  default_build
+
+  mkdir -p /var/cache/mt-daapd
+
+  cp $SOURCE_DIRECTORY/contrib/mt-daapd.conf /usr/share/mt-daapd/mt-daapd.conf.sample
+ 
+) > $C_FIFO 2>&1
diff --git a/zdeprecated/mt-daapd/CONFIGURE b/zdeprecated/mt-daapd/CONFIGURE
new file mode 100644
index 0000000..87dba89
--- /dev/null
+++ b/zdeprecated/mt-daapd/CONFIGURE
@@ -0,0 +1 @@
+mquery MDNS "Enable mDNS support?" n "--enable-mdns" "--disable-mdns"
diff --git a/zdeprecated/mt-daapd/DEPENDS b/zdeprecated/mt-daapd/DEPENDS
new file mode 100644
index 0000000..0c58cf9
--- /dev/null
+++ b/zdeprecated/mt-daapd/DEPENDS
@@ -0,0 +1,10 @@
+depends libid3tag
+depends zlib
+depends gdbm
+
+optional_depends "avahi" \
+                 " "    \
+                 " "    \
+                 "for Zeroconf networking support,recommended"
+
+optional_depends "mp4v2" " " " " "for AAC metadata"
diff --git a/zdeprecated/mt-daapd/DETAILS b/zdeprecated/mt-daapd/DETAILS
new file mode 100644
index 0000000..42222a4
--- /dev/null
+++ b/zdeprecated/mt-daapd/DETAILS
@@ -0,0 +1,21 @@
+          MODULE=mt-daapd
+         VERSION=0.2.4.2
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=$SFORGE_URL/$MODULE
+      SOURCE_VFY=sha1:5f1c04100b1d18a9cf6f03f879b5c3e9a7bd172f
+        WEB_SITE=http://www.fireflymediaserver.org
+         ENTERED=20070702
+         UPDATED=20090323
+           SHORT="Firefly Media Server project"
+
+cat << EOF
+mt-daapd is a program which acts as an iTunes (DAAP) server for Linux
+and other POSIX unixes.
+
+ * Supports the Roku SoundBridge (query/browse/index support)
+ * Supports periodic rescans of the database
+ * Can advertise shoutcast streams
+ * Supports password-protected shares
+ * Is web-configurable and managable
+ * Support dynamic playlists, like iTunes "Smart playlists"
+EOF
diff --git a/zdeprecated/mt-daapd/init.d/mt-daapd b/zdeprecated/mt-daapd/init.d/mt-daapd
new file mode 100755
index 0000000..080a99d
--- /dev/null
+++ b/zdeprecated/mt-daapd/init.d/mt-daapd
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+# chkconfig: 345 99 01
+# description: itunesserver
+# processname: mt-daapd
+# config: /etc/mt-daapd.conf
+
+ARGS=""
+
+. /lib/lsb/init-functions $1
+


More information about the Lunar-commits mailing list