summaryrefslogtreecommitdiff
path: root/graphics/jhead/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2015-02-08Update to 3.00:wiz1-2/+2
Jun 10 2013: Make max comment size 16000 Oct 25 2013: Added "-zt" option to trim 32k of trailing zeroes from Nikon 1 J2 and J3 images. Sep 28 2014: Add ability to reset invalid rotation tag (from Moultrie game cameras)
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2013-02-07Update to 2.97:wiz1-2/+2
Jul 9 2012: Make it compile clean with visual studio 10 Jul 28 2012: Various cleanups from debian folks. Oct 19 2012: Add feature to show quality of jpeg, (by Andy Spiegel) Dec 27 2012: Fix crash on some corrupt files bug, clarify time adjustment syntax in help
2012-10-06Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-07-01Update to 2.96:wiz1-2/+2
Jun 18 2012: Fix printing file info when -ft option is used Do not skip readonle files with -st option
2012-03-20Update to 2.95:wiz1-3/+2
Jan 24 2011: Fixed bug in jhead -cmd that caused metatdata to be deleted. Mar 3 2011: Handle very large unsigned rational numbers in exif header
2011-12-05Update to 2.93. Set LICENSE.wiz1-3/+3
May 7 2010: Fix a compiler warning Dec 29 2010: Make -n behave like -nf, and get rid of that option. Dec 2 2011: Handle IPTC in UTF8 (as per photoshop CS5)
2011-04-05update to 2.90drochner1-2/+2
changes: -handle more tags and data formats -bugfixes
2009-09-29Upgrade to jhead-2.87; this fixes CVE-2008-4641 (fix reported byis1-6/+2
Robert Buchholz on oss-security (as for >=2.85)), checked by myself by code inspection on 2.86 and 2.87. Commit OK by beefy@
2008-10-22Update JHead to version 2.84 in order to fix CVE-2008-4575 (buffer overflow).tonnerre1-2/+2
Changes since old version 2.4: - Fix -da option. - Removed some debug printf which were accidentally left in. - Avoid duplicating exif header on some commands. - Fix up return codes. - Preserve file permissions and time when files are modified. - Read ISO euqivalnt and white balance from canon makernote. - Added -rt (replace thumbnail) feature, and rotate the thumbnail also when using the -autorot feature. - Added -rgt (regenerate thumbnail) feature. - Added -orp and -orl options. - Fix typecast issue run itno with GCC 4. - Fix shutter speed display in '-c' mode for very long shutter speeds. - Fix some nitpicks from Debian folks. - Fix a bug in autorot when rotating filenames with spaces in them. - Improved handling of corrupt exif linkages in exif header. - Added -a (rename associated files) options. - Remove maximum jpeg sections limit. - Added -ds option. - On clearing rotation, clear the image and the optinoal thumbnail rotation tags (some viewers use the wrong tag). - Add -mkexif option to make a new exif header. - Added IPTC handling. - Added -q option. - Fix handling of corrupted GPS directory. - Extract focus distance from canon makernote. - Extract subject range (pentax and fuji cameras). - Fix it so it no longer deletex XMP sections. - Improve IPTC handling a little. - Change how date is encoded with -mkexif section to make it more compatible. - Make jhead aware of XMP data and not delete it. - Decode more exif tags for '-v' mode. - Fix a bunch of potential string overflows. - Fix bug where IPTC sction was not deleted by -purejpg. - Fix GPS altitude decode bug.
2008-03-04Mechanical changes to add DESTDIR support to packages that installjlam1-5/+7
their files via a custom do-install target.
2008-02-04Reset maintainer on his request.wiz1-2/+2
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-3/+3
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2006-09-09Rename variable MAKEFILE to MAKE_FILE.obache1-2/+2
2005-07-15Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by makingjlam1-2/+2
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable that specifies all of the tools we need to build/run the package.
2005-06-19Update to 2.4.veego1-5/+5
NetBSD changes: - Use the 'makefile' from the program to build it. - Updated DESCR - Should fix PR pkg/29798 by updating to 2.4 (test image is no longer available) Changes from previous version: Jan 14 2005 Display GPS info if included in image Feb 27 2004 Fix some time reference confusion bugs relating to -ta option May 29 2005 Added -da option for easier adjusting of date/time by large amounts. -------Released version 2.4 -- May 2005 ---------- Jun 06 2005 Fix -da option -------Released version 2.4-1 -- Jun 09 2005 -------- Jun 10 2005 Removed some debug printf I accidentally left in!
2005-05-15Note where gzip or gunzip is required by the package since it isn'tjlam1-3/+3
required by default any longer in bsd.pkg.mk under the new tools framework.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-02update to 2.3drochner1-3/+4
changes: added -cl (insert comment literal) option Added -norot (zero out rotation tag) option Added handling of explicit 35mm equivalent tag Added ability to do sequencial renaming and fixes
2004-07-28Set USE_BUILDLINK3=yes, and enable pkgviews installation.schmonz1-1/+7
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-04-24This packages doesn't reference any jpeg library functions, so removesimonb1-8/+2
all references to graphics/jpeg.
2003-04-23Update to 2.0, requested in PR 21272.wiz1-2/+4
Changes since 1.9: Minor changes where newlines are printed. Added check to warn about wiping out the originals with the -st option. Fixed display of "flash used=no" for exif headers generated by photoshop. Added -ci and -cs options. Limit directory recursion depth to avoid crashing on circularly linked directories within the Exif header. Added automatic rottion (-autorotate) to right-up images that contain a rotation tag from the camera. *Finally* wrote a nice MAN page for jhead.
2003-03-14(1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;jlam1-2/+2
Makefiles simply need to use this value often, for better or for worse. (2) Create a new variable FIX_RPATH that lists variables that should be cleansed of -R or -rpath values if ${_USE_RPATH} is "no". By default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and additional variables may be appended from package Makefiles.
2003-01-09Update to jhead 1.9.mycroft1-2/+2
Miscellaneous minor changes and bug fixes, not documented.
2002-10-09buildlink1 -> buildlink2.wiz1-3/+5
2002-08-07Fix LIBS line. Fixes bulk build problem.wiz1-2/+2
2002-08-04update to jhead-1.8.jdolecek1-6/+6
changes: - Ignore undefined bits of "flash used" tag, as cannon sets them nonzero, causing jhead to indicate flash used when it wasn't with some Canon models. - Automatic rotation using jpegtran & clear rotation element - Option to put a file in as comments (as opposed to edit file) This adresses pkg/17816 by Eric Jacoboni
2002-02-10Update jhead to version 1.6.veego1-6/+3
Changes since 1.5: - Added -V (version) option - Added -exonly (exif only) option - Fixed lots of typos (Thanks, David Baker [mailto:dave@dsb3.com]) - Use EDITOR environment variable to pick which editor (Instead of notpead or VI) - Improved thumbnail deletion feature - now not just shortens the header, but also removes pointers to the thumbnail form the exif header.
2001-12-23Update jhead to 1.5. The previous version is no longer on the mastertoshii1-2/+2
site. Changes from the previous pkgsrc version: 1.4 --> 1.5 (Oct 25 2001) * Minor typos fixed * Added "-ce" option to edit comments * Fixed bug in "-ts" option that caused the time set to be incorrect
2001-10-14Update jhead to 1.4, and change the DIST_SUBDIR from DISTNAME to PKGNAME:veego1-3/+3
* Fixed saving of thumbnails for big-endian format cameras * Wen renaming files to date based scheme, avoid changing names of files with correct name already. * Added '-de' option to remove exif header * Added '-ts' option to set exif timestamp absolutely
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-2/+2
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-09-02Program for extracting Digicam setting information from Exif Jpeg headersveego1-0/+27
used by most Digital Cameras. Things the 'jhead' program can extract from an Exif file: - Integral low-res Exif thumbnail - Shutter speed - Camera F-stop number - Flash used (yes/no) - Focus distance (some digital cameras store this element - very interesting) - Focal length (most zoom cameras store their zoomed-to focal length) - Equivalent 35mm focal length (Calculated from focal length, CCD size, and CCD resolution) - Image resolution - Time and date picture was taken - Camera make and model