diff options
author | wiz <wiz@pkgsrc.org> | 2001-10-29 01:16:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-10-29 01:16:44 +0000 |
commit | 98df8d7636e37681283f44cac110dcbd9025efb0 (patch) | |
tree | 6a4e5f9d5de6550a5de47c04b36ed885d1913f38 | |
parent | 346e0fc0bf30b73aaa418e17d3d0f44a769d0e0c (diff) | |
download | pkgsrc-98df8d7636e37681283f44cac110dcbd9025efb0.tar.gz |
Update to 2.94.
Changes since 2.91:
* Fixed a small bug in the PSD code, and added a test to the suite using an
image supplied by Alex Weslowski <aweslowski@rpinteractive.com>.
* Added a routine to provide Flash support, provided by Dmitry Dorofeev
<dima@yasp.com>.
* Added a patch from Dan Klein to make certain that imgsize() closes any
file descriptors it opens.
-rw-r--r-- | graphics/p5-Image-Size/Makefile | 4 | ||||
-rw-r--r-- | graphics/p5-Image-Size/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/graphics/p5-Image-Size/Makefile b/graphics/p5-Image-Size/Makefile index a2441276c2a..18678d468f3 100644 --- a/graphics/p5-Image-Size/Makefile +++ b/graphics/p5-Image-Size/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2001/10/18 15:20:22 veego Exp $ +# $NetBSD: Makefile,v 1.6 2001/10/29 01:16:44 wiz Exp $ # -DISTNAME= Image-Size-2.91 +DISTNAME= Image-Size-2.94 PKGNAME= p5-${DISTNAME}0 SVR4_PKGNAME= p5isi CATEGORIES= graphics perl5 diff --git a/graphics/p5-Image-Size/distinfo b/graphics/p5-Image-Size/distinfo index d583ea6a7d0..9023f9c4e4d 100644 --- a/graphics/p5-Image-Size/distinfo +++ b/graphics/p5-Image-Size/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/21 09:54:22 wiz Exp $ +$NetBSD: distinfo,v 1.3 2001/10/29 01:16:44 wiz Exp $ -SHA1 (Image-Size-2.91.tar.gz) = b3967bedbed97339f33561a1ff30ff0d1ff011e7 -Size (Image-Size-2.91.tar.gz) = 65055 bytes +SHA1 (Image-Size-2.94.tar.gz) = ea9925d615b8a707490466309f6745fb2e2ab393 +Size (Image-Size-2.94.tar.gz) = 119517 bytes |