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 B34621A9239 for ; Sun, 7 Nov 2021 14:25:25 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1332F84DA4; Sun, 7 Nov 2021 14:25:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4B50784D65 for ; Sun, 7 Nov 2021 14:25:24 +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 ZZZBFWUioUAv for ; Sun, 7 Nov 2021 14:25:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9BCE984D4E for ; Sun, 7 Nov 2021 14:25:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9061BFAEC; Sun, 7 Nov 2021 14:25:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1636295123123200" MIME-Version: 1.0 Date: Sun, 7 Nov 2021 14:25:23 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/fonts/harfbuzz To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20211107142523.9061BFAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1636295123123200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Nov 7 14:25:23 UTC 2021 Modified Files: pkgsrc/fonts/harfbuzz: Makefile.common PLIST distinfo Log Message: harfbuzz: updated to 3.1.0 3.1.0 Better offset-overflow handling in the subsetter library. (Garret Rieger) Improved Unicode 14 properties in the USE shaper, and various other USE shaper fixes. (David Corbett) MATH and COLR v1 tables subsetting support, and various other subsetter fixes. (Qunxin Liu) Support for Pwo Karen / Ason Chin medial la. (Simon Cozens) Apply GPOS positioning when substituting with morx table, if kerx is missing. (Behdad Esfahbod) Apply calt and clig features across syllable boundaries in Indic shaper. (Behdad Esfahbod) Meson option for enabling Graphite 2 has been renamed to graphite2. Build and documentation fixes. New API: +hb_buffer_set_not_found_glyph() +hb_buffer_get_not_found_glyph() To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/fonts/harfbuzz/Makefile.common cvs rdiff -u -r1.48 -r1.49 pkgsrc/fonts/harfbuzz/PLIST cvs rdiff -u -r1.105 -r1.106 pkgsrc/fonts/harfbuzz/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1636295123123200 Content-Disposition: inline Content-Length: 2894 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.7 pkgsrc/fonts/harfbuzz/Makefile.common:1.8 --- pkgsrc/fonts/harfbuzz/Makefile.common:1.7 Wed Sep 29 14:57:02 2021 +++ pkgsrc/fonts/harfbuzz/Makefile.common Sun Nov 7 14:25:23 2021 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.7 2021/09/29 14:57:02 wiz Exp $ +# $NetBSD: Makefile.common,v 1.8 2021/11/07 14:25:23 adam Exp $ # used by fonts/harfbuzz-icu/Makefile -DISTNAME= harfbuzz-3.0.0 +DISTNAME= harfbuzz-3.1.0 CATEGORIES= fonts MASTER_SITES= ${MASTER_SITE_GITHUB:=harfbuzz/} GITHUB_TAG= ${PKGVERSION_NOREV} @@ -26,8 +26,6 @@ USE_TOOLS+= pkg-config # cairo/fontconfig are only needed for command line utilities MESON_ARGS+= -Dcairo=disabled -MESON_ARGS+= -Dfontconfig=disabled - MESON_ARGS+= -Dintrospection=disabled MESON_ARGS+= -Dbenchmark=disabled Index: pkgsrc/fonts/harfbuzz/PLIST diff -u pkgsrc/fonts/harfbuzz/PLIST:1.48 pkgsrc/fonts/harfbuzz/PLIST:1.49 --- pkgsrc/fonts/harfbuzz/PLIST:1.48 Wed Sep 29 14:57:02 2021 +++ pkgsrc/fonts/harfbuzz/PLIST Sun Nov 7 14:25:23 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.48 2021/09/29 14:57:02 wiz Exp $ +@comment $NetBSD: PLIST,v 1.49 2021/11/07 14:25:23 adam 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.30000.0 +lib/libharfbuzz-gobject.so.0.30100.0 lib/libharfbuzz-subset.so lib/libharfbuzz-subset.so.0 -lib/libharfbuzz-subset.so.0.30000.0 +lib/libharfbuzz-subset.so.0.30100.0 lib/libharfbuzz.so lib/libharfbuzz.so.0 -lib/libharfbuzz.so.0.30000.0 +lib/libharfbuzz.so.0.30100.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.105 pkgsrc/fonts/harfbuzz/distinfo:1.106 --- pkgsrc/fonts/harfbuzz/distinfo:1.105 Tue Oct 26 10:27:12 2021 +++ pkgsrc/fonts/harfbuzz/distinfo Sun Nov 7 14:25:23 2021 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.105 2021/10/26 10:27:12 nia Exp $ +$NetBSD: distinfo,v 1.106 2021/11/07 14:25:23 adam Exp $ -BLAKE2s (harfbuzz-3.0.0.tar.gz) = 29e370784ae0704700382872f3b975547d4b0fbce74e6deb8c360dced635c83c -SHA512 (harfbuzz-3.0.0.tar.gz) = 69999ad86bde56ef689392a521143b6ad14b6719860772c3d4c343358997049a48c79e8f302fe0a7f3b0d930b476ddf440def874a1269b50ae79d020bcd073b5 -Size (harfbuzz-3.0.0.tar.gz) = 20360786 bytes +BLAKE2s (harfbuzz-3.1.0.tar.gz) = 838de59f56451ce0a6a64a267f78407999ddd80a337891ff536c5311e988f1f3 +SHA512 (harfbuzz-3.1.0.tar.gz) = da75297bc205036d5f4374d68cb71a96f7b4db5428384bec6f9412988682301a30094643e7d33359c985b7f309f7b3f88275488137e75a5a0d2d493b11f52ae9 +Size (harfbuzz-3.1.0.tar.gz) = 24969178 bytes --_----------=_1636295123123200--