summaryrefslogtreecommitdiff
path: root/fonts/harfbuzz/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2018-06-17 08:24:41 +0000
committerwiz <wiz@pkgsrc.org>2018-06-17 08:24:41 +0000
commit68db046dd7bead3ef5ae7216911d4fab866b883f (patch)
tree729c64b8d1acba7664062f615a800d3364d184e1 /fonts/harfbuzz/Makefile
parent0e12d686349f647ec978cecdc748500085b3ec97 (diff)
downloadpkgsrc-68db046dd7bead3ef5ae7216911d4fab866b883f.tar.gz
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 (limited to 'fonts/harfbuzz/Makefile')
-rw-r--r--fonts/harfbuzz/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/fonts/harfbuzz/Makefile b/fonts/harfbuzz/Makefile
index f30146d41ec..0ecd59b50aa 100644
--- a/fonts/harfbuzz/Makefile
+++ b/fonts/harfbuzz/Makefile
@@ -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