diff options
author | wiz <wiz> | 2000-02-09 02:52:36 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-02-09 02:52:36 +0000 |
commit | 11540ce9c43211c22159af3e81df8ca05ebe2dfb (patch) | |
tree | bfcc04517dd20bb74bb8e63c0eedb0c1f7e84976 /graphics/pngcrush | |
parent | b336ae56f92149bebd7b5a6245d1b4cc48bd18b1 (diff) | |
download | pkgsrc-11540ce9c43211c22159af3e81df8ca05ebe2dfb.tar.gz |
updated pngcrush to 1.3.4. ChangeLog says:
* Version 1.3.4 (built with libpng-1.0.5m)
* Do not allow pngcrush to overwrite the input file.
Diffstat (limited to 'graphics/pngcrush')
-rw-r--r-- | graphics/pngcrush/Makefile | 6 | ||||
-rw-r--r-- | graphics/pngcrush/files/md5 | 4 | ||||
-rw-r--r-- | graphics/pngcrush/pkg/PLIST | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/graphics/pngcrush/Makefile b/graphics/pngcrush/Makefile index e72008eea2f..993a7dad01e 100644 --- a/graphics/pngcrush/Makefile +++ b/graphics/pngcrush/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2000/01/13 08:05:01 rh Exp $ +# $NetBSD: Makefile,v 1.4 2000/02/09 02:52:36 wiz Exp $ # -DISTNAME= pngcrush-1.3.3 +DISTNAME= pngcrush-1.3.4 CATEGORIES= graphics MASTER_SITES= ftp://ftp.xnot.com/pmt/pub/pngcrush/src/ @@ -15,5 +15,7 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pngcrush ${PREFIX}/bin + ${INSTALL_DATA_DIR} ${PREFIX}/share/pngcrush + ${INSTALL_MAN} ${WRKSRC}/README.txt ${PREFIX}/share/pngcrush .include "../../mk/bsd.pkg.mk" diff --git a/graphics/pngcrush/files/md5 b/graphics/pngcrush/files/md5 index e7028763180..08e8d08d686 100644 --- a/graphics/pngcrush/files/md5 +++ b/graphics/pngcrush/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.3 2000/01/13 08:05:02 rh Exp $ +$NetBSD: md5,v 1.4 2000/02/09 02:52:37 wiz Exp $ -MD5 (pngcrush-1.3.3.tar.gz) = d6b0450a2ba9f2f0d37b3ce6a37a4d61 +MD5 (pngcrush-1.3.4.tar.gz) = 1cfcb6694727940e093d37392b9d09ae diff --git a/graphics/pngcrush/pkg/PLIST b/graphics/pngcrush/pkg/PLIST index 6c561c08095..d1ceb098cd2 100644 --- a/graphics/pngcrush/pkg/PLIST +++ b/graphics/pngcrush/pkg/PLIST @@ -1,2 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1999/12/07 19:56:21 rh Exp $ +@comment $NetBSD: PLIST,v 1.2 2000/02/09 02:52:37 wiz Exp $ bin/pngcrush +share/pngcrush/README.txt +@dirrm share/pngcrush |