Commit graph

28 commits

Author SHA1 Message Date
is
c96ee5ad0b Upgrade to jhead-2.87; this fixes CVE-2008-4641 (fix reported by
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@
2009-09-29 20:04:05 +00:00
joerg
3a3c07bc30 Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
tonnerre
8397885a25 Update JHead to version 2.84 in order to fix CVE-2008-4575 (buffer overflow).
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-10-22 21:58:30 +00:00
jlam
4b86e2bfab Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.
2008-03-04 15:39:09 +00:00
wiz
52eed8b9e7 Reset maintainer on his request. 2008-02-04 14:42:14 +00:00
rillig
2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
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.
2007-01-07 09:13:46 +00:00
obache
e896edb7fe Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
jlam
bf9129c41e Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making
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-07-15 18:27:48 +00:00
veego
1f34512dbf Update to 2.4.
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-06-19 11:35:25 +00:00
jlam
419428ec4a Note where gzip or gunzip is required by the package since it isn't
required by default any longer in bsd.pkg.mk under the new tools
framework.
2005-05-15 22:02:26 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
6a7b384635 Add RMD160 digests 2005-02-24 08:45:01 +00:00
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
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +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