diff options
author | yuri <yuri@FreeBSD.org> | 2019-02-10 03:24:19 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2019-02-10 03:24:19 +0800 |
commit | 9ee6d0f78d8513f075cc7f100b3a77510fadafd4 (patch) | |
tree | 28b8bc74892668fe5a6b4458c99c8999725d86b8 | |
parent | e72dd8d720235740fa3784f75ed46c06865e6606 (diff) | |
download | freebsd-ports-gnome-9ee6d0f78d8513f075cc7f100b3a77510fadafd4.tar.gz freebsd-ports-gnome-9ee6d0f78d8513f075cc7f100b3a77510fadafd4.tar.zst freebsd-ports-gnome-9ee6d0f78d8513f075cc7f100b3a77510fadafd4.zip |
New port: comms/soapyuhd: Soapy SDR plugin for the Airspy
-rw-r--r-- | comms/Makefile | 1 | ||||
-rw-r--r-- | comms/soapyuhd/Makefile | 25 | ||||
-rw-r--r-- | comms/soapyuhd/distinfo | 3 | ||||
-rw-r--r-- | comms/soapyuhd/pkg-descr | 6 |
4 files changed, 35 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile index 1a9d0a5904b9..de050508039e 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -167,6 +167,7 @@ SUBDIR += smstools3 SUBDIR += snap7 SUBDIR += soapyairspy + SUBDIR += soapyuhd SUBDIR += spandsp SUBDIR += splat SUBDIR += sredird 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 |