From owner-svn-ports-all@freebsd.org Mon Jun 18 02:42:42 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E7061013274; Mon, 18 Jun 2018 02:42:42 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9E2316A538; Mon, 18 Jun 2018 02:42:41 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 809D41E238; Mon, 18 Jun 2018 02:42:41 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5I2gfw9013561; Mon, 18 Jun 2018 02:42:41 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5I2ge65013557; Mon, 18 Jun 2018 02:42:40 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201806180242.w5I2ge65013557@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 18 Jun 2018 02:42:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472667 - in head/misc: . py-SimpleSoapy X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/misc: . py-SimpleSoapy X-SVN-Commit-Revision: 472667 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jun 2018 02:42:42 -0000 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 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