diff options
author | martti <martti@pkgsrc.org> | 2002-03-15 12:14:51 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-03-15 12:14:51 +0000 |
commit | 7e851bfc492d92541f454bbc0556054dae1f7134 (patch) | |
tree | 60c3b57c2473bfc067d8412850adf54681f2da3f /graphics/p5-Image-Size | |
parent | 18da3610dcec372dcafcbe2d073c9bf92b35730b (diff) | |
download | pkgsrc-7e851bfc492d92541f454bbc0556054dae1f7134.tar.gz |
Updated p5-Image-Size to 2.980 (provided by Shell Hung in pkg/15873)
* From tips provided by Philip Newton after a close reading of the manual page
and other docs, several typos and errors were cleared out, and a small
buglet in the error message within bmpsize() was corrected.
* Moved the code that changes a relative filename to an absolute one. This
was being called in all cases, now it is *not* called if cacheing is
disabled (via $NO_CACHE). This is for the sake of applications running in
environments where they may have trouble with full paths (due to "lockbox"
configurations).
* Made a few adjustments to the docs per suggestion, to clarify some of the
usage cases.
Diffstat (limited to 'graphics/p5-Image-Size')
-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 3644857f979..3e2d42abea2 100644 --- a/graphics/p5-Image-Size/Makefile +++ b/graphics/p5-Image-Size/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2001/11/27 16:28:44 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2002/03/15 12:14:51 martti Exp $ # -DISTNAME= Image-Size-2.96 +DISTNAME= Image-Size-2.98 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 a214745b8ca..9ece59d962d 100644 --- a/graphics/p5-Image-Size/distinfo +++ b/graphics/p5-Image-Size/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2001/11/27 16:28:44 wiz Exp $ +$NetBSD: distinfo,v 1.5 2002/03/15 12:14:52 martti Exp $ -SHA1 (Image-Size-2.96.tar.gz) = 82fea8e33a7d92c363064132ff22f61da682e9d4 -Size (Image-Size-2.96.tar.gz) = 121675 bytes +SHA1 (Image-Size-2.98.tar.gz) = b39e1e4bd537901ba3c3d39eb358285e8bc5ed38 +Size (Image-Size-2.98.tar.gz) = 122169 bytes |