diff options
author | gdt <gdt> | 2005-11-04 16:53:08 +0000 |
---|---|---|
committer | gdt <gdt> | 2005-11-04 16:53:08 +0000 |
commit | da4f0891381734fa63dcce9174cbac01889f62a0 (patch) | |
tree | 8576ab2e82b70af8b4874810cb7302ba8ecb6da0 | |
parent | 9d5d8797aee38d3d4f983d4113c0dcca6f4847c4 (diff) | |
download | pkgsrc-da4f0891381734fa63dcce9174cbac01889f62a0.tar.gz |
ExifTool is a highly customizable Perl 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.
poblano gdt 91 /usr/pkgsrc/wip/exiftool > fg
-rw-r--r-- | graphics/exiftool/DESCR | 6 | ||||
-rw-r--r-- | graphics/exiftool/Makefile | 19 | ||||
-rw-r--r-- | graphics/exiftool/PLIST | 1 | ||||
-rw-r--r-- | graphics/exiftool/distinfo | 5 |
4 files changed, 31 insertions, 0 deletions
diff --git a/graphics/exiftool/DESCR b/graphics/exiftool/DESCR new file mode 100644 index 00000000000..193a4d04a8b --- /dev/null +++ b/graphics/exiftool/DESCR @@ -0,0 +1,6 @@ +ExifTool is a highly customizable Perl 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. diff --git a/graphics/exiftool/Makefile b/graphics/exiftool/Makefile new file mode 100644 index 00000000000..da616338722 --- /dev/null +++ b/graphics/exiftool/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/11/04 16:53:08 gdt Exp $ + +DISTNAME= Image-ExifTool-${VERSION} +PKGNAME= exiftool-${VERSION} +CATEGORIES= graphics perl5 +MASTER_SITES= http://owl.phy.queensu.ca/~phil/exiftool/ + +MAINTAINER= gdt@NetBSD.org +HOMEPAGE= http://owl.phy.queensu.ca/~phil/exiftool/ +COMMENT= Perl module and program to read EXIF information + +VERSION= 5.72 + +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Image/ExifTool/.packlist + +REPLACE_PERL= exiftool + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/exiftool/PLIST b/graphics/exiftool/PLIST new file mode 100644 index 00000000000..3dc977dc27f --- /dev/null +++ b/graphics/exiftool/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/04 16:53:08 gdt Exp $ diff --git a/graphics/exiftool/distinfo b/graphics/exiftool/distinfo new file mode 100644 index 00000000000..b84aa6e6e2b --- /dev/null +++ b/graphics/exiftool/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/11/04 16:53:08 gdt Exp $ + +SHA1 (Image-ExifTool-5.72.tar.gz) = 5e5c86772c100e203d6180fedb7e1925ed215160 +RMD160 (Image-ExifTool-5.72.tar.gz) = 28d0a2beea7f21d7287c26701cc08fdc1d1a23d8 +Size (Image-ExifTool-5.72.tar.gz) = 679519 bytes |