From 65e64d20df73d1d33721c2cc9b4faa7fe97e01c5 Mon Sep 17 00:00:00 2001 From: shell Date: Thu, 26 Dec 2002 11:11:22 +0000 Subject: Initial import of exiftags-0.96 --- The exiftags utility parses a specified JPEG file or, by default, its standard input, looking for a JPEG APP1 section containing Exif (Exchangeable Image File) image metadata. The properties contained in these data are then printed to the standard output. Digital cameras typically add Exif data to the image files they produce, containing information about the camera and digitized image. The program supports a variety of cameras, and includes additional support for a portion of the maker notes for Canon, Casio, Fuji, Nikon, and Olympus cameras. Currently this program runs under Windows and Unix-like operating systems. An included companion utility, exifcom, displays and writes the UserComment Exif tag that some cameras include in the image metadata they create. This program is useful for recording caption or location information in the image file itself. License: BSD License --- graphics/exiftags/DESCR | 16 ++++++++++++++++ graphics/exiftags/Makefile | 11 +++++++++++ graphics/exiftags/PLIST | 5 +++++ graphics/exiftags/distinfo | 5 +++++ graphics/exiftags/patches/patch-aa | 21 +++++++++++++++++++++ 5 files changed, 58 insertions(+) create mode 100644 graphics/exiftags/DESCR create mode 100644 graphics/exiftags/Makefile create mode 100644 graphics/exiftags/PLIST create mode 100644 graphics/exiftags/distinfo create mode 100644 graphics/exiftags/patches/patch-aa (limited to 'graphics/exiftags') diff --git a/graphics/exiftags/DESCR b/graphics/exiftags/DESCR new file mode 100644 index 00000000000..c13bc8e3985 --- /dev/null +++ b/graphics/exiftags/DESCR @@ -0,0 +1,16 @@ +The exiftags utility parses a specified JPEG file or, by default, +its standard input, looking for a JPEG APP1 section containing Exif +(Exchangeable Image File) image metadata. The properties contained +in these data are then printed to the standard output. Digital +cameras typically add Exif data to the image files they produce, +containing information about the camera and digitized image. + +The program supports a variety of cameras, and includes additional +support for a portion of the maker notes for Canon, Casio, Fuji, +Nikon, and Olympus cameras. Currently this program runs under +Windows and Unix-like operating systems. + +An included companion utility, exifcom, displays and writes the +UserComment Exif tag that some cameras include in the image metadata +they create. This program is useful for recording caption or location +information in the image file itself. diff --git a/graphics/exiftags/Makefile b/graphics/exiftags/Makefile new file mode 100644 index 00000000000..75faa236180 --- /dev/null +++ b/graphics/exiftags/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/12/26 11:11:22 shell Exp $ + +DISTNAME= exiftags-0.96 +CATEGORIES= graphics +MASTER_SITES= http://johnst.org/sw/exiftags/ + +MAINTAINER= shell@netbsd.org +HOMEPAGE= http://johnst.org/sw/exiftags/ +COMMENT= Utility to read Exif tags from a digital camera JPEG file + +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/exiftags/PLIST b/graphics/exiftags/PLIST new file mode 100644 index 00000000000..aed295bf674 --- /dev/null +++ b/graphics/exiftags/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/26 11:11:23 shell Exp $ +bin/exifcom +bin/exiftags +man/man1/exifcom.1 +man/man1/exiftags.1 diff --git a/graphics/exiftags/distinfo b/graphics/exiftags/distinfo new file mode 100644 index 00000000000..ee603d5147c --- /dev/null +++ b/graphics/exiftags/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/12/26 11:11:23 shell Exp $ + +SHA1 (exiftags-0.96.tar.gz) = 34a727e882b68b68d8e8b0ac7237b2b8340ff87a +Size (exiftags-0.96.tar.gz) = 35816 bytes +SHA1 (patch-aa) = 39bfe1b4b82e768ab7e93350ccdb31050246f17b diff --git a/graphics/exiftags/patches/patch-aa b/graphics/exiftags/patches/patch-aa new file mode 100644 index 00000000000..6cbc605813e --- /dev/null +++ b/graphics/exiftags/patches/patch-aa @@ -0,0 +1,21 @@ +$NetBSD: patch-aa,v 1.1.1.1 2002/12/26 11:11:23 shell Exp $ + +--- Makefile.orig Thu Dec 26 19:03:22 2002 ++++ Makefile +@@ -13,10 +13,12 @@ NOMKRS=makers_stub.o + # + # A few parameters... + # +-CC=cc +-DEBUG= +-CFLAGS=$(DEBUG) +-PREFIX=/usr/local ++# Use pkgsrc defaults ++# ++#CC=cc ++#DEBUG= ++#CFLAGS=$(DEBUG) ++#PREFIX=/usr/local + + OBJS=exif.o tagdefs.o exifutil.o jpeg.o + HDRS=exif.h exifint.h jpeg.h makers.h -- cgit v1.2.3