[115873] trunk/dports/math/fftw/Portfile

sean at macports.org sean at macports.org
Sun Jan 12 22:11:09 PST 2014


Revision: 115873
          https://trac.macports.org/changeset/115873
Author:   sean at macports.org
Date:     2014-01-12 22:11:09 -0800 (Sun, 12 Jan 2014)
Log Message:
-----------
fftw: add modeline and format whitespace

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

Modified: trunk/dports/math/fftw/Portfile
===================================================================
--- trunk/dports/math/fftw/Portfile	2014-01-13 06:11:04 UTC (rev 115872)
+++ trunk/dports/math/fftw/Portfile	2014-01-13 06:11:09 UTC (rev 115873)
@@ -1,44 +1,45 @@
+# -*- 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
+PortSystem          1.0
 
-name		fftw
-version		2.1.5
-revision	6
-categories	math devel
-license		GPL-2+
-maintainers     sean
-description	Fast C routines to compute the Discrete Fourier Transform
+name                fftw
+version             2.1.5
+revision            6
+categories          math devel
+license             GPL-2+
+maintainers         sean
+description         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.
+    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.
 
-platforms	darwin
+platforms           darwin
 
-homepage	http://www.fftw.org/
-master_sites	${homepage} \
-		ftp://ftp.fftw.org/pub/fftw/ \
-		ftp://ftp.kusastro.kyoto-u.ac.jp/pub/src/GNU/fftw/
+homepage            http://www.fftw.org/
+master_sites        ${homepage} \
+                    ftp://ftp.fftw.org/pub/fftw/ \
+                    ftp://ftp.kusastro.kyoto-u.ac.jp/pub/src/GNU/fftw/
 
-checksums	md5 8d16a84f3ca02a785ef9eb36249ba433 \
-		sha1 12020b58edc1b0490a83db4aa912fac5dfdfb26b \
-		rmd160 723308722d76c12710db6473979adf8d086b0909
-configure.args	--enable-type-prefix --enable-threads \
-		--enable-fortran --infodir=${prefix}/share/info \
-		--enable-shared
+checksums           md5 8d16a84f3ca02a785ef9eb36249ba433 \
+                    sha1 12020b58edc1b0490a83db4aa912fac5dfdfb26b \
+                    rmd160 723308722d76c12710db6473979adf8d086b0909
+configure.args      --enable-type-prefix --enable-threads \
+                    --enable-fortran --infodir=${prefix}/share/info \
+                    --enable-shared
 
 # TODO: Fix to build with muniversal
-universal_variant no
+universal_variant   no
 
 platform darwin {
-    patchfiles-append	patch-configure_darwin
+    patchfiles-append patch-configure_darwin
 }
 
 post-destroot {
@@ -50,7 +51,7 @@
     configure.args-append --enable-mpi
 
     post-extract {
-       reinplace "s/mpicc/mpicc-mp mpicc/" configure
+        reinplace "s/mpicc/mpicc-mp mpicc/" configure
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140112/fd730045/attachment-0001.html>


More information about the macports-changes mailing list