diff options
author | adam <adam@pkgsrc.org> | 2012-10-03 11:03:59 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2012-10-03 11:03:59 +0000 |
commit | ffdb8eeec001a068c757b22ffb29522bc31bd326 (patch) | |
tree | b405354c9f0c4f889c87aed64781a4a7235cf166 | |
parent | 459e6fb1c196359861efece058ce5a4fa597a459 (diff) | |
download | pkgsrc-ffdb8eeec001a068c757b22ffb29522bc31bd326.tar.gz |
Changes 1.7.38:
* Bail out of a trial if byte count exceeds best byte count so far.
* Added -bail and -nobail options. Use -nobail to get a complete report
of filesizes.
* Added -blacken option, to enable changing the color samples of any
fully-transparent pixels to zero in PNG files with color-type 4 or 6,
potentially improving their compressibility.
-rw-r--r-- | graphics/pngcrush/Makefile | 4 | ||||
-rw-r--r-- | graphics/pngcrush/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/pngcrush/Makefile b/graphics/pngcrush/Makefile index adaf02fdf27..d3d9de5aa49 100644 --- a/graphics/pngcrush/Makefile +++ b/graphics/pngcrush/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.62 2012/09/03 05:27:39 adam Exp $ +# $NetBSD: Makefile,v 1.63 2012/10/03 11:03:59 adam Exp $ -DISTNAME= pngcrush-1.7.37-nolib +DISTNAME= pngcrush-1.7.38-nolib PKGNAME= ${DISTNAME:C/-nolib//} CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pmt/} diff --git a/graphics/pngcrush/distinfo b/graphics/pngcrush/distinfo index 09ce13e59f6..4e41fdc70da 100644 --- a/graphics/pngcrush/distinfo +++ b/graphics/pngcrush/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.44 2012/09/03 05:27:39 adam Exp $ +$NetBSD: distinfo,v 1.45 2012/10/03 11:03:59 adam Exp $ -SHA1 (pngcrush-1.7.37-nolib.tar.xz) = 43f9083d329df07f29cda57c4e5d947410394e29 -RMD160 (pngcrush-1.7.37-nolib.tar.xz) = d42ad310c5294c2c2311d1a9d98da4c628a188e1 -Size (pngcrush-1.7.37-nolib.tar.xz) = 50544 bytes +SHA1 (pngcrush-1.7.38-nolib.tar.xz) = 0e7fb685d89d809bdb9f144cb522f1c25cbf5899 +RMD160 (pngcrush-1.7.38-nolib.tar.xz) = c182dd6147ebdfbe660fd22fee57394f7336de9b +Size (pngcrush-1.7.38-nolib.tar.xz) = 51344 bytes SHA1 (patch-aa) = c8342e5bb7947f1dc2ff31f0ef45190ebcc71d8e |