Mon Dec 12 13:46:53 2016 UTC ()
Updated abcm2ps to 8.13.1.

Fix pango detection.

---- Version 8.13.1 - 2016-12-10 ----

Add HTML4 colors
	(asked by David Lacroix)
Fix loss of color when change on combined rests
	(reported by David Lacroix)
Fix bad treatment of lyrics (w:) since 8.13.0
	(reported by Guido Gonzato)

---- Version 8.13.0 - 2016-12-06 ----

Accept "||:" as either simple left repeat bar ("|:"), or double bar
		and left repeat bar when on 2 music lines
	(asked by Jean-Luc Zins)
Fix bad horizontal offset of word starting with a font change in w:
Change default value of %%vocalspace (23pt -> 10pt) !!compatibility!!
Fix bad vertical offset of lyrics (w:)
Don't scale the lyrics (w:) with %%staffscale value !!compatibility!!
	(reported by Lionel Coates)
Output the lyrics (w:) after the decorations !!compatibility!!
Fix some clashes of left/right annotations with notes
	(reported by Timm Reasbeck)
Fix bad tempo value when >= 128
	(reported by Jean-Luc Zins)
Do more check about the values of %%pos
Fix loss of beam breaks when %%breakoneoln and EOL followed by grace notes
	(reported by Timm Reasbeck)


(wiz)
diff -r1.32 -r1.33 pkgsrc/print/abcm2ps/Makefile
diff -r1.16 -r1.17 pkgsrc/print/abcm2ps/distinfo

cvs diff -r1.32 -r1.33 pkgsrc/print/abcm2ps/Makefile (expand / switch to unified diff)

--- pkgsrc/print/abcm2ps/Makefile 2016/11/07 11:51:47 1.32
+++ pkgsrc/print/abcm2ps/Makefile 2016/12/12 13:46:52 1.33
@@ -1,21 +1,19 @@ @@ -1,21 +1,19 @@
1# $NetBSD: Makefile,v 1.32 2016/11/07 11:51:47 wiz Exp $ 1# $NetBSD: Makefile,v 1.33 2016/12/12 13:46:52 wiz Exp $
2 2
3DISTNAME= abcm2ps-8.12.9 3DISTNAME= abcm2ps-8.13.1
4CATEGORIES= print 4CATEGORIES= print
5MASTER_SITES= http://moinejf.free.fr/ 5MASTER_SITES= http://moinejf.free.fr/
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://moinejf.free.fr/ 8HOMEPAGE= http://moinejf.free.fr/
9COMMENT= Converts ABC to music sheet in PostScript format 9COMMENT= Converts ABC to music sheet in PostScript format
10LICENSE= gnu-gpl-v2 10LICENSE= gnu-gpl-v2
11 11
12GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
 13USE_TOOLS+= gmake pkg-config
13BUILD_TARGET= abcm2ps 14BUILD_TARGET= abcm2ps
14 15
15USE_TOOLS+= gmake 
16 
17CONFIGURE_ARGS+= --prefix=${PREFIX} 
18CONFIGURE_ARGS+= --docdir=${PREFIX}/share/doc 16CONFIGURE_ARGS+= --docdir=${PREFIX}/share/doc
19 17
20.include "../../devel/pango/buildlink3.mk" 18.include "../../devel/pango/buildlink3.mk"
21.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"

cvs diff -r1.16 -r1.17 pkgsrc/print/abcm2ps/distinfo (expand / switch to unified diff)

--- pkgsrc/print/abcm2ps/distinfo 2016/11/07 11:51:47 1.16
+++ pkgsrc/print/abcm2ps/distinfo 2016/12/12 13:46:52 1.17
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.16 2016/11/07 11:51:47 wiz Exp $ 1$NetBSD: distinfo,v 1.17 2016/12/12 13:46:52 wiz Exp $
2 2
3SHA1 (abcm2ps-8.12.9.tar.gz) = ee80c9e0fa1c454fcc020dd74350f88fab9c689e 3SHA1 (abcm2ps-8.13.1.tar.gz) = 911d896be73326b6da8e5df6235003199fde1a87
4RMD160 (abcm2ps-8.12.9.tar.gz) = db0907fdbba66eda838eadca16ae12214e265dfe 4RMD160 (abcm2ps-8.13.1.tar.gz) = 911ed44311defaac8e5dbd7e3fe4cae6c716afdb
5SHA512 (abcm2ps-8.12.9.tar.gz) = 77aa36fccfe508dcd132619c1a372d2b5a22957a58795610aec4eed0e4f5c9dc268298dcd86691a26b8e0b126d38c4c61ba4766a5a39adbd8279985a74229cd5 5SHA512 (abcm2ps-8.13.1.tar.gz) = 4ce230b9df99773db579874fd082d3ce503a2247e903d6c96744c3b7b7986bade7e1f5cb12849650500ed809ea5018d2e06bf7a3f9e0a10f3244f51ec3b06dc1
6Size (abcm2ps-8.12.9.tar.gz) = 238669 bytes 6Size (abcm2ps-8.13.1.tar.gz) = 239142 bytes