diff options
author | wiz <wiz@pkgsrc.org> | 2014-05-04 16:58:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-05-04 16:58:45 +0000 |
commit | 624c328a765b62e8f7bc88b6a4aa0d5fdd5357d8 (patch) | |
tree | 0f25227c0e3a907eecd6f4bf4df2d6c91dfda8aa /fonts | |
parent | 3b4ea9287861a79b386056eb17d4eacbeb0e3810 (diff) | |
download | pkgsrc-624c328a765b62e8f7bc88b6a4aa0d5fdd5357d8.tar.gz |
Update to 0.9.28:
Overview of changes leading to 0.9.28
Monday, April 28, 2014
=====================================
- Unbreak old-spec Indic shaping. (bug 76705)
- Fix shaping of U+17DD and U+0FC6.
- Add HB_NO_MERGE_CLUSTERS build option. NOT to be enabled by default
for shipping libraries. It's an option for further experimentation
right now. When we are sure how to do it properly, we will add
public run-time API for the functionality.
- Build fixes.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/harfbuzz/Makefile | 5 | ||||
-rw-r--r-- | fonts/harfbuzz/PLIST | 3 | ||||
-rw-r--r-- | fonts/harfbuzz/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/fonts/harfbuzz/Makefile b/fonts/harfbuzz/Makefile index 325d00e7d57..a752c8c2b6f 100644 --- a/fonts/harfbuzz/Makefile +++ b/fonts/harfbuzz/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.31 2014/04/09 07:27:07 obache Exp $ +# $NetBSD: Makefile,v 1.32 2014/05/04 16:58:45 wiz Exp $ -DISTNAME= harfbuzz-0.9.27 -PKGREVISION= 1 +DISTNAME= harfbuzz-0.9.28 CATEGORIES= fonts MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/ EXTRACT_SUFX= .tar.bz2 diff --git a/fonts/harfbuzz/PLIST b/fonts/harfbuzz/PLIST index b92fdc7effb..4773b0a04e8 100644 --- a/fonts/harfbuzz/PLIST +++ b/fonts/harfbuzz/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2014/02/03 16:46:13 wiz Exp $ +@comment $NetBSD: PLIST,v 1.9 2014/05/04 16:58:45 wiz Exp $ bin/hb-ot-shape-closure bin/hb-shape include/harfbuzz/hb-blob.h @@ -10,6 +10,7 @@ include/harfbuzz/hb-font.h include/harfbuzz/hb-ft.h include/harfbuzz/hb-glib.h ${PLIST.icu}include/harfbuzz/hb-icu.h +include/harfbuzz/hb-ot-font.h include/harfbuzz/hb-ot-layout.h include/harfbuzz/hb-ot-shape.h include/harfbuzz/hb-ot-tag.h diff --git a/fonts/harfbuzz/distinfo b/fonts/harfbuzz/distinfo index 8d1d39f7e4c..eb9499f24e9 100644 --- a/fonts/harfbuzz/distinfo +++ b/fonts/harfbuzz/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.22 2014/03/31 08:33:43 wiz Exp $ +$NetBSD: distinfo,v 1.23 2014/05/04 16:58:45 wiz Exp $ -SHA1 (harfbuzz-0.9.27.tar.bz2) = e5bb66040c201895d72f717e0f1fd3fea5544053 -RMD160 (harfbuzz-0.9.27.tar.bz2) = 06cae5b99ce1b9b522af3dabecb94fb2da7c7172 -Size (harfbuzz-0.9.27.tar.bz2) = 1062180 bytes +SHA1 (harfbuzz-0.9.28.tar.bz2) = e2704c0b1b76a82fb8b5c9b354526733629ee616 +RMD160 (harfbuzz-0.9.28.tar.bz2) = 5d98717a86d2a7c77f0833f32324e8e7e9a99b32 +Size (harfbuzz-0.9.28.tar.bz2) = 1063769 bytes SHA1 (patch-src_hb-open-type-private.hh) = 876f1afdf2c7babb4cd3c2b9c9e4635167ad1021 |