remove old libtiff
This commit is contained in:
parent
09dcbf4eb0
commit
38ab05d3c1
@ -1,51 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.11 1999/06/09 19:43:22 brad Exp $
|
||||
# NOTE:
|
||||
# At one time this port was installed as libtiff34.a to get rid of a
|
||||
# rumored incompatibility between libtiff3.3 and 3.4. This is no longer
|
||||
# the case. However, since there may be code someplace/somewhere that
|
||||
# depends upon libtiff34 the following symbolic links are created:
|
||||
# libtiff34.a -> libtiff.a
|
||||
# libtiff34.so.1.0 -> libtiff.so.3.4
|
||||
# tiff34.h -> tiff.h
|
||||
# tiffio34.h -> tiffio.h
|
||||
|
||||
DISTNAME= tiff-v3.4beta037
|
||||
PKGNAME= tiff-3.4b37
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ftp://ftp.sgi.com/graphics/tiff/ \
|
||||
ftp://ftp.wizards.dupont.com/pub/ImageMagick/delegates/ \
|
||||
ftp://ftp.fifi.org/pub/ImageMagick/delegates/
|
||||
|
||||
NEED_VERSION= 1.64
|
||||
|
||||
MAINTAINER= ports@openbsd.org
|
||||
|
||||
LIB_DEPENDS= jpeg.62:${PORTSDIR}/graphics/jpeg
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-ZIP --with-JPEG --with-DIR_BIN=${PREFIX}/bin \
|
||||
--with-DIR_LIB=${PREFIX}/lib --with-DIR_INC=${PREFIX}/include \
|
||||
--with-CC="${CC}" --with-GCOPTS="${CFLAGS}" \
|
||||
--with-DIRS_LIBINC=${PREFIX}/include \
|
||||
--with-DIR_GZLIB=/usr/lib \
|
||||
--with-DIR_JPEGLIB=${PREFIX}/lib \
|
||||
--with-LIBGL=no --with-LIBIMAGE=no \
|
||||
--with-INSTALL="${SH} ${WRKSRC}/port/install.sh" \
|
||||
--noninteractive
|
||||
|
||||
DOCDIR= ${PREFIX}/share/doc/tiff34
|
||||
|
||||
# Create symbolic links for backwards compatibility
|
||||
post-install:
|
||||
${LN} -sf libtiff.a ${PREFIX}/lib/libtiff34.a
|
||||
@if [ ! -f libtiff.so.3.4 ]; then \
|
||||
${LN} -sf libtiff.so.3.4 ${PREFIX}/lib/libtiff34.so.1.0; \
|
||||
fi
|
||||
${LN} -sf tiff.h ${PREFIX}/include/tiff34.h
|
||||
${LN} -sf tiffio.h ${PREFIX}/include/tiffio34.h
|
||||
@${MKDIR} ${DOCDIR}/images
|
||||
${INSTALL_DATA} ${WRKSRC}/html/*.html ${DOCDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/html/images/* ${DOCDIR}/images
|
||||
${LDCONFIG} -m ${PREFIX}/lib
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,3 +0,0 @@
|
||||
MD5 (tiff-v3.4beta037.tar.gz) = d809f5b88130062c6a2d2f70d0558b7e
|
||||
RMD160 (tiff-v3.4beta037.tar.gz) = 3de659e21251543bc5de34bf7dbe3448d54eafbe
|
||||
SHA1 (tiff-v3.4beta037.tar.gz) = 36220ecec17fb01dd1ba7e0893cb71ade83f3e02
|
@ -1,35 +0,0 @@
|
||||
--- libtiff/Makefile.in.orig Wed Jun 9 14:47:11 1999
|
||||
+++ libtiff/Makefile.in Wed Jun 9 14:53:32 1999
|
||||
@@ -62,7 +62,7 @@
|
||||
#
|
||||
CONF_LIBRARY=@CONF_JPEG@ @CONF_ZIP@
|
||||
COPTS = @GCOPTS@
|
||||
-OPTIMIZER=-O
|
||||
+OPTIMIZER=-O2
|
||||
CFLAGS = @ENVOPTS@ @LIBCOPTS@ ${COPTS} ${OPTIMIZER} ${IPATH} ${CONF_LIBRARY}
|
||||
#
|
||||
SRCS = \
|
||||
@@ -210,6 +210,10 @@
|
||||
OSFdso: ${OBJS}
|
||||
${LD} -o libtiff.@DSOSUF@ -shared -error_unresolved ${OBJS} @LIBJPEG@ @LIBGZ@ -lc -lm
|
||||
|
||||
+OPENBSDdso: ${OBJS}
|
||||
+ ${LD} -Bshareable -Bforcearchive -x /usr/lib/c++rt0.o -o libtiff.@DSOSUF_VERSION@ \
|
||||
+ ${OBJS} @LIBJPEG@ @LIBGZ@
|
||||
+ touch $@
|
||||
|
||||
${OBJS}: ${SRCDIR}/tiffio.h ${SRCDIR}/tiff.h ${SRCDIR}/tif_dir.h
|
||||
${OBJS}: ${SRCDIR}/tiffcomp.h ${SRCDIR}/tiffiop.h ${SRCDIR}/tiffconf.h
|
||||
@@ -318,10 +322,10 @@
|
||||
done
|
||||
installDSO: @DSO@dso
|
||||
if [ @DSOSUF_VERSION@ != @DSOSUF@ ]; then \
|
||||
- ${INSTALL} -idb tiff.sw.tools -m 555 -F @DIR_LIB@ \
|
||||
+ ${INSTALL} -idb tiff.sw.tools.nostrip -m 555 -F @DIR_LIB@ \
|
||||
-O libtiff.@DSOSUF_VERSION@; \
|
||||
${INSTALL} -idb tiff.sw.tools -F @DIR_LIB@ \
|
||||
- -ln libtiff.@DSOSUF_VERSION@ -O libtiff.@DSOSUF@; \
|
||||
+ -lns libtiff.@DSOSUF_VERSION@ -O libtiff.@DSOSUF@; \
|
||||
else \
|
||||
${INSTALL} -idb tiff.sw.tools -m 555 -F @DIR_LIB@ \
|
||||
-O libtiff.@DSOSUF@; \
|
@ -1,12 +0,0 @@
|
||||
--- tools/fax2ps.c.orig Wed Jun 9 14:54:37 1999
|
||||
+++ tools/fax2ps.c Wed Jun 9 14:55:27 1999
|
||||
@@ -378,8 +378,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);
|
@ -1,22 +0,0 @@
|
||||
--- configure.orig Wed Jun 9 14:56:59 1999
|
||||
+++ configure Wed Jun 9 15:10:03 1999
|
||||
@@ -1149,6 +1149,19 @@
|
||||
DSO=FREEBSD
|
||||
TIFFLIBREF='-L${DEPTH}/libtiff -ltiff'
|
||||
;;
|
||||
+ alpha-*-openbsd*)
|
||||
+ DSO=no
|
||||
+ ;;
|
||||
+ powerpc-*-openbsd*)
|
||||
+ DSO=no
|
||||
+ ;;
|
||||
+ *-openbsd*)
|
||||
+ DSOSUF=so
|
||||
+ DSOSUF_VERSION=${DSOSUF}.3.4
|
||||
+ LIBCOPTS='-fpic'
|
||||
+ DSO=OPENBSD
|
||||
+ TIFFLIBREF='-L${DEPTH}/libtiff -ltiff'
|
||||
+ ;;
|
||||
*-linux*)
|
||||
if [ -r /lib/libc.so.5 ]; then
|
||||
DSOSUF=so.${DIST_MAJOR}
|
@ -1,12 +0,0 @@
|
||||
--- config.guess.orig Wed Jun 9 15:13:40 1999
|
||||
+++ config.guess Wed Jun 9 15:14:49 1999
|
||||
@@ -276,6 +276,9 @@
|
||||
*:NetBSD:*:*)
|
||||
echo ${UNAME_MACHINE}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
|
||||
exit 0 ;;
|
||||
+ *:OpenBSD:*:*)
|
||||
+ echo ${UNAME_MACHINE}-unknown-openbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
|
||||
+ exit 0 ;;
|
||||
*:GNU:*:*)
|
||||
echo `echo ${UNAME_MACHINE}|sed -e 's,/.*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
|
||||
exit 0 ;;
|
@ -1,24 +0,0 @@
|
||||
--- tools/Makefile.in.orig Wed Jun 9 15:16:07 1999
|
||||
+++ tools/Makefile.in Wed Jun 9 15:18:06 1999
|
||||
@@ -43,17 +43,17 @@
|
||||
INSTALL = @INSTALL@
|
||||
#
|
||||
COPTS = @GCOPTS@
|
||||
-OPTIMIZER=-O
|
||||
+OPTIMIZER=-O2
|
||||
IPATH = -I. -I${SRCDIR} -I${LIBDIR}
|
||||
-CFLAGS = @ENVOPTS@ ${COPTS} ${OPTIMIZER} ${IPATH}
|
||||
+CFLAGS = @ENVOPTS@ ${COPTS} ${OPTIMIZER} ${IPATH} -L../libtiff
|
||||
#
|
||||
-TIFFLIB = ${DEPTH}/libtiff/libtiff.@DSOSUF@
|
||||
+TIFFLIB = ${DEPTH}/libtiff/libtiff.@DSOSUF_VERSION@
|
||||
LIBJPEG = @LIBJPEG@
|
||||
LIBGZ = @LIBGZ@
|
||||
LIBTIFF = @TIFFLIBREF@
|
||||
LIBPORT = @LIBPORT@
|
||||
MACHLIBS= @MACHDEPLIBS@
|
||||
-LIBS = ${LIBTIFF} ${LIBJPEG} ${LIBGZ} ${LIBPORT} ${MACHLIBS}
|
||||
+LIBS = @LIBPORT@ -ltiff ${LIBJPEG} ${LIBGZ} ${LIBPORT} @MACHDEPLIBS@
|
||||
#
|
||||
OBJS= \
|
||||
fax2tiff.o \
|
@ -1,13 +0,0 @@
|
||||
--- contrib/ras/ras2tif.c.orig Wed Apr 14 23:05:05 1999
|
||||
+++ contrib/ras/ras2tif.c Wed Apr 14 23:05:41 1999
|
||||
@@ -102,8 +102,8 @@
|
||||
|
||||
gettimeofday(&tv, (struct timezone *) NULL);
|
||||
ct = localtime(&tv.tv_sec);
|
||||
- sprintf(datetime, "19%02d:%02d:%02d %02d:%02d:%02d",
|
||||
- ct->tm_year, ct->tm_mon + 1, ct->tm_mday,
|
||||
+ sprintf(datetime, "%04d:%02d:%02d %02d:%02d:%02d",
|
||||
+ 1900 + ct->tm_year, ct->tm_mon + 1, ct->tm_mday,
|
||||
ct->tm_hour, ct->tm_min, ct->tm_sec);
|
||||
|
||||
setbuf(stderr, NULL);
|
@ -1 +0,0 @@
|
||||
support for the Tag Image File Format (TIFF)
|
@ -1,18 +0,0 @@
|
||||
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, a small collection of tools for doing simple
|
||||
manipulations of TIFF images on UNIX systems, and documentation on the
|
||||
library and tools. A small assortment of TIFF-related software for
|
||||
UNIX that has been contributed by others is also included.
|
||||
|
||||
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.
|
||||
|
||||
SGI has also added html-documentation in addition to man-pages.
|
||||
|
||||
TIFF web site: http://www-mipl.jpl.nasa.gov/~ndr/tiff
|
||||
Master FTP site: ftp://ftp.sgi.com/graphics/tiff
|
||||
|
@ -1,179 +0,0 @@
|
||||
lib/libtiff.a
|
||||
@exec ln -sf %f %B/libtiff34.a
|
||||
@unexec rm -f %B/libtiff34.a
|
||||
lib/libtiff.so.3.4
|
||||
@exec ln -sf %f %B/libtiff.so
|
||||
@exec ln -sf %f %B/libtiff34.so.1.0
|
||||
@unexec rm -f %B/libtiff.so
|
||||
@unexec rm -f %B/libtiff34.so.1.0
|
||||
@exec /sbin/ldconfig -m %B
|
||||
bin/fax2tiff
|
||||
bin/fax2ps
|
||||
bin/gif2tiff
|
||||
bin/pal2rgb
|
||||
bin/ppm2tiff
|
||||
bin/rgb2ycbcr
|
||||
bin/thumbnail
|
||||
bin/ras2tiff
|
||||
bin/tiff2bw
|
||||
bin/tiff2ps
|
||||
bin/tiffcmp
|
||||
bin/tiffcp
|
||||
bin/tiffdither
|
||||
bin/tiffdump
|
||||
bin/tiffinfo
|
||||
bin/tiffmedian
|
||||
bin/tiffsplit
|
||||
include/tiff.h
|
||||
@exec ln -sf %f %B/tiff34.h
|
||||
@unexec rm -f %B/tiff34.h
|
||||
include/tiffio.h
|
||||
@exec ln -sf %f %B/tiffio34.h
|
||||
@unexec rm -f %B/tiffio34.h
|
||||
man/man1/fax2ps.1
|
||||
man/man1/fax2tiff.1
|
||||
man/man1/gif2tiff.1
|
||||
man/man1/pal2rgb.1
|
||||
man/man1/ppm2tiff.1
|
||||
man/man1/ras2tiff.1
|
||||
man/man1/rgb2ycbcr.1
|
||||
man/man1/sgi2tiff.1
|
||||
man/man1/thumbnail.1
|
||||
man/man1/tiff2bw.1
|
||||
man/man1/tiff2ps.1
|
||||
man/man1/tiffcmp.1
|
||||
man/man1/tiffcp.1
|
||||
man/man1/tiffdither.1
|
||||
man/man1/tiffdump.1
|
||||
man/man1/tiffgt.1
|
||||
man/man1/tiffinfo.1
|
||||
man/man1/tiffmedian.1
|
||||
man/man1/tiffsplit.1
|
||||
man/man1/tiffsv.1
|
||||
man/man3/TIFFCheckTile.3t
|
||||
man/man3/TIFFClose.3t
|
||||
man/man3/TIFFComputeStrip.3t
|
||||
man/man3/TIFFComputeTile.3t
|
||||
man/man3/TIFFCurrentDirectory.3t
|
||||
man/man3/TIFFCurrentRow.3t
|
||||
man/man3/TIFFCurrentStrip.3t
|
||||
man/man3/TIFFCurrentTile.3t
|
||||
man/man3/TIFFDefaultStripSize.3t
|
||||
man/man3/TIFFDefaultTileSize.3t
|
||||
man/man3/TIFFError.3t
|
||||
man/man3/TIFFFdOpen.3t
|
||||
man/man3/TIFFFileName.3t
|
||||
man/man3/TIFFFileno.3t
|
||||
man/man3/TIFFFindCODEC.3t
|
||||
man/man3/TIFFFlush.3t
|
||||
man/man3/TIFFFlushData.3t
|
||||
man/man3/TIFFGetField.3t
|
||||
man/man3/TIFFGetMode.3t
|
||||
man/man3/TIFFIsByteSwapped.3t
|
||||
man/man3/TIFFIsMSB2LSB.3t
|
||||
man/man3/TIFFIsTiled.3t
|
||||
man/man3/TIFFIsUpSampled.3t
|
||||
man/man3/TIFFLastDirectory.3t
|
||||
man/man3/TIFFNumberOfStrips.3t
|
||||
man/man3/TIFFNumberOfTiles.3t
|
||||
man/man3/TIFFOpen.3t
|
||||
man/man3/TIFFPrintDirectory.3t
|
||||
man/man3/TIFFRGBAImage.3t
|
||||
man/man3/TIFFRGBAImageBegin.3t
|
||||
man/man3/TIFFRGBAImageEnd.3t
|
||||
man/man3/TIFFRGBAImageGet.3t
|
||||
man/man3/TIFFRGBAImageOK.3t
|
||||
man/man3/TIFFReadBufferSetup.3t
|
||||
man/man3/TIFFReadDirectory.3t
|
||||
man/man3/TIFFReadEncodedStrip.3t
|
||||
man/man3/TIFFReadEncodedTile.3t
|
||||
man/man3/TIFFReadRGBAImage.3t
|
||||
man/man3/TIFFReadRawStrip.3t
|
||||
man/man3/TIFFReadRawTile.3t
|
||||
man/man3/TIFFReadScanline.3t
|
||||
man/man3/TIFFReadTile.3t
|
||||
man/man3/TIFFRegisterCODEC.3t
|
||||
man/man3/TIFFReverseBits.3t
|
||||
man/man3/TIFFScanlineSize.3t
|
||||
man/man3/TIFFSetDirectory.3t
|
||||
man/man3/TIFFSetErrorHandler.3t
|
||||
man/man3/TIFFSetField.3t
|
||||
man/man3/TIFFSetSubDirectory.3t
|
||||
man/man3/TIFFSetWarningHandler.3t
|
||||
man/man3/TIFFStripSize.3t
|
||||
man/man3/TIFFSwabArrayOfLong.3t
|
||||
man/man3/TIFFSwabArrayOfShort.3t
|
||||
man/man3/TIFFSwabLong.3t
|
||||
man/man3/TIFFSwabShort.3t
|
||||
man/man3/TIFFTileRowSize.3t
|
||||
man/man3/TIFFTileSize.3t
|
||||
man/man3/TIFFUnRegisterCODEC.3t
|
||||
man/man3/TIFFVGetField.3t
|
||||
man/man3/TIFFVSetField.3t
|
||||
man/man3/TIFFVStripSize.3t
|
||||
man/man3/TIFFVTileSize.3t
|
||||
man/man3/TIFFWarning.3t
|
||||
man/man3/TIFFWriteBufferSetup.3t
|
||||
man/man3/TIFFWriteDirectory.3t
|
||||
man/man3/TIFFWriteEncodedStrip.3t
|
||||
man/man3/TIFFWriteEncodedTile.3t
|
||||
man/man3/TIFFWriteRawStrip.3t
|
||||
man/man3/TIFFWriteRawTile.3t
|
||||
man/man3/TIFFWriteScanline.3t
|
||||
man/man3/TIFFbuffer.3t
|
||||
man/man3/TIFFcodec.3t
|
||||
man/man3/TIFFfree.3t
|
||||
man/man3/TIFFmalloc.3t
|
||||
man/man3/TIFFmemcmp.3t
|
||||
man/man3/TIFFmemcpy.3t
|
||||
man/man3/TIFFmemory.3t
|
||||
man/man3/TIFFmemset.3t
|
||||
man/man3/TIFFquery.3t
|
||||
man/man3/TIFFrealloc.3t
|
||||
man/man3/TIFFsize.3t
|
||||
man/man3/TIFFstrip.3t
|
||||
man/man3/TIFFswab.3t
|
||||
man/man3/TIFFtile.3t
|
||||
man/man3/libtiff.3t
|
||||
share/doc/tiff34/bugs.html
|
||||
share/doc/tiff34/build.html
|
||||
share/doc/tiff34/contrib.html
|
||||
share/doc/tiff34/document.html
|
||||
share/doc/tiff34/images.html
|
||||
share/doc/tiff34/index.html
|
||||
share/doc/tiff34/internals.html
|
||||
share/doc/tiff34/intro.html
|
||||
share/doc/tiff34/libtiff.html
|
||||
share/doc/tiff34/misc.html
|
||||
share/doc/tiff34/support.html
|
||||
share/doc/tiff34/tools.html
|
||||
share/doc/tiff34/v3.4beta007.html
|
||||
share/doc/tiff34/v3.4beta016.html
|
||||
share/doc/tiff34/v3.4beta018.html
|
||||
share/doc/tiff34/v3.4beta024.html
|
||||
share/doc/tiff34/v3.4beta028.html
|
||||
share/doc/tiff34/v3.4beta029.html
|
||||
share/doc/tiff34/v3.4beta031.html
|
||||
share/doc/tiff34/v3.4beta032.html
|
||||
share/doc/tiff34/v3.4beta033.html
|
||||
share/doc/tiff34/v3.4beta034.html
|
||||
share/doc/tiff34/v3.4beta035.html
|
||||
share/doc/tiff34/v3.4beta036.html
|
||||
share/doc/tiff34/images/back.gif
|
||||
share/doc/tiff34/images/bali.jpg
|
||||
share/doc/tiff34/images/cat.gif
|
||||
share/doc/tiff34/images/cover.jpg
|
||||
share/doc/tiff34/images/cramps.gif
|
||||
share/doc/tiff34/images/dave.gif
|
||||
share/doc/tiff34/images/info.gif
|
||||
share/doc/tiff34/images/jello.jpg
|
||||
share/doc/tiff34/images/jim.gif
|
||||
share/doc/tiff34/images/note.gif
|
||||
share/doc/tiff34/images/oxford.gif
|
||||
share/doc/tiff34/images/quad.jpg
|
||||
share/doc/tiff34/images/ring.gif
|
||||
share/doc/tiff34/images/smallliz.jpg
|
||||
share/doc/tiff34/images/strike.gif
|
||||
share/doc/tiff34/images/warning.gif
|
||||
@dirrm share/doc/tiff34/images
|
||||
@dirrm share/doc/tiff34
|
@ -1,173 +0,0 @@
|
||||
lib/libtiff.a
|
||||
@exec ln -sf %f %B/libtiff34.a
|
||||
@unexec rm -f %B/libtiff34.a
|
||||
bin/fax2tiff
|
||||
bin/fax2ps
|
||||
bin/gif2tiff
|
||||
bin/pal2rgb
|
||||
bin/ppm2tiff
|
||||
bin/rgb2ycbcr
|
||||
bin/thumbnail
|
||||
bin/ras2tiff
|
||||
bin/tiff2bw
|
||||
bin/tiff2ps
|
||||
bin/tiffcmp
|
||||
bin/tiffcp
|
||||
bin/tiffdither
|
||||
bin/tiffdump
|
||||
bin/tiffinfo
|
||||
bin/tiffmedian
|
||||
bin/tiffsplit
|
||||
include/tiff.h
|
||||
@exec ln -sf %f %B/tiff34.h
|
||||
@unexec rm -f %B/tiff34.h
|
||||
include/tiffio.h
|
||||
@exec ln -sf %f %B/tiffio34.h
|
||||
@unexec rm -f %B/tiffio34.h
|
||||
man/man1/fax2ps.1
|
||||
man/man1/fax2tiff.1
|
||||
man/man1/gif2tiff.1
|
||||
man/man1/pal2rgb.1
|
||||
man/man1/ppm2tiff.1
|
||||
man/man1/ras2tiff.1
|
||||
man/man1/rgb2ycbcr.1
|
||||
man/man1/sgi2tiff.1
|
||||
man/man1/thumbnail.1
|
||||
man/man1/tiff2bw.1
|
||||
man/man1/tiff2ps.1
|
||||
man/man1/tiffcmp.1
|
||||
man/man1/tiffcp.1
|
||||
man/man1/tiffdither.1
|
||||
man/man1/tiffdump.1
|
||||
man/man1/tiffgt.1
|
||||
man/man1/tiffinfo.1
|
||||
man/man1/tiffmedian.1
|
||||
man/man1/tiffsplit.1
|
||||
man/man1/tiffsv.1
|
||||
man/man3/TIFFCheckTile.3t
|
||||
man/man3/TIFFClose.3t
|
||||
man/man3/TIFFComputeStrip.3t
|
||||
man/man3/TIFFComputeTile.3t
|
||||
man/man3/TIFFCurrentDirectory.3t
|
||||
man/man3/TIFFCurrentRow.3t
|
||||
man/man3/TIFFCurrentStrip.3t
|
||||
man/man3/TIFFCurrentTile.3t
|
||||
man/man3/TIFFDefaultStripSize.3t
|
||||
man/man3/TIFFDefaultTileSize.3t
|
||||
man/man3/TIFFError.3t
|
||||
man/man3/TIFFFdOpen.3t
|
||||
man/man3/TIFFFileName.3t
|
||||
man/man3/TIFFFileno.3t
|
||||
man/man3/TIFFFindCODEC.3t
|
||||
man/man3/TIFFFlush.3t
|
||||
man/man3/TIFFFlushData.3t
|
||||
man/man3/TIFFGetField.3t
|
||||
man/man3/TIFFGetMode.3t
|
||||
man/man3/TIFFIsByteSwapped.3t
|
||||
man/man3/TIFFIsMSB2LSB.3t
|
||||
man/man3/TIFFIsTiled.3t
|
||||
man/man3/TIFFIsUpSampled.3t
|
||||
man/man3/TIFFLastDirectory.3t
|
||||
man/man3/TIFFNumberOfStrips.3t
|
||||
man/man3/TIFFNumberOfTiles.3t
|
||||
man/man3/TIFFOpen.3t
|
||||
man/man3/TIFFPrintDirectory.3t
|
||||
man/man3/TIFFRGBAImage.3t
|
||||
man/man3/TIFFRGBAImageBegin.3t
|
||||
man/man3/TIFFRGBAImageEnd.3t
|
||||
man/man3/TIFFRGBAImageGet.3t
|
||||
man/man3/TIFFRGBAImageOK.3t
|
||||
man/man3/TIFFReadBufferSetup.3t
|
||||
man/man3/TIFFReadDirectory.3t
|
||||
man/man3/TIFFReadEncodedStrip.3t
|
||||
man/man3/TIFFReadEncodedTile.3t
|
||||
man/man3/TIFFReadRGBAImage.3t
|
||||
man/man3/TIFFReadRawStrip.3t
|
||||
man/man3/TIFFReadRawTile.3t
|
||||
man/man3/TIFFReadScanline.3t
|
||||
man/man3/TIFFReadTile.3t
|
||||
man/man3/TIFFRegisterCODEC.3t
|
||||
man/man3/TIFFReverseBits.3t
|
||||
man/man3/TIFFScanlineSize.3t
|
||||
man/man3/TIFFSetDirectory.3t
|
||||
man/man3/TIFFSetErrorHandler.3t
|
||||
man/man3/TIFFSetField.3t
|
||||
man/man3/TIFFSetSubDirectory.3t
|
||||
man/man3/TIFFSetWarningHandler.3t
|
||||
man/man3/TIFFStripSize.3t
|
||||
man/man3/TIFFSwabArrayOfLong.3t
|
||||
man/man3/TIFFSwabArrayOfShort.3t
|
||||
man/man3/TIFFSwabLong.3t
|
||||
man/man3/TIFFSwabShort.3t
|
||||
man/man3/TIFFTileRowSize.3t
|
||||
man/man3/TIFFTileSize.3t
|
||||
man/man3/TIFFUnRegisterCODEC.3t
|
||||
man/man3/TIFFVGetField.3t
|
||||
man/man3/TIFFVSetField.3t
|
||||
man/man3/TIFFVStripSize.3t
|
||||
man/man3/TIFFVTileSize.3t
|
||||
man/man3/TIFFWarning.3t
|
||||
man/man3/TIFFWriteBufferSetup.3t
|
||||
man/man3/TIFFWriteDirectory.3t
|
||||
man/man3/TIFFWriteEncodedStrip.3t
|
||||
man/man3/TIFFWriteEncodedTile.3t
|
||||
man/man3/TIFFWriteRawStrip.3t
|
||||
man/man3/TIFFWriteRawTile.3t
|
||||
man/man3/TIFFWriteScanline.3t
|
||||
man/man3/TIFFbuffer.3t
|
||||
man/man3/TIFFcodec.3t
|
||||
man/man3/TIFFfree.3t
|
||||
man/man3/TIFFmalloc.3t
|
||||
man/man3/TIFFmemcmp.3t
|
||||
man/man3/TIFFmemcpy.3t
|
||||
man/man3/TIFFmemory.3t
|
||||
man/man3/TIFFmemset.3t
|
||||
man/man3/TIFFquery.3t
|
||||
man/man3/TIFFrealloc.3t
|
||||
man/man3/TIFFsize.3t
|
||||
man/man3/TIFFstrip.3t
|
||||
man/man3/TIFFswab.3t
|
||||
man/man3/TIFFtile.3t
|
||||
man/man3/libtiff.3t
|
||||
share/doc/tiff34/bugs.html
|
||||
share/doc/tiff34/build.html
|
||||
share/doc/tiff34/contrib.html
|
||||
share/doc/tiff34/document.html
|
||||
share/doc/tiff34/images.html
|
||||
share/doc/tiff34/index.html
|
||||
share/doc/tiff34/internals.html
|
||||
share/doc/tiff34/intro.html
|
||||
share/doc/tiff34/libtiff.html
|
||||
share/doc/tiff34/misc.html
|
||||
share/doc/tiff34/support.html
|
||||
share/doc/tiff34/tools.html
|
||||
share/doc/tiff34/v3.4beta007.html
|
||||
share/doc/tiff34/v3.4beta016.html
|
||||
share/doc/tiff34/v3.4beta018.html
|
||||
share/doc/tiff34/v3.4beta024.html
|
||||
share/doc/tiff34/v3.4beta028.html
|
||||
share/doc/tiff34/v3.4beta029.html
|
||||
share/doc/tiff34/v3.4beta031.html
|
||||
share/doc/tiff34/v3.4beta032.html
|
||||
share/doc/tiff34/v3.4beta033.html
|
||||
share/doc/tiff34/v3.4beta034.html
|
||||
share/doc/tiff34/v3.4beta035.html
|
||||
share/doc/tiff34/v3.4beta036.html
|
||||
share/doc/tiff34/images/back.gif
|
||||
share/doc/tiff34/images/bali.jpg
|
||||
share/doc/tiff34/images/cat.gif
|
||||
share/doc/tiff34/images/cover.jpg
|
||||
share/doc/tiff34/images/cramps.gif
|
||||
share/doc/tiff34/images/dave.gif
|
||||
share/doc/tiff34/images/info.gif
|
||||
share/doc/tiff34/images/jello.jpg
|
||||
share/doc/tiff34/images/jim.gif
|
||||
share/doc/tiff34/images/note.gif
|
||||
share/doc/tiff34/images/oxford.gif
|
||||
share/doc/tiff34/images/quad.jpg
|
||||
share/doc/tiff34/images/ring.gif
|
||||
share/doc/tiff34/images/smallliz.jpg
|
||||
share/doc/tiff34/images/strike.gif
|
||||
share/doc/tiff34/images/warning.gif
|
||||
@dirrm share/doc/tiff34/images
|
||||
@dirrm share/doc/tiff34
|
Loading…
Reference in New Issue
Block a user