diff options
author | wiz <wiz> | 2006-01-29 17:41:51 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-01-29 17:41:51 +0000 |
commit | 4a596e27b398c876c795550c9fc0b3f133b9204e (patch) | |
tree | 1864f76aeb39fb2f353ee2f988facb6b4b129851 /graphics | |
parent | c23d7173852a8228b79896861e58f19ed6453209 (diff) | |
download | pkgsrc-4a596e27b398c876c795550c9fc0b3f133b9204e.tar.gz |
Update to 1.17:
2006-01-28 v1.17 Tels 48 tests
* new maintainer: TELS
* signed with my key
* convert tests to Test::More
* add pod.t and pod_cover.t
* fix all POD errors
* use strict in Makefile.PL and generate custom META.yml
* don't include lib/Image/Info.pm - it is autogenerated anyway
* html_dim() returns lowercase and properly quoted, for SVG/XHTML etc.,
e.g. you get now 'width="900" height="800"'
* fix bug #8136: update URL for EXIF standard
* fix bug #8522 - dies at JPEGInterchangeFormatLngth (Thanx srezic@cpan.org)
* fix also: EXIF says it is "JPEGInterchangeFormatLength", and not "...Lngth"
* fix bug #5165: (duplicate of #8522)
* fix bug #6018: FocalPlaneResolutionUnit decoded wrongly
* fix bug #6083: add support for MakerNote for Nikon D70/D100
* fix bug #16161: netpbm images may have more than 8bit/channel
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-Image-Info/Makefile | 5 | ||||
-rw-r--r-- | graphics/p5-Image-Info/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/graphics/p5-Image-Info/Makefile b/graphics/p5-Image-Info/Makefile index 83b7f6941b0..5cba7733138 100644 --- a/graphics/p5-Image-Info/Makefile +++ b/graphics/p5-Image-Info/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2005/08/06 06:19:21 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2006/01/29 17:41:51 wiz Exp $ # -DISTNAME= Image-Info-1.16 +DISTNAME= Image-Info-1.17 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5iin -PKGREVISION= 2 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/} diff --git a/graphics/p5-Image-Info/distinfo b/graphics/p5-Image-Info/distinfo index 3c144bcc086..416313c3743 100644 --- a/graphics/p5-Image-Info/distinfo +++ b/graphics/p5-Image-Info/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2005/02/24 08:45:11 agc Exp $ +$NetBSD: distinfo,v 1.5 2006/01/29 17:41:52 wiz Exp $ -SHA1 (Image-Info-1.16.tar.gz) = 4bdcfc5efa03481f956fb7a7ee881712f6322ee1 -RMD160 (Image-Info-1.16.tar.gz) = e1ef512b303ccfa49cd7b31c69ce2ca881e2c24d -Size (Image-Info-1.16.tar.gz) = 312250 bytes +SHA1 (Image-Info-1.17.tar.gz) = a33d8c19d1ef660180fb07e8ebaab5330676cb88 +RMD160 (Image-Info-1.17.tar.gz) = d8c274345879211cbaceb112a21b774857e0b436 +Size (Image-Info-1.17.tar.gz) = 312217 bytes |