diff options
author | steve <steve@FreeBSD.org> | 1999-09-07 18:37:59 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-09-07 18:37:59 +0800 |
commit | 52eb3d4c87e5f1b60e5dedc9f830ec6033d9756a (patch) | |
tree | f4531d7d6ac81cb7bfee97e16a46fb16a12a4965 /graphics/tiff | |
parent | b426e56e9c981e90b4d5580889899c828c434a73 (diff) | |
download | freebsd-ports-gnome-52eb3d4c87e5f1b60e5dedc9f830ec6033d9756a.tar.gz freebsd-ports-gnome-52eb3d4c87e5f1b60e5dedc9f830ec6033d9756a.tar.zst freebsd-ports-gnome-52eb3d4c87e5f1b60e5dedc9f830ec6033d9756a.zip |
Update to version 3.5.1 after repository copy.
PR: 13565
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'graphics/tiff')
-rw-r--r-- | graphics/tiff/Makefile | 15 | ||||
-rw-r--r-- | graphics/tiff/distinfo | 2 | ||||
-rw-r--r-- | graphics/tiff/pkg-descr | 7 | ||||
-rw-r--r-- | graphics/tiff/pkg-plist | 2 |
4 files changed, 13 insertions, 13 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index 499f120b4102..3901322a739d 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -1,5 +1,5 @@ # New ports collection makefile for: tiff -# Version required: 3.4 +# Version required: 3.5.1 # Date created: 8 October 1996 # Whom: Richard Hwang <rhwang@bigpanda.com> # Mikhail Teterin <mi@aldan.algebra.com> @@ -8,13 +8,13 @@ # $FreeBSD$ # -DISTNAME= tiff-v3.4beta037 -PKGNAME= tiff-3.4b37 +DISTNAME= tiff-v3.5.1 +PKGNAME= tiff-3.5.1 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.wizards.dupont.com/pub/ImageMagick/delegates/ \ - ftp://ftp.fifi.org/pub/ImageMagick/delegates/ +MASTER_SITES= ftp://ftp.onshore.com/pub/libtiff/ \ + http://www.libtiff.org/ -MAINTAINER= ports@freebsd.org +MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg @@ -74,7 +74,8 @@ post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCDIR}/images ${INSTALL_DATA} ${WRKSRC}/html/*.html ${DOCDIR} - ${INSTALL_DATA} ${WRKSRC}/html/images/* ${DOCDIR}/images + ${INSTALL_DATA} ${WRKSRC}/html/images/*.gif ${DOCDIR}/images + ${INSTALL_DATA} ${WRKSRC}/html/images/*.jpg ${DOCDIR}/images .endif .if ${PORTOBJFORMAT} == "aout" ${LN} -sf libtiff.so.4.0 ${PREFIX}/lib/libtiff.so diff --git a/graphics/tiff/distinfo b/graphics/tiff/distinfo index 5c3b41279dc8..2b1d5b390b11 100644 --- a/graphics/tiff/distinfo +++ b/graphics/tiff/distinfo @@ -1 +1 @@ -MD5 (tiff-v3.4beta037.tar.gz) = d809f5b88130062c6a2d2f70d0558b7e +MD5 (tiff-v3.5.1.tar.gz) = dfcde380cff2c4538964de1634dd4d52 diff --git a/graphics/tiff/pkg-descr b/graphics/tiff/pkg-descr index 5e743ab3db8a..7e73e03b4480 100644 --- a/graphics/tiff/pkg-descr +++ b/graphics/tiff/pkg-descr @@ -11,10 +11,7 @@ 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 - Unless NOPORTDOCS is defined, the html documentations is also installed locally in /usr/local/share/doc/tiff. + +WWW: http://www.libtiff.org/ diff --git a/graphics/tiff/pkg-plist b/graphics/tiff/pkg-plist index 265c7bdd5ab7..0a63276de2e9 100644 --- a/graphics/tiff/pkg-plist +++ b/graphics/tiff/pkg-plist @@ -46,6 +46,8 @@ share/doc/tiff/v3.4beta033.html share/doc/tiff/v3.4beta034.html share/doc/tiff/v3.4beta035.html share/doc/tiff/v3.4beta036.html +share/doc/tiff/v3.5.1.html +share/doc/tiff/where_is_sam.html share/doc/tiff/images/back.gif share/doc/tiff/images/bali.jpg share/doc/tiff/images/cat.gif |