summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2022-05-26 15:20:08 +0000
committermef <mef@pkgsrc.org>2022-05-26 15:20:08 +0000
commit83701aad11e6045b01d9d6811aad7967348555dc (patch)
treed25cc64423fe5d91377f55786f21fc5412036b31
parent29bfa1e8da2c01b30d703c9de1789257c89b1fed (diff)
downloadpkgsrc-83701aad11e6045b01d9d6811aad7967348555dc.tar.gz
(ham/gnuradio-core) Updated 3.10.1.1 to 3.10.2.0
## [3.10.2.0] - 2022-04-09 ### Changed #### Project Scope - Clayton Smith continues the effort to replace Boost usage with modern C++ equivalents. In a related effort, he has continued the logging modernization started by Marcus M端ller. In his spare time, he has tackled some tricky, intermittent CI failures, some of which turned out to be real bugs. Much of this work is invisible to end users, but is extremely useful in making GNU Radio more reliable and maintainable. Special thanks are due to Clayton for a lot of hard work this cycle. - Use exceptions instead of `exit()` in several places. - Fixed a variety of Python deprecation warnings. - Packager note: `jsonschema` is required for the JSON Config and YAML Config blocks. Those blocks will be disabled if `jsonschema` is not found. #### gnuradio-runtime - Correct size/usage for single-mapped buffers (part of the new Custom Buffers feature). - Correct buffer size allocation. This was actually the single change in v3.10.1.1, which did not get its own CHANGELOG entry. #### GRC - Improve discovery of xterm and related programs. - Save generated hierarchical block code to the block library instead of the directory containing the current GRC flowgraph. - New JSON Config and YAML Config blocks that load configuration variables from files at runtime. Those variables may then be used in block parameters. - Store the GNU Radio version in flowgraph metadata when saving. - Minor change in Python evaluation code to allow `affinity`, `minoutbuf` and `maxoutbuf` to be adjusted via script parameters. #### Build system and packaging - Require C++-17 for `gnuradio-runtime` and code compiled against it (via cmake flags). - Add `pythonschema` to build- and run-time dependencies. #### gr-blocks - Add exponential distribution to Message Strobe Random block's `delay` selection. - Quiet down debug messages in File Sink. - Skip alignment check in File Source when the input file is not seekable (e.g., it is a pipe). #### gr-filter - Fix crash in Rational Resampler logging #### gr-digital - Add generic CRC blocks: CRC Append and CRC Check. #### gr-qtgui - Improve text/background color on Range widget. - Digital Number Control emits message with new, instead of previous, value. - Message Edit Box sends message only when return is pressed, rather than whenever focus is lost. - Vector Sink allows legend to be disabled. - Type error fixes (Python 3.10 is stricter about int casting). #### gr-trellis - Provide Python bindings for PCCC Encoder and Viterbi Combo. #### gr-vocoder - Add C++ generation support to gr-vocoder #### Code generation tools - Support strongly-typed enums in Python bindings
-rw-r--r--ham/gnuradio-channels/Makefile3
-rw-r--r--ham/gnuradio-channels/PLIST5
-rw-r--r--ham/gnuradio-companion/Makefile3
-rw-r--r--ham/gnuradio-companion/PLIST4
-rw-r--r--ham/gnuradio-core/Makefile3
-rw-r--r--ham/gnuradio-core/Makefile.common7
-rw-r--r--ham/gnuradio-core/Nocore.mk21
-rw-r--r--ham/gnuradio-core/PLIST17
-rw-r--r--ham/gnuradio-core/buildlink3.mk4
-rw-r--r--ham/gnuradio-core/distinfo8
-rw-r--r--ham/gnuradio-core/version.mk4
-rw-r--r--ham/gnuradio-ctrlport/Makefile3
-rw-r--r--ham/gnuradio-digital/Makefile3
-rw-r--r--ham/gnuradio-digital/PLIST14
-rw-r--r--ham/gnuradio-doxygen/Makefile5
-rw-r--r--ham/gnuradio-doxygen/PLIST286
-rw-r--r--ham/gnuradio-dtv/Makefile3
-rw-r--r--ham/gnuradio-dtv/PLIST4
-rw-r--r--ham/gnuradio-fec/Makefile3
-rw-r--r--ham/gnuradio-fec/PLIST4
-rw-r--r--ham/gnuradio-network/Makefile3
-rw-r--r--ham/gnuradio-network/PLIST5
-rw-r--r--ham/gnuradio-pdu/PLIST4
-rw-r--r--ham/gnuradio-qtgui/Makefile4
-rw-r--r--ham/gnuradio-qtgui/PLIST5
-rw-r--r--ham/gnuradio-soapy-sdr/Makefile3
-rw-r--r--ham/gnuradio-soapy-sdr/PLIST4
-rw-r--r--ham/gnuradio-trellis/Makefile3
-rw-r--r--ham/gnuradio-trellis/PLIST4
-rw-r--r--ham/gnuradio-uhd/Makefile3
-rw-r--r--ham/gnuradio-uhd/PLIST4
-rw-r--r--ham/gnuradio-utils/Makefile3
-rw-r--r--ham/gnuradio-utils/PLIST3
-rw-r--r--ham/gnuradio-video-sdl/Makefile3
-rw-r--r--ham/gnuradio-video-sdl/PLIST4
-rw-r--r--ham/gnuradio-vocoder/Makefile3
-rw-r--r--ham/gnuradio-vocoder/PLIST4
-rw-r--r--ham/gnuradio-wavelet/Makefile3
-rw-r--r--ham/gnuradio-wavelet/PLIST4
-rw-r--r--ham/gnuradio-zeromq/Makefile3
-rw-r--r--ham/gnuradio-zeromq/PLIST4
41 files changed, 383 insertions, 97 deletions
diff --git a/ham/gnuradio-channels/Makefile b/ham/gnuradio-channels/Makefile
index 465b3be9585..0810493ee36 100644
--- a/ham/gnuradio-channels/Makefile
+++ b/ham/gnuradio-channels/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2022/04/18 19:11:25 adam Exp $
+# $NetBSD: Makefile,v 1.37 2022/05/26 15:20:08 mef Exp $
PKGNAME= gnuradio-channels-${VERSION}
-PKGREVISION= 2
COMMENT= Signal processing blocks to simulate channel models of GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
diff --git a/ham/gnuradio-channels/PLIST b/ham/gnuradio-channels/PLIST
index 98a8cfa89de..bf120343f85 100644
--- a/ham/gnuradio-channels/PLIST
+++ b/ham/gnuradio-channels/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2022/03/12 23:04:44 tnn Exp $
+@comment $NetBSD: PLIST,v 1.10 2022/05/26 15:20:08 mef Exp $
include/gnuradio/channels/api.h
include/gnuradio/channels/channel_model.h
include/gnuradio/channels/channel_model2.h
@@ -8,8 +8,9 @@ include/gnuradio/channels/selective_fading_model2.h
lib/cmake/gnuradio/gnuradio-channelsConfig.cmake
lib/cmake/gnuradio/gnuradio-channelsTargets-release.cmake
lib/cmake/gnuradio/gnuradio-channelsTargets.cmake
+lib/libgnuradio-channels.so.${PKGVERSION}
+lib/libgnuradio-channels.so.${PKGVER_MICRO}
lib/libgnuradio-channels.so
-lib/libgnuradio-channels.so.3.10.1
lib/libgnuradio-channels.so.${PKGVERSION}
lib/pkgconfig/gnuradio-channels.pc
${PYSITELIB}/gnuradio/channels/__init__.py
diff --git a/ham/gnuradio-companion/Makefile b/ham/gnuradio-companion/Makefile
index ec69be25945..534169831fc 100644
--- a/ham/gnuradio-companion/Makefile
+++ b/ham/gnuradio-companion/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.55 2022/04/18 19:11:25 adam Exp $
+# $NetBSD: Makefile,v 1.56 2022/05/26 15:20:08 mef Exp $
PKGNAME= gnuradio-companion-${VERSION}
-PKGREVISION= 2
COMMENT= User interface entry of GNU Radio
#CONF_FILES+= ${EGDIR}/grc.conf ${PKG_SYSCONFDIR}/grc.conf
diff --git a/ham/gnuradio-companion/PLIST b/ham/gnuradio-companion/PLIST
index 9bb697f0fcc..af3a9ed8ff2 100644
--- a/ham/gnuradio-companion/PLIST
+++ b/ham/gnuradio-companion/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2022/03/12 23:04:45 tnn Exp $
+@comment $NetBSD: PLIST,v 1.15 2022/05/26 15:20:08 mef Exp $
bin/gnuradio-companion
bin/grcc
${PYSITELIB}/gnuradio/grc/__init__.py
@@ -547,3 +547,5 @@ share/icons/hicolor/48x48/apps/gnuradio-grc.png
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
diff --git a/ham/gnuradio-core/Makefile b/ham/gnuradio-core/Makefile
index 15164e26d30..25ce871c3bb 100644
--- a/ham/gnuradio-core/Makefile
+++ b/ham/gnuradio-core/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.94 2022/04/18 19:11:25 adam Exp $
+# $NetBSD: Makefile,v 1.95 2022/05/26 15:20:09 mef Exp $
PKGNAME= gnuradio-core-${VERSION}
-PKGREVISION= 2
COMMENT= Core part of GNU Radio, all others need this
PLIST_MINUS= # empty
diff --git a/ham/gnuradio-core/Makefile.common b/ham/gnuradio-core/Makefile.common
index e01cfc5218c..91886455e50 100644
--- a/ham/gnuradio-core/Makefile.common
+++ b/ham/gnuradio-core/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.40 2022/04/10 01:05:34 gutteridge Exp $
+# $NetBSD: Makefile.common,v 1.41 2022/05/26 15:20:09 mef Exp $
# This Makefile fragment is included in the package Makefiles for
# GNU Radio distributed packages (they all share common configure and build
# settings).
@@ -56,8 +56,13 @@ PATCHDIR= ${.CURDIR}/../../ham/gnuradio-core/patches
# see CMakeLists.txt GR_PYTHON_MIN_VERSION
PYTHON_VERSIONS_INCOMPATIBLE= 27 37 # py-scipy
+# three digit version number for shared library ex 3.10.2.0 -> 3.10.2
+PKGVER_MICRO= ${PKGVERSION_NOREV:C/([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)/\1.\2.\3/}
+
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
PLIST_SUBST+= PYSITELIB=${PYSITELIB}
+# avoid using the name PKGVERSION in variable, see Nocore.mk
+PLIST_SUBST+= PKGVER_MICRO=${PKGVER_MICRO}
PY_PATCHPLIST= yes
CONFIGURE_DIRS= build
diff --git a/ham/gnuradio-core/Nocore.mk b/ham/gnuradio-core/Nocore.mk
index e84507d01ac..2d66809a542 100644
--- a/ham/gnuradio-core/Nocore.mk
+++ b/ham/gnuradio-core/Nocore.mk
@@ -1,4 +1,4 @@
-# $NetBSD: Nocore.mk,v 1.9 2016/07/12 11:36:46 mef Exp $
+# $NetBSD: Nocore.mk,v 1.10 2022/05/26 15:20:09 mef Exp $
DEPENDS+= gnuradio-core-[0-9]*:../../ham/gnuradio-core
@@ -13,12 +13,16 @@ post-install:
# Take care CONF_FILES stuff
# ${MV} ${DESTDIR}${PREFIX}/etc/gnuradio/conf.d/* \
# ${DESTDIR}${PREFIX}/${EGDIR}/
+# ------------------------------------------------------------
+# Generate the file .PLIST.minus (note: it is before PLIST_SUBST applies)
+# ------------------------------------------------------------
for i in ${PLIST_MINUS} ; do \
for p in PLIST PLIST.oss PLIST.${OPSYS} ; do \
f="${PKGDIR}/../../ham/gnuradio-$${i}/$${p}"; \
if [ -f "$${f}" ]; then \
${SED} -e 's,$${PYSITELIB},${PYSITELIB},' \
-e 's,$${PKGVERSION},${PKGVERSION_NOREV},' \
+ -e 's,$${PKGVER_MICRO},${PKGVER_MICRO},' \
-e '/^@comment/d' \
-e '/^@pkgdir/d' \
"$${f}"; \
@@ -27,8 +31,19 @@ post-install:
done \
| ${PKGSRC_SETENV} ${_PLIST_AWK_ENV} ${AWK} ${_PLIST_SHLIB_AWK} \
> ${WRKDIR}/.PLIST.minus;
- (cd ${WRKDIR}/.destdir/${PREFIX}; \
- ${RM} -f $$(cat ${WRKDIR}/.PLIST.minus) );
+# ------------------------------------------------------------
+# And then remove the files listed in .PLIST.minus
+# ------------------------------------------------------------
+ (cd ${WRKDIR}/.destdir/${PREFIX}; \
+ ${RM} -f $$(cat ${WRKDIR}/.PLIST.minus) ; \
+ ${RM} -f lib/libaudio.so.* ; \
+ ${RM} -f lib/libgnuradio-analog.so.* ; \
+ ${RM} -f lib/libgnuradio-blocks.so.* ; \
+ ${RM} -f lib/libgnuradio-filter.so.* ; \
+ ${RM} -f lib/libgnuradio-fft.so.* ; \
+ ${RM} -f lib/libgnuradio-pmt.so.* ; \
+ ${RM} -f lib/libgnuradio-runtime.so.* ; \
+ ${RM} -f lib/libgnuradio-audio.so.* ; )
# workaround for gnuradio-doxygen
# (the same target can't be set on gnuradio-doxygen side
#
diff --git a/ham/gnuradio-core/PLIST b/ham/gnuradio-core/PLIST
index 78d5a241578..adabf36ffc4 100644
--- a/ham/gnuradio-core/PLIST
+++ b/ham/gnuradio-core/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.36 2022/03/12 23:04:45 tnn Exp $
+@comment $NetBSD: PLIST,v 1.37 2022/05/26 15:20:09 mef Exp $
bin/gnuradio-config-info
bin/gr_filter_design
include/gnuradio/analog/agc.h
@@ -262,7 +262,6 @@ include/gnuradio/gr_complex.h
include/gnuradio/hier_block2.h
include/gnuradio/high_res_timer.h
include/gnuradio/host_buffer.h
-include/gnuradio/integer_math.h
include/gnuradio/io_signature.h
include/gnuradio/logger.h
include/gnuradio/math.h
@@ -371,25 +370,25 @@ lib/cmake/gnuradio/gnuradio-runtimeConfig.cmake
lib/cmake/gnuradio/gnuradio-runtimeTargets-release.cmake
lib/cmake/gnuradio/gnuradio-runtimeTargets.cmake
lib/libgnuradio-analog.so
-lib/libgnuradio-analog.so.3.10.1
+lib/libgnuradio-analog.so.${PKGVER_MICRO}
lib/libgnuradio-analog.so.${PKGVERSION}
lib/libgnuradio-audio.so
-lib/libgnuradio-audio.so.3.10.1
+lib/libgnuradio-audio.so.${PKGVER_MICRO}
lib/libgnuradio-audio.so.${PKGVERSION}
lib/libgnuradio-blocks.so
-lib/libgnuradio-blocks.so.3.10.1
+lib/libgnuradio-blocks.so.${PKGVER_MICRO}
lib/libgnuradio-blocks.so.${PKGVERSION}
lib/libgnuradio-fft.so
-lib/libgnuradio-fft.so.3.10.1
+lib/libgnuradio-fft.so.${PKGVER_MICRO}
lib/libgnuradio-fft.so.${PKGVERSION}
lib/libgnuradio-filter.so
-lib/libgnuradio-filter.so.3.10.1
+lib/libgnuradio-filter.so.${PKGVER_MICRO}
lib/libgnuradio-filter.so.${PKGVERSION}
lib/libgnuradio-pmt.so
-lib/libgnuradio-pmt.so.3.10.1
+lib/libgnuradio-pmt.so.${PKGVER_MICRO}
lib/libgnuradio-pmt.so.${PKGVERSION}
lib/libgnuradio-runtime.so
-lib/libgnuradio-runtime.so.3.10.1
+lib/libgnuradio-runtime.so.${PKGVER_MICRO}
lib/libgnuradio-runtime.so.${PKGVERSION}
lib/pkgconfig/gnuradio-analog.pc
lib/pkgconfig/gnuradio-audio.pc
diff --git a/ham/gnuradio-core/buildlink3.mk b/ham/gnuradio-core/buildlink3.mk
index 91253c4c1db..a3518100508 100644
--- a/ham/gnuradio-core/buildlink3.mk
+++ b/ham/gnuradio-core/buildlink3.mk
@@ -1,11 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.35 2022/03/12 23:04:45 tnn Exp $
+# $NetBSD: buildlink3.mk,v 1.36 2022/05/26 15:20:09 mef Exp $
BUILDLINK_TREE+= gnuradio-core
.if !defined(GNURADIO_CORE_BUILDLINK3_MK)
GNURADIO_CORE_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.gnuradio-core+= gnuradio-core>=3.10.1.1
+BUILDLINK_API_DEPENDS.gnuradio-core+= gnuradio-core>=3.10.2
BUILDLINK_PKGSRCDIR.gnuradio-core?= ../../ham/gnuradio-core
.include "../../devel/gmp/buildlink3.mk"
diff --git a/ham/gnuradio-core/distinfo b/ham/gnuradio-core/distinfo
index f509f280ae7..471612f21af 100644
--- a/ham/gnuradio-core/distinfo
+++ b/ham/gnuradio-core/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.47 2022/03/12 23:04:45 tnn Exp $
+$NetBSD: distinfo,v 1.48 2022/05/26 15:20:09 mef Exp $
-BLAKE2s (gnuradio-3.10.1.1.tar.gz) = 74575cc69c55fbf28f97396cb0a74747492543fc807b3a6e45b3b5cd16f539e6
-SHA512 (gnuradio-3.10.1.1.tar.gz) = 71998cbf0c67333a0fabb53882549cdb5d1547c7d2c7317321ccee0c61640147a1c3e7879a2011bd853df9cfa58dd6adaee4312adb9544d94ff7c1d4918fe480
-Size (gnuradio-3.10.1.1.tar.gz) = 4318131 bytes
+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
diff --git a/ham/gnuradio-core/version.mk b/ham/gnuradio-core/version.mk
index 3a48d23d794..f32572da6d7 100644
--- a/ham/gnuradio-core/version.mk
+++ b/ham/gnuradio-core/version.mk
@@ -1,3 +1,3 @@
-# $NetBSD: version.mk,v 1.6 2022/03/12 23:04:45 tnn Exp $
+# $NetBSD: version.mk,v 1.7 2022/05/26 15:20:09 mef Exp $
-VERSION= 3.10.1.1
+VERSION= 3.10.2.0
diff --git a/ham/gnuradio-ctrlport/Makefile b/ham/gnuradio-ctrlport/Makefile
index 93de230e7da..487d6b6cc46 100644
--- a/ham/gnuradio-ctrlport/Makefile
+++ b/ham/gnuradio-ctrlport/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2022/04/18 19:11:25 adam Exp $
+# $NetBSD: Makefile,v 1.38 2022/05/26 15:20:09 mef 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"
diff --git a/ham/gnuradio-digital/Makefile b/ham/gnuradio-digital/Makefile
index d2ea21decbc..97a0d060051 100644
--- a/ham/gnuradio-digital/Makefile
+++ b/ham/gnuradio-digital/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2022/04/18 19:11:25 adam Exp $
+# $NetBSD: Makefile,v 1.38 2022/05/26 15:20:09 mef Exp $
PKGNAME= gnuradio-digital-${VERSION}
-PKGREVISION= 2
COMMENT= Digital related algorithms for GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
diff --git a/ham/gnuradio-digital/PLIST b/ham/gnuradio-digital/PLIST
index 1ebbcd4aa2e..3d1fb036040 100644
--- a/ham/gnuradio-digital/PLIST
+++ b/ham/gnuradio-digital/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2022/03/12 23:04:45 tnn Exp $
+@comment $NetBSD: PLIST,v 1.15 2022/05/26 15:20:09 mef Exp $
include/gnuradio/digital/adaptive_algorithm.h
include/gnuradio/digital/adaptive_algorithm_cma.h
include/gnuradio/digital/adaptive_algorithm_lms.h
@@ -23,9 +23,15 @@ include/gnuradio/digital/correlate_access_code_tag_bb.h
include/gnuradio/digital/correlate_access_code_tag_ff.h
include/gnuradio/digital/costas_loop_cc.h
include/gnuradio/digital/cpmmod_bc.h
+include/gnuradio/digital/crc.h
+include/gnuradio/digital/crc.h
include/gnuradio/digital/crc16_async_bb.h
include/gnuradio/digital/crc32_async_bb.h
include/gnuradio/digital/crc32_bb.h
+include/gnuradio/digital/crc_append.h
+include/gnuradio/digital/crc_append.h
+include/gnuradio/digital/crc_check.h
+include/gnuradio/digital/crc_check.h
include/gnuradio/digital/decision_feedback_equalizer.h
include/gnuradio/digital/descrambler_bb.h
include/gnuradio/digital/diff_coding_type.h
@@ -85,7 +91,7 @@ lib/cmake/gnuradio/gnuradio-digitalConfig.cmake
lib/cmake/gnuradio/gnuradio-digitalTargets-release.cmake
lib/cmake/gnuradio/gnuradio-digitalTargets.cmake
lib/libgnuradio-digital.so
-lib/libgnuradio-digital.so.3.10.1
+lib/libgnuradio-digital.so.${PKGVER_MICRO}
lib/libgnuradio-digital.so.${PKGVERSION}
lib/pkgconfig/gnuradio-digital.pc
${PYSITELIB}/gnuradio/digital/__init__.py
@@ -237,6 +243,10 @@ share/gnuradio/grc/blocks/digital_cpmmod_bc.block.yml
share/gnuradio/grc/blocks/digital_crc16_async_bb.block.yml
share/gnuradio/grc/blocks/digital_crc32_async_bb.block.yml
share/gnuradio/grc/blocks/digital_crc32_bb.block.yml
+share/gnuradio/grc/blocks/digital_crc_append.block.yml
+share/gnuradio/grc/blocks/digital_crc_append.block.yml
+share/gnuradio/grc/blocks/digital_crc_check.block.yml
+share/gnuradio/grc/blocks/digital_crc_check.block.yml
share/gnuradio/grc/blocks/digital_decision_feedback_equalizer.block.yml
share/gnuradio/grc/blocks/digital_descrambler_bb.block.yml
share/gnuradio/grc/blocks/digital_diff_decoder_bb.block.yml
diff --git a/ham/gnuradio-doxygen/Makefile b/ham/gnuradio-doxygen/Makefile
index b7907e76e74..1a5d0fa52d4 100644
--- a/ham/gnuradio-doxygen/Makefile
+++ b/ham/gnuradio-doxygen/Makefile
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.54 2022/04/18 19:11:25 adam Exp $
+# $NetBSD: Makefile,v 1.55 2022/05/26 15:20:09 mef 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"
-BUILD_DEPENDS+= doxygen>=1.9.3:../../devel/doxygen
+BUILD_DEPENDS+= doxygen>=1.9.4:../../devel/doxygen
BUILD_DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz
DEPENDS+= web2c-[0-9]*:../../print/web2c
diff --git a/ham/gnuradio-doxygen/PLIST b/ham/gnuradio-doxygen/PLIST
index dd9fa31fe4b..ddc44b52359 100644
--- a/ham/gnuradio-doxygen/PLIST
+++ b/ham/gnuradio-doxygen/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.28 2022/04/09 10:38:53 mef Exp $
+@comment $NetBSD: PLIST,v 1.29 2022/05/26 15:20:09 mef 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
@@ -103,6 +103,7 @@ share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__cma_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__cma_8h.js
share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__cma_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__cma_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__cma_8h__incl.svg
@@ -114,6 +115,7 @@ share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__cma__pydoc__template_
share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__cma__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__cma__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__lms_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__lms_8h.js
share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__lms_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__lms_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__lms_8h__incl.svg
@@ -125,6 +127,7 @@ share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__lms__pydoc__template_
share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__lms__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__lms__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__nlms_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__nlms_8h.js
share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__nlms_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__nlms_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/adaptive__algorithm__nlms_8h__incl.svg
@@ -246,6 +249,7 @@ share/doc/gnuradio-${PKGVERSION}/html/additive__scrambler__bb__pydoc__template_8
share/doc/gnuradio-${PKGVERSION}/html/additive__scrambler__bb__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/additive__scrambler__bb__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/agc2_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/agc2_8h.js
share/doc/gnuradio-${PKGVERSION}/html/agc2_8h__dep__incl.map
share/doc/gnuradio-${PKGVERSION}/html/agc2_8h__dep__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/agc2_8h__dep__incl.svg
@@ -293,6 +297,7 @@ share/doc/gnuradio-${PKGVERSION}/html/agc3__cc__pydoc__template_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/agc3__cc__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/agc3__cc__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/agc_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/agc_8h.js
share/doc/gnuradio-${PKGVERSION}/html/agc_8h__dep__incl.map
share/doc/gnuradio-${PKGVERSION}/html/agc_8h__dep__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/agc_8h__dep__incl.svg
@@ -351,6 +356,7 @@ share/doc/gnuradio-${PKGVERSION}/html/alaw__encode__sb__pydoc__template_8h__incl
share/doc/gnuradio-${PKGVERSION}/html/alaw__encode__sb__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/alaw__encode__sb__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/alist_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/alist_8h.js
share/doc/gnuradio-${PKGVERSION}/html/alist_8h__dep__incl.map
share/doc/gnuradio-${PKGVERSION}/html/alist_8h__dep__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/alist_8h__dep__incl.svg
@@ -359,6 +365,7 @@ share/doc/gnuradio-${PKGVERSION}/html/alist_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/alist_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/alist_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/amsg__source_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/amsg__source_8h.js
share/doc/gnuradio-${PKGVERSION}/html/amsg__source_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/amsg__source_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/amsg__source_8h__incl.svg
@@ -479,6 +486,7 @@ share/doc/gnuradio-${PKGVERSION}/html/atsc__consts__pydoc__template_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/atsc__consts__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/atsc__consts__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/atsc__deinterleaver_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/atsc__deinterleaver_8h.js
share/doc/gnuradio-${PKGVERSION}/html/atsc__deinterleaver_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/atsc__deinterleaver_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/atsc__deinterleaver_8h__incl.svg
@@ -490,6 +498,7 @@ share/doc/gnuradio-${PKGVERSION}/html/atsc__deinterleaver__pydoc__template_8h__i
share/doc/gnuradio-${PKGVERSION}/html/atsc__deinterleaver__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/atsc__deinterleaver__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/atsc__depad_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/atsc__depad_8h.js
share/doc/gnuradio-${PKGVERSION}/html/atsc__depad_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/atsc__depad_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/atsc__depad_8h__incl.svg
@@ -501,6 +510,7 @@ share/doc/gnuradio-${PKGVERSION}/html/atsc__depad__pydoc__template_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/atsc__depad__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/atsc__depad__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/atsc__derandomizer_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/atsc__derandomizer_8h.js
share/doc/gnuradio-${PKGVERSION}/html/atsc__derandomizer_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/atsc__derandomizer_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/atsc__derandomizer_8h__incl.svg
@@ -512,6 +522,7 @@ share/doc/gnuradio-${PKGVERSION}/html/atsc__derandomizer__pydoc__template_8h__in
share/doc/gnuradio-${PKGVERSION}/html/atsc__derandomizer__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/atsc__derandomizer__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/atsc__equalizer_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/atsc__equalizer_8h.js
share/doc/gnuradio-${PKGVERSION}/html/atsc__equalizer_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/atsc__equalizer_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/atsc__equalizer_8h__incl.svg
@@ -523,6 +534,7 @@ share/doc/gnuradio-${PKGVERSION}/html/atsc__equalizer__pydoc__template_8h__incl.
share/doc/gnuradio-${PKGVERSION}/html/atsc__equalizer__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/atsc__equalizer__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/atsc__field__sync__mux_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/atsc__field__sync__mux_8h.js
share/doc/gnuradio-${PKGVERSION}/html/atsc__field__sync__mux_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/atsc__field__sync__mux_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/atsc__field__sync__mux_8h__incl.svg
@@ -534,6 +546,7 @@ share/doc/gnuradio-${PKGVERSION}/html/atsc__field__sync__mux__pydoc__template_8h
share/doc/gnuradio-${PKGVERSION}/html/atsc__field__sync__mux__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/atsc__field__sync__mux__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/atsc__fpll_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/atsc__fpll_8h.js
share/doc/gnuradio-${PKGVERSION}/html/atsc__fpll_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/atsc__fpll_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/atsc__fpll_8h__incl.svg
@@ -545,6 +558,7 @@ share/doc/gnuradio-${PKGVERSION}/html/atsc__fpll__pydoc__template_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/atsc__fpll__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/atsc__fpll__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/atsc__fs__checker_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/atsc__fs__checker_8h.js
share/doc/gnuradio-${PKGVERSION}/html/atsc__fs__checker_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/atsc__fs__checker_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/atsc__fs__checker_8h__incl.svg
@@ -556,6 +570,7 @@ share/doc/gnuradio-${PKGVERSION}/html/atsc__fs__checker__pydoc__template_8h__inc
share/doc/gnuradio-${PKGVERSION}/html/atsc__fs__checker__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/atsc__fs__checker__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/atsc__interleaver_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/atsc__interleaver_8h.js
share/doc/gnuradio-${PKGVERSION}/html/atsc__interleaver_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/atsc__interleaver_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/atsc__interleaver_8h__incl.svg
@@ -567,6 +582,7 @@ share/doc/gnuradio-${PKGVERSION}/html/atsc__interleaver__pydoc__template_8h__inc
share/doc/gnuradio-${PKGVERSION}/html/atsc__interleaver__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/atsc__interleaver__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/atsc__pad_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/atsc__pad_8h.js
share/doc/gnuradio-${PKGVERSION}/html/atsc__pad_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/atsc__pad_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/atsc__pad_8h__incl.svg
@@ -578,11 +594,13 @@ share/doc/gnuradio-${PKGVERSION}/html/atsc__pad__pydoc__template_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/atsc__pad__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/atsc__pad__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/atsc__plinfo_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/atsc__plinfo_8h.js
share/doc/gnuradio-${PKGVERSION}/html/atsc__plinfo_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/atsc__plinfo_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/atsc__plinfo_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/atsc__plinfo_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/atsc__randomizer_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/atsc__randomizer_8h.js
share/doc/gnuradio-${PKGVERSION}/html/atsc__randomizer_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/atsc__randomizer_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/atsc__randomizer_8h__incl.svg
@@ -594,6 +612,7 @@ share/doc/gnuradio-${PKGVERSION}/html/atsc__randomizer__pydoc__template_8h__incl
share/doc/gnuradio-${PKGVERSION}/html/atsc__randomizer__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/atsc__randomizer__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__decoder_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__decoder_8h.js
share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__decoder_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__decoder_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__decoder_8h__incl.svg
@@ -605,6 +624,7 @@ share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__decoder__pydoc__template_8h__inc
share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__decoder__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__decoder__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__encoder_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__encoder_8h.js
share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__encoder_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__encoder_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__encoder_8h__incl.svg
@@ -616,6 +636,7 @@ share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__encoder__pydoc__template_8h__inc
share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__encoder__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/atsc__rs__encoder__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/atsc__sync_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/atsc__sync_8h.js
share/doc/gnuradio-${PKGVERSION}/html/atsc__sync_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/atsc__sync_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/atsc__sync_8h__incl.svg
@@ -627,6 +648,7 @@ share/doc/gnuradio-${PKGVERSION}/html/atsc__sync__pydoc__template_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/atsc__sync__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/atsc__sync__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/atsc__trellis__encoder_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/atsc__trellis__encoder_8h.js
share/doc/gnuradio-${PKGVERSION}/html/atsc__trellis__encoder_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/atsc__trellis__encoder_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/atsc__trellis__encoder_8h__incl.svg
@@ -638,6 +660,7 @@ share/doc/gnuradio-${PKGVERSION}/html/atsc__trellis__encoder__pydoc__template_8h
share/doc/gnuradio-${PKGVERSION}/html/atsc__trellis__encoder__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/atsc__trellis__encoder__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/atsc__viterbi__decoder_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/atsc__viterbi__decoder_8h.js
share/doc/gnuradio-${PKGVERSION}/html/atsc__viterbi__decoder_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/atsc__viterbi__decoder_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/atsc__viterbi__decoder_8h__incl.svg
@@ -649,6 +672,7 @@ share/doc/gnuradio-${PKGVERSION}/html/atsc__viterbi__decoder__pydoc__template_8h
share/doc/gnuradio-${PKGVERSION}/html/atsc__viterbi__decoder__pydoc__template_8h__incl.svg
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
@@ -657,6 +681,7 @@ 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
@@ -668,6 +693,7 @@ share/doc/gnuradio-${PKGVERSION}/html/attr__sink__pydoc__template_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/attr__sink__pydoc__template_8h__incl.svg
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
@@ -676,6 +702,7 @@ 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
@@ -687,6 +714,7 @@ share/doc/gnuradio-${PKGVERSION}/html/attr__source__pydoc__template_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/attr__source__pydoc__template_8h__incl.svg
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
@@ -695,6 +723,7 @@ 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
@@ -713,6 +742,7 @@ share/doc/gnuradio-${PKGVERSION}/html/attributes_8h__dep__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/attributes_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/audio_8dox.html
share/doc/gnuradio-${PKGVERSION}/html/awgn__bp_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/awgn__bp_8h.js
share/doc/gnuradio-${PKGVERSION}/html/awgn__bp_8h__dep__incl.map
share/doc/gnuradio-${PKGVERSION}/html/awgn__bp_8h__dep__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/awgn__bp_8h__dep__incl.svg
@@ -761,6 +791,7 @@ share/doc/gnuradio-${PKGVERSION}/html/ber__bf__pydoc__template_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/ber__bf__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/ber__bf__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/ber__sink__b_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/ber__sink__b_8h.js
share/doc/gnuradio-${PKGVERSION}/html/ber__sink__b_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/ber__sink__b_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/ber__sink__b_8h__incl.svg
@@ -852,6 +883,7 @@ share/doc/gnuradio-${PKGVERSION}/html/buffer__reader_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/buffer__reader_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/buffer__reader_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/buffer__reader__sm_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/buffer__reader__sm_8h.js
share/doc/gnuradio-${PKGVERSION}/html/buffer__reader__sm_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/buffer__reader__sm_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/buffer__reader__sm_8h__incl.svg
@@ -953,6 +985,7 @@ share/doc/gnuradio-${PKGVERSION}/html/catv__config__pydoc__template_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/catv__config__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/catv__config__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/catv__frame__sync__enc__bb_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/catv__frame__sync__enc__bb_8h.js
share/doc/gnuradio-${PKGVERSION}/html/catv__frame__sync__enc__bb_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/catv__frame__sync__enc__bb_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/catv__frame__sync__enc__bb_8h__incl.svg
@@ -964,6 +997,7 @@ share/doc/gnuradio-${PKGVERSION}/html/catv__frame__sync__enc__bb__pydoc__templat
share/doc/gnuradio-${PKGVERSION}/html/catv__frame__sync__enc__bb__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/catv__frame__sync__enc__bb__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/catv__randomizer__bb_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/catv__randomizer__bb_8h.js
share/doc/gnuradio-${PKGVERSION}/html/catv__randomizer__bb_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/catv__randomizer__bb_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/catv__randomizer__bb_8h__incl.svg
@@ -975,6 +1009,7 @@ share/doc/gnuradio-${PKGVERSION}/html/catv__randomizer__bb__pydoc__template_8h__
share/doc/gnuradio-${PKGVERSION}/html/catv__randomizer__bb__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/catv__randomizer__bb__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/catv__reed__solomon__enc__bb_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/catv__reed__solomon__enc__bb_8h.js
share/doc/gnuradio-${PKGVERSION}/html/catv__reed__solomon__enc__bb_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/catv__reed__solomon__enc__bb_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/catv__reed__solomon__enc__bb_8h__incl.svg
@@ -986,6 +1021,7 @@ share/doc/gnuradio-${PKGVERSION}/html/catv__reed__solomon__enc__bb__pydoc__templ
share/doc/gnuradio-${PKGVERSION}/html/catv__reed__solomon__enc__bb__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/catv__reed__solomon__enc__bb__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/catv__transport__framing__enc__bb_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/catv__transport__framing__enc__bb_8h.js
share/doc/gnuradio-${PKGVERSION}/html/catv__transport__framing__enc__bb_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/catv__transport__framing__enc__bb_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/catv__transport__framing__enc__bb_8h__incl.svg
@@ -997,6 +1033,7 @@ share/doc/gnuradio-${PKGVERSION}/html/catv__transport__framing__enc__bb__pydoc__
share/doc/gnuradio-${PKGVERSION}/html/catv__transport__framing__enc__bb__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/catv__transport__framing__enc__bb__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/catv__trellis__enc__bb_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/catv__trellis__enc__bb_8h.js
share/doc/gnuradio-${PKGVERSION}/html/catv__trellis__enc__bb_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/catv__trellis__enc__bb_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/catv__trellis__enc__bb_8h__incl.svg
@@ -2091,6 +2128,9 @@ share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1costas__loop__cc.js
share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1cpmmod__bc-members.html
share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1cpmmod__bc.html
share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1cpmmod__bc.js
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1crc-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1crc.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1crc.js
share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1crc16__async__bb-members.html
share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1crc16__async__bb.html
share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1crc16__async__bb.js
@@ -2100,6 +2140,12 @@ share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1crc32__async__bb.js
share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1crc32__bb-members.html
share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1crc32__bb.html
share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1crc32__bb.js
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1crc__append-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1crc__append.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1crc__append.js
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1crc__check-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1crc__check.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1crc__check.js
share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1decision__feedback__equalizer-members.html
share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1decision__feedback__equalizer.html
share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1decision__feedback__equalizer.js
@@ -3408,6 +3454,7 @@ share/doc/gnuradio-${PKGVERSION}/html/classthrift__server__template-members.html
share/doc/gnuradio-${PKGVERSION}/html/classthrift__server__template.html
share/doc/gnuradio-${PKGVERSION}/html/classthrift__server__template.js
share/doc/gnuradio-${PKGVERSION}/html/cldpc_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/cldpc_8h.js
share/doc/gnuradio-${PKGVERSION}/html/cldpc_8h__dep__incl.map
share/doc/gnuradio-${PKGVERSION}/html/cldpc_8h__dep__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/cldpc_8h__dep__incl.svg
@@ -3439,6 +3486,7 @@ share/doc/gnuradio-${PKGVERSION}/html/clock__recovery__mm__ff__pydoc__template_8
share/doc/gnuradio-${PKGVERSION}/html/clock__recovery__mm__ff__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/closed.png
share/doc/gnuradio-${PKGVERSION}/html/codec2_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/codec2_8h.js
share/doc/gnuradio-${PKGVERSION}/html/codec2_8h__dep__incl.map
share/doc/gnuradio-${PKGVERSION}/html/codec2_8h__dep__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/codec2_8h__dep__incl.svg
@@ -3615,6 +3663,7 @@ share/doc/gnuradio-${PKGVERSION}/html/constants__pydoc__template_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/constants__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/constants__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/constellation_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/constellation_8h.js
share/doc/gnuradio-${PKGVERSION}/html/constellation_8h__dep__incl.map
share/doc/gnuradio-${PKGVERSION}/html/constellation_8h__dep__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/constellation_8h__dep__incl.svg
@@ -3662,6 +3711,7 @@ share/doc/gnuradio-${PKGVERSION}/html/constellation__pydoc__template_8h__incl.md
share/doc/gnuradio-${PKGVERSION}/html/constellation__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/constellation__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/constellation__receiver__cb_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/constellation__receiver__cb_8h.js
share/doc/gnuradio-${PKGVERSION}/html/constellation__receiver__cb_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/constellation__receiver__cb_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/constellation__receiver__cb_8h__incl.svg
@@ -3759,11 +3809,13 @@ share/doc/gnuradio-${PKGVERSION}/html/corr__est__cc__pydoc__template_8h__incl.md
share/doc/gnuradio-${PKGVERSION}/html/corr__est__cc__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/corr__est__cc__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/correctiq_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/correctiq_8h.js
share/doc/gnuradio-${PKGVERSION}/html/correctiq_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/correctiq_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/correctiq_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/correctiq_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/correctiq__auto_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/correctiq__auto_8h.js
share/doc/gnuradio-${PKGVERSION}/html/correctiq__auto_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/correctiq__auto_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/correctiq__auto_8h__incl.svg
@@ -3775,6 +3827,7 @@ share/doc/gnuradio-${PKGVERSION}/html/correctiq__auto__pydoc__template_8h__incl.
share/doc/gnuradio-${PKGVERSION}/html/correctiq__auto__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/correctiq__auto__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/correctiq__man_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/correctiq__man_8h.js
share/doc/gnuradio-${PKGVERSION}/html/correctiq__man_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/correctiq__man_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/correctiq__man_8h__incl.svg
@@ -3792,6 +3845,7 @@ share/doc/gnuradio-${PKGVERSION}/html/correctiq__pydoc__template_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/correctiq__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/correctiq__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/correctiq__swapiq_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/correctiq__swapiq_8h.js
share/doc/gnuradio-${PKGVERSION}/html/correctiq__swapiq_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/correctiq__swapiq_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/correctiq__swapiq_8h__incl.svg
@@ -3892,6 +3946,7 @@ share/doc/gnuradio-${PKGVERSION}/html/cpfsk__bc__pydoc__template_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/cpfsk__bc__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/cpfsk__bc__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/cpm_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/cpm_8h.js
share/doc/gnuradio-${PKGVERSION}/html/cpm_8h__dep__incl.map
share/doc/gnuradio-${PKGVERSION}/html/cpm_8h__dep__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/cpm_8h__dep__incl.svg
@@ -3949,6 +4004,39 @@ share/doc/gnuradio-${PKGVERSION}/html/crc32__bb__pydoc__template_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/crc32__bb__pydoc__template_8h__incl.md5
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__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/crc_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/crc_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/crc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/crc__append_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/crc__append_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/crc__append_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/crc__append_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/crc__append_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/crc__append__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/crc__append__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/crc__append__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/crc__append__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/crc__append__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/crc__append__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/crc__check_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/crc__check_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/crc__check_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/crc__check_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/crc__check_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/crc__check__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/crc__check__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/crc__check__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/crc__check__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/crc__check__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/crc__check__pydoc__template_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/crc__pydoc__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/crc__pydoc__template_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/crc__pydoc__template_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/crc__pydoc__template_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/crc__pydoc__template_8h__incl.svg
+share/doc/gnuradio-${PKGVERSION}/html/crc__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/ctcss__squelch__ff_8h.html
share/doc/gnuradio-${PKGVERSION}/html/ctcss__squelch__ff_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/ctcss__squelch__ff_8h__incl.md5
@@ -4039,6 +4127,7 @@ share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe__psd__pydoc__template_8h__
share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe__psd__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/ctrlport__probe__psd__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/custom__lock_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/custom__lock_8h.js
share/doc/gnuradio-${PKGVERSION}/html/custom__lock_8h__dep__incl.map
share/doc/gnuradio-${PKGVERSION}/html/custom__lock_8h__dep__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/custom__lock_8h__dep__incl.svg
@@ -4091,6 +4180,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dc__blocker__ff__pydoc__template_8h__incl.
share/doc/gnuradio-${PKGVERSION}/html/dc__blocker__ff__pydoc__template_8h__incl.svg
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
@@ -4099,6 +4189,7 @@ 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
@@ -4110,6 +4201,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dds__control__pydoc__template_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/dds__control__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/dds__control__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/decision__feedback__equalizer_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/decision__feedback__equalizer_8h.js
share/doc/gnuradio-${PKGVERSION}/html/decision__feedback__equalizer_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/decision__feedback__equalizer_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/decision__feedback__equalizer_8h__incl.svg
@@ -4199,6 +4291,7 @@ 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
@@ -4718,6 +4811,7 @@ 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
@@ -4788,6 +4882,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dummy__encoder__pydoc__template_8h__incl.m
share/doc/gnuradio-${PKGVERSION}/html/dummy__encoder__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/dummy__encoder__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/dvb__bbheader__bb_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvb__bbheader__bb_8h.js
share/doc/gnuradio-${PKGVERSION}/html/dvb__bbheader__bb_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/dvb__bbheader__bb_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/dvb__bbheader__bb_8h__incl.svg
@@ -4799,6 +4894,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvb__bbheader__bb__pydoc__template_8h__inc
share/doc/gnuradio-${PKGVERSION}/html/dvb__bbheader__bb__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/dvb__bbheader__bb__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/dvb__bbscrambler__bb_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvb__bbscrambler__bb_8h.js
share/doc/gnuradio-${PKGVERSION}/html/dvb__bbscrambler__bb_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/dvb__bbscrambler__bb_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/dvb__bbscrambler__bb_8h__incl.svg
@@ -4810,6 +4906,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvb__bbscrambler__bb__pydoc__template_8h__
share/doc/gnuradio-${PKGVERSION}/html/dvb__bbscrambler__bb__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/dvb__bbscrambler__bb__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/dvb__bch__bb_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvb__bch__bb_8h.js
share/doc/gnuradio-${PKGVERSION}/html/dvb__bch__bb_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/dvb__bch__bb_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/dvb__bch__bb_8h__incl.svg
@@ -4833,6 +4930,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvb__config__pydoc__template_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/dvb__config__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/dvb__config__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/dvb__ldpc__bb_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvb__ldpc__bb_8h.js
share/doc/gnuradio-${PKGVERSION}/html/dvb__ldpc__bb_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/dvb__ldpc__bb_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/dvb__ldpc__bb_8h__incl.svg
@@ -4856,6 +4954,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbs2__config__pydoc__template_8h__incl.md
share/doc/gnuradio-${PKGVERSION}/html/dvbs2__config__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/dvbs2__config__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/dvbs2__interleaver__bb_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbs2__interleaver__bb_8h.js
share/doc/gnuradio-${PKGVERSION}/html/dvbs2__interleaver__bb_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/dvbs2__interleaver__bb_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/dvbs2__interleaver__bb_8h__incl.svg
@@ -4867,6 +4966,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbs2__interleaver__bb__pydoc__template_8h
share/doc/gnuradio-${PKGVERSION}/html/dvbs2__interleaver__bb__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/dvbs2__interleaver__bb__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/dvbs2__modulator__bc_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbs2__modulator__bc_8h.js
share/doc/gnuradio-${PKGVERSION}/html/dvbs2__modulator__bc_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/dvbs2__modulator__bc_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/dvbs2__modulator__bc_8h__incl.svg
@@ -4878,6 +4978,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbs2__modulator__bc__pydoc__template_8h__
share/doc/gnuradio-${PKGVERSION}/html/dvbs2__modulator__bc__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/dvbs2__modulator__bc__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/dvbs2__physical__cc_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbs2__physical__cc_8h.js
share/doc/gnuradio-${PKGVERSION}/html/dvbs2__physical__cc_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/dvbs2__physical__cc_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/dvbs2__physical__cc_8h__incl.svg
@@ -4889,6 +4990,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbs2__physical__cc__pydoc__template_8h__i
share/doc/gnuradio-${PKGVERSION}/html/dvbs2__physical__cc__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/dvbs2__physical__cc__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/dvbt2__cellinterleaver__cc_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__cellinterleaver__cc_8h.js
share/doc/gnuradio-${PKGVERSION}/html/dvbt2__cellinterleaver__cc_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/dvbt2__cellinterleaver__cc_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/dvbt2__cellinterleaver__cc_8h__incl.svg
@@ -4912,6 +5014,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbt2__config__pydoc__template_8h__incl.md
share/doc/gnuradio-${PKGVERSION}/html/dvbt2__config__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/dvbt2__config__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/dvbt2__framemapper__cc_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__framemapper__cc_8h.js
share/doc/gnuradio-${PKGVERSION}/html/dvbt2__framemapper__cc_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/dvbt2__framemapper__cc_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/dvbt2__framemapper__cc_8h__incl.svg
@@ -4923,6 +5026,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbt2__framemapper__cc__pydoc__template_8h
share/doc/gnuradio-${PKGVERSION}/html/dvbt2__framemapper__cc__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/dvbt2__framemapper__cc__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/dvbt2__freqinterleaver__cc_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__freqinterleaver__cc_8h.js
share/doc/gnuradio-${PKGVERSION}/html/dvbt2__freqinterleaver__cc_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/dvbt2__freqinterleaver__cc_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/dvbt2__freqinterleaver__cc_8h__incl.svg
@@ -4934,6 +5038,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbt2__freqinterleaver__cc__pydoc__templat
share/doc/gnuradio-${PKGVERSION}/html/dvbt2__freqinterleaver__cc__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/dvbt2__freqinterleaver__cc__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/dvbt2__interleaver__bb_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__interleaver__bb_8h.js
share/doc/gnuradio-${PKGVERSION}/html/dvbt2__interleaver__bb_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/dvbt2__interleaver__bb_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/dvbt2__interleaver__bb_8h__incl.svg
@@ -4945,6 +5050,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbt2__interleaver__bb__pydoc__template_8h
share/doc/gnuradio-${PKGVERSION}/html/dvbt2__interleaver__bb__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/dvbt2__interleaver__bb__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/dvbt2__miso__cc_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__miso__cc_8h.js
share/doc/gnuradio-${PKGVERSION}/html/dvbt2__miso__cc_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/dvbt2__miso__cc_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/dvbt2__miso__cc_8h__incl.svg
@@ -4956,6 +5062,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbt2__miso__cc__pydoc__template_8h__incl.
share/doc/gnuradio-${PKGVERSION}/html/dvbt2__miso__cc__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/dvbt2__miso__cc__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/dvbt2__modulator__bc_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__modulator__bc_8h.js
share/doc/gnuradio-${PKGVERSION}/html/dvbt2__modulator__bc_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/dvbt2__modulator__bc_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/dvbt2__modulator__bc_8h__incl.svg
@@ -4967,6 +5074,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbt2__modulator__bc__pydoc__template_8h__
share/doc/gnuradio-${PKGVERSION}/html/dvbt2__modulator__bc__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/dvbt2__modulator__bc__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/dvbt2__p1insertion__cc_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__p1insertion__cc_8h.js
share/doc/gnuradio-${PKGVERSION}/html/dvbt2__p1insertion__cc_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/dvbt2__p1insertion__cc_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/dvbt2__p1insertion__cc_8h__incl.svg
@@ -4978,6 +5086,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbt2__p1insertion__cc__pydoc__template_8h
share/doc/gnuradio-${PKGVERSION}/html/dvbt2__p1insertion__cc__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/dvbt2__p1insertion__cc__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/dvbt2__paprtr__cc_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__paprtr__cc_8h.js
share/doc/gnuradio-${PKGVERSION}/html/dvbt2__paprtr__cc_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/dvbt2__paprtr__cc_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/dvbt2__paprtr__cc_8h__incl.svg
@@ -4989,6 +5098,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbt2__paprtr__cc__pydoc__template_8h__inc
share/doc/gnuradio-${PKGVERSION}/html/dvbt2__paprtr__cc__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/dvbt2__paprtr__cc__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/dvbt2__pilotgenerator__cc_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt2__pilotgenerator__cc_8h.js
share/doc/gnuradio-${PKGVERSION}/html/dvbt2__pilotgenerator__cc_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/dvbt2__pilotgenerator__cc_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/dvbt2__pilotgenerator__cc_8h__incl.svg
@@ -5000,6 +5110,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbt2__pilotgenerator__cc__pydoc__template
share/doc/gnuradio-${PKGVERSION}/html/dvbt2__pilotgenerator__cc__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/dvbt2__pilotgenerator__cc__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__deinterleaver_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__deinterleaver_8h.js
share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__deinterleaver_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__deinterleaver_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__deinterleaver_8h__incl.svg
@@ -5011,6 +5122,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__deinterleaver__pydoc__te
share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__deinterleaver__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__deinterleaver__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__interleaver_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__interleaver_8h.js
share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__interleaver_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__interleaver_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/dvbt__bit__inner__interleaver_8h__incl.svg
@@ -5034,6 +5146,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbt__config__pydoc__template_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/dvbt__config__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/dvbt__config__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__deinterleaver_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__deinterleaver_8h.js
share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__deinterleaver_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__deinterleaver_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__deinterleaver_8h__incl.svg
@@ -5045,6 +5158,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__deinterleaver__pydoc_
share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__deinterleaver__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__deinterleaver__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__interleaver_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__interleaver_8h.js
share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__interleaver_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__interleaver_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__interleaver_8h__incl.svg
@@ -5056,6 +5170,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__interleaver__pydoc__t
share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__interleaver__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/dvbt__convolutional__interleaver__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/dvbt__demap_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__demap_8h.js
share/doc/gnuradio-${PKGVERSION}/html/dvbt__demap_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/dvbt__demap_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/dvbt__demap_8h__incl.svg
@@ -5067,6 +5182,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbt__demap__pydoc__template_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/dvbt__demap__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/dvbt__demap__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/dvbt__demod__reference__signals_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__demod__reference__signals_8h.js
share/doc/gnuradio-${PKGVERSION}/html/dvbt__demod__reference__signals_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/dvbt__demod__reference__signals_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/dvbt__demod__reference__signals_8h__incl.svg
@@ -5078,6 +5194,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbt__demod__reference__signals__pydoc__te
share/doc/gnuradio-${PKGVERSION}/html/dvbt__demod__reference__signals__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/dvbt__demod__reference__signals__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__descramble_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__descramble_8h.js
share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__descramble_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__descramble_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__descramble_8h__incl.svg
@@ -5089,6 +5206,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__descramble__pydoc__template_
share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__descramble__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__descramble__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__dispersal_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__dispersal_8h.js
share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__dispersal_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__dispersal_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__dispersal_8h__incl.svg
@@ -5100,6 +5218,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__dispersal__pydoc__template_8
share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__dispersal__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/dvbt__energy__dispersal__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/dvbt__inner__coder_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__inner__coder_8h.js
share/doc/gnuradio-${PKGVERSION}/html/dvbt__inner__coder_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/dvbt__inner__coder_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/dvbt__inner__coder_8h__incl.svg
@@ -5111,6 +5230,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbt__inner__coder__pydoc__template_8h__in
share/doc/gnuradio-${PKGVERSION}/html/dvbt__inner__coder__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/dvbt__inner__coder__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/dvbt__map_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__map_8h.js
share/doc/gnuradio-${PKGVERSION}/html/dvbt__map_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/dvbt__map_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/dvbt__map_8h__incl.svg
@@ -5122,6 +5242,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbt__map__pydoc__template_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/dvbt__map__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/dvbt__map__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/dvbt__ofdm__sym__acquisition_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__ofdm__sym__acquisition_8h.js
share/doc/gnuradio-${PKGVERSION}/html/dvbt__ofdm__sym__acquisition_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/dvbt__ofdm__sym__acquisition_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/dvbt__ofdm__sym__acquisition_8h__incl.svg
@@ -5133,6 +5254,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbt__ofdm__sym__acquisition__pydoc__templ
share/doc/gnuradio-${PKGVERSION}/html/dvbt__ofdm__sym__acquisition__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/dvbt__ofdm__sym__acquisition__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__dec_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__dec_8h.js
share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__dec_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__dec_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__dec_8h__incl.svg
@@ -5144,6 +5266,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__dec__pydoc__template_
share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__dec__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__dec__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__enc_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__enc_8h.js
share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__enc_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__enc_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__enc_8h__incl.svg
@@ -5155,6 +5278,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__enc__pydoc__template_
share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__enc__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/dvbt__reed__solomon__enc__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/dvbt__reference__signals_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__reference__signals_8h.js
share/doc/gnuradio-${PKGVERSION}/html/dvbt__reference__signals_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/dvbt__reference__signals_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/dvbt__reference__signals_8h__incl.svg
@@ -5166,6 +5290,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbt__reference__signals__pydoc__template_
share/doc/gnuradio-${PKGVERSION}/html/dvbt__reference__signals__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/dvbt__reference__signals__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/dvbt__symbol__inner__interleaver_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__symbol__inner__interleaver_8h.js
share/doc/gnuradio-${PKGVERSION}/html/dvbt__symbol__inner__interleaver_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/dvbt__symbol__inner__interleaver_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/dvbt__symbol__inner__interleaver_8h__incl.svg
@@ -5177,6 +5302,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbt__symbol__inner__interleaver__pydoc__t
share/doc/gnuradio-${PKGVERSION}/html/dvbt__symbol__inner__interleaver__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/dvbt__symbol__inner__interleaver__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/dvbt__viterbi__decoder_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dvbt__viterbi__decoder_8h.js
share/doc/gnuradio-${PKGVERSION}/html/dvbt__viterbi__decoder_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/dvbt__viterbi__decoder_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/dvbt__viterbi__decoder_8h__incl.svg
@@ -5188,6 +5314,7 @@ share/doc/gnuradio-${PKGVERSION}/html/dvbt__viterbi__decoder__pydoc__template_8h
share/doc/gnuradio-${PKGVERSION}/html/dvbt__viterbi__decoder__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/dvbt__viterbi__decoder__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/dynamic__channel__model_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/dynamic__channel__model_8h.js
share/doc/gnuradio-${PKGVERSION}/html/dynamic__channel__model_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/dynamic__channel__model_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/dynamic__channel__model_8h__incl.svg
@@ -5257,6 +5384,7 @@ share/doc/gnuradio-${PKGVERSION}/html/expj__pydoc__template_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/expj__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/expj__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/exponentiate__const__cci_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/exponentiate__const__cci_8h.js
share/doc/gnuradio-${PKGVERSION}/html/exponentiate__const__cci_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/exponentiate__const__cci_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/exponentiate__const__cci_8h__incl.svg
@@ -5268,6 +5396,7 @@ share/doc/gnuradio-${PKGVERSION}/html/exponentiate__const__cci__pydoc__template_
share/doc/gnuradio-${PKGVERSION}/html/exponentiate__const__cci__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/exponentiate__const__cci__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/eye__sink__c_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/eye__sink__c_8h.js
share/doc/gnuradio-${PKGVERSION}/html/eye__sink__c_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/eye__sink__c_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/eye__sink__c_8h__incl.svg
@@ -5279,6 +5408,7 @@ share/doc/gnuradio-${PKGVERSION}/html/eye__sink__c__pydoc__template_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/eye__sink__c__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/eye__sink__c__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/eye__sink__f_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/eye__sink__f_8h.js
share/doc/gnuradio-${PKGVERSION}/html/eye__sink__f_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/eye__sink__f_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/eye__sink__f_8h__incl.svg
@@ -5290,6 +5420,7 @@ share/doc/gnuradio-${PKGVERSION}/html/eye__sink__f__pydoc__template_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/eye__sink__f__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/eye__sink__f__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/eyecontrolpanel_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/eyecontrolpanel_8h.js
share/doc/gnuradio-${PKGVERSION}/html/eyecontrolpanel_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/eyecontrolpanel_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/eyecontrolpanel_8h__incl.svg
@@ -5418,6 +5549,7 @@ share/doc/gnuradio-${PKGVERSION}/html/fft__filter__pydoc__template_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/fft__filter__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/fft__filter__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/fft__shift_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/fft__shift_8h.js
share/doc/gnuradio-${PKGVERSION}/html/fft__shift_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/fft__shift_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/fft__shift_8h__incl.svg
@@ -5490,6 +5622,7 @@ share/doc/gnuradio-${PKGVERSION}/html/file__sink_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/file__sink_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/file__sink_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/file__sink__base_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/file__sink__base_8h.js
share/doc/gnuradio-${PKGVERSION}/html/file__sink__base_8h__dep__incl.map
share/doc/gnuradio-${PKGVERSION}/html/file__sink__base_8h__dep__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/file__sink__base_8h__dep__incl.svg
@@ -5535,6 +5668,7 @@ share/doc/gnuradio-${PKGVERSION}/html/filter__delay__fc__pydoc__template_8h__inc
share/doc/gnuradio-${PKGVERSION}/html/filter__delay__fc__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/filter__delay__fc__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/filterbank_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/filterbank_8h.js
share/doc/gnuradio-${PKGVERSION}/html/filterbank_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/filterbank_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/filterbank_8h__incl.svg
@@ -5584,6 +5718,7 @@ share/doc/gnuradio-${PKGVERSION}/html/fir__filter__pydoc__template_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/fir__filter__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/fir__filter__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/fir__filter__with__buffer_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/fir__filter__with__buffer_8h.js
share/doc/gnuradio-${PKGVERSION}/html/fir__filter__with__buffer_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/fir__filter__with__buffer_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/fir__filter__with__buffer_8h__incl.svg
@@ -5702,6 +5837,7 @@ share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__sink__f32c__pydoc__template_8h__
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
@@ -5728,6 +5864,7 @@ share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__source__f32c__pydoc__template_8h
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
@@ -5739,6 +5876,7 @@ share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__source__pydoc__template_8h__incl
share/doc/gnuradio-${PKGVERSION}/html/fmcomms2__source__pydoc__template_8h__incl.svg
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
@@ -5753,6 +5891,7 @@ share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__sink__f32c__pydoc__template_8h__
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
@@ -5764,6 +5903,7 @@ share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__sink__pydoc__template_8h__incl.m
share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__sink__pydoc__template_8h__incl.svg
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
@@ -5778,6 +5918,7 @@ share/doc/gnuradio-${PKGVERSION}/html/fmcomms5__source__f32c__pydoc__template_8h
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
@@ -5867,10 +6008,14 @@ share/doc/gnuradio-${PKGVERSION}/html/form_65.png
share/doc/gnuradio-${PKGVERSION}/html/form_66.png
share/doc/gnuradio-${PKGVERSION}/html/form_67.png
share/doc/gnuradio-${PKGVERSION}/html/form_68.png
+share/doc/gnuradio-${PKGVERSION}/html/form_69.png
share/doc/gnuradio-${PKGVERSION}/html/form_7.png
+share/doc/gnuradio-${PKGVERSION}/html/form_70.png
+share/doc/gnuradio-${PKGVERSION}/html/form_71.png
share/doc/gnuradio-${PKGVERSION}/html/form_8.png
share/doc/gnuradio-${PKGVERSION}/html/form_9.png
share/doc/gnuradio-${PKGVERSION}/html/form__menus_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/form__menus_8h.js
share/doc/gnuradio-${PKGVERSION}/html/form__menus_8h__dep__incl.map
share/doc/gnuradio-${PKGVERSION}/html/form__menus_8h__dep__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/form__menus_8h__dep__incl.svg
@@ -5897,6 +6042,7 @@ share/doc/gnuradio-${PKGVERSION}/html/framer__sink__1__pydoc__template_8h__incl.
share/doc/gnuradio-${PKGVERSION}/html/framer__sink__1__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/framer__sink__1__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/freedv__api_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/freedv__api_8h.js
share/doc/gnuradio-${PKGVERSION}/html/freedv__api_8h__dep__incl.map
share/doc/gnuradio-${PKGVERSION}/html/freedv__api_8h__dep__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/freedv__api_8h__dep__incl.svg
@@ -5964,6 +6110,7 @@ share/doc/gnuradio-${PKGVERSION}/html/freq__xlating__fir__filter__pydoc__templat
share/doc/gnuradio-${PKGVERSION}/html/freq__xlating__fir__filter__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/freq__xlating__fir__filter__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/freqcontrolpanel_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/freqcontrolpanel_8h.js
share/doc/gnuradio-${PKGVERSION}/html/freqcontrolpanel_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/freqcontrolpanel_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/freqcontrolpanel_8h__incl.svg
@@ -6238,6 +6385,7 @@ share/doc/gnuradio-${PKGVERSION}/html/generic__encoder__pydoc__template_8h__incl
share/doc/gnuradio-${PKGVERSION}/html/generic__encoder__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/generic__encoder__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/gf2mat_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/gf2mat_8h.js
share/doc/gnuradio-${PKGVERSION}/html/gf2mat_8h__dep__incl.map
share/doc/gnuradio-${PKGVERSION}/html/gf2mat_8h__dep__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/gf2mat_8h__dep__incl.svg
@@ -6246,6 +6394,7 @@ share/doc/gnuradio-${PKGVERSION}/html/gf2mat_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/gf2mat_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/gf2mat_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/gf2vec_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/gf2vec_8h.js
share/doc/gnuradio-${PKGVERSION}/html/gf2vec_8h__dep__incl.map
share/doc/gnuradio-${PKGVERSION}/html/gf2vec_8h__dep__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/gf2vec_8h__dep__incl.svg
@@ -6574,6 +6723,7 @@ share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2api_8h
share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2api_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2api_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2block_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2block_8h.js
share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2block_8h__dep__incl.map
share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2block_8h__dep__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2block_8h__dep__incl.svg
@@ -6582,6 +6732,7 @@ share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2block_
share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2block_8h__incl.svg
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
@@ -6590,6 +6741,7 @@ share/doc/gnuradio-${PKGVERSION}/html/gr-soapy_2include_2gnuradio_2soapy_2sink_8
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
@@ -6817,6 +6969,7 @@ share/doc/gnuradio-${PKGVERSION}/html/gsm__fr__encode__sp__pydoc__template_8h__i
share/doc/gnuradio-${PKGVERSION}/html/gsm__fr__encode__sp__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/gsm__fr__encode__sp__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/hdlc__deframer__bp_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/hdlc__deframer__bp_8h.js
share/doc/gnuradio-${PKGVERSION}/html/hdlc__deframer__bp_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/hdlc__deframer__bp_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/hdlc__deframer__bp_8h__incl.svg
@@ -6828,6 +6981,7 @@ share/doc/gnuradio-${PKGVERSION}/html/hdlc__deframer__bp__pydoc__template_8h__in
share/doc/gnuradio-${PKGVERSION}/html/hdlc__deframer__bp__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/hdlc__deframer__bp__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/hdlc__framer__pb_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/hdlc__framer__pb_8h.js
share/doc/gnuradio-${PKGVERSION}/html/hdlc__framer__pb_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/hdlc__framer__pb_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/hdlc__framer__pb_8h__incl.svg
@@ -7007,6 +7161,7 @@ share/doc/gnuradio-${PKGVERSION}/html/histogramdisplayform__pydoc__template_8h__
share/doc/gnuradio-${PKGVERSION}/html/histogramdisplayform__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/histogramdisplayform__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/host__buffer_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/host__buffer_8h.js
share/doc/gnuradio-${PKGVERSION}/html/host__buffer_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/host__buffer_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/host__buffer_8h__incl.svg
@@ -7021,6 +7176,7 @@ share/doc/gnuradio-${PKGVERSION}/html/iio__types_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/iio__types_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/iio__types_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/iir__filter_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/iir__filter_8h.js
share/doc/gnuradio-${PKGVERSION}/html/iir__filter_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/iir__filter_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/iir__filter_8h__incl.svg
@@ -7222,6 +7378,9 @@ share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_137.svg
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
@@ -7516,12 +7675,6 @@ share/doc/gnuradio-${PKGVERSION}/html/int__to__float__pydoc__template_8h__incl.m
share/doc/gnuradio-${PKGVERSION}/html/int__to__float__pydoc__template_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/int__to__float__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/int__to__float__pydoc__template_8h_source.html
-share/doc/gnuradio-${PKGVERSION}/html/integer__math_8h.html
-share/doc/gnuradio-${PKGVERSION}/html/integer__math_8h.js
-share/doc/gnuradio-${PKGVERSION}/html/integer__math_8h__incl.map
-share/doc/gnuradio-${PKGVERSION}/html/integer__math_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/html/integer__math_8h__incl.svg
-share/doc/gnuradio-${PKGVERSION}/html/integer__math_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/integrate_8h.html
share/doc/gnuradio-${PKGVERSION}/html/integrate_8h.js
share/doc/gnuradio-${PKGVERSION}/html/integrate_8h__incl.map
@@ -7612,6 +7765,7 @@ share/doc/gnuradio-${PKGVERSION}/html/interpolator__taps_8h.html
share/doc/gnuradio-${PKGVERSION}/html/interpolator__taps_8h.js
share/doc/gnuradio-${PKGVERSION}/html/interpolator__taps_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/io__signature_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/io__signature_8h.js
share/doc/gnuradio-${PKGVERSION}/html/io__signature_8h__dep__incl.map
share/doc/gnuradio-${PKGVERSION}/html/io__signature_8h__dep__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/io__signature_8h__dep__incl.svg
@@ -7711,6 +7865,7 @@ share/doc/gnuradio-${PKGVERSION}/html/ldpc__decoder__pydoc__template_8h__incl.md
share/doc/gnuradio-${PKGVERSION}/html/ldpc__decoder__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/ldpc__decoder__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/ldpc__encoder_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/ldpc__encoder_8h.js
share/doc/gnuradio-${PKGVERSION}/html/ldpc__encoder_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/ldpc__encoder_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/ldpc__encoder_8h__incl.svg
@@ -7733,6 +7888,7 @@ share/doc/gnuradio-${PKGVERSION}/html/ldpc__gen__mtrx__encoder__pydoc__template_
share/doc/gnuradio-${PKGVERSION}/html/ldpc__gen__mtrx__encoder__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/ldpc__gen__mtrx__encoder__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/ldpc__par__mtrx__encoder_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/ldpc__par__mtrx__encoder_8h.js
share/doc/gnuradio-${PKGVERSION}/html/ldpc__par__mtrx__encoder_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/ldpc__par__mtrx__encoder_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/ldpc__par__mtrx__encoder_8h__incl.svg
@@ -7795,6 +7951,7 @@ share/doc/gnuradio-${PKGVERSION}/html/lfsr__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/lfsr__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/license_8dox.html
share/doc/gnuradio-${PKGVERSION}/html/linear__equalizer_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/linear__equalizer_8h.js
share/doc/gnuradio-${PKGVERSION}/html/linear__equalizer_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/linear__equalizer_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/linear__equalizer_8h__incl.svg
@@ -7935,6 +8092,7 @@ share/doc/gnuradio-${PKGVERSION}/html/message__strobe__random__pydoc__template_8
share/doc/gnuradio-${PKGVERSION}/html/message__strobe__random__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/message__strobe__random__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/messages_2msg__accepter_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/messages_2msg__accepter_8h.js
share/doc/gnuradio-${PKGVERSION}/html/messages_2msg__accepter_8h__dep__incl.map
share/doc/gnuradio-${PKGVERSION}/html/messages_2msg__accepter_8h__dep__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/messages_2msg__accepter_8h__dep__incl.svg
@@ -7988,6 +8146,7 @@ share/doc/gnuradio-${PKGVERSION}/html/min__blk__pydoc__template_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/min__blk__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/min__blk__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__cc_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__cc_8h.js
share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__cc_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__cc_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__cc_8h__incl.svg
@@ -7999,6 +8158,7 @@ share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__cc__pydoc__templa
share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__cc__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__cc__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__ff_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__ff_8h.js
share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__ff_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__ff_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__ff_8h__incl.svg
@@ -8010,6 +8170,7 @@ share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__ff__pydoc__templa
share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__ff__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__ff__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__cc_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__cc_8h.js
share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__cc_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__cc_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__cc_8h__incl.svg
@@ -8021,6 +8182,7 @@ share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__cc__pydoc__t
share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__cc__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__cc__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__ff_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__ff_8h.js
share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__ff_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__ff_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__ff_8h__incl.svg
@@ -8100,6 +8262,7 @@ share/doc/gnuradio-${PKGVERSION}/html/mpsk__snr__est__pydoc__template_8h__incl.m
share/doc/gnuradio-${PKGVERSION}/html/mpsk__snr__est__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/mpsk__snr__est__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/msg__accepter_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/msg__accepter_8h.js
share/doc/gnuradio-${PKGVERSION}/html/msg__accepter_8h__dep__incl.map
share/doc/gnuradio-${PKGVERSION}/html/msg__accepter_8h__dep__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/msg__accepter_8h__dep__incl.svg
@@ -8108,6 +8271,7 @@ share/doc/gnuradio-${PKGVERSION}/html/msg__accepter_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/msg__accepter_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/msg__accepter_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/msg__accepter__msgq_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/msg__accepter__msgq_8h.js
share/doc/gnuradio-${PKGVERSION}/html/msg__accepter__msgq_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/msg__accepter__msgq_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/msg__accepter__msgq_8h__incl.svg
@@ -8119,6 +8283,7 @@ share/doc/gnuradio-${PKGVERSION}/html/msg__accepter__pydoc__template_8h__incl.md
share/doc/gnuradio-${PKGVERSION}/html/msg__accepter__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/msg__accepter__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/msg__handler_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/msg__handler_8h.js
share/doc/gnuradio-${PKGVERSION}/html/msg__handler_8h__dep__incl.map
share/doc/gnuradio-${PKGVERSION}/html/msg__handler_8h__dep__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/msg__handler_8h__dep__incl.svg
@@ -8139,6 +8304,7 @@ share/doc/gnuradio-${PKGVERSION}/html/msg__passing_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/msg__passing_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/msg__passing_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/msg__producer_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/msg__producer_8h.js
share/doc/gnuradio-${PKGVERSION}/html/msg__producer_8h__dep__incl.map
share/doc/gnuradio-${PKGVERSION}/html/msg__producer_8h__dep__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/msg__producer_8h__dep__incl.svg
@@ -8660,6 +8826,7 @@ share/doc/gnuradio-${PKGVERSION}/html/ofdm__cyclic__prefixer__pydoc__template_8h
share/doc/gnuradio-${PKGVERSION}/html/ofdm__cyclic__prefixer__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/ofdm__cyclic__prefixer__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__base_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__base_8h.js
share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__base_8h__dep__incl.map
share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__base_8h__dep__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/ofdm__equalizer__base_8h__dep__incl.svg
@@ -8830,6 +8997,7 @@ share/doc/gnuradio-${PKGVERSION}/html/packet__headerparser__b__pydoc__template_8
share/doc/gnuradio-${PKGVERSION}/html/packet__headerparser__b__pydoc__template_8h__incl.svg
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
@@ -9031,6 +9199,7 @@ share/doc/gnuradio-${PKGVERSION}/html/permutation__pydoc__template_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/permutation__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/permutation__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler_8h.js
share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/pfb__arb__resampler_8h__incl.svg
@@ -9256,6 +9425,7 @@ share/doc/gnuradio-${PKGVERSION}/html/pmt_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/pmt_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/pmt_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/pmt__pool_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/pmt__pool_8h.js
share/doc/gnuradio-${PKGVERSION}/html/pmt__pool_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/pmt__pool_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/pmt__pool_8h__incl.svg
@@ -9316,6 +9486,7 @@ share/doc/gnuradio-${PKGVERSION}/html/polar__common__pydoc__template_8h__incl.md
share/doc/gnuradio-${PKGVERSION}/html/polar__common__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/polar__common__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__common_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__common_8h.js
share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__common_8h__dep__incl.map
share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__common_8h__dep__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__common_8h__dep__incl.svg
@@ -9330,11 +9501,13 @@ share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__common__pydoc__template_8h
share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__common__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__common__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc_8h.js
share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__list_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__list_8h.js
share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__list_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__list_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__list_8h__incl.svg
@@ -9352,6 +9525,7 @@ share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__pydoc__template_8h__in
share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__systematic_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__systematic_8h.js
share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__systematic_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__systematic_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/polar__decoder__sc__systematic_8h__incl.svg
@@ -9533,6 +9707,7 @@ share/doc/gnuradio-${PKGVERSION}/html/protocol__parser__b__pydoc__template_8h__i
share/doc/gnuradio-${PKGVERSION}/html/protocol__parser__b__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/protocol__parser__b__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/pub__msg__sink_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/pub__msg__sink_8h.js
share/doc/gnuradio-${PKGVERSION}/html/pub__msg__sink_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/pub__msg__sink_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/pub__msg__sink_8h__incl.svg
@@ -9544,6 +9719,7 @@ share/doc/gnuradio-${PKGVERSION}/html/pub__msg__sink__pydoc__template_8h__incl.m
share/doc/gnuradio-${PKGVERSION}/html/pub__msg__sink__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/pub__msg__sink__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/pub__sink_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/pub__sink_8h.js
share/doc/gnuradio-${PKGVERSION}/html/pub__sink_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/pub__sink_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/pub__sink_8h__incl.svg
@@ -9555,6 +9731,7 @@ share/doc/gnuradio-${PKGVERSION}/html/pub__sink__pydoc__template_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/pub__sink__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/pub__sink__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/pull__msg__source_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/pull__msg__source_8h.js
share/doc/gnuradio-${PKGVERSION}/html/pull__msg__source_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/pull__msg__source_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/pull__msg__source_8h__incl.svg
@@ -9566,6 +9743,7 @@ share/doc/gnuradio-${PKGVERSION}/html/pull__msg__source__pydoc__template_8h__inc
share/doc/gnuradio-${PKGVERSION}/html/pull__msg__source__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/pull__msg__source__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/pull__source_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/pull__source_8h.js
share/doc/gnuradio-${PKGVERSION}/html/pull__source_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/pull__source_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/pull__source_8h__incl.svg
@@ -9599,6 +9777,7 @@ share/doc/gnuradio-${PKGVERSION}/html/puncture__ff__pydoc__template_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/puncture__ff__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/puncture__ff__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/push__msg__sink_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/push__msg__sink_8h.js
share/doc/gnuradio-${PKGVERSION}/html/push__msg__sink_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/push__msg__sink_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/push__msg__sink_8h__incl.svg
@@ -9610,6 +9789,7 @@ share/doc/gnuradio-${PKGVERSION}/html/push__msg__sink__pydoc__template_8h__incl.
share/doc/gnuradio-${PKGVERSION}/html/push__msg__sink__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/push__msg__sink__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/push__sink_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/push__sink_8h.js
share/doc/gnuradio-${PKGVERSION}/html/push__sink_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/push__sink_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/push__sink_8h__incl.svg
@@ -9699,6 +9879,7 @@ share/doc/gnuradio-${PKGVERSION}/html/rail__ff__pydoc__template_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/rail__ff__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/rail__ff__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/random_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/random_8h.js
share/doc/gnuradio-${PKGVERSION}/html/random_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/random_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/random_8h__incl.svg
@@ -9775,6 +9956,7 @@ share/doc/gnuradio-${PKGVERSION}/html/regenerate__bb__pydoc__template_8h__incl.s
share/doc/gnuradio-${PKGVERSION}/html/regenerate__bb__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/releasing_8dox.html
share/doc/gnuradio-${PKGVERSION}/html/rep__msg__sink_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/rep__msg__sink_8h.js
share/doc/gnuradio-${PKGVERSION}/html/rep__msg__sink_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/rep__msg__sink_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/rep__msg__sink_8h__incl.svg
@@ -9786,6 +9968,7 @@ share/doc/gnuradio-${PKGVERSION}/html/rep__msg__sink__pydoc__template_8h__incl.m
share/doc/gnuradio-${PKGVERSION}/html/rep__msg__sink__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/rep__msg__sink__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/rep__sink_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/rep__sink_8h.js
share/doc/gnuradio-${PKGVERSION}/html/rep__sink_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/rep__sink_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/rep__sink_8h__incl.svg
@@ -9841,6 +10024,7 @@ share/doc/gnuradio-${PKGVERSION}/html/repetition__encoder__pydoc__template_8h__i
share/doc/gnuradio-${PKGVERSION}/html/repetition__encoder__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/repetition__encoder__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/req__msg__source_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/req__msg__source_8h.js
share/doc/gnuradio-${PKGVERSION}/html/req__msg__source_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/req__msg__source_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/req__msg__source_8h__incl.svg
@@ -9852,6 +10036,7 @@ share/doc/gnuradio-${PKGVERSION}/html/req__msg__source__pydoc__template_8h__incl
share/doc/gnuradio-${PKGVERSION}/html/req__msg__source__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/req__msg__source__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/req__source_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/req__source_8h.js
share/doc/gnuradio-${PKGVERSION}/html/req__source_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/req__source_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/req__source_8h__incl.svg
@@ -9864,6 +10049,7 @@ share/doc/gnuradio-${PKGVERSION}/html/req__source__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/req__source__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/resize.js
share/doc/gnuradio-${PKGVERSION}/html/rfnoc__block_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/rfnoc__block_8h.js
share/doc/gnuradio-${PKGVERSION}/html/rfnoc__block_8h__dep__incl.map
share/doc/gnuradio-${PKGVERSION}/html/rfnoc__block_8h__dep__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/rfnoc__block_8h__dep__incl.svg
@@ -9905,6 +10091,7 @@ share/doc/gnuradio-${PKGVERSION}/html/rfnoc__duc__pydoc__template_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/rfnoc__duc__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/rfnoc__duc__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/rfnoc__graph_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/rfnoc__graph_8h.js
share/doc/gnuradio-${PKGVERSION}/html/rfnoc__graph_8h__dep__incl.map
share/doc/gnuradio-${PKGVERSION}/html/rfnoc__graph_8h__dep__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/rfnoc__graph_8h__dep__incl.svg
@@ -9952,6 +10139,7 @@ share/doc/gnuradio-${PKGVERSION}/html/rfnoc__tx__radio__pydoc__template_8h__incl
share/doc/gnuradio-${PKGVERSION}/html/rfnoc__tx__radio__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/rfnoc__tx__radio__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/rfnoc__tx__streamer_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/rfnoc__tx__streamer_8h.js
share/doc/gnuradio-${PKGVERSION}/html/rfnoc__tx__streamer_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/rfnoc__tx__streamer_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/rfnoc__tx__streamer_8h__incl.svg
@@ -9985,6 +10173,7 @@ share/doc/gnuradio-${PKGVERSION}/html/rms__ff__pydoc__template_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/rms__ff__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/rms__ff__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/rotator_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/rotator_8h.js
share/doc/gnuradio-${PKGVERSION}/html/rotator_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/rotator_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/rotator_8h__incl.svg
@@ -10007,6 +10196,7 @@ share/doc/gnuradio-${PKGVERSION}/html/rotator__pydoc__template_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/rotator__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/rotator__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/rpcbufferedget_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/rpcbufferedget_8h.js
share/doc/gnuradio-${PKGVERSION}/html/rpcbufferedget_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/rpcbufferedget_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/rpcbufferedget_8h__incl.svg
@@ -10027,6 +10217,7 @@ share/doc/gnuradio-${PKGVERSION}/html/rpccallbackregister__base__pydoc__template
share/doc/gnuradio-${PKGVERSION}/html/rpccallbackregister__base__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/rpccallbackregister__base__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/rpcmanager_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/rpcmanager_8h.js
share/doc/gnuradio-${PKGVERSION}/html/rpcmanager_8h__dep__incl.map
share/doc/gnuradio-${PKGVERSION}/html/rpcmanager_8h__dep__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/rpcmanager_8h__dep__incl.svg
@@ -10035,6 +10226,7 @@ share/doc/gnuradio-${PKGVERSION}/html/rpcmanager_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/rpcmanager_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/rpcmanager_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/rpcmanager__base_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/rpcmanager__base_8h.js
share/doc/gnuradio-${PKGVERSION}/html/rpcmanager__base_8h__dep__incl.map
share/doc/gnuradio-${PKGVERSION}/html/rpcmanager__base_8h__dep__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/rpcmanager__base_8h__dep__incl.svg
@@ -10058,6 +10250,7 @@ share/doc/gnuradio-${PKGVERSION}/html/rpcpmtconverters__thrift_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/rpcpmtconverters__thrift_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/rpcpmtconverters__thrift_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/rpcregisterhelpers_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/rpcregisterhelpers_8h.js
share/doc/gnuradio-${PKGVERSION}/html/rpcregisterhelpers_8h__dep__incl.map
share/doc/gnuradio-${PKGVERSION}/html/rpcregisterhelpers_8h__dep__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/rpcregisterhelpers_8h__dep__incl.svg
@@ -10072,6 +10265,7 @@ share/doc/gnuradio-${PKGVERSION}/html/rpcregisterhelpers__pydoc__template_8h__in
share/doc/gnuradio-${PKGVERSION}/html/rpcregisterhelpers__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/rpcregisterhelpers__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/rpcserver__aggregator_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/rpcserver__aggregator_8h.js
share/doc/gnuradio-${PKGVERSION}/html/rpcserver__aggregator_8h__dep__incl.map
share/doc/gnuradio-${PKGVERSION}/html/rpcserver__aggregator_8h__dep__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/rpcserver__aggregator_8h__dep__incl.svg
@@ -10086,6 +10280,7 @@ share/doc/gnuradio-${PKGVERSION}/html/rpcserver__aggregator__pydoc__template_8h_
share/doc/gnuradio-${PKGVERSION}/html/rpcserver__aggregator__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/rpcserver__aggregator__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/rpcserver__base_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/rpcserver__base_8h.js
share/doc/gnuradio-${PKGVERSION}/html/rpcserver__base_8h__dep__incl.map
share/doc/gnuradio-${PKGVERSION}/html/rpcserver__base_8h__dep__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/rpcserver__base_8h__dep__incl.svg
@@ -10100,6 +10295,7 @@ share/doc/gnuradio-${PKGVERSION}/html/rpcserver__base__pydoc__template_8h__incl.
share/doc/gnuradio-${PKGVERSION}/html/rpcserver__base__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/rpcserver__base__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__aggregator_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__aggregator_8h.js
share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__aggregator_8h__dep__incl.map
share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__aggregator_8h__dep__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__aggregator_8h__dep__incl.svg
@@ -10114,6 +10310,7 @@ share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__aggregator__pydoc__temp
share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__aggregator__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__aggregator__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__base_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__base_8h.js
share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__base_8h__dep__incl.map
share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__base_8h__dep__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__base_8h__dep__incl.svg
@@ -10122,6 +10319,7 @@ share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__base_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__base_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__base_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__thrift_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__thrift_8h.js
share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__thrift_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__thrift_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/rpcserver__booter__thrift_8h__incl.svg
@@ -10869,6 +11067,7 @@ share/doc/gnuradio-${PKGVERSION}/html/sincos__pydoc__template_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/sincos__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/sincos__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir_8h.js
share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir_8h__dep__incl.map
share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir_8h__dep__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/single__pole__iir_8h__dep__incl.svg
@@ -10927,11 +11126,13 @@ 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__s_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/sink__s_8h.js
share/doc/gnuradio-${PKGVERSION}/html/sink__s_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/sink__s_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/sink__s_8h__incl.svg
@@ -10943,6 +11144,7 @@ share/doc/gnuradio-${PKGVERSION}/html/sink__s__pydoc__template_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/sink__s__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/sink__s__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/sink__uc_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/sink__uc_8h.js
share/doc/gnuradio-${PKGVERSION}/html/sink__uc_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/sink__uc_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/sink__uc_8h__incl.svg
@@ -11022,6 +11224,7 @@ 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
@@ -11033,6 +11236,7 @@ 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
@@ -11047,6 +11251,7 @@ share/doc/gnuradio-${PKGVERSION}/html/spectrumUpdateEvents_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/spectrumUpdateEvents_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/spectrumUpdateEvents_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/spectrumdisplayform_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/spectrumdisplayform_8h.js
share/doc/gnuradio-${PKGVERSION}/html/spectrumdisplayform_8h__dep__incl.map
share/doc/gnuradio-${PKGVERSION}/html/spectrumdisplayform_8h__dep__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/spectrumdisplayform_8h__dep__incl.svg
@@ -11056,6 +11261,7 @@ share/doc/gnuradio-${PKGVERSION}/html/spectrumdisplayform_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/spectrumdisplayform_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/splitbar.png
share/doc/gnuradio-${PKGVERSION}/html/sptr__magic_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/sptr__magic_8h.js
share/doc/gnuradio-${PKGVERSION}/html/sptr__magic_8h__dep__incl.map
share/doc/gnuradio-${PKGVERSION}/html/sptr__magic_8h__dep__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/sptr__magic_8h__dep__incl.svg
@@ -11081,6 +11287,7 @@ share/doc/gnuradio-${PKGVERSION}/html/squash__ff__pydoc__template_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/squash__ff__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/squash__ff__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/squelch__base__cc_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/squelch__base__cc_8h.js
share/doc/gnuradio-${PKGVERSION}/html/squelch__base__cc_8h__dep__incl.map
share/doc/gnuradio-${PKGVERSION}/html/squelch__base__cc_8h__dep__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/squelch__base__cc_8h__dep__incl.svg
@@ -11095,6 +11302,7 @@ share/doc/gnuradio-${PKGVERSION}/html/squelch__base__cc__pydoc__template_8h__inc
share/doc/gnuradio-${PKGVERSION}/html/squelch__base__cc__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/squelch__base__cc__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/squelch__base__ff_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/squelch__base__ff_8h.js
share/doc/gnuradio-${PKGVERSION}/html/squelch__base__ff_8h__dep__incl.map
share/doc/gnuradio-${PKGVERSION}/html/squelch__base__ff_8h__dep__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/squelch__base__ff_8h__dep__incl.svg
@@ -11142,6 +11350,7 @@ 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
@@ -11161,6 +11370,7 @@ share/doc/gnuradio-${PKGVERSION}/html/stream__to__streams__pydoc__template_8h__i
share/doc/gnuradio-${PKGVERSION}/html/stream__to__streams__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/stream__to__streams__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/stream__to__tagged__stream_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/stream__to__tagged__stream_8h.js
share/doc/gnuradio-${PKGVERSION}/html/stream__to__tagged__stream_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/stream__to__tagged__stream_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/stream__to__tagged__stream_8h__incl.svg
@@ -11336,6 +11546,7 @@ share/doc/gnuradio-${PKGVERSION}/html/sub_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/sub_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/sub_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/sub__msg__source_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/sub__msg__source_8h.js
share/doc/gnuradio-${PKGVERSION}/html/sub__msg__source_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/sub__msg__source_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/sub__msg__source_8h__incl.svg
@@ -11353,6 +11564,7 @@ share/doc/gnuradio-${PKGVERSION}/html/sub__pydoc__template_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/sub__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/sub__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/sub__source_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/sub__source_8h.js
share/doc/gnuradio-${PKGVERSION}/html/sub__source_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/sub__source_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/sub__source_8h__incl.svg
@@ -11458,6 +11670,7 @@ share/doc/gnuradio-${PKGVERSION}/html/tag__debug__pydoc__template_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/tag__debug__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/tag__debug__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/tag__gate_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/tag__gate_8h.js
share/doc/gnuradio-${PKGVERSION}/html/tag__gate_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/tag__gate_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/tag__gate_8h__incl.svg
@@ -11469,6 +11682,7 @@ share/doc/gnuradio-${PKGVERSION}/html/tag__gate__pydoc__template_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/tag__gate__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/tag__gate__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/tag__share_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/tag__share_8h.js
share/doc/gnuradio-${PKGVERSION}/html/tag__share_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/tag__share_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/tag__share_8h__incl.svg
@@ -11571,6 +11785,7 @@ share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__to__pdu__pydoc__template_8
share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__to__pdu__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/tagged__stream__to__pdu__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/tags_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/tags_8h.js
share/doc/gnuradio-${PKGVERSION}/html/tags_8h__dep__incl.map
share/doc/gnuradio-${PKGVERSION}/html/tags_8h__dep__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/tags_8h__dep__incl.svg
@@ -11585,6 +11800,7 @@ share/doc/gnuradio-${PKGVERSION}/html/tags__pydoc__template_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/tags__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/tags__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/tags__strobe_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/tags__strobe_8h.js
share/doc/gnuradio-${PKGVERSION}/html/tags__strobe_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/tags__strobe_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/tags__strobe_8h__incl.svg
@@ -11620,6 +11836,7 @@ share/doc/gnuradio-${PKGVERSION}/html/take__skip__to__pdu__pydoc__template_8h__i
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
@@ -11637,6 +11854,7 @@ 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
@@ -11674,6 +11892,7 @@ share/doc/gnuradio-${PKGVERSION}/html/thread__body__wrapper_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/thread__body__wrapper_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/thread__body__wrapper_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/thread__group_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/thread__group_8h.js
share/doc/gnuradio-${PKGVERSION}/html/thread__group_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/thread__group_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/thread__group_8h__incl.svg
@@ -11690,6 +11909,7 @@ share/doc/gnuradio-${PKGVERSION}/html/threshold__ff__pydoc__template_8h__incl.md
share/doc/gnuradio-${PKGVERSION}/html/threshold__ff__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/threshold__ff__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/thrift__application__base_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/thrift__application__base_8h.js
share/doc/gnuradio-${PKGVERSION}/html/thrift__application__base_8h__dep__incl.map
share/doc/gnuradio-${PKGVERSION}/html/thrift__application__base_8h__dep__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/thrift__application__base_8h__dep__incl.svg
@@ -11704,6 +11924,7 @@ share/doc/gnuradio-${PKGVERSION}/html/thrift__application__base__pydoc__template
share/doc/gnuradio-${PKGVERSION}/html/thrift__application__base__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/thrift__application__base__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/thrift__server__template_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/thrift__server__template_8h.js
share/doc/gnuradio-${PKGVERSION}/html/thrift__server__template_8h__dep__incl.map
share/doc/gnuradio-${PKGVERSION}/html/thrift__server__template_8h__dep__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/thrift__server__template_8h__dep__incl.svg
@@ -11726,6 +11947,7 @@ share/doc/gnuradio-${PKGVERSION}/html/throttle__pydoc__template_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/throttle__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/throttle__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/timeRasterGlobalData_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/timeRasterGlobalData_8h.js
share/doc/gnuradio-${PKGVERSION}/html/timeRasterGlobalData_8h__dep__incl.map
share/doc/gnuradio-${PKGVERSION}/html/timeRasterGlobalData_8h__dep__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/timeRasterGlobalData_8h__dep__incl.svg
@@ -11792,6 +12014,7 @@ share/doc/gnuradio-${PKGVERSION}/html/time__sink__f__pydoc__template_8h__incl.md
share/doc/gnuradio-${PKGVERSION}/html/time__sink__f__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/time__sink__f__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/timecontrolpanel_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/timecontrolpanel_8h.js
share/doc/gnuradio-${PKGVERSION}/html/timecontrolpanel_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/timecontrolpanel_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/timecontrolpanel_8h__incl.svg
@@ -11855,6 +12078,7 @@ share/doc/gnuradio-${PKGVERSION}/html/top__block__pydoc__template_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/top__block__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/top__block__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/tpb__detail_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/tpb__detail_8h.js
share/doc/gnuradio-${PKGVERSION}/html/tpb__detail_8h__dep__incl.map
share/doc/gnuradio-${PKGVERSION}/html/tpb__detail_8h__dep__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/tpb__detail_8h__dep__incl.svg
@@ -11869,6 +12093,7 @@ share/doc/gnuradio-${PKGVERSION}/html/tpb__detail__pydoc__template_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/tpb__detail__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/tpb__detail__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/tpc__common_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/tpc__common_8h.js
share/doc/gnuradio-${PKGVERSION}/html/tpc__common_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/tpc__common_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/tpc__common_8h__incl.svg
@@ -11892,6 +12117,7 @@ share/doc/gnuradio-${PKGVERSION}/html/tpc__decoder__pydoc__template_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/tpc__decoder__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/tpc__decoder__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/tpc__encoder_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/tpc__encoder_8h.js
share/doc/gnuradio-${PKGVERSION}/html/tpc__encoder_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/tpc__encoder_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/tpc__encoder_8h__incl.svg
@@ -11955,6 +12181,7 @@ 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
@@ -11992,6 +12219,7 @@ share/doc/gnuradio-${PKGVERSION}/html/udp__header__types_8h__dep__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/udp__header__types_8h__dep__incl.svg
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
@@ -12000,6 +12228,7 @@ 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
@@ -12011,6 +12240,7 @@ share/doc/gnuradio-${PKGVERSION}/html/udp__sink__pydoc__template_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/udp__sink__pydoc__template_8h__incl.svg
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
@@ -12019,6 +12249,7 @@ 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
@@ -12031,6 +12262,7 @@ share/doc/gnuradio-${PKGVERSION}/html/udp__source__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/udp__source__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/uhd_8dox.html
share/doc/gnuradio-${PKGVERSION}/html/uhd__types_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/uhd__types_8h.js
share/doc/gnuradio-${PKGVERSION}/html/uhd__types_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/uhd__types_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/uhd__types_8h__incl.svg
@@ -12276,6 +12508,7 @@ share/doc/gnuradio-${PKGVERSION}/html/viterbi__combined__pydoc__template_8h__inc
share/doc/gnuradio-${PKGVERSION}/html/viterbi__combined__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/vocoder_8dox.html
share/doc/gnuradio-${PKGVERSION}/html/waterfallGlobalData_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/waterfallGlobalData_8h.js
share/doc/gnuradio-${PKGVERSION}/html/waterfallGlobalData_8h__dep__incl.map
share/doc/gnuradio-${PKGVERSION}/html/waterfallGlobalData_8h__dep__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/waterfallGlobalData_8h__dep__incl.svg
@@ -12368,6 +12601,7 @@ share/doc/gnuradio-${PKGVERSION}/html/wavfile__source__pydoc__template_8h__incl.
share/doc/gnuradio-${PKGVERSION}/html/wavfile__source__pydoc__template_8h__incl.svg
share/doc/gnuradio-${PKGVERSION}/html/wavfile__source__pydoc__template_8h_source.html
share/doc/gnuradio-${PKGVERSION}/html/window_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/window_8h.js
share/doc/gnuradio-${PKGVERSION}/html/window_8h__dep__incl.map
share/doc/gnuradio-${PKGVERSION}/html/window_8h__dep__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/window_8h__dep__incl.svg
@@ -12931,9 +13165,12 @@ share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1correlate__access__co
share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1correlate__access__code__tag__ff.xml
share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1costas__loop__cc.xml
share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1cpmmod__bc.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1crc.xml
share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1crc16__async__bb.xml
share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1crc32__async__bb.xml
share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1crc32__bb.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1crc__append.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1crc__check.xml
share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1decision__feedback__equalizer.xml
share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1descrambler__bb.xml
share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1diff__decoder__bb.xml
@@ -13468,6 +13705,12 @@ share/doc/gnuradio-${PKGVERSION}/xml/crc32__async__bb_8h.xml
share/doc/gnuradio-${PKGVERSION}/xml/crc32__async__bb__pydoc__template_8h.xml
share/doc/gnuradio-${PKGVERSION}/xml/crc32__bb_8h.xml
share/doc/gnuradio-${PKGVERSION}/xml/crc32__bb__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/crc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/crc__append_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/crc__append__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/crc__check_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/crc__check__pydoc__template_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/crc__pydoc__template_8h.xml
share/doc/gnuradio-${PKGVERSION}/xml/ctcss__squelch__ff_8h.xml
share/doc/gnuradio-${PKGVERSION}/xml/ctcss__squelch__ff__pydoc__template_8h.xml
share/doc/gnuradio-${PKGVERSION}/xml/ctrlport_8dox.xml
@@ -14140,7 +14383,6 @@ share/doc/gnuradio-${PKGVERSION}/xml/index.xsd
share/doc/gnuradio-${PKGVERSION}/xml/indexpage.xml
share/doc/gnuradio-${PKGVERSION}/xml/int__to__float_8h.xml
share/doc/gnuradio-${PKGVERSION}/xml/int__to__float__pydoc__template_8h.xml
-share/doc/gnuradio-${PKGVERSION}/xml/integer__math_8h.xml
share/doc/gnuradio-${PKGVERSION}/xml/integrate_8h.xml
share/doc/gnuradio-${PKGVERSION}/xml/integrate__pydoc__template_8h.xml
share/doc/gnuradio-${PKGVERSION}/xml/interleave_8h.xml
@@ -14266,7 +14508,7 @@ share/doc/gnuradio-${PKGVERSION}/xml/mute_8h.xml
share/doc/gnuradio-${PKGVERSION}/xml/mute__pydoc__template_8h.xml
share/doc/gnuradio-${PKGVERSION}/xml/namespaceGNURadio.xml
share/doc/gnuradio-${PKGVERSION}/xml/namespaceUi.xml
-share/doc/gnuradio-${PKGVERSION}/xml/namespace_0d87.xml
+share/doc/gnuradio-${PKGVERSION}/xml/namespace_0d86.xml
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
@@ -14931,3 +15173,29 @@ share/doc/gnuradio-${PKGVERSION}/xml/xor__blk_8h.xml
share/doc/gnuradio-${PKGVERSION}/xml/xor__blk__pydoc__template_8h.xml
share/doc/gnuradio-${PKGVERSION}/xml/xoroshiro128p_8h.xml
share/doc/gnuradio-${PKGVERSION}/xml/zeromq_8dox.xml
+@pkgdir share/gnuradio/examples/tags
+@pkgdir share/gnuradio/examples/network
+@pkgdir share/gnuradio/examples/mp-sched
+@pkgdir share/gnuradio/examples/metadata
+@pkgdir share/gnuradio/examples/filter
+@pkgdir share/gnuradio/examples/blocks
+@pkgdir share/gnuradio/examples/audio
+@pkgdir share/gnuradio/examples/analog
+@pkgdir lib/python3.9/site-packages/pmt
+@pkgdir lib/python3.9/site-packages/gnuradio/gr
+@pkgdir lib/python3.9/site-packages/gnuradio/filter
+@pkgdir lib/python3.9/site-packages/gnuradio/fft
+@pkgdir lib/python3.9/site-packages/gnuradio/blocks
+@pkgdir lib/python3.9/site-packages/gnuradio/audio
+@pkgdir lib/python3.9/site-packages/gnuradio/analog
+@pkgdir lib/pkgconfig
+@pkgdir lib/cmake/gnuradio
+@pkgdir include/pmt
+@pkgdir include/gnuradio/thread
+@pkgdir include/gnuradio/messages
+@pkgdir include/gnuradio/filter
+@pkgdir include/gnuradio/fft
+@pkgdir include/gnuradio/blocks
+@pkgdir include/gnuradio/audio
+@pkgdir include/gnuradio/analog
+@pkgdir bin
diff --git a/ham/gnuradio-dtv/Makefile b/ham/gnuradio-dtv/Makefile
index db8c99b8297..c64ba7104fe 100644
--- a/ham/gnuradio-dtv/Makefile
+++ b/ham/gnuradio-dtv/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2022/04/18 19:11:25 adam Exp $
+# $NetBSD: Makefile,v 1.40 2022/05/26 15:20:09 mef Exp $
PKGNAME= gnuradio-dtv-${VERSION}
-PKGREVISION= 2
COMMENT= Various digital television standards of GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
diff --git a/ham/gnuradio-dtv/PLIST b/ham/gnuradio-dtv/PLIST
index 09c5b924c62..37423d46159 100644
--- a/ham/gnuradio-dtv/PLIST
+++ b/ham/gnuradio-dtv/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2022/03/12 23:04:45 tnn Exp $
+@comment $NetBSD: PLIST,v 1.14 2022/05/26 15:20:09 mef Exp $
include/gnuradio/dtv/api.h
include/gnuradio/dtv/atsc_consts.h
include/gnuradio/dtv/atsc_deinterleaver.h
@@ -63,7 +63,7 @@ lib/cmake/gnuradio/gnuradio-dtvConfig.cmake
lib/cmake/gnuradio/gnuradio-dtvTargets-release.cmake
lib/cmake/gnuradio/gnuradio-dtvTargets.cmake
lib/libgnuradio-dtv.so
-lib/libgnuradio-dtv.so.3.10.1
+lib/libgnuradio-dtv.so.${PKGVER_MICRO}
lib/libgnuradio-dtv.so.${PKGVERSION}
lib/pkgconfig/gnuradio-dtv.pc
${PYSITELIB}/gnuradio/dtv/__init__.py
diff --git a/ham/gnuradio-fec/Makefile b/ham/gnuradio-fec/Makefile
index 363f85cb6ab..caa62181a34 100644
--- a/ham/gnuradio-fec/Makefile
+++ b/ham/gnuradio-fec/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2022/04/18 19:11:25 adam Exp $
+# $NetBSD: Makefile,v 1.39 2022/05/26 15:20:09 mef Exp $
PKGNAME= gnuradio-fec-${VERSION}
-PKGREVISION= 2
COMMENT= Forward Error Correction blocks, utilities, & examples of GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
diff --git a/ham/gnuradio-fec/PLIST b/ham/gnuradio-fec/PLIST
index 81cb499c004..e93ebe1841e 100644
--- a/ham/gnuradio-fec/PLIST
+++ b/ham/gnuradio-fec/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2022/03/12 23:04:45 tnn Exp $
+@comment $NetBSD: PLIST,v 1.15 2022/05/26 15:20:09 mef Exp $
bin/polar_channel_construction
include/gnuradio/fec/alist.h
include/gnuradio/fec/api.h
@@ -54,7 +54,7 @@ lib/cmake/gnuradio/gnuradio-fecConfig.cmake
lib/cmake/gnuradio/gnuradio-fecTargets-release.cmake
lib/cmake/gnuradio/gnuradio-fecTargets.cmake
lib/libgnuradio-fec.so
-lib/libgnuradio-fec.so.3.10.1
+lib/libgnuradio-fec.so.${PKGVER_MICRO}
lib/libgnuradio-fec.so.${PKGVERSION}
lib/pkgconfig/gnuradio-fec.pc
${PYSITELIB}/gnuradio/fec/LDPC/Generate_LDPC_matrix.py
diff --git a/ham/gnuradio-network/Makefile b/ham/gnuradio-network/Makefile
index 650e1e4bb05..eef58966e51 100644
--- a/ham/gnuradio-network/Makefile
+++ b/ham/gnuradio-network/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2022/04/18 19:11:26 adam Exp $
+# $NetBSD: Makefile,v 1.15 2022/05/26 15:20:09 mef Exp $
PKGNAME= gnuradio-network-${VERSION}
-PKGREVISION= 2
COMMENT= Network blocks for GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
diff --git a/ham/gnuradio-network/PLIST b/ham/gnuradio-network/PLIST
index 36f0366728a..595f32b6d04 100644
--- a/ham/gnuradio-network/PLIST
+++ b/ham/gnuradio-network/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2022/03/12 23:04:45 tnn Exp $
+@comment $NetBSD: PLIST,v 1.6 2022/05/26 15:20:09 mef Exp $
include/gnuradio/network/api.h
include/gnuradio/network/packet_headers.h
include/gnuradio/network/socket_pdu.h
@@ -11,7 +11,7 @@ lib/cmake/gnuradio/gnuradio-networkConfig.cmake
lib/cmake/gnuradio/gnuradio-networkTargets-release.cmake
lib/cmake/gnuradio/gnuradio-networkTargets.cmake
lib/libgnuradio-network.so
-lib/libgnuradio-network.so.3.10.1
+lib/libgnuradio-network.so.${PKGVER_MICRO}
lib/libgnuradio-network.so.${PKGVERSION}
lib/pkgconfig/gnuradio-network.pc
${PYSITELIB}/gnuradio/network/__init__.py
@@ -39,3 +39,4 @@ share/gnuradio/grc/blocks/network_tcp_source.block.yml
share/gnuradio/grc/blocks/network_tuntap_pdu.block.yml
share/gnuradio/grc/blocks/network_udp_sink.block.yml
share/gnuradio/grc/blocks/network_udp_source.block.yml
+
diff --git a/ham/gnuradio-pdu/PLIST b/ham/gnuradio-pdu/PLIST
index 5cf79650a1f..acbf04d8cad 100644
--- a/ham/gnuradio-pdu/PLIST
+++ b/ham/gnuradio-pdu/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2022/03/12 23:04:45 tnn Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/05/26 15:20:09 mef Exp $
include/gnuradio/pdu/add_system_time.h
include/gnuradio/pdu/api.h
include/gnuradio/pdu/pdu_filter.h
@@ -16,7 +16,7 @@ lib/cmake/gnuradio/gnuradio-pduConfig.cmake
lib/cmake/gnuradio/gnuradio-pduTargets-release.cmake
lib/cmake/gnuradio/gnuradio-pduTargets.cmake
lib/libgnuradio-pdu.so
-lib/libgnuradio-pdu.so.3.10.1
+lib/libgnuradio-pdu.so.${PKGVER_MICRO}
lib/libgnuradio-pdu.so.${PKGVERSION}
lib/pkgconfig/gnuradio-pdu.pc
${PYSITELIB}/gnuradio/pdu/__init__.py
diff --git a/ham/gnuradio-qtgui/Makefile b/ham/gnuradio-qtgui/Makefile
index 5400aa70b4c..4faecaa59d2 100644
--- a/ham/gnuradio-qtgui/Makefile
+++ b/ham/gnuradio-qtgui/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.47 2022/04/18 19:11:26 adam Exp $
+# $NetBSD: Makefile,v 1.48 2022/05/26 15:20:10 mef Exp $
PKGNAME= gnuradio-qtgui-${VERSION}
-PKGREVISION= 2
COMMENT= Qt GUI module of GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
@@ -21,5 +20,6 @@ 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"
diff --git a/ham/gnuradio-qtgui/PLIST b/ham/gnuradio-qtgui/PLIST
index b1d736fcfa0..8a961a9aceb 100644
--- a/ham/gnuradio-qtgui/PLIST
+++ b/ham/gnuradio-qtgui/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2022/03/12 23:04:46 tnn Exp $
+@comment $NetBSD: PLIST,v 1.16 2022/05/26 15:20:10 mef Exp $
include/gnuradio/qtgui/ConstellationDisplayPlot.h
include/gnuradio/qtgui/DisplayPlot.h
include/gnuradio/qtgui/EyeDisplayPlot.h
@@ -54,7 +54,7 @@ lib/cmake/gnuradio/gnuradio-qtguiConfig.cmake
lib/cmake/gnuradio/gnuradio-qtguiTargets-release.cmake
lib/cmake/gnuradio/gnuradio-qtguiTargets.cmake
lib/libgnuradio-qtgui.so
-lib/libgnuradio-qtgui.so.3.10.1
+lib/libgnuradio-qtgui.so.${PKGVER_MICRO}
lib/libgnuradio-qtgui.so.${PKGVERSION}
lib/pkgconfig/gnuradio-qtgui.pc
${PYSITELIB}/gnuradio/qtgui/__init__.py
@@ -199,3 +199,4 @@ share/gnuradio/themes/alt.qss
share/gnuradio/themes/dark.qss
share/gnuradio/themes/plain.qss
share/gnuradio/themes/projector.qss
+
diff --git a/ham/gnuradio-soapy-sdr/Makefile b/ham/gnuradio-soapy-sdr/Makefile
index 4acef156df1..7842ecb683d 100644
--- a/ham/gnuradio-soapy-sdr/Makefile
+++ b/ham/gnuradio-soapy-sdr/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2022/04/18 19:11:26 adam Exp $
+# $NetBSD: Makefile,v 1.10 2022/05/26 15:20:10 mef Exp $
PKGNAME= gnuradio-soapy-sdr-${VERSION}
-PKGREVISION= 2
COMMENT= GNU Radio bindings for SoapySDR
.include "../../ham/gnuradio-core/Makefile.common"
diff --git a/ham/gnuradio-soapy-sdr/PLIST b/ham/gnuradio-soapy-sdr/PLIST
index dd05a332d0d..e86992b23f6 100644
--- a/ham/gnuradio-soapy-sdr/PLIST
+++ b/ham/gnuradio-soapy-sdr/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2022/03/12 23:04:46 tnn Exp $
+@comment $NetBSD: PLIST,v 1.5 2022/05/26 15:20:10 mef Exp $
include/gnuradio/soapy/api.h
include/gnuradio/soapy/block.h
include/gnuradio/soapy/sink.h
@@ -8,7 +8,7 @@ lib/cmake/gnuradio/gnuradio-soapyConfig.cmake
lib/cmake/gnuradio/gnuradio-soapyTargets-release.cmake
lib/cmake/gnuradio/gnuradio-soapyTargets.cmake
lib/libgnuradio-soapy.so
-lib/libgnuradio-soapy.so.3.10.1
+lib/libgnuradio-soapy.so.${PKGVER_MICRO}
lib/libgnuradio-soapy.so.${PKGVERSION}
lib/pkgconfig/gnuradio-soapy.pc
${PYSITELIB}/gnuradio/soapy/__init__.py
diff --git a/ham/gnuradio-trellis/Makefile b/ham/gnuradio-trellis/Makefile
index 82db2b297f5..c67ffca006d 100644
--- a/ham/gnuradio-trellis/Makefile
+++ b/ham/gnuradio-trellis/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.55 2022/04/18 19:11:26 adam Exp $
+# $NetBSD: Makefile,v 1.56 2022/05/26 15:20:10 mef Exp $
PKGNAME= gnuradio-trellis-${VERSION}
-PKGREVISION= 2
COMMENT= Trellis-based encoding and decoding algorithms for GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
diff --git a/ham/gnuradio-trellis/PLIST b/ham/gnuradio-trellis/PLIST
index b95f34b2d16..6200aac374e 100644
--- a/ham/gnuradio-trellis/PLIST
+++ b/ham/gnuradio-trellis/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2022/03/12 23:04:46 tnn Exp $
+@comment $NetBSD: PLIST,v 1.16 2022/05/26 15:20:10 mef Exp $
include/gnuradio/trellis/api.h
include/gnuradio/trellis/base.h
include/gnuradio/trellis/calc_metric.h
@@ -25,7 +25,7 @@ lib/cmake/gnuradio/gnuradio-trellisConfig.cmake
lib/cmake/gnuradio/gnuradio-trellisTargets-release.cmake
lib/cmake/gnuradio/gnuradio-trellisTargets.cmake
lib/libgnuradio-trellis.so
-lib/libgnuradio-trellis.so.3.10.1
+lib/libgnuradio-trellis.so.${PKGVER_MICRO}
lib/libgnuradio-trellis.so.${PKGVERSION}
lib/pkgconfig/gnuradio-trellis.pc
${PYSITELIB}/gnuradio/trellis/__init__.py
diff --git a/ham/gnuradio-uhd/Makefile b/ham/gnuradio-uhd/Makefile
index d9cd9ff832a..a86887d2c6a 100644
--- a/ham/gnuradio-uhd/Makefile
+++ b/ham/gnuradio-uhd/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2022/04/18 19:11:26 adam Exp $
+# $NetBSD: Makefile,v 1.39 2022/05/26 15:20:10 mef Exp $
PKGNAME= gnuradio-uhd-${VERSION}
-PKGREVISION= 2
COMMENT= Uhd-based encoding and decoding algorithms for GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
diff --git a/ham/gnuradio-uhd/PLIST b/ham/gnuradio-uhd/PLIST
index 831bac9b5f1..c16ce6c7953 100644
--- a/ham/gnuradio-uhd/PLIST
+++ b/ham/gnuradio-uhd/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2022/03/12 23:04:46 tnn Exp $
+@comment $NetBSD: PLIST,v 1.12 2022/05/26 15:20:10 mef Exp $
bin/uhd_fft
bin/uhd_rx_cfile
bin/uhd_rx_nogui
@@ -13,7 +13,7 @@ lib/cmake/gnuradio/gnuradio-uhdConfig.cmake
lib/cmake/gnuradio/gnuradio-uhdTargets-release.cmake
lib/cmake/gnuradio/gnuradio-uhdTargets.cmake
lib/libgnuradio-uhd.so
-lib/libgnuradio-uhd.so.3.10.1
+lib/libgnuradio-uhd.so.${PKGVER_MICRO}
lib/libgnuradio-uhd.so.${PKGVERSION}
lib/pkgconfig/gnuradio-uhd.pc
${PYSITELIB}/gnuradio/uhd/__init__.py
diff --git a/ham/gnuradio-utils/Makefile b/ham/gnuradio-utils/Makefile
index 2e15aa0ca20..993c25ad920 100644
--- a/ham/gnuradio-utils/Makefile
+++ b/ham/gnuradio-utils/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2022/04/18 19:11:26 adam Exp $
+# $NetBSD: Makefile,v 1.42 2022/05/26 15:20:10 mef Exp $
PKGNAME= gnuradio-utils-${VERSION}
-PKGREVISION= 3
COMMENT= Utilities in GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
diff --git a/ham/gnuradio-utils/PLIST b/ham/gnuradio-utils/PLIST
index 46b45f4eb6f..0b929fd871a 100644
--- a/ham/gnuradio-utils/PLIST
+++ b/ham/gnuradio-utils/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2022/01/16 18:06:27 tnn Exp $
+@comment $NetBSD: PLIST,v 1.7 2022/05/26 15:20:10 mef Exp $
bin/gr_modtool
bin/gr_plot
bin/gr_plot_const
@@ -211,3 +211,4 @@ share/gnuradio/modtool/templates/gr-newmod/python/howto/bindings/bind_oot_file.p
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
+
diff --git a/ham/gnuradio-video-sdl/Makefile b/ham/gnuradio-video-sdl/Makefile
index 1dea83ee054..72621c22325 100644
--- a/ham/gnuradio-video-sdl/Makefile
+++ b/ham/gnuradio-video-sdl/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.52 2022/04/18 19:11:26 adam Exp $
+# $NetBSD: Makefile,v 1.53 2022/05/26 15:20:10 mef Exp $
PKGNAME= gnuradio-video-sdl-${VERSION}
-PKGREVISION= 2
COMMENT= SDL (Simple DirectMedia Layer) bindings for GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
diff --git a/ham/gnuradio-video-sdl/PLIST b/ham/gnuradio-video-sdl/PLIST
index 88e719c5158..36aeee88af5 100644
--- a/ham/gnuradio-video-sdl/PLIST
+++ b/ham/gnuradio-video-sdl/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2022/03/12 23:04:46 tnn Exp $
+@comment $NetBSD: PLIST,v 1.14 2022/05/26 15:20:10 mef Exp $
include/gnuradio/video_sdl/api.h
include/gnuradio/video_sdl/sink_s.h
include/gnuradio/video_sdl/sink_uc.h
@@ -6,7 +6,7 @@ lib/cmake/gnuradio/gnuradio-video-sdlConfig.cmake
lib/cmake/gnuradio/gnuradio-video-sdlTargets-release.cmake
lib/cmake/gnuradio/gnuradio-video-sdlTargets.cmake
lib/libgnuradio-video-sdl.so
-lib/libgnuradio-video-sdl.so.3.10.1
+lib/libgnuradio-video-sdl.so.${PKGVER_MICRO}
lib/libgnuradio-video-sdl.so.${PKGVERSION}
lib/pkgconfig/gnuradio-video-sdl.pc
${PYSITELIB}/gnuradio/video_sdl/__init__.py
diff --git a/ham/gnuradio-vocoder/Makefile b/ham/gnuradio-vocoder/Makefile
index 83551ede95c..994ec9e2adc 100644
--- a/ham/gnuradio-vocoder/Makefile
+++ b/ham/gnuradio-vocoder/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2022/04/18 19:11:26 adam Exp $
+# $NetBSD: Makefile,v 1.38 2022/05/26 15:20:10 mef Exp $
PKGNAME= gnuradio-vocoder-${VERSION}
-PKGREVISION= 2
COMMENT= All available vocoders in GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
diff --git a/ham/gnuradio-vocoder/PLIST b/ham/gnuradio-vocoder/PLIST
index 245c928fa9e..4872a9a042e 100644
--- a/ham/gnuradio-vocoder/PLIST
+++ b/ham/gnuradio-vocoder/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2022/03/12 23:04:46 tnn Exp $
+@comment $NetBSD: PLIST,v 1.12 2022/05/26 15:20:10 mef Exp $
include/gnuradio/vocoder/alaw_decode_bs.h
include/gnuradio/vocoder/alaw_encode_sb.h
include/gnuradio/vocoder/api.h
@@ -24,7 +24,7 @@ lib/cmake/gnuradio/gnuradio-vocoderConfig.cmake
lib/cmake/gnuradio/gnuradio-vocoderTargets-release.cmake
lib/cmake/gnuradio/gnuradio-vocoderTargets.cmake
lib/libgnuradio-vocoder.so
-lib/libgnuradio-vocoder.so.3.10.1
+lib/libgnuradio-vocoder.so.${PKGVER_MICRO}
lib/libgnuradio-vocoder.so.${PKGVERSION}
lib/pkgconfig/gnuradio-vocoder.pc
${PYSITELIB}/gnuradio/vocoder/__init__.py
diff --git a/ham/gnuradio-wavelet/Makefile b/ham/gnuradio-wavelet/Makefile
index df41b1a1990..721d2066d11 100644
--- a/ham/gnuradio-wavelet/Makefile
+++ b/ham/gnuradio-wavelet/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2022/04/18 19:11:26 adam Exp $
+# $NetBSD: Makefile,v 1.37 2022/05/26 15:20:10 mef Exp $
PKGNAME= gnuradio-wavelet-${VERSION}
-PKGREVISION= 2
COMMENT= Wavelet transform of GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
diff --git a/ham/gnuradio-wavelet/PLIST b/ham/gnuradio-wavelet/PLIST
index 44ced761647..26cb2f5ca4e 100644
--- a/ham/gnuradio-wavelet/PLIST
+++ b/ham/gnuradio-wavelet/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2022/03/12 23:04:46 tnn Exp $
+@comment $NetBSD: PLIST,v 1.10 2022/05/26 15:20:10 mef Exp $
include/gnuradio/wavelet/api.h
include/gnuradio/wavelet/squash_ff.h
include/gnuradio/wavelet/wavelet_ff.h
@@ -7,7 +7,7 @@ lib/cmake/gnuradio/gnuradio-waveletConfig.cmake
lib/cmake/gnuradio/gnuradio-waveletTargets-release.cmake
lib/cmake/gnuradio/gnuradio-waveletTargets.cmake
lib/libgnuradio-wavelet.so
-lib/libgnuradio-wavelet.so.3.10.1
+lib/libgnuradio-wavelet.so.${PKGVER_MICRO}
lib/libgnuradio-wavelet.so.${PKGVERSION}
lib/pkgconfig/gnuradio-wavelet.pc
${PYSITELIB}/gnuradio/wavelet/__init__.py
diff --git a/ham/gnuradio-zeromq/Makefile b/ham/gnuradio-zeromq/Makefile
index a90a31fb610..cdaac148f07 100644
--- a/ham/gnuradio-zeromq/Makefile
+++ b/ham/gnuradio-zeromq/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2022/04/18 19:11:27 adam Exp $
+# $NetBSD: Makefile,v 1.40 2022/05/26 15:20:10 mef Exp $
PKGNAME= gnuradio-zeromq-${VERSION}
-PKGREVISION= 2
COMMENT= All of the zeromq blocks, utilities, and examples
# zmq.hpp: No such file or directory
diff --git a/ham/gnuradio-zeromq/PLIST b/ham/gnuradio-zeromq/PLIST
index b03b3d333b6..6fdf23d54d7 100644
--- a/ham/gnuradio-zeromq/PLIST
+++ b/ham/gnuradio-zeromq/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2022/03/12 23:04:46 tnn Exp $
+@comment $NetBSD: PLIST,v 1.11 2022/05/26 15:20:10 mef Exp $
include/gnuradio/zeromq/api.h
include/gnuradio/zeromq/pub_msg_sink.h
include/gnuradio/zeromq/pub_sink.h
@@ -16,7 +16,7 @@ lib/cmake/gnuradio/gnuradio-zeromqConfig.cmake
lib/cmake/gnuradio/gnuradio-zeromqTargets-release.cmake
lib/cmake/gnuradio/gnuradio-zeromqTargets.cmake
lib/libgnuradio-zeromq.so
-lib/libgnuradio-zeromq.so.3.10.1
+lib/libgnuradio-zeromq.so.${PKGVER_MICRO}
lib/libgnuradio-zeromq.so.${PKGVERSION}
lib/pkgconfig/gnuradio-zeromq.pc
${PYSITELIB}/gnuradio/zeromq/__init__.py