[90938] trunk/dports/python/py-tiff/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Mar 18 17:11:12 PDT 2012


Revision: 90938
          https://trac.macports.org/changeset/90938
Author:   ryandesign at macports.org
Date:     2012-03-18 17:11:11 -0700 (Sun, 18 Mar 2012)
Log Message:
-----------
py-tiff: whitespace changes, add modeline

Modified Paths:
--------------
    trunk/dports/python/py-tiff/Portfile

Modified: trunk/dports/python/py-tiff/Portfile
===================================================================
--- trunk/dports/python/py-tiff/Portfile	2012-03-18 21:52:18 UTC (rev 90937)
+++ trunk/dports/python/py-tiff/Portfile	2012-03-19 00:11:11 UTC (rev 90938)
@@ -1,32 +1,36 @@
+# -*- 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 python24 1.0
+PortSystem          1.0
+PortGroup           python24 1.0
 
-name			py-tiff
-version			0.1.4
-revision		1
-categories		python graphics
-platforms		darwin
-maintainers		nomaintainer
-description		pytiff provides tiff handling and advanced imaging for Python
-long_description	${description}
+name                py-tiff
+version             0.1.4
+revision            1
+categories          python graphics
+platforms           darwin
+maintainers         nomaintainer
 
+description         pytiff provides tiff handling and advanced imaging for Python
 
-homepage		http://pubweb.northwestern.edu/~omh221/software_projects/pytiff/
-master_sites	${homepage}
-distname		pytiff-${version}
-checksums		md5 77a30a09348345a40829c9a730ffd9b8
-patchfiles		patch-setup.py
+long_description    ${description}
 
-depends_lib-append	lib:libtiff:tiff
+homepage            http://pubweb.northwestern.edu/~omh221/software_projects/pytiff/
+master_sites        ${homepage}
+distname            pytiff-${version}
 
+checksums           md5     77a30a09348345a40829c9a730ffd9b8
+
+patchfiles          patch-setup.py
+
+depends_lib-append  lib:libtiff:tiff
+
 worksrcdir
 
-build.env		CFLAGS=-I${prefix}/include \
-				LDFLAGS=-L${prefix}/lib
+build.env           CFLAGS=-I${prefix}/include \
+                    LDFLAGS=-L${prefix}/lib
 
-post-destroot	{
-	xinstall -m 644 -W ${worksrcpath} CHANGES README \
-		${destroot}${prefix}/share/doc/${name}
+post-destroot {
+    xinstall -m 644 -W ${worksrcpath} CHANGES README \
+        ${destroot}${prefix}/share/doc/${name}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120318/b08924d1/attachment.html>


More information about the macports-changes mailing list