From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 9 08:10:27 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E454716A4B3 for ; Thu, 9 Oct 2003 08:10:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B78C643FFB for ; Thu, 9 Oct 2003 08:10:19 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h99FAJFY073841 for ; Thu, 9 Oct 2003 08:10:19 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h99FAJwu073840; Thu, 9 Oct 2003 08:10:19 -0700 (PDT) (envelope-from gnats) Resent-Date: Thu, 9 Oct 2003 08:10:19 -0700 (PDT) Resent-Message-Id: <200310091510.h99FAJwu073840@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C702916A4B3 for ; Thu, 9 Oct 2003 08:01:16 -0700 (PDT) Received: from hfep08.dion.ne.jp (hfep08.dion.ne.jp [203.181.105.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2332D43FA3 for ; Thu, 9 Oct 2003 08:01:15 -0700 (PDT) (envelope-from tkato@prontomail.com) Received: from localhost ([211.126.70.108]) by hfep08.dion.ne.jp with SMTP id <20031009150105084.LITB@hfep08.dion.ne.jp> for ; Fri, 10 Oct 2003 00:01:05 +0900 Message-Id: <20031010000027.7cab0252.tkato@prontomail.com> Date: Fri, 10 Oct 2003 00:00:27 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/57805: Update port: graphics/tiff to 3.6.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 15:10:27 -0000 >Number: 57805 >Category: ports >Synopsis: Update port: graphics/tiff to 3.6.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 09 08:10:19 PDT 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.8-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update to version 3.6.0 Remove file: files/patch-tools_tiffset_c >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/tiff/Makefile graphics/tiff/Makefile --- /usr/ports/graphics/tiff/Makefile Tue Jul 29 21:32:25 2003 +++ graphics/tiff/Makefile Wed Oct 8 01:01:52 2003 @@ -8,11 +8,10 @@ # PORTNAME= tiff -PORTVERSION= 3.5.7 -PORTREVISION= 1 +PORTVERSION= 3.6.0 CATEGORIES= graphics MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/ \ - http://www.libtiff.org/ + http://libtiff.maptools.org/dl/ DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= ports@FreeBSD.org @@ -41,29 +40,32 @@ .endif MAN1= fax2ps.1 fax2tiff.1 gif2tiff.1 pal2rgb.1 ppm2tiff.1 ras2tiff.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 tiffsplit.1 tiffsv.1 -MAN3= TIFFClose.3t TIFFError.3t TIFFFlush.3t TIFFGetField.3t TIFFOpen.3t \ - TIFFPrintDirectory.3t TIFFRGBAImage.3t TIFFReadDirectory.3t \ - TIFFReadEncodedStrip.3t TIFFReadEncodedTile.3t TIFFReadRGBAImage.3t \ - TIFFReadRGBAStrip.3t TIFFReadRGBATile.3t TIFFReadRawStrip.3t \ - TIFFReadRawTile.3t TIFFReadScanline.3t TIFFReadTile.3t \ - TIFFSetDirectory.3t TIFFSetField.3t TIFFWarning.3t \ + 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 tiffsplit.1 tiffsv.1 +MAN3= TIFFClose.3t TIFFDataWidth.3t TIFFError.3t TIFFFlush.3t \ + TIFFGetField.3t TIFFOpen.3t TIFFPrintDirectory.3t TIFFRGBAImage.3t \ + TIFFReadDirectory.3t TIFFReadEncodedStrip.3t TIFFReadEncodedTile.3t \ + TIFFReadRGBAImage.3t TIFFReadRGBAStrip.3t TIFFReadRGBATile.3t \ + TIFFReadRawStrip.3t TIFFReadRawTile.3t TIFFReadScanline.3t \ + TIFFReadTile.3t TIFFSetDirectory.3t TIFFSetField.3t TIFFWarning.3t \ TIFFWriteDirectory.3t TIFFWriteEncodedStrip.3t \ TIFFWriteEncodedTile.3t TIFFWriteRawStrip.3t TIFFWriteRawTile.3t \ TIFFWriteScanline.3t TIFFWriteTile.3t TIFFbuffer.3t TIFFcodec.3t \ TIFFmemory.3t TIFFquery.3t TIFFsize.3t TIFFstrip.3t TIFFswab.3t \ - TIFFtile.3t libtiff.3t + TIFFtile.3t libtiff.3t MLINKS= TIFFError.3t TIFFSetErrorHandler.3t \ TIFFFlush.3t TIFFFlushData.3t \ + TIFFGetField.3t TIFFGetFieldDefaulted.3t \ TIFFGetField.3t TIFFVGetField.3t \ + TIFFGetField.3t TIFFVGetFieldDefaulted.3t \ TIFFOpen.3t TIFFFdOpen.3t \ TIFFOpen.3t TIFFClientOpen.3t \ TIFFRGBAImage.3t TIFFRGBAImageOK.3t \ TIFFRGBAImage.3t TIFFRGBAImageBegin.3t \ TIFFRGBAImage.3t TIFFRGBAImageGet.3t \ TIFFRGBAImage.3t TIFFRGBAImageEnd.3t \ + TIFFRGBAImage.3t TIFFReadRGBAImageOriented.3t \ TIFFSetDirectory.3t TIFFSetSubDirectory.3t \ TIFFSetField.3t TIFFVSetField.3t \ TIFFWarning.3t TIFFSetWarningHandler.3t \ diff -urN /usr/ports/graphics/tiff/distinfo graphics/tiff/distinfo --- /usr/ports/graphics/tiff/distinfo Mon Dec 17 21:57:20 2001 +++ graphics/tiff/distinfo Wed Oct 8 00:05:42 2003 @@ -1 +1 @@ -MD5 (tiff-v3.5.7.tar.gz) = 82243b5ae9b7c9e492aeebc501680990 +MD5 (tiff-v3.6.0.tar.gz) = ec0ca41f0e5c7cb4aa605fab9ddbaef9 diff -urN /usr/ports/graphics/tiff/files/patch-aa graphics/tiff/files/patch-aa --- /usr/ports/graphics/tiff/files/patch-aa Mon Dec 17 21:57:21 2001 +++ graphics/tiff/files/patch-aa Wed Oct 8 01:03:23 2003 @@ -1,6 +1,6 @@ ---- libtiff/Makefile.in.orig Mon Sep 10 00:56:04 2001 -+++ libtiff/Makefile.in Sat Dec 15 00:00:00 2001 -@@ -220,8 +220,8 @@ +--- libtiff/Makefile.in.orig Wed Aug 20 19:42:17 2003 ++++ libtiff/Makefile.in Wed Oct 8 00:16:03 2003 +@@ -223,8 +223,8 @@ @LN@ @LN_S@ libtiff.@DSOSUF_VERSION@ libtiff.@DSOSUF@; \ fi touch $@ @@ -11,7 +11,7 @@ @rm -f libtiff_pic.a @${AR} cq libtiff_pic.a `lorder ${OBJS} | tsort -q` ${RANLIB} libtiff_pic.a -@@ -239,6 +239,14 @@ +@@ -242,6 +242,14 @@ # OSF/1 3.2 shared lib rule OSFdso: ${OBJS} ${LD} -o libtiff.@DSOSUF@ -shared -error_unresolved ${OBJS} @LIBJPEG@ @LIBGZ@ -lc -lm @@ -26,7 +26,7 @@ OPENBSDdso: ${OBJS} ${CC} -shared @LIBCOPTS@ -o libtiff.@DSOSUF_VERSION@ ${OBJS} @LIBJPEG@ @LIBGZ@ -lm -@@ -358,18 +366,15 @@ +@@ -374,18 +382,15 @@ ${INSTALL} -idb tiff.sw.dev -m 755 -dir ${DESTDIR}@DIR_INC@ for i in ${INCS_PRIVATE}; do \ f=`basename $$i`; \ @@ -37,8 +37,8 @@ installDSO: @DSO@dso if [ @DSOSUF_VERSION@ != @DSOSUF@ ]; then \ -- ${INSTALL} -idb tiff.sw.tools -m 555 -F ${DESTDIR}@DIR_LIB@ \ -- -O libtiff.@DSOSUF_VERSION@; \ +- ${INSTALL} -idb tiff.sw.tools.nostrip -m 555 \ +- -F ${DESTDIR}@DIR_LIB@ -O libtiff.@DSOSUF_VERSION@; \ + ${BSD_INSTALL_DATA} libtiff.@DSOSUF_VERSION@ \ + ${DESTDIR}@DIR_LIB@; \ ${INSTALL} -idb tiff.sw.tools -F ${DESTDIR}@DIR_LIB@ \ @@ -46,9 +46,9 @@ - ${INSTALL} -idb tiff.sw.tools -F ${DESTDIR}@DIR_LIB@ \ - -lns libtiff.@DSOSUF@ -O libtiff.so; \ else \ - ${INSTALL} -idb tiff.sw.tools -m 555 -F ${DESTDIR}@DIR_LIB@ \ - -O libtiff.@DSOSUF@; \ -@@ -377,7 +382,7 @@ + ${INSTALL} -idb tiff.sw.tools.nostrip -m 555 \ + -F ${DESTDIR}@DIR_LIB@ -O libtiff.@DSOSUF@; \ +@@ -393,7 +398,7 @@ install: all installHdrs ${INSTALL} -idb tiff.sw.dev -m 755 -dir ${DESTDIR}@DIR_LIB@ diff -urN /usr/ports/graphics/tiff/files/patch-ac graphics/tiff/files/patch-ac --- /usr/ports/graphics/tiff/files/patch-ac Mon Dec 17 21:57:21 2001 +++ graphics/tiff/files/patch-ac Wed Oct 8 00:19:49 2003 @@ -1,10 +1,10 @@ ---- tools/Makefile.in.orig Tue Jul 17 22:13:37 2001 -+++ tools/Makefile.in Sat Dec 15 00:00:00 2001 -@@ -113,8 +113,7 @@ +--- tools/Makefile.in.orig Mon Aug 12 00:01:46 2002 ++++ tools/Makefile.in Wed Oct 8 00:19:39 2003 +@@ -115,8 +115,7 @@ install: all - ${INSTALL} -idb nostrip -idb tiff.sw.tools -m 755 \ + ${INSTALL} -idb tiff.sw.tools -m 755 \ -dir ${DESTDIR}@DIR_BIN@ -- ${INSTALL} -idb nostrip -idb tiff.sw.tools -m 755 \ +- ${INSTALL} -idb tiff.sw.tools -m 755 \ - -F ${DESTDIR}@DIR_BIN@ -O ${TARGETS} + ${BSD_INSTALL_PROGRAM} ${TARGETS} ${DESTDIR}@DIR_BIN@ @if [ "@LIBIMAGE@" = yes ]; then \ diff -urN /usr/ports/graphics/tiff/files/patch-ad graphics/tiff/files/patch-ad --- /usr/ports/graphics/tiff/files/patch-ad Mon Dec 17 21:57:21 2001 +++ graphics/tiff/files/patch-ad Wed Oct 8 00:23:08 2003 @@ -1,26 +1,26 @@ ---- man/Makefile.in.orig Thu Sep 27 02:32:24 2001 -+++ man/Makefile.in Sat Dec 15 00:00:00 2001 -@@ -343,9 +343,8 @@ +--- man/Makefile.in.orig Sat Oct 4 20:43:16 2003 ++++ man/Makefile.in Wed Oct 8 00:22:56 2003 +@@ -354,9 +354,8 @@ ${ECHO} 'install:'; \ for i in *.1; do \ f=${MANAPPNAME}; \ - ${ECHO} ' cd ..; ${INSTALL} -m 444 \ -- -F ${DESTDIR}${MAN}/${MANAPPS} \ +- -F $${DESTDIR}${MAN}/${MANAPPS} \ - -idb tiff.man.tools -src' apps/"$$i" '-O' "$$f"; \ + ${ECHO} ' ${BSD_INSTALL_MAN}' \ -+ $$i ${DESTDIR}${MAN}/${MANAPPS}/$$f; \ ++ $$i $${DESTDIR}${MAN}/${MANAPPS}/$$f; \ done \ )>apps/Makefile lib/Makefile: -@@ -356,9 +355,8 @@ +@@ -367,9 +366,8 @@ ${ECHO} 'install:'; \ for i in *.3t; do \ f=${MANLIBNAME}; \ - ${ECHO} ' cd ..; ${INSTALL} -m 444 \ -- -F ${DESTDIR}${MAN}/${MANLIB} \ +- -F $${DESTDIR}${MAN}/${MANLIB} \ - -idb tiff.man.dev -src' lib/"$$i" '-O' "$$f"; \ + ${ECHO} ' ${BSD_INSTALL_MAN}' \ -+ $$i ${DESTDIR}${MAN}/${MANLIB}/$$f; \ ++ $$i $${DESTDIR}${MAN}/${MANLIB}/$$f; \ done \ )>lib/Makefile diff -urN /usr/ports/graphics/tiff/files/patch-ae graphics/tiff/files/patch-ae --- /usr/ports/graphics/tiff/files/patch-ae Mon Dec 17 21:57:21 2001 +++ graphics/tiff/files/patch-ae Wed Oct 8 00:40:32 2003 @@ -1,27 +1,16 @@ ---- html/Makefile.in.orig Tue Jul 17 22:13:37 2001 -+++ html/Makefile.in Sat Dec 15 00:00:00 2001 -@@ -77,8 +77,7 @@ - v3.5.1.html \ - v3.5.2.html \ - v3.5.3.html \ -- v3.5.4.html \ -- v3.5.5.html \ -+ v3.5.7.html \ - ${NULL} - IMAGES=\ - images/back.gif \ -@@ -86,6 +85,8 @@ - images/cat.gif \ - images/cover.jpg \ - images/cramps.gif \ -+ images/dave.gif \ -+ images/info.gif \ - images/jello.jpg \ - images/jim.gif \ - images/note.gif \ -@@ -103,8 +104,7 @@ +--- html/Makefile.in.orig Thu Oct 3 00:14:34 2002 ++++ html/Makefile.in Wed Oct 8 00:40:18 2003 +@@ -54,7 +54,6 @@ + HTML = @DIR_HTML@ + + HTMLFILES=\ +- TIFFTechNote2.html \ + bugs.html \ + build.html \ + contrib.html \ +@@ -112,8 +111,7 @@ install: all - ${INSTALL} -m 755 -dir -idb tiff.man.html ${DESTDIR}${HTML} ${HTML}/images + ${INSTALL} -m 755 -dir -idb tiff.man.html ${DESTDIR}${HTML} ${DESTDIR}${HTML}/images for i in ${HTMLFILES} ${IMAGES}; do \ - ${INSTALL} -idb tiff.man.html -m 444 -F ${DESTDIR}${HTML} \ - -src ${SRCDIR}/$$i -O $$i; \ diff -urN /usr/ports/graphics/tiff/files/patch-tools_tiffset_c graphics/tiff/files/patch-tools_tiffset_c --- /usr/ports/graphics/tiff/files/patch-tools_tiffset_c Fri Jun 27 12:42:03 2003 +++ graphics/tiff/files/patch-tools_tiffset_c Thu Jan 1 09:00:00 1970 @@ -1,21 +0,0 @@ -$OpenBSD: patch-tools_tiffset_c,v 1.1 2003/04/15 15:30:52 avsm Exp $ ---- tools/tiffset.c.orig Mon Apr 14 17:03:27 2003 -+++ tools/tiffset.c Mon Apr 14 17:11:28 2003 -@@ -86,7 +86,7 @@ main(int argc, char* argv[]) - - if( id < 1 ) - { -- fprintf( stderr, "Field name %s not recognised.\n" ); -+ fprintf( stderr, "Field name %s not recognised.\n", argv[arg_index+1] ); - exit( -3 ); - } - -@@ -112,7 +112,7 @@ main(int argc, char* argv[]) - - if( id < 1 ) - { -- fprintf( stderr, "Field name %s not recognised.\n" ); -+ fprintf( stderr, "Field name %s not recognised.\n", argv[arg_index+1] ); - exit( -3 ); - } - diff -urN /usr/ports/graphics/tiff/pkg-descr graphics/tiff/pkg-descr --- /usr/ports/graphics/tiff/pkg-descr Tue Sep 7 19:37:59 1999 +++ graphics/tiff/pkg-descr Wed Oct 8 00:01:14 2003 @@ -14,4 +14,4 @@ Unless NOPORTDOCS is defined, the html documentations is also installed locally in /usr/local/share/doc/tiff. -WWW: http://www.libtiff.org/ +WWW: http://www.remotesensing.org/libtiff/ diff -urN /usr/ports/graphics/tiff/pkg-plist graphics/tiff/pkg-plist --- /usr/ports/graphics/tiff/pkg-plist Mon Dec 17 21:57:20 2001 +++ graphics/tiff/pkg-plist Wed Oct 8 00:39:09 2003 @@ -4,6 +4,7 @@ bin/pal2rgb bin/ppm2tiff bin/ras2tiff +bin/raw2tiff bin/rgb2ycbcr bin/thumbnail bin/tiff2bw @@ -24,49 +25,52 @@ lib/libtiff.a lib/libtiff.so lib/libtiff.so.4 -%%PORTDOCS%%share/doc/tiff/bugs.html -%%PORTDOCS%%share/doc/tiff/build.html -%%PORTDOCS%%share/doc/tiff/contrib.html -%%PORTDOCS%%share/doc/tiff/document.html -%%PORTDOCS%%share/doc/tiff/images/back.gif -%%PORTDOCS%%share/doc/tiff/images/bali.jpg -%%PORTDOCS%%share/doc/tiff/images/cat.gif -%%PORTDOCS%%share/doc/tiff/images/cover.jpg -%%PORTDOCS%%share/doc/tiff/images/cramps.gif -%%PORTDOCS%%share/doc/tiff/images/dave.gif -%%PORTDOCS%%share/doc/tiff/images/info.gif -%%PORTDOCS%%share/doc/tiff/images/jello.jpg -%%PORTDOCS%%share/doc/tiff/images/jim.gif -%%PORTDOCS%%share/doc/tiff/images/note.gif -%%PORTDOCS%%share/doc/tiff/images/oxford.gif -%%PORTDOCS%%share/doc/tiff/images/quad.jpg -%%PORTDOCS%%share/doc/tiff/images/ring.gif -%%PORTDOCS%%share/doc/tiff/images/smallliz.jpg -%%PORTDOCS%%share/doc/tiff/images/strike.gif -%%PORTDOCS%%share/doc/tiff/images/warning.gif -%%PORTDOCS%%share/doc/tiff/images.html -%%PORTDOCS%%share/doc/tiff/index.html -%%PORTDOCS%%share/doc/tiff/internals.html -%%PORTDOCS%%share/doc/tiff/intro.html -%%PORTDOCS%%share/doc/tiff/libtiff.html -%%PORTDOCS%%share/doc/tiff/misc.html -%%PORTDOCS%%share/doc/tiff/support.html -%%PORTDOCS%%share/doc/tiff/tools.html -%%PORTDOCS%%share/doc/tiff/v3.4beta007.html -%%PORTDOCS%%share/doc/tiff/v3.4beta016.html -%%PORTDOCS%%share/doc/tiff/v3.4beta018.html -%%PORTDOCS%%share/doc/tiff/v3.4beta024.html -%%PORTDOCS%%share/doc/tiff/v3.4beta028.html -%%PORTDOCS%%share/doc/tiff/v3.4beta029.html -%%PORTDOCS%%share/doc/tiff/v3.4beta031.html -%%PORTDOCS%%share/doc/tiff/v3.4beta032.html -%%PORTDOCS%%share/doc/tiff/v3.4beta033.html -%%PORTDOCS%%share/doc/tiff/v3.4beta034.html -%%PORTDOCS%%share/doc/tiff/v3.4beta035.html -%%PORTDOCS%%share/doc/tiff/v3.4beta036.html -%%PORTDOCS%%share/doc/tiff/v3.5.1.html -%%PORTDOCS%%share/doc/tiff/v3.5.2.html -%%PORTDOCS%%share/doc/tiff/v3.5.3.html -%%PORTDOCS%%share/doc/tiff/v3.5.7.html -%%PORTDOCS%%@dirrm share/doc/tiff/images -%%PORTDOCS%%@dirrm share/doc/tiff +%%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%%/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%%@dirrm %%DOCSDIR%%/images +%%PORTDOCS%%@dirrm %%DOCSDIR%% >Release-Note: >Audit-Trail: >Unformatted: