Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 0AD0BA646F for ; Mon, 3 Feb 2014 16:46:17 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 79E1114A2C2; Mon, 3 Feb 2014 16:46:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DD6A814A2BF for ; Mon, 3 Feb 2014 16:46:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id nHeqS2DmD6sG for ; Mon, 3 Feb 2014 16:46:13 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 5E0D614A2BE for ; Mon, 3 Feb 2014 16:46:13 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 1941696; Mon, 3 Feb 2014 16:46:13 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 3 Feb 2014 16:46:13 +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: <20140203164613.1941696@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Mon Feb 3 16:46:13 UTC 2014 Modified Files: pkgsrc/fonts/harfbuzz: Makefile PLIST distinfo Log Message: Update to 0.9.26: Overview of changes leading to 0.9.26 Thursday, January 30, 2014 ===================================== - Misc fixes. - Fix application of 'rtlm' feature. - Automatically apply frac/numr/dnom around U+2044 FRACTION SLASH. - New header: hb-ot-shape.h - Uniscribe: fix scratch-buffer accounting. - Reorder Tai Tham SAKOT to after tone-marks. - Add Hangul shaper. - New files: hb-ot-shape-complex-hangul.cc hb-ot-shape-complex-hebrew.cc hb-ot-shape-complex-tibetan.cc - Disable 'cswh' feature in Arabic shaper. - Coretext: better handle surrogate pairs. - Add HB_TAG_MAX and _HB_SCRIPT_MAX_VALUE. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 pkgsrc/fonts/harfbuzz/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/fonts/harfbuzz/PLIST cvs rdiff -u -r1.20 -r1.21 pkgsrc/fonts/harfbuzz/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.