diff options
author | adam <adam@pkgsrc.org> | 2006-02-18 11:07:10 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-02-18 11:07:10 +0000 |
commit | 2e4c6793a04d4c22c1c7ab95a684f6602a78fedc (patch) | |
tree | 48d0d255669e84260b41ccb5268d19b65a026ea1 /graphics/pngcrush/PLIST | |
parent | abc64f677d1cf24439f2d058f571f475698f30c0 (diff) | |
download | pkgsrc-2e4c6793a04d4c22c1c7ab95a684f6602a78fedc.tar.gz |
Changes 1.6.2:
* Fixed bug with "PNG_ROWBYTES" usage, introduced in version 1.6.1.
The bug could cause a crash and only affects the "nolib" builds.
* Converted C++ style (// ...) comments to C style (/* ... */).
* Defined TOO_FAR == 32767 in deflate.c (again). The definition was omitted
from version 1.6.0 when zlib was upgraded to version 1.2.3.
Changes 1.6.1:
* Copied non-exported libpng functions from libpng into pngcrush, to make
pngcrush play more nicely with shared libpng. These are ifdef'ed out when
a static library is being built with the bundled libpng and pngcrush.h is
included.
Changes 1.6.0:
* Moved ChangeLog out of pngcrush.c comments and into a separate file.
* Filtered pngcrush.c through "indent -kr" and "expand" for readability.
* Moved 550 lines of usage/help/copyright/license/version info to separate
function(s) and cleaned up significantly.
* Added some comments for ease of navigation and readability.
* Stripped out a bunch of ancient-libpng compatibility stuff.
* Defined PNG_UINT_* macros (pngcrush.h for now).
* Fixed unknown-chunk handling ("-rem alla" and "-rem gifx" now work).
* Created modified version of makefile that supports external zlib.
* Added support for methods using Z_RLE zlib strategy (zlib 1.2.x only).
* Documented -huffman option in usage screen.
* Added IDAT statistics to final per-file summary.
* Added utime() support to give output files same timestamps as input files.
Diffstat (limited to 'graphics/pngcrush/PLIST')
-rw-r--r-- | graphics/pngcrush/PLIST | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/pngcrush/PLIST b/graphics/pngcrush/PLIST index 6c6271a0828..1b7450debc5 100644 --- a/graphics/pngcrush/PLIST +++ b/graphics/pngcrush/PLIST @@ -1,4 +1,2 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:53:21 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2006/02/18 11:07:10 adam Exp $ bin/pngcrush -share/pngcrush/README.txt -@dirrm share/pngcrush |