[67062] trunk/dports/emulators/bochs/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Apr 27 22:11:30 PDT 2010


Revision: 67062
          http://trac.macports.org/changeset/67062
Author:   ryandesign at macports.org
Date:     2010-04-27 22:11:28 -0700 (Tue, 27 Apr 2010)
Log Message:
-----------
bochs: whitespace changes

Modified Paths:
--------------
    trunk/dports/emulators/bochs/Portfile

Modified: trunk/dports/emulators/bochs/Portfile
===================================================================
--- trunk/dports/emulators/bochs/Portfile	2010-04-28 05:08:54 UTC (rev 67061)
+++ trunk/dports/emulators/bochs/Portfile	2010-04-28 05:11:28 UTC (rev 67062)
@@ -1,27 +1,30 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
 
-name		bochs
-version		2.4.5
-categories	emulators
-maintainers	nomaintainer
-description	cross platform ia-32 emulator
-long_description	Bochs is a highly portable open source IA-32 (x86) \
-	PC emulator written in C++, that runs on most popular platforms. \
-	It emulates the Intel x86 CPU, common I/O devices, and a custom BIOS.
+name                bochs
+version             2.4.5
+categories          emulators
+platforms           darwin
+maintainers         nomaintainer
 
-platforms	darwin
-homepage	http://bochs.sourceforge.net/
-master_sites     sourceforge
+description         cross platform ia-32 emulator
 
+long_description    Bochs is a highly portable open source IA-32 (x86) \
+                    PC emulator written in C++, that runs on most popular \
+                    platforms. It emulates the Intel x86 CPU, common I/O \
+                    devices, and a custom BIOS.
+
+homepage            http://bochs.sourceforge.net/
+master_sites        sourceforge
+
 checksums           md5     fda7eadcd9590934d2901f8439631463 \
                     sha1    e334d31efd79c80454018c9cdafaa0eb75cb018a \
                     rmd160  a5a52d8f58b8ad7b1d544d4f89043244d99fa242
 
-patchfiles      patch-.bochsrc.diff
+patchfiles          patch-.bochsrc.diff
 
-depends_run     port:wget
+depends_run         port:wget
 
 if {[info exists supported_archs]} {
     supported_archs i386 ppc
@@ -35,25 +38,25 @@
     }
 }
 
-configure.args	--exec-prefix=${prefix} \
-		--bindir=${prefix}/bin \
-		--mandir=${prefix}/share/man \
-		--enable-all-optimizations \
-		--enable-sb16=osx \
-		--enable-vbe \
-		--enable-cdrom
+configure.args      --exec-prefix=${prefix} \
+                    --bindir=${prefix}/bin \
+                    --mandir=${prefix}/share/man \
+                    --enable-all-optimizations \
+                    --enable-sb16=osx \
+                    --enable-vbe \
+                    --enable-cdrom
 
 variant smp description {Enable symmetric multi-processor support} {
-        configure.args-append --enable-smp --enable-cpu-level=6
+    configure.args-append --enable-smp --enable-cpu-level=6
 }
 
 post-destroot {
-        xinstall -d ${destroot}${prefix}/share/bochs
-	file copy ${worksrcpath}/bochs.app ${destroot}${prefix}/share/bochs
-	system "ln -s ${prefix}/share/bochs/bochs.app ${destroot}${applications_dir}/bochs.app"
-	xinstall -W ${worksrcpath} bochs bximage bxcommit ${destroot}${prefix}/bin
-        reinplace "s|\$BXSHARE/|${prefix}/share/bochs/|g" \
-                ${destroot}${prefix}/share/bochs/bochsrc-sample.txt
+    xinstall -d ${destroot}${prefix}/share/bochs
+    file copy ${worksrcpath}/bochs.app ${destroot}${prefix}/share/bochs
+    system "ln -s ${prefix}/share/bochs/bochs.app ${destroot}${applications_dir}/bochs.app"
+    xinstall -W ${worksrcpath} bochs bximage bxcommit ${destroot}${prefix}/bin
+    reinplace "s|\$BXSHARE/|${prefix}/share/bochs/|g" \
+        ${destroot}${prefix}/share/bochs/bochsrc-sample.txt
 }
 
 notes "
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100427/a5f09e5a/attachment.html>


More information about the macports-changes mailing list