[62463] trunk/dports/graphics/libwmf/Portfile

jmr at macports.org jmr at macports.org
Fri Jan 8 10:54:47 PST 2010


Revision: 62463
          http://trac.macports.org/changeset/62463
Author:   jmr at macports.org
Date:     2010-01-08 10:54:46 -0800 (Fri, 08 Jan 2010)
Log Message:
-----------
libwmf: whitespace

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

Modified: trunk/dports/graphics/libwmf/Portfile
===================================================================
--- trunk/dports/graphics/libwmf/Portfile	2010-01-08 18:52:32 UTC (rev 62462)
+++ trunk/dports/graphics/libwmf/Portfile	2010-01-08 18:54:46 UTC (rev 62463)
@@ -1,71 +1,71 @@
 # -*- 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
+PortSystem          1.0
 
-name				libwmf
-version				0.2.8.4
-revision			3
-categories			graphics fonts
-maintainers			nomaintainer
-description			Library for converting WMF (Window Metafile Format) files
+name                libwmf
+version             0.2.8.4
+revision            3
+categories          graphics fonts
+maintainers         nomaintainer
+description         Library for converting WMF (Window Metafile Format) files
 long_description \
-	libwmf is a library for reading vector images in Microsoft's native \
-	Windows Metafile Format (WMF) and for either (a) displaying them in, \
-	e.g., an X window, or (b) converting them to more standard/open file \
-	formats.
+    libwmf is a library for reading vector images in Microsoft's native \
+    Windows Metafile Format (WMF) and for either (a) displaying them in, \
+    e.g., an X window, or (b) converting them to more standard/open file \
+    formats.
 
-platforms			darwin
+platforms           darwin
 
-homepage			http://wvware.sourceforge.net/libwmf.html
-master_sites		sourceforge:wvware
+homepage            http://wvware.sourceforge.net/libwmf.html
+master_sites        sourceforge:wvware
 
-checksums			md5 d1177739bf1ceb07f57421f0cee191e0 \
-					sha1 822ab3bd0f5e8f39ad732f2774a8e9f18fc91e89
+checksums           md5 d1177739bf1ceb07f57421f0cee191e0 \
+                    sha1 822ab3bd0f5e8f39ad732f2774a8e9f18fc91e89
 
 depends_build \
-	port:pkgconfig
+    port:pkgconfig
 
 depends_lib \
-	port:zlib \
-	port:libpng \
-	port:jpeg \
-	port:freetype \
-	port:expat
+    port:zlib \
+    port:libpng \
+    port:jpeg \
+    port:freetype \
+    port:expat
 
-patchfiles      configure.ac.diff
+patchfiles          configure.ac.diff
 
-use_autoreconf  yes
-autoreconf.args -fvi
+use_autoreconf      yes
+autoreconf.args     -fvi
 
-configure.args	--with-jpeg \
-				--with-expat \
-				--without-x \
-				--with-fontdir=${prefix}/share/fonts/${name}
+configure.args      --with-jpeg \
+                    --with-expat \
+                    --without-x \
+                    --with-fontdir=${prefix}/share/fonts/${name}
 
 post-destroot {
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING CREDITS ChangeLog \
-		NEWS README TODO ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING CREDITS ChangeLog \
+        NEWS README TODO ${destroot}${prefix}/share/doc/${name}
 }
 
 variant x11 description {Enable X11 support} {
-	depends_lib-append	port:xorg-libX11
-	depends_build-append	bin:mkfontdir:mkfontdir bin:mkfontscale:mkfontscale
+    depends_lib-append  port:xorg-libX11
+    depends_build-append    bin:mkfontdir:mkfontdir bin:mkfontscale:mkfontscale
 
-	configure.args-delete	--without-x
-	configure.args-append	--with-x
+    configure.args-delete   --without-x
+    configure.args-append   --with-x
 
-	post-destroot {
-		system "mkfontscale ${destroot}${prefix}/share/fonts/${name} && mkfontdir ${destroot}${prefix}/share/fonts/${name}"
-	}
+    post-destroot {
+        system "mkfontscale ${destroot}${prefix}/share/fonts/${name} && mkfontdir ${destroot}${prefix}/share/fonts/${name}"
+    }
 }
 
-variant xml2 conflicts expat description {Use libxml2 not expat} {
-	depends_lib-delete	port:expat
-	depends_lib-append	port:libxml2
-	configure.args-delete	--with-expat
-	configure.args-append	--with-libxml2
+variant xml2 description {Use libxml2 not expat} {
+    depends_lib-delete  port:expat
+    depends_lib-append  port:libxml2
+    configure.args-delete   --with-expat
+    configure.args-append   --with-libxml2
 }
 
 livecheck.regex "<title>${name} (.*) released.*</title>"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100108/ab3040a5/attachment-0001.html>


More information about the macports-changes mailing list