pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/harfbuzz



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jun 17 08:24:41 UTC 2018

Modified Files:
        pkgsrc/fonts/harfbuzz: Makefile PLIST distinfo

Log Message:
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()


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 pkgsrc/fonts/harfbuzz/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/fonts/harfbuzz/PLIST
cvs rdiff -u -r1.73 -r1.74 pkgsrc/fonts/harfbuzz/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/fonts/harfbuzz/Makefile
diff -u pkgsrc/fonts/harfbuzz/Makefile:1.93 pkgsrc/fonts/harfbuzz/Makefile:1.94
--- pkgsrc/fonts/harfbuzz/Makefile:1.93 Sat Apr 14 07:34:21 2018
+++ pkgsrc/fonts/harfbuzz/Makefile      Sun Jun 17 08:24:41 2018
@@ -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

Index: pkgsrc/fonts/harfbuzz/PLIST
diff -u pkgsrc/fonts/harfbuzz/PLIST:1.26 pkgsrc/fonts/harfbuzz/PLIST:1.27
--- pkgsrc/fonts/harfbuzz/PLIST:1.26    Sun Mar 11 17:45:54 2018
+++ pkgsrc/fonts/harfbuzz/PLIST Sun Jun 17 08:24:41 2018
@@ -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 @@ include/harfbuzz/hb-font.h
 ${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

Index: pkgsrc/fonts/harfbuzz/distinfo
diff -u pkgsrc/fonts/harfbuzz/distinfo:1.73 pkgsrc/fonts/harfbuzz/distinfo:1.74
--- pkgsrc/fonts/harfbuzz/distinfo:1.73 Sun Mar 11 17:45:54 2018
+++ pkgsrc/fonts/harfbuzz/distinfo      Sun Jun 17 08:24:41 2018
@@ -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