summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz>2005-07-28 11:04:13 +0000
committerwiz <wiz>2005-07-28 11:04:13 +0000
commitef1aac1e1904ddd47e848c63dd86962ad9ed36d5 (patch)
tree8ef4b1263a7ca592a6afa86c91154f31163350b4 /devel
parentc5a9fa2f6e918cc70fdfb5a3e28b66a76b2bb333 (diff)
downloadpkgsrc-ef1aac1e1904ddd47e848c63dd86962ad9ed36d5.tar.gz
Update to 1.8.2:
* Add Khmer support [Jens Herden, Javier Sola] * Fix bugs and crashes in the operation of PangoLayoutIter [Amit Aronovitch] * Increase sharing of data between different copies of Pango [Tommi Komulainen, Ross Burton] * Remove dependence of opentype code on FreeType internals [David Turner, Behdad Esfahbod] * Cache metrics for the Win32 backend [Tor Lillqvist] * Improve handling of RTL text when passing it to Uniscribe [Tor] * Support for TrueType fonts on Win32 with characters outside the BMP [Tor] * Handle alpha in XftColors again. [Mikael Magnusson] * Better handling of MacThai encoded fonts [Theppitak Karoonboonyanan] * Handle zero width chars properly in Hangul backend [Young-Ho Cha, Changwoo Ryu] * Fix Oriya character classification [Gora Mohanty, Gautam Sengupta] * PangoAttrIterator bug fixes [Morten Welinder] * Clean up copyright/licensing information [William N. Ray] * Misc bug and build fixes [Sebastien Bacher, Brandon Bergren, Chris Blizzard, Paolo Borelli, Behdad, Harshula, Alex Jones, Aivars Kalvans, Stepan Kasal, Karel Kulhavy, Ryan Lortie, Ben Maurer, Sukhjinder Sidhu, Manish Singh, Emil Soleyman-Zomalan, Morten]
Diffstat (limited to 'devel')
-rw-r--r--devel/pango/Makefile4
-rw-r--r--devel/pango/PLIST4
-rw-r--r--devel/pango/distinfo10
-rw-r--r--devel/pango/patches/patch-aa6
4 files changed, 13 insertions, 11 deletions
diff --git a/devel/pango/Makefile b/devel/pango/Makefile
index 1f81bc94ed9..8f344fc8a2e 100644
--- a/devel/pango/Makefile
+++ b/devel/pango/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.57 2005/07/21 16:29:49 wiz Exp $
+# $NetBSD: Makefile,v 1.58 2005/07/28 11:04:13 wiz Exp $
#
-DISTNAME= pango-1.8.1
+DISTNAME= pango-1.8.2
CATEGORIES= devel fonts
MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v2.6/ \
ftp://ftp.cs.umn.edu/pub/gimp/gtk/v2.6/ \
diff --git a/devel/pango/PLIST b/devel/pango/PLIST
index 29d180cc194..8fa06073fce 100644
--- a/devel/pango/PLIST
+++ b/devel/pango/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.21 2005/03/05 13:49:36 wiz Exp $
+@comment $NetBSD: PLIST,v 1.22 2005/07/28 11:04:13 wiz Exp $
bin/pango-querymodules
include/pango-1.0/pango/pango-attributes.h
include/pango-1.0/pango/pango-break.h
@@ -38,6 +38,7 @@ lib/pango/1.4.0/modules/pango-basic-x.la
lib/pango/1.4.0/modules/pango-hangul-fc.la
lib/pango/1.4.0/modules/pango-hebrew-fc.la
lib/pango/1.4.0/modules/pango-indic-fc.la
+lib/pango/1.4.0/modules/pango-khmer-fc.la
lib/pango/1.4.0/modules/pango-syriac-fc.la
lib/pango/1.4.0/modules/pango-thai-fc.la
lib/pango/1.4.0/modules/pango-tibetan-fc.la
@@ -81,6 +82,7 @@ share/doc/pango/pango.devhelp
share/doc/pango/pango.html
share/doc/pango/rendering.html
share/doc/pango/right.png
+share/doc/pango/style.css
share/doc/pango/tools.html
share/doc/pango/up.png
@dirrm share/doc/pango
diff --git a/devel/pango/distinfo b/devel/pango/distinfo
index 3229a026801..83475ace75c 100644
--- a/devel/pango/distinfo
+++ b/devel/pango/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.26 2005/03/05 13:49:36 wiz Exp $
+$NetBSD: distinfo,v 1.27 2005/07/28 11:04:13 wiz Exp $
-SHA1 (pango-1.8.1.tar.bz2) = 46d6992cd5782a3ca7623f0d91f31b6bdffb0346
-RMD160 (pango-1.8.1.tar.bz2) = a65832954fa495fdb1f72076f15d61116ebd91ed
-Size (pango-1.8.1.tar.bz2) = 996389 bytes
-SHA1 (patch-aa) = 1058468d520a80789bc2bfeed581237ed8cb0d0a
+SHA1 (pango-1.8.2.tar.bz2) = 1ff94ba7618ea8bffbd9872ffb4856c414a0e8d8
+RMD160 (pango-1.8.2.tar.bz2) = fc44c26d6f3543ca6054c996a4edc772b888de2a
+Size (pango-1.8.2.tar.bz2) = 1021372 bytes
+SHA1 (patch-aa) = b8f8d32dd163e6fbf80cf09d1321546499302275
diff --git a/devel/pango/patches/patch-aa b/devel/pango/patches/patch-aa
index da72859d1be..e83116f52e4 100644
--- a/devel/pango/patches/patch-aa
+++ b/devel/pango/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.10 2005/03/05 13:49:36 wiz Exp $
+$NetBSD: patch-aa,v 1.11 2005/07/28 11:04:13 wiz Exp $
---- pango/opentype/Makefile.in.orig 2005-03-04 21:08:23.000000000 +0100
+--- pango/opentype/Makefile.in.orig 2005-07-26 20:45:53.000000000 +0200
+++ pango/opentype/Makefile.in
-@@ -280,7 +280,8 @@ ottest_SOURCES = \
+@@ -283,7 +283,8 @@ ottest_SOURCES = \
ottest_LDADD = \
libpango-ot.la \