diff options
author | bjs <bjs@pkgsrc.org> | 2008-05-19 03:00:19 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2008-05-19 03:00:19 +0000 |
commit | 67a9aea09e129c5a073a240ce71c982deb91f8ac (patch) | |
tree | a081a7d027d7900a9620da99f09fafcf999bc7f1 | |
parent | 889f629db48cea1727b8ca90a06c0464e6506348 (diff) | |
download | pkgsrc-67a9aea09e129c5a073a240ce71c982deb91f8ac.tar.gz |
Update to mkfontscale 1.0.5. Changes since 1.0.4:
Fix handling of OpenType/CFF fonts with embedded bitmaps.
The old workaround would trigger with CFF fonts with embedded bitmaps.
We now explicitly check for the font format being TrueType.
Reported by Andrey V. Panov.
Remove doubly included header.
Add bdf and pcf to font priority table.
This mirrors the behaviour of the old mkfontdir, which prefers pcf to
bdf fonts.
Fix typo in mkfontscale.c.
This spurious break statement disabled checking for Apple and ISO Unicode
CMaps in SFNT fonts. Thanks to Alan Coopersmith and Stefan Dirsch.
Compile warning fixes.
Include headers for proper prototypes and "ansify" makeHashTable.
-rw-r--r-- | fonts/mkfontscale/Makefile | 4 | ||||
-rw-r--r-- | fonts/mkfontscale/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/fonts/mkfontscale/Makefile b/fonts/mkfontscale/Makefile index 3f0e724d9f2..902c191521b 100644 --- a/fonts/mkfontscale/Makefile +++ b/fonts/mkfontscale/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2008/04/17 21:10:10 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2008/05/19 03:00:19 bjs Exp $ # -DISTNAME= mkfontscale-1.0.4 +DISTNAME= mkfontscale-1.0.5 CATEGORIES= fonts x11 MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/ EXTRACT_SUFX= .tar.bz2 diff --git a/fonts/mkfontscale/distinfo b/fonts/mkfontscale/distinfo index d748f85e56c..67acc87ef51 100644 --- a/fonts/mkfontscale/distinfo +++ b/fonts/mkfontscale/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2008/04/17 21:10:10 wiz Exp $ +$NetBSD: distinfo,v 1.11 2008/05/19 03:00:19 bjs Exp $ -SHA1 (mkfontscale-1.0.4.tar.bz2) = e3972cc7d6a5c638965c0d47e41f085999729919 -RMD160 (mkfontscale-1.0.4.tar.bz2) = 9c84343fe86ab8a9dbce3bb59406b5290a7ef512 -Size (mkfontscale-1.0.4.tar.bz2) = 100210 bytes +SHA1 (mkfontscale-1.0.5.tar.bz2) = ad0d57b9ad7b6626cb6ab4c2c137ca052708f973 +RMD160 (mkfontscale-1.0.5.tar.bz2) = 18423c211b516c612db8e3ea598df37b6a0cf8aa +Size (mkfontscale-1.0.5.tar.bz2) = 100963 bytes |