FreshPorts -- The Place For Ports Sun, 6 Jul 2008 10:02 AM BST
FreshPorts is now runing off the BETA server. Enjoy for now.
Port details
fftw 2.1.5_4 math on this many watch lists=33 search for ports that depend on this port
Fast C routines to compute the Discrete Fourier Transform

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown


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/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Slave ports
math/fftw-float

Required To Build: devel/gmake, devel/libtool15

To install the port: cd /usr/ports/math/fftw/ && make install clean
To add the package: pkg_add -r fftw


Configuration Options
     No options to configure

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/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 27

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
12 Jul 2007 09:51:23
Original commit files touched by this commit  2.1.5_4
maho search for other commits by this committer
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
10 Feb 2007 22:46:34
Original commit files touched by this commit  2.1.5_4
sat search for other commits by this committer
- Install sfftw/srfftw headers
28 Jan 2007 09:07:47
Original commit files touched by this commit  2.1.5_4
kris search for other commits by this committer
Use libtool port instead of included one to avoid objformat a.out botch
11 Jan 2007 08:40:15
Original commit files touched by this commit  2.1.5_4
maho search for other commits by this committer
* Migrate to gfortran.
* bump portrevision.
15 Aug 2006 01:29:13
Original commit files touched by this commit  2.1.5_3
clsung search for other commits by this committer
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@

PR:             ports/101916
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
10 May 2006 23:37:39
Original commit files touched by this commit  2.1.5_3
edwin search for other commits by this committer
Remove USE_REINPLACE from ports starting with M
23 Feb 2006 10:40:45
Original commit files touched by this commit  2.1.5_3
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
22 Jan 2006 12:56:47
Original commit files touched by this commit  2.1.5_2
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
25 Nov 2005 22:29:24
Original commit files touched by this commit  2.1.5_2
pav search for other commits by this committer
- Style: ports@freebsd.org -> ports@FreeBSD.org
15 Nov 2005 06:52:12
Original commit files touched by this commit  2.1.5_2
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
13 Nov 2005 17:13:15
Original commit files touched by this commit  2.1.5_2
lkoeller search for other commits by this committer
o) Drop maintainership cause I didn't use these ports since months anymore.
12 Apr 2005 04:26:57
Original commit files touched by this commit  2.1.5_2
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 09:04:41
Original commit files touched by this commit  2.1.5_2
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
10 Nov 2004 11:31:03
Original commit Encoding Errors (not all of the commit message was ASCII) files touched by this commit  2.1.5_2
ahze search for other commits by this committer
Force commit to go with last commit

PR:     ports/71272
Approved by:    pav (co mentor)
                Lars K??ller (maintainer)
10 Nov 2004 11:29:18
Original commit files touched by this commit  2.1.5_2
ahze search for other commits by this committer
Add support for slave port
09 Jul 2004 18:43:11
Original commit files touched by this commit  2.1.5_2
marcus search for other commits by this committer
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:             63944
Based on work by:eik and marcus
Approved by:    ade (autotools maintainer)
Tested by:      kris on pointyhat
Bound to be hidden problems:    You bet
31 Mar 2004 04:12:58
Original commit files touched by this commit  2.1.5_2
trevor search for other commits by this committer
SIZEify (maintainer timeout)
14 Mar 2004 06:17:56
Original commit files touched by this commit  2.1.5_2
ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
04 Feb 2004 05:10:27
Original commit files touched by this commit  2.1.5_2
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
27 Jul 2003 16:30:23
Original commit files touched by this commit  2.1.5_1
krion search for other commits by this committer
- Do not install useless .la files
- Fix handling info files

PR:             54902
Submitted by:   KATO Tsuguru <tkato@prontomail.com>
Approved by:    fjoe (mentor) (implicit)
24 Mar 2003 17:26:24
Original commit files touched by this commit  2.1.5
lkoeller search for other commits by this committer
o) Update to version 2.1.5
23 Mar 2003 20:14:22
Original commit files touched by this commit  2.1.4
lkoeller search for other commits by this committer
o) Fix libtool usage (see PR)
o) Upgrade fftw (bugfix release: 2.1.3 -> 2.1.4)

PR:             47581
Submitted by:   Sergey Aleshin <asg@rcd.ru>
21 Feb 2003 12:44:05
Original commit files touched by this commit  2.1.3
knu search for other commits by this committer
De-pkg-comment.
24 Jun 2001 22:29:39
files touched by this commit
dd search for other commits by this committer
Remove duplicate words where appropriate.    
08 Oct 2000 05:10:26
files touched by this commit
asami search for other commits by this committer
Convert category math to new layout.  
16 Jun 2000 23:52:41
files touched by this commit
asami search for other commits by this committer
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB.  (There was a typo in the   previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)    
16 Jun 2000 12:38:51
files touched by this commit
sobomax search for other commits by this committer
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with  
ldconfig in PLIST need personal consideration.    

Number of commits found: 27

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
py-pylonsJul 04
freetype2Jul 03
fetchmailJul 01
squid*Jun 28
squid24*Jun 28
squid30*Jun 28
apache22Jun 24
php5-posix*Jun 22
firefox*Jun 21
firefox-devel*Jun 21
firefox10*Jun 21
firefox15*Jun 21
linux-firefox*Jun 21
linux-firefox-devel*Jun 21
linux-mozilla*Jun 21

10 vulnerabilities affecting 29 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
Traffic

Calculated hourly:
Port count 18752
Broken 146
Deprecated 98
Ignore 429
Forbidden 5
Restricted 361
No CDROM 126
Vulnerable 52
Expired 13
Set to expire 77
Interactive 79
new 24 hours 6
new 48 hours11
new 7 days38
new fortnight72
new month182

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.608 seconds.