Index: head/graphics/tiff/Makefile =================================================================== --- head/graphics/tiff/Makefile (revision 133557) +++ head/graphics/tiff/Makefile (revision 133558) @@ -1,129 +1,128 @@ # New ports collection makefile for: tiff # Date created: 8 October 1996 # Whom: Richard Hwang # Mikhail Teterin # Jun-ichiro itojun Itoh # # $FreeBSD$ # PORTNAME= tiff -PORTVERSION= 3.7.1 -PORTREVISION= 2 +PORTVERSION= 3.7.2 CATEGORIES= graphics MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/ \ http://dl1.maptools.org/dl/libtiff/ MAINTAINER= dinoex@FreeBSD.org COMMENT= Tools and library routines for working with TIFF images LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg USE_REINPLACE= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes USE_LIBTOOL_VER= 15 CONFIGURE_TARGET= CONFIGURE_ARGS+= --with-jpeg-include-dir=${LOCALBASE}/include \ --with-jpeg-lib-dir=${LOCALBASE}/lib .if defined(WITH_X11) && !defined(WITHOUT_X11) USE_XLIB= yes .else CONFIGURE_ARGS+= --without-x --without-libgl .endif MAN1= bmp2tiff.1 tiff2pdf.1 fax2ps.1 fax2tiff.1 gif2tiff.1 pal2rgb.1 \ ppm2tiff.1 ras2tiff.1 raw2tiff.1 rgb2ycbcr.1 sgi2tiff.1 \ thumbnail.1 tiff2bw.1 tiff2ps.1 tiff2rgba.1 tiffcmp.1 tiffcp.1 \ tiffdither.1 tiffdump.1 tiffgt.1 tiffinfo.1 tiffmedian.1 \ tiffset.1 tiffsplit.1 tiffsv.1 MAN3= TIFFClose.3tiff TIFFDataWidth.3tiff TIFFError.3tiff TIFFFlush.3tiff \ TIFFGetField.3tiff TIFFOpen.3tiff TIFFPrintDirectory.3tiff \ TIFFRGBAImage.3tiff TIFFReadDirectory.3tiff \ TIFFReadEncodedStrip.3tiff TIFFReadEncodedTile.3tiff \ TIFFReadRGBAImage.3tiff TIFFReadRGBAStrip.3tiff \ TIFFReadRGBATile.3tiff TIFFReadRawStrip.3tiff TIFFReadRawTile.3tiff \ TIFFReadScanline.3tiff TIFFReadTile.3tiff TIFFSetDirectory.3tiff \ TIFFSetField.3tiff TIFFWarning.3tiff TIFFWriteDirectory.3tiff \ TIFFWriteEncodedStrip.3tiff TIFFWriteEncodedTile.3tiff \ TIFFWriteRawStrip.3tiff TIFFWriteRawTile.3tiff \ TIFFWriteScanline.3tiff TIFFWriteTile.3tiff TIFFbuffer.3tiff \ TIFFcodec.3tiff TIFFcolor.3tiff TIFFmemory.3tiff TIFFquery.3tiff \ TIFFsize.3tiff TIFFstrip.3tiff TIFFswab.3tiff TIFFtile.3tiff \ libtiff.3tiff MLINKS= TIFFError.3tiff TIFFSetErrorHandler.3tiff \ TIFFFlush.3tiff TIFFFlushData.3tiff \ TIFFGetField.3tiff TIFFGetFieldDefaulted.3tiff \ TIFFGetField.3tiff TIFFVGetField.3tiff \ TIFFGetField.3tiff TIFFVGetFieldDefaulted.3tiff \ TIFFOpen.3tiff TIFFFdOpen.3tiff \ TIFFOpen.3tiff TIFFClientOpen.3tiff \ TIFFRGBAImage.3tiff TIFFRGBAImageOK.3tiff \ TIFFRGBAImage.3tiff TIFFRGBAImageBegin.3tiff \ TIFFRGBAImage.3tiff TIFFRGBAImageGet.3tiff \ TIFFRGBAImage.3tiff TIFFRGBAImageEnd.3tiff \ TIFFRGBAImage.3tiff TIFFReadRGBAImageOriented.3tiff \ TIFFSetDirectory.3tiff TIFFSetSubDirectory.3tiff \ TIFFSetField.3tiff TIFFVSetField.3tiff \ TIFFWarning.3tiff TIFFSetWarningHandler.3tiff \ TIFFWriteDirectory.3tiff TIFFRewriteDirectory.3tiff \ TIFFbuffer.3tiff TIFFReadBufferSetup.3tiff \ TIFFbuffer.3tiff TIFFWriteBufferSetup.3tiff \ TIFFcodec.3tiff TIFFFindCODEC.3tiff \ TIFFcodec.3tiff TIFFRegisterCODEC.3tiff \ TIFFcodec.3tiff TIFFUnRegisterCODEC.3tiff \ TIFFmemory.3tiff TIFFfree.3tiff \ TIFFmemory.3tiff TIFFmalloc.3tiff \ TIFFmemory.3tiff TIFFmemcmp.3tiff \ TIFFmemory.3tiff TIFFmemcpy.3tiff \ TIFFmemory.3tiff TIFFmemset.3tiff \ TIFFmemory.3tiff TIFFrealloc.3tiff \ TIFFquery.3tiff TIFFCurrentDirectory.3tiff \ TIFFquery.3tiff TIFFCurrentRow.3tiff \ TIFFquery.3tiff TIFFCurrentStrip.3tiff \ TIFFquery.3tiff TIFFCurrentTile.3tiff \ TIFFquery.3tiff TIFFFileName.3tiff \ TIFFquery.3tiff TIFFFileno.3tiff \ TIFFquery.3tiff TIFFGetMode.3tiff \ TIFFquery.3tiff TIFFIsTiled.3tiff \ TIFFquery.3tiff TIFFIsByteSwapped.3tiff \ TIFFquery.3tiff TIFFIsUpSampled.3tiff \ TIFFquery.3tiff TIFFIsMSB2LSB.3tiff \ TIFFquery.3tiff TIFFLastDirectory.3tiff \ TIFFsize.3tiff TIFFScanlineSize.3tiff \ TIFFstrip.3tiff TIFFComputeStrip.3tiff \ TIFFstrip.3tiff TIFFDefaultStripSize.3tiff \ TIFFstrip.3tiff TIFFNumberOfStrips.3tiff \ TIFFstrip.3tiff TIFFStripSize.3tiff \ TIFFstrip.3tiff TIFFVStripSize.3tiff \ TIFFswab.3tiff TIFFReverseBits.3tiff \ TIFFswab.3tiff TIFFSwabArrayOfLong.3tiff \ TIFFswab.3tiff TIFFSwabArrayOfShort.3tiff \ TIFFswab.3tiff TIFFSwabLong.3tiff \ TIFFswab.3tiff TIFFSwabShort.3tiff \ TIFFtile.3tiff TIFFCheckTile.3tiff \ TIFFtile.3tiff TIFFComputeTile.3tiff \ TIFFtile.3tiff TIFFDefaultTileSize.3tiff \ TIFFtile.3tiff TIFFNumberOfTiles.3tiff \ TIFFtile.3tiff TIFFTileSize.3tiff \ TIFFtile.3tiff TIFFTileRowSize.3tiff \ TIFFtile.3tiff TIFFVTileSize.3tiff pre-configure: ${REINPLACE_CMD} \ -e 's|-version-number .*$$|-version-number 4:0:0|' \ ${WRKSRC}/libtiff/Makefile.in ${REINPLACE_CMD} -e 's|^docfiles|no-docfiles|' \ -e 's|man html|man|' ${WRKSRC}/Makefile.in .if !defined(NOPORTDOCS) post-install: ${MKDIR} ${DOCSDIR}/images ${DOCSDIR}/man ${INSTALL_DATA} ${WRKSRC}/html/*.html ${DOCSDIR}/ ${INSTALL_DATA} ${WRKSRC}/html/images/*.jpg ${DOCSDIR}/images/ ${INSTALL_DATA} ${WRKSRC}/html/images/*.gif ${DOCSDIR}/images/ ${INSTALL_DATA} ${WRKSRC}/html/man/*.html ${DOCSDIR}/man/ .endif .include Property changes on: head/graphics/tiff/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.54 \ No newline at end of property +1.55 \ No newline at end of property Index: head/graphics/tiff/distinfo =================================================================== --- head/graphics/tiff/distinfo (revision 133557) +++ head/graphics/tiff/distinfo (revision 133558) @@ -1,2 +1,2 @@ -MD5 (tiff-3.7.1.tar.gz) = 37d222df12eb23691614cd40b7b1f215 -SIZE (tiff-3.7.1.tar.gz) = 1253810 +MD5 (tiff-3.7.2.tar.gz) = 9d7123bd0dbde2a3853fb758346adb78 +SIZE (tiff-3.7.2.tar.gz) = 1260598 Property changes on: head/graphics/tiff/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/graphics/tiff/files/patch-af =================================================================== --- head/graphics/tiff/files/patch-af (revision 133557) +++ head/graphics/tiff/files/patch-af (nonexistent) @@ -1,12 +0,0 @@ ---- tools/fax2ps.c.orig Wed Mar 29 13:22:33 2000 -+++ tools/fax2ps.c Sat Apr 1 00:00:00 2000 -@@ -382,8 +382,7 @@ - char temp[1024], buf[16*1024]; - - strcpy(temp, "/tmp/fax2psXXXXXX"); -- (void) mktemp(temp); -- fd = fopen(temp, "w"); -+ fd = fdopen(mkstemp(temp), "w+"); - if (fd == NULL) { - fprintf(stderr, "Could not create temp file \"%s\"\n", temp); - exit(-2); Property changes on: head/graphics/tiff/files/patch-af ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/graphics/tiff/files/patch-tiffdump.c =================================================================== --- head/graphics/tiff/files/patch-tiffdump.c (revision 133557) +++ head/graphics/tiff/files/patch-tiffdump.c (nonexistent) @@ -1,14 +0,0 @@ ---- tools/tiffdump.c.orig 2004-09-03 12:16:01 +0400 -+++ tools/tiffdump.c 2004-12-22 01:57:51 +0300 -@@ -307,6 +307,11 @@ ReadDirectory(int fd, unsigned ix, off_t - continue; - } - space = dp->tdir_count * datawidth[dp->tdir_type]; -+ if (space <= 0) { -+ printf(">\n"); -+ Error("Invalid count for tag %u", dp->tdir_tag); -+ continue; -+ } - if (space <= 4) { - switch (dp->tdir_type) { - case TIFF_FLOAT: Property changes on: head/graphics/tiff/files/patch-tiffdump.c ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/graphics/tiff/files/patch-tif_getimage.c =================================================================== --- head/graphics/tiff/files/patch-tif_getimage.c (revision 133557) +++ head/graphics/tiff/files/patch-tif_getimage.c (nonexistent) @@ -1,12 +0,0 @@ -diff -u -p -r1.43 libtiff/tif_getimage.c ---- libtiff/tif_getimage.c 19 Dec 2004 17:11:17 -0000 1.43 -+++ libtiff/tif_getimage.c 24 Dec 2004 09:30:18 -0000 -@@ -247,7 +247,7 @@ TIFFRGBAImageBegin(TIFFRGBAImage* img, T - TIFFGetFieldDefaulted(tif, TIFFTAG_SAMPLESPERPIXEL, &img->samplesperpixel); - TIFFGetFieldDefaulted(tif, TIFFTAG_EXTRASAMPLES, - &extrasamples, &sampleinfo); -- if (extrasamples > 1) -+ if (extrasamples >= 1) - { - switch (sampleinfo[0]) { - case EXTRASAMPLE_UNSPECIFIED: /* Workaround for some images without */ Property changes on: head/graphics/tiff/files/patch-tif_getimage.c ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/graphics/tiff/files/patch-fax2ps.c =================================================================== --- head/graphics/tiff/files/patch-fax2ps.c (nonexistent) +++ head/graphics/tiff/files/patch-fax2ps.c (revision 133558) @@ -0,0 +1,18 @@ +--- tools/fax2ps.c.orig Sat Mar 5 10:06:08 2005 ++++ tools/fax2ps.c Sun Apr 17 23:20:43 2005 +@@ -373,11 +373,12 @@ + int n; + FILE* fd; + char buf[16*1024]; ++ char temp[1024]; + +- fd = tmpfile(); ++ strcpy(temp, "/tmp/fax2psXXXXXX"); ++ fd = fdopen(mkstemp(temp), "w+"); + if (fd == NULL) { +- fprintf(stderr, "Could not create temporary file, exiting.\n"); +- fclose(fd); ++ fprintf(stderr, "Could not create temp file \"%s\"\n", temp); + exit(-2); + } + while ((n = read(fileno(stdin), buf, sizeof (buf))) > 0) Property changes on: head/graphics/tiff/files/patch-fax2ps.c ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/graphics/tiff/pkg-plist =================================================================== --- head/graphics/tiff/pkg-plist (revision 133557) +++ head/graphics/tiff/pkg-plist (revision 133558) @@ -1,152 +1,156 @@ bin/bmp2tiff bin/fax2ps bin/fax2tiff bin/gif2tiff bin/pal2rgb bin/ppm2tiff bin/ras2tiff bin/raw2tiff bin/rgb2ycbcr bin/thumbnail bin/tiff2bw bin/tiff2pdf bin/tiff2ps bin/tiff2rgba bin/tiffcmp bin/tiffcp bin/tiffdither bin/tiffdump bin/tiffinfo bin/tiffmedian bin/tiffset bin/tiffsplit include/tiff.h include/tiffconf.h include/tiffio.h include/tiffio.hxx include/tiffvers.h lib/libtiff.a lib/libtiff.so lib/libtiff.so.4 +lib/libtiffxx.a +lib/libtiffxx.so +lib/libtiffxx.so.4 %%PORTDOCS%%%%DOCSDIR%%/TIFFTechNote2.html %%PORTDOCS%%%%DOCSDIR%%/addingtags.html %%PORTDOCS%%%%DOCSDIR%%/bugs.html %%PORTDOCS%%%%DOCSDIR%%/build.html %%PORTDOCS%%%%DOCSDIR%%/contrib.html %%PORTDOCS%%%%DOCSDIR%%/document.html %%PORTDOCS%%%%DOCSDIR%%/images/back.gif %%PORTDOCS%%%%DOCSDIR%%/images/bali.jpg %%PORTDOCS%%%%DOCSDIR%%/images/cat.gif %%PORTDOCS%%%%DOCSDIR%%/images/cover.jpg %%PORTDOCS%%%%DOCSDIR%%/images/cramps.gif %%PORTDOCS%%%%DOCSDIR%%/images/dave.gif %%PORTDOCS%%%%DOCSDIR%%/images/info.gif %%PORTDOCS%%%%DOCSDIR%%/images/jello.jpg %%PORTDOCS%%%%DOCSDIR%%/images/jim.gif %%PORTDOCS%%%%DOCSDIR%%/images/note.gif %%PORTDOCS%%%%DOCSDIR%%/images/oxford.gif %%PORTDOCS%%%%DOCSDIR%%/images/quad.jpg %%PORTDOCS%%%%DOCSDIR%%/images/ring.gif %%PORTDOCS%%%%DOCSDIR%%/images/smallliz.jpg %%PORTDOCS%%%%DOCSDIR%%/images/strike.gif %%PORTDOCS%%%%DOCSDIR%%/images/warning.gif %%PORTDOCS%%%%DOCSDIR%%/images.html %%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/internals.html %%PORTDOCS%%%%DOCSDIR%%/intro.html %%PORTDOCS%%%%DOCSDIR%%/libtiff.html -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFClose.3t.html -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFDataWidth.3t.html -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFError.3t.html -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFFlush.3t.html -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFGetField.3t.html -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFOpen.3t.html -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFPrintDirectory.3t.html -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFRGBAImage.3t.html -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFReadDirectory.3t.html -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFReadEncodedStrip.3t.html -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFReadEncodedTile.3t.html -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFReadRGBAImage.3t.html -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFReadRGBAStrip.3t.html -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFReadRGBATile.3t.html -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFReadRawStrip.3t.html -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFReadRawTile.3t.html -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFReadScanline.3t.html -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFReadTile.3t.html -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFSetDirectory.3t.html -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFSetField.3t.html -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFWarning.3t.html -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFWriteDirectory.3t.html -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFWriteEncodedStrip.3t.html -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFWriteEncodedTile.3t.html -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFWriteRawStrip.3t.html -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFWriteRawTile.3t.html -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFWriteScanline.3t.html -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFWriteTile.3t.html -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFbuffer.3t.html -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFcodec.3t.html -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFcolor.3t.html -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFmemory.3t.html -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFquery.3t.html -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFsize.3t.html -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFstrip.3t.html -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFswab.3t.html -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFtile.3t.html +%%PORTDOCS%%%%DOCSDIR%%/man/TIFFClose.3tiff.html +%%PORTDOCS%%%%DOCSDIR%%/man/TIFFDataWidth.3tiff.html +%%PORTDOCS%%%%DOCSDIR%%/man/TIFFError.3tiff.html +%%PORTDOCS%%%%DOCSDIR%%/man/TIFFFlush.3tiff.html +%%PORTDOCS%%%%DOCSDIR%%/man/TIFFGetField.3tiff.html +%%PORTDOCS%%%%DOCSDIR%%/man/TIFFOpen.3tiff.html +%%PORTDOCS%%%%DOCSDIR%%/man/TIFFPrintDirectory.3tiff.html +%%PORTDOCS%%%%DOCSDIR%%/man/TIFFRGBAImage.3tiff.html +%%PORTDOCS%%%%DOCSDIR%%/man/TIFFReadDirectory.3tiff.html +%%PORTDOCS%%%%DOCSDIR%%/man/TIFFReadEncodedStrip.3tiff.html +%%PORTDOCS%%%%DOCSDIR%%/man/TIFFReadEncodedTile.3tiff.html +%%PORTDOCS%%%%DOCSDIR%%/man/TIFFReadRGBAImage.3tiff.html +%%PORTDOCS%%%%DOCSDIR%%/man/TIFFReadRGBAStrip.3tiff.html +%%PORTDOCS%%%%DOCSDIR%%/man/TIFFReadRGBATile.3tiff.html +%%PORTDOCS%%%%DOCSDIR%%/man/TIFFReadRawStrip.3tiff.html +%%PORTDOCS%%%%DOCSDIR%%/man/TIFFReadRawTile.3tiff.html +%%PORTDOCS%%%%DOCSDIR%%/man/TIFFReadScanline.3tiff.html +%%PORTDOCS%%%%DOCSDIR%%/man/TIFFReadTile.3tiff.html +%%PORTDOCS%%%%DOCSDIR%%/man/TIFFSetDirectory.3tiff.html +%%PORTDOCS%%%%DOCSDIR%%/man/TIFFSetField.3tiff.html +%%PORTDOCS%%%%DOCSDIR%%/man/TIFFWarning.3tiff.html +%%PORTDOCS%%%%DOCSDIR%%/man/TIFFWriteDirectory.3tiff.html +%%PORTDOCS%%%%DOCSDIR%%/man/TIFFWriteEncodedStrip.3tiff.html +%%PORTDOCS%%%%DOCSDIR%%/man/TIFFWriteEncodedTile.3tiff.html +%%PORTDOCS%%%%DOCSDIR%%/man/TIFFWriteRawStrip.3tiff.html +%%PORTDOCS%%%%DOCSDIR%%/man/TIFFWriteRawTile.3tiff.html +%%PORTDOCS%%%%DOCSDIR%%/man/TIFFWriteScanline.3tiff.html +%%PORTDOCS%%%%DOCSDIR%%/man/TIFFWriteTile.3tiff.html +%%PORTDOCS%%%%DOCSDIR%%/man/TIFFbuffer.3tiff.html +%%PORTDOCS%%%%DOCSDIR%%/man/TIFFcodec.3tiff.html +%%PORTDOCS%%%%DOCSDIR%%/man/TIFFcolor.3tiff.html +%%PORTDOCS%%%%DOCSDIR%%/man/TIFFmemory.3tiff.html +%%PORTDOCS%%%%DOCSDIR%%/man/TIFFquery.3tiff.html +%%PORTDOCS%%%%DOCSDIR%%/man/TIFFsize.3tiff.html +%%PORTDOCS%%%%DOCSDIR%%/man/TIFFstrip.3tiff.html +%%PORTDOCS%%%%DOCSDIR%%/man/TIFFswab.3tiff.html +%%PORTDOCS%%%%DOCSDIR%%/man/TIFFtile.3tiff.html %%PORTDOCS%%%%DOCSDIR%%/man/fax2ps.1.html %%PORTDOCS%%%%DOCSDIR%%/man/fax2tiff.1.html %%PORTDOCS%%%%DOCSDIR%%/man/gif2tiff.1.html %%PORTDOCS%%%%DOCSDIR%%/man/index.html -%%PORTDOCS%%%%DOCSDIR%%/man/libtiff.3t.html +%%PORTDOCS%%%%DOCSDIR%%/man/libtiff.3tiff.html %%PORTDOCS%%%%DOCSDIR%%/man/pal2rgb.1.html %%PORTDOCS%%%%DOCSDIR%%/man/ppm2tiff.1.html %%PORTDOCS%%%%DOCSDIR%%/man/ras2tiff.1.html %%PORTDOCS%%%%DOCSDIR%%/man/raw2tiff.1.html %%PORTDOCS%%%%DOCSDIR%%/man/rgb2ycbcr.1.html %%PORTDOCS%%%%DOCSDIR%%/man/sgi2tiff.1.html %%PORTDOCS%%%%DOCSDIR%%/man/thumbnail.1.html %%PORTDOCS%%%%DOCSDIR%%/man/tiff2bw.1.html %%PORTDOCS%%%%DOCSDIR%%/man/tiff2pdf.1.html %%PORTDOCS%%%%DOCSDIR%%/man/tiff2ps.1.html %%PORTDOCS%%%%DOCSDIR%%/man/tiff2rgba.1.html %%PORTDOCS%%%%DOCSDIR%%/man/tiffcmp.1.html %%PORTDOCS%%%%DOCSDIR%%/man/tiffcp.1.html %%PORTDOCS%%%%DOCSDIR%%/man/tiffdither.1.html %%PORTDOCS%%%%DOCSDIR%%/man/tiffdump.1.html %%PORTDOCS%%%%DOCSDIR%%/man/tiffgt.1.html %%PORTDOCS%%%%DOCSDIR%%/man/tiffinfo.1.html %%PORTDOCS%%%%DOCSDIR%%/man/tiffmedian.1.html %%PORTDOCS%%%%DOCSDIR%%/man/tiffset.1.html %%PORTDOCS%%%%DOCSDIR%%/man/tiffsplit.1.html %%PORTDOCS%%%%DOCSDIR%%/man/tiffsv.1.html %%PORTDOCS%%%%DOCSDIR%%/misc.html %%PORTDOCS%%%%DOCSDIR%%/support.html %%PORTDOCS%%%%DOCSDIR%%/tools.html %%PORTDOCS%%%%DOCSDIR%%/v3.4beta007.html %%PORTDOCS%%%%DOCSDIR%%/v3.4beta016.html %%PORTDOCS%%%%DOCSDIR%%/v3.4beta018.html %%PORTDOCS%%%%DOCSDIR%%/v3.4beta024.html %%PORTDOCS%%%%DOCSDIR%%/v3.4beta028.html %%PORTDOCS%%%%DOCSDIR%%/v3.4beta029.html %%PORTDOCS%%%%DOCSDIR%%/v3.4beta031.html %%PORTDOCS%%%%DOCSDIR%%/v3.4beta032.html %%PORTDOCS%%%%DOCSDIR%%/v3.4beta033.html %%PORTDOCS%%%%DOCSDIR%%/v3.4beta034.html %%PORTDOCS%%%%DOCSDIR%%/v3.4beta035.html %%PORTDOCS%%%%DOCSDIR%%/v3.4beta036.html %%PORTDOCS%%%%DOCSDIR%%/v3.5.1.html %%PORTDOCS%%%%DOCSDIR%%/v3.5.2.html %%PORTDOCS%%%%DOCSDIR%%/v3.5.3.html %%PORTDOCS%%%%DOCSDIR%%/v3.5.4.html %%PORTDOCS%%%%DOCSDIR%%/v3.5.5.html %%PORTDOCS%%%%DOCSDIR%%/v3.5.6-beta.html %%PORTDOCS%%%%DOCSDIR%%/v3.5.7.html %%PORTDOCS%%%%DOCSDIR%%/v3.6.0.html %%PORTDOCS%%%%DOCSDIR%%/v3.6.1.html %%PORTDOCS%%%%DOCSDIR%%/v3.7.0.html %%PORTDOCS%%%%DOCSDIR%%/v3.7.0alpha.html %%PORTDOCS%%%%DOCSDIR%%/v3.7.0beta.html %%PORTDOCS%%%%DOCSDIR%%/v3.7.0beta2.html %%PORTDOCS%%%%DOCSDIR%%/v3.7.1.html +%%PORTDOCS%%%%DOCSDIR%%/v3.7.2.html %%PORTDOCS%%@dirrm %%DOCSDIR%%/man %%PORTDOCS%%@dirrm %%DOCSDIR%%/images %%PORTDOCS%%@dirrm %%DOCSDIR%% Property changes on: head/graphics/tiff/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.23 \ No newline at end of property +1.24 \ No newline at end of property