pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/cmus Initial import of cmus, an ncurses audio pl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7874bab29648
branches:  trunk
changeset: 515792:7874bab29648
user:      ben <ben%pkgsrc.org@localhost>
date:      Sat Jul 08 04:31:28 2006 +0000

description:
Initial import of cmus, an ncurses audio player with many features.

CMus is a small and fast music player using the ncurses library.
CMus has vi-style command interface, e.g. searching using '/' or
'?' and adding files to playlist ':add ~/foo.ogg'.

  * Plays FLAC, OGG, MP3, WAV, modules
  * MP3 and Ogg streaming (Shoutcast/Icecast)
  * WinAmp / XMMS keys "zxcvb"
  * Can be controlled via UNIX socket
  * Customizable colors
  * Nice vi-style interface with tabulator expansion
  * Background playlist loading
  * Track metadata database makes adding files to playlist very fast.
  * Album/artist modes. Playing within one album or artist.
  * Powerful playlist filters
  * Can run external commands for the currently selected files
  * Directory browser
  * Supports 256 colors
  * Play Queue
  * Dynamic Keybinding
  * Easy to use directory browser

This package was submitted in PR#33939.

diffstat:

 audio/cmus/DESCR    |  20 ++++++++++++++++++++
 audio/cmus/Makefile |  35 +++++++++++++++++++++++++++++++++++
 audio/cmus/PLIST    |  25 +++++++++++++++++++++++++
 audio/cmus/distinfo |   5 +++++
 4 files changed, 85 insertions(+), 0 deletions(-)

diffs (101 lines):

diff -r 56a2a375be9d -r 7874bab29648 audio/cmus/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/cmus/DESCR  Sat Jul 08 04:31:28 2006 +0000
@@ -0,0 +1,20 @@
+CMus is a small and fast music player using the ncurses library.
+CMus has vi-style command interface, e.g. searching using '/' or
+'?' and adding files to playlist ':add ~/foo.ogg'.
+
+  * Plays FLAC, OGG, MP3, WAV, modules
+  * MP3 and Ogg streaming (Shoutcast/Icecast)
+  * WinAmp / XMMS keys "zxcvb"
+  * Can be controlled via UNIX socket
+  * Customizable colors
+  * Nice vi-style interface with tabulator expansion
+  * Background playlist loading
+  * Track metadata database makes adding files to playlist very fast.
+  * Album/artist modes. Playing within one album or artist.
+  * Powerful playlist filters
+  * Can run external commands for the currently selected files
+  * Directory browser
+  * Supports 256 colors
+  * Play Queue
+  * Dynamic Keybinding
+  * Easy to use directory browser
diff -r 56a2a375be9d -r 7874bab29648 audio/cmus/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/cmus/Makefile       Sat Jul 08 04:31:28 2006 +0000
@@ -0,0 +1,35 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/07/08 04:31:28 ben Exp $
+#
+
+DISTNAME=              cmus-2.0.3
+CATEGORIES=            audio
+MASTER_SITES=          http://onion.dynserv.net/~timo/files/
+EXTRACT_SUFX=          .tar.bz2
+
+MAINTAINER=            webmaster%deepblack24.de@localhost
+HOMEPAGE=              http://onion.dynserv.net/~timo/files/
+COMMENT=               Cmus is an ncurses based mp3/ogg player with a lot of features
+
+HAS_CONFIGURE=         yes
+USE_TOOLS=             gmake
+
+CONFIGURE_ARGS+=       prefix=${PREFIX}
+CONFIGURE_ARGS+=       CONFIG_ALSA=n
+CONFIGURE_ARGS+=       CONFIG_ARTS=n
+CONFIGURE_ARGS+=       CONFIG_OSS=y
+CONFIGURE_ARGS+=       CONFIG_MAD=y
+CONFIGURE_ARGS+=       CONFIG_AO=y
+CONFIGURE_ARGS+=       CONFIG_FLAC=y
+CONFIGURE_ARGS+=       mandir=${PREFIX}/man/
+
+.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} == "SunOS"
+CONFIGURE_ARGS+=       CONFIG_SUN=y
+.endif
+
+.include "../../devel/ncurses/buildlink3.mk"
+.include "../../audio/libmad/buildlink3.mk"
+.include "../../audio/libvorbis/buildlink3.mk"
+.include "../../audio/libao/buildlink3.mk"
+.include "../../audio/flac/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 56a2a375be9d -r 7874bab29648 audio/cmus/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/cmus/PLIST  Sat Jul 08 04:31:28 2006 +0000
@@ -0,0 +1,25 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/07/08 04:31:28 ben Exp $
+bin/cmus
+bin/cmus-remote
+lib/cmus/ip/flac.so
+lib/cmus/ip/mad.so
+lib/cmus/ip/vorbis.so
+lib/cmus/ip/wav.so
+lib/cmus/op/ao.so
+lib/cmus/op/oss.so
+lib/cmus/op/sun.so
+man/man1/cmus-remote.1
+man/man1/cmus.1
+share/cmus/cyan.theme
+share/cmus/default.theme
+share/cmus/gray-88.theme
+share/cmus/green-mono-88.theme
+share/cmus/rc
+share/cmus/xterm-white.theme
+share/doc/cmus/examples/cmus-status-display
+@dirrm share/doc/cmus/examples
+@dirrm share/cmus
+@dirrm lib/cmus/op
+@dirrm lib/cmus/ip
+@dirrm lib/cmus
+@dirrm share/doc/cmus
diff -r 56a2a375be9d -r 7874bab29648 audio/cmus/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/cmus/distinfo       Sat Jul 08 04:31:28 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/07/08 04:31:28 ben Exp $
+
+SHA1 (cmus-2.0.3.tar.bz2) = 8bb682ea01b3fc3a1305327f3f12c6a0f0b94ffa
+RMD160 (cmus-2.0.3.tar.bz2) = 82963101a3ca782bdad9613564cdafd842f4f7b8
+Size (cmus-2.0.3.tar.bz2) = 134703 bytes



Home | Main Index | Thread Index | Old Index