FreshPorts -- The Place For Ports Sat, 5 Jul 2008 10:03 PM BST
FreshPorts is now runing off the BETA server. Enjoy for now.
Port details
fftw3 3.1.2 math on this many watch lists=69 search for ports that depend on this port
Fast C routines to compute the Discrete Fourier Transform
Maintained by: ahze@FreeBSD.org search for ports maintained by this maintainer
Port Added: 18 Apr 2004 11:49:04


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/fftw3-float
math/fftw3-long

Required To Build: lang/perl5.8, devel/pkg-config
Required To Run: devel/pkg-config

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


Configuration Options
===> The following configuration options are available for fftw3-3.1.2:
     OPTIMIZED_CFLAGS=off (default) "Enable optimized CFLAGS"
===> Use 'make config' to modify these settings

Master Sites:
ftp://ftp.fftw.org/pub/fftw/
http://www.fftw.org/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 35

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
19 Apr 2008 18:56:05
Original commit files touched by this commit  3.1.2
  Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
04 Oct 2007 02:49:29
Original commit files touched by this commit  3.1.2
edwin search for other commits by this committer
Remove always-false/true conditions based on OSVERSION 500000
23 Jul 2007 10:36:52
Original commit files touched by this commit  3.1.2
rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
06 Jul 2006 07:34:17
Original commit files touched by this commit  3.1.2
ahze search for other commits by this committer
- Update to 3.1.2
11 May 2006 16:11:30
Original commit files touched by this commit  3.1.1
ahze search for other commits by this committer
- Update to 3.1.1
- Mark fftw3-long ONLY_FOR_ARCHS=i386 sparc64

PR:             93925 (did not use)
10 May 2006 23:37:39
Original commit files touched by this commit  3.1.1
edwin search for other commits by this committer
Remove USE_REINPLACE from ports starting with M
24 Apr 2006 14:07:59
Original commit files touched by this commit  3.0.1_5
ahze search for other commits by this committer
- Update MASTER_SITES to fix fetch
23 Feb 2006 10:40:45
Original commit files touched by this commit  3.0.1_5
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
30 Nov 2005 19:28:01
Original commit files touched by this commit  3.0.1_5
ahze search for other commits by this committer
- Always build the seprate fftw3 threads lib.

Requested by:   Xride via irc.freenode.org/#FreeBSD-GNOME
15 Nov 2005 06:52:12
Original commit files touched by this commit  3.0.1_4
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.
09 Nov 2005 07:09:47
Original commit files touched by this commit  3.0.1_4
ahze search for other commits by this committer
- Add SHA256
- Add SIZE to a few ports
03 Nov 2005 19:30:11
Original commit files touched by this commit  3.0.1_4
ahze search for other commits by this committer
- Move USE_LDOUBLE=yes above bsd.port.pre.mk so pointyhat actaully uses
  math/ldouble
29 Oct 2005 02:18:07
Original commit files touched by this commit  3.0.1_4
ahze search for other commits by this committer
- Fix fftw3-long by ALWAYS using math/ldouble even if CPUTYPE is defined
  since some CPUTYPES work and others don't.
01 Oct 2005 00:22:01
Original commit files touched by this commit  3.0.1_4
ahze search for other commits by this committer
- Fix build of fftw3-long on 5.x, 6.x, 7.x when CPUTYPE is not defined
  by using math/ldouble. Also, CPUTYPE=[i386|i486|i586|i686] and proabably
  some others won't work.

Reported by:    PointyHat
01 Sep 2005 19:00:04
Original commit files touched by this commit  3.0.1_4
ahze search for other commits by this committer
- Remove -malign-double from WITH_OPTIMIZED_CFLAGS on amd64 to fix build

PR:             ports/85555
Submitted by:   Tetsuya Uemura
18 May 2005 01:41:58
Original commit files touched by this commit  3.0.1_4
ahze search for other commits by this committer
- no longer depend on math/ldouble for math/fftw3-long on >= 504000 since
  it now has some long double math functions.
15 Mar 2005 01:34:46
Original commit files touched by this commit  3.0.1_4
ahze search for other commits by this committer
- Remove a few MASTER_SITES that don't carry fftw3
20 Dec 2004 04:55:50
Original commit files touched by this commit  3.0.1_4
ahze search for other commits by this committer
- Fix build for 4.x users who define WITH_OPTIMIZED_CFLAGS and have SSE by
  using internal libtool since we use gcc34 and libtool15 doesn't like a
  different CC/CXX other than the one it was built with [1]
- Fix plist if WITH_SMP_THREADS was defined
- Bump PORTREVISION to force update of plist changes

Reported by:    marcus [1]
15 Dec 2004 09:04:36
Original commit files touched by this commit  3.0.1_3
ahze search for other commits by this committer
- Remove i386 Restriction of 3dnow/sse since amd64 has sse and 3dnow
- Remove WITH_SSE Option and auto-detect it under WITH_OPTIMIZED_CFLAGS
- Move auto-detect of 3dnow under WITH_OPTIMIZED_CFLAGS
09 Dec 2004 21:58:18
Original commit files touched by this commit  3.0.1_3
ahze search for other commits by this committer
Remove WITH_OPTIMIZED_ATHLON knob and auto-detect 3dnow to enable Athlon/3dnow
optimizations

Pointed out by: kris
09 Dec 2004 19:21:04
Original commit files touched by this commit  3.0.1_3
ahze search for other commits by this committer
- Add note about WITH_OPTIMIZED_ATHLON will fall back to 3dNow if you don't have
  a Athlon
- Fix man pages so they say ${PREFIX}/etc instead of /etc
- Fix core dump of fftw-wisdom in >=5.x [1] by removing a dirty work around
  to use a 16-byte aligned maloc by really using freebsd's 16-byte
  aligned maloc

Reported by:    phk
07 Nov 2004 21:50:25
Original commit files touched by this commit  3.0.1_2
ahze search for other commits by this committer
Add support for slave ports

Approved by:    pav (co mentor)
30 Oct 2004 05:21:28
Original commit files touched by this commit  3.0.1_1
ahze search for other commits by this committer
Remove not need gnomeprefix

Pointed out by: marcus
Approved by:    adamw (mentor)
29 Oct 2004 23:24:47
Original commit files touched by this commit  3.0.1_1
ahze search for other commits by this committer
Change email to new FreeBSD.org address

Approved by:adamw (mentor)
30 Sep 2004 06:32:00
Original commit files touched by this commit  3.0.1_1
kris search for other commits by this committer
Increase USE_GCC to 3.4 for those ports which compile with it.

Approved by:    portmgr
22 Aug 2004 13:25:36
Original commit files touched by this commit  3.0.1_1
arved search for other commits by this committer
Needs perl to build

Reported by:    pointyhat
14 Aug 2004 16:24:20
Original commit files touched by this commit  3.0.1_1
krion search for other commits by this committer
Add missing file to plist.
24 Jul 2004 02:53:06
Original commit files touched by this commit  3.0.1_1
ijliao search for other commits by this committer
only show i386 options to i386

PR:             69488
Submitted by:   maintainer
09 Jul 2004 18:43:11
Original commit files touched by this commit  3.0.1_1
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
08 Jul 2004 23:48:51
Original commit files touched by this commit  3.0.1_1
pav search for other commits by this committer
- Unbreak build by using gmake all over the place. Without this, $< in Makefiles
  are not expanded and perl hangs on tty input during build
27 Jun 2004 15:16:45
Original commit files touched by this commit  3.0.1_1
pav search for other commits by this committer
- Fix WITH_SSE on 4.x by using gcc-3.3
- Update MASTER_SITES

PR:             ports/68407
Submitted by:   michael johnson <ahze@rgv.net> (maintainer)
31 May 2004 11:13:40
Original commit files touched by this commit  3.0.1_1
pav search for other commits by this committer
- Performance tweaks: enable SSE2 for libfftw, don't force 16-byte aligned
malloc

PR:             ports/67393
Submitted by:   michael johnson <ahze@ahze.net> (maintainer)
28 May 2004 19:02:43
Original commit files touched by this commit  3.0.1_1
pav search for other commits by this committer
- Build and install fftwf library
- Add new knob to enable SSE optimizations

PR:             ports/67271
Submitted by:   michael johnson <ahze@ahze.net> (maintainer)
29 Apr 2004 08:45:54
Original commit files touched by this commit  3.0.1
krion search for other commits by this committer
- Fix WWW:

PR:             ports/66072
Submitted by:   maintainer
18 Apr 2004 11:48:23
Original commit files touched by this commit  3.0.1
pav search for other commits by this committer
After repocopy from math/fftw, add fftw 3.0.1, a fast C library for computing
Discrete Fourier Transform. Version 3.x is API incompatible with fftw 2.x

PR:             ports/65559
Submitted by:   michael johnson <ahze@ahze.net>

Number of commits found: 35

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 18751
Broken 146
Deprecated 99
Ignore 430
Forbidden 5
Restricted 361
No CDROM 126
Vulnerable 52
Expired 14
Set to expire 78
Interactive 79
new 24 hours 9
new 48 hours9
new 7 days41
new fortnight74
new month184

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.42 seconds.