pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
gqrx: Remove, as older than pkgsrc
Module Name: pkgsrc-wip
Committed By: Greg Troxel <gdt%lexort.com@localhost>
Pushed By: gdt
Date: Mon May 12 17:31:50 2025 -0400
Changeset: 64b97bbcab61ba7172188611ce21301f5a46f2f7
Modified Files:
Makefile
Removed Files:
gqrx/DESCR
gqrx/Makefile
gqrx/PLIST
gqrx/TODO
gqrx/distinfo
Log Message:
gqrx: Remove, as older than pkgsrc
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=64b97bbcab61ba7172188611ce21301f5a46f2f7
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
gqrx/DESCR | 4 ----
gqrx/Makefile | 56 --------------------------------------------------------
gqrx/PLIST | 2 --
gqrx/TODO | 10 ----------
gqrx/distinfo | 5 -----
6 files changed, 78 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index adb49f2388..80c1005d05 100644
--- a/Makefile
+++ b/Makefile
@@ -1399,7 +1399,6 @@ SUBDIR+= gprlib
SUBDIR+= gpsdrive
SUBDIR+= gptfdisk
SUBDIR+= gpx2shp
-SUBDIR+= gqrx
SUBDIR+= gr-fcdproplus
SUBDIR+= gr-fcdproplus-git
SUBDIR+= gr-gsm
diff --git a/gqrx/DESCR b/gqrx/DESCR
deleted file mode 100644
index 16c44e9375..0000000000
--- a/gqrx/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-Gqrx is a software defined radio receiver powered by the GNU Radio SDR
-framework and the Qt graphical toolkit. Gqrx supports many of the SDR
-hardware available, including Funcube Dongles, rtl-sdr, HackRF and
-USRP devices.
diff --git a/gqrx/Makefile b/gqrx/Makefile
deleted file mode 100644
index 53d823cb33..0000000000
--- a/gqrx/Makefile
+++ /dev/null
@@ -1,56 +0,0 @@
-# $NetBSD$
-
-VERSION= 2.14.4
-
-# https://github.com/csete/gqrx/archive/v2.14.4.tar.gz
-DISTNAME= gqrx-${VERSION}
-PKGREVISION= 2
-CATEGORIES= ham
-MASTER_SITES= ${MASTER_SITE_GITHUB:=csete/}
-GITHUB_TAG= v${VERSION}
-#EXTRACT_SUFX= .tar.gz
-
-MAINTAINER= gdt%NetBSD.org@localhost
-HOMEPAGE= https://github.com/csete/gqrx/
-COMMENT= SDR GUI using GNU Radio
-LICENSE= gnu-gpl-v3
-
-USE_CMAKE= yes
-#CMAKE_CONFIGURE_ARGS+= -DTRY_SHM_VMCIRCBUF=ON
-USE_LANGUAGES= c c++
-
-## These dependencies are organized according to upstream's README
-## at https://github.com/csete/gqrx rather than alphabetically.
-
-# upstream's README.md does not document a dependency on boost libraries,
-# probably because gnuradio-core depends on boost, but there is one.
-.include "../../devel/boost-libs/buildlink3.mk"
-
-# Upstream documents needing multiple gnuradio blocks. These do not
-# obviously correspond to pkgsrc split package names, so we list the
-# required blocks ahead of each gnuradio split package.
-# core has runtime, analog, audio, blocks, fft, filter, pmt
-.include "../../ham/gnuradio-core/buildlink3.mk"
-# digital has digital
-.include "../../ham/gnuradio-digital/buildlink3.mk"
-
-# gr-iqbalance (optional) - not in pkgsrc
-
-# These are drivers for particular hardware. They are smallish and
-# therefore not optional. (Also, gr-osmosdr depends on them, so
-# avoiding dependencies would not save space.)
-
-.include "../../ham/gnuradio-uhd/buildlink3.mk"
-# broken
-#.include "../../ham/gr-fcdproplus/buildlink3.mk"
-.include "../../ham/rtl-sdr/buildlink3.mk"
-.include "../../ham/osmo-sdr/buildlink3.mk"
-.include "../../ham/hackrf/buildlink3.mk"
-
-.include "../../ham/gr-osmosdr/buildlink3.mk"
-.include "../../audio/pulseaudio/buildlink3.mk"
-
-.include "../../x11/qt5-qtbase/buildlink3.mk"
-.include "../../x11/qt5-qtsvg/buildlink3.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/gqrx/PLIST b/gqrx/PLIST
deleted file mode 100644
index 6778ea2316..0000000000
--- a/gqrx/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD$
-bin/gqrx
diff --git a/gqrx/TODO b/gqrx/TODO
deleted file mode 100644
index ebf9f71b13..0000000000
--- a/gqrx/TODO
+++ /dev/null
@@ -1,10 +0,0 @@
-2018-08-29
-================
-Does not work with ASLR, blaming gnuradio.
-
-
-
-================
-* File bug upstream (or fix the README) about the boost requirement.
-
-* test
diff --git a/gqrx/distinfo b/gqrx/distinfo
deleted file mode 100644
index a6a44b89f2..0000000000
--- a/gqrx/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-RMD160 (gqrx-2.14.4.tar.gz) = 69f6ddae8d127922e4cd20b150ec85c12785ef0f
-SHA512 (gqrx-2.14.4.tar.gz) = c8ed2d65c52d01323c1f22717ae405a32cbd74e194e25fbc7af435e265ef393deea7554ea24a8f3f5cb9607faec3bbde8e958f9334d29f802768538efd546b63
-Size (gqrx-2.14.4.tar.gz) = 1345711 bytes
Home |
Main Index |
Thread Index |
Old Index