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" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id E4E8570FB8 for ; Mon, 2 Sep 2013 21:17:45 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 48C5114A172; Mon, 2 Sep 2013 21:17:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5DE1314A101 for ; Mon, 2 Sep 2013 21:17:43 +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 seNnQVEwLOR3 for ; Mon, 2 Sep 2013 21:17:42 +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 CC1E814A0DB for ; Mon, 2 Sep 2013 21:17:42 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id CA92596; Mon, 2 Sep 2013 21:17:42 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 2 Sep 2013 21:17:42 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/graphics/gd To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20130902211742.CA92596@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: adam Date: Mon Sep 2 21:17:42 UTC 2013 Modified Files: pkgsrc/graphics/gd: Makefile PLIST buildlink3.mk distinfo options.mk pkgsrc/graphics/gd/patches: patch-aa patch-ab Removed Files: pkgsrc/graphics/gd/patches: patch-ac patch-ad Log Message: Changes 2.1.0: * gdColorMapLookup() answers the RGB values according to given color map * Added support of variable resolution * new filter gdImagePixelate() * merged improvements that PHP GD team had made to GD Graphics Library * bugfixes To generate a diff of this commit: cvs rdiff -u -r1.95 -r1.96 pkgsrc/graphics/gd/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/gd/PLIST cvs rdiff -u -r1.28 -r1.29 pkgsrc/graphics/gd/buildlink3.mk cvs rdiff -u -r1.32 -r1.33 pkgsrc/graphics/gd/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/gd/options.mk cvs rdiff -u -r1.18 -r1.19 pkgsrc/graphics/gd/patches/patch-aa cvs rdiff -u -r1.9 -r1.10 pkgsrc/graphics/gd/patches/patch-ab cvs rdiff -u -r1.8 -r0 pkgsrc/graphics/gd/patches/patch-ac cvs rdiff -u -r1.1 -r0 pkgsrc/graphics/gd/patches/patch-ad Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.