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 PkgSrc changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7750517552e3
branches:  trunk
changeset: 557212:7750517552e3
user:      sno <sno%pkgsrc.org@localhost>
date:      Sun Apr 12 12:05:43 2009 +0000

description:
PkgSrc changes:
  - Updating package for p5 module Image::Size to 3.2
  - Add license artistic 2.0

Upstream changes:
3.2     Monday February 23, 2009, 05:00:00 AM -0800

        * lib/Image/Size.pm
        * t/all.t
        Make the package buildable in a pure-Perl software stack. Per
        RT ticket #42930, make Compress::Zlib optional, so that those
        who do not need it are not required to install it. Updated the
        test around the compressed-SWF file to skip if Compress::Zlib
        is absent.

        * Build.PL (restored)
        * ChangeLog (deleted)
        * ChangeLog.xml (added)
        * MANIFEST (deleted)
        * Makefile.PL (deleted)
        * README.Win32 (deleted)
        * etc/ChangeLogML.xsd (added)
        Making large-scale house-keeping changes to the build/dist
        process. Replace ChangeLog (plain-text) with a ChangeLogML file
        created from the CVS/SVN history and hand-adjusted; add the XSD
        for ChangeLogML; restore Build.PL and heavily enhance; and
        remove README.Win32, Makefile.PL and MANIFEST.

        * lib/Image/Size.pm
        Per RT ticket #43452, make the cache visible outside the
        lexical scope of the module This allows the hash to be used
        with packages like IPC::Shareable or IPC::MM to enable sharing
        the cache between processes. Added extra documentation of this,
        and a new section describing approaches to cache-sharing.

        Transaction revision: 136
        * imgsize
        * lib/Image/Size.pm
        Fix URL/specification of the license info for LGPL.

diffstat:

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

diffs (36 lines):

diff -r 247ebc004815 -r 7750517552e3 graphics/p5-Image-Size/Makefile
--- a/graphics/p5-Image-Size/Makefile   Sun Apr 12 11:59:59 2009 +0000
+++ b/graphics/p5-Image-Size/Makefile   Sun Apr 12 12:05:43 2009 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2009/04/11 23:15:20 sno Exp $
+# $NetBSD: Makefile,v 1.25 2009/04/12 12:05:43 sno Exp $
 #
 
-DISTNAME=      Image-Size-3.1.1
+DISTNAME=      Image-Size-3.2
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 SVR4_PKGNAME=  p5isi
 CATEGORIES=    graphics perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Image/}
@@ -11,6 +10,7 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://theory.uwinnipeg.ca/CPAN/data/Image-Size/
 COMMENT=       Read the dimensions of an image in several popular formats
+LICENSE=       artistic-2.0
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 PKG_DESTDIR_SUPPORT=   user-destdir
diff -r 247ebc004815 -r 7750517552e3 graphics/p5-Image-Size/distinfo
--- a/graphics/p5-Image-Size/distinfo   Sun Apr 12 11:59:59 2009 +0000
+++ b/graphics/p5-Image-Size/distinfo   Sun Apr 12 12:05:43 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2008/07/18 15:07:13 rhaen Exp $
+$NetBSD: distinfo,v 1.10 2009/04/12 12:05:43 sno Exp $
 
-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
+SHA1 (Image-Size-3.2.tar.gz) = b7eb3f38219cfd30e751403b6c542e19e0638c43
+RMD160 (Image-Size-3.2.tar.gz) = aa424ac7530207dcc65429c02d82aad62f80f99e
+Size (Image-Size-3.2.tar.gz) = 155391 bytes



Home | Main Index | Thread Index | Old Index