Port details |
- soapyuhd Soapy SDR plugin for the Airspy
- 0.4.1_5 comms =2 0.4.1_3Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2019-02-09 19:24:38
- Last Update: 2024-11-20 10:05:25
- Commit Hash: 312ee18
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: hamradio
- License: GPLv2
- WWW:
- https://github.com/pothosware/SoapyUHD/wiki
- Description:
- The Soapy UHD project provides a plugin module to use UHD devices within the
SoapySDR API and software that supports SoapySDR. In addition, the project
provides a UHD module to use any SoapySDR device within the UHD API and UHD
supported software.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- SoapyUHD>0:comms/soapyuhd
- To install the port:
- cd /usr/ports/comms/soapyuhd/ && make install clean
- To add the package, run one of these commands:
- pkg install comms/soapyuhd
- pkg install SoapyUHD
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: SoapyUHD
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1600681442
SHA256 (pothosware-SoapyUHD-soapy-uhd-0.4.1_GH0.tar.gz) = 9779cce2e732cd41905b6cf8ea85edbbf51b1ac918e6180bd4891eebb4c8d085
SIZE (pothosware-SoapyUHD-soapy-uhd-0.4.1_GH0.tar.gz) = 33838
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
- Library dependencies:
-
- libboost_system.so : devel/boost-libs
- libSoapySDR.so : misc/soapysdr
- libuhd.so : comms/uhd
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- comms_soapyuhd
- USES:
- cmake compiler:c++11-lang
- 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 |
0.4.1_5 20 Nov 2024 10:05:25 |
Dima Panov (fluffy) |
devel/boost: bump consu,ers after update Boost to 1.86 release
Sponsored by: Future Crew, LLC |
0.4.1_4 03 Oct 2024 10:25:14 |
Dima Panov (fluffy) |
*/*: bump consumers after devel/boost* update
With hat: office
Sponsored by: Future Crew, LLC |
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) |
0.4.1_3 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 ) |
0.4.1_3 12 Aug 2022 14:46:53 |
Dima Panov (fluffy) |
*/*: bump all consumers after recent boost upgrade |
0.4.1_2 22 May 2022 20:17:16 |
Dima Panov (fluffy) |
devel/boost-all: bump all library consumers after boost upgrade
PR: 246106 |
0.4.1_1 28 Apr 2021 17:19:50 |
Yuri Victorovich (yuri) |
Fix build of 8 ports broken by the update of misc/soapysdr
The modules directory in all of them is renamed.
Reported by: fallout |
0.4.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.4.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.4.1 21 Sep 2020 09:53:39 |
yuri |
comms/soapyuhd: Update 0.4.0 -> 0.4.1
Reported by: portscout |
0.4.0 18 Sep 2020 19:53:10 |
yuri |
comms/soapyuhd: Update 0.3.6 -> 0.4.0
Reported by: portscout |
0.3.6_3 11 Dec 2019 17:53:49 |
jbeich |
devel/boost-*: update to 1.72.0
Changes: http://www.boost.org/users/history/version_1_72_0.html
PR: 241449
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D22136 |
0.3.6_2 19 Aug 2019 15:35:28 |
jbeich |
devel/boost-*: update to 1.71.0
Changes: http://www.boost.org/users/history/version_1_71_0.html
PR: 238827
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20774 |
0.3.6_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
0.3.6 28 Jun 2019 02:36:21 |
yuri |
comms/soapyuhd: Update 0.3.5 -> 0.3.6
Reported by: portscout |
0.3.5_1 12 Apr 2019 06:36:31 |
jbeich |
devel/boost-*: update to 1.70.0
Changes: http://www.boost.org/users/history/version_1_70_0.html
PR: 235956
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19303 |
0.3.5 09 Feb 2019 19:24:19 |
yuri |
New port: comms/soapyuhd: Soapy SDR plugin for the Airspy |