summaryrefslogtreecommitdiff
path: root/math/fftw3
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-12-12 19:19:02 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-12-12 19:19:02 +0000
commita0848d727648aa70f6a89c013203f2b82a4e972e (patch)
tree37ec8e378ec2d731e9ba9c15cd58724325a5637c /math/fftw3
parentb6deb36621300a80aab2d23031a1a259f9b0ce01 (diff)
Diffstat (limited to 'math/fftw3')
-rw-r--r--math/fftw3/Makefile42
-rw-r--r--math/fftw3/distinfo1
-rw-r--r--math/fftw3/files/patch-configure10
-rw-r--r--math/fftw3/files/patch-doc::fftw.texi13
-rw-r--r--math/fftw3/pkg-descr16
-rw-r--r--math/fftw3/pkg-plist13
6 files changed, 0 insertions, 95 deletions
diff --git a/math/fftw3/Makefile b/math/fftw3/Makefile
deleted file mode 100644
index 8c270d55b451..000000000000
--- a/math/fftw3/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# New ports collection makefile for: fftw
-# Date created: Dec 28 1998
-# Whom: Lars Koeller <Lars.Koeller@Uni-Bielefeld.DE>
-#
-# $FreeBSD$
-#
-
-PORTNAME= fftw
-PORTVERSION= 2.1.5
-PORTREVISION= 1
-CATEGORIES= math
-MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \
- ftp://ftp.fftw.org/pub/fftw/old/ \
- ftp://theory.lcs.mit.edu/pub/fftw/ \
- ftp://pm.cse.rmit.edu.au/pub/dsp/fftw/
-
-MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE
-COMMENT= Fast C routines to compute the Discrete Fourier Transform
-
-USE_GMAKE= yes
-USE_LIBTOOL= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
-CONFIGURE_ARGS= --enable-shared
-INSTALLS_SHLIB= yes
-
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "i386"
-CONFIGURE_ARGS+= --enable-i386-hacks
-.endif
-
-post-extract:
- @${RM} ${WRKSRC}/doc/fftw.info*
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/doc/fftw.ps ${DOCSDIR}
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/math/fftw3/distinfo b/math/fftw3/distinfo
deleted file mode 100644
index 267b5c3557d2..000000000000
--- a/math/fftw3/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (fftw-2.1.5.tar.gz) = 8d16a84f3ca02a785ef9eb36249ba433
diff --git a/math/fftw3/files/patch-configure b/math/fftw3/files/patch-configure
deleted file mode 100644
index 18bde56854e2..000000000000
--- a/math/fftw3/files/patch-configure
+++ /dev/null
@@ -1,10 +0,0 @@
---- configure.orig Mon Mar 24 16:09:56 2003
-+++ configure Fri Jul 25 10:52:07 2003
-@@ -8217,6 +8217,7 @@
-
- # This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
-
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff --git a/math/fftw3/files/patch-doc::fftw.texi b/math/fftw3/files/patch-doc::fftw.texi
deleted file mode 100644
index dcf37f7ea431..000000000000
--- a/math/fftw3/files/patch-doc::fftw.texi
+++ /dev/null
@@ -1,13 +0,0 @@
---- doc/fftw.texi.orig Mon Mar 17 08:43:18 2003
-+++ doc/fftw.texi Fri Jul 25 11:26:48 2003
-@@ -3,6 +3,10 @@
- @c %**start of header
- @setfilename fftw.info
- @settitle FFTW
-+@dircategory Libraries
-+@direntry
-+* FFTW: (fftw). Fast fourier transform library
-+@end direntry
- @c %**end of header
-
- @include version.texi
diff --git a/math/fftw3/pkg-descr b/math/fftw3/pkg-descr
deleted file mode 100644
index 54f6e50615c5..000000000000
--- a/math/fftw3/pkg-descr
+++ /dev/null
@@ -1,16 +0,0 @@
-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.
-
-The FFTW package was developed at MIT by Matteo Frigo and Steven G.
-Johnson. Please send email to fftw@theory.lcs.mit.edu so that we can keep
-track of users and send you information about new releases. The latest
-version of FFTW, benchmarks, links, and other information can be found at
-the FFTW home page.
-
-WWW: http://www.fftw.org/
diff --git a/math/fftw3/pkg-plist b/math/fftw3/pkg-plist
deleted file mode 100644
index d019bd7f4cc0..000000000000
--- a/math/fftw3/pkg-plist
+++ /dev/null
@@ -1,13 +0,0 @@
-include/fftw.h
-include/rfftw.h
-@unexec install-info --delete %D/info/fftw.info %D/info/dir
-info/fftw.info
-@exec install-info %D/info/fftw.info %D/info/dir
-lib/libfftw.a
-lib/libfftw.so
-lib/libfftw.so.2
-lib/librfftw.a
-lib/librfftw.so
-lib/librfftw.so.2
-%%PORTDOCS%%%%DOCSDIR%%/fftw.ps
-%%PORTDOCS%%@dirrm %%DOCSDIR%%