[33942] trunk/dports/devel/boost-build/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Feb 7 22:44:15 PST 2008


Revision: 33942
          http://trac.macosforge.org/projects/macports/changeset/33942
Author:   ryandesign at macports.org
Date:     2008-02-07 22:44:13 -0800 (Thu, 07 Feb 2008)

Log Message:
-----------
boost-build: whitespace changes only

Modified Paths:
--------------
    trunk/dports/devel/boost-build/Portfile

Modified: trunk/dports/devel/boost-build/Portfile
===================================================================
--- trunk/dports/devel/boost-build/Portfile	2008-02-08 04:06:07 UTC (rev 33941)
+++ trunk/dports/devel/boost-build/Portfile	2008-02-08 06:44:13 UTC (rev 33942)
@@ -1,58 +1,59 @@
 # $Id$
-PortSystem		1.0
 
-name			boost-build
-version			2.0-m12
-categories		devel
-maintainers		nomaintainer
-description		Build system for large project software construction
-long_description 	Boost.Build is a system for large project software \
-					construction, which is simple to use and powerfull. \
-					Boost.Build V2 is an onging project to rewrite \
-					Boost.Build, improving design and making it more \
-					extensible.
-homepage		http://www.boost.org
-master_sites	sourceforge:boost
-use_bzip2		yes
-checksums		md5 38a40f1c0c2d6eb4f14aa4cf52e9236a \
-				sha1 cd3c06b7b0bcb12ccc9d5e374966ddff5984412a \
-				rmd160 de52a80c55d3ba8e38e199bfbb7c512642471e4e
-platforms		darwin
+PortSystem      1.0
 
-depends_run		port:boost-jam
+name            boost-build
+version         2.0-m12
+categories      devel
+maintainers     nomaintainer
+description     Build system for large project software construction
+long_description    Boost.Build is a system for large project software \
+                    construction, which is simple to use and powerfull. \
+                    Boost.Build V2 is an onging project to rewrite \
+                    Boost.Build, improving design and making it more \
+                    extensible.
+homepage        http://www.boost.org
+master_sites    sourceforge:boost
+use_bzip2       yes
+checksums       md5 38a40f1c0c2d6eb4f14aa4cf52e9236a \
+                sha1 cd3c06b7b0bcb12ccc9d5e374966ddff5984412a \
+                rmd160 de52a80c55d3ba8e38e199bfbb7c512642471e4e
+platforms       darwin
 
-worksrcdir		${name}
+depends_run     port:boost-jam
 
+worksrcdir      ${name}
+
 configure {
-	file delete -force ${worksrcpath}/debian ${worksrcpath}/jam_src/debian
-	reinplace "s|/usr/local|${prefix}|" \
-		${worksrcpath}/doc/html/bbv2/faq.html \
-		${worksrcpath}/doc/src/faq.xml \
-		${worksrcpath}/jam_src/Jambase \
-		${worksrcpath}/jam_src/jam.h \
-		${worksrcpath}/jam_src/jambase.c
-	reinplace "s|+= /usr/include|+= ${prefix}/include|" \
-		${worksrcpath}/jam_src/Jambase \
-		${worksrcpath}/jam_src/jambase.c
-	reinplace "s|/usr/ccs/bin/ar|/usr/bin/ar|" \
-		${worksrcpath}/jam_src/Jambase \
-		${worksrcpath}/jam_src/jambase.c
-	reinplace "s|/usr/share/boost-build|${prefix}/share/${name}|" \
-		${worksrcpath}/jam_src/Jambase \
-		${worksrcpath}/jam_src/jambase.c
-	reinplace "s|/usr/.*/qt|${prefix}/share/qt3|" \
-		${worksrcpath}/user-config.jam
-	if {[catch {set python [binaryInPath python]} result] == 0} {
-		foreach dir {test example/customization jam_src} {
-			foreach script [glob -directory ${worksrcpath}/${dir} *.py] {
-				reinplace "s|^#!.*python|#!${python}|" ${script}
-			}
-		}
-	}
+    file delete -force ${worksrcpath}/debian ${worksrcpath}/jam_src/debian
+    reinplace "s|/usr/local|${prefix}|" \
+        ${worksrcpath}/doc/html/bbv2/faq.html \
+        ${worksrcpath}/doc/src/faq.xml \
+        ${worksrcpath}/jam_src/Jambase \
+        ${worksrcpath}/jam_src/jam.h \
+        ${worksrcpath}/jam_src/jambase.c
+    reinplace "s|+= /usr/include|+= ${prefix}/include|" \
+        ${worksrcpath}/jam_src/Jambase \
+        ${worksrcpath}/jam_src/jambase.c
+    reinplace "s|/usr/ccs/bin/ar|/usr/bin/ar|" \
+        ${worksrcpath}/jam_src/Jambase \
+        ${worksrcpath}/jam_src/jambase.c
+    reinplace "s|/usr/share/boost-build|${prefix}/share/${name}|" \
+        ${worksrcpath}/jam_src/Jambase \
+        ${worksrcpath}/jam_src/jambase.c
+    reinplace "s|/usr/.*/qt|${prefix}/share/qt3|" \
+        ${worksrcpath}/user-config.jam
+    if {[catch {set python [binaryInPath python]} result] == 0} {
+        foreach dir {test example/customization jam_src} {
+            foreach script [glob -directory ${worksrcpath}/${dir} *.py] {
+                reinplace "s|^#!.*python|#!${python}|" ${script}
+            }
+        }
+    }
 }
 
 build {}
 
 destroot {
-	system "cp -R ${worksrcpath} ${destroot}${prefix}/share/${name}"
+    system "cp -R ${worksrcpath} ${destroot}${prefix}/share/${name}"
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080207/3c7667ad/attachment-0001.html


More information about the macports-changes mailing list