[29390] trunk/dports/graphics/tiff/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Sep 22 13:17:37 PDT 2007


Revision: 29390
          http://trac.macosforge.org/projects/macports/changeset/29390
Author:   nox at macports.org
Date:     2007-09-22 13:17:36 -0700 (Sat, 22 Sep 2007)

Log Message:
-----------
tiff (closes #11989):
 * Changed homepage.
 * Removed old official master sites.
 * Added sha1 and rmd160 checksums.
 * Removed post-destroot stage, documentation installation is now handled by --with-docdir configure parameter.
 * Added test support.

Modified Paths:
--------------
    trunk/dports/graphics/tiff/Portfile

Modified: trunk/dports/graphics/tiff/Portfile
===================================================================
--- trunk/dports/graphics/tiff/Portfile	2007-09-22 19:57:31 UTC (rev 29389)
+++ trunk/dports/graphics/tiff/Portfile	2007-09-22 20:17:36 UTC (rev 29390)
@@ -3,6 +3,7 @@
 PortSystem 1.0
 name		tiff
 version		3.8.2
+revision    1
 categories	graphics
 maintainers	waqar at macports.org
 description	Library and tools for dealing with Tag Image File Format
@@ -19,18 +20,23 @@
 	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.
-homepage	http://www.libtiff.org/
+homepage	http://www.remotesensing.org/libtiff
 platforms	darwin
 master_sites	ftp://ftp.remotesensing.org/pub/libtiff/ \
-		ftp://ftp.remotesensing.org/pub/libtiff/old \
 		http://dl.maptools.org/dl/libtiff/ \
 		freebsd
 
-checksums	sha1 549e67b6a15b42bfcd72fe17cda7c9a198a393eb
+checksums   md5 fbb6f446ea4ed18955e2714934e5b698 \
+            sha1 549e67b6a15b42bfcd72fe17cda7c9a198a393eb \
+            rmd160 1b4d825e3be08764e953fc58246d0c25ab4dd17d
 
 depends_lib	port:jpeg port:zlib
 
+test.run        yes
+test.target     check
+
 configure.args	--mandir=${prefix}/share/man \
+                --with-docdir=${prefix}/share/doc/${name}-${version} \
 		--with-jpeg-include-dir=${prefix}/include \
 		--with-jpeg-lib-dir=${prefix}/lib \
 		--with-zlib-include-dir=${prefix}/include \
@@ -44,6 +50,10 @@
 		${destroot}/${prefix}/share/doc/${name}
 }
 
+platform macosx {
+    configure.args-append   --with-apple-opengl-framework
+}
+
 platform darwin 8 {
 	configure.compiler	gcc-4.0
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070922/dfbfed99/attachment.html


More information about the macports-changes mailing list