summaryrefslogtreecommitdiff
path: root/graphics/tiff
AgeCommit message (Collapse)AuthorFilesLines
2002-03-07Rearrange so that buildlink.mk files come _after_ USE_BUILDLINK_ONLY.jlam1-3/+3
2002-03-05Fixed compilation when USE_GIF is set.martti2-9/+8
2002-03-05Updated tiff to 3.5.7martti10-71/+79
* many bug fixes * added support for 16bit minisblack/miniswhite images in RGBA interface * integrated experimental OJPEG support * updated tiffcp utility * substantial changes to tiff2ps
2002-01-05Add work arround for problem with Solaris's "sed" so that the "post-patch"tron1-1/+2
target works there.
2001-11-01Finishing my cvs {rm,add} crusade in pkg/zuntum1-1/+1
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-08-23Lets compile libtiff on sparc64, gcc 2.95.3.abs7-170/+184
2001-07-27Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the defaultjlam1-1/+2
installation directory in case the package isn't installed.
2001-07-20Mechanical changes to buildlink.mk files to use EVAL_PREFIX to setjlam1-2/+2
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages regardless of whether they were installed before or after xpkgwedge was installed. Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-08Fix typo in last commit.tron1-2/+2
2001-07-08Replace OpenWindows's "libtiff.so", too, because applications might gettron1-4/+13
linked against it otherwise.
2001-07-08Replace TIFF library included in OpenWindows distribution with the one fromtron2-1/+55
this package because OpenWindows and CDE programs work with it while package sources program don't work with the OpenWindows library. The original library is restored on deinstallation.
2001-07-01Move inclusion of bsd.buildlink.mk to start of file.jlam1-3/+3
2001-06-23Generalize how the dependency pattern may be specified. Instead of justjlam1-4/+5
FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify the dependency pattern as FOO_DEPENDS=foo>=1.0. This allows things like JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib. Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS.
2001-06-18Mark these packages as USE_BUILDLINK_ONLY.jlam2-10/+7
2001-06-11The buildlink include and lib directories are added to CFLAGS, CPPFLAGS,jlam2-7/+6
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra definitions to add them from the package Makefiles. As advised by the bsd.buildlink.mk file, also ensure that the buildlink.mk files are included prior to defining any package-specific CFLAGS/LDFLAGS to ensure that the buildlink directories are at the head of the compiler search paths.
2001-06-11Use bsd.buildlink.mk instead of duplicating code all over the place.jlam1-46/+13
2001-06-10Use cookies (.*_done) to determine whether headers and libs have beenjlam1-9/+15
linked from a particular package, and add a pre-configure target to the buildlink.mk file to more painlessly use buildlink.mk files. A ${BUILDLINK_TARGETS} variable still exists in case a package _must_ define NO_CONFIGURE.
2001-06-10Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-buildjlam1-3/+1
targets as the buildlink.mk files now add the dependency automatically. Remove any NO_CONFIGURE definitions as they seem to be useless.
2001-06-09' ' -> '\t'wiz1-2/+2
2001-05-28Find location of zlib using EVAL_PREFIX. Use buildlink.mk files to findjlam5-27/+43
the required headers and libraries for jpeg and zlib.
2001-05-26Add buildlink.mk files that can link headers and libraries intojlam1-0/+61
${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}, for use by other packages during build.
2001-05-05Regen for changed patch-ad.hubertf1-2/+2
This broke 194 pkgs in the last bulk build - highscore! :-)
2001-05-03Pass CC down to configure script and make sure its used properly.skrll2-3/+13
This fixes pkg/12797
2001-05-01Add missing checksum and size for LZW compression kit.tron1-1/+3
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-3/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-12/+10
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-27Don't expand compiler to include full path as this confuses the newskrll2-5/+14
libtool.
2001-02-27Update patches so that patchdiff works.skrll5-17/+17
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-21Revert last change. "libtiff" works fine with Solaris 8's "zlib", buttron1-2/+2
"gnome-libs" wants a newer version. So always use the package to avoid problems caused by different "zlib" versions.
2001-01-21Solaris 8 includes "libz".tron1-2/+2
2001-01-13Update MD5 checksum to match updated file on master site.tron1-2/+2
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+3
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2000-12-06We have a ${PREFIX}/share/doc/html directory for HTML documentation, sojlam2-48/+48
use it.
2000-06-03Fix dependency on libjpeg and libm.wiz4-7/+8
Use USE_LIBTOOL instead of USE_PKGLIBTOOL.
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-04-01Update tiff-library to 3.5.5. Changes from 3.5.4 are some bugfixeswiz5-31/+32
and beginning support for 2-4GB files. Complete list of changes at http://www.libtiff.org/v3.5.5.html
2000-03-18Regen.jlam1-2/+2
2000-03-18Don't create /tiff.sw.tools on installation.jlam1-5/+7
2000-01-06tiff library upgraded from 3.5.2 to 3.5.4. LZW compression part is nowwiz11-28/+127
optional and controlled by USE_GIF in mk.conf, decompression is unchanged. Comment for USE_GIF in mk.conf has been updated. Some HTML documentation gets installed now, too. Changes: A Y2K bugfix in ras2tiff, removal of LZW compression, new Pixar tags, and Adobe ZIP support, as well as removal of some compiler warnings and minor fixes.
1999-10-08Update tiff to version 3.5.2.jlam10-452/+124
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)
1999-10-07Remove me as maintainer of those packages.tron1-2/+2
1999-07-09Add package patch-sum filesagc1-0/+5
1999-05-20Link programs with "${LDFLAGS}" so that we get "-Wl,-R${PREFIX}/lib".tron1-18/+18
1999-04-27Pass "${CFLAGS}" instead of "-O" to configure script as suggested bytron1-2/+2
Adam Ciarcinski.
1999-03-31Make sure the linkname does not exist before trying to create it, whenagc1-3/+5
installing manual pages.
1998-11-23Add -Dunix to GCOPTS in CONFIGURE_ENV, pointed out in pr 6487 byfrueauf1-2/+2
Johnny C. Lam.
1998-10-02Get libtool from the right place.tv2-22/+22
1998-08-20Define USE_LIBTOOL.agc1-2/+2