1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

add cymbaline

mpg123 console frontend
This commit is contained in:
Ying-Chieh Liao 2001-06-20 15:02:29 +00:00
parent c6907d6b21
commit 13e898224a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44257
6 changed files with 43 additions and 0 deletions

View File

@ -24,6 +24,7 @@
SUBDIR += cmp3
SUBDIR += csound
SUBDIR += csound-manual
SUBDIR += cymbaline
SUBDIR += dagrab
SUBDIR += dap
SUBDIR += denemo

27
audio/cymbaline/Makefile Normal file
View File

@ -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>

1
audio/cymbaline/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (cymbaline.tar.gz) = cbf393abda75361cb4d303b6f3d58040

View File

@ -0,0 +1 @@
mpg123 console frontend

11
audio/cymbaline/pkg-descr Normal file
View File

@ -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/

View File

@ -0,0 +1,2 @@
bin/cymbaline
lib/%%PYTHON_VERSION%%/site-packages/mp3.py