tiff
This commit is contained in:
parent
c1db383197
commit
52e9e8920d
5 changed files with 473 additions and 0 deletions
37
graphics/tiff/Makefile
Normal file
37
graphics/tiff/Makefile
Normal file
|
@ -0,0 +1,37 @@
|
|||
PORTNAME= tiff
|
||||
DISTVERSION= 4.6.0
|
||||
PORTREVISION= 99
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= https://download.osgeo.org/libtiff/
|
||||
|
||||
MAINTAINER= desktop@FreeBSD.org
|
||||
COMMENT= Tools and library routines for working with TIFF images
|
||||
WWW= http://www.simplesystems.org/libtiff/
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||
|
||||
LIB_DEPENDS= libdeflate.so:archivers/libdeflate \
|
||||
libjbig.so:graphics/jbigkit \
|
||||
libLerc.so:graphics/lerc \
|
||||
libzstd.so:archivers/zstd
|
||||
|
||||
USES= cpe jpeg libtool localbase pathfix tar:xz
|
||||
CPE_PRODUCT= libtiff
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-sphinx \
|
||||
--disable-webp \
|
||||
--enable-tools-unsupported
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
TEST_TARGET= check
|
||||
|
||||
LDFLAGS+= -Wl,--undefined-version
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/tiff-${DISTVERSION}
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/tiff/distinfo
Normal file
3
graphics/tiff/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1714034290
|
||||
SHA256 (tiff-4.6.0.tar.xz) = e178649607d1e22b51cf361dd20a3753f244f022eefab1f2f218fc62ebaf87d2
|
||||
SIZE (tiff-4.6.0.tar.xz) = 2124388
|
10
graphics/tiff/files/patch-tools_unsupported_Makefile.in
Normal file
10
graphics/tiff/files/patch-tools_unsupported_Makefile.in
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- tools/unsupported/Makefile.in.orig 2024-04-25 09:24:10 UTC
|
||||
+++ tools/unsupported/Makefile.in
|
||||
@@ -705,7 +705,6 @@ uninstall-am: uninstall-binPROGRAMS
|
||||
.PRECIOUS: Makefile
|
||||
|
||||
|
||||
-(echo tifftoolsunsupported: $(TIFF_TOOLS_UNSUPPORTED))
|
||||
|
||||
echo:
|
||||
(echo $(CFLAGS))
|
11
graphics/tiff/pkg-descr
Normal file
11
graphics/tiff/pkg-descr
Normal file
|
@ -0,0 +1,11 @@
|
|||
This software provides support for the Tag Image File Format (TIFF),
|
||||
a widely used format for storing image data.
|
||||
|
||||
Included in this software distribution is a library, libtiff, for
|
||||
reading and writing TIFF images, a small collection of tools for doing
|
||||
simple manipulations of TIFF images, and documentation for the library
|
||||
and tools.
|
||||
|
||||
The library is capable of dealing with images that are written to
|
||||
follow the 5.0 or 6.0 TIFF spec. There is also considerable support
|
||||
for some of the more esoteric portions of the 6.0 TIFF spec.
|
412
graphics/tiff/pkg-plist
Normal file
412
graphics/tiff/pkg-plist
Normal file
|
@ -0,0 +1,412 @@
|
|||
bin/tiff2pdf
|
||||
bin/tiff2ps
|
||||
bin/tiffcp
|
||||
bin/tiffdump
|
||||
bin/tiffinfo
|
||||
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.6
|
||||
lib/libtiff.so.6.0.2
|
||||
lib/libtiffxx.a
|
||||
lib/libtiffxx.so
|
||||
lib/libtiffxx.so.6
|
||||
lib/libtiffxx.so.6.0.2
|
||||
libdata/pkgconfig/libtiff-4.pc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
||||
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.md
|
||||
%%PORTDOCS%%%%DOCSDIR%%/RELEASE-DATE
|
||||
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
||||
%%PORTDOCS%%%%DOCSDIR%%/VERSION
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/.buildinfo
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_images/bali.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_images/cat.gif
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_images/cover.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_images/cramps.gif
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_images/dave.gif
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_images/esri.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_images/jim.gif
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_images/leica.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_images/quad.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_images/ring.gif
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_images/safe.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_images/smallliz.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_images/strike.gif
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_images/weogeo.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/addingtags.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/build.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/contrib.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFAccessTagMethods.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFClientInfo.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFClose.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFCreateDirectory.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFCustomDirectory.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFCustomTagList.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFDataWidth.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFDeferStrileArrayWriting.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFError.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFFieldDataType.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFFieldName.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFFieldPassCount.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFFieldQuery.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFFieldReadCount.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFFieldTag.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFFieldWriteCount.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFFlush.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFGetField.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFMergeFieldInfo.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFOpen.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFOpenOptions.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFPrintDirectory.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFProcFunctions.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFRGBAImage.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFReadDirectory.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFReadEncodedStrip.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFReadEncodedTile.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFReadFromUserBuffer.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFReadRGBAImage.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFReadRGBAStrip.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFReadRGBATile.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFReadRawStrip.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFReadRawTile.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFReadScanline.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFReadTile.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFSetDirectory.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFSetField.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFSetTagExtender.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFStrileQuery.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFWarning.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFWriteDirectory.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFWriteEncodedStrip.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFWriteEncodedTile.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFWriteRawStrip.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFWriteRawTile.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFWriteScanline.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFWriteTile.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFbuffer.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFcodec.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFcolor.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFmemory.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFquery.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFsize.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFstrip.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFswab.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/TIFFtile.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/_TIFFRewriteField.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/_TIFFauxiliary.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/functions/libtiff.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/images.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/index.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/internals.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/libtiff.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/multi_page.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/project/acknowledgements.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/project/bugs.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/project/index.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/project/license.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/project/mailinglist.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/historical.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/index.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v3.4beta007.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v3.4beta016.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v3.4beta018.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v3.4beta024.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v3.4beta028.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v3.4beta029.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v3.4beta031.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v3.4beta032.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v3.4beta033.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v3.4beta034.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v3.4beta035.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v3.4beta036.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v3.5.1.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v3.5.2.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v3.5.3.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v3.5.4.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v3.5.5.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v3.5.6beta.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v3.5.7.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v3.6.0.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v3.6.1.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v3.7.0.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v3.7.0alpha.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v3.7.0beta.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v3.7.0beta2.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v3.7.1.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v3.7.2.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v3.7.3.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v3.7.4.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v3.8.0.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v3.8.1.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v3.8.2.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v3.9.0.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v3.9.0beta.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v3.9.1.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v3.9.2.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v3.9.3.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v3.9.4.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v3.9.5.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v4.0.0.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v4.0.1.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v4.0.10.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v4.0.2.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v4.0.3.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v4.0.4.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v4.0.4beta.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v4.0.5.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v4.0.6.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v4.0.7.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v4.0.8.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v4.0.9.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v4.1.0.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v4.2.0.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v4.3.0.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v4.4.0.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v4.5.0.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v4.5.1.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/releases/v4.6.0.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/specification/bigtiff.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/specification/coverage-bigtiff.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/specification/coverage.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/specification/index.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/specification/technote2.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/terms.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/tools.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/tools/tiffcp.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/tools/tiffdump.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/tools/tiffinfo.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/tools/tiffset.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_sources/tools/tiffsplit.rst.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_static/basic.css
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_static/contents.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_static/doctools.js
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_static/documentation_options.js
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_static/file.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_static/language_data.js
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_static/minus.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_static/navigation.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_static/plus.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_static/pygments.css
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_static/searchtools.js
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_static/sphinx_highlight.js
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/_static/sphinxdoc.css
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/addingtags.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/build.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/contrib.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFAccessTagMethods.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFClientInfo.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFClose.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFCreateDirectory.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFCustomDirectory.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFCustomTagList.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFDataWidth.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFDeferStrileArrayWriting.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFError.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFFieldDataType.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFFieldName.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFFieldPassCount.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFFieldQuery.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFFieldReadCount.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFFieldTag.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFFieldWriteCount.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFFlush.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFGetField.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFMergeFieldInfo.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFOpen.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFOpenOptions.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFPrintDirectory.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFProcFunctions.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFRGBAImage.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFReadDirectory.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFReadEncodedStrip.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFReadEncodedTile.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFReadFromUserBuffer.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFReadRGBAImage.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFReadRGBAStrip.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFReadRGBATile.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFReadRawStrip.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFReadRawTile.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFReadScanline.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFReadTile.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFSetDirectory.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFSetField.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFSetTagExtender.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFStrileQuery.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFWarning.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFWriteDirectory.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFWriteEncodedStrip.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFWriteEncodedTile.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFWriteRawStrip.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFWriteRawTile.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFWriteScanline.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFWriteTile.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFbuffer.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFcodec.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFcolor.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFmemory.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFquery.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFsize.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFstrip.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFswab.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/TIFFtile.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/_TIFFRewriteField.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/_TIFFauxiliary.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/functions/libtiff.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/genindex.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/images.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/index.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/internals.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/libtiff.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/multi_page.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/objects.inv
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/project/acknowledgements.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/project/bugs.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/project/index.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/project/license.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/project/mailinglist.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/historical.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/index.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v3.4beta007.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v3.4beta016.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v3.4beta018.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v3.4beta024.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v3.4beta028.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v3.4beta029.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v3.4beta031.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v3.4beta032.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v3.4beta033.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v3.4beta034.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v3.4beta035.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v3.4beta036.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v3.5.1.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v3.5.2.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v3.5.3.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v3.5.4.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v3.5.5.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v3.5.6beta.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v3.5.7.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v3.6.0.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v3.6.1.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v3.7.0.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v3.7.0alpha.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v3.7.0beta.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v3.7.0beta2.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v3.7.1.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v3.7.2.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v3.7.3.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v3.7.4.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v3.8.0.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v3.8.1.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v3.8.2.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v3.9.0.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v3.9.0beta.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v3.9.1.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v3.9.2.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v3.9.3.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v3.9.4.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v3.9.5.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v4.0.0.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v4.0.1.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v4.0.10.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v4.0.2.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v4.0.3.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v4.0.4.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v4.0.4beta.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v4.0.5.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v4.0.6.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v4.0.7.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v4.0.8.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v4.0.9.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v4.1.0.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v4.2.0.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v4.3.0.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v4.4.0.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v4.5.0.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v4.5.1.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/releases/v4.6.0.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/search.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/searchindex.js
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/specification/bigtiff.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/specification/coverage-bigtiff.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/specification/coverage.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/specification/index.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/specification/technote2.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/terms.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/tools.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/tools/tiffcp.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/tools/tiffdump.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/tools/tiffinfo.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/tools/tiffset.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/tools/tiffsplit.html
|
||||
share/man/man1/tiffcp.1.gz
|
||||
share/man/man1/tiffdump.1.gz
|
||||
share/man/man1/tiffinfo.1.gz
|
||||
share/man/man1/tiffset.1.gz
|
||||
share/man/man1/tiffsplit.1.gz
|
||||
share/man/man3/TIFFAccessTagMethods.3tiff.gz
|
||||
share/man/man3/TIFFClientInfo.3tiff.gz
|
||||
share/man/man3/TIFFClose.3tiff.gz
|
||||
share/man/man3/TIFFCreateDirectory.3tiff.gz
|
||||
share/man/man3/TIFFCustomDirectory.3tiff.gz
|
||||
share/man/man3/TIFFCustomTagList.3tiff.gz
|
||||
share/man/man3/TIFFDataWidth.3tiff.gz
|
||||
share/man/man3/TIFFDeferStrileArrayWriting.3tiff.gz
|
||||
share/man/man3/TIFFError.3tiff.gz
|
||||
share/man/man3/TIFFFieldDataType.3tiff.gz
|
||||
share/man/man3/TIFFFieldName.3tiff.gz
|
||||
share/man/man3/TIFFFieldPassCount.3tiff.gz
|
||||
share/man/man3/TIFFFieldQuery.3tiff.gz
|
||||
share/man/man3/TIFFFieldReadCount.3tiff.gz
|
||||
share/man/man3/TIFFFieldTag.3tiff.gz
|
||||
share/man/man3/TIFFFieldWriteCount.3tiff.gz
|
||||
share/man/man3/TIFFFlush.3tiff.gz
|
||||
share/man/man3/TIFFGetField.3tiff.gz
|
||||
share/man/man3/TIFFMergeFieldInfo.3tiff.gz
|
||||
share/man/man3/TIFFOpen.3tiff.gz
|
||||
share/man/man3/TIFFPrintDirectory.3tiff.gz
|
||||
share/man/man3/TIFFProcFunctions.3tiff.gz
|
||||
share/man/man3/TIFFRGBAImage.3tiff.gz
|
||||
share/man/man3/TIFFReadDirectory.3tiff.gz
|
||||
share/man/man3/TIFFReadEncodedStrip.3tiff.gz
|
||||
share/man/man3/TIFFReadEncodedTile.3tiff.gz
|
||||
share/man/man3/TIFFReadFromUserBuffer.3tiff.gz
|
||||
share/man/man3/TIFFReadRGBAImage.3tiff.gz
|
||||
share/man/man3/TIFFReadRGBAStrip.3tiff.gz
|
||||
share/man/man3/TIFFReadRGBATile.3tiff.gz
|
||||
share/man/man3/TIFFReadRawStrip.3tiff.gz
|
||||
share/man/man3/TIFFReadRawTile.3tiff.gz
|
||||
share/man/man3/TIFFReadScanline.3tiff.gz
|
||||
share/man/man3/TIFFReadTile.3tiff.gz
|
||||
share/man/man3/TIFFSetDirectory.3tiff.gz
|
||||
share/man/man3/TIFFSetField.3tiff.gz
|
||||
share/man/man3/TIFFSetTagExtender.3tiff.gz
|
||||
share/man/man3/TIFFStrileQuery.3tiff.gz
|
||||
share/man/man3/TIFFWarning.3tiff.gz
|
||||
share/man/man3/TIFFWriteDirectory.3tiff.gz
|
||||
share/man/man3/TIFFWriteEncodedStrip.3tiff.gz
|
||||
share/man/man3/TIFFWriteEncodedTile.3tiff.gz
|
||||
share/man/man3/TIFFWriteRawStrip.3tiff.gz
|
||||
share/man/man3/TIFFWriteRawTile.3tiff.gz
|
||||
share/man/man3/TIFFWriteScanline.3tiff.gz
|
||||
share/man/man3/TIFFWriteTile.3tiff.gz
|
||||
share/man/man3/TIFFbuffer.3tiff.gz
|
||||
share/man/man3/TIFFcodec.3tiff.gz
|
||||
share/man/man3/TIFFcolor.3tiff.gz
|
||||
share/man/man3/TIFFmemory.3tiff.gz
|
||||
share/man/man3/TIFFquery.3tiff.gz
|
||||
share/man/man3/TIFFsize.3tiff.gz
|
||||
share/man/man3/TIFFstrip.3tiff.gz
|
||||
share/man/man3/TIFFswab.3tiff.gz
|
||||
share/man/man3/TIFFtile.3tiff.gz
|
||||
share/man/man3/_TIFFRewriteField.3tiff.gz
|
||||
share/man/man3/_TIFFauxiliary.3tiff.gz
|
||||
share/man/man3/libtiff.3tiff.gz
|
Loading…
Reference in a new issue