diff options
author | garbled <garbled@pkgsrc.org> | 1998-10-21 19:16:45 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1998-10-21 19:16:45 +0000 |
commit | eb7167f28729afd68fddffad6276d5fd3804406b (patch) | |
tree | d6acd989e7438645adbf1c779f25df88740d287b /math | |
parent | ca0d854dae7f0410f7b8742dacfa275633b3adab (diff) | |
download | pkgsrc-eb7167f28729afd68fddffad6276d5fd3804406b.tar.gz |
Initial import of fftw-2.0.1
a collection of fast C routines to compute DFTs
Diffstat (limited to 'math')
-rw-r--r-- | math/fftw/Makefile | 18 | ||||
-rw-r--r-- | math/fftw/files/md5 | 3 | ||||
-rw-r--r-- | math/fftw/pkg/COMMENT | 1 | ||||
-rw-r--r-- | math/fftw/pkg/DESCR | 2 | ||||
-rw-r--r-- | math/fftw/pkg/PLIST | 11 |
5 files changed, 35 insertions, 0 deletions
diff --git a/math/fftw/Makefile b/math/fftw/Makefile new file mode 100644 index 00000000000..16babb9657e --- /dev/null +++ b/math/fftw/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 1998/10/21 19:16:45 garbled Exp $ + +DISTNAME= fftw-2.0.1 +CATEGORIES= math +MASTER_SITES= ftp://theory.lcs.mit.edu/pub/fftw/ + +MAINTAINER= root@garbled.net +HOMEPAGE= http://theory.lcs.mit.edu/~fftw + +GNU_CONFIGURE= yes +USE_GMAKE= yes +INFO_FILES= fftw.info + +post-install: + @${RM} -f ${LOCALBASE}/lib/librfftw.la + @${RM} -f ${LOCALBASE}/lib/libfftw.la + +.include "../../mk/bsd.pkg.mk" diff --git a/math/fftw/files/md5 b/math/fftw/files/md5 new file mode 100644 index 00000000000..2638b4029f8 --- /dev/null +++ b/math/fftw/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1998/10/21 19:16:46 garbled Exp $ + +MD5 (fftw-2.0.1.tar.gz) = ebd79d36f85e995bab49bb675ec6847e diff --git a/math/fftw/pkg/COMMENT b/math/fftw/pkg/COMMENT new file mode 100644 index 00000000000..9e2b0b31850 --- /dev/null +++ b/math/fftw/pkg/COMMENT @@ -0,0 +1 @@ +a collection of fast C routines to compute DFTs diff --git a/math/fftw/pkg/DESCR b/math/fftw/pkg/DESCR new file mode 100644 index 00000000000..970c711ba28 --- /dev/null +++ b/math/fftw/pkg/DESCR @@ -0,0 +1,2 @@ +This is FFTW, v. 2.0. FFTW is a collection of fast C routines to +compute the Discrete Fourier Transform in one or more dimensions. diff --git a/math/fftw/pkg/PLIST b/math/fftw/pkg/PLIST new file mode 100644 index 00000000000..2a7ffacc72d --- /dev/null +++ b/math/fftw/pkg/PLIST @@ -0,0 +1,11 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1998/10/21 19:16:46 garbled Exp $ +@unexec %D/bin/install-info --delete %D/info/fftw.info %D/info/dir +info/fftw.info +info/fftw.info-1 +info/fftw.info-2 +info/fftw.info-3 +@exec %D/bin/install-info %D/info/fftw.info %D/info/dir +include/fftw.h +include/rfftw.h +lib/libfftw.a +lib/librfftw.a |