Update to 5.18
PR: ports/81141 Submitted by: MAINTAINER
This commit is contained in:
parent
a83daec441
commit
8c891b0df1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135437
8 changed files with 28 additions and 18 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Image-ExifTool
|
||||
PORTVERSION= 5.05
|
||||
PORTVERSION= 5.18
|
||||
CATEGORIES= graphics perl5
|
||||
MASTER_SITES= http://www.sno.phy.queensu.ca/~phil/exiftool/
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (Image-ExifTool-5.05.tar.gz) = fccd7c6d4a3903ededfe05b4b6e0590d
|
||||
SIZE (Image-ExifTool-5.05.tar.gz) = 472585
|
||||
MD5 (Image-ExifTool-5.18.tar.gz) = 106c4efac1c6382dfa418e661e4a2c62
|
||||
SIZE (Image-ExifTool-5.18.tar.gz) = 496269
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
ExifTool is a highly customizable Perl module and script that extracts
|
||||
meta information from JPG, TIFF, CRW, CR2, THM, NEF and GIF images.
|
||||
ExifTool can read EXIF, IPTC, XMP and GeoTIFF formatted data as well as
|
||||
the maker notes of many digital cameras from various manufacturers
|
||||
including Canon, Casio, FujiFilm, Minolta, Nikon, Olympus, Pentax, Sanyo
|
||||
and Sigma.
|
||||
ExifTool reads EXIF, GPS, IPTC, XMP, GeoTIFF, ICC Profile and Photoshop
|
||||
IRB meta information from JPG, JP2, TIFF, GIF, CRW, THM, CR2, MRW, NEF,
|
||||
PEF, ORF and DNG images. ExifTool also extracts information from the
|
||||
maker notes of many digital cameras by various manufacturers including
|
||||
Canon, Casio, FujiFilm, Kodak, Minolta/Konica-Minolta, Nikon,
|
||||
Olympus/Epson, Panasonic/Leica, Pentax/Asahi, Ricoh, Sanyo and
|
||||
Sigma/Foveon.
|
||||
|
||||
ExifTool writes EXIF, GPS, IPTC, XMP and MakerNotes meta information to
|
||||
JPEG, TIFF, GIF, CRW, THM, CR2, NEF, PEF and DNG images.
|
||||
|
||||
WWW: http://www.sno.phy.queensu.ca/~phil/exiftool/
|
||||
|
|
|
@ -46,6 +46,7 @@ bin/exiftool
|
|||
%%PORTDOCS%%%%DOCSDIR%%/canon_raw.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/data_members.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/exiftool_pod.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/faq.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/history.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/index.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/verbose.html
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Image-ExifTool
|
||||
PORTVERSION= 5.05
|
||||
PORTVERSION= 5.18
|
||||
CATEGORIES= graphics perl5
|
||||
MASTER_SITES= http://www.sno.phy.queensu.ca/~phil/exiftool/
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (Image-ExifTool-5.05.tar.gz) = fccd7c6d4a3903ededfe05b4b6e0590d
|
||||
SIZE (Image-ExifTool-5.05.tar.gz) = 472585
|
||||
MD5 (Image-ExifTool-5.18.tar.gz) = 106c4efac1c6382dfa418e661e4a2c62
|
||||
SIZE (Image-ExifTool-5.18.tar.gz) = 496269
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
ExifTool is a highly customizable Perl module and script that extracts
|
||||
meta information from JPG, TIFF, CRW, CR2, THM, NEF and GIF images.
|
||||
ExifTool can read EXIF, IPTC, XMP and GeoTIFF formatted data as well as
|
||||
the maker notes of many digital cameras from various manufacturers
|
||||
including Canon, Casio, FujiFilm, Minolta, Nikon, Olympus, Pentax, Sanyo
|
||||
and Sigma.
|
||||
ExifTool reads EXIF, GPS, IPTC, XMP, GeoTIFF, ICC Profile and Photoshop
|
||||
IRB meta information from JPG, JP2, TIFF, GIF, CRW, THM, CR2, MRW, NEF,
|
||||
PEF, ORF and DNG images. ExifTool also extracts information from the
|
||||
maker notes of many digital cameras by various manufacturers including
|
||||
Canon, Casio, FujiFilm, Kodak, Minolta/Konica-Minolta, Nikon,
|
||||
Olympus/Epson, Panasonic/Leica, Pentax/Asahi, Ricoh, Sanyo and
|
||||
Sigma/Foveon.
|
||||
|
||||
ExifTool writes EXIF, GPS, IPTC, XMP and MakerNotes meta information to
|
||||
JPEG, TIFF, GIF, CRW, THM, CR2, NEF, PEF and DNG images.
|
||||
|
||||
WWW: http://www.sno.phy.queensu.ca/~phil/exiftool/
|
||||
|
|
|
@ -46,6 +46,7 @@ bin/exiftool
|
|||
%%PORTDOCS%%%%DOCSDIR%%/canon_raw.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/data_members.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/exiftool_pod.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/faq.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/history.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/index.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/verbose.html
|
||||
|
|
Loading…
Reference in a new issue