./graphics/freetype2, Font rendering engine and library API

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2009Q1, Version: 2.3.9nb1, Package name: freetype2-2.3.9nb1, Maintainer: rh

FreeType is a portable, high-quality software solution for digital
typography. FreeType 1.3.1 was the last release of the FreeType 1
engine, as the project is now switching to a new version dubbed FreeType
2. It has, among other things, several advantages over FreeType 1:

* A universal and simple API to manage font files
* Support for several font formats through loadable drivers
* Even more portable
* An improved anti-aliasing algorithm


Required to build:
[devel/gmake] [devel/libtool-base]

Master sites: (Expand)

SHA1: db08969cb5053879ff9e973fe6dd2c52c7ea2d4e
RMD160: c0351c2a3f43e64d26d2a964b1131a3dbf2fa162
Filesize: 1331.24 KB

Version history: (Expand)


CVS history: (Expand)


   2009-05-03 16:16:41 by S.P.Zeidler | Files touched by this commit (6) | Package updated
Log message:
Pullup ticket 2755 and 2758 - requested by tnn
Security fix

Revisions pulled up:
- pkgsrc/graphics/freetype2/Makefile		1.69
- pkgsrc/graphics/freetype2/distinfo		1.31
- pkgsrc/graphics/freetype2/patches/patch-aa	1.17
- pkgsrc/graphics/freetype2/patches/patch-ab	1.12
- pkgsrc/graphics/freetype2/patches/patch-ac	1.4
- pkgsrc/graphics/freetype2/patches/patch-ad	1.2

   Module Name:    pkgsrc
   Committed By:   drochner
   Date:           Thu Apr 16 20:26:26 UTC 2009

   Modified Files:
           pkgsrc/graphics/freetype2: Makefile distinfo
   Removed Files:
           pkgsrc/graphics/freetype2/patches: patch-aa

   Log message:
   update to 2.3.9
   changes:
   -important bugfixes
   -improved CID support

   There was an ABI breakage between 2.3.7 and 2.3.8 which was reverted
   in 2.3.9. The public 'PS_FontInfoRec' structure was expanded and
   then shrunk. Applications compiled against 2.3.8 should work fine
   with 2.3.9. Applications compiled against the new 2.3.9 can
   theoretically exhibit problems if run against a 2.3.8 binary, if
   some PS_FontInfo stuff is used. See the freetype release notes
   for details. I didn't find any suspects for now. If one is found,
   it should be changed to require 2.3.9, and PKGREV bumped.

   To generate a diff of this commit:
   cvs rdiff -u -r1.67 -r1.68 pkgsrc/graphics/freetype2/Makefile
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/graphics/freetype2/distinfo
   cvs rdiff -u -r1.15 -r0 pkgsrc/graphics/freetype2/patches/patch-aa

   Date: Sat, 2 May 2009 19:44:51 +0000
   From: Tobias Nygren <tnn@netbsd.org>
   To: pkgsrc-changes@NetBSD.org
   Subject: CVS commit: pkgsrc/graphics/freetype2

   Module Name:	pkgsrc
   Committed By:	tnn
   Date:		Sat May  2 19:44:51 UTC 2009

   Modified Files:
   	pkgsrc/graphics/freetype2: Makefile distinfo
   Added Files:
   	pkgsrc/graphics/freetype2/patches: patch-aa patch-ab patch-ac
   patch-ad

   Log message:
   patch-[a-d]: Upstream patches for CVE-2009-0946.
   Bump PKGREVISION.

   To generate a diff of this commit:
   cvs rdiff -u -r1.68 -r1.69 pkgsrc/graphics/freetype2/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/graphics/freetype2/distinfo
   cvs rdiff -u -r0 -r1.17 pkgsrc/graphics/freetype2/patches/patch-aa
   cvs rdiff -u -r0 -r1.12 pkgsrc/graphics/freetype2/patches/patch-ab
   cvs rdiff -u -r0 -r1.4 pkgsrc/graphics/freetype2/patches/patch-ac
   cvs rdiff -u -r0 -r1.2 pkgsrc/graphics/freetype2/patches/patch-ad