diff options
author | ryoon <ryoon> | 2011-05-13 12:45:13 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2011-05-13 12:45:13 +0000 |
commit | b7f5da47a06758ea0756f6b34ef4ee411ce20872 (patch) | |
tree | a27f5269a66357225a5769a53dc8780ebb34a047 /print | |
parent | b27d9bd418ffe770a67eadfa4626c01330945ee9 (diff) | |
download | pkgsrc-b7f5da47a06758ea0756f6b34ef4ee411ce20872.tar.gz |
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.
Diffstat (limited to 'print')
-rw-r--r-- | print/abcm2ps/Makefile | 4 | ||||
-rw-r--r-- | print/abcm2ps/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/print/abcm2ps/Makefile b/print/abcm2ps/Makefile index 5fd71ca8136..164c5dfd82e 100644 --- a/print/abcm2ps/Makefile +++ b/print/abcm2ps/Makefile @@ -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/ diff --git a/print/abcm2ps/distinfo b/print/abcm2ps/distinfo index 24173ef4d70..448aa1027a4 100644 --- a/print/abcm2ps/distinfo +++ b/print/abcm2ps/distinfo @@ -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 |