summaryrefslogtreecommitdiff
path: root/graphics/pngcheck
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2011-03-23 10:56:55 +0000
committeradam <adam@pkgsrc.org>2011-03-23 10:56:55 +0000
commit9299a52884c35b17c80cc19a92e340a9a143a3b4 (patch)
treecbb40edd6ef7f57521dce64265184f8d8752d001 /graphics/pngcheck
parent16c6e5c59ef741f8763a0252850a673e298705ba (diff)
downloadpkgsrc-9299a52884c35b17c80cc19a92e340a9a143a3b4.tar.gz
Changes 2.3.0:
This version adds a new ANSI-colorized-output option (probably optimized for dark-background xterms) and more informative output for interlaced images.
Diffstat (limited to 'graphics/pngcheck')
-rw-r--r--graphics/pngcheck/Makefile9
-rw-r--r--graphics/pngcheck/distinfo8
2 files changed, 8 insertions, 9 deletions
diff --git a/graphics/pngcheck/Makefile b/graphics/pngcheck/Makefile
index 6d42c1b3262..67bfc16f3c4 100644
--- a/graphics/pngcheck/Makefile
+++ b/graphics/pngcheck/Makefile
@@ -1,16 +1,16 @@
-# $NetBSD: Makefile,v 1.2 2008/03/04 15:39:10 jlam Exp $
-#
+# $NetBSD: Makefile,v 1.3 2011/03/23 10:56:55 adam Exp $
-DISTNAME= pngcheck-2.2.0
+DISTNAME= pngcheck-2.3.0
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=png-mng/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.libpng.org/pub/png/apps/pngcheck.html
COMMENT= Verify the integrity of PNG, JNG, and MNG files
+LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
-INSTALLATION_DIRS= bin
+INSTALLATION_DIRS= bin share/doc/pngcheck
do-build:
cd ${WRKSRC} && ${CC} ${CFLAGS} ${LDFLAGS} ${LIBS} -DUSE_ZLIB \
@@ -18,7 +18,6 @@ do-build:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pngcheck ${DESTDIR}${PREFIX}/bin
- ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/pngcheck
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/pngcheck
.include "../../devel/zlib/buildlink3.mk"
diff --git a/graphics/pngcheck/distinfo b/graphics/pngcheck/distinfo
index 8cf09bf4b2a..2b2845995e7 100644
--- a/graphics/pngcheck/distinfo
+++ b/graphics/pngcheck/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/12/08 18:00:20 wiz Exp $
+$NetBSD: distinfo,v 1.2 2011/03/23 10:56:55 adam Exp $
-SHA1 (pngcheck-2.2.0.tar.gz) = 543bd74fa978dc692de3e806a46f997d7fc683a1
-RMD160 (pngcheck-2.2.0.tar.gz) = 134b0401009e609d0a28a6f39e0a07b579d17470
-Size (pngcheck-2.2.0.tar.gz) = 57128 bytes
+SHA1 (pngcheck-2.3.0.tar.gz) = e7f1535abbf2f809e036a9a43c759eeac5e39350
+RMD160 (pngcheck-2.3.0.tar.gz) = 6a132516eeaf787eefa4d02eaecb06834fe9d2be
+Size (pngcheck-2.3.0.tar.gz) = 59864 bytes