pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/mpc Update to mpc 0.15



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f7bb44d7fde0
branches:  trunk
changeset: 393391:f7bb44d7fde0
user:      asau <asau%pkgsrc.org@localhost>
date:      Wed May 20 00:10:13 2009 +0000

description:
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

diffstat:

 audio/mpc/Makefile |  4 ++--
 audio/mpc/PLIST    |  8 +++++---
 audio/mpc/distinfo |  8 ++++----
 3 files changed, 11 insertions(+), 9 deletions(-)

diffs (45 lines):

diff -r 76141e6078a9 -r f7bb44d7fde0 audio/mpc/Makefile
--- a/audio/mpc/Makefile        Tue May 19 23:52:15 2009 +0000
+++ b/audio/mpc/Makefile        Wed May 20 00:10:13 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2009/01/20 23:07:51 drochner Exp $
+# $NetBSD: Makefile,v 1.11 2009/05/20 00:10:13 asau Exp $
 
-DISTNAME=              mpc-0.14
+DISTNAME=              mpc-0.15
 CATEGORIES=            audio
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=musicpd/}
 EXTRACT_SUFX=          .tar.bz2
diff -r 76141e6078a9 -r f7bb44d7fde0 audio/mpc/PLIST
--- a/audio/mpc/PLIST   Tue May 19 23:52:15 2009 +0000
+++ b/audio/mpc/PLIST   Wed May 20 00:10:13 2009 +0000
@@ -1,10 +1,12 @@
-@comment $NetBSD: PLIST,v 1.4 2008/11/18 19:01:48 rillig Exp $
+@comment $NetBSD: PLIST,v 1.5 2009/05/20 00:10:13 asau Exp $
 bin/mpc
 man/man1/mpc.1
 share/doc/mpc/AUTHORS
+share/doc/mpc/COPYING
+share/doc/mpc/NEWS
 share/doc/mpc/README
-share/doc/mpc/m3u-handler.sh
 share/doc/mpc/mpc-bashrc
+share/doc/mpc/mpd-m3u-handler.sh
+share/doc/mpc/mpd-pls-handler.sh
 share/doc/mpc/mppledit
-share/doc/mpc/pls-handler.sh
 @dirrm share/doc/mpc
diff -r 76141e6078a9 -r f7bb44d7fde0 audio/mpc/distinfo
--- a/audio/mpc/distinfo        Tue May 19 23:52:15 2009 +0000
+++ b/audio/mpc/distinfo        Wed May 20 00:10:13 2009 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2009/01/20 23:07:51 drochner Exp $
+$NetBSD: distinfo,v 1.9 2009/05/20 00:10:13 asau Exp $
 
-SHA1 (mpc-0.14.tar.bz2) = a84ba03fa7b0c24d59d4406ad167f96c7b6e8d3a
-RMD160 (mpc-0.14.tar.bz2) = a6ba46a636b3565eddade183b0071efc9ffdf5a6
-Size (mpc-0.14.tar.bz2) = 103865 bytes
+SHA1 (mpc-0.15.tar.bz2) = a5cfb83cb28ad28ad35164cbb1d718d49a51976a
+RMD160 (mpc-0.15.tar.bz2) = 1ede28050f3539b0a202fdd8f940be84d7cb19d1
+Size (mpc-0.15.tar.bz2) = 103505 bytes
 SHA1 (patch-aa) = 1b6d858d4124ce717fc412716c01667e2178da31



Home | Main Index | Thread Index | Old Index