[47142] trunk/dports/math

ram at macports.org ram at macports.org
Sun Feb 22 10:17:08 PST 2009


Revision: 47142
          http://trac.macports.org/changeset/47142
Author:   ram at macports.org
Date:     2009-02-22 10:17:07 -0800 (Sun, 22 Feb 2009)
Log Message:
-----------
fftw-3/fftw-3-single: whitespace consistency

Modified Paths:
--------------
    trunk/dports/math/fftw-3/Portfile
    trunk/dports/math/fftw-3-single/Portfile

Modified: trunk/dports/math/fftw-3/Portfile
===================================================================
--- trunk/dports/math/fftw-3/Portfile	2009-02-22 17:52:44 UTC (rev 47141)
+++ trunk/dports/math/fftw-3/Portfile	2009-02-22 18:17:07 UTC (rev 47142)
@@ -1,4 +1,3 @@
-# -*- 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
@@ -12,63 +11,63 @@
 distname        fftw-${version}
 
 master_sites \
-	${homepage} \
-	ftp://ftp.fftw.org/pub/fftw/ \
-	ftp://ftp.kusastro.kyoto-u.ac.jp/pub/src/GNU/fftw/
+    ${homepage} \
+    ftp://ftp.fftw.org/pub/fftw/ \
+    ftp://ftp.kusastro.kyoto-u.ac.jp/pub/src/GNU/fftw/
 
 description \
-	Fast C routines to compute the Discrete Fourier Transform
+    Fast C routines to compute the Discrete Fourier Transform
 
 long_description \
-	FFTW is a C subroutine library for computing the \
-	Discrete Fourier Transform (DFT) in one or more \
-	dimensions, of both real and complex data, and of \
-	arbitrary input size. We believe that FFTW, which is \
-	free software, should become the FFT library of choice \
-	for most applications. Our benchmarks, performed on a \
-	variety of platforms, show that FFTW's performance is \
-	typically superior to that of other publicly available \
-	FFT software. Moreover, FFTW's performance is portable: \
-	the program will perform well on most architectures \
-	without modification. \
-	This port is of fftw version 3.x. It has many \
-	improvements relative to 2.x, but is not backwardly \
-	compatible.
+    FFTW is a C subroutine library for computing the \
+    Discrete Fourier Transform (DFT) in one or more \
+    dimensions, of both real and complex data, and of \
+    arbitrary input size. We believe that FFTW, which is \
+    free software, should become the FFT library of choice \
+    for most applications. Our benchmarks, performed on a \
+    variety of platforms, show that FFTW's performance is \
+    typically superior to that of other publicly available \
+    FFT software. Moreover, FFTW's performance is portable: \
+    the program will perform well on most architectures \
+    without modification. \
+    This port is of fftw version 3.x. It has many \
+    improvements relative to 2.x, but is not backwardly \
+    compatible.
 
-checksums md5 712d3f33625a0a76f5758648d4b925f7 \
-          sha1 690a7cb4fb947a555eaf166cd098a43b61796723 \
-          rmd160 b8537c9a245638ea01bbac7ca56862844be674be
+checksums \
+    md5 712d3f33625a0a76f5758648d4b925f7 \
+    sha1 690a7cb4fb947a555eaf166cd098a43b61796723 \
+    rmd160 b8537c9a245638ea01bbac7ca56862844be674be
 
 configure.args \
-	--enable-threads \
-	--enable-fma \
-	--disable-fortran \
-	--enable-shared
+    --enable-threads \
+    --enable-fma \
+    --disable-fortran \
+    --enable-shared
 
 configure.cflags-append -fno-common
 
 test.run     yes
 test.target  check
 
-universal_variant yes
 use_parallel_build yes
 
 variant gcc42 description {create Fortran wrappers using gcc42} conflicts gcc43 g95 {
-	depends_lib-append    port:gcc42
-	configure.f77         gfortran-mp-4.2
-	configure.args-delete --disable-fortran
+    depends_lib-append    port:gcc42
+    configure.f77         gfortran-mp-4.2
+    configure.args-delete --disable-fortran
 }
 
 variant gcc43 description {create Fortran wrappers using gcc43} conflicts gcc42 g95 {
-	depends_lib-append    port:gcc43
-	configure.f77         gfortran-mp-4.3
-	configure.args-delete --disable-fortran
+    depends_lib-append    port:gcc43
+    configure.f77         gfortran-mp-4.3
+    configure.args-delete --disable-fortran
 }
 
 variant g95 description {create Fortran wrappers using f95} conflicts gcc42 gcc43 {
-	depends_lib-append    port:g95
-	configure.f77         g95
-	configure.args-delete --disable-fortran
+    depends_lib-append    port:g95
+    configure.f77         g95
+    configure.args-delete --disable-fortran
 }
 
 if {![info exists universal_archs]} {
@@ -93,7 +92,7 @@
 			}
 		}
 	}
-    
+
 	configure {
 		foreach arch ${universal_archs} {
 			set my_arch_flag "-arch ${arch}"
@@ -102,7 +101,7 @@
 			system "cd ${workpath}/${arch} && CFLAGS=\"${my_cflags}\" CXXFLAGS=\"${my_cflags}\" LDFLAGS=\"${my_ldflags}\" ${configure.cmd} ${configure.pre_args} ${configure.args}"
 		}
 	}
-    
+
 	build {
 		foreach arch ${universal_archs} {
 			system "cd ${workpath}/${arch} && ${build.cmd} ${build.pre_args}"

Modified: trunk/dports/math/fftw-3-single/Portfile
===================================================================
--- trunk/dports/math/fftw-3-single/Portfile	2009-02-22 17:52:44 UTC (rev 47141)
+++ trunk/dports/math/fftw-3-single/Portfile	2009-02-22 18:17:07 UTC (rev 47142)
@@ -12,48 +12,48 @@
 dist_subdir     fftw-3
 
 master_sites \
-        ${homepage} \
-        ftp://ftp.fftw.org/pub/fftw/ \
-        ftp://ftp.kusastro.kyoto-u.ac.jp/pub/src/GNU/fftw/
+    ${homepage} \
+    ftp://ftp.fftw.org/pub/fftw/ \
+    ftp://ftp.kusastro.kyoto-u.ac.jp/pub/src/GNU/fftw/
 
 description \
-        Fast C routines to compute the Discrete Fourier Transform
+    Fast C routines to compute the Discrete Fourier Transform
 
 long_description \
-        FFTW is a C subroutine library for computing the \
-        Discrete Fourier Transform (DFT) in one or more \
-        dimensions, of both real and complex data, and of \
-        arbitrary input size. We believe that FFTW, which is \
-        free software, should become the FFT library of choice \
-        for most applications. Our benchmarks, performed on a \
-        variety of platforms, show that FFTW's performance is \
-        typically superior to that of other publicly available \
-        FFT software. Moreover, FFTW's performance is portable: \
-        the program will perform well on most architectures \
-        without modification. \
-        This port is of fftw version 3.x. It has many \
-        improvements relative to 2.x, but is not backwardly \
-        compatible.
+    FFTW is a C subroutine library for computing the \
+    Discrete Fourier Transform (DFT) in one or more \
+    dimensions, of both real and complex data, and of \
+    arbitrary input size. We believe that FFTW, which is \
+    free software, should become the FFT library of choice \
+    for most applications. Our benchmarks, performed on a \
+    variety of platforms, show that FFTW's performance is \
+    typically superior to that of other publicly available \
+    FFT software. Moreover, FFTW's performance is portable: \
+    the program will perform well on most architectures \
+    without modification. \
+    This port is of fftw version 3.x. It has many \
+    improvements relative to 2.x, but is not backwardly \
+    compatible.
 
 checksums \
-        md5 712d3f33625a0a76f5758648d4b925f7 \
-        sha1 690a7cb4fb947a555eaf166cd098a43b61796723 \
-        rmd160 b8537c9a245638ea01bbac7ca56862844be674be
+    md5 712d3f33625a0a76f5758648d4b925f7 \
+    sha1 690a7cb4fb947a555eaf166cd098a43b61796723 \
+    rmd160 b8537c9a245638ea01bbac7ca56862844be674be
 
 configure.args \
-        --enable-type-prefix \
-        --enable-threads \
-        --enable-fma \
-        --enable-float \
-        --disable-fortran \
-        --enable-shared \
-        --mandir=${prefix}/share/man \
-        --infodir=${prefix}/share/info
+    --enable-type-prefix \
+    --enable-threads \
+    --enable-fma \
+    --enable-float \
+    --disable-fortran \
+    --enable-shared \
+    --mandir=${prefix}/share/man \
+    --infodir=${prefix}/share/info
 
 configure.cflags-append -fno-common
 
 depends_lib \
-        port:fftw-3
+    port:fftw-3
 
 test.run     yes
 test.target  check
@@ -65,21 +65,21 @@
 }
 
 variant gcc42 description {create Fortran wrappers using gcc42} conflicts gcc43 g95 {
-        depends_lib-append    port:gcc42
-        configure.f77         gfortran-mp-4.2
-        configure.args-delete --disable-fortran
+    depends_lib-append    port:gcc42
+    configure.f77         gfortran-mp-4.2
+    configure.args-delete --disable-fortran
 }
 
 variant gcc43 description {create Fortran wrappers using gcc43} conflicts gcc42 g95 {
-        depends_lib-append    port:gcc43
-        configure.f77         gfortran-mp-4.3
-        configure.args-delete --disable-fortran
+    depends_lib-append    port:gcc43
+    configure.f77         gfortran-mp-4.3
+    configure.args-delete --disable-fortran
 }
 
 variant g95 description {create Fortran wrappers using f95} conflicts gcc42 gcc43 {
-        depends_lib-append    port:g95
-        configure.f77         g95
-        configure.args-delete --disable-fortran
+    depends_lib-append    port:g95
+    configure.f77         g95
+    configure.args-delete --disable-fortran
 }
 
 if {![info exists universal_archs]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090222/057a951d/attachment.html>


More information about the macports-changes mailing list