[35045] trunk/dports/math/fftw-3-single/Portfile

ram at macports.org ram at macports.org
Sat Mar 15 08:09:41 PDT 2008


Revision: 35045
          http://trac.macosforge.org/projects/macports/changeset/35045
Author:   ram at macports.org
Date:     2008-03-15 08:09:37 -0700 (Sat, 15 Mar 2008)

Log Message:
-----------
math/fftw-3-single: whitespace changes to come in line with fftw-3 port

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

Modified: trunk/dports/math/fftw-3-single/Portfile
===================================================================
--- trunk/dports/math/fftw-3-single/Portfile	2008-03-15 14:49:32 UTC (rev 35044)
+++ trunk/dports/math/fftw-3-single/Portfile	2008-03-15 15:09:37 UTC (rev 35045)
@@ -8,46 +8,55 @@
 categories      math
 platforms       darwin
 maintainers     ram openmaintainer
-
-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. \
-    This port is of fftw version 3.x. It has many \
-    improvements relative to 2.x, but is not backwardly \
-    compatible.
-
 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/
 distname        fftw-${version}
 
-checksums       md5 08f2e21c9fd02f4be2bd53a62592afa4 \
-                sha1 3e4c64009ffb48123a0f30f46c1d89da7810dc67 \
-                rmd160 13069b3582eeaa1fba1614cdca2dfbc2e45ab585
+master_sites \
+        ${homepage} \
+        ftp://ftp.fftw.org/pub/fftw/ \
+        ftp://ftp.kusastro.kyoto-u.ac.jp/pub/src/GNU/fftw/
 
-depends_lib     port:fftw-3
+description \
+        Fast C routines to compute the Discrete Fourier Transform
 
-configure.args --enable-type-prefix \
-               --enable-threads \
-               --enable-fma \
-               --enable-float \
-               --disable-fortran \
-               --mandir=${prefix}/share/man \
-               --infodir=${prefix}/share/info
+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.
 
+checksums \
+        md5 08f2e21c9fd02f4be2bd53a62592afa4 \
+        sha1 3e4c64009ffb48123a0f30f46c1d89da7810dc67 \
+        rmd160 13069b3582eeaa1fba1614cdca2dfbc2e45ab585
+
+configure.args \
+        --enable-type-prefix \
+        --enable-threads \
+        --enable-fma \
+        --enable-float \
+        --disable-fortran \
+        --mandir=${prefix}/share/man \
+        --infodir=${prefix}/share/info
+
 configure.cflags-append -fno-common
 
+depends_lib \
+        port:fftw-3
+
+test.run     yes
+test.target  check
+
 use_parallel_build yes
 
 platform powerpc {
@@ -68,9 +77,6 @@
   configure.args-append --enable-fortran
 }
 
-test.run       yes
-test.target    check
-
 post-destroot {
   file delete ${destroot}${prefix}/include/fftw3.f
   file delete ${destroot}${prefix}/include/fftw3.h

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080315/737a56df/attachment.html


More information about the macports-changes mailing list