summaryrefslogtreecommitdiff
path: root/audio/cymbaline
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-06-20 15:02:29 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-06-20 15:02:29 +0000
commit13e898224a0ab980b57c65de57412bb0f0f96e78 (patch)
treeeea1200dc0fae78b13ee28eb7661ab3c090844ab /audio/cymbaline
parentUpdate to 0.5.0 (diff)
add cymbaline
mpg123 console frontend
Notes
Notes: svn path=/head/; revision=44257
Diffstat (limited to 'audio/cymbaline')
-rw-r--r--audio/cymbaline/Makefile27
-rw-r--r--audio/cymbaline/distinfo1
-rw-r--r--audio/cymbaline/pkg-comment1
-rw-r--r--audio/cymbaline/pkg-descr11
-rw-r--r--audio/cymbaline/pkg-plist2
5 files changed, 42 insertions, 0 deletions
diff --git a/audio/cymbaline/Makefile b/audio/cymbaline/Makefile
new file mode 100644
index 000000000000..19901b118828
--- /dev/null
+++ b/audio/cymbaline/Makefile
@@ -0,0 +1,27 @@
+# ex:ts=8
+# New ports collection makefile for: cymbaline
+# Date created: Jun 20, 2001
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= cymbaline
+PORTVERSION= 0.6
+CATEGORIES= audio python
+MASTER_SITES= http://www.silmarill.org/cymbaline/
+DISTNAME= ${PORTNAME}
+
+MAINTAINER= ijliao@FreeBSD.org
+
+RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 \
+ aumix:${PORTSDIR}/audio/aumix
+
+USE_PYTHON= yes
+NO_BUILD= yes
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/cymbaline.py ${PREFIX}/bin/cymbaline
+ ${INSTALL_DATA} ${WRKSRC}/mp3.py ${PYTHON_SITELIBDIR}
+
+.include <bsd.port.mk>
diff --git a/audio/cymbaline/distinfo b/audio/cymbaline/distinfo
new file mode 100644
index 000000000000..d0dc3ef78bd5
--- /dev/null
+++ b/audio/cymbaline/distinfo
@@ -0,0 +1 @@
+MD5 (cymbaline.tar.gz) = cbf393abda75361cb4d303b6f3d58040
diff --git a/audio/cymbaline/pkg-comment b/audio/cymbaline/pkg-comment
new file mode 100644
index 000000000000..c576560219aa
--- /dev/null
+++ b/audio/cymbaline/pkg-comment
@@ -0,0 +1 @@
+mpg123 console frontend
diff --git a/audio/cymbaline/pkg-descr b/audio/cymbaline/pkg-descr
new file mode 100644
index 000000000000..02d2c7a415df
--- /dev/null
+++ b/audio/cymbaline/pkg-descr
@@ -0,0 +1,11 @@
+Cymbaline - python mpg123 console frontend
+
+Features:
+ * recurse directories
+ * searching
+ * colors
+ * dir-oriented playlist navigation
+ * easy to tweak (if you know python!)
+ * learns which songs you like most and plays them more often in random mode
+
+WWW: http://www.silmarill.org/cymbaline/
diff --git a/audio/cymbaline/pkg-plist b/audio/cymbaline/pkg-plist
new file mode 100644
index 000000000000..a1c7c17043af
--- /dev/null
+++ b/audio/cymbaline/pkg-plist
@@ -0,0 +1,2 @@
+bin/cymbaline
+lib/%%PYTHON_VERSION%%/site-packages/mp3.py