diff options
author | wiz <wiz@pkgsrc.org> | 2012-10-21 23:05:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-10-21 23:05:30 +0000 |
commit | ccae1d9aa1b84940cd0e586add041f668078d7fa (patch) | |
tree | b66b3621663262b1c5e5b6b596313000dd18baa6 /graphics | |
parent | 6f642850c737ea74dfd505afc10a24f75a6808fc (diff) | |
download | pkgsrc-ccae1d9aa1b84940cd0e586add041f668078d7fa.tar.gz |
Update to 3.232. Add missing REPLACE_PERL.
3.232 Monday May 28, 2012, 05:20:00 PM -0700
* lib/Image/Size.pm
Removed the "!" flag in pack template for EMF. It was not
needed and it broke on earlier Perls.
3.231 Wednesday May 23, 2012, 11:30:00 PM -0700
* lib/Image/Size.pm
Small change to swfmxsize for short-buffer issues.
* lib/Image/Size.pm
Multiple changes in this commit: Abandoned AutoLoader; moved
POD to the end of the file now that all the per-format
subroutines are part of the file-proper; fixed cases where lack
of ImageMagick would cause the error message to be overwritten.
* t/all.t
* t/kazeburo-bar.jpg (added)
New test (and image) for JPG tag-offset issue.
* lib/Image/Size.pm
Applied patch from github user kazeburo: bug fix for some jpeg
files
* imgsize
Fixed so that default output now catches errors. Previously,
you would get an "undefined" warning if there was an error in
parsing/sizing the input file.
* lib/Image/Size.pm
Turns out the 4 bounding-box ints for EMF are signed.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-Image-Size/Makefile | 9 | ||||
-rw-r--r-- | graphics/p5-Image-Size/distinfo | 8 |
2 files changed, 9 insertions, 8 deletions
diff --git a/graphics/p5-Image-Size/Makefile b/graphics/p5-Image-Size/Makefile index 886eb4b80bc..2dbf05dc280 100644 --- a/graphics/p5-Image-Size/Makefile +++ b/graphics/p5-Image-Size/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.32 2012/10/06 14:11:12 asau Exp $ +# $NetBSD: Makefile,v 1.33 2012/10/21 23:05:30 wiz Exp $ # -DISTNAME= Image-Size-3.230 -PKGNAME= p5-${DISTNAME:S/220/2.2/} -PKGREVISION= 2 +DISTNAME= Image-Size-3.232 +PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5isi CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/} @@ -21,5 +20,7 @@ BUILD_DEPENDS+= {perl>=5.10.0,p5-Test-Simple>=0.80}:../../devel/p5-Test-Simple PERL5_PACKLIST= auto/Image/Size/.packlist +REPLACE_PERL+= imgsize + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/p5-Image-Size/distinfo b/graphics/p5-Image-Size/distinfo index 0516d999313..cace040244c 100644 --- a/graphics/p5-Image-Size/distinfo +++ b/graphics/p5-Image-Size/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2010/09/06 11:27:48 wiz Exp $ +$NetBSD: distinfo,v 1.14 2012/10/21 23:05:31 wiz Exp $ -SHA1 (Image-Size-3.230.tar.gz) = 8f1ff3662d8020c0e4daee4a7cb2312d06b86686 -RMD160 (Image-Size-3.230.tar.gz) = a20ace5601564f6cc59005e82c02a2bb7969068b -Size (Image-Size-3.230.tar.gz) = 206205 bytes +SHA1 (Image-Size-3.232.tar.gz) = d37c27247099414b1d1fc8a85a3da768ba59569e +RMD160 (Image-Size-3.232.tar.gz) = ce9c35d31ca673ca86165309c5b73ba05b67ba69 +Size (Image-Size-3.232.tar.gz) = 222148 bytes |