pkgsrc/fonts/mminstance/distinfo

14 lines
896 B
Text
Raw Normal View History

$NetBSD: distinfo,v 1.7 2018/12/27 15:16:53 joerg Exp $
Updated to version 1.20. Changes: - DESCR has 80 columns 1.20: ===== - mmafm: Fix bug with parsing intermediate-master files that made AJensonMM unusable. Reported by Fulko van Westrenen <westrenen@fvw.cistron.nl>. 1.19: ===== - mmpfb: Previously, error introduced by the rounding process could build up over the length of a path, causing an anomaly when the path was closed. Now mmpfb compensates for rounding error, resulting in a path with better fidelity. - mmpfb: Add the `--minimize' option to minimize output fonts, allowing the X font server to load mmpfb-generated fonts. Problem with the X font server reported by Joerg Lippman <joerg.lippmann@o3-software.de>. - mmpfb: Add placeholder subroutines to fill in any gaps in the subroutine array, which the X font server doesn't like (that IBM Type 1 code is bad!). Probably this should be optional, since it makes the font bigger. - mmpfb: Renumber subroutines consecutively. - mmpfb: Generate a new FullName as well as a new FontName. - Adapt to newer Automake and LCDF and Efont libraries. 1.18: ===== - Fix for compilation with newer C++ compilers. 1.17: ===== - Fix for NuevaMM-It: the ItalicAngle array was not being properly commented out. Reported by Thomas Wu <twu@gene.com>. 1.16: ===== - Workaround for Mac OS X: its sscanf() function behaves incorrectly when a format string ends with ` %n'. Reported and patched by Melissa O'Neill <oneill@cs.sfu.ca>. 1.16: ===== - Improvements so mminstance compiles on more platforms. Problems reported by Nelson H. F. Beebe <beebe@math.utah.edu>. 1.16: ===== - Bug fix: more cleanups for newer GCCs. Reported by C. M. Connelly <c@eskimo.com>. 1.16: ===== - Bug fix: now newer C++ compilers will compile mminstance. Reported by Melissa O'Neill <oneill@cs.sfu.ca>. 1.15: ===== - Don't use `-Wall' by default; old C++ compilers generate huge numbers of irrelevant warnings. Reported by Tom Kacvinsky <tjk@ams.org>. 1.15: ===== - mmpfb: Remove calls to nonexistent subroutines. (This was not actually a bug; the calls to nonexistent subroutines would never execute anyway. The font ITCGaramondMM-It had characters like `/question { A callsubr B callsubr }', where the `A' subroutine would either draw an entire character and call `endchar' -- so `B' would never get called -- or it would do nothing at all. Previous mmpfb versions would remove the `B' subroutine but keep the `B callsubr' call if the interpolated `A' called `endchar'.) Requested by Han The Thanh <thanh@informatics.muni.cz>. - mmpfb: Removed warning about `strange othersubr commands'. 1.14: ===== - mmpfb: Fixed a bug with large UniqueID values. Reported by Sivan Toledo <sivan@math.tau.ac.il>. - mmpfb: Support for interpolating BlueFuzz without any warnings. 1.13: ===== - mmpfb: Can handle synthetic fonts like TektonMM-Oblique. Requested by Melissa O'Neill <oneill@cs.sfu.ca>. 1.12: ===== - mmpfb: Make sure to remove multiple master commands from hint replacement subroutines. Required another overhaul. Requested by Han The Thanh <thanh@informatics.muni.cz>. 1.11: ===== - mmafm: Added `--kern-precision' option. Requested by Han The Thanh <thanh@informatics.muni.cz>. - Bug fix: now mminstance can be compiled with recent versions of gcc. The error was a strange use of va_arg(). Reported by C. M. Connelly <c@eskimo.com>. 1.10: ===== - mmpfb: Comment out DesignVector, NormDesignVector, and WeightVector entries. Now Ghostscript 6.0's ps2pdf script will work with mmpfb-generated fonts. Change requested by Melissa O'Neill <oneill@cs.sfu.ca>. 1.9: ===== - mmpfb: Bug fix in special callothersubrs code introduced in 1.8.: This bug probably did not affect anyone.
2003-06-01 14:41:12 +02:00
SHA1 (mminstance-1.20.tar.gz) = 599cace92339e4120d30db40dfd157e400c745c8
2005-02-23 20:18:25 +01:00
RMD160 (mminstance-1.20.tar.gz) = 6e5d190a8459d8c737782eeec8a7a7d9bf676d8a
SHA512 (mminstance-1.20.tar.gz) = 27d320b51e7d8934ea0c479bbe170e28f9315a7b56fedfed30d7a0c81c4374ed8cffeeaca8d135fbcc74c074eb496f177252801e1e6829a27948591a72a645db
Updated to version 1.20. Changes: - DESCR has 80 columns 1.20: ===== - mmafm: Fix bug with parsing intermediate-master files that made AJensonMM unusable. Reported by Fulko van Westrenen <westrenen@fvw.cistron.nl>. 1.19: ===== - mmpfb: Previously, error introduced by the rounding process could build up over the length of a path, causing an anomaly when the path was closed. Now mmpfb compensates for rounding error, resulting in a path with better fidelity. - mmpfb: Add the `--minimize' option to minimize output fonts, allowing the X font server to load mmpfb-generated fonts. Problem with the X font server reported by Joerg Lippman <joerg.lippmann@o3-software.de>. - mmpfb: Add placeholder subroutines to fill in any gaps in the subroutine array, which the X font server doesn't like (that IBM Type 1 code is bad!). Probably this should be optional, since it makes the font bigger. - mmpfb: Renumber subroutines consecutively. - mmpfb: Generate a new FullName as well as a new FontName. - Adapt to newer Automake and LCDF and Efont libraries. 1.18: ===== - Fix for compilation with newer C++ compilers. 1.17: ===== - Fix for NuevaMM-It: the ItalicAngle array was not being properly commented out. Reported by Thomas Wu <twu@gene.com>. 1.16: ===== - Workaround for Mac OS X: its sscanf() function behaves incorrectly when a format string ends with ` %n'. Reported and patched by Melissa O'Neill <oneill@cs.sfu.ca>. 1.16: ===== - Improvements so mminstance compiles on more platforms. Problems reported by Nelson H. F. Beebe <beebe@math.utah.edu>. 1.16: ===== - Bug fix: more cleanups for newer GCCs. Reported by C. M. Connelly <c@eskimo.com>. 1.16: ===== - Bug fix: now newer C++ compilers will compile mminstance. Reported by Melissa O'Neill <oneill@cs.sfu.ca>. 1.15: ===== - Don't use `-Wall' by default; old C++ compilers generate huge numbers of irrelevant warnings. Reported by Tom Kacvinsky <tjk@ams.org>. 1.15: ===== - mmpfb: Remove calls to nonexistent subroutines. (This was not actually a bug; the calls to nonexistent subroutines would never execute anyway. The font ITCGaramondMM-It had characters like `/question { A callsubr B callsubr }', where the `A' subroutine would either draw an entire character and call `endchar' -- so `B' would never get called -- or it would do nothing at all. Previous mmpfb versions would remove the `B' subroutine but keep the `B callsubr' call if the interpolated `A' called `endchar'.) Requested by Han The Thanh <thanh@informatics.muni.cz>. - mmpfb: Removed warning about `strange othersubr commands'. 1.14: ===== - mmpfb: Fixed a bug with large UniqueID values. Reported by Sivan Toledo <sivan@math.tau.ac.il>. - mmpfb: Support for interpolating BlueFuzz without any warnings. 1.13: ===== - mmpfb: Can handle synthetic fonts like TektonMM-Oblique. Requested by Melissa O'Neill <oneill@cs.sfu.ca>. 1.12: ===== - mmpfb: Make sure to remove multiple master commands from hint replacement subroutines. Required another overhaul. Requested by Han The Thanh <thanh@informatics.muni.cz>. 1.11: ===== - mmafm: Added `--kern-precision' option. Requested by Han The Thanh <thanh@informatics.muni.cz>. - Bug fix: now mminstance can be compiled with recent versions of gcc. The error was a strange use of va_arg(). Reported by C. M. Connelly <c@eskimo.com>. 1.10: ===== - mmpfb: Comment out DesignVector, NormDesignVector, and WeightVector entries. Now Ghostscript 6.0's ps2pdf script will work with mmpfb-generated fonts. Change requested by Melissa O'Neill <oneill@cs.sfu.ca>. 1.9: ===== - mmpfb: Bug fix in special callothersubrs code introduced in 1.8.: This bug probably did not affect anyone.
2003-06-01 14:41:12 +02:00
Size (mminstance-1.20.tar.gz) = 191723 bytes
SHA1 (patch-aa) = d601f1bdaec7de91d64d0b7b9ccabf85522dada2
SHA1 (patch-ab) = 8c73881e0c9f08eebd8c0ea2ff6e358469faefba
SHA1 (patch-libefont_findmet.cc) = 6de5dac67695781a37fa6f70680dd40b65271b30
SHA1 (patch-libefont_t1interp.cc) = 1fd79f69e3c95f870e9f215c135d18b490c1c640
SHA1 (patch-mmafm_main.cc) = c47772039ed5933a1269bddbf02ce227cca04164
SHA1 (patch-mmpfb_main.cc) = 3449fe1e7d82f9949993c16870fcd460fc181ff9
SHA1 (patch-mmpfb_myfont.hh) = ca74679427ec1c9815b0d93be848aae46876a0b5