diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2019-02-09 18:52:02 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2019-02-09 18:52:02 +0000 |
commit | 320e21b7b6b773dfe0dc6fb0d9dad5e08732d634 (patch) | |
tree | 0326f0dff67b3e81210717c8eaa40512d0a49aee | |
parent | 86c433703bf9699d8b8fba8324012b1afd6752cd (diff) | |
download | ports-320e21b7b6b773dfe0dc6fb0d9dad5e08732d634.tar.gz ports-320e21b7b6b773dfe0dc6fb0d9dad5e08732d634.zip |
Notes
-rw-r--r-- | comms/Makefile | 1 | ||||
-rw-r--r-- | comms/soapyairspy/Makefile | 23 | ||||
-rw-r--r-- | comms/soapyairspy/distinfo | 3 | ||||
-rw-r--r-- | comms/soapyairspy/pkg-descr | 4 |
4 files changed, 31 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile index 1ed74a5c940d..1a9d0a5904b9 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -166,6 +166,7 @@ SUBDIR += sms_client SUBDIR += smstools3 SUBDIR += snap7 + SUBDIR += soapyairspy SUBDIR += spandsp SUBDIR += splat SUBDIR += sredird diff --git a/comms/soapyairspy/Makefile b/comms/soapyairspy/Makefile new file mode 100644 index 000000000000..7c1d3be78414 --- /dev/null +++ b/comms/soapyairspy/Makefile @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= SoapyAirspy +DISTVERSIONPREFIX= soapy-airspy- +DISTVERSION= 0.1.2 +CATEGORIES= comms hamradio + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Soapy SDR plugin for the Airspy + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +LIB_DEPENDS= libairspy.so:comms/airspy \ + libSoapySDR.so:misc/soapysdr + +USES= cmake +USE_GITHUB= yes +GH_ACCOUNT= pothosware + +PLIST_FILES= lib/SoapySDR/modules0.7/libairspySupport.so + +.include <bsd.port.mk> diff --git a/comms/soapyairspy/distinfo b/comms/soapyairspy/distinfo new file mode 100644 index 000000000000..ed5af031116a --- /dev/null +++ b/comms/soapyairspy/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1549737894 +SHA256 (pothosware-SoapyAirspy-soapy-airspy-0.1.2_GH0.tar.gz) = 3c0bafd27063df1cbc7913c0b5d3d1d9a0624d25d290f0818261ae52d0f29ee8 +SIZE (pothosware-SoapyAirspy-soapy-airspy-0.1.2_GH0.tar.gz) = 11540 diff --git a/comms/soapyairspy/pkg-descr b/comms/soapyairspy/pkg-descr new file mode 100644 index 000000000000..5599c9e9a83e --- /dev/null +++ b/comms/soapyairspy/pkg-descr @@ -0,0 +1,4 @@ +The Soapy Airspy project provides a plugin module to use the Airspy device +within the SoapySDR API and software that supports SoapySDR. + +WWW: https://github.com/pothosware/SoapyAirspy/wiki |