diff options
author | wiz <wiz@pkgsrc.org> | 2011-01-24 12:47:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-01-24 12:47:19 +0000 |
commit | a8948e22d76f76fe69aab6b94a6b0824f456dc3b (patch) | |
tree | 78e93ae8618d76781c43c56825944f24eafe6db8 | |
parent | d812b66765fce62bd0d6aebb23887c40a13f5f15 (diff) | |
download | pkgsrc-a8948e22d76f76fe69aab6b94a6b0824f456dc3b.tar.gz |
Update to 2.5.4, set LICENSE.
* 2.5.4 @ 2010-11-24
Fix some web2png bugs revealed by pychecker.
* 2.5.3 @ 2010-10-20
PNGs with transparency have been OK for web use since 2006.
The gif2png -w switch no longer filters out GIFs with transparency,
and the gif2png -t switch to enable them to pass is gone. Accordingly
the -t switch of web2png is also gone.
-rw-r--r-- | graphics/gif2png/Makefile | 6 | ||||
-rw-r--r-- | graphics/gif2png/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/graphics/gif2png/Makefile b/graphics/gif2png/Makefile index ab9a71903a4..5f314d1916c 100644 --- a/graphics/gif2png/Makefile +++ b/graphics/gif2png/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.38 2011/01/13 13:38:02 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2011/01/24 12:47:19 wiz Exp $ -DISTNAME= gif2png-2.5.2 -PKGREVISION= 3 +DISTNAME= gif2png-2.5.4 CATEGORIES= graphics converters MASTER_SITES= http://www.catb.org/~esr/gif2png/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.catb.org/~esr/gif2png/ COMMENT= Convert GIF files to PNG +LICENSE= png-license PKG_DESTDIR_SUPPORT= user-destdir diff --git a/graphics/gif2png/distinfo b/graphics/gif2png/distinfo index c8f3542c5ec..55b82f0e7c6 100644 --- a/graphics/gif2png/distinfo +++ b/graphics/gif2png/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2011/01/13 17:07:53 wiz Exp $ +$NetBSD: distinfo,v 1.11 2011/01/24 12:47:19 wiz Exp $ -SHA1 (gif2png-2.5.2.tar.gz) = 0e9e66d6728fe7e2dcde61ad0e398a60894946b3 -RMD160 (gif2png-2.5.2.tar.gz) = a361b18af23e59b73121ae25a155b54fb62eb14a -Size (gif2png-2.5.2.tar.gz) = 171740 bytes +SHA1 (gif2png-2.5.4.tar.gz) = 40a33457e5d2beb0f001c14fabf0e92533c38450 +RMD160 (gif2png-2.5.4.tar.gz) = 372a56e260957a7f8895322904f3691df7e56d7e +Size (gif2png-2.5.4.tar.gz) = 125731 bytes SHA1 (patch-aa) = ae26b928890c0d7577a0889ae21f6f836faa71b1 |