Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Feb 2019 19:59:53 +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: r492509 - in head/comms: . soapyplutosdr
Message-ID:  <201902091959.x19JxrPH047328@repo.freebsd.org>

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

Log:
  New port: comms/soapyplutosdr: Soapy SDR plugin for PlutoSDR

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

Modified: head/comms/Makefile
==============================================================================
--- head/comms/Makefile	Sat Feb  9 19:54:43 2019	(r492508)
+++ head/comms/Makefile	Sat Feb  9 19:59:53 2019	(r492509)
@@ -167,6 +167,7 @@
     SUBDIR += smstools3
     SUBDIR += snap7
     SUBDIR += soapyairspy
+    SUBDIR += soapyplutosdr
     SUBDIR += soapyremote
     SUBDIR += soapyuhd
     SUBDIR += spandsp

Added: head/comms/soapyplutosdr/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/soapyplutosdr/Makefile	Sat Feb  9 19:59:53 2019	(r492509)
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME=	SoapyPlutoSDR
+DISTVERSIONPREFIX=	soapy-plutosdr-
+DISTVERSION=	0.1.0
+CATEGORIES=	comms hamradio
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Soapy SDR plugin for PlutoSDR
+
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+LIB_DEPENDS=	libiio.so:misc/libiio \
+		libavahi-common.so:net/avahi-app \
+		libSoapySDR.so:misc/soapysdr
+
+USES=		cmake compiler:c++11-lang pkgconfig
+USE_GITHUB=	yes
+GH_ACCOUNT=	pothosware
+
+PLIST_FILES=	lib/SoapySDR/modules0.7/libPlutSDRSupport.so
+
+.include <bsd.port.mk>

Added: head/comms/soapyplutosdr/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/soapyplutosdr/distinfo	Sat Feb  9 19:59:53 2019	(r492509)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1549741232
+SHA256 (pothosware-SoapyPlutoSDR-soapy-plutosdr-0.1.0_GH0.tar.gz) = d468803f603b78fad91e271f6718630a21d591d732349b568b515458a2d67d8d
+SIZE (pothosware-SoapyPlutoSDR-soapy-plutosdr-0.1.0_GH0.tar.gz) = 18397

Added: head/comms/soapyplutosdr/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/soapyplutosdr/pkg-descr	Sat Feb  9 19:59:53 2019	(r492509)
@@ -0,0 +1,4 @@
+The Soapy Pluto SDR project provides a plugin module to use the Pluto SDR device
+within the SoapySDR API and software that supports SoapySDR.
+
+WWW: https://github.com/pothosware/SoapyPlutoSDR/wiki



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