Sun Mar 3 10:19:10 2013 UTC ()
Update to 20121201.  Changes:

abc2midi, yaps, abc2abc: The time signature C| or c| is now
interpreted as 2/2 instead of 4/4.

Added Chinese character support in lyrics.

abc2midi extension: abc2midi treats Xn the same way as Zn

bug fix: abc2abc truncated the voice ids when it encounters the first
invalid character without giving any warning.

bug fix: abc2midi was unable to trill or roll tied notes.


(shattered)
diff -r1.14 -r1.15 pkgsrc/audio/abcmidi/Makefile
diff -r1.10 -r1.11 pkgsrc/audio/abcmidi/distinfo

cvs diff -r1.14 -r1.15 pkgsrc/audio/abcmidi/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/abcmidi/Makefile 2012/09/11 23:59:21 1.14
+++ pkgsrc/audio/abcmidi/Makefile 2013/03/03 10:19:10 1.15
@@ -1,29 +1,29 @@ @@ -1,29 +1,29 @@
1# $NetBSD: Makefile,v 1.14 2012/09/11 23:59:21 asau Exp $ 1# $NetBSD: Makefile,v 1.15 2013/03/03 10:19:10 shattered Exp $
2# 2#
3 3
4DISTNAME= abcMIDI-${ABCMIDIVER} 4DISTNAME= abcMIDI-${ABCMIDIVER}
5PKGNAME= abcmidi-${ABCMIDIVER:S/-//g} 5PKGNAME= abcmidi-${ABCMIDIVER:S/-//g}
6CATEGORIES= audio 6CATEGORIES= audio
7MASTER_SITES= http://ifdo.ca/~seymour/runabc/ \ 7MASTER_SITES= http://ifdo.ca/~seymour/runabc/ \
8 http://ifdo.pugmarks.com/~seymour/backup/ 8 http://ifdo.pugmarks.com/~seymour/backup/
9EXTRACT_SUFX= .zip 9EXTRACT_SUFX= .zip
10 10
11MAINTAINER= pkgsrc-users@NetBSD.org 11MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://abc.sourceforge.net/abcMIDI/ 12HOMEPAGE= http://abc.sourceforge.net/abcMIDI/
13COMMENT= Music utilities for abc 13COMMENT= Music utilities for abc
14LICENSE= gnu-gpl-v2 14LICENSE= gnu-gpl-v2
15 15
16ABCMIDIVER= 2012-07-04 16ABCMIDIVER= 2012-12-01
17 17
18INSTALLATION_DIRS= share/doc/${PKGBASE}/programming \ 18INSTALLATION_DIRS= share/doc/${PKGBASE}/programming \
19 share/examples/${PKGBASE} 19 share/examples/${PKGBASE}
20 20
21WRKSRC= ${WRKDIR}/abcmidi 21WRKSRC= ${WRKDIR}/abcmidi
22GNU_CONFIGURE= yes 22GNU_CONFIGURE= yes
23 23
24post-install: 24post-install:
25 cd ${WRKSRC}/doc/programming && ${INSTALL_DATA} abc2midi.txt \ 25 cd ${WRKSRC}/doc/programming && ${INSTALL_DATA} abc2midi.txt \
26 coding.txt midi2abc.txt split.abc yaps.txt \ 26 coding.txt midi2abc.txt split.abc yaps.txt \
27 ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}/programming 27 ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}/programming
28 cd ${WRKSRC}/samples && ${INSTALL_DATA} araber.abc baym_rebin.abc \ 28 cd ${WRKSRC}/samples && ${INSTALL_DATA} araber.abc baym_rebin.abc \
29 boys.abc coleraine.abc daramud.abc demo.abc dergasn.abc \ 29 boys.abc coleraine.abc daramud.abc demo.abc dergasn.abc \

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

--- pkgsrc/audio/abcmidi/distinfo 2012/07/09 09:54:30 1.10
+++ pkgsrc/audio/abcmidi/distinfo 2013/03/03 10:19:10 1.11
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1$NetBSD: distinfo,v 1.10 2012/07/09 09:54:30 ryoon Exp $ 1$NetBSD: distinfo,v 1.11 2013/03/03 10:19:10 shattered Exp $
2 2
3SHA1 (abcMIDI-2012-07-04.zip) = 0b57f48d32a2e735e4e250a2610cf61f581032e1 3SHA1 (abcMIDI-2012-12-01.zip) = 08f5a766a6e4b071507baf1c5c2e1c6e84d07da3
4RMD160 (abcMIDI-2012-07-04.zip) = f8fa2f95b2aebfa2cccbb06d6990c9e260c1a81a 4RMD160 (abcMIDI-2012-12-01.zip) = 58b59697075ecdebc084c788806ff40a85414a26
5Size (abcMIDI-2012-07-04.zip) = 481928 bytes 5Size (abcMIDI-2012-12-01.zip) = 485165 bytes
6SHA1 (patch-Makefile.in) = 46cff6cde3c32b0e54e200f2eabc148422d68f26 6SHA1 (patch-Makefile.in) = 46cff6cde3c32b0e54e200f2eabc148422d68f26
7SHA1 (patch-ab) = 27df5bb0d637336d7c244c5c9ac9c115bfd9ed24 7SHA1 (patch-ab) = 27df5bb0d637336d7c244c5c9ac9c115bfd9ed24
8SHA1 (patch-ac) = 54e42d69173162ce991564c592e5be1fcc8cc0fa 8SHA1 (patch-ac) = 54e42d69173162ce991564c592e5be1fcc8cc0fa