summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-10-21 23:03:28 +0000
committerwiz <wiz@pkgsrc.org>2012-10-21 23:03:28 +0000
commit51d1bb00d30bfb7cd34dd2fe339234f2b11f089c (patch)
tree6cd44c7442f84499a6c87800482ad2b8059af925 /graphics
parentd3aa210892c99c0c217718e71a20f0719878e287 (diff)
downloadpkgsrc-51d1bb00d30bfb7cd34dd2fe339234f2b11f089c.tar.gz
Update to 9.01:
Aug. 25, 2012 - Version 9.01 (production release) - Added a couple of new CanonModelID values - Added a couple of new Canon LensType values (thanks Pascal de Bruijn) - Added a new PentaxModelID and a few new Pentax PictureMode values - Decode a new Pentax ISO tag - Improved -listx output for XMP structure tags - Fixed "unexpected end of file" problems with some compressed MIE files Aug. 18, 2012 - Version 9.00 - Added support for PDF encryption V5.6 (new in Adobe Reader X) - Added a few new XMP-cc tags and changed a few others to rdf:resource type - Added a new Sony LensType and values for other Sony tags (thanks Jos Roost) - Added a new Nikon LensID - Added a new Panasonic LensType (thanks Olaf Ulrich) - Added patch to fix simple XMP tags written incorrectly as lang-alt type - Decode some Panasonic RW2 lens distortion correction tags - Decode some WEBP image characteristics from the VP8 bitstream - Decode more Leica MakerNote information - Calculate CurrentIPTCDigest for IPTC in PostScript files - Changed the names of a couple of WBShift tags - Improved parsing of -if expressions to interpret a dash after a tag name as a minus sign instead of part of the tag name - Patched problem with conditional deletion of an incorrectly null-terminated JPEG Comment - Fixed hang bug when reading unsupported Microsoft Xtra information in MOV videos Aug. 3, 2012 - Version 8.99 - Added patch to avoid "Error renaming temporary file" errors in Windows - Decode some new Sony tags and values (thanks Mike Reit and Jos Roost) - Improved Italian translation (thanks Michele Locati) - Improved decoding of H264 ImageStabilization - Changed names of PanasonicRaw ImageWidth/Height tags, and added new Composite tags to calculate actual size of RW2 images - Fixed "Corrupted Ricoh RMETA data" warning for images from some Ricoh models - Fixed problem writing information to some EPS images July 28, 2012 - Version 8.98 - Added a new Pentax LensType and two new PentaxModelID's - Added a new CanonModelID and a new Olympus CameraType - Added a new Composite Duration tag for Vorbis audio files - Added more elements to Microsoft Regions XMP structure and fixed tag name documentation for this - Decode a number of new Sony tags (thanks Jos Roost) - Changed name of Minolta BatteryLevel tag to BatteryState - Patched problem with conditional deletion of IPTC string-type tags which are incorrectly null terminated (ie. written by Picasa 2.0) - Fixed problem copying Canon 5DmkIII MakerNotes from CR2 to JPEG images - Fixed runtime error when writing some images with corrupted EXIF July 6, 2012 - Version 8.97 - Added a new Canon LensType - Added support for GPX attitude information as written by Arduino - Added write support for XMP-expressionmedia:CatalogSets - Made CFARepeatPatternDim and CFAPattern2 writable but protected - Minor improvement to decoding of Sony FaceInfo - Fixed problem reading some GPX track logs June 30, 2012 - Version 8.96 - Added -globalTimeShift option - Added new values for a couple of Nikon tags (thanks Michael Relt) - Added a few new Sony PictureEffect values - Added a new Olympus LensType - Decode a new Sony A100 tag and improved/renamed some others (thanks Igal Milchtaich) - Changed -restore_original and -delete_original options to scan directories only for writable file types - Enhanced -srcfile option to allow multiple source files to be specified - Patched possible round-off problem when extracting rational values - Fixed bug which could cause runtime error when reading some HTML files and improved reliability when extracting HTML "meta" tags - API Changes: - Added GlobalTimeShift option June 16, 2012 - Version 8.95 - Added a few new Sony PictureEffect values - Added a new Olympus lens type (thanks Niels Kristian Bech Jensen) - Improved decoding of Canon IntelligentContrast - Improved user-defined lens logic to attempt to choose the best matching user-defined lens if more than one is possible June 9, 2012 - Version 8.94 - Added ability to read/write IPTC as a block - Added a few Nikon LensID's (thanks Mike Pollock and Robert Rottmerhusen) - Added a new Olympus LensType (thanks Brad Grier) - Added new values for a few Olympus tags - Decode more Sony tags (thanks Jos Roost and Igal Milchtaich) - Decode Canon IntelligentContrast and add a new CanonModelID - Changed names of Canon Sort/LongFocal tags to Min/MaxFocalLength May 26, 2012 - Version 8.93 - Added some new Nikon RetouchHistory values - Added a couple of new Pentax LensType values - Added some new Olympus MagicFilter and LensType values - Added a new CanonModelID - Decode more Sony tags (thanks Jos Roost) - Decode some MakerNote information in Olympus E-M5 MOV videos - Decode a couple more Canon tags - Patched to overcome formatting problems in Samsung NX200 JPEG maker notes May 12, 2012 - Version 8.92 - Added read support for PCD (Kodak Photo CD Image Pac) files - Added Geotag support for Winplus Beacon text-format GPS log files - Added support for Leica X2 MakeNotes - Added NewGUID tag - Decode Panasonic ManometerPressure tag (thanks Christoph Mitterer) - Decode more Sony tags (thanks Jos Roost) - Changed a few Canon-mount Tokina lens model names for consistency May 5, 2012 - Version 8.91 - Added -progress option - Added support for XMP fpv namespace - Added a new Canon EasyMode value and fixed an incorrect one - Added a couple of new Canon LensTypes - Decode a number of new tags for the Canon 1DX and 5DmkIII - Improved the names of a few Sony tags (thanks Jos Roost) - Fixed -sep option to apply to interpolated tag values in a string when copying
Diffstat (limited to 'graphics')
-rw-r--r--graphics/p5-Image-ExifTool/Makefile5
-rw-r--r--graphics/p5-Image-ExifTool/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/graphics/p5-Image-ExifTool/Makefile b/graphics/p5-Image-ExifTool/Makefile
index 12fc8acd8c1..c24406f17b2 100644
--- a/graphics/p5-Image-ExifTool/Makefile
+++ b/graphics/p5-Image-ExifTool/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.38 2012/10/06 14:11:11 asau Exp $
+# $NetBSD: Makefile,v 1.39 2012/10/21 23:03:28 wiz Exp $
DISTNAME= Image-ExifTool-${VERSION}
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/} \
http://owl.phy.queensu.ca/~phil/exiftool/
@@ -14,7 +13,7 @@ COMMENT= Perl module and program to read EXIF information
LICENSE= ${PERL5_LICENSE}
# Author requests that we package only "production" versions.
-VERSION= 8.90
+VERSION= 9.01
PERL5_PACKLIST= auto/Image/ExifTool/.packlist
diff --git a/graphics/p5-Image-ExifTool/distinfo b/graphics/p5-Image-ExifTool/distinfo
index 556c0fdd495..7bfeb0a48f1 100644
--- a/graphics/p5-Image-ExifTool/distinfo
+++ b/graphics/p5-Image-ExifTool/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.32 2012/06/05 22:43:24 gdt Exp $
+$NetBSD: distinfo,v 1.33 2012/10/21 23:03:28 wiz Exp $
-SHA1 (Image-ExifTool-8.90.tar.gz) = 75344fcd125cf53690f71e9ed2f36b0187a76f30
-RMD160 (Image-ExifTool-8.90.tar.gz) = 8062797c36040972f614befdf02d0b4cb733b097
-Size (Image-ExifTool-8.90.tar.gz) = 3380284 bytes
+SHA1 (Image-ExifTool-9.01.tar.gz) = a1020e579ff1b31894f539ef0f8456730f014775
+RMD160 (Image-ExifTool-9.01.tar.gz) = 63dfc1913ef53d40181d62d30b3cc91b55643bba
+Size (Image-ExifTool-9.01.tar.gz) = 3505518 bytes