Age | Commit message (Collapse) | Author | Files | Lines |
|
Changes in TIFF v3.5.1
* Support was added for IPTC Newsphoto metadata (TIFFTAGE_IPTCNEWSPHOTO)
* Support was added for photoshop caption handling (TIFFTAG_PHOTOSHOP)
Changes in TIFF v3.5.2
* Added TIFFReassignTagToIgnore() API on behalf of
Bruce Cameron <cameron@petris.com>. Man page still pending.
* Fixed problem with cvtcmap() in tif_getimage.c modifying the
colormaps owned by the TIFF handle itself when trying to fixup wrong
(eight bit) colormaps. Corrected by maintaining a private copy of
the colormap.
* Added TIFFReadRGBATile()/TIFFReadRGBAStrip() support in
tif_getimage.c.
* Applied "a" mode fix to tif_win32.c/TIFFOpen() as suggested
by Christopher Lawton <clawton@mathworks.com>
* Set O_BINARY for tif_unix.c open() ... used on cygwin for instance.
* Applied Francois Dagand's patch to handle fax decompression bug.
(sizes >= 65536 were failing)
|
|
|
|
Adam Ciarcinski.
|
|
Johnny C. Lam.
|
|
|
|
- New, optional Makefile variable HOMEPAGE, specifies a URL for
the home page of the software if it has one.
- The value of HOMEPAGE is used to add a link from the
README.html files.
- pkglint updated to know about it. The "correct" location for
HOMEPAGE in the Makefile is after MAINTAINER, in that same
section.
|
|
|
|
BSD_INSTALL_PROGRAM.
|
|
|
|
|
|
|
|
|
|
Implement a new DEPENDS definition, which looks for an installed
package, building it if not present, and use it in preference to
LIB_DEPENDS. This should make the package collection more useful on
NetBSD ELF ports.
|
|
Remove redundant (and sometimes erroneous) comments.
|
|
have ${PREFIX}/lib in ld.so.conf instead. This ensures things
even work after a reboot.
|
|
|
|
shared object dependencies (LIB_DEPENDS).
|
|
|
|
MAINTAINER, $() -> ${}, ldconfig||true
|
|
minor fixes from me. Closes PR pkg/4603.
|
|
|
|
system.
|