summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-11-07 11:51:47 +0000
committerwiz <wiz@pkgsrc.org>2016-11-07 11:51:47 +0000
commit54db337c0d50509364ca50c09f4cd013e2e19ff6 (patch)
treeeec317008d00e12f3e865172ddb1270f0099680b /print
parent33392718cd1bc15766ea1d38b3511b1892c3ddc7 (diff)
downloadpkgsrc-54db337c0d50509364ca50c09f4cd013e2e19ff6.tar.gz
Updated abcm2ps to 8.12.9.
---- Version 8.12.9 - 2016-11-02 ---- Fix bad PS output when justified text since 8.12.5 (reported by Guido Gonzato) ---- Version 8.12.8 - 2016-11-01 ---- Fix again bad PS output when centered text with non-ASCII characters since 8.12.5 (reported by David Lacroix) ---- Version 8.12.7 - 2016-10-31 ---- Fix bad PS output when grace notes since 8.12.6 (from by David Lacroix) Fix random error on Q:"text" (reported by David Lacroix) ---- Version 8.12.6 - 2016-10-31 ---- Fix bad PS output when centered texts with non-ASCII characters since 8.12.5 Adjust the grace notes offsets and helper lines (from David Lacroix) Bad parse of Q: since 8.12.5 (reported by David Lacroix) ---- Version 8.12.5 - 2016-10-30 ---- Bigger grace notes (asked by David Lacroix) Loss of '%%clef none' at start of lines when %%clef inside tune (reported by Guido Gonzato) Bad display of measure repeat when 2 voices on the staff (reported by Chuck Boody) Bad display of repeat measure bars when multi-voices and symbol between ':|' and '|:' in one voice (reported by Heinz Färber) Add more checks on the Q: syntax (reported by Manavasu) Fix some bad PS outputs when %%tuplet with 'which' = 'no value' (reported by Hudson Lacerda) Add PS functions and permit special treatments on the chord symbols, annotations and lyrics (asked by Frédéric Aupépin) DESTDIR support in Makefile for some distributions (patch adapted from Thomas Klausner) Bad string width computation on SVG output (reported by Martin Tarenskeen)
Diffstat (limited to 'print')
-rw-r--r--print/abcm2ps/Makefile4
-rw-r--r--print/abcm2ps/distinfo11
-rw-r--r--print/abcm2ps/patches/patch-aa28
3 files changed, 7 insertions, 36 deletions
diff --git a/print/abcm2ps/Makefile b/print/abcm2ps/Makefile
index 29b73230159..42dcf78e35c 100644
--- a/print/abcm2ps/Makefile
+++ b/print/abcm2ps/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2016/09/30 12:51:47 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2016/11/07 11:51:47 wiz Exp $
-DISTNAME= abcm2ps-8.12.4
+DISTNAME= abcm2ps-8.12.9
CATEGORIES= print
MASTER_SITES= http://moinejf.free.fr/
diff --git a/print/abcm2ps/distinfo b/print/abcm2ps/distinfo
index 2cac9b6fcf0..4e043fecdaa 100644
--- a/print/abcm2ps/distinfo
+++ b/print/abcm2ps/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.15 2016/09/30 12:51:47 wiz Exp $
+$NetBSD: distinfo,v 1.16 2016/11/07 11:51:47 wiz Exp $
-SHA1 (abcm2ps-8.12.4.tar.gz) = 74f38c6191d8d3d9321be2086096a07083654276
-RMD160 (abcm2ps-8.12.4.tar.gz) = 2e73a136bc384d8c4d35895d84bb0f1fbe5059f1
-SHA512 (abcm2ps-8.12.4.tar.gz) = 24b468435d724c404fc566891213def9b698abaf768a0fb8db2b03844b20b5fa40ab5fe7ba5e8b05696a615cbf5a9a15659f4e39ed380030db53b748f29a4a77
-Size (abcm2ps-8.12.4.tar.gz) = 238090 bytes
-SHA1 (patch-aa) = 1dbcc21e9239cef0430038c62e731f3f514d9ec9
+SHA1 (abcm2ps-8.12.9.tar.gz) = ee80c9e0fa1c454fcc020dd74350f88fab9c689e
+RMD160 (abcm2ps-8.12.9.tar.gz) = db0907fdbba66eda838eadca16ae12214e265dfe
+SHA512 (abcm2ps-8.12.9.tar.gz) = 77aa36fccfe508dcd132619c1a372d2b5a22957a58795610aec4eed0e4f5c9dc268298dcd86691a26b8e0b126d38c4c61ba4766a5a39adbd8279985a74229cd5
+Size (abcm2ps-8.12.9.tar.gz) = 238669 bytes
diff --git a/print/abcm2ps/patches/patch-aa b/print/abcm2ps/patches/patch-aa
deleted file mode 100644
index f2e02c100e8..00000000000
--- a/print/abcm2ps/patches/patch-aa
+++ /dev/null
@@ -1,28 +0,0 @@
-$NetBSD: patch-aa,v 1.5 2016/09/30 12:51:47 wiz Exp $
-
-* support user-destdir.
-
---- Makefile.in.orig 2016-01-09 09:16:20.000000000 +0000
-+++ Makefile.in
-@@ -38,15 +38,15 @@ subs.o: subs.c
- DOCFILES=$(addprefix $(srcdir)/,Changes README *.abc *.eps *.txt)
-
- install: abcm2ps
-- mkdir -p $(bindir); \
-- mkdir -p $(datadir)/abcm2ps; \
-- mkdir -p $(docdir)/abcm2ps; \
-- $(INSTALL_PROGRAM) abcm2ps $(bindir)
-+ mkdir -p $(DESTDIR)$(bindir); \
-+ mkdir -p $(DESTDIR)$(datadir)/abcm2ps; \
-+ mkdir -p $(DESTDIR)$(docdir)/abcm2ps; \
-+ $(INSTALL_PROGRAM) abcm2ps $(DESTDIR)$(bindir)
- for f in $(srcdir)/*.fmt; do \
-- $(INSTALL_DATA) $$f $(datadir)/abcm2ps; \
-+ $(INSTALL_DATA) $$f $(DESTDIR)$(datadir)/abcm2ps; \
- done
- for f in $(DOCFILES); do \
-- $(INSTALL_DATA) $$f $(docdir)/abcm2ps; \
-+ $(INSTALL_DATA) $$f $(DESTDIR)$(docdir)/abcm2ps; \
- done
-
- uninstall: