Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id D50C71A9239 for ; Wed, 16 Feb 2022 22:32:16 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0EDFC84E9F; Wed, 16 Feb 2022 22:32:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4778D84E55 for ; Wed, 16 Feb 2022 22:32:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 3Fq8pLXJ8Yll for ; Wed, 16 Feb 2022 22:32:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 733E484E19 for ; Wed, 16 Feb 2022 22:32:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6C8ECFB24; Wed, 16 Feb 2022 22:32:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164505073461460" MIME-Version: 1.0 Date: Wed, 16 Feb 2022 22:32:14 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/fonts To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220216223214.6C8ECFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164505073461460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: wiz Date: Wed Feb 16 22:32:14 UTC 2022 Modified Files: pkgsrc/fonts/harfbuzz: Makefile.common PLIST distinfo pkgsrc/fonts/harfbuzz-icu: PLIST Log Message: harfbuzz{,-icu}: update to 3.4.0 Overview of changes leading to 3.4.0 Sunday, February 13, 2022 ==================================== - Perform sanity checks on shaping results is now part of “harfbuzz” library and can be enabled by setting the buffer flag HB_BUFFER_FLAG_VERIFY. (Behdad Esfahbod) - Arabic Mark Transient Reordering Algorithm have been updated to revision 6. (Khaled Hosny) - ISO 15924 code for mathematical notation, ‘Zmth’, now maps to the OpenType ‘math’ tag. (Alexis King) - It is now possible to get at once all math kerning values for a given glyph at a given corner. (Alexis King) - Fix locale_t portability issues on systems the typdef’s it to a void pointer. (Behdad Esfahbod) - New API: +HB_BUFFER_FLAG_VERIFY +HB_OT_TAG_MATH_SCRIPT +HB_SCRIPT_MATH +hb_ot_math_kern_entry_t +hb_ot_math_get_glyph_kernings - Deprecated API +HB_OT_MATH_SCRIPT To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/fonts/harfbuzz/Makefile.common cvs rdiff -u -r1.53 -r1.54 pkgsrc/fonts/harfbuzz/PLIST cvs rdiff -u -r1.110 -r1.111 pkgsrc/fonts/harfbuzz/distinfo cvs rdiff -u -r1.9 -r1.10 pkgsrc/fonts/harfbuzz-icu/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_164505073461460 Content-Disposition: inline Content-Length: 3215 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/fonts/harfbuzz/Makefile.common diff -u pkgsrc/fonts/harfbuzz/Makefile.common:1.12 pkgsrc/fonts/harfbuzz/Makefile.common:1.13 --- pkgsrc/fonts/harfbuzz/Makefile.common:1.12 Sun Feb 6 17:13:17 2022 +++ pkgsrc/fonts/harfbuzz/Makefile.common Wed Feb 16 22:32:14 2022 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.12 2022/02/06 17:13:17 adam Exp $ +# $NetBSD: Makefile.common,v 1.13 2022/02/16 22:32:14 wiz Exp $ # used by fonts/harfbuzz-icu/Makefile -DISTNAME= harfbuzz-3.3.2 +DISTNAME= harfbuzz-3.4.0 CATEGORIES= fonts MASTER_SITES= ${MASTER_SITE_GITHUB:=harfbuzz/} GITHUB_RELEASE= ${PKGVERSION_NOREV} Index: pkgsrc/fonts/harfbuzz/PLIST diff -u pkgsrc/fonts/harfbuzz/PLIST:1.53 pkgsrc/fonts/harfbuzz/PLIST:1.54 --- pkgsrc/fonts/harfbuzz/PLIST:1.53 Sun Feb 6 17:13:17 2022 +++ pkgsrc/fonts/harfbuzz/PLIST Wed Feb 16 22:32:14 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.53 2022/02/06 17:13:17 adam Exp $ +@comment $NetBSD: PLIST,v 1.54 2022/02/16 22:32:14 wiz Exp $ bin/hb-ot-shape-closure bin/hb-shape bin/hb-subset @@ -42,13 +42,13 @@ lib/cmake/harfbuzz/harfbuzz-config.cmake ${PLIST.introspection}lib/girepository-1.0/HarfBuzz-0.0.typelib lib/libharfbuzz-gobject.so lib/libharfbuzz-gobject.so.0 -lib/libharfbuzz-gobject.so.0.30302.0 +lib/libharfbuzz-gobject.so.0.30400.0 lib/libharfbuzz-subset.so lib/libharfbuzz-subset.so.0 -lib/libharfbuzz-subset.so.0.30302.0 +lib/libharfbuzz-subset.so.0.30400.0 lib/libharfbuzz.so lib/libharfbuzz.so.0 -lib/libharfbuzz.so.0.30302.0 +lib/libharfbuzz.so.0.30400.0 lib/pkgconfig/harfbuzz-gobject.pc lib/pkgconfig/harfbuzz-subset.pc lib/pkgconfig/harfbuzz.pc Index: pkgsrc/fonts/harfbuzz/distinfo diff -u pkgsrc/fonts/harfbuzz/distinfo:1.110 pkgsrc/fonts/harfbuzz/distinfo:1.111 --- pkgsrc/fonts/harfbuzz/distinfo:1.110 Sun Feb 6 17:13:17 2022 +++ pkgsrc/fonts/harfbuzz/distinfo Wed Feb 16 22:32:14 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.110 2022/02/06 17:13:17 adam Exp $ +$NetBSD: distinfo,v 1.111 2022/02/16 22:32:14 wiz Exp $ -BLAKE2s (harfbuzz-3.3.2.tar.xz) = bf3e1a59be74b3460e77bacaea6caf0b1972bba115cb86813ba7774aab055ef5 -SHA512 (harfbuzz-3.3.2.tar.xz) = 0c960fa60050d480bfb69ebc1ebffffd16030a4db7b41b8b595f491fc9d17359a4bae825f873888c3db4d48a10a10690b17f556d23acbc3ae3bae0a524ca1461 -Size (harfbuzz-3.3.2.tar.xz) = 14928456 bytes +BLAKE2s (harfbuzz-3.4.0.tar.xz) = 404a93c41726e93b244c29c84f3fcf660d061e0e430139b0fc9c51e02670dcf3 +SHA512 (harfbuzz-3.4.0.tar.xz) = f300d041aa4af8f7957d5b352af399b9e411804a33ac710b3728247e23a02b867514537cc2b6fcf00746e71ac7a5a2a4b1392253bb5a888baa39b8a0193144c0 +Size (harfbuzz-3.4.0.tar.xz) = 14937008 bytes Index: pkgsrc/fonts/harfbuzz-icu/PLIST diff -u pkgsrc/fonts/harfbuzz-icu/PLIST:1.9 pkgsrc/fonts/harfbuzz-icu/PLIST:1.10 --- pkgsrc/fonts/harfbuzz-icu/PLIST:1.9 Sun Feb 6 17:13:17 2022 +++ pkgsrc/fonts/harfbuzz-icu/PLIST Wed Feb 16 22:32:14 2022 @@ -1,6 +1,6 @@ -@comment $NetBSD: PLIST,v 1.9 2022/02/06 17:13:17 adam Exp $ +@comment $NetBSD: PLIST,v 1.10 2022/02/16 22:32:14 wiz Exp $ include/harfbuzz/hb-icu.h lib/libharfbuzz-icu.so lib/libharfbuzz-icu.so.0 -lib/libharfbuzz-icu.so.0.30302.0 +lib/libharfbuzz-icu.so.0.30400.0 lib/pkgconfig/harfbuzz-icu.pc --_----------=_164505073461460--