svn commit: r492514 - in head/comms: . bladerf

Yuri Victorovich yuri at FreeBSD.org
Sat Feb 9 20:22:02 UTC 2019


Author: yuri
Date: Sat Feb  9 20:22:00 2019
New Revision: 492514
URL: https://svnweb.freebsd.org/changeset/ports/492514

Log:
  New port: comms/bladerf: BladeRF USB 3.0 Superspeed software defined radio

Added:
  head/comms/bladerf/
  head/comms/bladerf/Makefile   (contents, props changed)
  head/comms/bladerf/distinfo   (contents, props changed)
  head/comms/bladerf/pkg-descr   (contents, props changed)
Modified:
  head/comms/Makefile

Modified: head/comms/Makefile
==============================================================================
--- head/comms/Makefile	Sat Feb  9 20:18:26 2019	(r492513)
+++ head/comms/Makefile	Sat Feb  9 20:22:00 2019	(r492514)
@@ -14,6 +14,7 @@
     SUBDIR += bfhist
     SUBDIR += bforce-kst
     SUBDIR += birda
+    SUBDIR += bladerf
     SUBDIR += bluegps
     SUBDIR += bluez-firmware
     SUBDIR += bpl+

Added: head/comms/bladerf/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/bladerf/Makefile	Sat Feb  9 20:22:00 2019	(r492514)
@@ -0,0 +1,29 @@
+# $FreeBSD$
+
+PORTNAME=	bladeRF
+DISTVERSION=	2018.12
+DISTVERSIONSUFFIX=	-rc2
+CATEGORIES=	comms hamradio
+
+MAINTAINER=	yuri at 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>

Added: head/comms/bladerf/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/bladerf/distinfo	Sat Feb  9 20:22:00 2019	(r492514)
@@ -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

Added: head/comms/bladerf/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/bladerf/pkg-descr	Sat Feb  9 20:22:00 2019	(r492514)
@@ -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/


More information about the svn-ports-all mailing list