Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Feb 2019 19:24:19 +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: r492506 - in head/comms: . soapyuhd
Message-ID:  <201902091924.x19JOJjs031259@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Feb  9 19:24:19 2019
New Revision: 492506
URL: https://svnweb.freebsd.org/changeset/ports/492506

Log:
  New port: comms/soapyuhd: Soapy SDR plugin for the Airspy

Added:
  head/comms/soapyuhd/
  head/comms/soapyuhd/Makefile   (contents, props changed)
  head/comms/soapyuhd/distinfo   (contents, props changed)
  head/comms/soapyuhd/pkg-descr   (contents, props changed)
Modified:
  head/comms/Makefile

Modified: head/comms/Makefile
==============================================================================
--- head/comms/Makefile	Sat Feb  9 18:52:02 2019	(r492505)
+++ head/comms/Makefile	Sat Feb  9 19:24:19 2019	(r492506)
@@ -167,6 +167,7 @@
     SUBDIR += smstools3
     SUBDIR += snap7
     SUBDIR += soapyairspy
+    SUBDIR += soapyuhd
     SUBDIR += spandsp
     SUBDIR += splat
     SUBDIR += sredird

Added: head/comms/soapyuhd/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/soapyuhd/Makefile	Sat Feb  9 19:24:19 2019	(r492506)
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+PORTNAME=	SoapyUHD
+DISTVERSIONPREFIX=	soapy-uhd-
+DISTVERSION=	0.3.5
+CATEGORIES=	comms hamradio
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Soapy SDR plugin for the Airspy
+
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
+		libSoapySDR.so:misc/soapysdr \
+		libuhd.so:comms/uhd
+
+USES=		cmake compiler:c++11-lang
+USE_GITHUB=	yes
+GH_ACCOUNT=	pothosware
+
+PLIST_FILES=	lib/SoapySDR/modules0.7/libuhdSupport.so \
+		lib/uhd/modules/libsoapySupport.so
+
+.include <bsd.port.mk>

Added: head/comms/soapyuhd/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/soapyuhd/distinfo	Sat Feb  9 19:24:19 2019	(r492506)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1549738671
+SHA256 (pothosware-SoapyUHD-soapy-uhd-0.3.5_GH0.tar.gz) = 824911253da0cdadd84481d4d98c6124c71431b69774bc6b138ddbdae0e6182b
+SIZE (pothosware-SoapyUHD-soapy-uhd-0.3.5_GH0.tar.gz) = 32340

Added: head/comms/soapyuhd/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/soapyuhd/pkg-descr	Sat Feb  9 19:24:19 2019	(r492506)
@@ -0,0 +1,6 @@
+The Soapy UHD project provides a plugin module to use UHD devices within the
+SoapySDR API and software that supports SoapySDR. In addition, the project
+provides a UHD module to use any SoapySDR device within the UHD API and UHD
+supported software.
+
+WWW: https://github.com/pothosware/SoapyUHD/wiki



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902091924.x19JOJjs031259>