diff options
author | rh <rh@pkgsrc.org> | 2000-01-13 08:05:01 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-01-13 08:05:01 +0000 |
commit | 5cc78024d7c3d69ef4368624bbcb43c420c9fa62 (patch) | |
tree | 306394ec1d904ab95489acfb2784d5bfa1268799 | |
parent | 68948f5bd60801d35b4fa9a53327d83f9575118a (diff) | |
download | pkgsrc-5cc78024d7c3d69ef4368624bbcb43c420c9fa62.tar.gz |
Update pngcrush to 1.3.3. Changes are:
Version 1.3.3:
- Restored ability to enter gamma as a float even when floating point
arithmetic is not enabled.
Version 1.3.2:
- Fixed "PNG_NO_FLOAING_POINT" typo in pngcrush.h
- Renamed "dirname" to "directory_name" to avoid conflict with "dirname"
that appears in string.h on some platforms.
- #ifdef'ed out parts of the help screen for options that are unsupported.
-rw-r--r-- | graphics/pngcrush/Makefile | 4 | ||||
-rw-r--r-- | graphics/pngcrush/files/md5 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/pngcrush/Makefile b/graphics/pngcrush/Makefile index 41c709741bc..e72008eea2f 100644 --- a/graphics/pngcrush/Makefile +++ b/graphics/pngcrush/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 1999/12/28 10:04:34 rh Exp $ +# $NetBSD: Makefile,v 1.3 2000/01/13 08:05:01 rh Exp $ # -DISTNAME= pngcrush-1.3.1 +DISTNAME= pngcrush-1.3.3 CATEGORIES= graphics MASTER_SITES= ftp://ftp.xnot.com/pmt/pub/pngcrush/src/ diff --git a/graphics/pngcrush/files/md5 b/graphics/pngcrush/files/md5 index 3d0310d003f..e7028763180 100644 --- a/graphics/pngcrush/files/md5 +++ b/graphics/pngcrush/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.2 1999/12/28 10:04:34 rh Exp $ +$NetBSD: md5,v 1.3 2000/01/13 08:05:02 rh Exp $ -MD5 (pngcrush-1.3.1.tar.gz) = 17856afa81149f0b394185c065553a22 +MD5 (pngcrush-1.3.3.tar.gz) = d6b0450a2ba9f2f0d37b3ce6a37a4d61 |