diff options
author | rhaen <rhaen@pkgsrc.org> | 2008-07-18 15:07:13 +0000 |
---|---|---|
committer | rhaen <rhaen@pkgsrc.org> | 2008-07-18 15:07:13 +0000 |
commit | 2054a36377f18085e126e548492c0fd38aed1c75 (patch) | |
tree | 87c3538bda925196b9986e388a575e43222c302d /graphics/p5-Image-Size | |
parent | 8e2b1f687e3f2b7ec46aed8c321d2ff125e369bc (diff) | |
download | pkgsrc-2054a36377f18085e126e548492c0fd38aed1c75.tar.gz |
- updated to 3.1.1
- added dependency to devel/p5-Compress-Zlib
ChangeLog:
* Updated the license information to make sure all references are to both the
Artistic 2.0 and the LGPL.
* Changed "use 5.6.0" lines to no longer use v-strings, for forward
compatibility with Perl 5.10.0.
* Added "recommends" specification to Build.PL to refer to modules used in
the testing phase (there is no "build_recommends" setting).
* Added Compress::Zlib to the list of required modules in Makefile.PL and
Build.PL.
* Added "use warnings" to Size.pm to make sure it stays warnings-clean.
Changes in 3.1:
* Small change from n@shaplov.ru for a bug in CWS handling that only surfaced
when two CWS files were sized consecutively.
* Updated the date on the copyright notice and added a "COPYRIGHT" section
to the documentation.
* Changed the licensing terms. This is now dual-licensed under Artistic 2.0
and LGPL 2.1.
* Restored the old Makefile.PL for users who don't have Module::Build.
Changes in 3.01:
* Added ex/ directory with a few samples.
* Dropped ExtUtils::MakeMaker and switched to Module::Build. Makefile.PL is
now a wrapper of sorts around Build.PL. This allows adding licensing
information to META.yml for CPAN indexing.
Changes in 3.0:
* Added test suites for POD correctness and POD coverage.
* Implemented and documented a flag called $Image::Size::GIF_BEHAVIOR that
controls whether the GIF code returns the screensize, the first sub-image
or the largest of the sub-images.
* Applied a patch from mrj@mrj.spb.ru to fix usage of the Compress::Zlib
module in the handling of compressed flash files. Added a new SWF file to
test this, and added reference to the file in MANIFEST and t/all.t.
* Delay Image::Magick loading until it is needed. (Mark Stosberg).
Add support for Graphics::Magick as an alternative to Image::Magick.
If either Graphics::Magick or Image::Magick is loaded into memory
that module will be used. Otherwise, they are both tried to be loaded,
with Graphics::Magick being tried first. (Mark Stosberg). This patch also
adds a new test suite, t/magick.t, to the distribution and modifies both
MANIFEST and Makefile.PL (to add a build-dependancy on Test::More).
* With Test::More now required for building, converted t/all.t to use it.
Diffstat (limited to 'graphics/p5-Image-Size')
-rw-r--r-- | graphics/p5-Image-Size/Makefile | 6 | ||||
-rw-r--r-- | graphics/p5-Image-Size/distinfo | 9 |
2 files changed, 7 insertions, 8 deletions
diff --git a/graphics/p5-Image-Size/Makefile b/graphics/p5-Image-Size/Makefile index 20adb917307..f1ce2f80726 100644 --- a/graphics/p5-Image-Size/Makefile +++ b/graphics/p5-Image-Size/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.21 2008/06/12 02:14:32 joerg Exp $ +# $NetBSD: Makefile,v 1.22 2008/07/18 15:07:13 rhaen Exp $ # -DISTNAME= Image-Size-2.992 +DISTNAME= Image-Size-3.1.1 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5isi -PKGREVISION= 2 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/} @@ -14,6 +13,7 @@ COMMENT= Read the dimensions of an image in several popular formats PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir +DEPENDS+= p5-Compress-Zlib>=2:../../devel/p5-Compress-Zlib PERL5_PACKLIST= auto/Image/Size/.packlist diff --git a/graphics/p5-Image-Size/distinfo b/graphics/p5-Image-Size/distinfo index 94c234b817e..5993f9ba2be 100644 --- a/graphics/p5-Image-Size/distinfo +++ b/graphics/p5-Image-Size/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.8 2005/02/24 08:45:11 agc Exp $ +$NetBSD: distinfo,v 1.9 2008/07/18 15:07:13 rhaen Exp $ -SHA1 (Image-Size-2.992.tar.gz) = a9feab77459ce487b0c35e1c3a4f708853d3b97f -RMD160 (Image-Size-2.992.tar.gz) = 3a9d542adc803d85e11adf6eaa47d8c5706247e2 -Size (Image-Size-2.992.tar.gz) = 123479 bytes -SHA1 (patch-aa) = 590e8b08896ba5b82c0140309c8ec29800264a4a +SHA1 (Image-Size-3.1.1.tar.gz) = 589f449dda47f7bf82559434767af174dd1bfb14 +RMD160 (Image-Size-3.1.1.tar.gz) = d392a748ba7d5d7f7a70c26cc84231f854902d3c +Size (Image-Size-3.1.1.tar.gz) = 142860 bytes |