Commit graph

15 commits

Author SHA1 Message Date
drochner
37a68cf8ac update to 2.3
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
2005-02-02 21:31:24 +00:00
schmonz
63396cecc7 Set USE_BUILDLINK3=yes, and enable pkgviews installation. 2004-07-28 16:00:00 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
simonb
20abb0ec63 This packages doesn't reference any jpeg library functions, so remove
all references to graphics/jpeg.
2003-04-24 03:35:14 +00:00
wiz
2ea79641d2 Update to 2.0, requested in PR 21272.
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-04-23 06:01:29 +00:00
jlam
3ef633718c (1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;
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-03-14 19:37:30 +00:00
mycroft
d4ffbdd479 Update to jhead 1.9.
Miscellaneous minor changes and bug fixes, not documented.
2003-01-09 15:28:07 +00:00
wiz
bfc0ac87e4 buildlink1 -> buildlink2. 2002-10-09 18:42:55 +00:00
wiz
9cabd58341 Fix LIBS line. Fixes bulk build problem. 2002-08-07 12:47:51 +00:00
jdolecek
eab3e0c240 update to jhead-1.8.
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-08-04 21:54:50 +00:00
veego
01fa670df5 Update jhead to version 1.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.
2002-02-10 22:47:47 +00:00
toshii
c5455a14ca Update jhead to 1.5. The previous version is no longer on the master
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-12-23 04:38:05 +00:00
veego
a35abd897b Update jhead to 1.4, and change the DIST_SUBDIR from DISTNAME to PKGNAME:
* 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-10-14 07:14:24 +00:00
agc
a16fc84f19 Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR}

This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:36:07 +00:00
veego
bb50ba66e8 Program for extracting Digicam setting information from Exif Jpeg headers
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
2001-09-02 15:35:37 +00:00