summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam>2012-07-28 10:57:40 +0000
committeradam <adam>2012-07-28 10:57:40 +0000
commitc06948ed1dd92b77701f2bb2e54b6287c5e57fc0 (patch)
tree19b72b82813f5344f55bc313ccdadc5780093bd5
parente3262576baa66a969fb3aae388924b5b008ae589 (diff)
downloadpkgsrc-c06948ed1dd92b77701f2bb2e54b6287c5e57fc0.tar.gz
Changes 1.7.34:
* Compute and report sum of critical chunk lengths IHDR, PLTE, IDAT, and IEND, plus the 8-byte PNG signature instead of just the total IDAT data length. Simplify finding the lengths from the trial compressions, by replacing the write function with one that simply counts the bytes that would have been written to a trial PNG, instead of actually writing a PNG, reading it back, and counting the IDAT bytes. The savings, while measurable, are not very significant -- The "-brute" and default pngcrush runs that I tried are between one and five percent faster. Most of the time is expended in zlib compression of the IDATs, which is not affected by the change. * Removed comments about the system library having to be libpng14 or earlier. This restriction was fixed in version 1.7.20.
-rw-r--r--graphics/pngcrush/Makefile4
-rw-r--r--graphics/pngcrush/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/pngcrush/Makefile b/graphics/pngcrush/Makefile
index e67c3484b3f..638d480421c 100644
--- a/graphics/pngcrush/Makefile
+++ b/graphics/pngcrush/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.59 2012/07/25 20:14:01 adam Exp $
+# $NetBSD: Makefile,v 1.60 2012/07/28 10:57:40 adam Exp $
-DISTNAME= pngcrush-1.7.33-nolib
+DISTNAME= pngcrush-1.7.34-nolib
PKGNAME= ${DISTNAME:C/-nolib//}
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pmt/}
diff --git a/graphics/pngcrush/distinfo b/graphics/pngcrush/distinfo
index 55d9998e0fd..16c9ad70074 100644
--- a/graphics/pngcrush/distinfo
+++ b/graphics/pngcrush/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.41 2012/07/25 20:14:01 adam Exp $
+$NetBSD: distinfo,v 1.42 2012/07/28 10:57:40 adam Exp $
-SHA1 (pngcrush-1.7.33-nolib.tar.xz) = 74213b96fec3b9e60d312dcb4781f4b440b900d7
-RMD160 (pngcrush-1.7.33-nolib.tar.xz) = f2085c894acbfb29388029454dd89a5a9ecaee55
-Size (pngcrush-1.7.33-nolib.tar.xz) = 50100 bytes
+SHA1 (pngcrush-1.7.34-nolib.tar.xz) = 8230b3876da70271a88c05982f8797b866b803f0
+RMD160 (pngcrush-1.7.34-nolib.tar.xz) = 1a02ab7b2e17bf713279dec3d4c05260c6af3de1
+Size (pngcrush-1.7.34-nolib.tar.xz) = 50284 bytes
SHA1 (patch-aa) = c8342e5bb7947f1dc2ff31f0ef45190ebcc71d8e