Port details |
- pffft Pretty Fast FFT (PFFFT) library
- 2022.12.19 math
=2 g20210806Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2022-01-30 18:42:05
- Last Update: 2025-01-18 03:29:32
- Commit Hash: c55ba71
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- License: BSD3CLAUSE
- WWW:
- https://github.com/marton78/pffft
- Description:
- PFFFT does 1D Fast Fourier Transforms, of single precision real and
complex vectors. It tries do it fast, it tries to be correct, and it
tries to be small. Computations do take advantage of SSE1 instructions
on x86 cpus, Altivec on powerpc cpus, and NEON on ARM cpus.
PFFFT is a fork of Julien Pommier's library on bitbucket with some
changes and additions.
PFFASTCONV does fast convolution (FIR filtering), of single precision
real vectors, utilizing the PFFFT library.
PFDSP contains a few other signal processing functions.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/math/pffft/ && make install clean
- To add the package, run one of these commands:
- pkg install math/pffft
- pkg install pffft
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pffft
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1737159043
SHA256 (marton78-pffft-2022.12.19-e0bf595_GH0.tar.gz) = 2bd6fb3df6a65588b6ef4ee36f4930449dabca392125a0e07d74b780fc32a943
SIZE (marton78-pffft-2022.12.19-e0bf595_GH0.tar.gz) = 158769
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- This port is required by:
- for Libraries
-
- audio/cardinal
Configuration Options:
- No options to configure
- Options name:
- math_pffft
- USES:
- cmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 8
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2022.12.19 18 Jan 2025 03:29:32
    |
Yuri Victorovich (yuri)  |
math/pffft: update g20210806 → 2022.12.19 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
g20210806 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
g20210806 20 Feb 2022 11:51:01
    |
Piotr Kubaj (pkubaj)  |
math/pffft: fix build on powerpc*
SIMD is currently broken. |
g20210806 16 Feb 2022 16:49:45
    |
Piotr Kubaj (pkubaj)  |
math/pffft: remove -march=native |
g20210806 13 Feb 2022 17:38:23
    |
Yuri Victorovich (yuri)  |
math/pffft: Add -msse2 to CFLAGS to fix the build problem on i386 |
g20210806 10 Feb 2022 09:21:11
    |
Yuri Victorovich (yuri)  |
math/pffft: Fix build on i386
Reported by: fallout |
g20210806 30 Jan 2022 18:39:57
    |
Yuri Victorovich (yuri)  |
math/pffft: New port: Pretty Fast FFT (PFFFT) library |
Number of commits found: 8
|