pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/p5-Image-Size Update to 3.232. Add missing RE...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a8823d7592d9
branches:  trunk
changeset: 610331:a8823d7592d9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Oct 21 23:05:30 2012 +0000

description:
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:

 graphics/p5-Image-Size/Makefile |  9 +++++----
 graphics/p5-Image-Size/distinfo |  8 ++++----
 2 files changed, 9 insertions(+), 8 deletions(-)

diffs (37 lines):

diff -r 9614d9837702 -r a8823d7592d9 graphics/p5-Image-Size/Makefile
--- a/graphics/p5-Image-Size/Makefile   Sun Oct 21 23:03:36 2012 +0000
+++ b/graphics/p5-Image-Size/Makefile   Sun Oct 21 23:05:30 2012 +0000
@@ -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 @@
 
 PERL5_PACKLIST=                auto/Image/Size/.packlist
 
+REPLACE_PERL+= imgsize
+
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 9614d9837702 -r a8823d7592d9 graphics/p5-Image-Size/distinfo
--- a/graphics/p5-Image-Size/distinfo   Sun Oct 21 23:03:36 2012 +0000
+++ b/graphics/p5-Image-Size/distinfo   Sun Oct 21 23:05:30 2012 +0000
@@ -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



Home | Main Index | Thread Index | Old Index