diff options
author | wiz <wiz@pkgsrc.org> | 2012-10-21 21:26:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-10-21 21:26:10 +0000 |
commit | 4982f81f57036dafd93501889991eb2d108c6fdd (patch) | |
tree | 043a75ae0f2c22db742d22d36c7daaab3a25ab1b /fonts | |
parent | 53683156cb3b9d2d93185aaf951ad1a92e032bab (diff) | |
download | pkgsrc-4982f81f57036dafd93501889991eb2d108c6fdd.tar.gz |
Update to 0.9.5:
Overview of changes leading to 0.9.5
Sunday, October 14, 2012
====================================
- Synthetic-GSUB Arabic fallback shaping.
- Misc Indic improvements.
- Add build system support for pthread.
- Imported UCDN for in-tree Unicode callbacks implementation.
- Context-aware Arabic joining.
- Misc other fixes.
- New API:
hb_feature_to/from-string()
hb_buffer_[sg]et_content_type()
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/harfbuzz/Makefile | 4 | ||||
-rw-r--r-- | fonts/harfbuzz/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/fonts/harfbuzz/Makefile b/fonts/harfbuzz/Makefile index 376128a7dfc..8016db42ab5 100644 --- a/fonts/harfbuzz/Makefile +++ b/fonts/harfbuzz/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2012/10/08 19:20:33 adam Exp $ +# $NetBSD: Makefile,v 1.2 2012/10/21 21:26:10 wiz Exp $ -DISTNAME= harfbuzz-0.9.4 +DISTNAME= harfbuzz-0.9.5 CATEGORIES= fonts MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/ EXTRACT_SUFX= .tar.bz2 diff --git a/fonts/harfbuzz/distinfo b/fonts/harfbuzz/distinfo index ba9e6e72440..b158a26b925 100644 --- a/fonts/harfbuzz/distinfo +++ b/fonts/harfbuzz/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2012/10/08 19:20:33 adam Exp $ +$NetBSD: distinfo,v 1.2 2012/10/21 21:26:10 wiz Exp $ -SHA1 (harfbuzz-0.9.4.tar.bz2) = fcae002e8eb7d012dab7a4af881d8079ea13444d -RMD160 (harfbuzz-0.9.4.tar.bz2) = 3a29834cb0f41883810c93a04dfd77c2275935de -Size (harfbuzz-0.9.4.tar.bz2) = 736116 bytes +SHA1 (harfbuzz-0.9.5.tar.bz2) = cf2141c89a293995a0ae89e379884d2a6e89b963 +RMD160 (harfbuzz-0.9.5.tar.bz2) = 1e204c221befa6f7efac641691d018a0d6bb6f86 +Size (harfbuzz-0.9.5.tar.bz2) = 856867 bytes SHA1 (patch-util_options.cc) = 4ee9ee39d1413ef4fad2023a0b62c4a8c00d91ad |