Received: by mail.netbsd.org (Postfix, from userid 605) id 5416584D38; Tue, 16 May 2023 21:40:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 840F584D28 for ; Tue, 16 May 2023 21:40:06 +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 0y5TB5suL0Go for ; Tue, 16 May 2023 21:40:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D847C84D21 for ; Tue, 16 May 2023 21:40:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D51DAFA87; Tue, 16 May 2023 21:40:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1684273205124080" MIME-Version: 1.0 Date: Tue, 16 May 2023 21:40:05 +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: <20230516214005.D51DAFA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1684273205124080 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue May 16 21:40:05 UTC 2023 Modified Files: pkgsrc/fonts/harfbuzz: Makefile.common PLIST distinfo Log Message: harfbuzz*: update to 7.3.0 Overview of changes leading to 7.3.0 Tuesday, May 9, 2023 ==================================== - Speedup applying glyph variation in VarComposites fonts (over 40% speedup). (Behdad Esfahbod) - Speedup instancing some fonts (over 20% speedup in instancing RobotoFlex). (Behdad Esfahbod) - Speedup shaping some fonts (over 30% speedup in shaping Roboto). (Behdad Esfahbod) - Support subsetting VarComposites and beyond-64k fonts. (Behdad Esfahbod) - New configuration macro HB_MINIMIZE_MEMORY_USAGE to favor optimizing memory usage over speed. (Behdad Esfahbod) - Supporting setting the mapping between old and new glyph indices during subsetting. (Garret Rieger) - Various fixes and improvements. (Behdad Esfahbod, Denis Rochette, Garret Rieger, Han Seung Min, Qunxin Liu) To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/fonts/harfbuzz/Makefile.common cvs rdiff -u -r1.68 -r1.69 pkgsrc/fonts/harfbuzz/PLIST cvs rdiff -u -r1.128 -r1.129 pkgsrc/fonts/harfbuzz/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1684273205124080 Content-Disposition: inline Content-Length: 2591 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.32 pkgsrc/fonts/harfbuzz/Makefile.common:1.33 --- pkgsrc/fonts/harfbuzz/Makefile.common:1.32 Sun May 7 23:08:48 2023 +++ pkgsrc/fonts/harfbuzz/Makefile.common Tue May 16 21:40:05 2023 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.32 2023/05/07 23:08:48 wiz Exp $ +# $NetBSD: Makefile.common,v 1.33 2023/05/16 21:40:05 wiz Exp $ # used by fonts/harfbuzz-icu/Makefile -DISTNAME= harfbuzz-7.2.0 +DISTNAME= harfbuzz-7.3.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.68 pkgsrc/fonts/harfbuzz/PLIST:1.69 --- pkgsrc/fonts/harfbuzz/PLIST:1.68 Fri Apr 14 03:16:43 2023 +++ pkgsrc/fonts/harfbuzz/PLIST Tue May 16 21:40:05 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.68 2023/04/14 03:16:43 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.69 2023/05/16 21:40:05 wiz Exp $ bin/hb-info bin/hb-ot-shape-closure bin/hb-shape @@ -129,6 +129,7 @@ ${PLIST.doc}share/gtk-doc/html/harfbuzz/ ${PLIST.doc}share/gtk-doc/html/harfbuzz/api-index-6-0-0.html ${PLIST.doc}share/gtk-doc/html/harfbuzz/api-index-7-0-0.html ${PLIST.doc}share/gtk-doc/html/harfbuzz/api-index-7-1-0.html +${PLIST.doc}share/gtk-doc/html/harfbuzz/api-index-7-3-0.html ${PLIST.doc}share/gtk-doc/html/harfbuzz/api-index-full.html ${PLIST.doc}share/gtk-doc/html/harfbuzz/apple-advanced-typography-api.html ${PLIST.doc}share/gtk-doc/html/harfbuzz/buffers-language-script-and-direction.html Index: pkgsrc/fonts/harfbuzz/distinfo diff -u pkgsrc/fonts/harfbuzz/distinfo:1.128 pkgsrc/fonts/harfbuzz/distinfo:1.129 --- pkgsrc/fonts/harfbuzz/distinfo:1.128 Sun May 7 23:08:48 2023 +++ pkgsrc/fonts/harfbuzz/distinfo Tue May 16 21:40:05 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.128 2023/05/07 23:08:48 wiz Exp $ +$NetBSD: distinfo,v 1.129 2023/05/16 21:40:05 wiz Exp $ -BLAKE2s (harfbuzz-7.2.0.tar.xz) = 6176cfdcd3a9b477d5d891887d6aa4db6766c1029554d80711775acc87384e94 -SHA512 (harfbuzz-7.2.0.tar.xz) = c32ae887fa13da332a88885baa387fc472e501f5f682dcbdf5f038a25a18a75948a1313a94612ee44beae169fb1ddd66b883e7a2d236d0ad5b81476b5c4d3cb2 -Size (harfbuzz-7.2.0.tar.xz) = 18716956 bytes +BLAKE2s (harfbuzz-7.3.0.tar.xz) = f28cbf56e44c9f0955170d099faa3b13a6a1a79fea7e3a308dfe684ac92d578e +SHA512 (harfbuzz-7.3.0.tar.xz) = e1fb484e4117cedc72bd473ee91b2f6143533fb467ec9a64361f0c7ffd8b5a44ad2ea42daa948a2d5d85297ace4b640fcd24a8291b0d75a1d4ee468c629febe9 +Size (harfbuzz-7.3.0.tar.xz) = 18867940 bytes --_----------=_1684273205124080--