Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 3BFCDA6552 for ; Sat, 25 Apr 2015 11:24:59 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7E69514A21A; Sat, 25 Apr 2015 11:24:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8846814A218 for ; Sat, 25 Apr 2015 11:24:55 +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 Gz4aOU6V43W9 for ; Sat, 25 Apr 2015 11:24:55 +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 F14CB14A216 for ; Sat, 25 Apr 2015 11:24:54 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id EB8C898; Sat, 25 Apr 2015 11:24:54 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 25 Apr 2015 11:24:54 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/print/xetex To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20150425112454.EB8C898@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: markd Date: Sat Apr 25 11:24:54 UTC 2015 Modified Files: pkgsrc/print/xetex: Makefile distinfo Log Message: Update xetex to 0.99991 * Drop build date from --version output. * Drop Mac-specific image loading code, as it makes little sense after we dropped xdv2pdf. Supported image formats are the same on all platforms now. * Fix OpenType math cut-ins support which was not always working properly. * Avoid Unicode compatibility decomposition fallback for characters not supported by the font as it often result in loss of essential characteristics (like using regular Latin characters in place of missing math fraktur ones). Non compatibility decomposition and composition fallback is still supported. * For hybrid OpenType/Graphite fonts, we now prefer using OpenType for compatibility with pre-0.9999 XeTeX. * Fix many memory leaks when using AAT fonts on Mac. * The language font option when loading Graphite fonts in now treated as a BCP 47 language tag not and OpenType one. * Various Unicode fixes for Windows console (thanks to TANAKA Takuji). * Respect vertical glyph positioning with AAT fonts (fixes, for example, rendering of the new Arabic fonts in Mac OS X 10.9). To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/print/xetex/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/print/xetex/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.