diff options
author | beech <beech@FreeBSD.org> | 2009-02-15 19:10:15 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2009-02-15 19:10:15 +0800 |
commit | d6aea4df62eb3720e008af08ba9c411034d09601 (patch) | |
tree | c95647265c60fe5af2bb6a17821641472015e78c /graphics | |
parent | 0569ff179baaf0d61650abafdc579b1ed53eea1f (diff) | |
download | freebsd-ports-gnome-d6aea4df62eb3720e008af08ba9c411034d09601.tar.gz freebsd-ports-gnome-d6aea4df62eb3720e008af08ba9c411034d09601.tar.zst freebsd-ports-gnome-d6aea4df62eb3720e008af08ba9c411034d09601.zip |
- Update to 7.67
This update includes a fix for a bug involving image corruption of certain
TIFF files.
Changelog here:
http://www.sno.phy.queensu.ca/~phil/exiftool/history.html
PR: ports/131687
Submitted by: Tod McQuillin <devin@spamcop.net> (maintainer)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-Image-ExifTool-devel/Makefile | 22 | ||||
-rw-r--r-- | graphics/p5-Image-ExifTool-devel/distinfo | 6 | ||||
-rw-r--r-- | graphics/p5-Image-ExifTool-devel/pkg-plist | 13 | ||||
-rw-r--r-- | graphics/p5-Image-ExifTool/Makefile | 22 | ||||
-rw-r--r-- | graphics/p5-Image-ExifTool/distinfo | 6 | ||||
-rw-r--r-- | graphics/p5-Image-ExifTool/pkg-plist | 13 |
6 files changed, 56 insertions, 26 deletions
diff --git a/graphics/p5-Image-ExifTool-devel/Makefile b/graphics/p5-Image-ExifTool-devel/Makefile index 242ee20d78e1..62f976a41904 100644 --- a/graphics/p5-Image-ExifTool-devel/Makefile +++ b/graphics/p5-Image-ExifTool-devel/Makefile @@ -8,11 +8,11 @@ # Note: This port tracks the "production release" of ExifTool as given # by http://www.sno.phy.queensu.ca/~phil/exiftool/history.html # -# Please check that the you are updating to the latest production -# release before updating the version of this port. +# Please make sure you are updating to the latest production release +# before updating the version of this port. PORTNAME= Image-ExifTool -PORTVERSION= 7.60 +PORTVERSION= 7.67 CATEGORIES= graphics perl5 MASTER_SITES= http://www.sno.phy.queensu.ca/~phil/exiftool/ \ CPAN @@ -32,14 +32,16 @@ MANTAGS= AFCP AIFF APE APP12 ASF BMP BigTIFF BuildTagLookup BZZ \ NikonCapture Olympus PDF PICT PNG PPM Panasonic Pentax \ PhotoMechanic Photoshop PostScript PrintIM QuickTime \ Rawzor RIFF Real Ricoh Sanyo Shift Shortcuts Sigma \ - SigmaRaw Sony TagLookup TagNames Unknown Vorbis \ - WriteCanonRaw WriteExif WriteIPTC WritePDF WritePNG \ - WritePhotoshop WritePostScript WriteXMP Writer XMP XMP2 \ - ZIP + SigmaRaw Sony TagInfoXML TagLookup TagNames Unknown \ + Vorbis WriteCanonRaw WriteExif WriteIPTC WritePDF \ + WritePNG WritePhotoshop WritePostScript WriteXMP Writer \ + XMP XMP2 ZIP +LANGTAGS= ch_s cz de en_ca en_gb es fr it jp nl pl -MAN3= File::RandomAccess.3 \ - Image::ExifTool.3 Image::ExifTool::MIEUnits.3 \ - ${MANTAGS:S/^/Image::ExifTool::/:S/$/.3/} +MAN3= File::RandomAccess.3 \ + Image::ExifTool.3 Image::ExifTool::MIEUnits.3 \ + ${MANTAGS:S/^/Image::ExifTool::/:S/$/.3/} \ + ${LANGTAGS:S/^/Image::ExifTool::Lang::/:S/$/.3/} MAN1= exiftool.1 diff --git a/graphics/p5-Image-ExifTool-devel/distinfo b/graphics/p5-Image-ExifTool-devel/distinfo index af58a9d788e2..0a83ae846ea3 100644 --- a/graphics/p5-Image-ExifTool-devel/distinfo +++ b/graphics/p5-Image-ExifTool-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (Image-ExifTool-7.60.tar.gz) = 7780ec0f370d69094998d1205100cc86 -SHA256 (Image-ExifTool-7.60.tar.gz) = 98ee96318449a045d6717f89b42e7c01e5cbfb60ea7faf24f6d6ea94b0e7d4bb -SIZE (Image-ExifTool-7.60.tar.gz) = 1778320 +MD5 (Image-ExifTool-7.67.tar.gz) = 4b60741cd725683eb11ae0866e5941e5 +SHA256 (Image-ExifTool-7.67.tar.gz) = 72889526924999a57e646c41b99f771b7052778ee207db521d73dfbc73b1377b +SIZE (Image-ExifTool-7.67.tar.gz) = 1934063 diff --git a/graphics/p5-Image-ExifTool-devel/pkg-plist b/graphics/p5-Image-ExifTool-devel/pkg-plist index c6fd46916cd3..a86d8ace604b 100644 --- a/graphics/p5-Image-ExifTool-devel/pkg-plist +++ b/graphics/p5-Image-ExifTool-devel/pkg-plist @@ -43,6 +43,17 @@ bin/exiftool %%SITE_PERL%%/Image/ExifTool/Jpeg2000.pm %%SITE_PERL%%/Image/ExifTool/Kodak.pm %%SITE_PERL%%/Image/ExifTool/KyoceraRaw.pm +%%SITE_PERL%%/Image/ExifTool/Lang/ch_s.pm +%%SITE_PERL%%/Image/ExifTool/Lang/cz.pm +%%SITE_PERL%%/Image/ExifTool/Lang/de.pm +%%SITE_PERL%%/Image/ExifTool/Lang/en_ca.pm +%%SITE_PERL%%/Image/ExifTool/Lang/en_gb.pm +%%SITE_PERL%%/Image/ExifTool/Lang/es.pm +%%SITE_PERL%%/Image/ExifTool/Lang/fr.pm +%%SITE_PERL%%/Image/ExifTool/Lang/it.pm +%%SITE_PERL%%/Image/ExifTool/Lang/jp.pm +%%SITE_PERL%%/Image/ExifTool/Lang/nl.pm +%%SITE_PERL%%/Image/ExifTool/Lang/pl.pm %%SITE_PERL%%/Image/ExifTool/Leaf.pm %%SITE_PERL%%/Image/ExifTool/MIE.pm %%SITE_PERL%%/Image/ExifTool/MIEUnits.pod @@ -78,6 +89,7 @@ bin/exiftool %%SITE_PERL%%/Image/ExifTool/Sigma.pm %%SITE_PERL%%/Image/ExifTool/SigmaRaw.pm %%SITE_PERL%%/Image/ExifTool/Sony.pm +%%SITE_PERL%%/Image/ExifTool/TagInfoXML.pm %%SITE_PERL%%/Image/ExifTool/TagLookup.pm %%SITE_PERL%%/Image/ExifTool/TagNames.pod %%SITE_PERL%%/Image/ExifTool/Unknown.pm @@ -188,6 +200,7 @@ bin/exiftool %%PORTDOCS%%%%DOCSDIR%%/TagNames/index.html @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/ExifTool @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image +@dirrm %%SITE_PERL%%/Image/ExifTool/Lang @dirrm %%SITE_PERL%%/Image/ExifTool @dirrmtry %%SITE_PERL%%/Image @dirrmtry %%SITE_PERL%%/File diff --git a/graphics/p5-Image-ExifTool/Makefile b/graphics/p5-Image-ExifTool/Makefile index 242ee20d78e1..62f976a41904 100644 --- a/graphics/p5-Image-ExifTool/Makefile +++ b/graphics/p5-Image-ExifTool/Makefile @@ -8,11 +8,11 @@ # Note: This port tracks the "production release" of ExifTool as given # by http://www.sno.phy.queensu.ca/~phil/exiftool/history.html # -# Please check that the you are updating to the latest production -# release before updating the version of this port. +# Please make sure you are updating to the latest production release +# before updating the version of this port. PORTNAME= Image-ExifTool -PORTVERSION= 7.60 +PORTVERSION= 7.67 CATEGORIES= graphics perl5 MASTER_SITES= http://www.sno.phy.queensu.ca/~phil/exiftool/ \ CPAN @@ -32,14 +32,16 @@ MANTAGS= AFCP AIFF APE APP12 ASF BMP BigTIFF BuildTagLookup BZZ \ NikonCapture Olympus PDF PICT PNG PPM Panasonic Pentax \ PhotoMechanic Photoshop PostScript PrintIM QuickTime \ Rawzor RIFF Real Ricoh Sanyo Shift Shortcuts Sigma \ - SigmaRaw Sony TagLookup TagNames Unknown Vorbis \ - WriteCanonRaw WriteExif WriteIPTC WritePDF WritePNG \ - WritePhotoshop WritePostScript WriteXMP Writer XMP XMP2 \ - ZIP + SigmaRaw Sony TagInfoXML TagLookup TagNames Unknown \ + Vorbis WriteCanonRaw WriteExif WriteIPTC WritePDF \ + WritePNG WritePhotoshop WritePostScript WriteXMP Writer \ + XMP XMP2 ZIP +LANGTAGS= ch_s cz de en_ca en_gb es fr it jp nl pl -MAN3= File::RandomAccess.3 \ - Image::ExifTool.3 Image::ExifTool::MIEUnits.3 \ - ${MANTAGS:S/^/Image::ExifTool::/:S/$/.3/} +MAN3= File::RandomAccess.3 \ + Image::ExifTool.3 Image::ExifTool::MIEUnits.3 \ + ${MANTAGS:S/^/Image::ExifTool::/:S/$/.3/} \ + ${LANGTAGS:S/^/Image::ExifTool::Lang::/:S/$/.3/} MAN1= exiftool.1 diff --git a/graphics/p5-Image-ExifTool/distinfo b/graphics/p5-Image-ExifTool/distinfo index af58a9d788e2..0a83ae846ea3 100644 --- a/graphics/p5-Image-ExifTool/distinfo +++ b/graphics/p5-Image-ExifTool/distinfo @@ -1,3 +1,3 @@ -MD5 (Image-ExifTool-7.60.tar.gz) = 7780ec0f370d69094998d1205100cc86 -SHA256 (Image-ExifTool-7.60.tar.gz) = 98ee96318449a045d6717f89b42e7c01e5cbfb60ea7faf24f6d6ea94b0e7d4bb -SIZE (Image-ExifTool-7.60.tar.gz) = 1778320 +MD5 (Image-ExifTool-7.67.tar.gz) = 4b60741cd725683eb11ae0866e5941e5 +SHA256 (Image-ExifTool-7.67.tar.gz) = 72889526924999a57e646c41b99f771b7052778ee207db521d73dfbc73b1377b +SIZE (Image-ExifTool-7.67.tar.gz) = 1934063 diff --git a/graphics/p5-Image-ExifTool/pkg-plist b/graphics/p5-Image-ExifTool/pkg-plist index c6fd46916cd3..a86d8ace604b 100644 --- a/graphics/p5-Image-ExifTool/pkg-plist +++ b/graphics/p5-Image-ExifTool/pkg-plist @@ -43,6 +43,17 @@ bin/exiftool %%SITE_PERL%%/Image/ExifTool/Jpeg2000.pm %%SITE_PERL%%/Image/ExifTool/Kodak.pm %%SITE_PERL%%/Image/ExifTool/KyoceraRaw.pm +%%SITE_PERL%%/Image/ExifTool/Lang/ch_s.pm +%%SITE_PERL%%/Image/ExifTool/Lang/cz.pm +%%SITE_PERL%%/Image/ExifTool/Lang/de.pm +%%SITE_PERL%%/Image/ExifTool/Lang/en_ca.pm +%%SITE_PERL%%/Image/ExifTool/Lang/en_gb.pm +%%SITE_PERL%%/Image/ExifTool/Lang/es.pm +%%SITE_PERL%%/Image/ExifTool/Lang/fr.pm +%%SITE_PERL%%/Image/ExifTool/Lang/it.pm +%%SITE_PERL%%/Image/ExifTool/Lang/jp.pm +%%SITE_PERL%%/Image/ExifTool/Lang/nl.pm +%%SITE_PERL%%/Image/ExifTool/Lang/pl.pm %%SITE_PERL%%/Image/ExifTool/Leaf.pm %%SITE_PERL%%/Image/ExifTool/MIE.pm %%SITE_PERL%%/Image/ExifTool/MIEUnits.pod @@ -78,6 +89,7 @@ bin/exiftool %%SITE_PERL%%/Image/ExifTool/Sigma.pm %%SITE_PERL%%/Image/ExifTool/SigmaRaw.pm %%SITE_PERL%%/Image/ExifTool/Sony.pm +%%SITE_PERL%%/Image/ExifTool/TagInfoXML.pm %%SITE_PERL%%/Image/ExifTool/TagLookup.pm %%SITE_PERL%%/Image/ExifTool/TagNames.pod %%SITE_PERL%%/Image/ExifTool/Unknown.pm @@ -188,6 +200,7 @@ bin/exiftool %%PORTDOCS%%%%DOCSDIR%%/TagNames/index.html @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/ExifTool @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image +@dirrm %%SITE_PERL%%/Image/ExifTool/Lang @dirrm %%SITE_PERL%%/Image/ExifTool @dirrmtry %%SITE_PERL%%/Image @dirrmtry %%SITE_PERL%%/File |