summaryrefslogtreecommitdiff
path: root/devel/pango
AgeCommit message (Collapse)AuthorFilesLines
2002-12-09Replace "true" by "${TRUE}".tron1-3/+3
2002-10-30Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE.rh7-67/+7
2002-10-21update to pango-1.0.5dmcmahill4-12/+11
Changes between 1.0.4 and 1.0.5 * Win32 work [Tor Lillqvist] - Handle choosing the right font for CJK languages based on language tags. - Fix boxes showing up for tabs [Florent Duguet] - Better handling of finding ASCII font names. - Cygwin compilation fix [Masahiro Sakai] - Fix --with-included-modules on win32 [Arnaud Charlet] - Various build fixes and cleanups - Make mini-xft find windows font directory automatically * Bug fix for pango_scan_int() needed for recent GTK+. * Improve language specific charset ordering basic-x11 [James Su, Brian Yuan] * Fix symbols that shouldn't have been exported [Jacob Berkman, Nils Nordman] * Some cross-compiling fixes [J. Ali Harlow] * Various build fixes [Havoc Pennington, others] * Fix check for no-backend being found. [Andreas J. Guezlow]
2002-10-19Track directory layout change at MASTER_SITE_GNOME.rh1-2/+2
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-10-07Unused.wiz1-37/+0
2002-09-11buildlink1 -> buildlink2jlam1-7/+9
2002-09-10Since the major of libiconv was increased during the update to 1.8,wiz3-5/+6
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
2002-08-29Fix PLIST after update.wiz1-2/+5
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam8-7/+29
buildlink2.mk files back into the main trunk.
2002-08-23update to pango-1.0.4. This is primarily a bug fix release. Notable changesdmcmahill3-10/+9
are: * Add Thai shaper for Xft [Theppitak Karoonboonyanan] * Support GB-18030, BIG5-HKSCS, CNS-11643, GBK encodings for basic-x shaper [Qingjiang (Brian) Yuan] * Support ksc5601.1992-3 fonts in hangul-x shpaer [Qingjiang (Brian) Yuan, Changwoo Ryu] * Support new Arabic characters in Unicode 3.2 [Roozbeh Pournader] * Bug fixes [Jacob Berkman, Arnaud Charlet, David L. Cooper II, Choe Hwangjin, Alex Larsson, Sven Neumann, Matthias Warkus, Yao Zhang]
2002-08-16Fix PLIST on XF4, this time for real.wiz1-2/+4
bsd.prefs.mk is needed if you want to have X11BASE set. Bump PKGREVISION. Should fix GConf2 bulk build failure.
2002-07-18Patch the various pkgconfig files to include proper -Wl,-R options.rh4-2/+29
Bump PKGREVISION
2002-07-03since XFree86 4.* includes libXft and XFree86 3.* does not we end up withdmcmahill3-21/+31
a different PLIST. Add a check for XFree86 4.* (like the one from suse_x11) and fix up the PLIST. Packages properly again on non-XFree86 4.* systems.
2002-06-30Update to version 1.0.3. Update contains the usual bug-fixes and feature-jschauma4-12/+30
enhancements. Too many to list here - please see ChangeLog and/or http://www.pango.org. Patches to update the package were supplied by Julio Merino (jmmv at hispabsd dot org) in pkg/17419 - muchas gracias! (This closes pkg/17419.)
2002-05-10Add missing -Wl,-R to the pkgconfig files. Bump PKGREVISION and defaultrh6-4/+44
buildlink dependency.
2002-03-30update to pango-1.0.1dmcmahill3-9/+9
Changes in version 1.0.1 ======================== * Documentation improvements [Matthias Clasen] * Use new API in FreeType 2.0.9 to greatly speed up coverage calculation for Xft and FT2 backends. * Some fixes for reading of OpenType tables. * Add -D_REENTRANT to compilation when necessary. [Sven Neumann] * Try and enable ClearType for Win32 backend. [Tor Lillqvist] * Fixes for Korean glyphs in the basic-x shaper [Changwoo Ryu] * Improvements for computation of average char/digit width [Sven Neumann] * Bug and error reporting fixes [Arnaud Charlet, Erewan Chenede, Mikael Hallendal, Stefan Israelsson, Alex Larsson, Soeren Sandmann, Dan Winship]
2002-03-25remove unneeded patches. pkg-info adds -Wl,-R${path} automatically, nodmcmahill4-40/+1
need to add it explicitly.
2002-03-24import pango-1.0.0dmcmahill8-0/+246
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.