diff options
author | wiz <wiz@pkgsrc.org> | 2013-09-30 18:25:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-09-30 18:25:27 +0000 |
commit | 877f00d1c50ee60f91b0430fe7663804ddf4e1cf (patch) | |
tree | 8c57c81f060b969e22b13cd7ee94abce0deae532 /fonts | |
parent | 987e6171b1e303d733979b127f649ab284b42303 (diff) | |
download | pkgsrc-877f00d1c50ee60f91b0430fe7663804ddf4e1cf.tar.gz |
Update to 0.9.21:
Overview of changes leading to 0.9.21
Monday, September 16, 2013
=====================================
- Rename gobject-introspection library name from harfbuzz to HarfBuzz.
- Remove (long disabled) hb-old and hb-icu-le test shapers.
- Misc gtk-doc and gobject-introspection annotations.
- Misc fixes.
- API changes:
* Add HB_SET_VALUE_INVALID
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/harfbuzz/Makefile | 4 | ||||
-rw-r--r-- | fonts/harfbuzz/PLIST | 3 | ||||
-rw-r--r-- | fonts/harfbuzz/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/fonts/harfbuzz/Makefile b/fonts/harfbuzz/Makefile index c2902720ff1..8590c256d2b 100644 --- a/fonts/harfbuzz/Makefile +++ b/fonts/harfbuzz/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2013/08/31 22:20:24 adam Exp $ +# $NetBSD: Makefile,v 1.22 2013/09/30 18:25:27 wiz Exp $ -DISTNAME= harfbuzz-0.9.20 +DISTNAME= harfbuzz-0.9.21 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 8a9509cacef..010a1d37139 100644 --- a/fonts/harfbuzz/PLIST +++ b/fonts/harfbuzz/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2013/08/31 22:20:24 adam Exp $ +@comment $NetBSD: PLIST,v 1.7 2013/09/30 18:25:27 wiz Exp $ bin/hb-ot-shape-closure bin/hb-shape include/harfbuzz/hb-blob.h @@ -23,6 +23,7 @@ lib/libharfbuzz.la ${PLIST.icu}lib/libharfbuzz-icu.la lib/pkgconfig/harfbuzz.pc ${PLIST.icu}lib/pkgconfig/harfbuzz-icu.pc +share/gtk-doc/html/harfbuzz/annotation-glossary.html share/gtk-doc/html/harfbuzz/api-index-full.html share/gtk-doc/html/harfbuzz/ch01.html share/gtk-doc/html/harfbuzz/deprecated-api-index.html diff --git a/fonts/harfbuzz/distinfo b/fonts/harfbuzz/distinfo index ed65179ce71..46e6eeea063 100644 --- a/fonts/harfbuzz/distinfo +++ b/fonts/harfbuzz/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.15 2013/08/31 22:20:24 adam Exp $ +$NetBSD: distinfo,v 1.16 2013/09/30 18:25:27 wiz Exp $ -SHA1 (harfbuzz-0.9.20.tar.bz2) = 82c3c0d461f239d0991e660a5895a11d1c75e535 -RMD160 (harfbuzz-0.9.20.tar.bz2) = 945f10efaa19a7c37902eb799ff57c9d787f5122 -Size (harfbuzz-0.9.20.tar.bz2) = 1030152 bytes +SHA1 (harfbuzz-0.9.21.tar.bz2) = 864f825e708afc968b60f8666b301325c3bcb9a1 +RMD160 (harfbuzz-0.9.21.tar.bz2) = 2274c555f411111f1a646cb3e5d5c370636f0406 +Size (harfbuzz-0.9.21.tar.bz2) = 913283 bytes SHA1 (patch-src_hb-open-type-private.hh) = 876f1afdf2c7babb4cd3c2b9c9e4635167ad1021 |