Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 1473063B91E for ; Mon, 28 Jul 2008 22:46:41 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id AEA8463B1F6; Mon, 28 Jul 2008 22:46:40 +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 D895E63B17C for ; Mon, 28 Jul 2008 22:46:38 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id AC72B175D0; Mon, 28 Jul 2008 22:46:38 +0000 (UTC) From: Adam Ciarcinski Subject: CVS commit: pkgsrc/graphics/optipng To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org Message-Id: <20080728224638.AC72B175D0@cvs.netbsd.org> Date: Mon, 28 Jul 2008 22:46:38 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: adam Date: Mon Jul 28 22:46:38 UTC 2008 Modified Files: pkgsrc/graphics/optipng: Makefile distinfo pkgsrc/graphics/optipng/patches: patch-aa Log Message: Changes 0.6.1: * Upgraded cexcept to version 2.0.1. * Added a configure script, to be used instead of unix-secure.mak. * Fixed a build issue that occured when using libpng from the system. * Fixed processing when image reduction yields an output larger than the original. * Fixed behavior of -preserve. * Removed displaying of partial progress when abandoning IDATs under the -v option. The percentages displayed were not very accurate. Changes 0.6: * Upgraded libpng to version 1.2.29-optipng [private] * Implemented grayscale(alpha)-to-palette reductions. * Improved conversion of bKGD info during RGB-to-palette reductions. * Fixed conversion of bKGD and tRNS during 16-to-8-bit reductions. * Added support for compressed BMP (incl. PNG-compressed BMP, you bet!) * Improved the speed of reading raw PNM files. * Recognized PNG digital signatures (dSIG) and disabled optimization in their presence, to preserve their integrity. * Allowed the user to enforce the optimization of dSIG'ed files. * Recognized APNG animation files and disabled reductions to preserve their integrity. * Added the -snip option, to allow the user to "snip" one image out of a multi-image file, such as animated GIF, multi-page TIFF, or APNG. * Improved recovery of PNG files with incomplete IDAT. * Fixed a crash triggered by the use of -log on some platforms. * Fixed behavior of -out and -dir when the input is already optimized. * Provided more detailed image information at the start of processing. * Provided a more detailed summary at the end of processing, under the presence of the -v option and/or the occurence of exceptional events. To generate a diff of this commit: cvs rdiff -r1.14 -r1.15 pkgsrc/graphics/optipng/Makefile cvs rdiff -r1.10 -r1.11 pkgsrc/graphics/optipng/distinfo cvs rdiff -r1.8 -r1.9 pkgsrc/graphics/optipng/patches/patch-aa Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.