svn commit: r492518 - in head/comms: . soapyredpitaya

Yuri Victorovich yuri at FreeBSD.org
Sat Feb 9 20:36:12 UTC 2019


Author: yuri
Date: Sat Feb  9 20:36:10 2019
New Revision: 492518
URL: https://svnweb.freebsd.org/changeset/ports/492518

Log:
  New port: comms/soapyredpitaya: SoapySDR Red Pitaya module

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

Modified: head/comms/Makefile
==============================================================================
--- head/comms/Makefile	Sat Feb  9 20:35:14 2019	(r492517)
+++ head/comms/Makefile	Sat Feb  9 20:36:10 2019	(r492518)
@@ -170,6 +170,7 @@
     SUBDIR += soapyairspy
     SUBDIR += soapybladerf
     SUBDIR += soapyplutosdr
+    SUBDIR += soapyredpitaya
     SUBDIR += soapyremote
     SUBDIR += soapysdrhackrf
     SUBDIR += soapyuhd

Added: head/comms/soapyredpitaya/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/soapyredpitaya/Makefile	Sat Feb  9 20:36:10 2019	(r492518)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME=	SoapyRedPitaya
+DISTVERSIONPREFIX=	soapy-redpitaya-
+DISTVERSION=	0.1.1
+CATEGORIES=	comms hamradio
+
+MAINTAINER=	yuri at FreeBSD.org
+COMMENT=	SoapySDR Red Pitaya module
+
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+LIB_DEPENDS=	libSoapySDR.so:misc/soapysdr
+
+USES=		cmake compiler:c++11-lang pkgconfig
+USE_GITHUB=	yes
+GH_ACCOUNT=	pothosware
+
+PLIST_FILES=	lib/SoapySDR/modules0.7/libRedPitaya.so
+
+.include <bsd.port.mk>

Added: head/comms/soapyredpitaya/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/soapyredpitaya/distinfo	Sat Feb  9 20:36:10 2019	(r492518)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1549744364
+SHA256 (pothosware-SoapyRedPitaya-soapy-redpitaya-0.1.1_GH0.tar.gz) = 71306b1bdc4bd53b059e374797e4ad86672221d5f8534bda60f2dc726005be50
+SIZE (pothosware-SoapyRedPitaya-soapy-redpitaya-0.1.1_GH0.tar.gz) = 17893

Added: head/comms/soapyredpitaya/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/soapyredpitaya/pkg-descr	Sat Feb  9 20:36:10 2019	(r492518)
@@ -0,0 +1,4 @@
+The Soapy Red Pitaya project provides a plugin module to use the Red Pitaya
+device within the SoapySDR API and software that supports SoapySDR.
+
+WWW: https://github.com/pothosware/SoapyRedPitaya/wiki


More information about the svn-ports-all mailing list