[56248] trunk/dports/graphics/enblend/Portfile

jmr at macports.org jmr at macports.org
Tue Aug 25 11:25:06 PDT 2009


Revision: 56248
          http://trac.macports.org/changeset/56248
Author:   jmr at macports.org
Date:     2009-08-25 11:25:06 -0700 (Tue, 25 Aug 2009)
Log Message:
-----------
enblend: consistent whitespace

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

Modified: trunk/dports/graphics/enblend/Portfile
===================================================================
--- trunk/dports/graphics/enblend/Portfile	2009-08-25 18:22:18 UTC (rev 56247)
+++ trunk/dports/graphics/enblend/Portfile	2009-08-25 18:25:06 UTC (rev 56248)
@@ -2,37 +2,37 @@
 
 PortSystem 1.0
 
-name			enblend
-version			3.2
-categories		graphics
-maintainers		nomaintainer
-description		a tool to composite images
-long_description	Enblend is a tool to composite overlapping images \
-			with invisible (or very difficult to see) seams. Enfuse is a \
-			tool for automatic exposure and contrast blending.
-homepage		http://enblend.sourceforge.net/
-platforms		darwin
-master_sites		sourceforge:${name}
-distname		enblend-enfuse-${version}
-checksums		md5 9b6ebaf672f5103c633a53c9723d99c3 \
-			sha1 e44226ec6759dd3e6dcf46bb34848b64536ad495 \
-			rmd160 7a9b0037b821ac287327477d52665372d0850dbb
+name            enblend
+version         3.2
+categories      graphics
+maintainers     nomaintainer
+description     a tool to composite images
+long_description    Enblend is a tool to composite overlapping images \
+                with invisible (or very difficult to see) seams. Enfuse is a \
+                tool for automatic exposure and contrast blending.
+homepage        http://enblend.sourceforge.net/
+platforms       darwin
+master_sites    sourceforge:${name}
+distname        enblend-enfuse-${version}
+checksums       md5 9b6ebaf672f5103c633a53c9723d99c3 \
+                sha1 e44226ec6759dd3e6dcf46bb34848b64536ad495 \
+                rmd160 7a9b0037b821ac287327477d52665372d0850dbb
 
-depends_lib		port:boost \
-			port:lcms \
-			port:libpng \
-			port:libxmi \
-			port:mesa \
-			port:openexr
+depends_lib     port:boost \
+                port:lcms \
+                port:libpng \
+                port:libxmi \
+                port:mesa \
+                port:openexr
 
-configure.args		--mandir=${prefix}/share/man \
-			--enable-image-cache=yes
+configure.args  --mandir=${prefix}/share/man \
+                --enable-image-cache=yes
 
 post-destroot {
-	xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath} AUTHORS ChangeLog COPYING \
-		NEWS README TODO VIGRA_LICENSE \
-		${destroot}${prefix}/share/doc/${name}
+    xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} AUTHORS ChangeLog COPYING \
+        NEWS README TODO VIGRA_LICENSE \
+        ${destroot}${prefix}/share/doc/${name}
 }
 
 platform macosx {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090825/84d1507a/attachment-0001.html>


More information about the macports-changes mailing list