./devel/pango, Library for layout and rendering of text

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


Branch: pkgsrc-2009Q4, Version: 1.26.2nb2, Package name: pango-1.26.2nb2, Maintainer: pkgsrc-users

Pango is a library for layout and rendering of text, with an emphasis
on internationalization. Pango can be used anywhere that text layout
is needed; however, most of the work on Pango-1.0 was done using the
GTK+ widget toolkit as a test platform. Pango forms the core of text
and font handling for GTK+-2.0.

Pango is designed to be modular; the core Pango layout can be used
with four different font backends:

- Core X windowing system fonts
- Client-side fonts on X using the Xft library
- Direct rendering of scalable fonts using the FreeType library
- Native fonts on Microsoft backends

Dynamically loaded modules then handle text layout for particular
combinations of script and font backend.

As well as the low level layout rendering routines, Pango includes
PangoLayout, a high level driver for laying out entire blocks of text,
and routines to assist in editing internationalized text.

DEINSTALL [+/-]

Required to run:
[devel/glib2] [graphics/cairo] [graphics/freetype2] [fonts/Xft2] [fonts/fontconfig] [x11/Xrender]

Required to build:
[devel/pkg-config] [devel/libtool-base] [devel/gmake] [x11/renderproto] [pkgtools/x11-links]

Package options: x11

Master sites: (Expand)

SHA1: 051b6f7b5f98a4c8083ef6a5178cb5255a992b98
RMD160: 6613bddf643d5c912e6656d84c6671aa6ce88a9d
Filesize: 1500.011 KB

Version history: (Expand)


CVS history: (Expand)


   2010-03-27 18:51:38 by Matthias Scheler | Files touched by this commit (4)
Log message:
Pullup ticket #3066 - requested by taca
pango: security patch

Revisions pulled up:
- devel/pango/Makefile			1.140-1.141
- devel/pango/distinfo			1.82-1.83
- devel/pango/patches/patch-ae		1.5
- devel/pango/patches/patch-am		1.1
---
Module Name:	pkgsrc
Committed By:	tron
Date:		Sun Feb 21 23:51:26 UTC 2010

Modified Files:
	pkgsrc/devel/pango: Makefile distinfo
	pkgsrc/devel/pango/patches: patch-ae

Log message:
Change very questionable C++ code slightly to avoid high CPU usage under
Mac OS X. (see https://bugzilla.gnome.org/show_bug.cgi?id=593240 for
more details). Tested with XChat and Wireshark under Mac OS 10.6.2 and
NetBSD/amd64 5.0_STABLE.
---
Module Name:	pkgsrc
Committed By:	taca
Date:		Sat Mar 27 15:59:34 UTC 2010

Modified Files:
	pkgsrc/devel/pango: Makefile distinfo
Added Files:
	pkgsrc/devel/pango/patches: patch-am

Log message:
Add a patch to fix CVE-2010-0421, DoS security fix.

Bump PKGREVISION.