aboutsummaryrefslogtreecommitdiff
path: root/comms/soapysdrhackrf
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2019-02-09 20:06:26 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2019-02-09 20:06:26 +0000
commit429d804434577971f58468b9cd7c22f3f4119060 (patch)
treeb93beca393add5c077883f9243aa2215452ed0fd /comms/soapysdrhackrf
parent2bb303818d6bf8886f0755c49a408c86fea0e888 (diff)
downloadports-429d804434577971f58468b9cd7c22f3f4119060.tar.gz
ports-429d804434577971f58468b9cd7c22f3f4119060.zip
Move misc/soapysdr-hackrf -> comms/soapysdrhackrf: comms is a correct category for it
Notes
Notes: svn path=/head/; revision=492510
Diffstat (limited to 'comms/soapysdrhackrf')
-rw-r--r--comms/soapysdrhackrf/Makefile23
-rw-r--r--comms/soapysdrhackrf/distinfo3
-rw-r--r--comms/soapysdrhackrf/pkg-descr7
3 files changed, 33 insertions, 0 deletions
diff --git a/comms/soapysdrhackrf/Makefile b/comms/soapysdrhackrf/Makefile
new file mode 100644
index 000000000000..8485ee672b75
--- /dev/null
+++ b/comms/soapysdrhackrf/Makefile
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME= SoapyHackRF
+DISTVERSIONPREFIX= soapy-hackrf-
+DISTVERSION= 0.3.3
+CATEGORIES= comms hamradio
+
+MAINTAINER= hamradio@FreeBSD.org
+COMMENT= Soapy SDR module for Hack RF
+
+LICENSE= BSL
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+LIB_DEPENDS= libhackrf.so:comms/hackrf \
+ libSoapySDR.so:misc/soapysdr
+
+USES= cmake compiler:c++11-lang
+USE_GITHUB= yes
+GH_ACCOUNT= pothosware
+
+PLIST_FILES= lib/SoapySDR/modules0.7/libHackRFSupport.so
+
+.include <bsd.port.mk>
diff --git a/comms/soapysdrhackrf/distinfo b/comms/soapysdrhackrf/distinfo
new file mode 100644
index 000000000000..b971f60f4331
--- /dev/null
+++ b/comms/soapysdrhackrf/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1549400142
+SHA256 (pothosware-SoapyHackRF-soapy-hackrf-0.3.3_GH0.tar.gz) = 7b24a47cee42156093bf82982b4fc6184a7c86101c3b8ee450274e57ee1c4b90
+SIZE (pothosware-SoapyHackRF-soapy-hackrf-0.3.3_GH0.tar.gz) = 15853
diff --git a/comms/soapysdrhackrf/pkg-descr b/comms/soapysdrhackrf/pkg-descr
new file mode 100644
index 000000000000..4737d458a144
--- /dev/null
+++ b/comms/soapysdrhackrf/pkg-descr
@@ -0,0 +1,7 @@
+This is the Soapy SDR module for Hack RF, an open source software defined radio
+(SDR) platform.
+
+SoapySDR is an open-source generalized C/C++ API and runtime library for
+interfacing with SDR devices.
+
+WWW: https://github.com/pothosware/SoapySDR