diff options
author | wiz <wiz@pkgsrc.org> | 2013-04-21 14:39:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-04-21 14:39:55 +0000 |
commit | 0f0fc21b2a8c77deb928d8d104d15a70cd2d2593 (patch) | |
tree | 4f8a52fc183d5cb1be817ed33aee3c64f01707da /fonts | |
parent | 0aa9e3d1f5edf1576b710822ba0dec7386e7903a (diff) | |
download | pkgsrc-0f0fc21b2a8c77deb928d8d104d15a70cd2d2593.tar.gz |
Update to 0.9.16:
Overview of changes leading to 0.9.16
Friday, April 19, 2013
=====================================
- Major speedup in OpenType lookup processing. With the Amiri
Arabic font, this release is over 3x faster than previous
release. All scripts / languages should see this speedup.
- New --num-iterations option for hb-shape / hb-view; useful for
profiling.
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 81165e6d339..6de6ae9624a 100644 --- a/fonts/harfbuzz/Makefile +++ b/fonts/harfbuzz/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2013/04/10 12:27:10 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2013/04/21 14:39:55 wiz Exp $ -DISTNAME= harfbuzz-0.9.15 +DISTNAME= harfbuzz-0.9.16 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 4c18895d8c1..9f5c558d3a3 100644 --- a/fonts/harfbuzz/distinfo +++ b/fonts/harfbuzz/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2013/04/10 11:10:41 wiz Exp $ +$NetBSD: distinfo,v 1.10 2013/04/21 14:39:55 wiz Exp $ -SHA1 (harfbuzz-0.9.15.tar.bz2) = 242d39b30d613dae45c4eb5fc85d96b955b26ebc -RMD160 (harfbuzz-0.9.15.tar.bz2) = 09bc88372afc6a83897d4b4f204d710ebc9d440f -Size (harfbuzz-0.9.15.tar.bz2) = 901351 bytes +SHA1 (harfbuzz-0.9.16.tar.bz2) = 2f33c388a0be3d07fda58201890d8a9f54a9e7ee +RMD160 (harfbuzz-0.9.16.tar.bz2) = c8d4a66d261c04c7634d415c93fc42e20ca92bce +Size (harfbuzz-0.9.16.tar.bz2) = 902208 bytes SHA1 (patch-src_hb-open-type-private.hh) = b8700b88b02c36d659af0ef151c477aa42043c6f |