[91692] trunk/dports/graphics/ale/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Apr 8 00:46:47 PDT 2012


Revision: 91692
          https://trac.macports.org/changeset/91692
Author:   ryandesign at macports.org
Date:     2012-04-08 00:46:44 -0700 (Sun, 08 Apr 2012)
Log Message:
-----------
ale: whitespace and formatting changes; add modeline

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

Modified: trunk/dports/graphics/ale/Portfile
===================================================================
--- trunk/dports/graphics/ale/Portfile	2012-04-08 07:05:23 UTC (rev 91691)
+++ trunk/dports/graphics/ale/Portfile	2012-04-08 07:46:44 UTC (rev 91692)
@@ -1,37 +1,40 @@
+# -*- 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            	ale
-version         	0.8.7
+name                ale
+version             0.8.7
+categories          graphics
+platforms           darwin
+maintainers         nomaintainer
+license             GPL-2+
 
-description     	antilamenessing engine
-long_description	ALE is a free software program that renders \
-			high-fidelity images of real scenes by aligning \
-			and combining many similar images from a camera \
-			or scanner. The correct similarity between images \
-			is roughly that achieved by a somewhat unsteady \
-			hand holding a camera.
-homepage		http://auricle.dyndns.org/ALE/
-platforms       	darwin
-categories      	graphics
-license         	GPL-2+
-maintainers     	nomaintainer
-master_sites		http://auricle.dyndns.org/ALE/download/:ale \
-			http://auricle.dyndns.org/ALE/bugs/:alepatch
-distfiles		ale-${version}.tar.gz:ale
+description         antilamenessing engine
 
-extract.only		ale-${version}.tar.gz
-worksrcdir		ale-${version}
-checksums		ale-${version}.tar.gz md5 d9e9aaf7896cfa74e8d75159e1ee2817
+long_description    ALE is a free software program that renders high-fidelity \
+                    images of real scenes by aligning and combining many \
+                    similar images from a camera or scanner. The correct \
+                    similarity between images is roughly that achieved by a \
+                    somewhat unsteady hand holding a camera.
 
-depends_build   port:pkgconfig
-depends_lib		lib:Magick:ImageMagick
+homepage            http://auricle.dyndns.org/ALE/
+master_sites        http://auricle.dyndns.org/ALE/download/:ale \
+                    http://auricle.dyndns.org/ALE/bugs/:alepatch
+distfiles           ale-${version}.tar.gz:ale
 
-destroot        {
-	xinstall -m 755 -d ${destroot}${prefix}/bin
-	xinstall -s -m 755 ${worksrcpath}/ale ${destroot}${prefix}/bin/
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-        xinstall -m 644 -W ${worksrcpath} ChangeLog COPYING README \
-                ${destroot}${prefix}/share/doc/${name}
+extract.only        ale-${version}.tar.gz
+worksrcdir          ale-${version}
+checksums           ale-${version}.tar.gz md5 d9e9aaf7896cfa74e8d75159e1ee2817
+
+depends_build       port:pkgconfig
+
+depends_lib         lib:Magick:ImageMagick
+
+destroot {
+    xinstall -m 755 -d ${destroot}${prefix}/bin
+    xinstall -s -m 755 ${worksrcpath}/ale ${destroot}${prefix}/bin/
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} ChangeLog COPYING README \
+        ${destroot}${prefix}/share/doc/${name}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120408/49e77eb6/attachment.html>


More information about the macports-changes mailing list