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

stromnov at macports.org stromnov at macports.org
Wed Mar 20 06:08:23 PDT 2013


Revision: 104189
          https://trac.macports.org/changeset/104189
Author:   stromnov at macports.org
Date:     2013-03-20 06:08:23 -0700 (Wed, 20 Mar 2013)
Log Message:
-----------
tiff: fix whitespaces

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

Modified: trunk/dports/graphics/tiff/Portfile
===================================================================
--- trunk/dports/graphics/tiff/Portfile	2013-03-20 12:38:06 UTC (rev 104188)
+++ trunk/dports/graphics/tiff/Portfile	2013-03-20 13:08:23 UTC (rev 104189)
@@ -1,58 +1,61 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
-PortGroup  xcodeversion 1.0
-PortGroup  muniversal 1.0
+PortSystem          1.0
+PortGroup           xcodeversion 1.0
+PortGroup           muniversal 1.0
 
-name		tiff
-version		4.0.3
-revision    1
-categories	graphics
-license		BSD
-maintainers	nomaintainer
-description	Library and tools for dealing with Tag Image File Format
-long_description \
-	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, 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.
-homepage	http://www.remotesensing.org/libtiff
-platforms	darwin
-master_sites	http://download.osgeo.org/libtiff/ \
-		ftp://ftp.remotesensing.org/pub/libtiff/ \
-		http://dl.maptools.org/dl/libtiff/ \
-		freebsd
+name                tiff
+version             4.0.3
+revision            1
+categories          graphics
+platforms           darwin
+license             BSD
 
-checksums       rmd160  eacd725fb3c299682c1c2e508049d98acd170f31 \
-                sha256  ea1aebe282319537fb2d4d7805f478dd4e0e05c33d0928baba76a7c963684872
+maintainers         nomaintainer
 
-depends_lib     port:jpeg \
-                port:xz \
-                port:zlib
+description         Library and tools for dealing with Tag Image File Format
+long_description    \
+    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, 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.
 
-test.run        yes
-test.target     check
+homepage            http://www.remotesensing.org/libtiff
+master_sites        http://download.osgeo.org/libtiff/ \
+                    ftp://ftp.remotesensing.org/pub/libtiff/ \
+                    http://dl.maptools.org/dl/libtiff/ \
+                    freebsd
 
-configure.args	--disable-jbig \
-		--with-docdir=${prefix}/share/doc/${name} \
-		--with-jpeg-include-dir=${prefix}/include \
-		--with-jpeg-lib-dir=${prefix}/lib \
-		--with-lzma-include-dir=${prefix}/include \
-		--with-lzma-lib-dir=${prefix}/lib \
-		--with-zlib-include-dir=${prefix}/include \
-		--with-zlib-lib-dir=${prefix}/lib
+checksums           rmd160  eacd725fb3c299682c1c2e508049d98acd170f31 \
+                    sha256  ea1aebe282319537fb2d4d7805f478dd4e0e05c33d0928baba76a7c963684872
 
+depends_lib         port:jpeg \
+                    port:xz \
+                    port:zlib
+
+test.run            yes
+test.target         check
+
+configure.args      --disable-jbig \
+                    --with-docdir=${prefix}/share/doc/${name} \
+                    --with-jpeg-include-dir=${prefix}/include \
+                    --with-jpeg-lib-dir=${prefix}/lib \
+                    --with-lzma-include-dir=${prefix}/include \
+                    --with-lzma-lib-dir=${prefix}/lib \
+                    --with-zlib-include-dir=${prefix}/include \
+                    --with-zlib-lib-dir=${prefix}/lib
+
 configure.ldflags-append \
-        -headerpad_max_install_names
+                    -headerpad_max_install_names
 
 use_parallel_build  yes
 
@@ -67,7 +70,8 @@
 minimum_xcodeversions {9 3.1}
 
 # tools/tiffgt.c incorrectly uses HAVE_APPLE_OPENGL_FRAMEWORK rather than HAVE_OPENGL_GL_H
-configure.cppflags-append -DHAVE_APPLE_OPENGL_FRAMEWORK
+configure.cppflags-append \
+                    -DHAVE_APPLE_OPENGL_FRAMEWORK
 
 variant jbig description {Enable JBIG support} {
     depends_lib-append      port:jbigkit
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130320/d3ee3202/attachment.html>


More information about the macports-changes mailing list