summaryrefslogtreecommitdiff
path: root/comms/soapyuhd
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2019-02-09 19:24:19 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2019-02-09 19:24:19 +0000
commit1a8ad33b8d6e0d4223f75d49a832d3352a82d189 (patch)
tree28b8bc74892668fe5a6b4458c99c8999725d86b8 /comms/soapyuhd
parentNew port: comms/soapyairspy: Soapy SDR plugin for the Airspy (diff)
New port: comms/soapyuhd: Soapy SDR plugin for the Airspy
Notes
Notes: svn path=/head/; revision=492506
Diffstat (limited to 'comms/soapyuhd')
-rw-r--r--comms/soapyuhd/Makefile25
-rw-r--r--comms/soapyuhd/distinfo3
-rw-r--r--comms/soapyuhd/pkg-descr6
3 files changed, 34 insertions, 0 deletions
diff --git a/comms/soapyuhd/Makefile b/comms/soapyuhd/Makefile
new file mode 100644
index 000000000000..da3269e6893b
--- /dev/null
+++ b/comms/soapyuhd/Makefile
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+PORTNAME= SoapyUHD
+DISTVERSIONPREFIX= soapy-uhd-
+DISTVERSION= 0.3.5
+CATEGORIES= comms hamradio
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= Soapy SDR plugin for the Airspy
+
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+LIB_DEPENDS= libboost_system.so:devel/boost-libs \
+ libSoapySDR.so:misc/soapysdr \
+ libuhd.so:comms/uhd
+
+USES= cmake compiler:c++11-lang
+USE_GITHUB= yes
+GH_ACCOUNT= pothosware
+
+PLIST_FILES= lib/SoapySDR/modules0.7/libuhdSupport.so \
+ lib/uhd/modules/libsoapySupport.so
+
+.include <bsd.port.mk>
diff --git a/comms/soapyuhd/distinfo b/comms/soapyuhd/distinfo
new file mode 100644
index 000000000000..a62fb57b595a
--- /dev/null
+++ b/comms/soapyuhd/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1549738671
+SHA256 (pothosware-SoapyUHD-soapy-uhd-0.3.5_GH0.tar.gz) = 824911253da0cdadd84481d4d98c6124c71431b69774bc6b138ddbdae0e6182b
+SIZE (pothosware-SoapyUHD-soapy-uhd-0.3.5_GH0.tar.gz) = 32340
diff --git a/comms/soapyuhd/pkg-descr b/comms/soapyuhd/pkg-descr
new file mode 100644
index 000000000000..d70fa714868a
--- /dev/null
+++ b/comms/soapyuhd/pkg-descr
@@ -0,0 +1,6 @@
+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.
+
+WWW: https://github.com/pothosware/SoapyUHD/wiki