Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 75E7D63B293 for ; Sat, 6 Jun 2009 20:56:18 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 27CDE63B112; Sat, 6 Jun 2009 20:56:18 +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 D8F3963B166 for ; Sat, 6 Jun 2009 20:56:16 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id BDBE0175D0; Sat, 6 Jun 2009 20:56:16 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Sat, 6 Jun 2009 20:56:16 +0000 From: Thomas Klausner Subject: CVS commit: pkgsrc/graphics/png To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20090606205616.BDBE0175D0@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: wiz Date: Sat Jun 6 20:56:16 UTC 2009 Modified Files: pkgsrc/graphics/png: Makefile distinfo Log Message: Update to 1.2.37: version 1.2.37beta01 [May 14, 2009] Fixed inconsistency in pngrutil.c, introduced in libpng-1.2.36. The memset() was using "png_ptr->rowbytes" instead of "row_bytes", which the corresponding png_malloc() uses (Joe Drew). Clarified usage of sig_bit versus sig_bit_p in example.c (Vincent Torri) Updated some of the makefiles in the scripts directory (merged with those in libpng-1.4.0beta57). version 1.2.37beta02 [May 19, 2009] Fixed typo in libpng documentation (FILTER_AVE should be FILTER_AVG) Relocated misplaced #endif in pngwrite.c, sCAL chunk handler. Conditionally compile png_read_finish_row() which is not used by progressive readers. Added contrib/pngminim/preader to demonstrate building minimal progressive decoder, based on contrib/gregbook with embedded libpng and zlib. version 1.2.37beta03 [May 20, 2009] In contrib/pngminim/*, renamed "makefile.std" to "makefile", since there is only one makefile in those directories, and revised the README files accordingly. Reformated sources in libpng style (3-space indentation, comment format) version 1.2.37rc01 [May 27, 2009] No changes. versions 1.2.37 and 1.0.45 [June 4, 2009] Reformatted several remaining "else statement;" and "if () statment;" into two lines. Added "#define PNG_NO_WRITE_SWAP" to contrib/pngminim/encoder/pngusr.h and "define PNG_NO_READ_SWAP" to decoder/pngusr.h and preader/pngusr.h Added sections about the git repository and our coding style to the documentation (merged from libpng-1.4.0beta62) Added a section about using png_get_io_ptr() in configure scripts to detect the presence of libpng. To generate a diff of this commit: cvs rdiff -u -r1.113 -r1.114 pkgsrc/graphics/png/Makefile cvs rdiff -u -r1.57 -r1.58 pkgsrc/graphics/png/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.