Date: Mon, 18 Jun 2018 02:42:40 +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: r472667 - in head/misc: . py-SimpleSoapy Message-ID: <201806180242.w5I2ge65013557@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Mon Jun 18 02:42:40 2018 New Revision: 472667 URL: https://svnweb.freebsd.org/changeset/ports/472667 Log: New port: misc/py-SimpleSoapy: Simple pythonic wrapper for SoapySDR library Added: head/misc/py-SimpleSoapy/ head/misc/py-SimpleSoapy/Makefile (contents, props changed) head/misc/py-SimpleSoapy/distinfo (contents, props changed) head/misc/py-SimpleSoapy/pkg-descr (contents, props changed) Modified: head/misc/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Mon Jun 18 02:34:02 2018 (r472666) +++ head/misc/Makefile Mon Jun 18 02:42:40 2018 (r472667) @@ -401,6 +401,7 @@ SUBDIR += ptsort SUBDIR += pubs SUBDIR += py-PyUserInput + SUBDIR += py-SimpleSoapy SUBDIR += py-YABT SUBDIR += py-cinder SUBDIR += py-colorbrewer Added: head/misc/py-SimpleSoapy/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-SimpleSoapy/Makefile Mon Jun 18 02:42:40 2018 (r472667) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= SimpleSoapy +DISTVERSION= 1.5.1 +CATEGORIES= misc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Simple pythonic wrapper for SoapySDR library + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYNUMPY} + +USES= python:3.4+ +USE_PYTHON= distutils autoplist +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/misc/py-SimpleSoapy/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-SimpleSoapy/distinfo Mon Jun 18 02:42:40 2018 (r472667) @@ -0,0 +1,3 @@ +TIMESTAMP = 1529289388 +SHA256 (SimpleSoapy-1.5.1.tar.gz) = 14923538128676eb18d6f7e094c91d77e54a3d1199efdbf5b95520f94b15002e +SIZE (SimpleSoapy-1.5.1.tar.gz) = 6633 Added: head/misc/py-SimpleSoapy/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-SimpleSoapy/pkg-descr Mon Jun 18 02:42:40 2018 (r472667) @@ -0,0 +1,4 @@ +Simple pythonic wrapper for SoapySDR library allowing to connect +to SDR (Software-Defined Radio) devices. + +WWW: https://github.com/xmikos/simplesoapy
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806180242.w5I2ge65013557>