Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id AA6CD63BAC6 for ; Thu, 16 Oct 2008 10:55:10 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 4DF3763B153; Thu, 16 Oct 2008 10:55:10 +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 7DB1363B13F for ; Thu, 16 Oct 2008 10:55:09 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 544A2175D0; Thu, 16 Oct 2008 10:55:09 +0000 (UTC) From: Matthias Drochner Subject: CVS commit: pkgsrc/graphics/cairo To: pkgsrc-changes@NetBSD.org Reply-To: drochner@netbsd.org Message-Id: <20081016105509.544A2175D0@cvs.netbsd.org> Date: Thu, 16 Oct 2008 10:55:09 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: drochner Date: Thu Oct 16 10:55:09 UTC 2008 Modified Files: pkgsrc/graphics/cairo: Makefile PLIST distinfo pkgsrc/graphics/cairo/patches: patch-aa patch-ab Removed Files: pkgsrc/graphics/cairo/patches: patch-ac patch-ad Log Message: update to 1.8.0 from the announcement: The dominant theme of this release is improvements to cairo's ability to handle text. The highlights include a new "user fonts" feature as well as a new cairo_show_text_glyphs API which allows glyphs to be embedded in PDF output along with their original text, (for searching, selection, and copy-and-paste). Another major feature is a revamp of cairo's build system making it much easier to build cairo on various platforms. To generate a diff of this commit: cvs rdiff -r1.66 -r1.67 pkgsrc/graphics/cairo/Makefile cvs rdiff -r1.21 -r1.22 pkgsrc/graphics/cairo/PLIST cvs rdiff -r1.43 -r1.44 pkgsrc/graphics/cairo/distinfo cvs rdiff -r1.12 -r1.13 pkgsrc/graphics/cairo/patches/patch-aa cvs rdiff -r1.9 -r1.10 pkgsrc/graphics/cairo/patches/patch-ab cvs rdiff -r1.8 -r0 pkgsrc/graphics/cairo/patches/patch-ac cvs rdiff -r1.5 -r0 pkgsrc/graphics/cairo/patches/patch-ad Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.