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 0005A1A921F for ; Fri, 1 Jan 2021 08:58:02 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B1BAC850E9; Fri, 1 Jan 2021 08:58:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id ED71B84D65 for ; Fri, 1 Jan 2021 08:58:01 +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 OvNVGn_IoKBH for ; Fri, 1 Jan 2021 08:58:01 +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 27C3F84C71 for ; Fri, 1 Jan 2021 08:58:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1BADBFA9D; Fri, 1 Jan 2021 08:58:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1609491481179500" MIME-Version: 1.0 Date: Fri, 1 Jan 2021 08:58:01 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/fonts To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20210101085801.1BADBFA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1609491481179500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Fri Jan 1 08:58:00 UTC 2021 Modified Files: pkgsrc/fonts/harfbuzz: Makefile Makefile.common PLIST distinfo pkgsrc/fonts/harfbuzz-icu: Makefile PLIST Log Message: harfbuzz: Update to 2.7.4 Changelog: 2.7.4 Fix missing --enable-introspection configure option from previous release tarball. Documentation updates. 2.7.3 Update USE shaper to 2020-08-13 specification, and other improvements. Don't disable liga feature in myanmar shaper, to match Uniscribe. Improvements to language and script tags handling. Update language system tag registry to OpenType 1.8.4 Support for serializing and deserializing Unicode buffers. Serialized buffers are now delimited with <> or [] based on whether it is a Unicode or glyphs buffer. Increase buffer work limits to handle fonts with many complex lookups. Handle more shaping operations in trace output. Memory access fixes. More OOM fixes. Improved documentation. Build system improvements. New API: +hb_buffer_has_positions() +hb_buffer_serialize() +hb_buffer_serialize_unicode() +hb_buffer_deserialize_unicode() To generate a diff of this commit: cvs rdiff -u -r1.137 -r1.138 pkgsrc/fonts/harfbuzz/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/fonts/harfbuzz/Makefile.common cvs rdiff -u -r1.45 -r1.46 pkgsrc/fonts/harfbuzz/PLIST cvs rdiff -u -r1.100 -r1.101 pkgsrc/fonts/harfbuzz/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/fonts/harfbuzz-icu/Makefile \ pkgsrc/fonts/harfbuzz-icu/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1609491481179500 Content-Disposition: inline Content-Length: 5821 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/fonts/harfbuzz/Makefile diff -u pkgsrc/fonts/harfbuzz/Makefile:1.137 pkgsrc/fonts/harfbuzz/Makefile:1.138 --- pkgsrc/fonts/harfbuzz/Makefile:1.137 Fri Nov 6 15:06:49 2020 +++ pkgsrc/fonts/harfbuzz/Makefile Fri Jan 1 08:58:00 2021 @@ -1,6 +1,4 @@ -# $NetBSD: Makefile,v 1.137 2020/11/06 15:06:49 nia Exp $ - -PKGREVISION= 1 +# $NetBSD: Makefile,v 1.138 2021/01/01 08:58:00 ryoon Exp $ .include "Makefile.common" Index: pkgsrc/fonts/harfbuzz/Makefile.common diff -u pkgsrc/fonts/harfbuzz/Makefile.common:1.3 pkgsrc/fonts/harfbuzz/Makefile.common:1.4 --- pkgsrc/fonts/harfbuzz/Makefile.common:1.3 Mon Nov 30 18:38:52 2020 +++ pkgsrc/fonts/harfbuzz/Makefile.common Fri Jan 1 08:58:00 2021 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.3 2020/11/30 18:38:52 dholland Exp $ +# $NetBSD: Makefile.common,v 1.4 2021/01/01 08:58:00 ryoon Exp $ # used by fonts/harfbuzz-icu/Makefile -DISTNAME= harfbuzz-2.7.2 +DISTNAME= harfbuzz-2.7.4 CATEGORIES= fonts MASTER_SITES= ${MASTER_SITE_GITHUB:=harfbuzz/} GITHUB_TAG= ${PKGVERSION_NOREV} Index: pkgsrc/fonts/harfbuzz/PLIST diff -u pkgsrc/fonts/harfbuzz/PLIST:1.45 pkgsrc/fonts/harfbuzz/PLIST:1.46 --- pkgsrc/fonts/harfbuzz/PLIST:1.45 Fri Nov 6 15:06:49 2020 +++ pkgsrc/fonts/harfbuzz/PLIST Fri Jan 1 08:58:00 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.45 2020/11/06 15:06:49 nia Exp $ +@comment $NetBSD: PLIST,v 1.46 2021/01/01 08:58:00 ryoon 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.20702.0 +lib/libharfbuzz-gobject.so.0.20704.0 lib/libharfbuzz-subset.so lib/libharfbuzz-subset.so.0 -lib/libharfbuzz-subset.so.0.20702.0 +lib/libharfbuzz-subset.so.0.20704.0 lib/libharfbuzz.so lib/libharfbuzz.so.0 -lib/libharfbuzz.so.0.20702.0 +lib/libharfbuzz.so.0.20704.0 lib/pkgconfig/harfbuzz-gobject.pc lib/pkgconfig/harfbuzz-subset.pc lib/pkgconfig/harfbuzz.pc @@ -84,9 +84,11 @@ ${PLIST.doc}share/gtk-doc/html/harfbuzz/ ${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html ${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-coretext.html ${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-deprecated.html +${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-directwrite.html ${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-face.html ${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-font.html ${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-ft.html +${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-gdi.html ${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-glib.html ${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-gobject.html ${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-graphite2.html @@ -96,6 +98,8 @@ ${PLIST.doc}share/gtk-doc/html/harfbuzz/ ${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-font.html ${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-layout.html ${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-math.html +${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-meta.html +${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-metrics.html ${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-name.html ${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-shape.html ${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-var.html Index: pkgsrc/fonts/harfbuzz/distinfo diff -u pkgsrc/fonts/harfbuzz/distinfo:1.100 pkgsrc/fonts/harfbuzz/distinfo:1.101 --- pkgsrc/fonts/harfbuzz/distinfo:1.100 Fri Sep 4 10:50:08 2020 +++ pkgsrc/fonts/harfbuzz/distinfo Fri Jan 1 08:58:00 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.100 2020/09/04 10:50:08 prlw1 Exp $ +$NetBSD: distinfo,v 1.101 2021/01/01 08:58:00 ryoon Exp $ -SHA1 (harfbuzz-2.7.2.tar.gz) = 81e29f5502b4a37bec94e1055acf64d76c8eafe7 -RMD160 (harfbuzz-2.7.2.tar.gz) = 1bc3e35bd13c71ba070bd1ddf589ac8c3f11c194 -SHA512 (harfbuzz-2.7.2.tar.gz) = 2eeb198dab1ed1cc7d10c3890293ff40e9f37372413877a5bd44d66e88d8460a81f51cbe71c328b1300f542ca8de3269749d1d01d0c324c8b95a9c038fbe1521 -Size (harfbuzz-2.7.2.tar.gz) = 16605557 bytes +SHA1 (harfbuzz-2.7.4.tar.gz) = a87064f4a16dea4b7c95013db5bd2d2039fd81e3 +RMD160 (harfbuzz-2.7.4.tar.gz) = f38cec0efed6d3fc06247c12440eea8319765e2b +SHA512 (harfbuzz-2.7.4.tar.gz) = 5b412e0f6d1c9142a0ef2713826cb8d6ebf348c5b64054a0676d3ce084bcff1de375dadf90e87dbbf6d0ec8e4a99339cb64b514d5464efb7e27037551e494099 +Size (harfbuzz-2.7.4.tar.gz) = 16703694 bytes Index: pkgsrc/fonts/harfbuzz-icu/Makefile diff -u pkgsrc/fonts/harfbuzz-icu/Makefile:1.1 pkgsrc/fonts/harfbuzz-icu/Makefile:1.2 --- pkgsrc/fonts/harfbuzz-icu/Makefile:1.1 Fri Nov 6 15:06:49 2020 +++ pkgsrc/fonts/harfbuzz-icu/Makefile Fri Jan 1 08:58:00 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2020/11/06 15:06:49 nia Exp $ +# $NetBSD: Makefile,v 1.2 2021/01/01 08:58:00 ryoon Exp $ # XXX: hack to override meson installation INSTALL_DIRS= @@ -15,7 +15,7 @@ INSTALLATION_DIRS+= include/harfbuzz INSTALLATION_DIRS+= lib INSTALLATION_DIRS+= lib/pkgconfig -HARFBUZZ_ICU_LIBNAME= libharfbuzz-icu.so.0.20702.0 +HARFBUZZ_ICU_LIBNAME= libharfbuzz-icu.so.0.20704.0 .PHONY: harfbuzz-icu-install Index: pkgsrc/fonts/harfbuzz-icu/PLIST diff -u pkgsrc/fonts/harfbuzz-icu/PLIST:1.1 pkgsrc/fonts/harfbuzz-icu/PLIST:1.2 --- pkgsrc/fonts/harfbuzz-icu/PLIST:1.1 Fri Nov 6 15:06:49 2020 +++ pkgsrc/fonts/harfbuzz-icu/PLIST Fri Jan 1 08:58:00 2021 @@ -1,6 +1,6 @@ -@comment $NetBSD: PLIST,v 1.1 2020/11/06 15:06:49 nia Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/01/01 08:58:00 ryoon Exp $ include/harfbuzz/hb-icu.h lib/libharfbuzz-icu.so lib/libharfbuzz-icu.so.0 -lib/libharfbuzz-icu.so.0.20702.0 +lib/libharfbuzz-icu.so.0.20704.0 lib/pkgconfig/harfbuzz-icu.pc --_----------=_1609491481179500--