pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

gr-funcube: Add 3.10.0.rc3



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Sun Jun 1 12:49:42 2025 -0400
Changeset:	2cf2d43d4e2d3cc4ee20e8f53cd1b6c355aa3e87

Modified Files:
	Makefile
Added Files:
	gr-funcube/DESCR
	gr-funcube/Makefile
	gr-funcube/PLIST
	gr-funcube/distinfo

Log Message:
gr-funcube: Add 3.10.0.rc3

gr-funcube is an oot-module for gnuradio to implement a funcube dongle
and a funcube dongle pro+ source.

To control the device the hidapi usb version is used.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2cf2d43d4e2d3cc4ee20e8f53cd1b6c355aa3e87

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile            |  1 +
 gr-funcube/DESCR    |  4 ++++
 gr-funcube/Makefile | 31 +++++++++++++++++++++++++++++++
 gr-funcube/PLIST    |  1 +
 gr-funcube/distinfo |  5 +++++
 5 files changed, 42 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 36bfc4689b..a20ad8f917 100644
--- a/Makefile
+++ b/Makefile
@@ -1405,6 +1405,7 @@ SUBDIR+=	gptfdisk
 SUBDIR+=	gpx2shp
 SUBDIR+=	gr-fcdproplus
 SUBDIR+=	gr-fcdproplus-git
+SUBDIR+=	gr-funcube
 SUBDIR+=	gr-gsm
 SUBDIR+=	grabtitle-git
 SUBDIR+=	gradle
diff --git a/gr-funcube/DESCR b/gr-funcube/DESCR
new file mode 100644
index 0000000000..bdbae37ff9
--- /dev/null
+++ b/gr-funcube/DESCR
@@ -0,0 +1,4 @@
+gr-funcube is an oot-module for gnuradio to implement a funcube dongle
+and a funcube dongle pro+ source.
+
+To control the device the hidapi usb version is used.
diff --git a/gr-funcube/Makefile b/gr-funcube/Makefile
new file mode 100644
index 0000000000..2bfa7d1e81
--- /dev/null
+++ b/gr-funcube/Makefile
@@ -0,0 +1,31 @@
+# $NetBSD$
+
+DISTNAME=	v3.10.0.rc3
+PKGNAME=	${GITHUB_PROJECT}-${DISTNAME:S,^v,,}
+CATEGORIES=	ham
+MASTER_SITES=	${MASTER_SITE_GITHUB:=dl1ksv/}
+GITHUB_PROJECT=	gr-funcube
+GITHUB_TAG=	refs/tags/v3.10.0.rc3
+DIST_SUBDIR=	${GITHUB_PROJECT}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/dl1ksv/gr-funcube/
+COMMENT=	GNU Radio Funcube driver
+#LICENSE=	# TODO: (see mk/license.mk)
+
+WRKSRC=		${WRKDIR}/gr-funcube-3.10.0.rc3
+USE_LANGUAGES=	c++
+
+# cmake files in odd place are not found
+DEPENDS+=	${PYPKGPREFIX}-pybind11-[0-9]*:../../devel/py-pybind11
+
+.include	"../../devel/cmake/build.mk"
+
+.include        "../../devel/boost-headers/buildlink3.mk"
+.include        "../../devel/boost-libs/buildlink3.mk"
+.include        "../../devel/libusb1/buildlink3.mk"
+.include        "../../lang/python/application.mk"
+.include        "../../lang/python/pyversion.mk"
+.include	"../../ham/gnuradio-core/buildlink3.mk"
+.include	"../../ham/gnuradio-uhd/buildlink3.mk"
+.include	"../../mk/bsd.pkg.mk"
diff --git a/gr-funcube/PLIST b/gr-funcube/PLIST
new file mode 100644
index 0000000000..48d96a5493
--- /dev/null
+++ b/gr-funcube/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD$
diff --git a/gr-funcube/distinfo b/gr-funcube/distinfo
new file mode 100644
index 0000000000..608ea54fae
--- /dev/null
+++ b/gr-funcube/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (gr-funcube/v3.10.0.rc3.tar.gz) = dd2f1957e31bd733435da47b51ce7d98051de95e10c2d443b1e8d245d34bd9ad
+SHA512 (gr-funcube/v3.10.0.rc3.tar.gz) = 851006850975e2de7ccdfb894a02f0b74c03b57c85c0be5c20f3a674e5dcf9b847ddb0d5ffc287c0cd3204aa6daa18355485c7907e1444bb08a344eaa11d8b34
+Size (gr-funcube/v3.10.0.rc3.tar.gz) = 112595 bytes


Home | Main Index | Thread Index | Old Index