Received: by mail.netbsd.org (Postfix, from userid 605) id B755684E78; Sun, 7 Aug 2022 08:08:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EEE2A84D2C for ; Sun, 7 Aug 2022 08:08:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id pMtDIKmLaoAu for ; Sun, 7 Aug 2022 08:08:23 +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 587C284C71 for ; Sun, 7 Aug 2022 08:08:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 477D7FB1A; Sun, 7 Aug 2022 08:08:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1659859703184190" MIME-Version: 1.0 Date: Sun, 7 Aug 2022 08:08:23 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/fonts/harfbuzz To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220807080823.477D7FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1659859703184190 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: wiz Date: Sun Aug 7 08:08:23 UTC 2022 Modified Files: pkgsrc/fonts/harfbuzz: Makefile.common distinfo Log Message: harfbuzz: update to 5.1.0. Overview of changes leading to 5.1.0 Sunday, July 31, 2022 ==================================== - More extensive buffer tracing messages. (Behdad Esfahbod) - Fix hb-ft regression in bitmap fonts rendering. (Behdad Esfahbod) - Support extension promotion of lookups in hb-subset-repacker. (Garret Rieger) - A new HB_GLYPH_FLAG_SAFE_TO_INSERT_TATWEEL for scripts that use elongation (e.g. Arabic) to signify where it is safe to insert tatweel glyph without interrupting shaping. (Behdad Esfahbod) - Add “--safe-to-insert-tatweel” to “hb-shape” tool. (Behdad Esfahbod) - New API +HB_GLYPH_FLAG_SAFE_TO_INSERT_TATWEEL +HB_BUFFER_FLAG_PRODUCE_SAFE_TO_INSERT_TATWEEL To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/fonts/harfbuzz/Makefile.common cvs rdiff -u -r1.120 -r1.121 pkgsrc/fonts/harfbuzz/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1659859703184190 Content-Disposition: inline Content-Length: 1638 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.24 pkgsrc/fonts/harfbuzz/Makefile.common:1.25 --- pkgsrc/fonts/harfbuzz/Makefile.common:1.24 Sun Jul 31 09:46:42 2022 +++ pkgsrc/fonts/harfbuzz/Makefile.common Sun Aug 7 08:08:23 2022 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.24 2022/07/31 09:46:42 wiz Exp $ +# $NetBSD: Makefile.common,v 1.25 2022/08/07 08:08:23 wiz Exp $ # used by fonts/harfbuzz-icu/Makefile -DISTNAME= harfbuzz-5.0.1 +DISTNAME= harfbuzz-5.1.0 CATEGORIES= fonts MASTER_SITES= ${MASTER_SITE_GITHUB:=harfbuzz/} GITHUB_RELEASE= ${PKGVERSION_NOREV} Index: pkgsrc/fonts/harfbuzz/distinfo diff -u pkgsrc/fonts/harfbuzz/distinfo:1.120 pkgsrc/fonts/harfbuzz/distinfo:1.121 --- pkgsrc/fonts/harfbuzz/distinfo:1.120 Sun Jul 31 09:46:42 2022 +++ pkgsrc/fonts/harfbuzz/distinfo Sun Aug 7 08:08:23 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.120 2022/07/31 09:46:42 wiz Exp $ +$NetBSD: distinfo,v 1.121 2022/08/07 08:08:23 wiz Exp $ -BLAKE2s (harfbuzz-5.0.1.tar.xz) = 1109aa25811726b1b1a44514d8c85b12633a77c0cab9778f32e14427a6ecc66f -SHA512 (harfbuzz-5.0.1.tar.xz) = 337c97df92b434568e885c3c66c41f3f57f36158d36b25e75991c3e1758bbb0d1734c3a506a5d5681fd15f76feaac3f7bf316100c463f8a9018f32edf000060e -Size (harfbuzz-5.0.1.tar.xz) = 15160504 bytes +BLAKE2s (harfbuzz-5.1.0.tar.xz) = 2bb7d692f5e22b611db664f3ae0c193ecf272d3d74c718b49e7b385f6ff259a0 +SHA512 (harfbuzz-5.1.0.tar.xz) = 452c4236ef997db2a32c5ac32d3b619c5fa9b5691cde935092b32581387de8d161ab1ba78dd9fa02c36ce553f0f1fdd5564132ec81cd7b863af6d3be96cbf979 +Size (harfbuzz-5.1.0.tar.xz) = 15183424 bytes --_----------=_1659859703184190--