pkgsrc-Changes archive

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

CVS commit: pkgsrc/ham



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Oct  9 07:56:11 UTC 2022

Modified Files:
        pkgsrc/ham/gnuradio-channels: Makefile
        pkgsrc/ham/gnuradio-companion: Makefile PLIST
        pkgsrc/ham/gnuradio-core: Makefile Makefile.common PLIST distinfo
            version.mk
        pkgsrc/ham/gnuradio-core/patches: patch-cmake_Modules_GrPybind.cmake
            patch-gnuradio-runtime_CMakeLists.txt
            patch-gnuradio-runtime_lib_CMakeLists.txt
        pkgsrc/ham/gnuradio-ctrlport: Makefile
        pkgsrc/ham/gnuradio-digital: Makefile
        pkgsrc/ham/gnuradio-doxygen: Makefile PLIST
        pkgsrc/ham/gnuradio-dtv: Makefile
        pkgsrc/ham/gnuradio-fec: Makefile
        pkgsrc/ham/gnuradio-network: Makefile
        pkgsrc/ham/gnuradio-pdu: Makefile
        pkgsrc/ham/gnuradio-qtgui: Makefile
        pkgsrc/ham/gnuradio-soapy-sdr: Makefile
        pkgsrc/ham/gnuradio-trellis: Makefile
        pkgsrc/ham/gnuradio-uhd: Makefile
        pkgsrc/ham/gnuradio-utils: Makefile PLIST
        pkgsrc/ham/gnuradio-video-sdl: Makefile
        pkgsrc/ham/gnuradio-vocoder: Makefile
        pkgsrc/ham/gnuradio-wavelet: Makefile
        pkgsrc/ham/gnuradio-zeromq: Makefile
Removed Files:
        pkgsrc/ham/gnuradio-zeromq/files: zmq.hpp

Log Message:
gnuradio: updated to 3.10.4.0

3.10.4.0

Project Scope

Replace get_initial_sptr() calls with make_block_sptr() calls. There were a number of places the incorrect function was being used.

Runtime

Use correctly typed arguments to log messages to prevent build errors.

GRC

Add xfce4-terminal and urxvt to the list of terminal emulators discovered during the build process.
Suppress GUI hint errors that were being shown in the terminal window.
Use integers for screenshot size (floats were causing Cairo errors).

Build system and packaging

Reformat cmake files and make cmake formatting part of the workflow.
Allow GNU Radio to be a part of other cmake-based projects.
Correct linking to libiio and libad9361 on macOS.
Update method for determining Python installation directory. This should work correctly now on (all?) distro releases.

gr-blocks

New Block Interleaver/Deinterleaver interleaves blocks of symbols
Correct calculation of items_remaining in File Source, which allows seek() to work correctly.
Add an example for Wavefile Sink

gr-digital

Deprecate the CRC32 and CRC16 blocks, which will be removed in the future. There are more general CRC blocks which do the same thing (and more).

gr-filter

Fix demo for PFB channelizer

gr-iio

FMCOMMS2 Sink assumes CS16 data is scaled to 32768, rather than 2048.
FMCOMMS2 returns the correct samples for the second channel in 2-channel mode.

gr-trellis

Correct Python bindings for trellis::metrics.

gr-qtgui

Range widget can now output messages when value changes.
Add C++ code generation for Time Sink
Regenerate Python bindings for some blocks when necessary.
Waterfall Sink correctly uses half spectrum for float input.

gr-uhd

Add Python bindings for the UHD find() functino.

gr-zeromq

Support newer get() and older/deprecated getsockopt() functions in cppzmq depending on availability.

Modtool

Parse IO signatures with or without gr:: prefix.

Documentation

Update certain file lists to keep build paths out of documentation.

Testing

Update Conda recipe for Qt 5.15 and re-render CI support files.
Add testing on Ubuntu 22.04.
Link tests directly against spdlog with not linking to GR runtime.
Ignore Python "missing whitespace after keywork" formatting error.


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/ham/gnuradio-channels/Makefile
cvs rdiff -u -r1.58 -r1.59 pkgsrc/ham/gnuradio-companion/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/ham/gnuradio-companion/PLIST
cvs rdiff -u -r1.99 -r1.100 pkgsrc/ham/gnuradio-core/Makefile
cvs rdiff -u -r1.41 -r1.42 pkgsrc/ham/gnuradio-core/Makefile.common
cvs rdiff -u -r1.37 -r1.38 pkgsrc/ham/gnuradio-core/PLIST
cvs rdiff -u -r1.48 -r1.49 pkgsrc/ham/gnuradio-core/distinfo
cvs rdiff -u -r1.7 -r1.8 pkgsrc/ham/gnuradio-core/version.mk
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/ham/gnuradio-core/patches/patch-cmake_Modules_GrPybind.cmake \
    pkgsrc/ham/gnuradio-core/patches/patch-gnuradio-runtime_CMakeLists.txt \
    pkgsrc/ham/gnuradio-core/patches/patch-gnuradio-runtime_lib_CMakeLists.txt
cvs rdiff -u -r1.40 -r1.41 pkgsrc/ham/gnuradio-ctrlport/Makefile
cvs rdiff -u -r1.40 -r1.41 pkgsrc/ham/gnuradio-digital/Makefile
cvs rdiff -u -r1.58 -r1.59 pkgsrc/ham/gnuradio-doxygen/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/ham/gnuradio-doxygen/PLIST
cvs rdiff -u -r1.42 -r1.43 pkgsrc/ham/gnuradio-dtv/Makefile
cvs rdiff -u -r1.41 -r1.42 pkgsrc/ham/gnuradio-fec/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/ham/gnuradio-network/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/ham/gnuradio-pdu/Makefile
cvs rdiff -u -r1.50 -r1.51 pkgsrc/ham/gnuradio-qtgui/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/ham/gnuradio-soapy-sdr/Makefile
cvs rdiff -u -r1.58 -r1.59 pkgsrc/ham/gnuradio-trellis/Makefile
cvs rdiff -u -r1.41 -r1.42 pkgsrc/ham/gnuradio-uhd/Makefile
cvs rdiff -u -r1.44 -r1.45 pkgsrc/ham/gnuradio-utils/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/ham/gnuradio-utils/PLIST
cvs rdiff -u -r1.55 -r1.56 pkgsrc/ham/gnuradio-video-sdl/Makefile
cvs rdiff -u -r1.40 -r1.41 pkgsrc/ham/gnuradio-vocoder/Makefile
cvs rdiff -u -r1.39 -r1.40 pkgsrc/ham/gnuradio-wavelet/Makefile
cvs rdiff -u -r1.42 -r1.43 pkgsrc/ham/gnuradio-zeromq/Makefile
cvs rdiff -u -r1.2 -r0 pkgsrc/ham/gnuradio-zeromq/files/zmq.hpp

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

Modified files:

Index: pkgsrc/ham/gnuradio-channels/Makefile
diff -u pkgsrc/ham/gnuradio-channels/Makefile:1.39 pkgsrc/ham/gnuradio-channels/Makefile:1.40
--- pkgsrc/ham/gnuradio-channels/Makefile:1.39  Sun Sep 11 12:51:54 2022
+++ pkgsrc/ham/gnuradio-channels/Makefile       Sun Oct  9 07:56:09 2022
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.39 2022/09/11 12:51:54 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2022/10/09 07:56:09 adam Exp $
 
 PKGNAME=       gnuradio-channels-${VERSION}
-PKGREVISION=   2
 COMMENT=       Signal processing blocks to simulate channel models of GNU Radio
 
-.include       "../../ham/gnuradio-core/Makefile.common"
-.include       "../../ham/gnuradio-core/Nocore.mk"
+.include "../../ham/gnuradio-core/Makefile.common"
+.include "../../ham/gnuradio-core/Nocore.mk"
 
 CMAKE_ARGS+=   -DENABLE_DEFAULT=OFF
 CMAKE_ARGS+=   -DENABLE_GR_CHANNELS=ON
@@ -13,4 +12,4 @@ CMAKE_ARGS+=  -DENABLE_GRC=ON
 
 PLIST_MINUS+=  companion
 
-.include       "../../mk/bsd.pkg.mk"
+.include "../../mk/bsd.pkg.mk"

Index: pkgsrc/ham/gnuradio-companion/Makefile
diff -u pkgsrc/ham/gnuradio-companion/Makefile:1.58 pkgsrc/ham/gnuradio-companion/Makefile:1.59
--- pkgsrc/ham/gnuradio-companion/Makefile:1.58 Sun Sep 11 12:51:54 2022
+++ pkgsrc/ham/gnuradio-companion/Makefile      Sun Oct  9 07:56:09 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.58 2022/09/11 12:51:54 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2022/10/09 07:56:09 adam Exp $
 
 PKGNAME=       gnuradio-companion-${VERSION}
-PKGREVISION=   2
 COMMENT=       User interface entry of GNU Radio
 
 #CONF_FILES+=  ${EGDIR}/grc.conf       ${PKG_SYSCONFDIR}/grc.conf
@@ -11,17 +10,17 @@ DEPENDS+=   xdg-utils-[0-9]*:../../misc/xd
 
 REPLACE_BASH=  grc/scripts/freedesktop/grc_setup_freedesktop.in
 
-.include       "../../ham/gnuradio-core/Makefile.common"
-.include       "../../ham/gnuradio-core/Nocore.mk"
+.include "../../ham/gnuradio-core/Makefile.common"
+.include "../../ham/gnuradio-core/Nocore.mk"
 
 # gnuradio-companion
 CMAKE_ARGS+=   -DENABLE_DEFAULT=OFF
 CMAKE_ARGS+=   -DENABLE_GRC=ON
 
 ICON_THEMES=   yes
-.include       "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include       "../../graphics/gnome-icon-theme/buildlink3.mk"
-.include       "../../mk/bsd.pkg.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../graphics/gnome-icon-theme/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
 
 # -- Configuring gnuradio-companion support...
 # --   Dependency ENABLE_GNURADIO_RUNTIME = ON

Index: pkgsrc/ham/gnuradio-companion/PLIST
diff -u pkgsrc/ham/gnuradio-companion/PLIST:1.15 pkgsrc/ham/gnuradio-companion/PLIST:1.16
--- pkgsrc/ham/gnuradio-companion/PLIST:1.15    Thu May 26 15:20:08 2022
+++ pkgsrc/ham/gnuradio-companion/PLIST Sun Oct  9 07:56:09 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2022/05/26 15:20:08 mef Exp $
+@comment $NetBSD: PLIST,v 1.16 2022/10/09 07:56:09 adam Exp $
 bin/gnuradio-companion
 bin/grcc
 ${PYSITELIB}/gnuradio/grc/__init__.py
@@ -344,6 +344,7 @@ share/gnuradio/grc/blocks/blocks_add_xx.
 share/gnuradio/grc/blocks/blocks_and_const_xx.block.yml
 share/gnuradio/grc/blocks/blocks_and_xx.block.yml
 share/gnuradio/grc/blocks/blocks_argmax_xx.block.yml
+share/gnuradio/grc/blocks/blocks_blockinterleaver_xx.block.yml
 share/gnuradio/grc/blocks/blocks_burst_tagger.block.yml
 share/gnuradio/grc/blocks/blocks_char_to_float.block.yml
 share/gnuradio/grc/blocks/blocks_char_to_short.block.yml
@@ -509,6 +510,7 @@ share/gnuradio/grc/blocks/filter_root_ra
 share/gnuradio/grc/blocks/filter_single_pole_iir_filter_xx.block.yml
 share/gnuradio/grc/blocks/grc.tree.yml
 share/gnuradio/grc/blocks/import.block.yml
+share/gnuradio/grc/blocks/json_config.block.yml
 share/gnuradio/grc/blocks/message.domain.yml
 share/gnuradio/grc/blocks/note.block.yml
 share/gnuradio/grc/blocks/options.block.yml
@@ -529,6 +531,7 @@ share/gnuradio/grc/blocks/variable_rrc_f
 share/gnuradio/grc/blocks/variable_struct.block.yml
 share/gnuradio/grc/blocks/xmlrpc_client.block.yml
 share/gnuradio/grc/blocks/xmlrpc_server.block.yml
+share/gnuradio/grc/blocks/yaml_config.block.yml
 share/gnuradio/grc/freedesktop/gnuradio-grc.desktop
 share/gnuradio/grc/freedesktop/gnuradio-grc.xml
 share/gnuradio/grc/freedesktop/grc-icon-128.png
@@ -547,5 +550,3 @@ share/icons/hicolor/48x48/apps/gnuradio-
 share/icons/hicolor/64x64/apps/gnuradio-grc.png
 share/metainfo/org.gnuradio.grc.metainfo.xml
 share/mime/packages/gnuradio-grc.xml
-share/gnuradio/grc/blocks/json_config.block.yml
-share/gnuradio/grc/blocks/yaml_config.block.yml

Index: pkgsrc/ham/gnuradio-core/Makefile
diff -u pkgsrc/ham/gnuradio-core/Makefile:1.99 pkgsrc/ham/gnuradio-core/Makefile:1.100
--- pkgsrc/ham/gnuradio-core/Makefile:1.99      Sun Sep 11 12:51:54 2022
+++ pkgsrc/ham/gnuradio-core/Makefile   Sun Oct  9 07:56:09 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.99 2022/09/11 12:51:54 wiz Exp $
+# $NetBSD: Makefile,v 1.100 2022/10/09 07:56:09 adam Exp $
 
 PKGNAME=       gnuradio-core-${VERSION}
-PKGREVISION=   4
 COMMENT=       Core part of GNU Radio, all others need this
 
 PLIST_MINUS=   # empty
@@ -12,7 +11,7 @@ PLIST_MINUS=  # empty
 #CONF_FILES+=  ${EGDIR}/gr-audio-portaudio.conf ${PKG_SYSCONFDIR}/gr-audio-portaudio.conf
 #CONF_FILES+=  ${EGDIR}/gr-audio.conf          ${PKG_SYSCONFDIR}/gr-audio.conf
 
-.include       "../../mk/oss.buildlink3.mk"
+.include "../../mk/oss.buildlink3.mk"
 .if ${OSS_TYPE} != "none"
 #CONF_FILES+=  ${EGDIR}/gr-audio-oss.conf      ${PKG_SYSCONFDIR}/gr-audio-oss.conf
 PLIST_SRC=     ${PKGDIR}/PLIST ${PKGDIR}/PLIST.oss
@@ -26,4 +25,4 @@ CMAKE_ARGS+=  -DENABLE_DEFAULT=OFF
 #      ${MV} ${DESTDIR}${PREFIX}/etc/gnuradio/conf.d/* \
 #            ${DESTDIR}${PREFIX}/${EGDIR}/
 
-.include       "../../mk/bsd.pkg.mk"
+.include "../../mk/bsd.pkg.mk"

Index: pkgsrc/ham/gnuradio-core/Makefile.common
diff -u pkgsrc/ham/gnuradio-core/Makefile.common:1.41 pkgsrc/ham/gnuradio-core/Makefile.common:1.42
--- pkgsrc/ham/gnuradio-core/Makefile.common:1.41       Thu May 26 15:20:09 2022
+++ pkgsrc/ham/gnuradio-core/Makefile.common    Sun Oct  9 07:56:09 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.41 2022/05/26 15:20:09 mef Exp $
+# $NetBSD: Makefile.common,v 1.42 2022/10/09 07:56:09 adam Exp $
 # This Makefile fragment is included in the package Makefiles for
 # GNU Radio distributed packages (they all share common configure and build
 # settings).
@@ -22,7 +22,7 @@
 # used by ham/gnuradio-wavelet/Makefile
 # used by ham/gnuradio-zeromq/Makefile
 
-.include       "../../ham/gnuradio-core/version.mk"
+.include "../../ham/gnuradio-core/version.mk"
 
 DISTNAME?=     gnuradio-${VERSION}
 CATEGORIES+=   ham
@@ -36,22 +36,24 @@ MAINTAINER?=        pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE?=     https://www.gnu.org/software/gnuradio/
 LICENSE=       gnu-gpl-v3
 
-USE_LANGUAGES=         c c++
-USE_TOOLS=             perl gmake cmake pkg-config
-USE_CMAKE=             yes
+USE_CMAKE=     yes
+USE_LANGUAGES= c c++
+USE_TOOLS=     gmake perl pkg-config
 
-GCC_REQD+=             8
+GCC_REQD+=     8
 
+DEPENDS+=      ${PYPKGPREFIX}-jsonschema-[0-9]*:../../textproc/py-jsonschema
 DEPENDS+=      ${PYPKGPREFIX}-scipy-[0-9]*:../../math/py-scipy
 DEPENDS+=      ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
+DEPENDS+=      ${PYPKGPREFIX}-pygccxml-[0-9]*:../../textproc/py-pygccxml
 # for companion
+DEPENDS+=      ${PYPKGPREFIX}-cairo-[0-9]*:../../graphics/py-cairo
 DEPENDS+=      ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
 DEPENDS+=      ${PYPKGPREFIX}-mako-[0-9]*:../../devel/py-mako
-DEPENDS+=      ${PYPKGPREFIX}-cairo-[0-9]*:../../graphics/py-cairo
 DEPENDS+=      ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
 
-DISTINFO_FILE=         ${.CURDIR}/../../ham/gnuradio-core/distinfo
-PATCHDIR=              ${.CURDIR}/../../ham/gnuradio-core/patches
+DISTINFO_FILE= ${.CURDIR}/../../ham/gnuradio-core/distinfo
+PATCHDIR=      ${.CURDIR}/../../ham/gnuradio-core/patches
 
 # see CMakeLists.txt GR_PYTHON_MIN_VERSION
 PYTHON_VERSIONS_INCOMPATIBLE=  27 37 # py-scipy
@@ -136,26 +138,24 @@ pre-configure:
 do-install:
        cd ${WRKSRC}/${BUILD_DIRS} && ${GMAKE} DESTDIR=${DESTDIR} install
 
-
-.include       "../../audio/gsm/buildlink3.mk"
-.include       "../../audio/jack/buildlink3.mk"
-.include       "../../audio/portaudio/buildlink3.mk"
-
-.include       "../../devel/boost-headers/buildlink3.mk"
-.include       "../../devel/boost-libs/buildlink3.mk"
-.include       "../../devel/cppunit/buildlink3.mk"
-.include       "../../devel/gmp/buildlink3.mk"
-.include       "../../devel/spdlog/buildlink3.mk"
+.include "../../audio/gsm/buildlink3.mk"
+.include "../../audio/jack/buildlink3.mk"
+.include "../../audio/portaudio/buildlink3.mk"
+.include "../../devel/boost-headers/buildlink3.mk"
+.include "../../devel/boost-libs/buildlink3.mk"
+.include "../../devel/cppunit/buildlink3.mk"
+.include "../../devel/gmp/buildlink3.mk"
+.include "../../devel/spdlog/buildlink3.mk"
 BUILDLINK_API_DEPENDS.py-pybind11+=    ${PYPKGPREFIX}-pybind11>=2.6.0
-.include       "../../devel/py-pybind11/buildlink3.mk"
-.include       "../../graphics/cairo/buildlink3.mk"
-.include       "../../graphics/cairo-gobject/buildlink3.mk"
+.include "../../devel/py-pybind11/buildlink3.mk"
+.include "../../graphics/cairo/buildlink3.mk"
+.include "../../graphics/cairo-gobject/buildlink3.mk"
 # FIXME should be optional
-.include       "../../lang/libunwind/buildlink3.mk"
-.include       "../../lang/python/application.mk"
-.include       "../../math/py-numpy/buildlink3.mk"
-.include       "../../math/fftw/buildlink3.mk"
-.include       "../../math/gsl/buildlink3.mk"
-.include       "../../math/volk/buildlink3.mk"
-.include       "../../textproc/icu/buildlink3.mk"
-.include       "../../x11/gtk3/buildlink3.mk"
+.include "../../lang/libunwind/buildlink3.mk"
+.include "../../lang/python/application.mk"
+.include "../../math/fftw/buildlink3.mk"
+.include "../../math/gsl/buildlink3.mk"
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../math/volk/buildlink3.mk"
+.include "../../textproc/icu/buildlink3.mk"
+.include "../../x11/gtk3/buildlink3.mk"

Index: pkgsrc/ham/gnuradio-core/PLIST
diff -u pkgsrc/ham/gnuradio-core/PLIST:1.37 pkgsrc/ham/gnuradio-core/PLIST:1.38
--- pkgsrc/ham/gnuradio-core/PLIST:1.37 Thu May 26 15:20:09 2022
+++ pkgsrc/ham/gnuradio-core/PLIST      Sun Oct  9 07:56:09 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.37 2022/05/26 15:20:09 mef Exp $
+@comment $NetBSD: PLIST,v 1.38 2022/10/09 07:56:09 adam Exp $
 bin/gnuradio-config-info
 bin/gr_filter_design
 include/gnuradio/analog/agc.h
@@ -61,6 +61,8 @@ include/gnuradio/blocks/annotator_alltoa
 include/gnuradio/blocks/annotator_raw.h
 include/gnuradio/blocks/api.h
 include/gnuradio/blocks/argmax.h
+include/gnuradio/blocks/blockinterleaver_xx.h
+include/gnuradio/blocks/blockinterleaving.h
 include/gnuradio/blocks/burst_tagger.h
 include/gnuradio/blocks/char_to_float.h
 include/gnuradio/blocks/char_to_short.h
@@ -100,6 +102,7 @@ include/gnuradio/blocks/float_to_int.h
 include/gnuradio/blocks/float_to_short.h
 include/gnuradio/blocks/float_to_uchar.h
 include/gnuradio/blocks/head.h
+include/gnuradio/blocks/host_buffer_copy.h
 include/gnuradio/blocks/int_to_float.h
 include/gnuradio/blocks/integrate.h
 include/gnuradio/blocks/interleave.h
@@ -370,26 +373,26 @@ lib/cmake/gnuradio/gnuradio-runtimeConfi
 lib/cmake/gnuradio/gnuradio-runtimeTargets-release.cmake
 lib/cmake/gnuradio/gnuradio-runtimeTargets.cmake
 lib/libgnuradio-analog.so
-lib/libgnuradio-analog.so.${PKGVER_MICRO}
 lib/libgnuradio-analog.so.${PKGVERSION}
+lib/libgnuradio-analog.so.${PKGVER_MICRO}
 lib/libgnuradio-audio.so
-lib/libgnuradio-audio.so.${PKGVER_MICRO}
 lib/libgnuradio-audio.so.${PKGVERSION}
+lib/libgnuradio-audio.so.${PKGVER_MICRO}
 lib/libgnuradio-blocks.so
-lib/libgnuradio-blocks.so.${PKGVER_MICRO}
 lib/libgnuradio-blocks.so.${PKGVERSION}
+lib/libgnuradio-blocks.so.${PKGVER_MICRO}
 lib/libgnuradio-fft.so
-lib/libgnuradio-fft.so.${PKGVER_MICRO}
 lib/libgnuradio-fft.so.${PKGVERSION}
+lib/libgnuradio-fft.so.${PKGVER_MICRO}
 lib/libgnuradio-filter.so
-lib/libgnuradio-filter.so.${PKGVER_MICRO}
 lib/libgnuradio-filter.so.${PKGVERSION}
+lib/libgnuradio-filter.so.${PKGVER_MICRO}
 lib/libgnuradio-pmt.so
-lib/libgnuradio-pmt.so.${PKGVER_MICRO}
 lib/libgnuradio-pmt.so.${PKGVERSION}
+lib/libgnuradio-pmt.so.${PKGVER_MICRO}
 lib/libgnuradio-runtime.so
-lib/libgnuradio-runtime.so.${PKGVER_MICRO}
 lib/libgnuradio-runtime.so.${PKGVERSION}
+lib/libgnuradio-runtime.so.${PKGVER_MICRO}
 lib/pkgconfig/gnuradio-analog.pc
 lib/pkgconfig/gnuradio-audio.pc
 lib/pkgconfig/gnuradio-blocks.pc

Index: pkgsrc/ham/gnuradio-core/distinfo
diff -u pkgsrc/ham/gnuradio-core/distinfo:1.48 pkgsrc/ham/gnuradio-core/distinfo:1.49
--- pkgsrc/ham/gnuradio-core/distinfo:1.48      Thu May 26 15:20:09 2022
+++ pkgsrc/ham/gnuradio-core/distinfo   Sun Oct  9 07:56:09 2022
@@ -1,11 +1,13 @@
-$NetBSD: distinfo,v 1.48 2022/05/26 15:20:09 mef Exp $
+$NetBSD: distinfo,v 1.49 2022/10/09 07:56:09 adam Exp $
 
-BLAKE2s (gnuradio-3.10.2.0.tar.gz) = ce1797e79609b2bf9b418b0cd4d43cb5e5c647da7be8769c26fc99979d18bd9f
-SHA512 (gnuradio-3.10.2.0.tar.gz) = f34cd3aee1a5d72da387246c25f8494d9a28b2d66aa58ec99a6ff2ae45672f3ec65111af095282f026e2ef267bca2e64042a2aa3ee284ce770351629963fe468
-Size (gnuradio-3.10.2.0.tar.gz) = 4323022 bytes
-SHA1 (patch-cmake_Modules_GrPybind.cmake) = e2b42c840ca985dc3b1c0cba3029002a088c8407
-SHA1 (patch-gnuradio-runtime_CMakeLists.txt) = a5b2b60c7fcc46b5784027e08e137480c0cf3307
-SHA1 (patch-gnuradio-runtime_lib_CMakeLists.txt) = 310d0432de07cf5c03fbd9fd34dcb42733cf6367
+BLAKE2s (gnuradio-3.10.4.0.tar.gz) = 72065d24922d7ab4c97e89bd99a95ad76088e7ff9d13fd395b13a7075558bd6a
+SHA512 (gnuradio-3.10.4.0.tar.gz) = a8690016513df3928cb2f63eef190c7306bc3cc452dfeafab2e47b43aa1dd3f61515df49832e99530535f94deabfb614388a27212b09e1c816782f3fdd4915eb
+Size (gnuradio-3.10.4.0.tar.gz) = 4392284 bytes
+SHA1 (patch-cmake_Modules_GrPybind.cmake) = b585fc9bddad66f98d9e70db3d9335c937698df9
+SHA1 (patch-gnuradio-runtime_CMakeLists.txt) = 3e4ae78cd722aa54a9626ca458cfe90ab11619a5
+SHA1 (patch-gnuradio-runtime_lib_CMakeLists.txt) = 8f29121bcff204fd4533c113cd05440a7d39477d
 SHA1 (patch-gnuradio-runtime_lib_constants.cc.in) = fef80a546c713c565c3851ee7289b4fa3a49e45b
+SHA1 (patch-gnuradio-runtime_lib_thread_thread__group.cc) = 868809d5253b6465595dcade7f094844ff79f21c
 SHA1 (patch-gr-audio_lib_CMakeLists.txt) = 9adacb93a20b2be596a23985306cbfd5f93c80a8
 SHA1 (patch-gr-audio_lib_alsa_alsa__impl_h) = cfa9b629e5cf21198cfd53cf27a908b5874866f4
+SHA1 (patch-gr-blocks_include_gnuradio_blocks_blockinterleaving.h) = a73a5820e613159b9032faacc6ca98a2a6dfaf48

Index: pkgsrc/ham/gnuradio-core/version.mk
diff -u pkgsrc/ham/gnuradio-core/version.mk:1.7 pkgsrc/ham/gnuradio-core/version.mk:1.8
--- pkgsrc/ham/gnuradio-core/version.mk:1.7     Thu May 26 15:20:09 2022
+++ pkgsrc/ham/gnuradio-core/version.mk Sun Oct  9 07:56:09 2022
@@ -1,3 +1,3 @@
-# $NetBSD: version.mk,v 1.7 2022/05/26 15:20:09 mef Exp $
+# $NetBSD: version.mk,v 1.8 2022/10/09 07:56:09 adam Exp $
 
-VERSION=       3.10.2.0
+VERSION=       3.10.4.0

Index: pkgsrc/ham/gnuradio-core/patches/patch-cmake_Modules_GrPybind.cmake
diff -u pkgsrc/ham/gnuradio-core/patches/patch-cmake_Modules_GrPybind.cmake:1.1 pkgsrc/ham/gnuradio-core/patches/patch-cmake_Modules_GrPybind.cmake:1.2
--- pkgsrc/ham/gnuradio-core/patches/patch-cmake_Modules_GrPybind.cmake:1.1     Sun Jan 16 18:06:25 2022
+++ pkgsrc/ham/gnuradio-core/patches/patch-cmake_Modules_GrPybind.cmake Sun Oct  9 07:56:09 2022
@@ -1,15 +1,15 @@
-$NetBSD: patch-cmake_Modules_GrPybind.cmake,v 1.1 2022/01/16 18:06:25 tnn Exp $
+$NetBSD: patch-cmake_Modules_GrPybind.cmake,v 1.2 2022/10/09 07:56:09 adam Exp $
 
 Disable use of precompiled headers; it doesn't play nice with pkgsrc nor ccache.
 
---- cmake/Modules/GrPybind.cmake.orig  2022-01-14 15:27:04.000000000 +0000
+--- cmake/Modules/GrPybind.cmake.orig  2022-09-16 15:51:17.000000000 +0000
 +++ cmake/Modules/GrPybind.cmake
-@@ -158,7 +158,7 @@ target_include_directories(${name}_pytho
- # Precompile the pybind11 header
- # This should speed up building of the python bindings at least in larger modules
- # This functionality is only available in CMake >= 3.16
--if(${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.16.0")
-+if(false AND ${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.16.0")
-   target_precompile_headers(
-     ${name}_python
-     PRIVATE
+@@ -176,7 +176,7 @@ macro(GR_PYBIND_MAKE_CHECK_HASH name upd
+     # Precompile the pybind11 header
+     # This should speed up building of the python bindings at least in larger modules
+     # This functionality is only available in CMake >= 3.16
+-    if(${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.16.0")
++    if(FALSE AND ${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.16.0")
+         target_precompile_headers(
+             ${name}_python
+             PRIVATE
Index: pkgsrc/ham/gnuradio-core/patches/patch-gnuradio-runtime_CMakeLists.txt
diff -u pkgsrc/ham/gnuradio-core/patches/patch-gnuradio-runtime_CMakeLists.txt:1.1 pkgsrc/ham/gnuradio-core/patches/patch-gnuradio-runtime_CMakeLists.txt:1.2
--- pkgsrc/ham/gnuradio-core/patches/patch-gnuradio-runtime_CMakeLists.txt:1.1  Sun Jan 16 18:06:25 2022
+++ pkgsrc/ham/gnuradio-core/patches/patch-gnuradio-runtime_CMakeLists.txt      Sun Oct  9 07:56:09 2022
@@ -1,15 +1,15 @@
-$NetBSD: patch-gnuradio-runtime_CMakeLists.txt,v 1.1 2022/01/16 18:06:25 tnn Exp $
+$NetBSD: patch-gnuradio-runtime_CMakeLists.txt,v 1.2 2022/10/09 07:56:09 adam Exp $
 
 Disable use of precompiled headers; it doesn't play nice with pkgsrc nor ccache.
 
---- gnuradio-runtime/CMakeLists.txt.orig       2022-01-14 15:27:04.000000000 +0000
+--- gnuradio-runtime/CMakeLists.txt.orig       2022-09-16 15:51:17.000000000 +0000
 +++ gnuradio-runtime/CMakeLists.txt
-@@ -51,7 +51,7 @@ get_filename_component(GNURADIO_RUNTIME_
+@@ -53,7 +53,7 @@ get_filename_component(GNURADIO_RUNTIME_
  ########################################################################
  # Setup precompiled header pseudo-component
  ########################################################################
 -if(${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.16.0")
-+if(false AND ${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.16.0")
-   set(GR_CMAKE_HAS_PCH ${CMAKE_VERSION})
++if(FALSE AND ${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.16.0")
+     set(GR_CMAKE_HAS_PCH ${CMAKE_VERSION})
  endif()
  
Index: pkgsrc/ham/gnuradio-core/patches/patch-gnuradio-runtime_lib_CMakeLists.txt
diff -u pkgsrc/ham/gnuradio-core/patches/patch-gnuradio-runtime_lib_CMakeLists.txt:1.1 pkgsrc/ham/gnuradio-core/patches/patch-gnuradio-runtime_lib_CMakeLists.txt:1.2
--- pkgsrc/ham/gnuradio-core/patches/patch-gnuradio-runtime_lib_CMakeLists.txt:1.1      Sun Jan 16 18:06:25 2022
+++ pkgsrc/ham/gnuradio-core/patches/patch-gnuradio-runtime_lib_CMakeLists.txt  Sun Oct  9 07:56:09 2022
@@ -1,15 +1,15 @@
-$NetBSD: patch-gnuradio-runtime_lib_CMakeLists.txt,v 1.1 2022/01/16 18:06:25 tnn Exp $
+$NetBSD: patch-gnuradio-runtime_lib_CMakeLists.txt,v 1.2 2022/10/09 07:56:09 adam Exp $
 
 Disable use of precompiled headers; it doesn't play nice with pkgsrc nor ccache.
 
---- gnuradio-runtime/lib/CMakeLists.txt.orig   2022-01-14 15:27:04.000000000 +0000
+--- gnuradio-runtime/lib/CMakeLists.txt.orig   2022-09-16 15:51:17.000000000 +0000
 +++ gnuradio-runtime/lib/CMakeLists.txt
-@@ -171,7 +171,7 @@ target_compile_definitions(gnuradio-runt
+@@ -163,7 +163,7 @@ target_compile_definitions(gnuradio-runt
  # constants.cc includes boost::dll headers, force them to use std::filesystem
  target_compile_definitions(gnuradio-runtime PRIVATE BOOST_DLL_USE_STD_FS)
  
 -if(${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.16.0")
-+if(false AND ${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.16.0")
-   target_precompile_headers(
-     gnuradio-runtime
-     PRIVATE
++if(FALSE AND ${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.16.0")
+     target_precompile_headers(
+         gnuradio-runtime PRIVATE
+         ${CMAKE_CURRENT_SOURCE_DIR}/../include/gnuradio/sync_block.h)

Index: pkgsrc/ham/gnuradio-ctrlport/Makefile
diff -u pkgsrc/ham/gnuradio-ctrlport/Makefile:1.40 pkgsrc/ham/gnuradio-ctrlport/Makefile:1.41
--- pkgsrc/ham/gnuradio-ctrlport/Makefile:1.40  Sun Sep 11 12:51:54 2022
+++ pkgsrc/ham/gnuradio-ctrlport/Makefile       Sun Oct  9 07:56:09 2022
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.40 2022/09/11 12:51:54 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2022/10/09 07:56:09 adam Exp $
 
 PKGNAME=       gnuradio-ctrlport-${VERSION}
-PKGREVISION=   2
 COMMENT=       New set of hooks into GNU Radio to allow a remote client to attach
-.include       "../../ham/gnuradio-core/Makefile.common"
-.include       "../../ham/gnuradio-core/Nocore.mk"
+
+.include "../../ham/gnuradio-core/Makefile.common"
+.include "../../ham/gnuradio-core/Nocore.mk"
 
 CMAKE_ARGS+=   -DENABLE_DEFAULT=OFF
 CMAKE_ARGS+=   -DENABLE_GR_CTRLPORT=ON
 
-.include       "../../mk/bsd.pkg.mk"
+.include "../../mk/bsd.pkg.mk"

Index: pkgsrc/ham/gnuradio-digital/Makefile
diff -u pkgsrc/ham/gnuradio-digital/Makefile:1.40 pkgsrc/ham/gnuradio-digital/Makefile:1.41
--- pkgsrc/ham/gnuradio-digital/Makefile:1.40   Sun Sep 11 12:51:54 2022
+++ pkgsrc/ham/gnuradio-digital/Makefile        Sun Oct  9 07:56:10 2022
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.40 2022/09/11 12:51:54 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2022/10/09 07:56:10 adam Exp $
 
 PKGNAME=       gnuradio-digital-${VERSION}
-PKGREVISION=   2
 COMMENT=       Digital related algorithms for GNU Radio
 
-.include       "../../ham/gnuradio-core/Makefile.common"
-.include       "../../ham/gnuradio-core/Nocore.mk"
+.include "../../ham/gnuradio-core/Makefile.common"
+.include "../../ham/gnuradio-core/Nocore.mk"
 # link to libgnuradio-fft.so.${PKGVERSON_NOREV}
-.include       "../../ham/gnuradio-core/buildlink3.mk"
+.include "../../ham/gnuradio-core/buildlink3.mk"
 
 CMAKE_ARGS+=   -DENABLE_DEFAULT=OFF
 CMAKE_ARGS+=   -DENABLE_GR_DIGITAL=ON
@@ -15,4 +14,4 @@ CMAKE_ARGS+=  -DENABLE_GRC=ON
 
 PLIST_MINUS+=  companion
 
-.include       "../../mk/bsd.pkg.mk"
+.include "../../mk/bsd.pkg.mk"

Index: pkgsrc/ham/gnuradio-doxygen/Makefile
diff -u pkgsrc/ham/gnuradio-doxygen/Makefile:1.58 pkgsrc/ham/gnuradio-doxygen/Makefile:1.59
--- pkgsrc/ham/gnuradio-doxygen/Makefile:1.58   Tue Oct  4 11:54:13 2022
+++ pkgsrc/ham/gnuradio-doxygen/Makefile        Sun Oct  9 07:56:10 2022
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.58 2022/10/04 11:54:13 adam Exp $
+# $NetBSD: Makefile,v 1.59 2022/10/09 07:56:10 adam Exp $
 
 PKGNAME=       gnuradio-doxygen-${VERSION}
-PKGREVISION=   3
 COMMENT=       Doxygen documentation of GNU Radio
 
-.include       "../../ham/gnuradio-core/Makefile.common"
-.include       "../../ham/gnuradio-core/Nocore.mk"
+.include "../../ham/gnuradio-core/Makefile.common"
+.include "../../ham/gnuradio-core/Nocore.mk"
 
 BUILD_DEPENDS+=        doxygen>=1.9.5:../../devel/doxygen
 BUILD_DEPENDS+=        graphviz-[0-9]*:../../graphics/graphviz
@@ -18,6 +17,6 @@ DEPENDS+=     tex-newunicodechar-[0-9]*:../.
 CMAKE_ARGS+=   -DENABLE_DEFAULT=OFF
 CMAKE_ARGS+=   -DENABLE_DOXYGEN=ON
 
-MAKE_JOBS_SAFE=        no
+#MAKE_JOBS_SAFE=       no
 
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/ham/gnuradio-doxygen/PLIST
diff -u pkgsrc/ham/gnuradio-doxygen/PLIST:1.31 pkgsrc/ham/gnuradio-doxygen/PLIST:1.32
--- pkgsrc/ham/gnuradio-doxygen/PLIST:1.31      Sat Oct  8 11:12:48 2022
+++ pkgsrc/ham/gnuradio-doxygen/PLIST   Sun Oct  9 07:56:10 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.31 2022/10/08 11:12:48 mef Exp $
+@comment $NetBSD: PLIST,v 1.32 2022/10/09 07:56:10 adam Exp $
 share/doc/gnuradio-${PKGVERSION}/html/ConstellationDisplayPlot_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/ConstellationDisplayPlot_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/ConstellationDisplayPlot_8h__dep__incl.md5
@@ -81,7 +81,6 @@ share/doc/gnuradio-${PKGVERSION}/html/Wa
 share/doc/gnuradio-${PKGVERSION}/html/WaterfallDisplayPlot_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/WaterfallDisplayPlot_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/WaterfallDisplayPlot_8h_source.html
-share/doc/gnuradio-${PKGVERSION}/html/_formulas.log
 share/doc/gnuradio-${PKGVERSION}/html/_formulas.tex
 share/doc/gnuradio-${PKGVERSION}/html/_formulas_dark.log
 share/doc/gnuradio-${PKGVERSION}/html/_formulas_dark.tex
@@ -150,9 +149,6 @@ share/doc/gnuradio-${PKGVERSION}/html/ad
 share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/add__blk_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/add__blk_8h.js
-share/doc/gnuradio-${PKGVERSION}/html/add__blk_8h__dep__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/add__blk_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/add__blk_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/add__blk_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/add__blk_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/add__blk_8h__incl.svg
@@ -677,19 +673,10 @@ share/doc/gnuradio-${PKGVERSION}/html/at
 share/doc/gnuradio-${PKGVERSION}/html/atsc__viterbi__decoder__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/attr__sink_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/attr__sink_8h.js
-share/doc/gnuradio-${PKGVERSION}/html/attr__sink_8h__dep__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/attr__sink_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/attr__sink_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/attr__sink_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/attr__sink_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/attr__sink_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/attr__sink_8h_source.html
-share/doc/gnuradio-${PKGVERSION}/html/attr__sink__impl_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/attr__sink__impl_8h.js
-share/doc/gnuradio-${PKGVERSION}/html/attr__sink__impl_8h__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/attr__sink__impl_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/attr__sink__impl_8h__incl.svg
-share/doc/gnuradio-${PKGVERSION}/html/attr__sink__impl_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/attr__sink__pydoc__template_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/attr__sink__pydoc__template_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/attr__sink__pydoc__template_8h__incl.map
@@ -698,19 +685,10 @@ share/doc/gnuradio-${PKGVERSION}/html/at
 share/doc/gnuradio-${PKGVERSION}/html/attr__sink__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/attr__source_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/attr__source_8h.js
-share/doc/gnuradio-${PKGVERSION}/html/attr__source_8h__dep__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/attr__source_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/attr__source_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/attr__source_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/attr__source_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/attr__source_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/attr__source_8h_source.html
-share/doc/gnuradio-${PKGVERSION}/html/attr__source__impl_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/attr__source__impl_8h.js
-share/doc/gnuradio-${PKGVERSION}/html/attr__source__impl_8h__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/attr__source__impl_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/attr__source__impl_8h__incl.svg
-share/doc/gnuradio-${PKGVERSION}/html/attr__source__impl_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/attr__source__pydoc__template_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/attr__source__pydoc__template_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/attr__source__pydoc__template_8h__incl.map
@@ -719,19 +697,10 @@ share/doc/gnuradio-${PKGVERSION}/html/at
 share/doc/gnuradio-${PKGVERSION}/html/attr__source__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/attr__updater_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/attr__updater_8h.js
-share/doc/gnuradio-${PKGVERSION}/html/attr__updater_8h__dep__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/attr__updater_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/attr__updater_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/attr__updater_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/attr__updater_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/attr__updater_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/attr__updater_8h_source.html
-share/doc/gnuradio-${PKGVERSION}/html/attr__updater__impl_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/attr__updater__impl_8h.js
-share/doc/gnuradio-${PKGVERSION}/html/attr__updater__impl_8h__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/attr__updater__impl_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/attr__updater__impl_8h__incl.svg
-share/doc/gnuradio-${PKGVERSION}/html/attr__updater__impl_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/attr__updater__pydoc__template_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/attr__updater__pydoc__template_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/attr__updater__pydoc__template_8h__incl.map
@@ -836,15 +805,12 @@ share/doc/gnuradio-${PKGVERSION}/html/bl
 share/doc/gnuradio-${PKGVERSION}/html/block__gateway_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/block__gateway_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/block__gateway_8h_source.html
-share/doc/gnuradio-${PKGVERSION}/html/block__impl_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/block__impl_8h.js
-share/doc/gnuradio-${PKGVERSION}/html/block__impl_8h__dep__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/block__impl_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/block__impl_8h__dep__incl.svg
-share/doc/gnuradio-${PKGVERSION}/html/block__impl_8h__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/block__impl_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/block__impl_8h__incl.svg
-share/doc/gnuradio-${PKGVERSION}/html/block__impl_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/block__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/block__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/block__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/block__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/block__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/block__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/block__registry_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/block__registry_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/block__registry_8h__dep__incl.map
@@ -854,6 +820,18 @@ share/doc/gnuradio-${PKGVERSION}/html/bl
 share/doc/gnuradio-${PKGVERSION}/html/block__registry_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/block__registry_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/block__registry_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/blockinterleaver__xx_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/blockinterleaver__xx_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/blockinterleaver__xx_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/blockinterleaver__xx_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/blockinterleaver__xx_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/blockinterleaver__xx_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/blockinterleaving_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/blockinterleaving_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/blockinterleaving_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/blockinterleaving_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/blockinterleaving_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/blockinterleaving_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/blocks_8dox.html
 share/doc/gnuradio-${PKGVERSION}/html/buffer_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/buffer_8h.js
@@ -1581,6 +1559,9 @@ share/doc/gnuradio-${PKGVERSION}/html/cl
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1argmax-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1argmax.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1argmax.js
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1blockinterleaver__xx-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1blockinterleaver__xx.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1blockinterleaver__xx.js
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1burst__tagger-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1burst__tagger.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1burst__tagger.js
@@ -1710,6 +1691,9 @@ share/doc/gnuradio-${PKGVERSION}/html/cl
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1head-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1head.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1head.js
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1host__buffer__copy-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1host__buffer__copy.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1host__buffer__copy.js
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1int__to__float-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1int__to__float.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1int__to__float.js
@@ -1731,6 +1715,9 @@ share/doc/gnuradio-${PKGVERSION}/html/cl
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1keep__one__in__n-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1keep__one__in__n.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1keep__one__in__n.js
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1kernel_1_1block__interleaving-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1kernel_1_1block__interleaving.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1kernel_1_1block__interleaving.js
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1kernel_1_1pack__k__bits-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1kernel_1_1pack__k__bits.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1kernel_1_1pack__k__bits.js
@@ -2799,69 +2786,39 @@ share/doc/gnuradio-${PKGVERSION}/html/cl
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1attr__sink-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1attr__sink.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1attr__sink.js
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1attr__sink__impl-members.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1attr__sink__impl.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1attr__sink__impl.js
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1attr__source-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1attr__source.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1attr__source.js
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1attr__source__impl-members.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1attr__source__impl.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1attr__source__impl.js
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1attr__updater-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1attr__updater.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1attr__updater.js
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1attr__updater__impl-members.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1attr__updater__impl.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1attr__updater__impl.js
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1dds__control-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1dds__control.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1dds__control.js
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1dds__control__impl-members.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1dds__control__impl.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1dds__control__impl.js
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1device__sink-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1device__sink.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1device__sink.js
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1device__sink__impl-members.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1device__sink__impl.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1device__sink__impl.js
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1device__source-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1device__source.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1device__source.js
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1device__source__impl-members.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1device__source__impl.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1device__source__impl.js
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1fmcomms2__sink-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1fmcomms2__sink.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1fmcomms2__sink.js
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1fmcomms2__sink__impl-members.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1fmcomms2__sink__impl.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1fmcomms2__sink__impl.js
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1fmcomms2__source-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1fmcomms2__source.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1fmcomms2__source.js
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1fmcomms2__source__impl-members.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1fmcomms2__source__impl.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1fmcomms2__source__impl.js
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1fmcomms5__sink-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1fmcomms5__sink.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1fmcomms5__sink.js
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1fmcomms5__sink__f32c-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1fmcomms5__sink__f32c.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1fmcomms5__sink__f32c.js
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1fmcomms5__sink__impl-members.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1fmcomms5__sink__impl.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1fmcomms5__sink__impl.js
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1fmcomms5__source-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1fmcomms5__source.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1fmcomms5__source.js
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1fmcomms5__source__f32c-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1fmcomms5__source__f32c.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1fmcomms5__source__f32c.js
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1fmcomms5__source__impl-members.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1fmcomms5__source__impl.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1fmcomms5__source__impl.js
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1iio__param__t-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1iio__param__t.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1iio_1_1iio__param__t.js
@@ -2904,44 +2861,27 @@ share/doc/gnuradio-${PKGVERSION}/html/cl
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1msg__queue-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1msg__queue.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1msg__queue.js
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1msg__queue__comparator-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1msg__queue__comparator.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1msg__queue__comparator.js
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1nco-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1nco.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1nco.js
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1network_1_1socket__pdu-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1network_1_1socket__pdu.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1network_1_1socket__pdu.js
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1network_1_1socket__pdu__impl-members.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1network_1_1socket__pdu__impl.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1network_1_1socket__pdu__impl.js
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1network_1_1stream__pdu__base-members.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1network_1_1stream__pdu__base.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1network_1_1stream__pdu__base.js
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1network_1_1tcp__connection-members.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1network_1_1tcp__connection.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1network_1_1tcp__connection.js
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1network_1_1tcp__sink-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1network_1_1tcp__sink.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1network_1_1tcp__sink.js
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1network_1_1tcp__sink__impl-members.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1network_1_1tcp__sink__impl.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1network_1_1tcp__sink__impl.js
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1network_1_1tuntap__pdu-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1network_1_1tuntap__pdu.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1network_1_1tuntap__pdu.js
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1network_1_1tuntap__pdu__impl-members.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1network_1_1tuntap__pdu__impl.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1network_1_1udp__sink-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1network_1_1udp__sink.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1network_1_1udp__sink.js
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1network_1_1udp__sink__impl-members.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1network_1_1udp__sink__impl.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1network_1_1udp__sink__impl.js
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1network_1_1udp__source-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1network_1_1udp__source.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1network_1_1udp__source.js
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1network_1_1udp__source__impl-members.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1network_1_1udp__source__impl.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1network_1_1udp__source__impl.js
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1pdu_1_1add__system__time-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1pdu_1_1add__system__time.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1pdu_1_1add__system__time.js
@@ -3041,21 +2981,12 @@ share/doc/gnuradio-${PKGVERSION}/html/cl
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1soapy_1_1block-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1soapy_1_1block.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1soapy_1_1block.js
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1soapy_1_1block__impl-members.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1soapy_1_1block__impl.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1soapy_1_1block__impl.js
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1soapy_1_1sink-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1soapy_1_1sink.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1soapy_1_1sink.js
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1soapy_1_1sink__impl-members.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1soapy_1_1sink__impl.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1soapy_1_1sink__impl.js
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1soapy_1_1source-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1soapy_1_1source.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1soapy_1_1source.js
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1soapy_1_1source__impl-members.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1soapy_1_1source__impl.html
-share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1soapy_1_1source__impl.js
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1sync__block-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1sync__block.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1sync__block.js
@@ -3287,9 +3218,6 @@ share/doc/gnuradio-${PKGVERSION}/html/cl
 share/doc/gnuradio-${PKGVERSION}/html/classheader__seq__plus__size-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classheader__seq__plus__size.html
 share/doc/gnuradio-${PKGVERSION}/html/classheader__seq__plus__size.js
-share/doc/gnuradio-${PKGVERSION}/html/classmywindow-members.html
-share/doc/gnuradio-${PKGVERSION}/html/classmywindow.html
-share/doc/gnuradio-${PKGVERSION}/html/classmywindow.js
 share/doc/gnuradio-${PKGVERSION}/html/classpmt_1_1comparator-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classpmt_1_1comparator.html
 share/doc/gnuradio-${PKGVERSION}/html/classpmt_1_1comparator.js
@@ -4010,6 +3938,9 @@ share/doc/gnuradio-${PKGVERSION}/html/cr
 share/doc/gnuradio-${PKGVERSION}/html/crc32__bb__pydoc__template_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/crc32__bb__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/crc_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/crc_8h__dep__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/crc_8h__dep__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/crc_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/crc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/crc_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/crc_8h__incl.svg
@@ -4186,19 +4117,10 @@ share/doc/gnuradio-${PKGVERSION}/html/dc
 share/doc/gnuradio-${PKGVERSION}/html/dc__blocker__ff__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/dds__control_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/dds__control_8h.js
-share/doc/gnuradio-${PKGVERSION}/html/dds__control_8h__dep__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/dds__control_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/dds__control_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/dds__control_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/dds__control_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/dds__control_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/dds__control_8h_source.html
-share/doc/gnuradio-${PKGVERSION}/html/dds__control__impl_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/dds__control__impl_8h.js
-share/doc/gnuradio-${PKGVERSION}/html/dds__control__impl_8h__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/dds__control__impl_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/dds__control__impl_8h__incl.svg
-share/doc/gnuradio-${PKGVERSION}/html/dds__control__impl_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/dds__control__pydoc__template_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/dds__control__pydoc__template_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/dds__control__pydoc__template_8h__incl.map
@@ -4295,15 +4217,6 @@ share/doc/gnuradio-${PKGVERSION}/html/de
 share/doc/gnuradio-${PKGVERSION}/html/device__sink_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/device__sink_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/device__sink_8h_source.html
-share/doc/gnuradio-${PKGVERSION}/html/device__sink__impl_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/device__sink__impl_8h.js
-share/doc/gnuradio-${PKGVERSION}/html/device__sink__impl_8h__dep__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/device__sink__impl_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/device__sink__impl_8h__dep__incl.svg
-share/doc/gnuradio-${PKGVERSION}/html/device__sink__impl_8h__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/device__sink__impl_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/device__sink__impl_8h__incl.svg
-share/doc/gnuradio-${PKGVERSION}/html/device__sink__impl_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/device__sink__pydoc__template_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/device__sink__pydoc__template_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/device__sink__pydoc__template_8h__incl.map
@@ -4319,15 +4232,6 @@ share/doc/gnuradio-${PKGVERSION}/html/de
 share/doc/gnuradio-${PKGVERSION}/html/device__source_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/device__source_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/device__source_8h_source.html
-share/doc/gnuradio-${PKGVERSION}/html/device__source__impl_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/device__source__impl_8h.js
-share/doc/gnuradio-${PKGVERSION}/html/device__source__impl_8h__dep__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/device__source__impl_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/device__source__impl_8h__dep__incl.svg
-share/doc/gnuradio-${PKGVERSION}/html/device__source__impl_8h__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/device__source__impl_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/device__source__impl_8h__incl.svg
-share/doc/gnuradio-${PKGVERSION}/html/device__source__impl_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/device__source__pydoc__template_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/device__source__pydoc__template_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/device__source__pydoc__template_8h__incl.map
@@ -4465,9 +4369,7 @@ share/doc/gnuradio-${PKGVERSION}/html/di
 share/doc/gnuradio-${PKGVERSION}/html/dir_000041.html
 share/doc/gnuradio-${PKGVERSION}/html/dir_000041.js
 share/doc/gnuradio-${PKGVERSION}/html/dir_000042.html
-share/doc/gnuradio-${PKGVERSION}/html/dir_000042.js
 share/doc/gnuradio-${PKGVERSION}/html/dir_000043.html
-share/doc/gnuradio-${PKGVERSION}/html/dir_000043.js
 share/doc/gnuradio-${PKGVERSION}/html/dir_000044.html
 share/doc/gnuradio-${PKGVERSION}/html/dir_000045.html
 share/doc/gnuradio-${PKGVERSION}/html/dir_000046.html
@@ -4479,7 +4381,9 @@ share/doc/gnuradio-${PKGVERSION}/html/di
 share/doc/gnuradio-${PKGVERSION}/html/dir_000052.html
 share/doc/gnuradio-${PKGVERSION}/html/dir_000053.html
 share/doc/gnuradio-${PKGVERSION}/html/dir_000054.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000054.js
 share/doc/gnuradio-${PKGVERSION}/html/dir_000055.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000055.js
 share/doc/gnuradio-${PKGVERSION}/html/dir_000056.html
 share/doc/gnuradio-${PKGVERSION}/html/dir_000056.js
 share/doc/gnuradio-${PKGVERSION}/html/dir_000057.html
@@ -4701,7 +4605,6 @@ share/doc/gnuradio-${PKGVERSION}/html/di
 share/doc/gnuradio-${PKGVERSION}/html/dir_000165.html
 share/doc/gnuradio-${PKGVERSION}/html/dir_000165.js
 share/doc/gnuradio-${PKGVERSION}/html/dir_000166.html
-share/doc/gnuradio-${PKGVERSION}/html/dir_000166.js
 share/doc/gnuradio-${PKGVERSION}/html/dir_000167.html
 share/doc/gnuradio-${PKGVERSION}/html/dir_000167.js
 share/doc/gnuradio-${PKGVERSION}/html/dir_000168.html
@@ -4715,6 +4618,7 @@ share/doc/gnuradio-${PKGVERSION}/html/di
 share/doc/gnuradio-${PKGVERSION}/html/dir_000172.html
 share/doc/gnuradio-${PKGVERSION}/html/dir_000172.js
 share/doc/gnuradio-${PKGVERSION}/html/dir_000173.html
+share/doc/gnuradio-${PKGVERSION}/html/dir_000173.js
 share/doc/gnuradio-${PKGVERSION}/html/dir_000174.html
 share/doc/gnuradio-${PKGVERSION}/html/dir_000174.js
 share/doc/gnuradio-${PKGVERSION}/html/dir_000175.html
@@ -4797,30 +4701,6 @@ share/doc/gnuradio-${PKGVERSION}/html/di
 share/doc/gnuradio-${PKGVERSION}/html/dir_000213.js
 share/doc/gnuradio-${PKGVERSION}/html/dir_000214.html
 share/doc/gnuradio-${PKGVERSION}/html/dir_000214.js
-share/doc/gnuradio-${PKGVERSION}/html/dir_000215.html
-share/doc/gnuradio-${PKGVERSION}/html/dir_000215.js
-share/doc/gnuradio-${PKGVERSION}/html/dir_000216.html
-share/doc/gnuradio-${PKGVERSION}/html/dir_000216.js
-share/doc/gnuradio-${PKGVERSION}/html/dir_000217.html
-share/doc/gnuradio-${PKGVERSION}/html/dir_000217.js
-share/doc/gnuradio-${PKGVERSION}/html/dir_000218.html
-share/doc/gnuradio-${PKGVERSION}/html/dir_000218.js
-share/doc/gnuradio-${PKGVERSION}/html/dir_000219.html
-share/doc/gnuradio-${PKGVERSION}/html/dir_000219.js
-share/doc/gnuradio-${PKGVERSION}/html/dir_000220.html
-share/doc/gnuradio-${PKGVERSION}/html/dir_000220.js
-share/doc/gnuradio-${PKGVERSION}/html/dir_000221.html
-share/doc/gnuradio-${PKGVERSION}/html/dir_000221.js
-share/doc/gnuradio-${PKGVERSION}/html/dir_000222.html
-share/doc/gnuradio-${PKGVERSION}/html/dir_000222.js
-share/doc/gnuradio-${PKGVERSION}/html/dir_000223.html
-share/doc/gnuradio-${PKGVERSION}/html/dir_000223.js
-share/doc/gnuradio-${PKGVERSION}/html/display__qt_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/display__qt_8h.js
-share/doc/gnuradio-${PKGVERSION}/html/display__qt_8h__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/display__qt_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/display__qt_8h__incl.svg
-share/doc/gnuradio-${PKGVERSION}/html/display__qt_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/displayform_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/displayform_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/displayform_8h__dep__incl.md5
@@ -5829,9 +5709,6 @@ share/doc/gnuradio-${PKGVERSION}/html/fl
 share/doc/gnuradio-${PKGVERSION}/html/flowgraph__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__sink_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__sink_8h.js
-share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__sink_8h__dep__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__sink_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__sink_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__sink_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__sink_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__sink_8h__incl.svg
@@ -5842,12 +5719,6 @@ share/doc/gnuradio-${PKGVERSION}/html/fm
 share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__sink__f32c__pydoc__template_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__sink__f32c__pydoc__template_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__sink__f32c__pydoc__template_8h_source.html
-share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__sink__impl_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__sink__impl_8h.js
-share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__sink__impl_8h__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__sink__impl_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__sink__impl_8h__incl.svg
-share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__sink__impl_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__sink__pydoc__template_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__sink__pydoc__template_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__sink__pydoc__template_8h__incl.map
@@ -5856,9 +5727,6 @@ share/doc/gnuradio-${PKGVERSION}/html/fm
 share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__sink__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__source_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__source_8h.js
-share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__source_8h__dep__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__source_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__source_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__source_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__source_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__source_8h__incl.svg
@@ -5869,12 +5737,6 @@ share/doc/gnuradio-${PKGVERSION}/html/fm
 share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__source__f32c__pydoc__template_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__source__f32c__pydoc__template_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__source__f32c__pydoc__template_8h_source.html
-share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__source__impl_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__source__impl_8h.js
-share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__source__impl_8h__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__source__impl_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__source__impl_8h__incl.svg
-share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__source__impl_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__source__pydoc__template_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__source__pydoc__template_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__source__pydoc__template_8h__incl.map
@@ -5883,9 +5745,6 @@ share/doc/gnuradio-${PKGVERSION}/html/fm
 share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__source__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__sink_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__sink_8h.js
-share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__sink_8h__dep__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__sink_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__sink_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__sink_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__sink_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__sink_8h__incl.svg
@@ -5896,12 +5755,6 @@ share/doc/gnuradio-${PKGVERSION}/html/fm
 share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__sink__f32c__pydoc__template_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__sink__f32c__pydoc__template_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__sink__f32c__pydoc__template_8h_source.html
-share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__sink__impl_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__sink__impl_8h.js
-share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__sink__impl_8h__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__sink__impl_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__sink__impl_8h__incl.svg
-share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__sink__impl_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__sink__pydoc__template_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__sink__pydoc__template_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__sink__pydoc__template_8h__incl.map
@@ -5910,9 +5763,6 @@ share/doc/gnuradio-${PKGVERSION}/html/fm
 share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__sink__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__source_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__source_8h.js
-share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__source_8h__dep__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__source_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__source_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__source_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__source_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__source_8h__incl.svg
@@ -5923,12 +5773,6 @@ share/doc/gnuradio-${PKGVERSION}/html/fm
 share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__source__f32c__pydoc__template_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__source__f32c__pydoc__template_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__source__f32c__pydoc__template_8h_source.html
-share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__source__impl_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__source__impl_8h.js
-share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__source__impl_8h__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__source__impl_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__source__impl_8h__incl.svg
-share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__source__impl_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__source__pydoc__template_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__source__pydoc__template_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__source__pydoc__template_8h__incl.map
@@ -6017,9 +5861,6 @@ share/doc/gnuradio-${PKGVERSION}/html/fr
 share/doc/gnuradio-${PKGVERSION}/html/freq__sink__c__pydoc__template_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/freq__sink__c__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/freq__sink__f_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/freq__sink__f_8h__dep__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/freq__sink__f_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/freq__sink__f_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/freq__sink__f_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/freq__sink__f_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/freq__sink__f_8h__incl.svg
@@ -6163,7 +6004,6 @@ share/doc/gnuradio-${PKGVERSION}/html/fu
 share/doc/gnuradio-${PKGVERSION}/html/functions_vars_b.html
 share/doc/gnuradio-${PKGVERSION}/html/functions_vars_c.html
 share/doc/gnuradio-${PKGVERSION}/html/functions_vars_d.html
-share/doc/gnuradio-${PKGVERSION}/html/functions_vars_e.html
 share/doc/gnuradio-${PKGVERSION}/html/functions_vars_f.html
 share/doc/gnuradio-${PKGVERSION}/html/functions_vars_g.html
 share/doc/gnuradio-${PKGVERSION}/html/functions_vars_h.html
@@ -6452,12 +6292,6 @@ share/doc/gnuradio-${PKGVERSION}/html/gn
 share/doc/gnuradio-${PKGVERSION}/html/gnuradio-runtime_2include_2pmt_2api_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/gnuradio-runtime_2include_2pmt_2api_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gnuradio-runtime_2include_2pmt_2api_8h_source.html
-share/doc/gnuradio-${PKGVERSION}/html/gnuradio-runtime_2python_2gnuradio_2gr_2bindings_2docstrings_2block__pydoc__template_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/gnuradio-runtime_2python_2gnuradio_2gr_2bindings_2docstrings_2block__pydoc__template_8h.js
-share/doc/gnuradio-${PKGVERSION}/html/gnuradio-runtime_2python_2gnuradio_2gr_2bindings_2docstrings_2block__pydoc__template_8h__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/gnuradio-runtime_2python_2gnuradio_2gr_2bindings_2docstrings_2block__pydoc__template_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/gnuradio-runtime_2python_2gnuradio_2gr_2bindings_2docstrings_2block__pydoc__template_8h__incl.svg
-share/doc/gnuradio-${PKGVERSION}/html/gnuradio-runtime_2python_2gnuradio_2gr_2bindings_2docstrings_2block__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/gnuradio_logo_icon.png
 share/doc/gnuradio-${PKGVERSION}/html/goertzel_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/goertzel_8h__incl.map
@@ -6509,18 +6343,6 @@ share/doc/gnuradio-${PKGVERSION}/html/gr
 share/doc/gnuradio-${PKGVERSION}/html/gr-audio_2include_2gnuradio_2audio_2source_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/gr-audio_2include_2gnuradio_2audio_2source_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gr-audio_2include_2gnuradio_2audio_2source_8h_source.html
-share/doc/gnuradio-${PKGVERSION}/html/gr-audio_2python_2audio_2bindings_2docstrings_2sink__pydoc__template_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/gr-audio_2python_2audio_2bindings_2docstrings_2sink__pydoc__template_8h.js
-share/doc/gnuradio-${PKGVERSION}/html/gr-audio_2python_2audio_2bindings_2docstrings_2sink__pydoc__template_8h__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/gr-audio_2python_2audio_2bindings_2docstrings_2sink__pydoc__template_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/gr-audio_2python_2audio_2bindings_2docstrings_2sink__pydoc__template_8h__incl.svg
-share/doc/gnuradio-${PKGVERSION}/html/gr-audio_2python_2audio_2bindings_2docstrings_2sink__pydoc__template_8h_source.html
-share/doc/gnuradio-${PKGVERSION}/html/gr-audio_2python_2audio_2bindings_2docstrings_2source__pydoc__template_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/gr-audio_2python_2audio_2bindings_2docstrings_2source__pydoc__template_8h.js
-share/doc/gnuradio-${PKGVERSION}/html/gr-audio_2python_2audio_2bindings_2docstrings_2source__pydoc__template_8h__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/gr-audio_2python_2audio_2bindings_2docstrings_2source__pydoc__template_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/gr-audio_2python_2audio_2bindings_2docstrings_2source__pydoc__template_8h__incl.svg
-share/doc/gnuradio-${PKGVERSION}/html/gr-audio_2python_2audio_2bindings_2docstrings_2source__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/gr-blocks_2include_2gnuradio_2blocks_2api_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/gr-blocks_2include_2gnuradio_2blocks_2api_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/gr-blocks_2include_2gnuradio_2blocks_2api_8h__dep__incl.map
@@ -6666,40 +6488,16 @@ share/doc/gnuradio-${PKGVERSION}/html/gr
 share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2block_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2sink_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2sink_8h.js
-share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2sink_8h__dep__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2sink_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2sink_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2sink_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2sink_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2sink_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2sink_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2source_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2source_8h.js
-share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2source_8h__dep__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2source_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2source_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2source_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2source_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2source_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2source_8h_source.html
-share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2python_2soapy_2bindings_2docstrings_2block__pydoc__template_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2python_2soapy_2bindings_2docstrings_2block__pydoc__template_8h.js
-share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2python_2soapy_2bindings_2docstrings_2block__pydoc__template_8h__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2python_2soapy_2bindings_2docstrings_2block__pydoc__template_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2python_2soapy_2bindings_2docstrings_2block__pydoc__template_8h__incl.svg
-share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2python_2soapy_2bindings_2docstrings_2block__pydoc__template_8h_source.html
-share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2python_2soapy_2bindings_2docstrings_2sink__pydoc__template_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2python_2soapy_2bindings_2docstrings_2sink__pydoc__template_8h.js
-share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2python_2soapy_2bindings_2docstrings_2sink__pydoc__template_8h__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2python_2soapy_2bindings_2docstrings_2sink__pydoc__template_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2python_2soapy_2bindings_2docstrings_2sink__pydoc__template_8h__incl.svg
-share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2python_2soapy_2bindings_2docstrings_2sink__pydoc__template_8h_source.html
-share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2python_2soapy_2bindings_2docstrings_2source__pydoc__template_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2python_2soapy_2bindings_2docstrings_2source__pydoc__template_8h.js
-share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2python_2soapy_2bindings_2docstrings_2source__pydoc__template_8h__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2python_2soapy_2bindings_2docstrings_2source__pydoc__template_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2python_2soapy_2bindings_2docstrings_2source__pydoc__template_8h__incl.svg
-share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2python_2soapy_2bindings_2docstrings_2source__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/gr-trellis_2include_2gnuradio_2trellis_2api_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/gr-trellis_2include_2gnuradio_2trellis_2api_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/gr-trellis_2include_2gnuradio_2trellis_2api_8h__dep__incl.map
@@ -7069,9 +6867,6 @@ share/doc/gnuradio-${PKGVERSION}/html/hi
 share/doc/gnuradio-${PKGVERSION}/html/hilbert__fc__pydoc__template_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/hilbert__fc__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/histogram__sink__f_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/histogram__sink__f_8h__dep__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/histogram__sink__f_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/histogram__sink__f_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/histogram__sink__f_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/histogram__sink__f_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/histogram__sink__f_8h__incl.svg
@@ -7099,6 +6894,17 @@ share/doc/gnuradio-${PKGVERSION}/html/ho
 share/doc/gnuradio-${PKGVERSION}/html/host__buffer_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/host__buffer_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/host__buffer_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/host__buffer__copy_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/host__buffer__copy_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/host__buffer__copy_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/host__buffer__copy_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/host__buffer__copy_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/host__buffer__copy__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/host__buffer__copy__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/host__buffer__copy__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/host__buffer__copy__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/host__buffer__copy__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/host__buffer__copy__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/iio__types_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/iio__types_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/iio__types_8h__dep__incl.map
@@ -7311,9 +7117,6 @@ share/doc/gnuradio-${PKGVERSION}/html/in
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_138.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_138.md5
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_138.svg
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_139.map
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_139.md5
-share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_139.svg
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_14.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_14.md5
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_14.svg
@@ -8604,9 +8407,6 @@ share/doc/gnuradio-${PKGVERSION}/html/na
 share/doc/gnuradio-${PKGVERSION}/html/navtreeindex80.js
 share/doc/gnuradio-${PKGVERSION}/html/navtreeindex81.js
 share/doc/gnuradio-${PKGVERSION}/html/navtreeindex82.js
-share/doc/gnuradio-${PKGVERSION}/html/navtreeindex83.js
-share/doc/gnuradio-${PKGVERSION}/html/navtreeindex84.js
-share/doc/gnuradio-${PKGVERSION}/html/navtreeindex85.js
 share/doc/gnuradio-${PKGVERSION}/html/navtreeindex9.js
 share/doc/gnuradio-${PKGVERSION}/html/nco_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/nco_8h__incl.map
@@ -8632,9 +8432,6 @@ share/doc/gnuradio-${PKGVERSION}/html/nl
 share/doc/gnuradio-${PKGVERSION}/html/nlog10__ff__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/noise__source_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/noise__source_8h.js
-share/doc/gnuradio-${PKGVERSION}/html/noise__source_8h__dep__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/noise__source_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/noise__source_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/noise__source_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/noise__source_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/noise__source_8h__incl.svg
@@ -8933,9 +8730,6 @@ share/doc/gnuradio-${PKGVERSION}/html/pa
 share/doc/gnuradio-${PKGVERSION}/html/packet__headerparser__b__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/packet__headers_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/packet__headers_8h.js
-share/doc/gnuradio-${PKGVERSION}/html/packet__headers_8h__dep__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/packet__headers_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/packet__headers_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/packet__headers_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/packet__headers_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/packet__headers_8h__incl.svg
@@ -10604,7 +10398,6 @@ share/doc/gnuradio-${PKGVERSION}/html/se
 share/doc/gnuradio-${PKGVERSION}/html/search/variables_12.js
 share/doc/gnuradio-${PKGVERSION}/html/search/variables_13.js
 share/doc/gnuradio-${PKGVERSION}/html/search/variables_14.js
-share/doc/gnuradio-${PKGVERSION}/html/search/variables_15.js
 share/doc/gnuradio-${PKGVERSION}/html/search/variables_2.js
 share/doc/gnuradio-${PKGVERSION}/html/search/variables_3.js
 share/doc/gnuradio-${PKGVERSION}/html/search/variables_4.js
@@ -10654,12 +10447,6 @@ share/doc/gnuradio-${PKGVERSION}/html/se
 share/doc/gnuradio-${PKGVERSION}/html/selector__pydoc__template_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/selector__pydoc__template_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/selector__pydoc__template_8h_source.html
-share/doc/gnuradio-${PKGVERSION}/html/setting__string__conversion_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/setting__string__conversion_8h.js
-share/doc/gnuradio-${PKGVERSION}/html/setting__string__conversion_8h__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/setting__string__conversion_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/setting__string__conversion_8h__incl.svg
-share/doc/gnuradio-${PKGVERSION}/html/setting__string__conversion_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/short__to__char_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/short__to__char_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/short__to__char_8h__incl.md5
@@ -10684,9 +10471,6 @@ share/doc/gnuradio-${PKGVERSION}/html/sh
 share/doc/gnuradio-${PKGVERSION}/html/short__to__float__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/sig__source_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/sig__source_8h.js
-share/doc/gnuradio-${PKGVERSION}/html/sig__source_8h__dep__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/sig__source_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/sig__source_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/sig__source_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/sig__source_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/sig__source_8h__incl.svg
@@ -10800,12 +10584,12 @@ share/doc/gnuradio-${PKGVERSION}/html/si
 share/doc/gnuradio-${PKGVERSION}/html/sink__f__pydoc__template_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/sink__f__pydoc__template_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/sink__f__pydoc__template_8h_source.html
-share/doc/gnuradio-${PKGVERSION}/html/sink__impl_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/sink__impl_8h.js
-share/doc/gnuradio-${PKGVERSION}/html/sink__impl_8h__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/sink__impl_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/sink__impl_8h__incl.svg
-share/doc/gnuradio-${PKGVERSION}/html/sink__impl_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/sink__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/sink__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/sink__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/sink__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/sink__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/sink__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/sink__s_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/sink__s_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/sink__s_8h__incl.map
@@ -10875,12 +10659,6 @@ share/doc/gnuradio-${PKGVERSION}/html/sk
 share/doc/gnuradio-${PKGVERSION}/html/skiphead__pydoc__template_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/skiphead__pydoc__template_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/skiphead__pydoc__template_8h_source.html
-share/doc/gnuradio-${PKGVERSION}/html/soapy__common_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/soapy__common_8h.js
-share/doc/gnuradio-${PKGVERSION}/html/soapy__common_8h__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/soapy__common_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/soapy__common_8h__incl.svg
-share/doc/gnuradio-${PKGVERSION}/html/soapy__common_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/soapy__types_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/soapy__types_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/soapy__types_8h__dep__incl.map
@@ -10891,31 +10669,22 @@ share/doc/gnuradio-${PKGVERSION}/html/so
 share/doc/gnuradio-${PKGVERSION}/html/soapy__types_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/soapy__types_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/socket__pdu_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/socket__pdu_8h__dep__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/socket__pdu_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/socket__pdu_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/socket__pdu_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/socket__pdu_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/socket__pdu_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/socket__pdu_8h_source.html
-share/doc/gnuradio-${PKGVERSION}/html/socket__pdu__impl_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/socket__pdu__impl_8h.js
-share/doc/gnuradio-${PKGVERSION}/html/socket__pdu__impl_8h__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/socket__pdu__impl_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/socket__pdu__impl_8h__incl.svg
-share/doc/gnuradio-${PKGVERSION}/html/socket__pdu__impl_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/socket__pdu__pydoc__template_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/socket__pdu__pydoc__template_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/socket__pdu__pydoc__template_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/socket__pdu__pydoc__template_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/socket__pdu__pydoc__template_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/socket__pdu__pydoc__template_8h_source.html
-share/doc/gnuradio-${PKGVERSION}/html/source__impl_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/source__impl_8h.js
-share/doc/gnuradio-${PKGVERSION}/html/source__impl_8h__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/source__impl_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/source__impl_8h__incl.svg
-share/doc/gnuradio-${PKGVERSION}/html/source__impl_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/source__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/source__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/source__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/source__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/source__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/source__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/spectrumUpdateEvents_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/spectrumUpdateEvents_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/spectrumUpdateEvents_8h__dep__incl.map
@@ -11025,15 +10794,6 @@ share/doc/gnuradio-${PKGVERSION}/html/st
 share/doc/gnuradio-${PKGVERSION}/html/stream__mux__pydoc__template_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/stream__mux__pydoc__template_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/stream__mux__pydoc__template_8h_source.html
-share/doc/gnuradio-${PKGVERSION}/html/stream__pdu__base_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/stream__pdu__base_8h.js
-share/doc/gnuradio-${PKGVERSION}/html/stream__pdu__base_8h__dep__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/stream__pdu__base_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/stream__pdu__base_8h__dep__incl.svg
-share/doc/gnuradio-${PKGVERSION}/html/stream__pdu__base_8h__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/stream__pdu__base_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/stream__pdu__base_8h__incl.svg
-share/doc/gnuradio-${PKGVERSION}/html/stream__pdu__base_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/stream__to__streams_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/stream__to__streams_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/stream__to__streams_8h__incl.md5
@@ -11137,12 +10897,6 @@ share/doc/gnuradio-${PKGVERSION}/html/st
 share/doc/gnuradio-${PKGVERSION}/html/structgr_1_1fft_1_1fft__outbuf_3_01float_00_01true_01_4-members.html
 share/doc/gnuradio-${PKGVERSION}/html/structgr_1_1fft_1_1fft__outbuf_3_01float_00_01true_01_4.html
 share/doc/gnuradio-${PKGVERSION}/html/structgr_1_1fft_1_1fft__outbuf_3_01float_00_01true_01_4.js
-share/doc/gnuradio-${PKGVERSION}/html/structgr_1_1iio_1_1ctxInfo-members.html
-share/doc/gnuradio-${PKGVERSION}/html/structgr_1_1iio_1_1ctxInfo.html
-share/doc/gnuradio-${PKGVERSION}/html/structgr_1_1iio_1_1ctxInfo.js
-share/doc/gnuradio-${PKGVERSION}/html/structgr_1_1soapy_1_1device__deleter-members.html
-share/doc/gnuradio-${PKGVERSION}/html/structgr_1_1soapy_1_1device__deleter.html
-share/doc/gnuradio-${PKGVERSION}/html/structgr_1_1soapy_1_1device__deleter.js
 share/doc/gnuradio-${PKGVERSION}/html/structgr_1_1tag__t-members.html
 share/doc/gnuradio-${PKGVERSION}/html/structgr_1_1tag__t.html
 share/doc/gnuradio-${PKGVERSION}/html/structgr_1_1tag__t.js
@@ -11209,9 +10963,6 @@ share/doc/gnuradio-${PKGVERSION}/html/st
 share/doc/gnuradio-${PKGVERSION}/html/structrpcpmtconverter_1_1to__pmt__string__f-members.html
 share/doc/gnuradio-${PKGVERSION}/html/structrpcpmtconverter_1_1to__pmt__string__f.html
 share/doc/gnuradio-${PKGVERSION}/html/structrpcpmtconverter_1_1to__pmt__string__f.js
-share/doc/gnuradio-${PKGVERSION}/html/structsetting__info-members.html
-share/doc/gnuradio-${PKGVERSION}/html/structsetting__info.html
-share/doc/gnuradio-${PKGVERSION}/html/structsetting__info.js
 share/doc/gnuradio-${PKGVERSION}/html/structv-members.html
 share/doc/gnuradio-${PKGVERSION}/html/structv.html
 share/doc/gnuradio-${PKGVERSION}/html/structv.js
@@ -11515,30 +11266,12 @@ share/doc/gnuradio-${PKGVERSION}/html/ta
 share/doc/gnuradio-${PKGVERSION}/html/take__skip__to__pdu__pydoc__template_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/take__skip__to__pdu__pydoc__template_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/take__skip__to__pdu__pydoc__template_8h_source.html
-share/doc/gnuradio-${PKGVERSION}/html/tcp__connection_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/tcp__connection_8h.js
-share/doc/gnuradio-${PKGVERSION}/html/tcp__connection_8h__dep__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/tcp__connection_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/tcp__connection_8h__dep__incl.svg
-share/doc/gnuradio-${PKGVERSION}/html/tcp__connection_8h__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/tcp__connection_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/tcp__connection_8h__incl.svg
-share/doc/gnuradio-${PKGVERSION}/html/tcp__connection_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/tcp__sink_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/tcp__sink_8h.js
-share/doc/gnuradio-${PKGVERSION}/html/tcp__sink_8h__dep__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/tcp__sink_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/tcp__sink_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/tcp__sink_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/tcp__sink_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/tcp__sink_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/tcp__sink_8h_source.html
-share/doc/gnuradio-${PKGVERSION}/html/tcp__sink__impl_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/tcp__sink__impl_8h.js
-share/doc/gnuradio-${PKGVERSION}/html/tcp__sink__impl_8h__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/tcp__sink__impl_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/tcp__sink__impl_8h__incl.svg
-share/doc/gnuradio-${PKGVERSION}/html/tcp__sink__impl_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/tcp__sink__pydoc__template_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/tcp__sink__pydoc__template_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/tcp__sink__pydoc__template_8h__incl.map
@@ -11613,9 +11346,6 @@ share/doc/gnuradio-${PKGVERSION}/html/th
 share/doc/gnuradio-${PKGVERSION}/html/thrift__server__template_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/thrift__server__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/throttle_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/throttle_8h__dep__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/throttle_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/throttle_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/throttle_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/throttle_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/throttle_8h__incl.svg
@@ -11680,9 +11410,6 @@ share/doc/gnuradio-${PKGVERSION}/html/ti
 share/doc/gnuradio-${PKGVERSION}/html/time__sink__c__pydoc__template_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/time__sink__c__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/time__sink__f_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/time__sink__f_8h__dep__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/time__sink__f_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/time__sink__f_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/time__sink__f_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/time__sink__f_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/time__sink__f_8h__incl.svg
@@ -11744,9 +11471,6 @@ share/doc/gnuradio-${PKGVERSION}/html/ti
 share/doc/gnuradio-${PKGVERSION}/html/timing__error__detector__type__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/top__block_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/top__block_8h.js
-share/doc/gnuradio-${PKGVERSION}/html/top__block_8h__dep__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/top__block_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/top__block_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/top__block_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/top__block_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/top__block_8h__incl.svg
@@ -11853,19 +11577,10 @@ share/doc/gnuradio-${PKGVERSION}/html/ts
 share/doc/gnuradio-${PKGVERSION}/html/tsb__vector__sink__pydoc__template_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/tsb__vector__sink__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/tuntap__pdu_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/tuntap__pdu_8h__dep__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/tuntap__pdu_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/tuntap__pdu_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/tuntap__pdu_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/tuntap__pdu_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/tuntap__pdu_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/tuntap__pdu_8h_source.html
-share/doc/gnuradio-${PKGVERSION}/html/tuntap__pdu__impl_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/tuntap__pdu__impl_8h.js
-share/doc/gnuradio-${PKGVERSION}/html/tuntap__pdu__impl_8h__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/tuntap__pdu__impl_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/tuntap__pdu__impl_8h__incl.svg
-share/doc/gnuradio-${PKGVERSION}/html/tuntap__pdu__impl_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/tuntap__pdu__pydoc__template_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/tuntap__pdu__pydoc__template_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/tuntap__pdu__pydoc__template_8h__incl.map
@@ -11900,19 +11615,10 @@ share/doc/gnuradio-${PKGVERSION}/html/ud
 share/doc/gnuradio-${PKGVERSION}/html/udp__header__types_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/udp__sink_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/udp__sink_8h.js
-share/doc/gnuradio-${PKGVERSION}/html/udp__sink_8h__dep__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/udp__sink_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/udp__sink_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/udp__sink_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/udp__sink_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/udp__sink_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/udp__sink_8h_source.html
-share/doc/gnuradio-${PKGVERSION}/html/udp__sink__impl_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/udp__sink__impl_8h.js
-share/doc/gnuradio-${PKGVERSION}/html/udp__sink__impl_8h__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/udp__sink__impl_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/udp__sink__impl_8h__incl.svg
-share/doc/gnuradio-${PKGVERSION}/html/udp__sink__impl_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/udp__sink__pydoc__template_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/udp__sink__pydoc__template_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/udp__sink__pydoc__template_8h__incl.map
@@ -11921,19 +11627,10 @@ share/doc/gnuradio-${PKGVERSION}/html/ud
 share/doc/gnuradio-${PKGVERSION}/html/udp__sink__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/udp__source_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/udp__source_8h.js
-share/doc/gnuradio-${PKGVERSION}/html/udp__source_8h__dep__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/udp__source_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/udp__source_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/udp__source_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/udp__source_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/udp__source_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/udp__source_8h_source.html
-share/doc/gnuradio-${PKGVERSION}/html/udp__source__impl_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/udp__source__impl_8h.js
-share/doc/gnuradio-${PKGVERSION}/html/udp__source__impl_8h__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/udp__source__impl_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/udp__source__impl_8h__incl.svg
-share/doc/gnuradio-${PKGVERSION}/html/udp__source__impl_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/udp__source__pydoc__template_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/udp__source__pydoc__template_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/udp__source__pydoc__template_8h__incl.map
@@ -12208,9 +11905,6 @@ share/doc/gnuradio-${PKGVERSION}/html/wa
 share/doc/gnuradio-${PKGVERSION}/html/waterfall__sink__c__pydoc__template_8h__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/waterfall__sink__c__pydoc__template_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/waterfall__sink__f_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/waterfall__sink__f_8h__dep__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/waterfall__sink__f_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/waterfall__sink__f_8h__dep__incl.svg
 share/doc/gnuradio-${PKGVERSION}/html/waterfall__sink__f_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/waterfall__sink__f_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/waterfall__sink__f_8h__incl.svg
@@ -12440,13 +12134,10 @@ share/doc/gnuradio-${PKGVERSION}/xml/ats
 share/doc/gnuradio-${PKGVERSION}/xml/atsc__viterbi__decoder_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/atsc__viterbi__decoder__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/attr__sink_8h.xml
-share/doc/gnuradio-${PKGVERSION}/xml/attr__sink__impl_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/attr__sink__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/attr__source_8h.xml
-share/doc/gnuradio-${PKGVERSION}/xml/attr__source__impl_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/attr__source__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/attr__updater_8h.xml
-share/doc/gnuradio-${PKGVERSION}/xml/attr__updater__impl_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/attr__updater__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/attributes_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/audio_8dox.xml
@@ -12464,8 +12155,10 @@ share/doc/gnuradio-${PKGVERSION}/xml/bin
 share/doc/gnuradio-${PKGVERSION}/xml/block__detail_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/block__detail__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/block__gateway_8h.xml
-share/doc/gnuradio-${PKGVERSION}/xml/block__impl_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/block__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/block__registry_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/blockinterleaver__xx_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/blockinterleaving_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/blocks_8dox.xml
 share/doc/gnuradio-${PKGVERSION}/xml/buffer_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/buffer__double__mapped_8h.xml
@@ -12661,6 +12354,7 @@ share/doc/gnuradio-${PKGVERSION}/xml/cla
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1annotator__alltoall.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1annotator__raw.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1argmax.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1blockinterleaver__xx.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1burst__tagger.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1char__to__float.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1char__to__short.xml
@@ -12704,6 +12398,7 @@ share/doc/gnuradio-${PKGVERSION}/xml/cla
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1float__to__short.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1float__to__uchar.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1head.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1host__buffer__copy.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1int__to__float.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1integrate.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1interleave.xml
@@ -12711,6 +12406,7 @@ share/doc/gnuradio-${PKGVERSION}/xml/cla
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1interleaved__short__to__complex.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1keep__m__in__n.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1keep__one__in__n.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1kernel_1_1block__interleaving.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1kernel_1_1pack__k__bits.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1kernel_1_1unpack__k__bits.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1lfsr__15__1__0.xml
@@ -13067,27 +12763,17 @@ share/doc/gnuradio-${PKGVERSION}/xml/cla
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1hier__block2.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1host__buffer.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1iio_1_1attr__sink.xml
-share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1iio_1_1attr__sink__impl.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1iio_1_1attr__source.xml
-share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1iio_1_1attr__source__impl.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1iio_1_1attr__updater.xml
-share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1iio_1_1attr__updater__impl.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1iio_1_1dds__control.xml
-share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1iio_1_1dds__control__impl.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1iio_1_1device__sink.xml
-share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1iio_1_1device__sink__impl.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1iio_1_1device__source.xml
-share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1iio_1_1device__source__impl.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1iio_1_1fmcomms2__sink.xml
-share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1iio_1_1fmcomms2__sink__impl.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1iio_1_1fmcomms2__source.xml
-share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1iio_1_1fmcomms2__source__impl.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1iio_1_1fmcomms5__sink.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1iio_1_1fmcomms5__sink__f32c.xml
-share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1iio_1_1fmcomms5__sink__impl.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1iio_1_1fmcomms5__source.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1iio_1_1fmcomms5__source__f32c.xml
-share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1iio_1_1fmcomms5__source__impl.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1iio_1_1iio__param__t.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1io__signature.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1logger.xml
@@ -13102,19 +12788,13 @@ share/doc/gnuradio-${PKGVERSION}/xml/cla
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1msg__endpoint.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1msg__handler.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1msg__queue.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1msg__queue__comparator.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1nco.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1network_1_1socket__pdu.xml
-share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1network_1_1socket__pdu__impl.xml
-share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1network_1_1stream__pdu__base.xml
-share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1network_1_1tcp__connection.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1network_1_1tcp__sink.xml
-share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1network_1_1tcp__sink__impl.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1network_1_1tuntap__pdu.xml
-share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1network_1_1tuntap__pdu__impl.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1network_1_1udp__sink.xml
-share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1network_1_1udp__sink__impl.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1network_1_1udp__source.xml
-share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1network_1_1udp__source__impl.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1pdu_1_1add__system__time.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1pdu_1_1pdu__filter.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1pdu_1_1pdu__remove.xml
@@ -13148,11 +12828,8 @@ share/doc/gnuradio-${PKGVERSION}/xml/cla
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1qtgui_1_1waterfall__sink__f.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1random.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1soapy_1_1block.xml
-share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1soapy_1_1block__impl.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1soapy_1_1sink.xml
-share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1soapy_1_1sink__impl.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1soapy_1_1source.xml
-share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1soapy_1_1source__impl.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1sync__block.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1sync__decimator.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1sync__interpolator.xml
@@ -13230,7 +12907,6 @@ share/doc/gnuradio-${PKGVERSION}/xml/cla
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1zeromq_1_1sub__source.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classheader__seq__num.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classheader__seq__plus__size.xml
-share/doc/gnuradio-${PKGVERSION}/xml/classmywindow.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classpmt_1_1comparator.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classpmt_1_1exception.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classpmt_1_1notimplemented.xml
@@ -13418,7 +13094,6 @@ share/doc/gnuradio-${PKGVERSION}/xml/dc_
 share/doc/gnuradio-${PKGVERSION}/xml/dc__blocker__ff_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/dc__blocker__ff__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/dds__control_8h.xml
-share/doc/gnuradio-${PKGVERSION}/xml/dds__control__impl_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/dds__control__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/decision__feedback__equalizer_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/decision__feedback__equalizer__pydoc__template_8h.xml
@@ -13435,10 +13110,8 @@ share/doc/gnuradio-${PKGVERSION}/xml/dep
 share/doc/gnuradio-${PKGVERSION}/xml/descrambler__bb_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/descrambler__bb__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/device__sink_8h.xml
-share/doc/gnuradio-${PKGVERSION}/xml/device__sink__impl_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/device__sink__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/device__source_8h.xml
-share/doc/gnuradio-${PKGVERSION}/xml/device__source__impl_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/device__source__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/diff__coding__type_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/diff__coding__type__pydoc__template_8h.xml
@@ -13664,16 +13337,6 @@ share/doc/gnuradio-${PKGVERSION}/xml/dir
 share/doc/gnuradio-${PKGVERSION}/xml/dir_000212.xml
 share/doc/gnuradio-${PKGVERSION}/xml/dir_000213.xml
 share/doc/gnuradio-${PKGVERSION}/xml/dir_000214.xml
-share/doc/gnuradio-${PKGVERSION}/xml/dir_000215.xml
-share/doc/gnuradio-${PKGVERSION}/xml/dir_000216.xml
-share/doc/gnuradio-${PKGVERSION}/xml/dir_000217.xml
-share/doc/gnuradio-${PKGVERSION}/xml/dir_000218.xml
-share/doc/gnuradio-${PKGVERSION}/xml/dir_000219.xml
-share/doc/gnuradio-${PKGVERSION}/xml/dir_000220.xml
-share/doc/gnuradio-${PKGVERSION}/xml/dir_000221.xml
-share/doc/gnuradio-${PKGVERSION}/xml/dir_000222.xml
-share/doc/gnuradio-${PKGVERSION}/xml/dir_000223.xml
-share/doc/gnuradio-${PKGVERSION}/xml/display__qt_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/displayform_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/displayform__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/divide_8h.xml
@@ -13847,19 +13510,15 @@ share/doc/gnuradio-${PKGVERSION}/xml/flo
 share/doc/gnuradio-${PKGVERSION}/xml/flowgraph__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/fmcomms2__sink_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/fmcomms2__sink__f32c__pydoc__template_8h.xml
-share/doc/gnuradio-${PKGVERSION}/xml/fmcomms2__sink__impl_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/fmcomms2__sink__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/fmcomms2__source_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/fmcomms2__source__f32c__pydoc__template_8h.xml
-share/doc/gnuradio-${PKGVERSION}/xml/fmcomms2__source__impl_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/fmcomms2__source__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/fmcomms5__sink_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/fmcomms5__sink__f32c__pydoc__template_8h.xml
-share/doc/gnuradio-${PKGVERSION}/xml/fmcomms5__sink__impl_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/fmcomms5__sink__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/fmcomms5__source_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/fmcomms5__source__f32c__pydoc__template_8h.xml
-share/doc/gnuradio-${PKGVERSION}/xml/fmcomms5__source__impl_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/fmcomms5__source__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/fmdet__cf_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/fmdet__cf__pydoc__template_8h.xml
@@ -13920,7 +13579,6 @@ share/doc/gnuradio-${PKGVERSION}/xml/gnu
 share/doc/gnuradio-${PKGVERSION}/xml/gnuradio-runtime_2include_2gnuradio_2api_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/gnuradio-runtime_2include_2gnuradio_2block_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/gnuradio-runtime_2include_2pmt_2api_8h.xml
-share/doc/gnuradio-${PKGVERSION}/xml/gnuradio-runtime_2python_2gnuradio_2gr_2bindings_2docstrings_2block__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/goertzel_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/goertzel__fc_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/goertzel__fc__pydoc__template_8h.xml
@@ -13929,8 +13587,6 @@ share/doc/gnuradio-${PKGVERSION}/xml/gr-
 share/doc/gnuradio-${PKGVERSION}/xml/gr-audio_2include_2gnuradio_2audio_2api_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/gr-audio_2include_2gnuradio_2audio_2sink_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/gr-audio_2include_2gnuradio_2audio_2source_8h.xml
-share/doc/gnuradio-${PKGVERSION}/xml/gr-audio_2python_2audio_2bindings_2docstrings_2sink__pydoc__template_8h.xml
-share/doc/gnuradio-${PKGVERSION}/xml/gr-audio_2python_2audio_2bindings_2docstrings_2source__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/gr-blocks_2include_2gnuradio_2blocks_2api_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/gr-channels_2include_2gnuradio_2channels_2api_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/gr-digital_2include_2gnuradio_2digital_2api_8h.xml
@@ -13950,9 +13606,6 @@ share/doc/gnuradio-${PKGVERSION}/xml/gr-
 share/doc/gnuradio-${PKGVERSION}/xml/gr-soapy_2include_2gnuradio_2soapy_2block_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/gr-soapy_2include_2gnuradio_2soapy_2sink_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/gr-soapy_2include_2gnuradio_2soapy_2source_8h.xml
-share/doc/gnuradio-${PKGVERSION}/xml/gr-soapy_2python_2soapy_2bindings_2docstrings_2block__pydoc__template_8h.xml
-share/doc/gnuradio-${PKGVERSION}/xml/gr-soapy_2python_2soapy_2bindings_2docstrings_2sink__pydoc__template_8h.xml
-share/doc/gnuradio-${PKGVERSION}/xml/gr-soapy_2python_2soapy_2bindings_2docstrings_2source__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/gr-trellis_2include_2gnuradio_2trellis_2api_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/gr-trellis_2include_2gnuradio_2trellis_2encoder_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/gr-trellis_2include_2gnuradio_2trellis_2viterbi_8h.xml
@@ -14045,6 +13698,8 @@ share/doc/gnuradio-${PKGVERSION}/xml/his
 share/doc/gnuradio-${PKGVERSION}/xml/histogramdisplayform_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/histogramdisplayform__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/host__buffer_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/host__buffer__copy_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/host__buffer__copy__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/iio__types_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/iir__filter_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/iir__filter__ccc_8h.xml
@@ -14192,7 +13847,6 @@ share/doc/gnuradio-${PKGVERSION}/xml/nam
 share/doc/gnuradio-${PKGVERSION}/xml/namespaceapache.xml
 share/doc/gnuradio-${PKGVERSION}/xml/namespaceapache_1_1thrift.xml
 share/doc/gnuradio-${PKGVERSION}/xml/namespaceapache_1_1thrift_1_1server.xml
-share/doc/gnuradio-${PKGVERSION}/xml/namespaceboost.xml
 share/doc/gnuradio-${PKGVERSION}/xml/namespacefmt.xml
 share/doc/gnuradio-${PKGVERSION}/xml/namespacegnuradio.xml
 share/doc/gnuradio-${PKGVERSION}/xml/namespacegnuradio_1_1detail.xml
@@ -14548,7 +14202,6 @@ share/doc/gnuradio-${PKGVERSION}/xml/sel
 share/doc/gnuradio-${PKGVERSION}/xml/selective__fading__model__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/selector_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/selector__pydoc__template_8h.xml
-share/doc/gnuradio-${PKGVERSION}/xml/setting__string__conversion_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/short__to__char_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/short__to__char__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/short__to__float_8h.xml
@@ -14572,7 +14225,7 @@ share/doc/gnuradio-${PKGVERSION}/xml/sin
 share/doc/gnuradio-${PKGVERSION}/xml/sink__c__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/sink__f_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/sink__f__pydoc__template_8h.xml
-share/doc/gnuradio-${PKGVERSION}/xml/sink__impl_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/sink__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/sink__s_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/sink__s__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/sink__uc_8h.xml
@@ -14585,12 +14238,10 @@ share/doc/gnuradio-${PKGVERSION}/xml/sis
 share/doc/gnuradio-${PKGVERSION}/xml/siso__type__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/skiphead_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/skiphead__pydoc__template_8h.xml
-share/doc/gnuradio-${PKGVERSION}/xml/soapy__common_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/soapy__types_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/socket__pdu_8h.xml
-share/doc/gnuradio-${PKGVERSION}/xml/socket__pdu__impl_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/socket__pdu__pydoc__template_8h.xml
-share/doc/gnuradio-${PKGVERSION}/xml/source__impl_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/source__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/spectrumUpdateEvents_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/spectrumdisplayform_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/sptr__magic_8h.xml
@@ -14607,7 +14258,6 @@ share/doc/gnuradio-${PKGVERSION}/xml/str
 share/doc/gnuradio-${PKGVERSION}/xml/stream__demux__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/stream__mux_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/stream__mux__pydoc__template_8h.xml
-share/doc/gnuradio-${PKGVERSION}/xml/stream__pdu__base_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/stream__to__streams_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/stream__to__streams__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/stream__to__tagged__stream_8h.xml
@@ -14632,8 +14282,6 @@ share/doc/gnuradio-${PKGVERSION}/xml/str
 share/doc/gnuradio-${PKGVERSION}/xml/structgr_1_1fft_1_1fft__inbuf_3_01float_00_01false_01_4.xml
 share/doc/gnuradio-${PKGVERSION}/xml/structgr_1_1fft_1_1fft__outbuf.xml
 share/doc/gnuradio-${PKGVERSION}/xml/structgr_1_1fft_1_1fft__outbuf_3_01float_00_01true_01_4.xml
-share/doc/gnuradio-${PKGVERSION}/xml/structgr_1_1iio_1_1ctxInfo.xml
-share/doc/gnuradio-${PKGVERSION}/xml/structgr_1_1soapy_1_1device__deleter.xml
 share/doc/gnuradio-${PKGVERSION}/xml/structgr_1_1tag__t.xml
 share/doc/gnuradio-${PKGVERSION}/xml/structgr_1_1tpb__detail.xml
 share/doc/gnuradio-${PKGVERSION}/xml/structpmt_1_1pmt__pool_1_1item.xml
@@ -14668,7 +14316,6 @@ share/doc/gnuradio-${PKGVERSION}/xml/str
 share/doc/gnuradio-${PKGVERSION}/xml/structrpcserver__thrift_1_1properties__all__f.xml
 share/doc/gnuradio-${PKGVERSION}/xml/structrpcserver__thrift_1_1properties__f.xml
 share/doc/gnuradio-${PKGVERSION}/xml/structrpcserver__thrift_1_1set__f.xml
-share/doc/gnuradio-${PKGVERSION}/xml/structsetting__info.xml
 share/doc/gnuradio-${PKGVERSION}/xml/structv.xml
 share/doc/gnuradio-${PKGVERSION}/xml/sub_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/sub__msg__source_8h.xml
@@ -14718,9 +14365,7 @@ share/doc/gnuradio-${PKGVERSION}/xml/tag
 share/doc/gnuradio-${PKGVERSION}/xml/tags__to__pdu__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/take__skip__to__pdu_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/take__skip__to__pdu__pydoc__template_8h.xml
-share/doc/gnuradio-${PKGVERSION}/xml/tcp__connection_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/tcp__sink_8h.xml
-share/doc/gnuradio-${PKGVERSION}/xml/tcp__sink__impl_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/tcp__sink__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/test__tag__variable__rate__ff_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/test__tag__variable__rate__ff__pydoc__template_8h.xml
@@ -14771,17 +14416,14 @@ share/doc/gnuradio-${PKGVERSION}/xml/tri
 share/doc/gnuradio-${PKGVERSION}/xml/tsb__vector__sink_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/tsb__vector__sink__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/tuntap__pdu_8h.xml
-share/doc/gnuradio-${PKGVERSION}/xml/tuntap__pdu__impl_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/tuntap__pdu__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/types_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/uchar__to__float_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/uchar__to__float__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/udp__header__types_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/udp__sink_8h.xml
-share/doc/gnuradio-${PKGVERSION}/xml/udp__sink__impl_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/udp__sink__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/udp__source_8h.xml
-share/doc/gnuradio-${PKGVERSION}/xml/udp__source__impl_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/udp__source__pydoc__template_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/uhd_8dox.xml
 share/doc/gnuradio-${PKGVERSION}/xml/uhd__types_8h.xml

Index: pkgsrc/ham/gnuradio-dtv/Makefile
diff -u pkgsrc/ham/gnuradio-dtv/Makefile:1.42 pkgsrc/ham/gnuradio-dtv/Makefile:1.43
--- pkgsrc/ham/gnuradio-dtv/Makefile:1.42       Sun Sep 11 12:51:54 2022
+++ pkgsrc/ham/gnuradio-dtv/Makefile    Sun Oct  9 07:56:10 2022
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.42 2022/09/11 12:51:54 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2022/10/09 07:56:10 adam Exp $
 
 PKGNAME=       gnuradio-dtv-${VERSION}
-PKGREVISION=   2
 COMMENT=       Various digital television standards of GNU Radio
 
-.include       "../../ham/gnuradio-core/Makefile.common"
-.include       "../../ham/gnuradio-core/Nocore.mk"
+.include "../../ham/gnuradio-core/Makefile.common"
+.include "../../ham/gnuradio-core/Nocore.mk"
 
 CMAKE_ARGS+=   -DENABLE_DEFAULT=OFF
 CMAKE_ARGS+=   -DENABLE_GR_DTV=ON
@@ -14,7 +13,6 @@ CMAKE_ARGS+=  -DENABLE_GRC=ON
 
 PLIST_MINUS+=  fec companion
 
-.include       "../../ham/gnuradio-fec/buildlink3.mk"
-.include       "../../math/gsl/buildlink3.mk"
-
-.include       "../../mk/bsd.pkg.mk"
+.include "../../ham/gnuradio-fec/buildlink3.mk"
+.include "../../math/gsl/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"

Index: pkgsrc/ham/gnuradio-fec/Makefile
diff -u pkgsrc/ham/gnuradio-fec/Makefile:1.41 pkgsrc/ham/gnuradio-fec/Makefile:1.42
--- pkgsrc/ham/gnuradio-fec/Makefile:1.41       Sun Sep 11 12:51:54 2022
+++ pkgsrc/ham/gnuradio-fec/Makefile    Sun Oct  9 07:56:10 2022
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.41 2022/09/11 12:51:54 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2022/10/09 07:56:10 adam Exp $
 
 PKGNAME=       gnuradio-fec-${VERSION}
-PKGREVISION=   2
 COMMENT=       Forward Error Correction blocks, utilities, & examples of GNU Radio
 
-.include       "../../ham/gnuradio-core/Makefile.common"
-.include       "../../ham/gnuradio-core/Nocore.mk"
+.include "../../ham/gnuradio-core/Makefile.common"
+.include "../../ham/gnuradio-core/Nocore.mk"
 
 CMAKE_ARGS+=   -DENABLE_DEFAULT=OFF
 CMAKE_ARGS+=   -DENABLE_GR_FEC=ON
@@ -13,5 +12,5 @@ CMAKE_ARGS+=  -DENABLE_GRC=ON
 
 PLIST_MINUS+=  companion
 
-.include       "../../math/gsl/buildlink3.mk"
-.include       "../../mk/bsd.pkg.mk"
+.include "../../math/gsl/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"

Index: pkgsrc/ham/gnuradio-network/Makefile
diff -u pkgsrc/ham/gnuradio-network/Makefile:1.17 pkgsrc/ham/gnuradio-network/Makefile:1.18
--- pkgsrc/ham/gnuradio-network/Makefile:1.17   Sun Sep 11 12:51:55 2022
+++ pkgsrc/ham/gnuradio-network/Makefile        Sun Oct  9 07:56:10 2022
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.17 2022/09/11 12:51:55 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2022/10/09 07:56:10 adam Exp $
 
 PKGNAME=       gnuradio-network-${VERSION}
-PKGREVISION=   2
 COMMENT=       Network blocks for GNU Radio
 
-.include       "../../ham/gnuradio-core/Makefile.common"
-.include       "../../ham/gnuradio-core/Nocore.mk"
+.include "../../ham/gnuradio-core/Makefile.common"
+.include "../../ham/gnuradio-core/Nocore.mk"
 
 CMAKE_ARGS+=   -DENABLE_DEFAULT=OFF
 CMAKE_ARGS+=   -DENABLE_GR_NETWORK=ON
@@ -13,4 +12,4 @@ CMAKE_ARGS+=  -DENABLE_GRC=ON
 
 PLIST_MINUS+=  companion
 
-.include       "../../mk/bsd.pkg.mk"
+.include "../../mk/bsd.pkg.mk"

Index: pkgsrc/ham/gnuradio-pdu/Makefile
diff -u pkgsrc/ham/gnuradio-pdu/Makefile:1.1 pkgsrc/ham/gnuradio-pdu/Makefile:1.2
--- pkgsrc/ham/gnuradio-pdu/Makefile:1.1        Sun Jan 16 18:06:26 2022
+++ pkgsrc/ham/gnuradio-pdu/Makefile    Sun Oct  9 07:56:10 2022
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.1 2022/01/16 18:06:26 tnn Exp $
+# $NetBSD: Makefile,v 1.2 2022/10/09 07:56:10 adam Exp $
 
 PKGNAME=       gnuradio-pdu-${VERSION}
 COMMENT=       Protocol Data Units for GNU Radio
 
-.include       "../../ham/gnuradio-core/Makefile.common"
-.include       "../../ham/gnuradio-core/Nocore.mk"
+.include "../../ham/gnuradio-core/Makefile.common"
+.include "../../ham/gnuradio-core/Nocore.mk"
 # link to libgnuradio-fft.so.${PKGVERSON_NOREV}
-.include       "../../ham/gnuradio-core/buildlink3.mk"
+.include "../../ham/gnuradio-core/buildlink3.mk"
 
 CMAKE_ARGS+=   -DENABLE_DEFAULT=OFF
 CMAKE_ARGS+=   -DENABLE_GR_PDU=ON
@@ -14,4 +14,4 @@ CMAKE_ARGS+=  -DENABLE_GRC=ON
 
 PLIST_MINUS+=  companion
 
-.include       "../../mk/bsd.pkg.mk"
+.include "../../mk/bsd.pkg.mk"

Index: pkgsrc/ham/gnuradio-qtgui/Makefile
diff -u pkgsrc/ham/gnuradio-qtgui/Makefile:1.50 pkgsrc/ham/gnuradio-qtgui/Makefile:1.51
--- pkgsrc/ham/gnuradio-qtgui/Makefile:1.50     Sun Sep 11 12:51:55 2022
+++ pkgsrc/ham/gnuradio-qtgui/Makefile  Sun Oct  9 07:56:10 2022
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.50 2022/09/11 12:51:55 wiz Exp $
+# $NetBSD: Makefile,v 1.51 2022/10/09 07:56:10 adam Exp $
 
 PKGNAME=       gnuradio-qtgui-${VERSION}
-PKGREVISION=   2
 COMMENT=       Qt GUI module of GNU Radio
 
-.include       "../../ham/gnuradio-core/Makefile.common"
-.include       "../../ham/gnuradio-core/Nocore.mk"
+.include "../../ham/gnuradio-core/Makefile.common"
+.include "../../ham/gnuradio-core/Nocore.mk"
 
 #CONF_FILES+=  ${EGDIR}/gr-qtgui.conf  ${PKG_SYSCONFDIR}/gr-qtgui.conf
 
@@ -20,7 +19,7 @@ pre-configure: Qt5Qwt6.pc
 Qt5Qwt6.pc:
        ln -sf ${QWT_DIR}/lib/pkgconfig/Qt5Qwt6.pc ${BUILDLINK_DIR}/lib/pkgconfig/Qt5Qwt6.pc
 
-.include       "../../x11/py-qt5/buildlink3.mk"
-.include       "../../x11/qt5-qtbase/buildlink3.mk"
-.include       "../../x11/qwt6-qt5/buildlink3.mk"
-.include       "../../mk/bsd.pkg.mk"
+.include "../../x11/py-qt5/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/qwt6-qt5/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"

Index: pkgsrc/ham/gnuradio-soapy-sdr/Makefile
diff -u pkgsrc/ham/gnuradio-soapy-sdr/Makefile:1.12 pkgsrc/ham/gnuradio-soapy-sdr/Makefile:1.13
--- pkgsrc/ham/gnuradio-soapy-sdr/Makefile:1.12 Sun Sep 11 12:51:55 2022
+++ pkgsrc/ham/gnuradio-soapy-sdr/Makefile      Sun Oct  9 07:56:10 2022
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.12 2022/09/11 12:51:55 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2022/10/09 07:56:10 adam Exp $
 
 PKGNAME=       gnuradio-soapy-sdr-${VERSION}
-PKGREVISION=   2
 COMMENT=       GNU Radio bindings for SoapySDR
 
-.include       "../../ham/gnuradio-core/Makefile.common"
-.include       "../../ham/gnuradio-core/Nocore.mk"
+.include "../../ham/gnuradio-core/Makefile.common"
+.include "../../ham/gnuradio-core/Nocore.mk"
 
 CMAKE_ARGS+=   -DENABLE_DEFAULT=OFF
 CMAKE_ARGS+=   -DENABLE_GR_SOAPY=ON
@@ -13,5 +12,5 @@ CMAKE_ARGS+=  -DENABLE_GRC=ON
 
 PLIST_MINUS+=  companion
 
-.include       "../../ham/soapy-sdr/buildlink3.mk"
-.include       "../../mk/bsd.pkg.mk"
+.include "../../ham/soapy-sdr/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"

Index: pkgsrc/ham/gnuradio-trellis/Makefile
diff -u pkgsrc/ham/gnuradio-trellis/Makefile:1.58 pkgsrc/ham/gnuradio-trellis/Makefile:1.59
--- pkgsrc/ham/gnuradio-trellis/Makefile:1.58   Sun Sep 11 12:51:55 2022
+++ pkgsrc/ham/gnuradio-trellis/Makefile        Sun Oct  9 07:56:11 2022
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.58 2022/09/11 12:51:55 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2022/10/09 07:56:11 adam Exp $
 
 PKGNAME=       gnuradio-trellis-${VERSION}
-PKGREVISION=   2
 COMMENT=       Trellis-based encoding and decoding algorithms for GNU Radio
 
-.include       "../../ham/gnuradio-core/Makefile.common"
-.include       "../../ham/gnuradio-core/Nocore.mk"
+.include "../../ham/gnuradio-core/Makefile.common"
+.include "../../ham/gnuradio-core/Nocore.mk"
 
 CMAKE_ARGS+=   -DENABLE_DEFAULT=OFF
 CMAKE_ARGS+=   -DENABLE_GR_TRELLIS=ON
@@ -17,4 +16,4 @@ DEPENDS+=     xmlto-[0-9]*:../../textproc/xm
 
 PLIST_MINUS+=  companion digital
 
-.include       "../../mk/bsd.pkg.mk"
+.include "../../mk/bsd.pkg.mk"

Index: pkgsrc/ham/gnuradio-uhd/Makefile
diff -u pkgsrc/ham/gnuradio-uhd/Makefile:1.41 pkgsrc/ham/gnuradio-uhd/Makefile:1.42
--- pkgsrc/ham/gnuradio-uhd/Makefile:1.41       Sun Sep 11 12:51:55 2022
+++ pkgsrc/ham/gnuradio-uhd/Makefile    Sun Oct  9 07:56:11 2022
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.41 2022/09/11 12:51:55 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2022/10/09 07:56:11 adam Exp $
 
 PKGNAME=       gnuradio-uhd-${VERSION}
-PKGREVISION=   2
 COMMENT=       Uhd-based encoding and decoding algorithms for GNU Radio
 
-.include       "../../ham/gnuradio-core/Makefile.common"
-.include       "../../ham/gnuradio-core/Nocore.mk"
+.include "../../ham/gnuradio-core/Makefile.common"
+.include "../../ham/gnuradio-core/Nocore.mk"
 
 CMAKE_ARGS+=   -DENABLE_DEFAULT=OFF
 CMAKE_ARGS+=   -DENABLE_GR_UHD=ON
@@ -23,6 +22,5 @@ CMAKE_ARGS+=  -DUHD_LIBRARIES=${PREFIX}/l
 CMAKE_ARGS+=   -DUHD_INCLUDE_DIRS=${PREFIX}/include/uhd/usrp
 .endif
 
-.include       "../../ham/uhd/buildlink3.mk"
-
-.include       "../../mk/bsd.pkg.mk"
+.include "../../ham/uhd/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"

Index: pkgsrc/ham/gnuradio-utils/Makefile
diff -u pkgsrc/ham/gnuradio-utils/Makefile:1.44 pkgsrc/ham/gnuradio-utils/Makefile:1.45
--- pkgsrc/ham/gnuradio-utils/Makefile:1.44     Sun Sep 11 12:51:55 2022
+++ pkgsrc/ham/gnuradio-utils/Makefile  Sun Oct  9 07:56:11 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2022/09/11 12:51:55 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2022/10/09 07:56:11 adam Exp $
 
 PKGNAME=       gnuradio-utils-${VERSION}
-PKGREVISION=   2
 COMMENT=       Utilities in GNU Radio
 
 .include "../../ham/gnuradio-core/Makefile.common"

Index: pkgsrc/ham/gnuradio-utils/PLIST
diff -u pkgsrc/ham/gnuradio-utils/PLIST:1.7 pkgsrc/ham/gnuradio-utils/PLIST:1.8
--- pkgsrc/ham/gnuradio-utils/PLIST:1.7 Thu May 26 15:20:10 2022
+++ pkgsrc/ham/gnuradio-utils/PLIST     Sun Oct  9 07:56:11 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2022/05/26 15:20:10 mef Exp $
+@comment $NetBSD: PLIST,v 1.8 2022/10/09 07:56:11 adam Exp $
 bin/gr_modtool
 bin/gr_plot
 bin/gr_plot_const
@@ -172,6 +172,12 @@ ${PYSITELIB}/gnuradio/pyqt_plot.py
 ${PYSITELIB}/gnuradio/pyqt_plot.pyc
 ${PYSITELIB}/gnuradio/pyqt_plot.pyo
 share/gnuradio/examples/modtool.conf
+share/gnuradio/modtool/templates/gr-newmod/.conda/README.md
+share/gnuradio/modtool/templates/gr-newmod/.conda/conda-forge.yml
+share/gnuradio/modtool/templates/gr-newmod/.conda/recipe/bld.bat
+share/gnuradio/modtool/templates/gr-newmod/.conda/recipe/build.sh
+share/gnuradio/modtool/templates/gr-newmod/.conda/recipe/conda_build_config.yaml
+share/gnuradio/modtool/templates/gr-newmod/.conda/recipe/meta.yaml
 share/gnuradio/modtool/templates/gr-newmod/CMakeLists.txt
 share/gnuradio/modtool/templates/gr-newmod/MANIFEST.md
 share/gnuradio/modtool/templates/gr-newmod/apps/CMakeLists.txt
@@ -211,4 +217,3 @@ share/gnuradio/modtool/templates/gr-newm
 share/gnuradio/modtool/templates/gr-newmod/python/howto/bindings/docstrings/README.md
 share/gnuradio/modtool/templates/gr-newmod/python/howto/bindings/header_utils.py
 share/gnuradio/modtool/templates/gr-newmod/python/howto/bindings/python_bindings.cc
-

Index: pkgsrc/ham/gnuradio-video-sdl/Makefile
diff -u pkgsrc/ham/gnuradio-video-sdl/Makefile:1.55 pkgsrc/ham/gnuradio-video-sdl/Makefile:1.56
--- pkgsrc/ham/gnuradio-video-sdl/Makefile:1.55 Sun Sep 11 12:51:55 2022
+++ pkgsrc/ham/gnuradio-video-sdl/Makefile      Sun Oct  9 07:56:11 2022
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.55 2022/09/11 12:51:55 wiz Exp $
+# $NetBSD: Makefile,v 1.56 2022/10/09 07:56:11 adam Exp $
 
 PKGNAME=       gnuradio-video-sdl-${VERSION}
-PKGREVISION=   2
 COMMENT=       SDL (Simple DirectMedia Layer) bindings for GNU Radio
 
-.include       "../../ham/gnuradio-core/Makefile.common"
-.include       "../../ham/gnuradio-core/Nocore.mk"
+.include "../../ham/gnuradio-core/Makefile.common"
+.include "../../ham/gnuradio-core/Nocore.mk"
 
 CMAKE_ARGS+=   -DENABLE_DEFAULT=OFF
 CMAKE_ARGS+=   -DENABLE_GR_VIDEO_SDL=ON
@@ -14,6 +13,5 @@ CMAKE_ARGS+=  -DENABLE_GRC=ON
 
 PLIST_MINUS+=  companion
 
-.include       "../../devel/SDL/buildlink3.mk"
-
-.include       "../../mk/bsd.pkg.mk"
+.include "../../devel/SDL/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"

Index: pkgsrc/ham/gnuradio-vocoder/Makefile
diff -u pkgsrc/ham/gnuradio-vocoder/Makefile:1.40 pkgsrc/ham/gnuradio-vocoder/Makefile:1.41
--- pkgsrc/ham/gnuradio-vocoder/Makefile:1.40   Sun Sep 11 12:51:55 2022
+++ pkgsrc/ham/gnuradio-vocoder/Makefile        Sun Oct  9 07:56:11 2022
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.40 2022/09/11 12:51:55 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2022/10/09 07:56:11 adam Exp $
 
 PKGNAME=       gnuradio-vocoder-${VERSION}
-PKGREVISION=   2
 COMMENT=       All available vocoders in GNU Radio
 
-.include       "../../ham/gnuradio-core/Makefile.common"
-.include       "../../ham/gnuradio-core/Nocore.mk"
+.include "../../ham/gnuradio-core/Makefile.common"
+.include "../../ham/gnuradio-core/Nocore.mk"
 
 CMAKE_ARGS+=   -DENABLE_DEFAULT=OFF
 CMAKE_ARGS+=   -DENABLE_GR_VOCODER=ON
@@ -13,7 +12,6 @@ CMAKE_ARGS+=  -DENABLE_GRC=ON
 
 PLIST_MINUS+=  companion
 
-.include       "../../devel/libusb1/buildlink3.mk"
-.include       "../../ham/codec2/buildlink3.mk"
-
-.include       "../../mk/bsd.pkg.mk"
+.include "../../devel/libusb1/buildlink3.mk"
+.include "../../ham/codec2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"

Index: pkgsrc/ham/gnuradio-wavelet/Makefile
diff -u pkgsrc/ham/gnuradio-wavelet/Makefile:1.39 pkgsrc/ham/gnuradio-wavelet/Makefile:1.40
--- pkgsrc/ham/gnuradio-wavelet/Makefile:1.39   Sun Sep 11 12:51:55 2022
+++ pkgsrc/ham/gnuradio-wavelet/Makefile        Sun Oct  9 07:56:11 2022
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.39 2022/09/11 12:51:55 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2022/10/09 07:56:11 adam Exp $
 
 PKGNAME=       gnuradio-wavelet-${VERSION}
-PKGREVISION=   2
 COMMENT=       Wavelet transform of GNU Radio
 
-.include       "../../ham/gnuradio-core/Makefile.common"
-.include       "../../ham/gnuradio-core/Nocore.mk"
+.include "../../ham/gnuradio-core/Makefile.common"
+.include "../../ham/gnuradio-core/Nocore.mk"
 
 CMAKE_ARGS+=   -DENABLE_DEFAULT=OFF
 CMAKE_ARGS+=   -DENABLE_GR_WAVELET=ON
 
-.include       "../../math/gsl/buildlink3.mk"
-.include       "../../mk/bsd.pkg.mk"
+.include "../../math/gsl/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"

Index: pkgsrc/ham/gnuradio-zeromq/Makefile
diff -u pkgsrc/ham/gnuradio-zeromq/Makefile:1.42 pkgsrc/ham/gnuradio-zeromq/Makefile:1.43
--- pkgsrc/ham/gnuradio-zeromq/Makefile:1.42    Sun Sep 11 12:51:56 2022
+++ pkgsrc/ham/gnuradio-zeromq/Makefile Sun Oct  9 07:56:11 2022
@@ -1,19 +1,10 @@
-# $NetBSD: Makefile,v 1.42 2022/09/11 12:51:56 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2022/10/09 07:56:11 adam Exp $
 
 PKGNAME=       gnuradio-zeromq-${VERSION}
-PKGREVISION=   2
 COMMENT=       All of the zeromq blocks, utilities, and examples
 
-#  zmq.hpp: No such file or directory
-# https://github.com/zeromq/cppzmq.git
-
-#GIT_REPOSITORIES=     master
-#GIT_REPO.master=      https://github.com/zeromq/cppzmq.git
-#GIT_MODULE.master=    cppzmq
-# for work around, the file is copied to files directory
-
-.include       "../../ham/gnuradio-core/Makefile.common"
-.include       "../../ham/gnuradio-core/Nocore.mk"
+.include "../../ham/gnuradio-core/Makefile.common"
+.include "../../ham/gnuradio-core/Nocore.mk"
 
 CMAKE_ARGS+=   -DENABLE_DEFAULT=OFF
 CMAKE_ARGS+=   -DENABLE_GR_ZEROMQ=ON
@@ -22,8 +13,5 @@ CMAKE_ARGS+=  -DENABLE_GRC=ON
 
 PLIST_MINUS+=  companion
 
-post-patch:
-       ${CP}   ${PKGDIR}/files/zmq.hpp ${WRKSRC}/gr-zeromq/include/
-
-.include       "../../net/zeromq/buildlink3.mk"
-.include       "../../mk/bsd.pkg.mk"
+.include "../../net/cppzmq/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index