From 1a376d7c4ad9dd600a0ceafbd3eea6ca391932e9 Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 2 Aug 2004 12:30:01 +0000 Subject: Changes 2.1.9: I. IMPORTANT BUG FIXES - The function `FT_Get_CharMap_Index' was only declared, without any real code. For consistency, it has been renamed to `FT_Get_Charmap_Index'. (This function is needed to implement cmap caches.) - `FT_Outline_Get_BBox' sometimes returned incorrect values for conic outlines (e.g., for TrueType fonts). - Handling of `bhed' table has been fixed. - The TrueType driver with enabled byte code interpreter sometimes returned artifacts due to incorrect rounding. This bug has been introduced after version 2.1.4. - The BDF driver dropped the last glyph in the font. - The BDF driver now uses the DEFAULT_CHAR property (if available) to select a glyph shape for the undefined glyph. II. IMPORTANT CHANGES - George Williams contributed code to handle Apple's font distortion technology found in GX fonts (`avar', `cvar', `fvar', and `gvar' tables; the Multiple Masters API has been slightly extended to cope with the new functionality). - The `FT_GlyphSlotRec' structure has been extended: The elements `lsb_delta' and `rsb_delta' give the difference between hinted and unhinted left and right side bearings if autohinting is active. Using those values can improve the inter-letter spacing considerably. See the documentation of `FT_GlyphSlotRec' and the `ftstring' demo program how to use it. III. MISCELLANEOUS - A new documentation file `formats.txt' describes various font formats supported (and not supported) by FreeType. --- graphics/freetype2/Makefile | 7 +++---- graphics/freetype2/PLIST | 4 ++-- graphics/freetype2/distinfo | 6 +++--- 3 files changed, 8 insertions(+), 9 deletions(-) (limited to 'graphics') diff --git a/graphics/freetype2/Makefile b/graphics/freetype2/Makefile index 3afa588b2d8..60fc262ddfd 100644 --- a/graphics/freetype2/Makefile +++ b/graphics/freetype2/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2004/06/15 07:29:00 cube Exp $ -# +# $NetBSD: Makefile,v 1.35 2004/08/02 12:30:01 adam Exp $ -DISTNAME= freetype-2.1.8 -PKGNAME= freetype2-2.1.8 +DISTNAME= freetype-2.1.9 +PKGNAME= freetype2-2.1.9 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=freetype/} \ ftp://ftp.freetype.org/freetype/freetype2/ \ diff --git a/graphics/freetype2/PLIST b/graphics/freetype2/PLIST index 2f228423b7c..3de6a5ee5b3 100644 --- a/graphics/freetype2/PLIST +++ b/graphics/freetype2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2004/04/27 15:03:17 adam Exp $ +@comment $NetBSD: PLIST,v 1.9 2004/08/02 12:30:01 adam Exp $ bin/freetype-config include/freetype2/freetype/cache/ftccache.h include/freetype2/freetype/cache/ftccmap.h @@ -82,7 +82,7 @@ lib/libfreetype.a lib/libfreetype.la lib/libfreetype.so lib/libfreetype.so.9 -lib/libfreetype.so.9.6 +lib/libfreetype.so.9.7 lib/pkgconfig/freetype2.pc share/aclocal/freetype2.m4 @unexec ${RMDIR} %D/share/aclocal 2>/dev/null || ${TRUE} diff --git a/graphics/freetype2/distinfo b/graphics/freetype2/distinfo index 28a8924ce13..c056fb73538 100644 --- a/graphics/freetype2/distinfo +++ b/graphics/freetype2/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2004/04/27 14:59:49 adam Exp $ +$NetBSD: distinfo,v 1.12 2004/08/02 12:30:01 adam Exp $ -SHA1 (freetype-2.1.8.tar.bz2) = c11759d337cb0bded649a4e25935a779873365b1 -Size (freetype-2.1.8.tar.bz2) = 976821 bytes +SHA1 (freetype-2.1.9.tar.bz2) = a3c3a0c0d5f8f6e62c774e24817748a941016990 +Size (freetype-2.1.9.tar.bz2) = 992394 bytes SHA1 (patch-ab) = f44dcb79e7067a225cfe55cf8b95fdd28caeeec3 -- cgit v1.2.3