diff options
author | wiz <wiz@pkgsrc.org> | 2016-07-24 18:50:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-07-24 18:50:57 +0000 |
commit | b65bdef769ee94d9b0c8f34805c5f6cca03321e9 (patch) | |
tree | 33e8591b093d5cdfb4fb28062a088b7c19462e5b | |
parent | 3c10fe95943bfede1a228462361139579af0b1e6 (diff) | |
download | pkgsrc-b65bdef769ee94d9b0c8f34805c5f6cca03321e9.tar.gz |
Updated harfbuzz to 1.3.0.
Overview of changes leading to 1.3.0
Thursday, July 21, 2016
====================================
- Update to Unicode 9.0.0
- Move Javanese from Indic shaper to Universal Shaping Engine.
- Allow MultipleSubst to delete a glyph (matching Windows engine).
- Update Universal Shaping Engine to latest draft from Microsoft.
- DirectWrite backend improvements. Note: this backend is for testing ONLY.
- CoreText backend improvements with unreachable fonts.
- Implement symbol fonts (cmap 3.0.0) in hb-ft and hb-ot-font.
- Blacklist bad GDEF of more fonts (Tahoma & others).
- Misc fixes.
-rw-r--r-- | fonts/harfbuzz/Makefile | 4 | ||||
-rw-r--r-- | fonts/harfbuzz/PLIST | 3 | ||||
-rw-r--r-- | fonts/harfbuzz/distinfo | 10 |
3 files changed, 9 insertions, 8 deletions
diff --git a/fonts/harfbuzz/Makefile b/fonts/harfbuzz/Makefile index 3cfc83796f5..804ff7b59d6 100644 --- a/fonts/harfbuzz/Makefile +++ b/fonts/harfbuzz/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.68 2016/05/12 14:03:27 wiz Exp $ +# $NetBSD: Makefile,v 1.69 2016/07/24 18:50:57 wiz Exp $ -DISTNAME= harfbuzz-1.2.7 +DISTNAME= harfbuzz-1.3.0 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 c298f927053..6e029dba7e3 100644 --- a/fonts/harfbuzz/PLIST +++ b/fonts/harfbuzz/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2016/03/03 12:34:33 wiz Exp $ +@comment $NetBSD: PLIST,v 1.16 2016/07/24 18:50:57 wiz Exp $ bin/hb-ot-shape-closure bin/hb-shape include/harfbuzz/hb-blob.h @@ -82,6 +82,7 @@ share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 share/gtk-doc/html/harfbuzz/hello-harfbuzz.html share/gtk-doc/html/harfbuzz/home.png share/gtk-doc/html/harfbuzz/index.html +share/gtk-doc/html/harfbuzz/index.sgml share/gtk-doc/html/harfbuzz/install-harfbuzz.html share/gtk-doc/html/harfbuzz/left-insensitive.png share/gtk-doc/html/harfbuzz/left.png diff --git a/fonts/harfbuzz/distinfo b/fonts/harfbuzz/distinfo index 2b9a552314d..98a702824cc 100644 --- a/fonts/harfbuzz/distinfo +++ b/fonts/harfbuzz/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.55 2016/05/12 14:03:27 wiz Exp $ +$NetBSD: distinfo,v 1.56 2016/07/24 18:50:57 wiz Exp $ -SHA1 (harfbuzz-1.2.7.tar.bz2) = d8a1ee20de9e792e17c11b2c2c14ccc643aaeda1 -RMD160 (harfbuzz-1.2.7.tar.bz2) = 73b68dccf2877cc205cc168ce122c812b7789a6d -SHA512 (harfbuzz-1.2.7.tar.bz2) = e1edfa0bf4936f7d47e5622547429b7f573710ac0c4fc023a7b00e1dceca8aa7f02800166eea0c883ae44d2886c50416d61791a8a8240ddaab9f4e389dadfff2 -Size (harfbuzz-1.2.7.tar.bz2) = 1345389 bytes +SHA1 (harfbuzz-1.3.0.tar.bz2) = 260ccf91fd9e78fbc68e9086bc2555158713c633 +RMD160 (harfbuzz-1.3.0.tar.bz2) = 92c18499ec2cc830d58b9512ee181dba0228a74e +SHA512 (harfbuzz-1.3.0.tar.bz2) = 6a5b917e47233eebd8ecb36f24b4eb189c3bacc920b7ca8f8f1bc1036fedaba0b415727a4cc2836956eea48e8dabc63b117789331a9b27201731ab99bf0c2399 +Size (harfbuzz-1.3.0.tar.bz2) = 1351234 bytes |