diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2002-05-31 15:33:06 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2002-05-31 15:33:06 +0000 |
commit | 74161bcb8cc135cf1c4aec916903859a28eb32a5 (patch) | |
tree | 8568f4eb2398ca845c1a0a6d52efa1e94cf06be2 /fonts | |
parent | 6884298a95d6b91758c40a7ceec4fec5936b41a0 (diff) | |
download | pkgsrc-74161bcb8cc135cf1c4aec916903859a28eb32a5.tar.gz |
Update to 20020524.
- Implements ``fuzz'' value for large encodings (defaults to 1%);
precise heuristics are still used for 8-bit fonts.
- Implements simple heuristic for distinguishing charcell fonts;
tested with Courier New (-m-) and Lucida Console (-c-), more testing
is needed.
- Empty names are now treated the same as missing, which may (or may
not) work around some arguably incorrect fonts.
- Changed big5.eten-0 to big5-0.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/mkfontscale/Makefile | 5 | ||||
-rw-r--r-- | fonts/mkfontscale/distinfo | 7 |
2 files changed, 5 insertions, 7 deletions
diff --git a/fonts/mkfontscale/Makefile b/fonts/mkfontscale/Makefile index 35c8cfd9152..9cc1bdbbfae 100644 --- a/fonts/mkfontscale/Makefile +++ b/fonts/mkfontscale/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/05/20 12:30:29 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2002/05/31 15:33:07 uebayasi Exp $ # -DISTNAME= mkfontscale-20020418 +DISTNAME= mkfontscale-20020524 CATEGORIES= fonts MASTER_SITES= http://www.pps.jussieu.fr/~jch/software/files/ @@ -13,5 +13,4 @@ USE_IMAKE= yes WRKSRC= ${WRKDIR}/mkfontscale -.include "../../graphics/freetype2/buildlink.mk" .include "../../mk/bsd.pkg.mk" diff --git a/fonts/mkfontscale/distinfo b/fonts/mkfontscale/distinfo index e3cd702eea6..b75b0ca265b 100644 --- a/fonts/mkfontscale/distinfo +++ b/fonts/mkfontscale/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.2 2002/05/30 11:30:42 tron Exp $ +$NetBSD: distinfo,v 1.3 2002/05/31 15:33:07 uebayasi Exp $ -SHA1 (mkfontscale-20020418.tar.gz) = 9eca49458f8f503f6332242d5427700ab1474d95 -Size (mkfontscale-20020418.tar.gz) = 7784 bytes +SHA1 (mkfontscale-20020524.tar.gz) = 4c1f8bba8fd2a939a95d1ad18700320b7ec993b5 +Size (mkfontscale-20020524.tar.gz) = 8133 bytes SHA1 (patch-aa) = 759f60cca2f29a4537a1b9576ddce76a3db45e27 -SHA1 (patch-ab) = 86ed788a0372fdeb436ff22a5bd292dc1ee5b118 |