aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-06-18 02:42:40 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-06-18 02:42:40 +0000
commite5dd5141eb30c337b673fef75930c7e6c6653318 (patch)
tree839c359a1e0f3d039e972db05e89d0edaa7691c5 /misc
parent9502930cb1866d3bd638b6fe23b4279e310163d6 (diff)
downloadports-e5dd5141eb30c337b673fef75930c7e6c6653318.tar.gz
ports-e5dd5141eb30c337b673fef75930c7e6c6653318.zip
Notes
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile1
-rw-r--r--misc/py-SimpleSoapy/Makefile21
-rw-r--r--misc/py-SimpleSoapy/distinfo3
-rw-r--r--misc/py-SimpleSoapy/pkg-descr4
4 files changed, 29 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 0af10c9f0446..7b3e59a701e4 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -401,6 +401,7 @@
SUBDIR += ptsort
SUBDIR += pubs
SUBDIR += py-PyUserInput
+ SUBDIR += py-SimpleSoapy
SUBDIR += py-YABT
SUBDIR += py-cinder
SUBDIR += py-colorbrewer
diff --git a/misc/py-SimpleSoapy/Makefile b/misc/py-SimpleSoapy/Makefile
new file mode 100644
index 000000000000..0e32ec328f7b
--- /dev/null
+++ b/misc/py-SimpleSoapy/Makefile
@@ -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>
diff --git a/misc/py-SimpleSoapy/distinfo b/misc/py-SimpleSoapy/distinfo
new file mode 100644
index 000000000000..da09fa531545
--- /dev/null
+++ b/misc/py-SimpleSoapy/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1529289388
+SHA256 (SimpleSoapy-1.5.1.tar.gz) = 14923538128676eb18d6f7e094c91d77e54a3d1199efdbf5b95520f94b15002e
+SIZE (SimpleSoapy-1.5.1.tar.gz) = 6633
diff --git a/misc/py-SimpleSoapy/pkg-descr b/misc/py-SimpleSoapy/pkg-descr
new file mode 100644
index 000000000000..a103a1b73929
--- /dev/null
+++ b/misc/py-SimpleSoapy/pkg-descr
@@ -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