Wed May 20 00:10:13 2009 UTC ()
Update to mpc 0.15

Changes since previous release:
* optimized and simplified the "add" command, don't obtain and print
  song list when adding directories
* same optimization for the "ls" command, which did some very
  expensive underscore matching logic using "listall"
* show MPD error message in "status"
* fixed special character handling in bash completion
* don't fall back to ISO-Latin-1 in unknown locale
* disable character set conversion to/from pipe
* bug fixes


(asau)
diff -r1.10 -r1.11 pkgsrc/audio/mpc/Makefile
diff -r1.4 -r1.5 pkgsrc/audio/mpc/PLIST
diff -r1.8 -r1.9 pkgsrc/audio/mpc/distinfo

cvs diff -r1.10 -r1.11 pkgsrc/audio/mpc/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/mpc/Makefile 2009/01/20 23:07:51 1.10
+++ pkgsrc/audio/mpc/Makefile 2009/05/20 00:10:13 1.11
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.10 2009/01/20 23:07:51 drochner Exp $ 1# $NetBSD: Makefile,v 1.11 2009/05/20 00:10:13 asau Exp $
2 2
3DISTNAME= mpc-0.14 3DISTNAME= mpc-0.15
4CATEGORIES= audio 4CATEGORIES= audio
5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=musicpd/} 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=musicpd/}
6EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
7 7
8MAINTAINER= simonb@NetBSD.org 8MAINTAINER= simonb@NetBSD.org
9HOMEPAGE= http://musicpd.org/ 9HOMEPAGE= http://musicpd.org/
10COMMENT= Command-line client for musicpd 10COMMENT= Command-line client for musicpd
11 11
12PKG_DESTDIR_SUPPORT= user-destdir 12PKG_DESTDIR_SUPPORT= user-destdir
13 13
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15USE_LIBTOOL= yes 15USE_LIBTOOL= yes
16 16

cvs diff -r1.4 -r1.5 pkgsrc/audio/mpc/PLIST (expand / switch to unified diff)

--- pkgsrc/audio/mpc/PLIST 2008/11/18 19:01:48 1.4
+++ pkgsrc/audio/mpc/PLIST 2009/05/20 00:10:13 1.5
@@ -1,10 +1,12 @@ @@ -1,10 +1,12 @@
1@comment $NetBSD: PLIST,v 1.4 2008/11/18 19:01:48 rillig Exp $ 1@comment $NetBSD: PLIST,v 1.5 2009/05/20 00:10:13 asau Exp $
2bin/mpc 2bin/mpc
3man/man1/mpc.1 3man/man1/mpc.1
4share/doc/mpc/AUTHORS 4share/doc/mpc/AUTHORS
 5share/doc/mpc/COPYING
 6share/doc/mpc/NEWS
5share/doc/mpc/README 7share/doc/mpc/README
6share/doc/mpc/m3u-handler.sh 
7share/doc/mpc/mpc-bashrc 8share/doc/mpc/mpc-bashrc
 9share/doc/mpc/mpd-m3u-handler.sh
 10share/doc/mpc/mpd-pls-handler.sh
8share/doc/mpc/mppledit 11share/doc/mpc/mppledit
9share/doc/mpc/pls-handler.sh 
10@dirrm share/doc/mpc 12@dirrm share/doc/mpc

cvs diff -r1.8 -r1.9 pkgsrc/audio/mpc/distinfo (expand / switch to unified diff)

--- pkgsrc/audio/mpc/distinfo 2009/01/20 23:07:51 1.8
+++ pkgsrc/audio/mpc/distinfo 2009/05/20 00:10:13 1.9
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.8 2009/01/20 23:07:51 drochner Exp $ 1$NetBSD: distinfo,v 1.9 2009/05/20 00:10:13 asau Exp $
2 2
3SHA1 (mpc-0.14.tar.bz2) = a84ba03fa7b0c24d59d4406ad167f96c7b6e8d3a 3SHA1 (mpc-0.15.tar.bz2) = a5cfb83cb28ad28ad35164cbb1d718d49a51976a
4RMD160 (mpc-0.14.tar.bz2) = a6ba46a636b3565eddade183b0071efc9ffdf5a6 4RMD160 (mpc-0.15.tar.bz2) = 1ede28050f3539b0a202fdd8f940be84d7cb19d1
5Size (mpc-0.14.tar.bz2) = 103865 bytes 5Size (mpc-0.15.tar.bz2) = 103505 bytes
6SHA1 (patch-aa) = 1b6d858d4124ce717fc412716c01667e2178da31 6SHA1 (patch-aa) = 1b6d858d4124ce717fc412716c01667e2178da31