diff options
author | adam <adam@pkgsrc.org> | 2009-05-14 06:09:24 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2009-05-14 06:09:24 +0000 |
commit | f07ab95e4f91f18b599c7394622b753c8069a51e (patch) | |
tree | 4a74bf3155dd8da0e7c1aa4a2b103fb1556e176d /graphics/pngcrush | |
parent | 8392728364980ee6af71289926ece6c971163cdf (diff) | |
download | pkgsrc-f07ab95e4f91f18b599c7394622b753c8069a51e.tar.gz |
Changes 1.6.17:
* Defined TOO_FAR == 32767 in deflate.c (again). The definition
has continually been inadvertently omitted during zlib updates
since pngcrush version 1.6.4.
* Revised handling of xcode files so at least we can get printout
of IHDR values with "pngcrush -fix -n -v xcode.png"
Changes 1.6.16:
* Added -newtimestamp and -oldtimestamp options and changed
default condition to timestamping the output file with
the current time (i.e., -newtimestamp is default)
* If the -oldtimestamp option is used then the output file
has the same timestamp as the input file.
* Added CgBI chunk detection.
Changes 1.6.15:
* Fixes some missing typecasts on png_malloc() calls, patch from
an anonymous reporter to the SourceForge bug tracker.
* Added -time_stamp option to change time stamping from default
condition.
Diffstat (limited to 'graphics/pngcrush')
-rw-r--r-- | graphics/pngcrush/Makefile | 6 | ||||
-rw-r--r-- | graphics/pngcrush/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/graphics/pngcrush/Makefile b/graphics/pngcrush/Makefile index a3426d0aad3..4093ca64438 100644 --- a/graphics/pngcrush/Makefile +++ b/graphics/pngcrush/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.32 2009/02/20 06:01:29 adam Exp $ +# $NetBSD: Makefile,v 1.33 2009/05/14 06:09:24 adam Exp $ -DISTNAME= pngcrush-1.6.14-nolib -PKGNAME= pngcrush-1.6.14 +DISTNAME= pngcrush-1.6.17-nolib +PKGNAME= pngcrush-1.6.17 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pmt/} EXTRACT_SUFX= .tar.bz2 diff --git a/graphics/pngcrush/distinfo b/graphics/pngcrush/distinfo index 1fe48ad186d..d82859b2a11 100644 --- a/graphics/pngcrush/distinfo +++ b/graphics/pngcrush/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2009/02/20 06:01:29 adam Exp $ +$NetBSD: distinfo,v 1.19 2009/05/14 06:09:24 adam Exp $ -SHA1 (pngcrush-1.6.14-nolib.tar.bz2) = bda58f7e62a0e5013e13192a90ec2b905156bce4 -RMD160 (pngcrush-1.6.14-nolib.tar.bz2) = 45561badab7a1d45c362c67d2df206df0320d87f -Size (pngcrush-1.6.14-nolib.tar.bz2) = 42526 bytes +SHA1 (pngcrush-1.6.17-nolib.tar.bz2) = 45ec3384a4255d3ba1eb9503656bcc8b74381d1d +RMD160 (pngcrush-1.6.17-nolib.tar.bz2) = 2d0a011eac38dd5f97aca93b96f40b32396e0709 +Size (pngcrush-1.6.17-nolib.tar.bz2) = 55273 bytes |