summaryrefslogtreecommitdiff
path: root/graphics/exiftags
AgeCommit message (Collapse)AuthorFilesLines
2015-11-03Add SHA512 digests for distfiles for graphics categoryagc1-1/+2
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-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2012-10-06Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2010-02-03DESTDIR supportjoerg3-6/+7
2007-12-17update to 1.01drochner2-6/+6
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
2007-09-30Reset maintainer -- shell@ is inactive.wiz1-2/+2
2006-11-23Use PKGMANDIR.reed3-6/+6
2005-07-01Changes 1.00:adam3-28/+21
added Canon tags, minor tweaks fixed handling of short ASCII strings added Panasonic tags enhanced Nikon maker note support for newer cameras internal code cleanup to allow separate maker TIFF info added new Canon shooting modes fixed exiftime crash on missing tags fixed looping from recursive Canon IFD ref sanitize ASCII tags to handle corrupt maker notes added Panasonic values, tags image number support for Canon EOS-20D added Canon EOS-20D custom function support added Sigma maker note support added Canon tag values, calculate EV's fixed flash tag processing to catch all possible values fixed spelling for Minolta values
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digestsagc1-1/+2
2004-05-20Update exiftags to 0.99.1 and enable pkgviews installation.minskim4-11/+32
Changes since 0.98: 20040506 fixed exiftime install oversight 20040504 added Canon camera actuations (thanks: Stan Jirman) 20040420 added Panasonic maker note support (thanks: Tom Hughes) 20040410 improved error messages in exifcom 20040408 added exiftime utility to display and write date/time tags 20040403 added Leica maker note support 20040403 slight hack to use Canon's subject distance tag (units unclear) 20040403 fixed Canon maker function parameter mismatch 20040403 updated for Exif 2.21 draft spec (minor changes) 20040403 fixed problem with images without IFD1 20040403 additional bounds checks on some tags (thanks: Michael McCandless) 20040403 fixed negative fraction display 20040227 added Asahi/Pentax maker note support 20031101 prevent looping when a tag refers to its own IFD
2003-10-24Updated to 0.98. PR pkg/22935, Min Sik Kim <minskim@bawi.org>.xtraeme3-14/+15
Changes: 20030815 version: exiftags 0.98 20030807 fixed some Fuji, Minotla, Nikon byte order bugs/dependencies 20030806 internal code cleanup to nicely support multiple tag sets 20030806 internal code cleanup to allow different IFD byte orders 20030806 added Sanyo maker note support 20030805 added support for Nikon D1X 20030805 fixed crash on Minolta DiMAGE EX 20030802 fixed offset check bug for ascii strings 20030801 added support for GPS info tags 20030622 fixed crashes on badly formed comments, type mismatches 20030622 added Canon 10D custom function support (thanks: Jason Montojo) 20030211 tweaked Canon 1D/1Ds custom function support 20030204 version: exiftags 0.97 20030204 fixed byte order bug displaying Exif version 20030128 assign bad or senseless tags separate dump level 20030124 internal code cleanups 20030123 assign overridden tags separate dump level 20030121 support for Canon EOS-1D & 1DS (thanks: Stan Jirman) 20030120 added -s option to customize delimiter 20030120 support for multiple shorts in a tag (e.g., subject area) 20030112 added Minolta maker note support (thanks: Javier Crespo) 20030104 removed spurious Exif header warning (thanks: Kevin Layer) 20030104 Canon ISO values (thanks: Alan Murphy)
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2002-12-26Initial import of exiftags-0.96shell5-0/+58
--- 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