mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Update to version 3.5.1 after repository copy.
PR: 13565 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
This commit is contained in:
parent
a0261dc0b9
commit
76ee352c22
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21365
@ -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
|
||||
|
@ -1 +1 @@
|
||||
MD5 (tiff-v3.4beta037.tar.gz) = d809f5b88130062c6a2d2f70d0558b7e
|
||||
MD5 (tiff-v3.5.1.tar.gz) = dfcde380cff2c4538964de1634dd4d52
|
||||
|
@ -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/
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user