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.
This commit is contained in:
parent
ffc81ff2a9
commit
38992b5c17
2 changed files with 9 additions and 8 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue