diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-25 01:33:17 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-25 01:33:17 +0800 |
commit | a056a73ffc6b6d96f008017aa74a67a6aff2520e (patch) | |
tree | faacd5d284bd63d86c2b7c9f0bc000823d0337e2 /graphics | |
parent | 23bad6691fc4e55dec61baa2160ffb175510376a (diff) | |
download | freebsd-ports-gnome-a056a73ffc6b6d96f008017aa74a67a6aff2520e.tar.gz freebsd-ports-gnome-a056a73ffc6b6d96f008017aa74a67a6aff2520e.tar.zst freebsd-ports-gnome-a056a73ffc6b6d96f008017aa74a67a6aff2520e.zip |
- Add comments about graphics/p5-Image-ExifTool-devel
- Pet portlint
- Explicitly declare that mantags: should run after install:
- Move Image::ExifTool::MIEUnits.3 from MAN3 to MANTAGS which matches mantags: result
PR: ports/160620
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 14 days)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-Image-ExifTool/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/graphics/p5-Image-ExifTool/Makefile b/graphics/p5-Image-ExifTool/Makefile index a24c009d6fa3..2d973366e5be 100644 --- a/graphics/p5-Image-ExifTool/Makefile +++ b/graphics/p5-Image-ExifTool/Makefile @@ -10,6 +10,8 @@ # # Please make sure you are updating to the latest production release # before updating the version of this port. +# +# For development version, please try graphics/p5-Image-ExifTool-devel PORTNAME= Image-ExifTool PORTVERSION= 8.60 @@ -23,8 +25,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= devin@spamcop.net COMMENT= Perl module for getting EXIF data from image files -LICENSE_COMB= dual LICENSE= ART10 GPLv1 +LICENSE_COMB= dual CONFLICTS= p5-Image-ExifTool-devel-[0-9]* @@ -36,9 +38,9 @@ MANTAGS= AES AFCP AIFF APE APP12 ASF BMP BigTIFF BuildTagLookup \ FlashPix Font FotoStation FujiFilm GE GIF GIMP GPS \ GeoTiff Geotag H264 HP HTML HtmlDump ICC_Profile ID3 \ IPTC ITC Import InDesign JPEG JPEGDigest JVC Jpeg2000 \ - Kodak KyoceraRaw LNK Leaf M2TS MIE MIFF MNG MPC MPEG \ - MPF MWG MXF MakerNotes Matroska Microsoft Minolta \ - MinoltaRaw Nikon NikonCapture NikonCustom OOXML \ + Kodak KyoceraRaw LNK Leaf M2TS MIE MIEUnits MIFF MNG \ + MPC MPEG MPF MWG MXF MakerNotes Matroska Microsoft \ + Minolta MinoltaRaw Nikon NikonCapture NikonCustom OOXML \ Olympus PDF PGF PICT PNG PPM PSP Panasonic \ PanasonicRaw Pentax PhotoMechanic Photoshop \ PostScript PrintIM QuickTime RIFF RSRC RTF Rawzor \ @@ -50,8 +52,7 @@ MANTAGS= AES AFCP AIFF APE APP12 ASF BMP BigTIFF BuildTagLookup \ ZIP iWork LANGTAGS= cs de en_ca en_gb es fr it ja ko nl pl ru sv tr zh_cn zh_tw -MAN3= File::RandomAccess.3 \ - Image::ExifTool.3 Image::ExifTool::MIEUnits.3 \ +MAN3= File::RandomAccess.3 Image::ExifTool.3 \ ${MANTAGS:S/^/Image::ExifTool::/:S/$/.3/} \ ${LANGTAGS:S/^/Image::ExifTool::Lang::/:S/$/.3/} @@ -68,7 +69,7 @@ post-install: .endif # Maintainer section -mantags: +mantags: install @cd ${MAN3PREFIX}/man/man3/ && \ ${LS} Image::ExifTool::* | \ ${CUT} -f5 -d: | \ |