Update to 6.3.4
Changelog: ---- Version 6.3.4 - 11/05/11 ---- Pseudo-decorations 'linebreak' and 'decosep' added (proof of concept - not documented). Error when escape sequences in guitar chord or annotations. Bad tempo since previous release. Remove the 'tex' sequences '\o', \O', '\cc' and '\cC'. ---- Version 6.3.3 - 11/05/10 ---- Ignore the normal newlines when '!' found as newline and abc-version < 2.0. Add some compose sequences from X11 (including \O:, \U:, \O" and \U") (reported by Nils Liberg). Change/add some rfc1345 escape sequences. Bad / no output of the '=' of the tempo by lack of font. This did the program to crash when no title and SVG output (reported by Nils Liberg). Cleanly close a tune no blank line before next tune (reported by Nils Liberg). Crash when X: in tune followed by %%text. Bad page header/footer in SVG output file. Fix standard C library problem (in isupper) with some systems/compilers (reported by Nils Liberg). Bad treatment in %%titlecaps. Optimize the size of the SVG output file. Support for line width in SVG output. ---- Version 6.3.2 - 11/05/03 ---- Accept %%EPS when SVG output. Add the '-v' command flag (SVG output per page). More PS symbols in the svg PS interpreter. Bug fixes in the svg PS interpreter.
This commit is contained in:
parent
5d44d99a55
commit
1f3e417da1
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.9 2011/04/30 06:06:14 ryoon Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2011/05/13 12:45:13 ryoon Exp $
|
||||
|
||||
DISTNAME= abcm2ps-6.3.1
|
||||
DISTNAME= abcm2ps-6.3.4
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= http://moinejf.free.fr/
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.8 2011/04/30 06:06:14 ryoon Exp $
|
||||
$NetBSD: distinfo,v 1.9 2011/05/13 12:45:13 ryoon Exp $
|
||||
|
||||
SHA1 (abcm2ps-6.3.1.tar.gz) = 265856538bc1ac57c2bdb80c637110ed1c6c1dfb
|
||||
RMD160 (abcm2ps-6.3.1.tar.gz) = fdb84295bc99a9953361a1df8602087250a0d557
|
||||
Size (abcm2ps-6.3.1.tar.gz) = 280568 bytes
|
||||
SHA1 (abcm2ps-6.3.4.tar.gz) = 27b46f8f877123e2aa11b421c0f06f46f6f0354d
|
||||
RMD160 (abcm2ps-6.3.4.tar.gz) = 477ccd02a1356206f030c436d75478884066f7d8
|
||||
Size (abcm2ps-6.3.4.tar.gz) = 283186 bytes
|
||||
SHA1 (patch-aa) = 707ece683628fe24245840d9c019f83779dc3699
|
||||
|
|
Loading…
Reference in a new issue