aboutsummaryrefslogtreecommitdiff
path: root/comms/hydrasdr
Commit message (Collapse)AuthorAgeFilesLines
* comms/hydrasdr: update maintainer email address.Mark Linimon2025-10-311-1/+1
|
* comms/hydrasdr: Update 1.0.2 => 1.0.3unitrunker2025-10-304-33/+17
| | | | | | | | | | | | Changelogs: * https://github.com/hydrasdr/rfone_host/releases/tag/v1.0.3 * https://github.com/hydrasdr/rfone_host/compare/v1.0.2...v1.0.3 * Pet portclippy(1) and portfmt(1) PR: 289903 Approved by: unitrunker <unitrunker@unitrunker.net> (maintainer) Approved by: yuri@ (Mentor)
* comms/hydrasdr: fix build on powerpc64*Piotr Kubaj2025-08-221-0/+3
| | | | | | | | n file included from /wrkdirs/usr/ports/comms/hydrasdr/work/rfone_host-1.0.2/libhydrasdr/src/iqconverter_float.c:45: In file included from /usr/lib/clang/19/include/ppc_wrappers/immintrin.h:15: /usr/lib/clang/19/include/ppc_wrappers/mmintrin.h:31:2: error: "Please read comment above. Use -DNO_WARN_X86_INTRINSICS to disable this error." 31 | #error \ | ^
* comms/hydrasdr: New port host library for new software defined radioDiane Bruce2025-08-095-0/+76
This library provides a user mode API for controlling a USB radio receiver. Manfacturer info here: https://hydrasdr.com/ The device is very similar to the Airspy RFONE so the port will look similar. Note that this new device uses a different VID/PID. PR: 288494 <If and which Problem Report is related.>