Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id CE2BD63B84D for ; Sun, 22 Mar 2009 21:12:53 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 5F95463B26E; Sun, 22 Mar 2009 21:12:53 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id 2B3B563B1BE for ; Sun, 22 Mar 2009 21:12:52 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 12E18175D0; Sun, 22 Mar 2009 21:12:52 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Sun, 22 Mar 2009 21:12:52 +0000 From: Thomas Klausner Subject: CVS commit: pkgsrc/graphics/libotf To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20090322211252.12E18175D0@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: wiz Date: Sun Mar 22 21:12:52 UTC 2009 Modified Files: pkgsrc/graphics/libotf: Makefile distinfo Log Message: Update to 0.9.9: * Changes in libotf 0.9.9 ** New function OTF_get_variation_glyphs returns glyphs selected by variation selectors. ** The funciton OTF_drive_cmap handles a variation selector. ** The example program `otfview' can handle variation selectors. ** The function OTF_drive_gpos is obsolte now, and the new function OTF_drive_gpos2 should be used instead. See the comment of the member "glyph_id" of type "OTF_Glyph" for the detail. ** If a font doesn't have GDEF table, automatically synthesized GDEF table is used. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/libotf/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/libotf/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.