diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-06-18 03:13:01 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-06-18 03:13:01 +0000 |
commit | c4645f731a53ba79207bee6555d94df477deb0fc (patch) | |
tree | a8ee6d970f06d8b22ada2195612db867c69caf1f | |
parent | New port: math/py-pyFFTW: Pythonic wrapper around FFTW, the FFT library (diff) |
New port: misc/py-soapy_power: Obtain power spectrum from SoapySDR devices
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/py-soapy_power/Makefile | 23 | ||||
-rw-r--r-- | misc/py-soapy_power/distinfo | 3 | ||||
-rw-r--r-- | misc/py-soapy_power/pkg-descr | 4 |
4 files changed, 31 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 7b3e59a701e4..114a08068981 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -429,6 +429,7 @@ SUBDIR += py-qt5-demo SUBDIR += py-scikit-fusion SUBDIR += py-serverfiles + SUBDIR += py-soapy_power SUBDIR += py-socli SUBDIR += py-spdx SUBDIR += py-spdx-lookup diff --git a/misc/py-soapy_power/Makefile b/misc/py-soapy_power/Makefile new file mode 100644 index 000000000000..5fd1d6096697 --- /dev/null +++ b/misc/py-soapy_power/Makefile @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= soapy_power +DISTVERSION= 1.6.1 +CATEGORIES= misc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Obtain power spectrum from SoapySDR devices + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}pyFFTW>0:math/py-pyFFTW@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}SimpleSoapy>=1.5.0:misc/py-SimpleSoapy@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}SimpleSpectral>0:science/py-SimpleSpectral@${FLAVOR} + +USES= python:3.4+ +USE_PYTHON= distutils concurrent autoplist + +.include <bsd.port.mk> diff --git a/misc/py-soapy_power/distinfo b/misc/py-soapy_power/distinfo new file mode 100644 index 000000000000..ea10338da46c --- /dev/null +++ b/misc/py-soapy_power/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1529288619 +SHA256 (soapy_power-1.6.1.tar.gz) = b5e54841ac2aa85addd60c11077efedad1800a27b998e90fbc656fcc9eaf52e5 +SIZE (soapy_power-1.6.1.tar.gz) = 18956 diff --git a/misc/py-soapy_power/pkg-descr b/misc/py-soapy_power/pkg-descr new file mode 100644 index 000000000000..8efdc727f14c --- /dev/null +++ b/misc/py-soapy_power/pkg-descr @@ -0,0 +1,4 @@ +Obtain power spectrum from SoapySDR devices +(RTL-SDR, Airspy, SDRplay, HackRF, bladeRF, USRP, LimeSDR, etc.) + +WWW: https://github.com/xmikos/soapy_power |