Mon Jun 11 07:06:22 2012 UTC ()
Changes 1.7.29:
* Set "things_have_changed" flag when adding text chunks, so the "-force"
  option is no longer necessary when adding text to an already-compressed
  file.
* Direct usage message and error messages to stderr instead of stdout. If
  anyone is still using DOS they may have to change the "if 0" at line
  990 to "if 1".
* Added "pngcrush -n -v files.png" to the usage message.


(adam)
diff -r1.56 -r1.57 pkgsrc/graphics/pngcrush/Makefile
diff -r1.38 -r1.39 pkgsrc/graphics/pngcrush/distinfo
diff -r1.11 -r1.12 pkgsrc/graphics/pngcrush/patches/patch-aa

cvs diff -r1.56 -r1.57 pkgsrc/graphics/pngcrush/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/pngcrush/Makefile 2012/05/25 08:01:33 1.56
+++ pkgsrc/graphics/pngcrush/Makefile 2012/06/11 07:06:21 1.57
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.56 2012/05/25 08:01:33 adam Exp $ 1# $NetBSD: Makefile,v 1.57 2012/06/11 07:06:21 adam Exp $
2 2
3DISTNAME= pngcrush-1.7.28-nolib 3DISTNAME= pngcrush-1.7.29-nolib
4PKGNAME= ${DISTNAME:C/-nolib//} 4PKGNAME= ${DISTNAME:C/-nolib//}
5CATEGORIES= graphics 5CATEGORIES= graphics
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pmt/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pmt/}
7EXTRACT_SUFX= .tar.xz 7EXTRACT_SUFX= .tar.xz
8 8
9MAINTAINER= rh@NetBSD.org 9MAINTAINER= rh@NetBSD.org
10HOMEPAGE= http://pmt.sourceforge.net/pngcrush/index.html 10HOMEPAGE= http://pmt.sourceforge.net/pngcrush/index.html
11COMMENT= Optimizer for PNG (Portable Network Graphics) files 11COMMENT= Optimizer for PNG (Portable Network Graphics) files
12LICENSE= zlib 12LICENSE= zlib
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16NO_CONFIGURE= yes 16NO_CONFIGURE= yes

cvs diff -r1.38 -r1.39 pkgsrc/graphics/pngcrush/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/pngcrush/distinfo 2012/05/25 08:01:33 1.38
+++ pkgsrc/graphics/pngcrush/distinfo 2012/06/11 07:06:21 1.39
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.38 2012/05/25 08:01:33 adam Exp $ 1$NetBSD: distinfo,v 1.39 2012/06/11 07:06:21 adam Exp $
2 2
3SHA1 (pngcrush-1.7.28-nolib.tar.xz) = 80647f7dd385453d6dc7a2b1fc8f28d4ca766489 3SHA1 (pngcrush-1.7.29-nolib.tar.xz) = 7797818ee3346eebc448267a8185efac74505e22
4RMD160 (pngcrush-1.7.28-nolib.tar.xz) = 158f52a1d7f8f6f0aab5dec69c85780a42dbff41 4RMD160 (pngcrush-1.7.29-nolib.tar.xz) = ee77bbfe2ce4a228329a5f26ebede5b458916d14
5Size (pngcrush-1.7.28-nolib.tar.xz) = 49356 bytes 5Size (pngcrush-1.7.29-nolib.tar.xz) = 49660 bytes
6SHA1 (patch-aa) = fc0fd239c05513469554264a7e62dd8a722ab522 6SHA1 (patch-aa) = c8342e5bb7947f1dc2ff31f0ef45190ebcc71d8e

cvs diff -r1.11 -r1.12 pkgsrc/graphics/pngcrush/patches/Attic/patch-aa (expand / switch to unified diff)

--- pkgsrc/graphics/pngcrush/patches/Attic/patch-aa 2011/10/14 17:56:24 1.11
+++ pkgsrc/graphics/pngcrush/patches/Attic/patch-aa 2012/06/11 07:06:21 1.12
@@ -1,14 +1,16 @@ @@ -1,14 +1,16 @@
1$NetBSD: patch-aa,v 1.11 2011/10/14 17:56:24 adam Exp $ 1$NetBSD: patch-aa,v 1.12 2012/06/11 07:06:21 adam Exp $
 2
 3Don't override CC, LD, CFLAGS and LDFLAGS.
2 4
3--- Makefile.orig 2011-01-21 23:04:44.000000000 +0000 5--- Makefile.orig 2011-01-21 23:04:44.000000000 +0000
4+++ Makefile 6+++ Makefile
5@@ -17,14 +17,10 @@ PNGLIB = ${HOME}/lib 7@@ -17,14 +17,10 @@ PNGLIB = ${HOME}/lib
6 ZINC = ${HOME}/include 8 ZINC = ${HOME}/include
7 ZLIB = ${HOME}/lib 9 ZLIB = ${HOME}/lib
8  10
9-CC = gcc 11-CC = gcc
10-LD = gcc 12-LD = gcc
11 RM = rm -f 13 RM = rm -f
12 #CFLAGS = -I. -O -Wall 14 #CFLAGS = -I. -O -Wall
13 #CFLAGS = -I. -O3 -fomit-frame-pointer -Wall 15 #CFLAGS = -I. -O3 -fomit-frame-pointer -Wall
14-CFLAGS = -I${ZINC} -I. -g -O3 -fomit-frame-pointer -Wall 16-CFLAGS = -I${ZINC} -I. -g -O3 -fomit-frame-pointer -Wall