diff options
author | wiz <wiz@pkgsrc.org> | 2015-03-01 11:46:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-03-01 11:46:26 +0000 |
commit | 1487787aece1158f7fce26c1c4b060b156289987 (patch) | |
tree | 81e9830537e7c3e9e5a92586cc4380fe65d40fc7 | |
parent | a624d58e3c5cbe16aabd2cec97c85cc3371359f1 (diff) | |
download | pkgsrc-1487787aece1158f7fce26c1c4b060b156289987.tar.gz |
Update to 3.300:
3.300 Saturday February 28, 2015, 08:44:22 AM -0800
* lib/Image/Size.pm
* t/all.t
* t/old-os2.bmp (added)
Add support for old OS/2 version of BMP header (Geoff Richards).
* lib/Image/Size.pm
Typo fixes (David Steinbrunner).
* lib/Image/Size.pm
Avoid a sprintf() warning in Perl 5.21. Perl 5.21 introduces a
warning for redundant arguments to s?printf(), so sprintf("%d",
1, 2) would warn. This commit silences that warning by passing
sprintf the exact number of arguments that it expects (Brian
Fraser).
* lib/Image/Size.pm
Added =encoding utf8 to pod - the accented character was
causing a pod error (Neil Bowers).
* lib/Image/Size.pm
Added Z<> to the =item [012] to resolve pod warning. You can't
have =item 0, so the way round this seems to be to add a Z<>
(zero width space) before each digit (Neil Bowers).
* lib/Image/Size.pm
Added link to github repo to doc (Neil Bowers).
* lib/Image/Size.pm
RT #41238: Applied modified version of patch from user to fix a
die problem with unpack on truncated files.
* lib/Image/Size.pm
* t/1.sm.webp (added)
* t/all.t
* t/move.cur (added)
* t/tux.ico (added)
Add support for WEBP, ICO and CUR file types (Baldur
Kristinsson).
* lib/Image/Size.pm
Fix some perlcritic issues.
-rw-r--r-- | graphics/p5-Image-Size/Makefile | 6 | ||||
-rw-r--r-- | graphics/p5-Image-Size/distinfo | 8 |
2 files changed, 6 insertions, 8 deletions
diff --git a/graphics/p5-Image-Size/Makefile b/graphics/p5-Image-Size/Makefile index 875f3444861..d348dfcb3c3 100644 --- a/graphics/p5-Image-Size/Makefile +++ b/graphics/p5-Image-Size/Makefile @@ -1,9 +1,7 @@ -# $NetBSD: Makefile,v 1.38 2014/10/09 14:06:36 wiz Exp $ -# +# $NetBSD: Makefile,v 1.39 2015/03/01 11:46:26 wiz Exp $ -DISTNAME= Image-Size-3.232 +DISTNAME= Image-Size-3.300 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/} diff --git a/graphics/p5-Image-Size/distinfo b/graphics/p5-Image-Size/distinfo index cace040244c..8f3c2503e07 100644 --- a/graphics/p5-Image-Size/distinfo +++ b/graphics/p5-Image-Size/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2012/10/21 23:05:31 wiz Exp $ +$NetBSD: distinfo,v 1.15 2015/03/01 11:46:26 wiz Exp $ -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 +SHA1 (Image-Size-3.300.tar.gz) = 9f041858d9b8aa85e2fe87f15efac70c3da1a8af +RMD160 (Image-Size-3.300.tar.gz) = 70e06d4c601528809d64a411cf458d7ccea18dc5 +Size (Image-Size-3.300.tar.gz) = 237954 bytes |