pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/fonts/mkfontscale Update to mkfontscale 1.0.5. Change...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/942dc77a4240
branches:  trunk
changeset: 542477:942dc77a4240
user:      bjs <bjs%pkgsrc.org@localhost>
date:      Mon May 19 03:00:19 2008 +0000

description:
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.

diffstat:

 fonts/mkfontscale/Makefile |  4 ++--
 fonts/mkfontscale/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 7e76ed485187 -r 942dc77a4240 fonts/mkfontscale/Makefile
--- a/fonts/mkfontscale/Makefile        Sun May 18 13:38:51 2008 +0000
+++ b/fonts/mkfontscale/Makefile        Mon May 19 03:00:19 2008 +0000
@@ -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 -r 7e76ed485187 -r 942dc77a4240 fonts/mkfontscale/distinfo
--- a/fonts/mkfontscale/distinfo        Sun May 18 13:38:51 2008 +0000
+++ b/fonts/mkfontscale/distinfo        Mon May 19 03:00:19 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index