pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/fonts/harfbuzz harfbuzz: update to 1.8.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ae2aa24b854d
branches:  trunk
changeset: 309380:ae2aa24b854d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jun 17 08:24:41 2018 +0000

description:
harfbuzz: update to 1.8.0.

Tuesday, June 5, 2018
====================================
- Update to Unicode 11.0.0.

Overview of changes leading to 1.7.7
Tuesday, June 5, 2018
====================================
- Lots of internal changes, but not yet exposed externally.
- All HarfBuzz objects are significantly smaller in size now.
- Sinhala: Position repha on top of post-consonant, not base.
  This better matches Windows 10 behavior, which was changed
  from previous Windows versions.
- New build options:
  o New cpp macro HB_NO_ATEXIT
  o New cpp macro HB_SUBSET_BUILTIN
- Significant libharfbuzz-subset changes. API subject to change.
- New API in libharfbuzz:

+hb_blob_create_from_file()
+hb_face_count()

A hashmap implementation:
+hb-map.h
+HB_MAP_VALUE_INVALID
+hb_map_t
+hb_map_create()
+hb_map_get_empty()
+hb_map_reference()
+hb_map_destroy()
+hb_map_set_user_data()
+hb_map_get_user_data()
+hb_map_allocation_successful()
+hb_map_clear()
+hb_map_is_empty()
+hb_map_get_population()
+hb_map_set()
+hb_map_get()
+hb_map_del()
+hb_map_has()

diffstat:

 fonts/harfbuzz/Makefile |   5 ++---
 fonts/harfbuzz/PLIST    |   3 ++-
 fonts/harfbuzz/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (45 lines):

diff -r 369efd1611c1 -r ae2aa24b854d fonts/harfbuzz/Makefile
--- a/fonts/harfbuzz/Makefile   Sun Jun 17 08:22:07 2018 +0000
+++ b/fonts/harfbuzz/Makefile   Sun Jun 17 08:24:41 2018 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.93 2018/04/14 07:34:21 adam Exp $
+# $NetBSD: Makefile,v 1.94 2018/06/17 08:24:41 wiz Exp $
 
-DISTNAME=      harfbuzz-1.7.6
-PKGREVISION=   1
+DISTNAME=      harfbuzz-1.8.0
 CATEGORIES=    fonts
 MASTER_SITES=  http://www.freedesktop.org/software/harfbuzz/release/
 EXTRACT_SUFX=  .tar.bz2
diff -r 369efd1611c1 -r ae2aa24b854d fonts/harfbuzz/PLIST
--- a/fonts/harfbuzz/PLIST      Sun Jun 17 08:22:07 2018 +0000
+++ b/fonts/harfbuzz/PLIST      Sun Jun 17 08:24:41 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.26 2018/03/11 17:45:54 wiz Exp $
+@comment $NetBSD: PLIST,v 1.27 2018/06/17 08:24:41 wiz Exp $
 bin/hb-ot-shape-closure
 bin/hb-shape
 bin/hb-subset
@@ -12,6 +12,7 @@
 ${PLIST.icu}include/harfbuzz/hb-ft.h
 include/harfbuzz/hb-glib.h
 ${PLIST.icu}include/harfbuzz/hb-icu.h
+include/harfbuzz/hb-map.h
 include/harfbuzz/hb-ot-font.h
 include/harfbuzz/hb-ot-layout.h
 include/harfbuzz/hb-ot-math.h
diff -r 369efd1611c1 -r ae2aa24b854d fonts/harfbuzz/distinfo
--- a/fonts/harfbuzz/distinfo   Sun Jun 17 08:22:07 2018 +0000
+++ b/fonts/harfbuzz/distinfo   Sun Jun 17 08:24:41 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.73 2018/03/11 17:45:54 wiz Exp $
+$NetBSD: distinfo,v 1.74 2018/06/17 08:24:41 wiz Exp $
 
-SHA1 (harfbuzz-1.7.6.tar.bz2) = 67a8754c510dfb68796b1cf6a7011ad6515f504d
-RMD160 (harfbuzz-1.7.6.tar.bz2) = bfd237407c3b8eea5a59f1c6bbab4a467549c767
-SHA512 (harfbuzz-1.7.6.tar.bz2) = 259656574b1ec2916ada951b759a591f45c11c5c639fa29831e06320312bf951f4f5ef6306f9ffc373abf0d40dbf944db918d4c54aca3bd7eab2c3a886db7a68
-Size (harfbuzz-1.7.6.tar.bz2) = 2586909 bytes
+SHA1 (harfbuzz-1.8.0.tar.bz2) = 85c5a7694d5ace846eaf84622a3ef7664e134081
+RMD160 (harfbuzz-1.8.0.tar.bz2) = 8850f12900529c0e9f2e4287dd8cacc3660e2edd
+SHA512 (harfbuzz-1.8.0.tar.bz2) = 90cccdaa45bbd7b5a75c9600d49e15dea820f0db4f9e4eda2c451092000281657a2ecb281b574d339e84e72842e978f5cbf505845fa573e6b76382192d8dd4fb
+Size (harfbuzz-1.8.0.tar.bz2) = 3793974 bytes



Home | Main Index | Thread Index | Old Index