Received: from mail.netbsd.org (mail.NetBSD.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id E713A7ABDE for ; Sun, 21 Feb 2016 10:29:13 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 95AE885FB1; Sun, 21 Feb 2016 10:29:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 24F4985FAC for ; Sun, 21 Feb 2016 10:29:13 +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 lu3N3kpz2mRY for ; Sun, 21 Feb 2016 10:29:12 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id BD95F84CF1 for ; Sun, 21 Feb 2016 10:29:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B479BFBB7; Sun, 21 Feb 2016 10:29:12 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 21 Feb 2016 10:29:12 +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: <20160221102912.B479BFBB7@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Sun Feb 21 10:29:12 UTC 2016 Modified Files: pkgsrc/fonts/harfbuzz: Makefile PLIST distinfo Log Message: Update harfbuzz to 1.2.0: Overview of changes leading to 1.2.0 Friday, February 19, 2016 ==================================== - Fix various issues (hangs mostly) in case of memory allocation failure. - Change mark zeroing types of most shapers from BY_UNICODE_LATE to BY_GDEF_LATE. This seems to be what Uniscribe does. - Change mark zeroing of USE shaper from NONE to BY_GDEF_EARLY. That's what Windows does. - Allow GPOS cursive connection on marks, and fix the interaction with mark attachment. This work resulted in some changes to how mark attachments work. See: https://github.com/behdad/harfbuzz/issues/211 https://github.com/behdad/harfbuzz/commit/86c68c7a2c971efe8e35b1f1bd99401dc8b688d2 - Graphite2 shaper: improved negative advance handling (eg. Nastaliq). - Add nmake-based build system for Windows. - Minor speedup. - Misc. improvements. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 pkgsrc/fonts/harfbuzz/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/fonts/harfbuzz/PLIST cvs rdiff -u -r1.50 -r1.51 pkgsrc/fonts/harfbuzz/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.