summaryrefslogtreecommitdiff
path: root/graphics/jhead
AgeCommit message (Collapse)AuthorFilesLines
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.veego3-24/+31
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-24Add RMD160 digestsagc1-1/+2
2005-02-02update to 2.3drochner2-6/+7
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.wiz3-6/+9
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.mycroft2-5/+5
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.jdolecek2-9/+9
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.veego2-9/+6
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 mastertoshii2-5/+5
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-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-14Update jhead to 1.4, and change the DIST_SUBDIR from DISTNAME to PKGNAME:veego2-6/+6
* 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 headersveego4-0/+50
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