Port details |
- liquid-dsp Software-Defined Radio Digital Signal Processing Library
- 1.6.0 comms =2 1.6.0Version of this port present on the latest quarterly branch.
- Maintainer: mr@FreeBSD.org
- Port Added: 2018-05-07 08:08:55
- Last Update: 2024-06-20 05:18:31
- Commit Hash: 0708acd
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://liquidsdr.org/
- Description:
- liquid-dsp is a free and open-source digital signal processing (DSP)
library designed specifically for software-defined radios on embedded
platforms. The aim is to provide a lightweight DSP library that does not
rely on a myriad of external dependencies or proprietary and otherwise
cumbersome frameworks. All signal processing elements are designed to be
flexible, scalable, and dynamic, including filters, filter design,
oscillators, modems, synchronizers, complex mathematical operations, and
much more.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- liquid-dsp>0:comms/liquid-dsp
- To install the port:
- cd /usr/ports/comms/liquid-dsp/ && make install clean
- To add the package, run one of these commands:
- pkg install comms/liquid-dsp
- pkg install liquid-dsp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: liquid-dsp
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1713268756
SHA256 (jgaeddert-liquid-dsp-v1.6.0_GH0.tar.gz) = 6ee6a5dfb48e047b118cf613c0b9f43e34356a5667a77a72a55371d2c8c53bf5
SIZE (jgaeddert-liquid-dsp-v1.6.0_GH0.tar.gz) = 1243435
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:
-
- gmake>=4.4.1 : devel/gmake
- autoconf>=2.72 : devel/autoconf
- automake>=1.16.5 : devel/automake
- libtoolize : devel/libtool
- Library dependencies:
-
- libfftw3f.so : math/fftw3-float
- This port is required by:
- for Libraries
-
- comms/cubicsdr
- comms/inspectrum
- comms/redsea
Configuration Options:
- No options to configure
- Options name:
- comms_liquid-dsp
- USES:
- autoreconf gmake libtool localbase
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.6.0 20 Jun 2024 05:18:31 |
Piotr Kubaj (pkubaj) |
comms/liquid-dsp: fix build on powerpc*
cc: error: the clang compiler does not support 'faltivec', please use -maltivec
and include altivec.h explicitly |
1.6.0 14 Jun 2024 15:41:48 |
Michael Reifenberger (mr) |
comms/liquid-dsp: Update 1.3.2 -> 1.6.0
PR: 264644
Reported by: Andrey Korobkov |
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) |
1.3.2_1 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 ) |
1.3.2_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.3.2_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.3.2_1 17 May 2020 09:32:43 |
amdmi3 |
- Update WWW
- Silence stripping
Approved by: portmgr blanket |
1.3.2_1 25 Jan 2020 09:12:29 |
mr |
Clean up Makefile and add "make test"
PR: 243323
Submitted by: daniel.engberg |
1.3.2 12 Jan 2020 12:43:07 |
mr |
Update to 1.3.2
PR: 243131
Submitted by: Diane Bruce |
1.3.1 07 Dec 2018 00:26:51 |
linimon |
Running this port on powerpc64 platform requires Altivec-related fixes.
Taken from https://github.com/jgaeddert/liquid-dsp/pull/136 .
PR: 233790
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
1.3.1 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
1.3.1 07 May 2018 08:08:43 |
mr |
Add liquid-dsp.
liquid-dsp is a free and open-source digital signal processing (DSP)
library designed specifically for software-defined radios on embedded
platforms. The aim is to provide a lightweight DSP library that does not
rely on a myriad of external dependencies or proprietary and otherwise
cumbersome frameworks. All signal processing elements are designed to be
flexible, scalable, and dynamic, including filters, filter design,
oscillators, modems, synchronizers, complex mathematical operations, and
much more. |