[23009] trunk/dports/math/fftw-3/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 21 15:26:05 PDT 2007


Revision: 23009
          http://trac.macosforge.org/projects/macports/changeset/23009
Author:   ryandesign at macports.org
Date:     2007-03-21 15:26:05 -0700 (Wed, 21 Mar 2007)

Log Message:
-----------
Whitespace changes only

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

Modified: trunk/dports/math/fftw-3/Portfile
===================================================================
--- trunk/dports/math/fftw-3/Portfile	2007-03-21 20:30:54 UTC (rev 23008)
+++ trunk/dports/math/fftw-3/Portfile	2007-03-21 22:26:05 UTC (rev 23009)
@@ -1,52 +1,56 @@
 # $Id$
 
-PortSystem 1.0
-name		fftw-3
-version		3.1.2
-categories	math
-platforms	darwin
-maintainers	takeshi at mac.com
+PortSystem      1.0
+name            fftw-3
+version         3.1.2
+categories      math
+platforms       darwin
+maintainers     takeshi at mac.com
+homepage        http://www.fftw.org/
+distname        fftw-${portversion}
 
-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.
+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/
+description \
+	Fast C routines to compute the Discrete Fourier Transform
 
-distname	fftw-${portversion}
+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
+checksums \
+	md5 08f2e21c9fd02f4be2bd53a62592afa4
 
-configure.args	--enable-type-prefix		\
-		--enable-threads		\
-		--enable-fma			\
-		--disable-fortran		\
-		--mandir=${prefix}/share/man	\
-		--infodir=${prefix}/share/info
+configure.args \
+	--enable-type-prefix \
+	--enable-threads \
+	--enable-fma \
+	--disable-fortran \
+	--mandir=${prefix}/share/man \
+	--infodir=${prefix}/share/info
 
-variant fortran	{ depends_lib-append	port:gcc40
-		  configure.args-delete	--disable-fortran
-		  configure.args-append	--enable-fortran=gfortran-dp-4.0
-		}
+post-build {
+	cd ${worksrcpath}
+	system "make check"
+}
 
-post-build	{ cd ${worksrcpath}
-		  system "make check"
-		}
-
+variant fortran {
+	depends_lib-append port:gcc40
+	configure.args-delete --disable-fortran
+	configure.args-append --enable-fortran=gfortran-dp-4.0
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070321/38b55d53/attachment.html


More information about the macports-changes mailing list