[50889] trunk/dports/lang/boo/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue May 12 04:31:25 PDT 2009


Revision: 50889
          http://trac.macports.org/changeset/50889
Author:   ryandesign at macports.org
Date:     2009-05-12 04:31:25 -0700 (Tue, 12 May 2009)
Log Message:
-----------
boo: whitespace changes only (tabs to spaces)

Modified Paths:
--------------
    trunk/dports/lang/boo/Portfile

Modified: trunk/dports/lang/boo/Portfile
===================================================================
--- trunk/dports/lang/boo/Portfile	2009-05-12 11:28:29 UTC (rev 50888)
+++ trunk/dports/lang/boo/Portfile	2009-05-12 11:31:25 UTC (rev 50889)
@@ -1,40 +1,49 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem              1.0
 
-name			boo
-version			0.8.0.2730
-categories		lang mono
-platforms		darwin
-maintainers		nomaintainer
-description		object oriented statically typed programming language for CLI
-long_description	Boo is a new object oriented statically typed programming \
-		language for the Common Language Infrastructure with a Python-inspired \
-		syntax and a special focus on language and compiler extensibility.
+name                    boo
+version                 0.8.0.2730
+categories              lang mono
+platforms               darwin
+maintainers             nomaintainer
+homepage                http://boo.codehaus.org/
+master_sites            http://dist.codehaus.org/boo/distributions/
+distname                ${distname}-src
+use_zip                 yes
+worksrcdir
 
-homepage		http://boo.codehaus.org/
-master_sites	http://dist.codehaus.org/boo/distributions/
-distname		${distname}-src
-checksums		md5 de53eea5ffab5f9c1209c1f7588ad5eb
-use_zip			yes
+description             object oriented statically typed programming language \
+                        for CLI
 
-depends_lib		port:mono
-depends_build	port:nant
-use_configure	no
-patchfiles		patch-default.build.diff
-worksrcdir
+long_description        Boo is a new object oriented statically typed \
+                        programming language for the Common Language \
+                        Infrastructure with a Python-inspired syntax and a \
+                        special focus on language and compiler extensibility.
 
-build.cmd		${prefix}/bin/nant
+checksums               md5     de53eea5ffab5f9c1209c1f7588ad5eb
+
+depends_lib             port:mono
+depends_build           port:nant
+
+patchfiles              patch-default.build.diff
+
+use_configure           no
+
+build.cmd               ${prefix}/bin/nant
 build.target
 
-test.run		yes
-test.cmd		${build.cmd} compile-tests && nunit-console tests/build/*Tests.dll
+test.run                yes
+test.cmd                ${build.cmd} compile-tests && nunit-console tests/build/*Tests.dll
 
-destroot.cmd	${build.cmd}
-destroot.destdir	-D:install.prefix=${prefix} -D:install.destdir=${destroot}
+destroot.cmd            ${build.cmd}
+destroot.destdir        -D:install.prefix=${prefix} -D:install.destdir=${destroot}
 post-destroot {
-	file delete -force ${destroot}/tmp
-	reinplace "s|/usr/local|${prefix}|g" ${destroot}${prefix}/bin/booc ${destroot}${prefix}/bin/booi ${destroot}${prefix}/bin/booish
+    file delete -force ${destroot}/tmp
+    reinplace "s|/usr/local|${prefix}|g" \
+        ${destroot}${prefix}/bin/booc \
+        ${destroot}${prefix}/bin/booi \
+        ${destroot}${prefix}/bin/booish
 }
 
 livecheck.check         regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090512/d795b2ca/attachment.html>


More information about the macports-changes mailing list