./graphics/exiftags, Utility to read Exif tags from a digital camera JPEG file

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.01, Package name: exiftags-1.01, Maintainer: pkgsrc-users

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.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 69.259 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-26 12:47:26 by Nia Alarie | Files touched by this commit (800)
Log message:
graphics: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:13:27 by Nia Alarie | Files touched by this commit (800)
Log message:
graphics: Remove SHA1 hashes for distfiles
   2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981)
Log message:
all: migrate homepages from http to https

pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
   2015-11-03 22:34:36 by Alistair G. Crooks | Files touched by this commit (610)
Log message:
Add SHA512 digests for distfiles for graphics category

Problems found with existing digests:
	Package fotoxx distfile fotoxx-14.03.1.tar.gz
	ac2033f87de2c23941261f7c50160cddf872c110 [recorded]
	118e98a8cc0414676b3c4d37b8df407c28a1407c [calculated]
	Package ploticus-examples distfile ploticus-2.00/plnode200.tar.gz
	34274a03d0c41fae5690633663e3d4114b9d7a6d [recorded]
	da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated]

Problems found locating distfiles:
	Package AfterShotPro: missing distfile AfterShotPro-1.1.0.30/AfterShotPro_i386.deb
	Package pgraf: missing distfile pgraf-20010131.tar.gz
	Package qvplay: missing distfile qvplay-0.95.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2014-10-09 16:07:17 by Thomas Klausner | Files touched by this commit (1163)
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
   2012-10-06 16:11:27 by Aleksej Saushev | Files touched by this commit (427)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2010-02-04 00:25:05 by Joerg Sonnenberger | Files touched by this commit (3)
Log message:
DESTDIR support
   2007-12-17 12:16:44 by Matthias Drochner | Files touched by this commit (2) | Package updated
Log message:
update to 1.01
changes:
fixed to compile on HP-UX
added Canon EOS-5D custom function support
custom timestamp prefs in exiftime listing
suppress warnings on invalid user comments
allow output of invalid tags in debug
fixed looping from recursive IFD ref, resolves CVE-2007-6356
fixed handling of field offset overflow, resolves CVE-2007-6354 &
 CVE-2007-6355