[28962] trunk/dports/archivers/ecm/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Sep 12 12:37:53 PDT 2007


Revision: 28962
          http://trac.macosforge.org/projects/macports/changeset/28962
Author:   nox at macports.org
Date:     2007-09-12 12:37:52 -0700 (Wed, 12 Sep 2007)

Log Message:
-----------
ecm: Whitespace changes.

Modified Paths:
--------------
    trunk/dports/archivers/ecm/Portfile

Modified: trunk/dports/archivers/ecm/Portfile
===================================================================
--- trunk/dports/archivers/ecm/Portfile	2007-09-12 19:35:34 UTC (rev 28961)
+++ trunk/dports/archivers/ecm/Portfile	2007-09-12 19:37:52 UTC (rev 28962)
@@ -1,56 +1,56 @@
 # $Id$
 
-PortSystem		1.0
+PortSystem      1.0
 
-name			ecm
-version			1.0
-categories		archivers
-platforms		darwin
-maintainers		nomaintainer
-description		CD image file error code modeler
+name            ecm
+version         1.0
+categories      archivers
+platforms       darwin
+maintainers     nomaintainer
+description     CD image file error code modeler
 
 long_description \
-				ECM (Error Code Modeler) lets you prepare CD image files - \
-				such as BIN, CDI, NRG, CCD, or similar - so that they'll compress \
-				far better.
+    ECM (Error Code Modeler) lets you prepare CD image files - \
+    such as BIN, CDI, NRG, CCD, or similar - so that they'll compress \
+    far better.
 
-homepage		http://www.neillcorlett.com/ecm/
-master_sites	http://www.neillcorlett.com/downloads/
-distname		ecm100
-use_zip			yes
+homepage        http://www.neillcorlett.com/ecm/
+master_sites    http://www.neillcorlett.com/downloads/
+distname        ecm100
+use_zip         yes
 
-checksums		md5 debcc0772cea7e8b1ae2562a38788fb6 \
-				sha1 ec8884b547bebee69fa3d2901dbd076f9a84c2ce \
-				rmd160 04110dd50d7609e0337e71ab7587fb3d0d05eefb
+checksums       md5 debcc0772cea7e8b1ae2562a38788fb6 \
+                sha1 ec8884b547bebee69fa3d2901dbd076f9a84c2ce \
+                rmd160 04110dd50d7609e0337e71ab7587fb3d0d05eefb
 
-extract.dir		${worksrcpath}
+extract.dir     ${worksrcpath}
 
 pre-extract {
-	file mkdir ${worksrcpath}
+    file mkdir ${worksrcpath}
 }
 
 # Dummy configure to enable universal variant
 configure {}
 
 build {
-	cd ${worksrcpath}
+    cd ${worksrcpath}
 
-	foreach {bin} {ecm unecm} {
-		system "gcc [join ${configure.cflags} " "] ${bin}.c -o ${bin}"
-	}
+    foreach {bin} {ecm unecm} {
+        system "gcc [join ${configure.cflags} " "] ${bin}.c -o ${bin}"
+    }
 }
 
 destroot {
-	cd ${worksrcpath}
+    cd ${worksrcpath}
 
-	xinstall ecm unecm ${destroot}${prefix}/bin
+    xinstall ecm unecm ${destroot}${prefix}/bin
 
-	set docdir ${prefix}/share/doc/${name}-${version}
-	xinstall -d ${destroot}${docdir}
-	eval xinstall -m 0644 [glob *.txt] ${destroot}${docdir}
+    set docdir ${prefix}/share/doc/${name}-${version}
+    xinstall -d ${destroot}${docdir}
+    eval xinstall -m 0644 [glob *.txt] ${destroot}${docdir}
 }
 
-livecheck.check	regex
-livecheck.url	${homepage}
+livecheck.check regex
+livecheck.url   ${homepage}
 livecheck.regex "ECM v(\\d+(?:\\.\\d+)*)"
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070912/5dbac071/attachment.html


More information about the macports-changes mailing list