pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/ham/gqrx
Module Name: pkgsrc
Committed By: jmcneill
Date: Mon Feb 24 11:56:42 UTC 2025
Added Files:
pkgsrc/ham/gqrx: DESCR Makefile PLIST distinfo
Log Message:
ham/gqrx: Add gqrx version 2.17.6
Gqrx is an open source software defined radio (SDR) receiver implemented
using GNU Radio and the Qt GUI toolkit. Gqrx offers features like:
* Discover devices attached to the computer.
* Process I/Q data from the supported devices.
* Change frequency, gain and apply various corrections (frequency, I/Q
balance).
* AM, SSB, CW, FM-N and FM-W (mono and stereo) demodulators.
* Special FM mode for NOAA APT.
* Variable band pass filter.
* AGC, squelch and noise blankers.
* FFT plot and waterfall.
* Record and playback audio to / from WAV file.
* Record and playback raw baseband data.
* Spectrum analyzer mode where all signal processing is disabled.
* Basic remote control through TCP connection.
* Streaming audio output over UDP.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/ham/gqrx/DESCR pkgsrc/ham/gqrx/Makefile \
pkgsrc/ham/gqrx/PLIST pkgsrc/ham/gqrx/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/ham/gqrx/DESCR
diff -u /dev/null pkgsrc/ham/gqrx/DESCR:1.1
--- /dev/null Mon Feb 24 11:56:42 2025
+++ pkgsrc/ham/gqrx/DESCR Mon Feb 24 11:56:42 2025
@@ -0,0 +1,17 @@
+Gqrx is an open source software defined radio (SDR) receiver implemented
+using GNU Radio and the Qt GUI toolkit. Gqrx offers features like:
+
+* Discover devices attached to the computer.
+* Process I/Q data from the supported devices.
+* Change frequency, gain and apply various corrections (frequency, I/Q
+ balance).
+* AM, SSB, CW, FM-N and FM-W (mono and stereo) demodulators.
+* Special FM mode for NOAA APT.
+* Variable band pass filter.
+* AGC, squelch and noise blankers.
+* FFT plot and waterfall.
+* Record and playback audio to / from WAV file.
+* Record and playback raw baseband data.
+* Spectrum analyzer mode where all signal processing is disabled.
+* Basic remote control through TCP connection.
+* Streaming audio output over UDP.
Index: pkgsrc/ham/gqrx/Makefile
diff -u /dev/null pkgsrc/ham/gqrx/Makefile:1.1
--- /dev/null Mon Feb 24 11:56:42 2025
+++ pkgsrc/ham/gqrx/Makefile Mon Feb 24 11:56:42 2025
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1 2025/02/24 11:56:42 jmcneill Exp $
+
+DISTNAME= gqrx-2.17.6
+CATEGORIES= ham
+MASTER_SITES= ${MASTER_SITE_GITHUB:=gqrx-sdr/}
+GITHUB_TAG= refs/tags/v${PKGVERSION_NOREV}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/gqrx-sdr/gqrx/
+COMMENT= open source software defined radio receiver
+LICENSE= gnu-gpl-v3
+
+WRKSRC= ${WRKDIR}/${DISTNAME}
+
+USE_LANGUAGES= c c++
+USE_TOOLS+= pkg-config
+
+.include "../../devel/boost-libs/buildlink3.mk"
+.include "../../devel/cmake/build.mk"
+.include "../../ham/gnuradio-core/buildlink3.mk"
+.include "../../ham/gnuradio-digital/buildlink3.mk"
+.include "../../ham/gnuradio-network/buildlink3.mk"
+.include "../../ham/gr-osmosdr/buildlink3.mk"
+.include "../../math/volk/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/qt5-qtsvg/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/ham/gqrx/PLIST
diff -u /dev/null pkgsrc/ham/gqrx/PLIST:1.1
--- /dev/null Mon Feb 24 11:56:42 2025
+++ pkgsrc/ham/gqrx/PLIST Mon Feb 24 11:56:42 2025
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2025/02/24 11:56:42 jmcneill Exp $
+bin/gqrx
+share/applications/dk.gqrx.gqrx.desktop
+share/icons/hicolor/scalable/apps/gqrx.svg
+share/metainfo/dk.gqrx.gqrx.appdata.xml
Index: pkgsrc/ham/gqrx/distinfo
diff -u /dev/null pkgsrc/ham/gqrx/distinfo:1.1
--- /dev/null Mon Feb 24 11:56:42 2025
+++ pkgsrc/ham/gqrx/distinfo Mon Feb 24 11:56:42 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/02/24 11:56:42 jmcneill Exp $
+
+BLAKE2s (gqrx-2.17.6.tar.gz) = 75cb83f7daaaa17643fbad19d450a3b7dbb7c25ce3d04cbe3e3aca2aaf90ac8f
+SHA512 (gqrx-2.17.6.tar.gz) = 626a7c842e9848fa3eb0326f0ebdee3d1b78eda36f3d378676dc10baf9a799ffd3cd6e3e78d992474443108a7f71d29a39eadd73821432846d8465eff1946974
+Size (gqrx-2.17.6.tar.gz) = 3627214 bytes
Home |
Main Index |
Thread Index |
Old Index