pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/exiftool Update to 5.77:
details: https://anonhg.NetBSD.org/pkgsrc/rev/4f48d79072f6
branches: trunk
changeset: 503334:4f48d79072f6
user: gdt <gdt%pkgsrc.org@localhost>
date: Fri Nov 18 14:41:24 2005 +0000
description:
Update to 5.77:
Miscellaneous fixes and minor improvements removed from Changes
extract below:
Nov. 18/05 - Version 5.77 (production release)
- Allow integer tag values to be specified in hex (with leading '0x')
Nov. 16/05 - Version 5.76
- Tolerate extra null padding at end of TIFF images (as written by Photoshop
CS) when rewriting TIFF images
Nov. 14/05 - Version 5.74
- Added read support for DICOM (DCM, DC3, DIC, DICM) and ACR-NEMA (ACR)
medical image files
- Decode a lot more Nikon Capture information and add write ability
- Updated Nikon makernote decoding for D200 and new AF-S Nikkor 18-200 lens
(thanks Werner Kober)
- Added a number of new Canon LensType's (thanks Volker Gering)
- Recognize file types even if they have the wrong extension
Nov. 7/05 - Version 5.73
- Added ability to shift date/time tag values
- Extract Red/BlueBalance tags for Nikon D2Hs, D50 and D2X
- Decode Nikon Capture Data to extract IPTC information and Rotation
- Added a new Olympus LensType (thanks Michael Meissner)
Oct. 28/05 - Version 5.72
- Added ability to create XMP data files. This is more significant than it
sounds: The -o option may now be used to generate XMP files from
information in any other format, or even to create an XMP file from nothing
more than tags defined on the command line.
- Fixed problem rewriting maker notes of some Pentax cameras
- API Changes:
- Added CanWrite() and CanCreate() functions
- Allow WriteInfo() source file to be undefined to create new file
- Allow WriteInfo() output file to be undefined to edit file in place
- Added extra argument to WriteInfo() to specify output file type
Oct. 24/05 - Version 5.71
- Added ability to read/write .XMP data files
- Added -listf option to print list of recognized file types
- Changed "-group#" option to "-listg#" (but still support old -group#)
- Moved Kodak APP3 "Meta" tags from EXIF to a new Kodak "Meta" group
Oct. 23/05 - Version 5.70
- Significant internal changes to improve speed and reduce memory useage
- Fixed a bug introduced in version 5.63 which caused incorrect XMP GPS
coordinates to be returned
- Changed handling of Kodak date records
- API Changes:
- Added ability to access original 'Raw' values via GetValue()
- GetValue() now returns empty array in list context if value is undefined
- Values are now converted as they are requested, so the PrintConv option
now applies to GetInfo() and GetValue() instead of ExtractInfo()
Oct. 19/05 - Version 5.69
- API Changes:
- Changed handling of floating point numbers to tolerate locales where a
comma is used instead of a decimal point
Oct. 17/05 - Version 5.68
- Added support for reading Sigma RAW (X3F) images
diffstat:
graphics/exiftool/Makefile | 4 ++--
graphics/exiftool/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (31 lines):
diff -r e0bb15bbba1f -r 4f48d79072f6 graphics/exiftool/Makefile
--- a/graphics/exiftool/Makefile Fri Nov 18 14:40:21 2005 +0000
+++ b/graphics/exiftool/Makefile Fri Nov 18 14:41:24 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2005/11/04 19:29:55 gdt Exp $
+# $NetBSD: Makefile,v 1.3 2005/11/18 14:41:24 gdt Exp $
DISTNAME= Image-ExifTool-${VERSION}
PKGNAME= exiftool-${VERSION}
@@ -12,7 +12,7 @@
COMMENT= Perl module and program to read EXIF information
# author requests that we package "production" versions
-VERSION= 5.67
+VERSION= 5.77
PERL5_PACKLIST= auto/Image/ExifTool/.packlist
diff -r e0bb15bbba1f -r 4f48d79072f6 graphics/exiftool/distinfo
--- a/graphics/exiftool/distinfo Fri Nov 18 14:40:21 2005 +0000
+++ b/graphics/exiftool/distinfo Fri Nov 18 14:41:24 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2005/11/04 19:29:55 gdt Exp $
+$NetBSD: distinfo,v 1.3 2005/11/18 14:41:24 gdt Exp $
-SHA1 (Image-ExifTool-5.67.tar.gz) = 845547d1484b6245e17f490742b1761310db0ba2
-RMD160 (Image-ExifTool-5.67.tar.gz) = bf13f929ef9bb0c0c20bce1fee2c024dafcbeef6
-Size (Image-ExifTool-5.67.tar.gz) = 659168 bytes
+SHA1 (Image-ExifTool-5.77.tar.gz) = f04c2f7068b8080ab0fe01e8b42379d43efd098e
+RMD160 (Image-ExifTool-5.77.tar.gz) = 52df7b2fcfdfc41d9c39ba527808eea0a40b1e21
+Size (Image-ExifTool-5.77.tar.gz) = 768567 bytes
Home |
Main Index |
Thread Index |
Old Index