diff options
author | yuri <yuri@FreeBSD.org> | 2019-02-10 04:22:00 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2019-02-10 04:22:00 +0800 |
commit | fd0ff622ffec0f8132b57aca974aabe432f0acfe (patch) | |
tree | 8720cf3b5084b34cc3bb1cabb2d2868438c5c557 /comms | |
parent | cbaf1a0ca7502cebd6482bcee953e45b0bc6b8e6 (diff) | |
download | freebsd-ports-gnome-fd0ff622ffec0f8132b57aca974aabe432f0acfe.tar.gz freebsd-ports-gnome-fd0ff622ffec0f8132b57aca974aabe432f0acfe.tar.zst freebsd-ports-gnome-fd0ff622ffec0f8132b57aca974aabe432f0acfe.zip |
New port: comms/bladerf: BladeRF USB 3.0 Superspeed software defined radio
Diffstat (limited to 'comms')
-rw-r--r-- | comms/Makefile | 1 | ||||
-rw-r--r-- | comms/bladerf/Makefile | 29 | ||||
-rw-r--r-- | comms/bladerf/distinfo | 5 | ||||
-rw-r--r-- | comms/bladerf/pkg-descr | 5 |
4 files changed, 40 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile index 503b11b4059a..bbeef4ea1a33 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -14,6 +14,7 @@ SUBDIR += bfhist SUBDIR += bforce-kst SUBDIR += birda + SUBDIR += bladerf SUBDIR += bluegps SUBDIR += bluez-firmware SUBDIR += bpl+ diff --git a/comms/bladerf/Makefile b/comms/bladerf/Makefile new file mode 100644 index 000000000000..72ebf639529b --- /dev/null +++ b/comms/bladerf/Makefile @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= bladeRF +DISTVERSION= 2018.12 +DISTVERSIONSUFFIX= -rc2 +CATEGORIES= comms hamradio + +MAINTAINER= yuri@FreeBSD.org +COMMENT= BladeRF USB 3.0 Superspeed software defined radio + +LICENSE= MIT LGPL20 GPLv2 +LICENSE_COMB= multi + +USES= cmake libedit +USE_GITHUB= yes +GH_ACCOUNT= Nuand +GH_TUPLE= analogdevicesinc:no-OS:0bba46e:x/thirdparty/analogdevicesinc/no-OS +USE_LDCONFIG= yes + +PLIST_FILES= bin/bladeRF-cli \ + bin/bladeRF-fsk \ + include/bladeRF1.h \ + include/bladeRF2.h \ + include/libbladeRF.h \ + lib/libbladeRF.so \ + lib/libbladeRF.so.2 \ + libdata/pkgconfig/libbladeRF.pc + +.include <bsd.port.mk> diff --git a/comms/bladerf/distinfo b/comms/bladerf/distinfo new file mode 100644 index 000000000000..0205692dfda0 --- /dev/null +++ b/comms/bladerf/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1549743392 +SHA256 (Nuand-bladeRF-2018.12-rc2_GH0.tar.gz) = f00c75c086329980a9c40abac245a3c305f94eaac165aa11dfe2f3167cfe2eeb +SIZE (Nuand-bladeRF-2018.12-rc2_GH0.tar.gz) = 2175856 +SHA256 (analogdevicesinc-no-OS-0bba46e_GH0.tar.gz) = f150fc06780eddad31968bb677a9445ff830aa47d7eed15c15c53559eca48b0c +SIZE (analogdevicesinc-no-OS-0bba46e_GH0.tar.gz) = 44177429 diff --git a/comms/bladerf/pkg-descr b/comms/bladerf/pkg-descr new file mode 100644 index 000000000000..cd457f9352dd --- /dev/null +++ b/comms/bladerf/pkg-descr @@ -0,0 +1,5 @@ +Library and utilities required to program and interact with a bladeRF platform, +including firmware for the Cypress FX3 USB controller, HDL for the Altera +Cyclone IV FPGA, and C code for the host side libraries, drivers, and utilities. + +WWW: https://www.nuand.com/ |