Date: Fri, 8 Feb 2019 02:50:09 +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: r492406 - in head/misc: . soapysdr-hackrf Message-ID: <201902080250.x182o9UM043751@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Fri Feb 8 02:50:09 2019 New Revision: 492406 URL: https://svnweb.freebsd.org/changeset/ports/492406 Log: New port: misc/soapysdr-hackrf: Soapy SDR module for Hack RF Submitted by: Diane Bruce <db@db.net> Added: head/misc/soapysdr-hackrf/ head/misc/soapysdr-hackrf/Makefile (contents, props changed) head/misc/soapysdr-hackrf/distinfo (contents, props changed) head/misc/soapysdr-hackrf/pkg-descr (contents, props changed) Modified: head/misc/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Fri Feb 8 02:44:42 2019 (r492405) +++ head/misc/Makefile Fri Feb 8 02:50:09 2019 (r492406) @@ -457,6 +457,7 @@ SUBDIR += smssend SUBDIR += snakemake SUBDIR += soapysdr + SUBDIR += soapysdr-hackrf SUBDIR += solarized SUBDIR += spamcalc SUBDIR += sshbuddy Added: head/misc/soapysdr-hackrf/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/soapysdr-hackrf/Makefile Fri Feb 8 02:50:09 2019 (r492406) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= SoapyHackRF +DISTVERSIONPREFIX= soapy-hackrf- +DISTVERSION= 0.3.3 +CATEGORIES= misc 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> Added: head/misc/soapysdr-hackrf/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/soapysdr-hackrf/distinfo Fri Feb 8 02:50:09 2019 (r492406) @@ -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 Added: head/misc/soapysdr-hackrf/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/soapysdr-hackrf/pkg-descr Fri Feb 8 02:50:09 2019 (r492406) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902080250.x182o9UM043751>