summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLadislav Hagara2009-01-03 03:07:58 +0000
committerLadislav Hagara2009-01-03 03:07:58 +0000
commitf80b187ae5a665a53a3851de574cbb32696aa65c (patch)
tree91308408c7161fad4f4f491385f91bed3a46bce3
parent9b3772f157b8d81620cbedb000bca5c373fd6c93 (diff)
audio-players/cdcd: new spell, a console CD player
-rw-r--r--ChangeLog3
-rwxr-xr-xaudio-players/cdcd/DEPENDS1
-rwxr-xr-xaudio-players/cdcd/DETAILS15
-rw-r--r--audio-players/cdcd/HISTORY3
4 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0cb3983f6f..c19bbb9887 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-01-03 Ladislav Hagara <hgr@vabo.cz>
+ * audio-players/cdcd: new spell, a console CD player
+
2009-01-02 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
* security/pam-imap: new spell, auth against imap server with pam
* doc/info2man: new spell, a nice way of getting rid of info pages
diff --git a/audio-players/cdcd/DEPENDS b/audio-players/cdcd/DEPENDS
new file mode 100755
index 0000000000..dcc6d325d8
--- /dev/null
+++ b/audio-players/cdcd/DEPENDS
@@ -0,0 +1 @@
+depends libcdaudio
diff --git a/audio-players/cdcd/DETAILS b/audio-players/cdcd/DETAILS
new file mode 100755
index 0000000000..fc34cee429
--- /dev/null
+++ b/audio-players/cdcd/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=cdcd
+ VERSION=0.6.6
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=$SOURCEFORGE_URL/libcdaudio/$SOURCE
+ SOURCE_HASH=sha512:841f2d7f85c81a8cc9e88bc13515959a911e22fe9cff7fd272bab63fccb3e6bbf44e9d66fc2524f1670da20568d6e10434de8143a5e94fc576c7193b4a68f418
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=http://libcdaudio.sourceforge.net/
+ LICENSE[0]=GPL
+ ENTERED=20090103
+ SHORT="a console CD player"
+cat << EOF
+cdcd is a CD player which is usable from the command-line as well as from
+its own prompt. It can manage track names, retrieve them from the internet,
+do trackname completion, and more.
+EOF
diff --git a/audio-players/cdcd/HISTORY b/audio-players/cdcd/HISTORY
new file mode 100644
index 0000000000..6c9fdcd2cc
--- /dev/null
+++ b/audio-players/cdcd/HISTORY
@@ -0,0 +1,3 @@
+2009-01-03 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS, DEPENDS: spell created, version 0.6.6
+