diff options
author | wiz <wiz@pkgsrc.org> | 2013-01-06 00:38:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-01-06 00:38:13 +0000 |
commit | 37c769c3acfdebdb5047a59c896184e67fa5feb0 (patch) | |
tree | 9c797499b309533c113c5f49c9ef902fa66a6d2a /graphics/freetype2 | |
parent | a95de3b07a9154d1eda85e73f159262c3a33f866 (diff) | |
download | pkgsrc-37c769c3acfdebdb5047a59c896184e67fa5feb0.tar.gz |
Update to 2.4.11:
CHANGES BETWEEN 2.4.10 and 2.4.11
I. IMPORTANT BUG FIXES
- Some vulnerabilities in the BDF implementation have been fixed.
Users of this font format should upgrade.
II. IMPORTANT CHANGES
- Subpixel hinting support has been contributed by Infinality,
based on Greg Hitchcock's whitepaper at
http://www.microsoft.com/typography/cleartype/truetypecleartype.aspx
Originally, it was a separate patch available from
http://www.infinality.net/blog/
and which has been integrated.
Note that ClearType support is not completely implemented! In
particular, full support for the options `compatible_widths',
`symmetrical_smoothing, and `bgr' (via the GETINFO bytecode
instruction) is missing.
Activation of subpixel hinting support can be controlled with
the `TT_CONFIG_OPTION_SUBPIXEL_HINTING' configuration option; it
is switched off by default. This feature is still experimental;
we welcome test reports!
- Support for OpenType collections (OTC) has been added.
- Pure CFF fonts within an SFNT wrapper are now supported.
III. MISCELLANEOUS
- Minor rendering improvements to the auto-hinter.
- `FT_GlyphSlot_Oblique' now uses a shear angle of 12°.
- Experimental support to handle `property modules', for example
to control the behaviour of the auto-hinter. The API consists
of two new functions, `FT_Property_Set' and `FT_Property_Get'.
The code is still subject to change and should not be used for
production.
- The `ftdiff' demo program now supports UTF-8 encoded input files
for option `-f'.
- Using keys `r' and `R', you can now adjust the stroker radius in
the `ftview' demo program.
- Other, minor fixes and improvements.
Diffstat (limited to 'graphics/freetype2')
-rw-r--r-- | graphics/freetype2/Makefile | 4 | ||||
-rw-r--r-- | graphics/freetype2/PLIST | 3 | ||||
-rw-r--r-- | graphics/freetype2/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/graphics/freetype2/Makefile b/graphics/freetype2/Makefile index dd36a1445fd..66b06f0720d 100644 --- a/graphics/freetype2/Makefile +++ b/graphics/freetype2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.88 2012/10/06 14:10:50 asau Exp $ +# $NetBSD: Makefile,v 1.89 2013/01/06 00:38:13 wiz Exp $ -DISTNAME= freetype-2.4.10 +DISTNAME= freetype-2.4.11 PKGNAME= ${DISTNAME:S/-/2-/} CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=freetype/} diff --git a/graphics/freetype2/PLIST b/graphics/freetype2/PLIST index 5fc1c64ba70..369cd2dcffa 100644 --- a/graphics/freetype2/PLIST +++ b/graphics/freetype2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.18 2011/07/12 16:30:28 drochner Exp $ +@comment $NetBSD: PLIST,v 1.19 2013/01/06 00:38:13 wiz Exp $ bin/freetype-config include/freetype2/freetype/config/ftconfig.h include/freetype2/freetype/config/ftheader.h @@ -7,6 +7,7 @@ include/freetype2/freetype/config/ftoption.h include/freetype2/freetype/config/ftstdlib.h include/freetype2/freetype/freetype.h include/freetype2/freetype/ftadvanc.h +include/freetype2/freetype/ftautoh.h include/freetype2/freetype/ftbbox.h include/freetype2/freetype/ftbdf.h include/freetype2/freetype/ftbitmap.h diff --git a/graphics/freetype2/distinfo b/graphics/freetype2/distinfo index 115832b5f8f..ef92d66d0c0 100644 --- a/graphics/freetype2/distinfo +++ b/graphics/freetype2/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.48 2012/07/02 16:48:24 drochner Exp $ +$NetBSD: distinfo,v 1.49 2013/01/06 00:38:13 wiz Exp $ -SHA1 (freetype-2.4.10.tar.bz2) = 73b2c28fcaf1ff5b8beef3af4c5abe4cb1ecb7dc -RMD160 (freetype-2.4.10.tar.bz2) = 9da7fcde9c42f81c399201d055d85109b2ae7814 -Size (freetype-2.4.10.tar.bz2) = 1508927 bytes +SHA1 (freetype-2.4.11.tar.bz2) = b15e5a0b30c1e854484b410340f6429ad1253c74 +RMD160 (freetype-2.4.11.tar.bz2) = a330fb6fce2da69a702169293fccf78793960ff9 +Size (freetype-2.4.11.tar.bz2) = 1546087 bytes SHA1 (patch-aa) = 85bf9979802e04345a9f5ac3ada2cac9520dabcb SHA1 (patch-ab) = cb8c9552e2db1e1f3da3d20971c22f174e343162 |