Received: by mail.netbsd.org (Postfix, from userid 605) id F312384F11; Fri, 14 Apr 2023 03:16:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 315B884F0B for ; Fri, 14 Apr 2023 03:16:44 +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 1vgwrEvndgKa for ; Fri, 14 Apr 2023 03:16:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7EDCA84F07 for ; Fri, 14 Apr 2023 03:16:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7C6DFFA85; Fri, 14 Apr 2023 03:16:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168144220357460" MIME-Version: 1.0 Date: Fri, 14 Apr 2023 03:16:43 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/fonts/harfbuzz To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20230414031643.7C6DFFA85@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_168144220357460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Fri Apr 14 03:16:43 UTC 2023 Modified Files: pkgsrc/fonts/harfbuzz: Makefile.common PLIST distinfo Log Message: harfbuzz{,-icu}: Update to 7.1.0 Changelog: 7.1.0 Friday, March 3, 2023 ==================================== - New experimental hb_shape_justify() API that uses font variations to expand or shrink the text to a given advance. (Behdad Esfahbod) - Various build and bug fixes. (Behdad Esfahbod, Garret Rieger, Qunxin Liu) - New API: +hb_font_set_variation() Overview of changes leading to 7.0.1 Monday, February 20, 2023 ==================================== - Various build and bug fixes. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 pkgsrc/fonts/harfbuzz/Makefile.common cvs rdiff -u -r1.67 -r1.68 pkgsrc/fonts/harfbuzz/PLIST cvs rdiff -u -r1.126 -r1.127 pkgsrc/fonts/harfbuzz/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168144220357460 Content-Disposition: inline Content-Length: 3659 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.30 pkgsrc/fonts/harfbuzz/Makefile.common:1.31 --- pkgsrc/fonts/harfbuzz/Makefile.common:1.30 Tue Feb 14 15:55:40 2023 +++ pkgsrc/fonts/harfbuzz/Makefile.common Fri Apr 14 03:16:43 2023 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.30 2023/02/14 15:55:40 wiz Exp $ +# $NetBSD: Makefile.common,v 1.31 2023/04/14 03:16:43 ryoon Exp $ # used by fonts/harfbuzz-icu/Makefile -DISTNAME= harfbuzz-7.0.0 +DISTNAME= harfbuzz-7.1.0 CATEGORIES= fonts MASTER_SITES= ${MASTER_SITE_GITHUB:=harfbuzz/} GITHUB_RELEASE= ${PKGVERSION_NOREV} @@ -39,7 +39,7 @@ MESON_ARGS+= -Dgraphite=disabled .endif #PLIST_SUBST= SOVER=${PKGVERSION_NOREV:S/./0/g} -PLIST_SUBST= SOVER=60700 +PLIST_SUBST= SOVER=60710 PKGCONFIG_OVERRIDE+= output/meson-private/*.pc PKGCONFIG_OVERRIDE_STAGE= pre-install Index: pkgsrc/fonts/harfbuzz/PLIST diff -u pkgsrc/fonts/harfbuzz/PLIST:1.67 pkgsrc/fonts/harfbuzz/PLIST:1.68 --- pkgsrc/fonts/harfbuzz/PLIST:1.67 Tue Feb 14 15:55:40 2023 +++ pkgsrc/fonts/harfbuzz/PLIST Fri Apr 14 03:16:43 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.67 2023/02/14 15:55:40 wiz Exp $ +@comment $NetBSD: PLIST,v 1.68 2023/04/14 03:16:43 ryoon Exp $ bin/hb-info bin/hb-ot-shape-closure bin/hb-shape @@ -128,11 +128,11 @@ ${PLIST.doc}share/gtk-doc/html/harfbuzz/ ${PLIST.doc}share/gtk-doc/html/harfbuzz/api-index-5-3-0.html ${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-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 ${PLIST.doc}share/gtk-doc/html/harfbuzz/building.html -${PLIST.doc}share/gtk-doc/html/harfbuzz/ch07s05.html ${PLIST.doc}share/gtk-doc/html/harfbuzz/clusters.html ${PLIST.doc}share/gtk-doc/html/harfbuzz/core-api.html ${PLIST.doc}share/gtk-doc/html/harfbuzz/customizing-unicode-functions.html @@ -143,6 +143,7 @@ ${PLIST.doc}share/gtk-doc/html/harfbuzz/ ${PLIST.doc}share/gtk-doc/html/harfbuzz/fonts-and-faces.html ${PLIST.doc}share/gtk-doc/html/harfbuzz/getting-started.html ${PLIST.doc}share/gtk-doc/html/harfbuzz/graphite-shaping.html +${PLIST.doc}share/gtk-doc/html/harfbuzz/glyphs-and-rendering.html ${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-aat-layout.html ${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html ${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-buffer.html Index: pkgsrc/fonts/harfbuzz/distinfo diff -u pkgsrc/fonts/harfbuzz/distinfo:1.126 pkgsrc/fonts/harfbuzz/distinfo:1.127 --- pkgsrc/fonts/harfbuzz/distinfo:1.126 Tue Feb 14 15:55:40 2023 +++ pkgsrc/fonts/harfbuzz/distinfo Fri Apr 14 03:16:43 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.126 2023/02/14 15:55:40 wiz Exp $ +$NetBSD: distinfo,v 1.127 2023/04/14 03:16:43 ryoon Exp $ -BLAKE2s (harfbuzz-7.0.0.tar.xz) = 902519c202f83f94bb6b741fd29179e65fe31ad68e88638aa0fa4608c9a70a08 -SHA512 (harfbuzz-7.0.0.tar.xz) = cc9a8b271f5884ad17d2d095a608fb3d9a7534544597da83f6dfb44feb7305989344cef0174b2cff6ec60e657560404633c45b5e8fd210ec6c549656aeecb19c -Size (harfbuzz-7.0.0.tar.xz) = 18555728 bytes +BLAKE2s (harfbuzz-7.1.0.tar.xz) = c150c708c2643e5035e95205ca0b4d7810193a317be963a3a8327a4beedaafd0 +SHA512 (harfbuzz-7.1.0.tar.xz) = 2f15bf14f927263c34201dba067ffac84133610121c58843c566d6f271f30f1dce44832a65bceb83828e25e9dd1a1d2a1610c5dbe2bef3ddbcecd7b5bcab8714 +Size (harfbuzz-7.1.0.tar.xz) = 18655864 bytes --_----------=_168144220357460--