Index: head/graphics/tiff/Makefile =================================================================== --- head/graphics/tiff/Makefile (revision 118771) +++ head/graphics/tiff/Makefile (revision 118772) @@ -1,116 +1,144 @@ # 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.6.1 PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/ \ http://libtiff.maptools.org/dl/ DISTNAME= ${PORTNAME}-v${PORTVERSION} +DISTFILES= ${PORTNAME}-v${PORTVERSION}${EXTRACT_SUFX} ${LZW_DIST} +PKGNAMESUFFIX?= ${TIFF_SUFFIX}${PKGNAMESUFFIX2} MAINTAINER= dinoex@FreeBSD.org COMMENT= Tools and library routines for working with TIFF images LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg INSTALLS_SHLIB= yes 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-DIR_MAN=${PREFIX}/man \ --with-CC="${CC}" --with-GCOPTS="${CFLAGS}" \ --with-OPTIMIZER="" \ --with-DIRS_LIBINC=${LOCALBASE}/include \ --with-DIR_GZLIB=/usr/lib \ --with-DIR_JPEGLIB=${LOCALBASE}/lib \ --with-LIBGL=no --with-LIBIMAGE=no \ --with-INSTALL="${SH} ${WRKSRC}/port/install.sh" \ --noninteractive .if !defined(NOPORTDOCS) CONFIGURE_ARGS+= --with-HTML --with-DIR_HTML=${DOCSDIR} .endif MAN1= 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 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 \ TIFFcolor.3t TIFFmemory.3t TIFFquery.3t TIFFsize.3t TIFFstrip.3t \ TIFFswab.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 \ TIFFWriteDirectory.3t TIFFRewriteDirectory.3t \ TIFFbuffer.3t TIFFReadBufferSetup.3t \ TIFFbuffer.3t TIFFWriteBufferSetup.3t \ TIFFcodec.3t TIFFFindCODEC.3t \ TIFFcodec.3t TIFFRegisterCODEC.3t \ TIFFcodec.3t TIFFUnRegisterCODEC.3t \ TIFFmemory.3t TIFFfree.3t \ TIFFmemory.3t TIFFmalloc.3t \ TIFFmemory.3t TIFFmemcmp.3t \ TIFFmemory.3t TIFFmemcpy.3t \ TIFFmemory.3t TIFFmemset.3t \ TIFFmemory.3t TIFFrealloc.3t \ TIFFquery.3t TIFFCurrentDirectory.3t \ TIFFquery.3t TIFFCurrentRow.3t \ TIFFquery.3t TIFFCurrentStrip.3t \ TIFFquery.3t TIFFCurrentTile.3t \ TIFFquery.3t TIFFFileName.3t \ TIFFquery.3t TIFFFileno.3t \ TIFFquery.3t TIFFGetMode.3t \ TIFFquery.3t TIFFIsTiled.3t \ TIFFquery.3t TIFFIsByteSwapped.3t \ TIFFquery.3t TIFFIsUpSampled.3t \ TIFFquery.3t TIFFIsMSB2LSB.3t \ TIFFquery.3t TIFFLastDirectory.3t \ TIFFsize.3t TIFFScanlineSize.3t \ TIFFstrip.3t TIFFComputeStrip.3t \ TIFFstrip.3t TIFFDefaultStripSize.3t \ TIFFstrip.3t TIFFNumberOfStrips.3t \ TIFFstrip.3t TIFFStripSize.3t \ TIFFstrip.3t TIFFVStripSize.3t \ TIFFswab.3t TIFFReverseBits.3t \ TIFFswab.3t TIFFSwabArrayOfLong.3t \ TIFFswab.3t TIFFSwabArrayOfShort.3t \ TIFFswab.3t TIFFSwabLong.3t \ TIFFswab.3t TIFFSwabShort.3t \ TIFFtile.3t TIFFCheckTile.3t \ TIFFtile.3t TIFFComputeTile.3t \ TIFFtile.3t TIFFDefaultTileSize.3t \ TIFFtile.3t TIFFNumberOfTiles.3t \ TIFFtile.3t TIFFTileSize.3t \ TIFFtile.3t TIFFTileRowSize.3t \ TIFFtile.3t TIFFVTileSize.3t -.include +.include + +.if defined(WITH_TIFF_LZW_KIT) +TIFF_SUFFIX= -lzw +LZKIT= libtiff-lzw-compression-kit +LZKIT_VER= 1.5 +LZW_DIST= ${LZKIT}-${LZKIT_VER}${EXTRACT_SUFX} +RESTRICTED= "Redistribution not allowed" + +.if !exists(${DISTDIR}/${LZW_DIST}) +IGNORE= Due to patent enforcement from Unisys you must manually\ + fetch ${LZW_DIST} from ftp://ftp.remotesensing.org/libtiff\ + and place it in ${DISTDIR}. \ + To use this patch legally you must live in a country where the patent\ + does not apply or you must obtain a license from Unisys +.endif + +post-patch: + @${CP} -f ${WRKDIR}/${LZKIT}-${LZKIT_VER}/tif_lzw.c ${WRKSRC}/libtiff +.else + +pre-everything:: + @${ECHO_MSG} "===> Enable LZW Compression by defining WITH_TIFF_LZW_KIT" + +.endif + +.include Property changes on: head/graphics/tiff/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.44 \ No newline at end of property +1.45 \ No newline at end of property Index: head/graphics/tiff/distinfo =================================================================== --- head/graphics/tiff/distinfo (revision 118771) +++ head/graphics/tiff/distinfo (revision 118772) @@ -1,2 +1,4 @@ MD5 (tiff-v3.6.1.tar.gz) = b3f0ee7617593c2703755672fb1bfed3 SIZE (tiff-v3.6.1.tar.gz) = 1072165 +MD5 (libtiff-lzw-compression-kit-1.5.tar.gz) = 2cd1c94d237d47104106de3bf4f08baa +SIZE (libtiff-lzw-compression-kit-1.5.tar.gz) = 9646 Property changes on: head/graphics/tiff/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property