Date: Mon, 18 Jun 2018 03:13:01 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472669 - in head/misc: . py-soapy_power Message-ID: <201806180313.w5I3D1fN030086@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Mon Jun 18 03:13:01 2018 New Revision: 472669 URL: https://svnweb.freebsd.org/changeset/ports/472669 Log: New port: misc/py-soapy_power: Obtain power spectrum from SoapySDR devices Added: head/misc/py-soapy_power/ head/misc/py-soapy_power/Makefile (contents, props changed) head/misc/py-soapy_power/distinfo (contents, props changed) head/misc/py-soapy_power/pkg-descr (contents, props changed) Modified: head/misc/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Mon Jun 18 03:06:29 2018 (r472668) +++ head/misc/Makefile Mon Jun 18 03:13:01 2018 (r472669) @@ -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 Added: head/misc/py-soapy_power/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-soapy_power/Makefile Mon Jun 18 03:13:01 2018 (r472669) @@ -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> Added: head/misc/py-soapy_power/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-soapy_power/distinfo Mon Jun 18 03:13:01 2018 (r472669) @@ -0,0 +1,3 @@ +TIMESTAMP = 1529288619 +SHA256 (soapy_power-1.6.1.tar.gz) = b5e54841ac2aa85addd60c11077efedad1800a27b998e90fbc656fcc9eaf52e5 +SIZE (soapy_power-1.6.1.tar.gz) = 18956 Added: head/misc/py-soapy_power/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-soapy_power/pkg-descr Mon Jun 18 03:13:01 2018 (r472669) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806180313.w5I3D1fN030086>