notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
fftw3-fortran Fast C routines (Long Double Precision) with fortran shim
3.2.2 math Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.2.2Version of this port present on the latest quarterly branch.
Maintainer: ahze@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2009-06-17 19:30:16
Last Update: 2009-08-25 20:24:09
SVN Revision: UNKNOWN
License: not specified in port
WWW:
http://www.fftw.org/
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. 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/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • fftw3-fortran>0:math/fftw3-fortran
No installation instructions:
This port has been deleted.
PKGNAME: fftw3-fortran
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Master port: math/fftw3
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gfortran43 : lang/gcc43
  2. perl5.8.9 : lang/perl5.8
  3. pkg-config : devel/pkg-config
Runtime dependencies:
  1. gfortran43 : lang/gcc43
  2. pkg-config : devel/pkg-config
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for fftw3-fortran-3.2.2: OPTIMIZED_CFLAGS=off (default) "Enable optimized CFLAGS" ===> Use 'make config' to modify these settings
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (3 items)
Collapse this list.
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.fftw.org/pub/fftw/
  3. ftp://ftp.fftw.org/pub/fftw/old/
Collapse this list.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
This is a slave port. You may also want to view the commits to the master port: math/fftw3
CommitCreditsLog message
3.2.2
25 Aug 2009 20:24:09
Original commit files touched by this commit
db search for other commits by this committer
- After digging into the Makefile and configure for fftw3 I discovered
  that USE_FORTRAN was only used to determine what name mangling scheme
  it had to use to compile the shim libs for fortran, but compiling everything
  using 'C' anyway.
  With this diff, the slave ports fftw3-long-fortran, fftw3-float-fortran
  and fftw3-fortran disapear since the shims are always built, without
  necessitating the use of a USE_FORTRAN.

Approved by:    ahze (Maintainer)
3.2.2
10 Aug 2009 00:45:07
Original commit files touched by this commit
ahze search for other commits by this committer
Update to 3.2.2
3.2.1
17 Jun 2009 19:29:52
Original commit files touched by this commit
db search for other commits by this committer
- Ensure Fortran shim is not built if USE_FORTRAN is not set.
- Split Fortran option into slave ports fftw3-fortran long-fortran float-fortran
- Have to bump PORTREVISION for package builds etc..
- Fix silly spelling mistakes "Percision" -> "Precision" noted.

Reviewed by:    itetcu (portmgr)
Approved by:    ahze (Maintainer)

Number of commits found: 3