summaryrefslogtreecommitdiff
path: root/devel/pango
AgeCommit message (Collapse)AuthorFilesLines
2004-10-26Regenerate for patches.reed1-3/+1
patch-ab and patch-ac were removed in the update to 1.4.1 eight weeks ago. This was reported by Pritesh Shah on tech-pkg mailing list.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-2/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-31/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-21Update to 1.6.0. This version corresponds to GNOME 2.8.0.jmmv4-35/+19
Overview of changes between 1.5.2 and 1.6.0 =========================================== * Add OpenType support for Hebrew [Dov Grobgeld] * Win32 bug and build fixes [Tor Lillqvist, Hans Breuer, John Ehresman] * Misc bug fixes [Behdad Esfahbod, Jatin Nansi] Overview of changes between 1.5.1 and 1.5.2 =========================================== * Support 'init' feature for Bengali [Sayamindu Dasgupta] * Allow 32-bit property fields in OpenType code * Optimize repeated property lookups in OpenType code * Misc bug fixes [Behdad, Keith Sharp, Morten Welinder] Overview of changes between 1.5.0 and 1.5.1 =========================================== * Add ellipsization support to PangoLayout * Add pango_context_get_font_map(). * Fix metrics for the Xft backend when a transform is in effect * Separate out backend-independent parts of pangoft2topgm for future rendering testbeds. * Code cleanups (use G_DEFINE_TYPE, make PangoMatrix parameters const) * Add a GType for PangoMatrix [Torsten Schoenfeld] * Misc bug fixes [Morten Welinder]
2004-08-31Pick up maintainership (something I should have done a long while ago...)jmmv1-2/+2
2004-08-31Update to 1.4.1:jmmv5-122/+60
Changes in the package ====================== * Install compatibility symlinks for shared libraries to not break binary programs linked against 1.4.0. This is just a workaround for our broken libtool naming scheme and should be removed when it is fixed. Agreed by rh@. * Move installation of documentation to doc/, out of doc/html. Overview of changes between 1.4.0 and 1.4.1 =========================================== * Win32 bug fixes [Tor Lillqvist, John Ehresman] * Thai rendering improvements including OpenType support [Theppitak Karoonboonyanan] * Fix common crash in Hangul shaper [Changwoo Ryu] * Fix various problems with language tag selection [Frederic Zhang] * Documentation improvements [Felipe Heidrich, Doug Quale] * Fix crash in line break code [Jeroen Zwartepoorte, Billy Biggs] * Build fixes [J. Ali Harlow, Noah Misch] * OpenType engine fixes [Kailash C. Chowksey, Sayamindu Dasgupta, Aamir Wali, Masatake YAMATO, Soheil Hassas Yeganeh] * Indic module bug fixes [Chris Blizzard, Rajkumar S, Taneem Ahmed, Jungshik Shin] * Misc bug fixes [Stanislav Brabec, Anders Carlsson, Behdad Esfahbod, Jody Goldberg, Theppitak, Sven Neumann, Manish Singh, Morten Welinder]
2004-08-06Fix the GNOME bug 129741, which crashes many applications, mostminskim4-2/+84
notably web browsers. Patches obtained from Pango CVS. Bump PKGREVISION.
2004-07-02Unused.wiz1-27/+0
2004-05-09link ottest against glib2 libs, fixes build on Solaris.grant2-1/+16
2004-04-24Enable pkgviews installation.minskim1-1/+3
2004-04-14Fix build on NetBSD-1.6.2-sparc64.snj1-1/+4
2004-04-01Update to 1.4.0:jmmv5-92/+65
This is a stable release providing new functionality as compared to Pango-1.2, while maintaining source and binary compatibility. Notable improvements in Pango since version 1.2: * Support for characters beyond the basic-multilingual plane of Unicode and updates of character properties to match Unicode-4.0. * The same modules are now used for the Xft and fontconfig backends, reducing code duplication, and making it easier to create new backends independent of Pango that use fontconfig and FreeType. * A better font and shaper selection algorithm is now used that takes script information into account. * Bidirectional base direction can now be automatically determined from the text instead of explicitly set by the application. * Improvements to OpenType handling, especially for the GPOS table. GPOS features are now enabled for Arabic.
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-6/+9
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-27Require, at least, Xrender 0.8. Hopefully fixes build problems shown by lastjmmv1-1/+3
kristerw@'s bulk build under NetBSD 1.6, which has a too old X version.
2004-02-19buildlink{2,3} files should not include pkgconfig/buildlink{2,3}.mk.wiz1-2/+1
2004-02-17Remove some unnecessary buildlink3.mk files and clean up some whitespace.jlam1-14/+6
2004-02-15The GNOME Project hasn't suddenly started using C++. These packages onlyjlam1-2/+1
seemed to need the C++ compiler because the libtool configuration required it. This has been fixed in pkgsrc/mk.
2004-02-14Explicitly depend on Xrender.minskim1-1/+2
2004-02-14PKGCONFIG_OVERRIDE is relative to WRKSRC.jmmv1-6/+6
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-3/+2
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-11USE_LANGUAGES=c c++abs1-1/+2
2004-02-10bl3ifyxtraeme2-7/+34
2004-02-06When removing patches, it is a good idea to removewiz1-5/+1
them from the distinfo file too (hi jmmv! ;) ).
2004-01-22Move "configuration" files from PKG_SYSCONFDIR to PREFIX/libdata. What pangojmmv6-80/+7
installs are something like databases that need to be handled automatically by the package system during installation of modules, not by the end user. Bump PKGREVISION to 1. (As a side effect, the package gets simplified a lot). There are no packages in pkgsrc installing pango modules at the moment. When they come, we can easily add a framework to handle them, as has been done for x11/gtk2.
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-12-30Add trailing / on HOMEPAGEscjep1-2/+2
2003-09-08Changes 1.2.5: Add mprefixups.[ch] to xft_sources as well as ft2_sourcesadam3-10/+10
2003-09-02This needs zlibmartti1-1/+2
2003-08-27Update to 1.2.4, supplier by Juan RP in PR 22607:wiz3-11/+12
Overview of Changes in Pango 1.2.4 ================================== * Win32 [Tor Lillqvist] - Avoid calling Uniscribe when not necessary [Hans Breuer] - Build fixes * Indic shaper - Add pre-base-matra fixup code from ICU [Sivaraj Doddannan] - Port of Bengali rendering fix from ICU [Taneem Ahmed] * OpenType - Port various fixes by Werner Lemberg from FreeType version - Port various fixes by Lars Knoll from Qt version - Many other bug fixes [Kailash C. Chowksey, Me] * Fix bugs in FT2 rendering code [Sven Neumann] * Remove Qt-based example program; was causing compilation problems for a lot of people. * Doc fixes [Noah Levitt] * Misc bug fixes [Dave Cuthbert, Damon Chaplin, Christophe Fergeau, Tony Graham, Morten Welinder] * Build fixes [Sven Neumann, Benedikt Spranger]
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz2-3/+4
2003-06-10Update to 1.2.3. Changes since 1.2.1:jmmv3-11/+16
* Fix operation with --disable-debug [Jeff Waugh] * Improve handling of ink rectangle extents for empty runs * Fix problem with keynav at line boundaries for RTL text [Matthias Clasen] * Cache fontsets for the Xft and FT2 backends, a large speedup for short strings [Owen Taylor, Soeren Sandmann] * Make built in rendering functions, especially the FT2 one, work more like the GDK implementation [Sven Neumann] * Add an indic-ft2 module [Kapil Chowskey], Add a thai-ft2 module [Theppitak Karoonboonyanan] * Optimize pango_x_render() by drawing multiple character with a single request when possible [Morten Welinder] * Change the handling of attributes that cover only partial glyphs [Owen, Taneem Ahmed, Sunil Mohan Adapa] * Fix problems with Arial Unicode and the Opentype code [Owen, Noah Levitt] * Fix common crash for fonts missing a GDEF table * Fix common portability problem with informative output at end of configure. * Build cleanups and fixes [Tim Mooney, Chris Ross, Akira Tagoh, Will Partain, James Su] * Miscellaneous bug fixes and cleanups [Simon Budig, Rick Jones, Noah, Padraig O'Briain, Benjamin Otte, Andrey Panov, Federic Zhang] * Documentation fixes [Tim, Sven]
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-05Line up PKGREVISION whitespace.jmmv1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-3/+4
dependency bumps.
2003-03-29Clean up freetype2 requirements so Xft2 and fontconfig also require the rightjmc1-3/+1
version via buildlink'ing
2003-02-15Update to 1.2.1:wiz3-11/+12
* Handle older TrueType Open Arabic fonts. * Fix crash with some non-BMP characters [Morten Welinder] * Avoid crashing on font descriptions like " 12" [Padraig O'Briain] * Minor build fixes [Rich Burridge, Sven Neumann]
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-2/+2
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2003-01-04Install documentation under share/doc/html, not share/gtk-doc/html.jmmv2-38/+40
Also avoid possible detection of gtk-doc and Qt (may generate different binary packages if found). Sort PLIST too. Bump PKGREVISION to 1.
2002-12-24Not needed any longer.wiz1-23/+0
2002-12-24Update to 1.2.0. Depend on Xft2.wiz7-109/+126
Changes: * Improve font solection for Hangul tone marks * Improve range definitions for basic-xft [Jungshik Shin] * Draw unknown character boxes with X primitives for the X backend instead of hoping for a suitable glyph [Morten Welinder] * For Xft/FT2, give an informative error mesage when no fonts are found. * Support shape modules with ranges beyond the BMP [Federic Zhang] * Use octal escapes rather than literal UTF-8 [Arnaud Charlet] * Use g_[sf]printf where appropriate [Matthias Clasen] * Fix the Arabic-words-broken-by-underlines problem by stripping out non-shape affecting attributes then adding them back after shaping. * Hangul shaper fixes [Changwoo Ryu, Jungshik Shin] * Handle compatability ideographs in basic-x shaper [Federic Zhang] * Implement pango_ft2_font_map_set_default_substitute() [Matthias Clasen] * Hangul module bug fixes and improvements [Changwoo Ryu, Jungshik Shin] - Move rendering of precomposed characters to hangul-xft shaper - Handle Hangul tone marks * Add a new wrap mode for PangoLayout - PANGO_WRAP_WORD_CHAR [Alex Larsson] * Indic module improvements [Eric Mader] * Fixes to generic OpenType handling [Eric] * Improve language specific charset ordering basic-x11 [James Su, Brian Yuan] * Some merges of fixes by Werner Lemberg to the original FreeType OpenType code. * Robustify and otherwise improve pango_color_parse() [Matthias Clasen] * Some cross-compiling fixes [J. Ali Harlow] * Merge a lot of the code between the Xft and FT2 backend, so that the FT2 backend gets the recent improvements to Xft. * Add proper language tag support to the Xft/FT2 backends. * Various effienciency fixes for the Xft/FT2 backends. * Support for version 2 of the Xft library. [Keith Packard] * Convert the freetype backend over to using fontconfig, instead of MiniXft for font cataloging. * A port of the Indic OpenType code from ICU to Pango. [Eric Mader] * A new hangul-xft [Changwoo Ryu] * Various cleanups to the PangoXft and PangoFT2 public APIs. ... as well as the usual bug fixes.
2002-12-22Make this package install its configuration files under the examples treejmmv7-6/+88
and let bsd.pkg.install.mk copy them to PKG_SYSCONFDIR. Bump PKGREVISION to 1. Reviewed by wiz.
2002-12-19update MASTER_SITES.grant1-2/+1
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