pkgsrc-Changes archive

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

CVS commit: pkgsrc/ham



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Jul 16 07:55:22 UTC 2018

Modified Files:
        pkgsrc/ham/gnuradio-companion: PLIST
        pkgsrc/ham/gnuradio-core: Makefile Makefile.common Makefile.version
            PLIST distinfo
        pkgsrc/ham/gnuradio-core/files: REPLACE_PYTHON
        pkgsrc/ham/gnuradio-core/patches:
            patch-gnuradio_runtime_lib_thread_thread_cc
            patch-gr-audio_lib_CMakeLists.txt
        pkgsrc/ham/gnuradio-digital: PLIST
        pkgsrc/ham/gnuradio-doxygen: PLIST
        pkgsrc/ham/gnuradio-dtv: PLIST

Log Message:
Update ham/gnuradio-* from 3.7.11 to 3.7.13.3

## [3.7.13.3] - 2018-06-13

### Fixed
#### Project Scope
- For non-C++11 compilers, the new cstdint include doesn't work out; conditionalized it.

## [3.7.13.2] - 2018-05-31

### Fixed
#### Project Scope
- Actually bumped version in CMakeLists.txt to 3.7.13.2; the 3.7.13.1 tag was tagged off-branch; maintainer failure to simultaneously push a commit that raises the internal version number to 
3.7.14.0: this had to be reverted ASAP.

## [3.7.13.1] - 2018-05-31

### Fixed
#### Project Scope
- Actually bumped version in CMakeLists.txt

## [3.7.13.0] - 2018-05-31

### Fixed
#### Project Scope
- `boost::posix_time::[milli]second` takes integer numbers, and we now at least cast the floats to integers, as Boost 1.67 forced us to realize we're (incorrectly) using floating point her
- CMake: using regex to match compiler against "Clang" now enables correct build on OS X
#### GRC
- Fixed GRC bug which broke WX and Qt (by altering the template code), in multiple (less than awesome) steps
#### gr-blocks
- `float_array_to_int`: int32 limits were wrongly hardcoded.
- Fixed the undefined behaviour happening in `float_to_complex` when accessing the second input_items element in the single-input case

## [3.7.12.0] - 2018-04-01

### Software Engineering
- Changed Changelog format
- Introducing Semantic Versioning
- Change of development model: Rather than merging bugfixes to maint, merging maint to master, and next, if applicable, we'll be moving forward more in a typical management model: Development happens 
on master, and bugfixes are cherrypicked onto the maint-${RELEASE} branch. More info: http://lists.gnu.org/archive/html/discuss-gnuradio/2018-02/msg00133.html
- First attempt at having a .clang-format file to improve code contribution style quality. This is Work In Progress.

### Fixed
#### Project Scope
- Buildability on systems where custom CMake command would try to find "" (empty string) as executable
- Buildable with C++11 compilers (though deprecation warning-rich, due to `unique_ptr`)
- several previously improperly handled include directories now actually included in individual lib/CMakeLists
- Unit test/QA now parallelizable
- Logger works with log4cpp <= 1.1.2 both in and out of tree
- Python linkage under MinGW64
- Documentation Directory now uniformly "docs/" (instead of sometimes "doc/")
- `log` vs `logf` performance bugs
- on-time `pmt::mp("string")` calls (instead of cached PMTs) performance bug
- Doxygen build now reproducible
#### GRC
- Dialogs' parent windows
- Embedded Python Blocks now work in hierarchical GRC flow graphs
#### gnuradio-runtime
- `random.h`: Uniform integer Generation depended on Boost version > min version
- `random.h`: time-dependency when seeding with `0` replaced with actual standard seed
- block startup now synchronized via barrier
- New tag propagation policy "custom" for own implementation
- `get_tags_in_range` used `v.resize(0)` to clear vectors, which lead to unnecessary memory reallocations
- `logger_ptr` now always a pointer, no matter whether logging is enabled; fixes heap corruption bug
- `buffer[_reader]_sptr` superfluous grab/release performance bug
- BSD threading and shared mem compatibility
- PMT: `equal()` comparison
#### gr-utils
- Sorted files in `gr_modtool` makexml processing, leading to improved reproducibility of builds
#### gr-audio
- OS X: memcpy bug
- OS X: debug mode
- Non-Linux ALSA compatibibilty
#### gr-analog
- `fmdet_cf` now has GRC file
- `fastnoise_source`: non-threadsafe `libc` `rand()` replaced by XOROSHIRO128+
#### gr-blocks
- `simple_copy` Ctrlport example
- Metadata sink/source not closing file on `close()`
- `multiply_matrix` formerly used "magic int" value where its API expected enum (and that int wasn't covered)
- TCP connection ASIO bug
- `tags_strobe`: superfluous tags addition
- `vector_sink`: multithreading hazards on `data` access
- `tuntap_pdu`: MTU-sized IP packet reception
- `socket_pdu`: Garbage Collect closed TCP connections
#### gr-channels
- IQ imbalance block formula now mathematically correct now mathematically correct
- `selective_fading_model`: proper scaling of path length
#### gr-digital
- `additive_scrambler_bb`: tag triggered reset
- `stream_to_tagged_stream`: tag offset after `unlock()`
- `blks2/packet.py`: Flushing for small packets
- `interpolating_resampler`: GCC 4.0 compile error
- `constellation`: 16QAM demapper was wrong for one constellation point
- `chunks_to_symbols`: mutex-guard LUT against modification during use
- MSVC compatibility throug `and` -> `&&` etc
- `crc32_bb`: handle unpacked bytes correctly
- `ofdm_carrier_allocator`: catching wrong allocations instead of crashing
#### gr-dtv
- All examples now are installed
- DVB-T2: Removed L1 post scrambling in spec v1.1.1 mode
#### gr-fcd
- Building on non-Linux systems
- Extended symbol bug in Reed-Solomon encoder
- DVB-T Cell identifier
#### gr-fcd
- Building on non-Linux systems
#### gr-fec
- `channel_construction.py`: return int frozen bit output
- `GSL_LDFLAGS` propagation
- `polar_decoder` used to be flaky
#### gr-fft
- locking of fftw wisdom
- `window.cc`: removed NaN due to FP math
- compilation under MinGW
- `logpwrfft.py` reference scaling integer division bug
#### gr-filter
- Simpson's rule code removed in favor of GSL call
#### gr-qtgui
- Time sink: Segfault with tag trigger
#### gr-uhd
- Antenna selection in UHD apps
- `uhd_fft` scalar gain-capability
- Device selection for multi-device operations in UHD apps
- TX streamer creation
#### gr-zeromq
- Multi-part messages reception

### Added
#### Project Scope
- Ninja (https://ninja-build.org) now a supported build system
#### gnuradio-runtime
- Python can now get `gr.WORK_CALLED_PRODUCE` and `gr.DONE`
#### gr-utils
- `gr_modtool`: Autocompletion, line editing
- `gr_modtool`: `copyrightholder` option
#### GRC
- "Create Duplicate"
- "Save a copy"
- BokehGUI
#### gr-blocks
- New `tag_share` block: take tags from one two input streams to one output stream
- `tag_gate`: tag filtering
- `file_source`: configurable `file_begin` stream tag
- `moving_average`: Vector mode (with element-wise MA)
- `plateau_detector`: threshold get/set
#### gr-digital
- `costas_loop_cc`: Optional loop variable outputs
- New `correlate_access_code_tag` block
- `glfsr` exposed through Python
#### gr-dtv
- 256QAM mode for ITU-T J.83B transmitter
#### gr-fec
- negative Polynomials in `cc_encoder`
#### gr-filter
- `symbol_sync_{cc|ff}`
#### gr-uhd
- `uhd_app.py`: selectable time/clock sources
- make `recv()` call's timeout parameterizable
- message-based RX tuning through sink, TX through source

### Changed
#### Project Scope
- VOLK version requirement: 1.4.0
- Minimal required SWIG version now 2.0.4
- GSL optional dependency
- Threw out completely unused `gr_??int` types
- Doxygen build no longer contains timestamps
- Doxygen build now reproducible
- Though factually before, now officially include ZeroMQ and Sphinx as optional dependencies in docs
#### gnuradio-runtime
- Python gateway allows variable number of ports
#### gr-utils
- `gr_modtool`: Block template now uses `numpy.float32` instead of float. 32bit float is actually the default GNU Radio type.e.
#### gr-blocks
- `vector_sink` can preallocate memory for desired amount of items
#### gr-digital
- `header_format_default` now sps>1-capable
- `correlate_acces_code` uses `GR_LOG`
#### gr-uhd
- `uhd_fft`: respect `lo_offset` in `set_bandwidth`
- `usrp_source`: freq tag now actually reflects last set frequency, even on multiple channels
#### gr-qtgui
- Labels: now with 98.121212388% improved floating point formatting
- Time Sink: Stem plot option exposed

### Deprecated
#### gnuradio-runtime
- `gr::sys_pri`


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/ham/gnuradio-companion/PLIST
cvs rdiff -u -r1.60 -r1.61 pkgsrc/ham/gnuradio-core/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/ham/gnuradio-core/Makefile.common
cvs rdiff -u -r1.10 -r1.11 pkgsrc/ham/gnuradio-core/Makefile.version
cvs rdiff -u -r1.26 -r1.27 pkgsrc/ham/gnuradio-core/PLIST
cvs rdiff -u -r1.28 -r1.29 pkgsrc/ham/gnuradio-core/distinfo
cvs rdiff -u -r1.6 -r1.7 pkgsrc/ham/gnuradio-core/files/REPLACE_PYTHON
cvs rdiff -u -r1.4 -r1.5 \
    pkgsrc/ham/gnuradio-core/patches/patch-gnuradio_runtime_lib_thread_thread_cc
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/ham/gnuradio-core/patches/patch-gr-audio_lib_CMakeLists.txt
cvs rdiff -u -r1.7 -r1.8 pkgsrc/ham/gnuradio-digital/PLIST
cvs rdiff -u -r1.14 -r1.15 pkgsrc/ham/gnuradio-doxygen/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/ham/gnuradio-dtv/PLIST

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

Modified files:

Index: pkgsrc/ham/gnuradio-companion/PLIST
diff -u pkgsrc/ham/gnuradio-companion/PLIST:1.8 pkgsrc/ham/gnuradio-companion/PLIST:1.9
--- pkgsrc/ham/gnuradio-companion/PLIST:1.8     Fri Jan 13 22:03:35 2017
+++ pkgsrc/ham/gnuradio-companion/PLIST Mon Jul 16 07:55:22 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2017/01/13 22:03:35 mef Exp $
+@comment $NetBSD: PLIST,v 1.9 2018/07/16 07:55:22 mef Exp $
 bin/gnuradio-companion
 ${PYSITELIB}/gnuradio/grc/__init__.py
 ${PYSITELIB}/gnuradio/grc/__init__.pyc
@@ -72,6 +72,9 @@ ${PYSITELIB}/gnuradio/grc/core/utils/exp
 ${PYSITELIB}/gnuradio/grc/core/utils/extract_docs.py
 ${PYSITELIB}/gnuradio/grc/core/utils/extract_docs.pyc
 ${PYSITELIB}/gnuradio/grc/core/utils/extract_docs.pyo
+${PYSITELIB}/gnuradio/grc/core/utils/hide_bokeh_gui_options_if_not_installed.py
+${PYSITELIB}/gnuradio/grc/core/utils/hide_bokeh_gui_options_if_not_installed.pyc
+${PYSITELIB}/gnuradio/grc/core/utils/hide_bokeh_gui_options_if_not_installed.pyo
 ${PYSITELIB}/gnuradio/grc/core/utils/odict.py
 ${PYSITELIB}/gnuradio/grc/core/utils/odict.pyc
 ${PYSITELIB}/gnuradio/grc/core/utils/odict.pyo
@@ -159,6 +162,7 @@ ${PYSITELIB}/gnuradio/grc/gui/__init__.p
 ${PYSITELIB}/gnuradio/grc/gui/external_editor.py
 ${PYSITELIB}/gnuradio/grc/gui/external_editor.pyc
 ${PYSITELIB}/gnuradio/grc/gui/external_editor.pyo
+${PYSITELIB}/gnuradio/grc/gui/icon.png
 ${PYSITELIB}/gnuradio/grc/main.py
 ${PYSITELIB}/gnuradio/grc/main.pyc
 ${PYSITELIB}/gnuradio/grc/main.pyo

Index: pkgsrc/ham/gnuradio-core/Makefile
diff -u pkgsrc/ham/gnuradio-core/Makefile:1.60 pkgsrc/ham/gnuradio-core/Makefile:1.61
--- pkgsrc/ham/gnuradio-core/Makefile:1.60      Sun Apr 29 21:31:46 2018
+++ pkgsrc/ham/gnuradio-core/Makefile   Mon Jul 16 07:55:22 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.60 2018/04/29 21:31:46 adam Exp $
+# $NetBSD: Makefile,v 1.61 2018/07/16 07:55:22 mef Exp $
 
 PKGNAME=       gnuradio-core-${VERSION}
-PKGREVISION=   4
 COMMENT=       Core part of GNU Radio, all others need this
 
 PLIST_MINUS=   # empty

Index: pkgsrc/ham/gnuradio-core/Makefile.common
diff -u pkgsrc/ham/gnuradio-core/Makefile.common:1.16 pkgsrc/ham/gnuradio-core/Makefile.common:1.17
--- pkgsrc/ham/gnuradio-core/Makefile.common:1.16       Wed Jul  4 13:40:21 2018
+++ pkgsrc/ham/gnuradio-core/Makefile.common    Mon Jul 16 07:55:22 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.16 2018/07/04 13:40:21 jperkin Exp $
+# $NetBSD: Makefile.common,v 1.17 2018/07/16 07:55:22 mef Exp $
 # This Makefile fragment is included in the package Makefiles for
 # GNU Radio distributed packages (they all share common configure and build
 # settings).
@@ -45,6 +45,8 @@ USE_TOOLS=    perl gmake cmake pkg-config
 USE_CMAKE=     yes
 
 DEPENDS+=      ${PYPKGPREFIX}-cheetah-[0-9]*:../../devel/py-cheetah
+DEPENDS+=      ${PYPKGPREFIX}-mako-[0-9]*:../../devel/py-mako
+DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 # gr_filter_design in gnuradio-core ask for:
 DEPENDS+=      ${PYPKGPREFIX}-qwt-qt4-[0-9]*:../../x11/py-qwt-qt4
 
@@ -83,6 +85,7 @@ CMAKE_ARGS+=  -DENABLE_GR_FFT=ON
 CMAKE_ARGS+=   -DENABLE_GR_FILTER=ON
 CMAKE_ARGS+=   -DENABLE_PYTHON=ON
 CMAKE_ARGS+=   -DENABLE_VOLK=ON
+CMAKE_ARGS+=   -DCMAKE_HAVE_PTHREADS_CREATE=OFF
 
 # Default setting (for pkgsrc)
 CMAKE_ARGS+=   -Wno-dev
@@ -96,6 +99,10 @@ CMAKE_ARGS+= -DLIBUSB_INCLUDE_DIR=${PREF
 CMAKE_ARGS+=   -DGR_LIBRARY_DIR=${PREFIX}/lib
 CMAKE_ARGS+=   -DGR_PREFSDIR=${PREFIX}/share/gnuradio/examples/
 
+# adhoc setup not to pick non default version (say python3.6)
+# at configure
+CMAKE_ARGS+=   -DPYTHON_EXECUTABLE=${PREFIX}/bin/python${PYVERSSUFFIX}
+
 CMAKE_ARGS+=   -DZEROMQ_INCLUDE_DIRS=${PREFIX}/include
 CMAKE_ARG_PATH=        ../
 

Index: pkgsrc/ham/gnuradio-core/Makefile.version
diff -u pkgsrc/ham/gnuradio-core/Makefile.version:1.10 pkgsrc/ham/gnuradio-core/Makefile.version:1.11
--- pkgsrc/ham/gnuradio-core/Makefile.version:1.10      Wed Mar 15 14:07:12 2017
+++ pkgsrc/ham/gnuradio-core/Makefile.version   Mon Jul 16 07:55:22 2018
@@ -1,3 +1,3 @@
-# $NetBSD: Makefile.version,v 1.10 2017/03/15 14:07:12 mef Exp $
+# $NetBSD: Makefile.version,v 1.11 2018/07/16 07:55:22 mef Exp $
 
-VERSION=        3.7.11
+VERSION=        3.7.13.3

Index: pkgsrc/ham/gnuradio-core/PLIST
diff -u pkgsrc/ham/gnuradio-core/PLIST:1.26 pkgsrc/ham/gnuradio-core/PLIST:1.27
--- pkgsrc/ham/gnuradio-core/PLIST:1.26 Wed Mar 15 14:07:12 2017
+++ pkgsrc/ham/gnuradio-core/PLIST      Mon Jul 16 07:55:22 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.26 2017/03/15 14:07:12 mef Exp $
+@comment $NetBSD: PLIST,v 1.27 2018/07/16 07:55:22 mef Exp $
 bin/gnuradio-config-info
 bin/gr_filter_design
 bin/volk-config-info
@@ -114,6 +114,7 @@ include/gnuradio/blocks/divide_ff.h
 include/gnuradio/blocks/divide_ii.h
 include/gnuradio/blocks/divide_ss.h
 include/gnuradio/blocks/endian_swap.h
+include/gnuradio/blocks/exponentiate_const_cci.h
 include/gnuradio/blocks/file_descriptor_sink.h
 include/gnuradio/blocks/file_descriptor_source.h
 include/gnuradio/blocks/file_meta_sink.h
@@ -244,6 +245,7 @@ include/gnuradio/blocks/sub_ii.h
 include/gnuradio/blocks/sub_ss.h
 include/gnuradio/blocks/tag_debug.h
 include/gnuradio/blocks/tag_gate.h
+include/gnuradio/blocks/tag_share.h
 include/gnuradio/blocks/tagged_file_sink.h
 include/gnuradio/blocks/tagged_stream_align.h
 include/gnuradio/blocks/tagged_stream_multiply_length.h
@@ -353,6 +355,8 @@ include/gnuradio/filter/interp_fir_filte
 include/gnuradio/filter/interpolator_taps.h
 include/gnuradio/filter/mmse_fir_interpolator_cc.h
 include/gnuradio/filter/mmse_fir_interpolator_ff.h
+include/gnuradio/filter/mmse_interp_differentiator_cc.h
+include/gnuradio/filter/mmse_interp_differentiator_ff.h
 include/gnuradio/filter/pfb_arb_resampler.h
 include/gnuradio/filter/pfb_arb_resampler_ccc.h
 include/gnuradio/filter/pfb_arb_resampler_ccf.h
@@ -422,6 +426,8 @@ include/gnuradio/swig/block_gateway.i
 include/gnuradio/swig/blocks_swig0.i
 include/gnuradio/swig/blocks_swig0_doc.i
 include/gnuradio/swig/blocks_swig1.i
+include/gnuradio/swig/blocks_swig10.i
+include/gnuradio/swig/blocks_swig10_doc.i
 include/gnuradio/swig/blocks_swig1_doc.i
 include/gnuradio/swig/blocks_swig2.i
 include/gnuradio/swig/blocks_swig2_doc.i
@@ -431,6 +437,14 @@ include/gnuradio/swig/blocks_swig4.i
 include/gnuradio/swig/blocks_swig4_doc.i
 include/gnuradio/swig/blocks_swig5.i
 include/gnuradio/swig/blocks_swig5_doc.i
+include/gnuradio/swig/blocks_swig6.i
+include/gnuradio/swig/blocks_swig6_doc.i
+include/gnuradio/swig/blocks_swig7.i
+include/gnuradio/swig/blocks_swig7_doc.i
+include/gnuradio/swig/blocks_swig8.i
+include/gnuradio/swig/blocks_swig8_doc.i
+include/gnuradio/swig/blocks_swig9.i
+include/gnuradio/swig/blocks_swig9_doc.i
 include/gnuradio/swig/buffer.i
 include/gnuradio/swig/complex_vec_test.i
 include/gnuradio/swig/constants.i
@@ -486,6 +500,7 @@ include/pmt/pmt.h
 include/pmt/pmt_pool.h
 include/pmt/pmt_serial_tags.h
 include/pmt/pmt_sugar.h
+include/volk/saturation_arithmetic.h
 include/volk/volk.h
 include/volk/volk_16i_32fc_dot_prod_32fc.h
 include/volk/volk_16i_branch_4_state_8.h
@@ -508,6 +523,8 @@ include/volk/volk_16ic_x2_dot_prod_16ic.
 include/volk/volk_16ic_x2_multiply_16ic.h
 include/volk/volk_16u_byteswap.h
 include/volk/volk_16u_byteswappuppet_16u.h
+include/volk/volk_32f_64f_add_64f.h
+include/volk/volk_32f_64f_multiply_64f.h
 include/volk/volk_32f_8u_polarbutterfly_32f.h
 include/volk/volk_32f_8u_polarbutterflypuppet_32f.h
 include/volk/volk_32f_accumulator_s32f.h
@@ -529,9 +546,11 @@ include/volk/volk_32f_s32f_calc_spectral
 include/volk/volk_32f_s32f_convert_16i.h
 include/volk/volk_32f_s32f_convert_32i.h
 include/volk/volk_32f_s32f_convert_8i.h
+include/volk/volk_32f_s32f_mod_rangepuppet_32f.h
 include/volk/volk_32f_s32f_multiply_32f.h
 include/volk/volk_32f_s32f_normalize.h
 include/volk/volk_32f_s32f_power_32f.h
+include/volk/volk_32f_s32f_s32f_mod_range_32f.h
 include/volk/volk_32f_s32f_stddev_32f.h
 include/volk/volk_32f_sin_32f.h
 include/volk/volk_32f_sqrt_32f.h
@@ -551,6 +570,7 @@ include/volk/volk_32f_x2_pow_32f.h
 include/volk/volk_32f_x2_s32f_interleave_16ic.h
 include/volk/volk_32f_x2_subtract_32f.h
 include/volk/volk_32f_x3_sum_of_poly_32f.h
+include/volk/volk_32fc_32f_add_32fc.h
 include/volk/volk_32fc_32f_dot_prod_32fc.h
 include/volk/volk_32fc_32f_multiply_32fc.h
 include/volk/volk_32fc_conjugate_32fc.h
@@ -573,6 +593,7 @@ include/volk/volk_32fc_s32f_x2_power_spe
 include/volk/volk_32fc_s32fc_multiply_32fc.h
 include/volk/volk_32fc_s32fc_rotatorpuppet_32fc.h
 include/volk/volk_32fc_s32fc_x2_rotator_32fc.h
+include/volk/volk_32fc_x2_add_32fc.h
 include/volk/volk_32fc_x2_conjugate_dot_prod_32fc.h
 include/volk/volk_32fc_x2_divide_32fc.h
 include/volk/volk_32fc_x2_dot_prod_32fc.h
@@ -587,9 +608,12 @@ include/volk/volk_32u_byteswap.h
 include/volk/volk_32u_byteswappuppet_32u.h
 include/volk/volk_32u_popcnt.h
 include/volk/volk_32u_popcntpuppet_32u.h
+include/volk/volk_32u_reverse_32u.h
 include/volk/volk_64f_convert_32f.h
+include/volk/volk_64f_x2_add_64f.h
 include/volk/volk_64f_x2_max_64f.h
 include/volk/volk_64f_x2_min_64f.h
+include/volk/volk_64f_x2_multiply_64f.h
 include/volk/volk_64u_byteswap.h
 include/volk/volk_64u_byteswappuppet_64u.h
 include/volk/volk_64u_popcnt.h
@@ -617,9 +641,12 @@ include/volk/volk_malloc.h
 include/volk/volk_neon_intrinsics.h
 include/volk/volk_prefs.h
 include/volk/volk_sse3_intrinsics.h
+include/volk/volk_sse_intrinsics.h
 include/volk/volk_typedefs.h
 lib/cmake/gnuradio/CMakeMacroLibtoolFile.cmake
+lib/cmake/gnuradio/CMakeOverloads.cmake
 lib/cmake/gnuradio/CMakeParseArgumentsCopy.cmake
+lib/cmake/gnuradio/CodeCoverage.cmake
 lib/cmake/gnuradio/FindALSA.cmake
 lib/cmake/gnuradio/FindCppUnit.cmake
 lib/cmake/gnuradio/FindFFTW3f.cmake
@@ -668,7 +695,7 @@ lib/libgnuradio-pmt.so.${PKGVERSION}
 lib/libgnuradio-runtime.so
 lib/libgnuradio-runtime.so.${PKGVERSION}
 lib/libvolk.so
-lib/libvolk.so.1.3
+lib/libvolk.so.1.4
 lib/pkgconfig/gnuradio-analog.pc
 lib/pkgconfig/gnuradio-audio.pc
 lib/pkgconfig/gnuradio-blocks.pc
@@ -728,10 +755,15 @@ ${PYSITELIB}/gnuradio/blocks/__init__.py
 ${PYSITELIB}/gnuradio/blocks/__init__.pyo
 ${PYSITELIB}/gnuradio/blocks/_blocks_swig0.so
 ${PYSITELIB}/gnuradio/blocks/_blocks_swig1.so
+${PYSITELIB}/gnuradio/blocks/_blocks_swig10.so
 ${PYSITELIB}/gnuradio/blocks/_blocks_swig2.so
 ${PYSITELIB}/gnuradio/blocks/_blocks_swig3.so
 ${PYSITELIB}/gnuradio/blocks/_blocks_swig4.so
 ${PYSITELIB}/gnuradio/blocks/_blocks_swig5.so
+${PYSITELIB}/gnuradio/blocks/_blocks_swig6.so
+${PYSITELIB}/gnuradio/blocks/_blocks_swig7.so
+${PYSITELIB}/gnuradio/blocks/_blocks_swig8.so
+${PYSITELIB}/gnuradio/blocks/_blocks_swig9.so
 ${PYSITELIB}/gnuradio/blocks/blocks_swig.py
 ${PYSITELIB}/gnuradio/blocks/blocks_swig.pyc
 ${PYSITELIB}/gnuradio/blocks/blocks_swig.pyo
@@ -741,6 +773,9 @@ ${PYSITELIB}/gnuradio/blocks/blocks_swig
 ${PYSITELIB}/gnuradio/blocks/blocks_swig1.py
 ${PYSITELIB}/gnuradio/blocks/blocks_swig1.pyc
 ${PYSITELIB}/gnuradio/blocks/blocks_swig1.pyo
+${PYSITELIB}/gnuradio/blocks/blocks_swig10.py
+${PYSITELIB}/gnuradio/blocks/blocks_swig10.pyc
+${PYSITELIB}/gnuradio/blocks/blocks_swig10.pyo
 ${PYSITELIB}/gnuradio/blocks/blocks_swig2.py
 ${PYSITELIB}/gnuradio/blocks/blocks_swig2.pyc
 ${PYSITELIB}/gnuradio/blocks/blocks_swig2.pyo
@@ -753,6 +788,18 @@ ${PYSITELIB}/gnuradio/blocks/blocks_swig
 ${PYSITELIB}/gnuradio/blocks/blocks_swig5.py
 ${PYSITELIB}/gnuradio/blocks/blocks_swig5.pyc
 ${PYSITELIB}/gnuradio/blocks/blocks_swig5.pyo
+${PYSITELIB}/gnuradio/blocks/blocks_swig6.py
+${PYSITELIB}/gnuradio/blocks/blocks_swig6.pyc
+${PYSITELIB}/gnuradio/blocks/blocks_swig6.pyo
+${PYSITELIB}/gnuradio/blocks/blocks_swig7.py
+${PYSITELIB}/gnuradio/blocks/blocks_swig7.pyc
+${PYSITELIB}/gnuradio/blocks/blocks_swig7.pyo
+${PYSITELIB}/gnuradio/blocks/blocks_swig8.py
+${PYSITELIB}/gnuradio/blocks/blocks_swig8.pyc
+${PYSITELIB}/gnuradio/blocks/blocks_swig8.pyo
+${PYSITELIB}/gnuradio/blocks/blocks_swig9.py
+${PYSITELIB}/gnuradio/blocks/blocks_swig9.pyc
+${PYSITELIB}/gnuradio/blocks/blocks_swig9.pyo
 ${PYSITELIB}/gnuradio/blocks/parse_file_metadata.py
 ${PYSITELIB}/gnuradio/blocks/parse_file_metadata.pyc
 ${PYSITELIB}/gnuradio/blocks/parse_file_metadata.pyo
@@ -934,13 +981,14 @@ ${PYSITELIB}/volk_modtool/cfg.pyo
 ${PYSITELIB}/volk_modtool/volk_modtool_generate.py
 ${PYSITELIB}/volk_modtool/volk_modtool_generate.pyc
 ${PYSITELIB}/volk_modtool/volk_modtool_generate.pyo
-share/doc/gnuradio-${PKGVERSION}/README
+share/doc/gnuradio-${PKGVERSION}/CHANGELOG.md
 share/doc/gnuradio-${PKGVERSION}/README.analog
 share/doc/gnuradio-${PKGVERSION}/README.audio
 share/doc/gnuradio-${PKGVERSION}/README.blocks
 share/doc/gnuradio-${PKGVERSION}/README.fft
 share/doc/gnuradio-${PKGVERSION}/README.filter
 share/doc/gnuradio-${PKGVERSION}/README.hacking
+share/doc/gnuradio-${PKGVERSION}/README.md
 share/gnuradio/examples/analog/fmtest.py
 share/gnuradio/examples/analog/noise_power.grc
 share/gnuradio/examples/audio/audio_copy.py
@@ -981,6 +1029,7 @@ share/gnuradio/examples/filter/synth_fil
 share/gnuradio/examples/filter/synth_to_chan.py
 share/gnuradio/examples/gnuradio-runtime.conf
 share/gnuradio/examples/gr-audio-jack.conf
+share/gnuradio/examples/gr-audio-oss.conf
 share/gnuradio/examples/gr-audio-portaudio.conf
 share/gnuradio/examples/gr-audio.conf
 share/gnuradio/examples/metadata/file_metadata_sink.grc
@@ -1020,6 +1069,7 @@ share/gnuradio/grc/blocks/analog_feedfor
 share/gnuradio/grc/blocks/analog_fm_deemph.xml
 share/gnuradio/grc/blocks/analog_fm_demod_cf.xml
 share/gnuradio/grc/blocks/analog_fm_preemph.xml
+share/gnuradio/grc/blocks/analog_fmdet_cf.xml
 share/gnuradio/grc/blocks/analog_frequency_modulator_fc.xml
 share/gnuradio/grc/blocks/analog_nbfm_rx.xml
 share/gnuradio/grc/blocks/analog_nbfm_tx.xml
@@ -1077,6 +1127,7 @@ share/gnuradio/grc/blocks/blocks_deinter
 share/gnuradio/grc/blocks/blocks_delay.xml
 share/gnuradio/grc/blocks/blocks_divide_XX.xml
 share/gnuradio/grc/blocks/blocks_endian_swap.xml
+share/gnuradio/grc/blocks/blocks_exponentiate_const_cci.xml
 share/gnuradio/grc/blocks/blocks_file_descriptor_sink.xml
 share/gnuradio/grc/blocks/blocks_file_descriptor_source.xml
 share/gnuradio/grc/blocks/blocks_file_meta_sink.xml
@@ -1155,6 +1206,7 @@ share/gnuradio/grc/blocks/blocks_sub_xx.
 share/gnuradio/grc/blocks/blocks_tag_debug.xml
 share/gnuradio/grc/blocks/blocks_tag_gate.xml
 share/gnuradio/grc/blocks/blocks_tag_object.xml
+share/gnuradio/grc/blocks/blocks_tag_share.xml
 share/gnuradio/grc/blocks/blocks_tagged_file_sink.xml
 share/gnuradio/grc/blocks/blocks_tagged_stream_align.xml
 share/gnuradio/grc/blocks/blocks_tagged_stream_multiply_length.xml
@@ -1221,3 +1273,5 @@ share/gnuradio/grc/blocks/variable_low_p
 share/gnuradio/grc/blocks/variable_rrc_filter_taps.xml
 share/gnuradio/grc/blocks/xmlrpc_client.xml
 share/gnuradio/grc/blocks/xmlrpc_server.xml
+@pkgdir include/volk/asm/orc
+@pkgdir include/volk/asm/neon

Index: pkgsrc/ham/gnuradio-core/distinfo
diff -u pkgsrc/ham/gnuradio-core/distinfo:1.28 pkgsrc/ham/gnuradio-core/distinfo:1.29
--- pkgsrc/ham/gnuradio-core/distinfo:1.28      Tue Jul 10 07:05:06 2018
+++ pkgsrc/ham/gnuradio-core/distinfo   Mon Jul 16 07:55:22 2018
@@ -1,13 +1,13 @@
-$NetBSD: distinfo,v 1.28 2018/07/10 07:05:06 dbj Exp $
+$NetBSD: distinfo,v 1.29 2018/07/16 07:55:22 mef Exp $
 
-SHA1 (gnuradio-3.7.11.tar.gz) = 574df5079b02cfcd80f03930d90a20b2fa9cfcb8
-RMD160 (gnuradio-3.7.11.tar.gz) = 72207c6c048f256cbd93a679c09345a5ca45f307
-SHA512 (gnuradio-3.7.11.tar.gz) = a3b44e04e63056ad5238ddbda7967ebaf5802d2ed7e24649190bde67a533b50780ec1260dc7710c5388c966b71e153d3d21468bbfee4529c62ac5b89b589dd14
-Size (gnuradio-3.7.11.tar.gz) = 4357123 bytes
+SHA1 (gnuradio-3.7.13.3.tar.gz) = 67bde0ab643081381f7acb43fc9061cad40b5ab8
+RMD160 (gnuradio-3.7.13.3.tar.gz) = 58fdfffa51a87b8091d6840f6713d0785155525f
+SHA512 (gnuradio-3.7.13.3.tar.gz) = e4bf63899678fd792bc08baa2db673b192dc823d6e586124538cbdf12e60a882847e72cfca7f52ef906d52038a9cb48a8b5891593c9db1cb172c4077a54d4056
+Size (gnuradio-3.7.13.3.tar.gz) = 4544605 bytes
 SHA1 (patch-cmake_Modules_FindSphinx.cmake) = 1e42ad000962f4766810fbd322c80dad1f0b1c3c
 SHA1 (patch-gnuradio_runtime_include_gnuradio_high__res__timer__h) = 59ad8192e7ac76b2ce35cda68c378bc2abad20a5
-SHA1 (patch-gnuradio_runtime_lib_thread_thread_cc) = c05628aa88ac968928f9eabd8c56d4527e258767
-SHA1 (patch-gr-audio_lib_CMakeLists.txt) = 00ff8c14658acd2d1dc8be18ea6a19ace8d12968
+SHA1 (patch-gnuradio_runtime_lib_thread_thread_cc) = 7e8aa146447fc7ffd006ffd540764ae4b15da2a5
+SHA1 (patch-gr-audio_lib_CMakeLists.txt) = 42e0b52d6baba936c03e2414e83a96a19c5331e7
 SHA1 (patch-gr-audio_lib_alsa_alsa__impl_h) = d61dcd31058c04a6050479a6e8c321ca15420d49
 SHA1 (patch-gr-blocks_lib_message__strobe__impl.cc) = 22e9a876660d8582c091ee27b4e46df562168aed
 SHA1 (patch-gr-blocks_lib_message__strobe__random__impl.cc) = a87d3e8b4243bcb5040961608bbc2644c43b9e76

Index: pkgsrc/ham/gnuradio-core/files/REPLACE_PYTHON
diff -u pkgsrc/ham/gnuradio-core/files/REPLACE_PYTHON:1.6 pkgsrc/ham/gnuradio-core/files/REPLACE_PYTHON:1.7
--- pkgsrc/ham/gnuradio-core/files/REPLACE_PYTHON:1.6   Tue Jul 12 11:36:47 2016
+++ pkgsrc/ham/gnuradio-core/files/REPLACE_PYTHON       Mon Jul 16 07:55:22 2018
@@ -441,9 +441,6 @@ REPLACE_PYTHON = \
        gr-blocks/python/blocks/qa_plateau_detector_fb.py \
        gr-blocks/python/blocks/parse_file_metadata.py \
        gr-blocks/examples/tags/test_file_tags.py \
-       gr-trellis/doc/make_numbered_listing.py \
-       gr-trellis/doc/test_tcm.py \
-       gr-trellis/doc/test_viterbi_equalization1.py \
        gr-trellis/python/trellis/qa_trellis.py \
        gr-trellis/python/trellis/__init__.py \
        gr-trellis/examples/python/test_cpm.py \

Index: pkgsrc/ham/gnuradio-core/patches/patch-gnuradio_runtime_lib_thread_thread_cc
diff -u pkgsrc/ham/gnuradio-core/patches/patch-gnuradio_runtime_lib_thread_thread_cc:1.4 pkgsrc/ham/gnuradio-core/patches/patch-gnuradio_runtime_lib_thread_thread_cc:1.5
--- pkgsrc/ham/gnuradio-core/patches/patch-gnuradio_runtime_lib_thread_thread_cc:1.4    Mon Jan 12 14:29:34 2015
+++ pkgsrc/ham/gnuradio-core/patches/patch-gnuradio_runtime_lib_thread_thread_cc        Mon Jul 16 07:55:22 2018
@@ -1,19 +1,19 @@
-$NetBSD: patch-gnuradio_runtime_lib_thread_thread_cc,v 1.4 2015/01/12 14:29:34 jperkin Exp $
+$NetBSD: patch-gnuradio_runtime_lib_thread_thread_cc,v 1.5 2018/07/16 07:55:22 mef Exp $
 
 Extending for BSD
 
---- gnuradio-runtime/lib/thread/thread.cc.orig 2014-07-30 20:39:51.000000000 +0000
-+++ gnuradio-runtime/lib/thread/thread.cc
-@@ -158,7 +158,7 @@ namespace gr {
+--- gnuradio-runtime/lib/thread/thread.cc.orig 2018-06-14 06:42:48.000000000 +0900
++++ gnuradio-runtime/lib/thread/thread.cc      2018-07-08 07:51:13.971772414 +0900
+@@ -166,7 +166,7 @@ namespace gr {
  
  
  #elif defined(macintosh) || defined(__APPLE__) || defined(__APPLE_CC__) || \
--    defined(__FreeBSD__)
-+    defined(__FreeBSD__) || defined(__NetBSD__) || defined(__sun)
+-  defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__GNU__)
++  defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__GNU__)|| defined(__NetBSD__) || defined(__sun) 
  
  namespace gr {
    namespace thread {
-@@ -276,6 +276,7 @@ namespace gr {
+@@ -284,6 +284,7 @@ namespace gr {
      void
      thread_bind_to_processor(gr_thread_t thread, const std::vector<int> &mask)
      {
@@ -21,7 +21,7 @@ Extending for BSD
        cpu_set_t set;
        size_t len = sizeof(cpu_set_t);
        std::vector<int> _mask = mask;
-@@ -291,6 +292,7 @@ namespace gr {
+@@ -299,6 +300,7 @@ namespace gr {
          s << "thread_bind_to_processor failed with error: " << ret << std::endl;
          throw std::runtime_error(s.str());
        }
@@ -29,7 +29,7 @@ Extending for BSD
      }
  
      void
-@@ -302,6 +304,7 @@ namespace gr {
+@@ -310,6 +312,7 @@ namespace gr {
      void
      thread_unbind(gr_thread_t thread)
      {
@@ -37,7 +37,7 @@ Extending for BSD
        cpu_set_t set;
        size_t len = sizeof(cpu_set_t);
  
-@@ -317,6 +320,7 @@ namespace gr {
+@@ -325,6 +328,7 @@ namespace gr {
          s << "thread_unbind failed with error: " << ret << std::endl;
          throw std::runtime_error(s.str());
        }

Index: pkgsrc/ham/gnuradio-core/patches/patch-gr-audio_lib_CMakeLists.txt
diff -u pkgsrc/ham/gnuradio-core/patches/patch-gr-audio_lib_CMakeLists.txt:1.1 pkgsrc/ham/gnuradio-core/patches/patch-gr-audio_lib_CMakeLists.txt:1.2
--- pkgsrc/ham/gnuradio-core/patches/patch-gr-audio_lib_CMakeLists.txt:1.1      Fri Oct 17 09:51:56 2014
+++ pkgsrc/ham/gnuradio-core/patches/patch-gr-audio_lib_CMakeLists.txt  Mon Jul 16 07:55:22 2018
@@ -1,15 +1,15 @@
-$NetBSD: patch-gr-audio_lib_CMakeLists.txt,v 1.1 2014/10/17 09:51:56 mef Exp $
+$NetBSD: patch-gr-audio_lib_CMakeLists.txt,v 1.2 2018/07/16 07:55:22 mef Exp $
 
 Patch and SUBST to disable/enable ALSA depending on PKGOPTIONS.
 
---- gr-audio/lib/CMakeLists.txt.orig   2014-08-18 02:53:59.000000000 +0900
-+++ gr-audio/lib/CMakeLists.txt        2014-10-14 21:39:56.000000000 +0900
-@@ -44,7 +44,7 @@ endif(ENABLE_GR_CTRLPORT)
+--- gr-audio/lib/CMakeLists.txt.orig   2018-06-14 06:42:48.000000000 +0900
++++ gr-audio/lib/CMakeLists.txt        2018-07-08 07:53:35.184868747 +0900
+@@ -42,7 +42,7 @@ endif(ENABLE_GR_CTRLPORT)
  ########################################################################
  ## ALSA Support
  ########################################################################
 -find_package(ALSA)
 +@@ALSA@@find_package(ALSA)
  
- if(ALSA_FOUND)
+ if((ALSA_FOUND) AND NOT (CMAKE_SYSTEM_NAME STREQUAL "kFreeBSD") AND NOT (CMAKE_SYSTEM_NAME STREQUAL GNU))
  

Index: pkgsrc/ham/gnuradio-digital/PLIST
diff -u pkgsrc/ham/gnuradio-digital/PLIST:1.7 pkgsrc/ham/gnuradio-digital/PLIST:1.8
--- pkgsrc/ham/gnuradio-digital/PLIST:1.7       Wed Mar 15 14:07:12 2017
+++ pkgsrc/ham/gnuradio-digital/PLIST   Mon Jul 16 07:55:22 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2017/03/15 14:07:12 mef Exp $
+@comment $NetBSD: PLIST,v 1.8 2018/07/16 07:55:22 mef Exp $
 include/gnuradio/digital/additive_scrambler_bb.h
 include/gnuradio/digital/api.h
 include/gnuradio/digital/binary_slicer_fb.h
@@ -22,6 +22,7 @@ include/gnuradio/digital/correlate_acces
 include/gnuradio/digital/correlate_access_code_bb_ts.h
 include/gnuradio/digital/correlate_access_code_ff_ts.h
 include/gnuradio/digital/correlate_access_code_tag_bb.h
+include/gnuradio/digital/correlate_access_code_tag_ff.h
 include/gnuradio/digital/correlate_and_sync_cc.h
 include/gnuradio/digital/costas_loop_cc.h
 include/gnuradio/digital/cpmmod_bc.h
@@ -46,6 +47,7 @@ include/gnuradio/digital/header_format_c
 include/gnuradio/digital/header_format_default.h
 include/gnuradio/digital/header_format_ofdm.h
 include/gnuradio/digital/header_payload_demux.h
+include/gnuradio/digital/interpolating_resampler_type.h
 include/gnuradio/digital/kurtotic_equalizer_cc.h
 include/gnuradio/digital/lfsr.h
 include/gnuradio/digital/lms_dd_equalizer_cc.h
@@ -87,6 +89,9 @@ include/gnuradio/digital/scrambler_bb.h
 include/gnuradio/digital/simple_correlator.h
 include/gnuradio/digital/simple_framer.h
 include/gnuradio/digital/simple_framer_sync.h
+include/gnuradio/digital/symbol_sync_cc.h
+include/gnuradio/digital/symbol_sync_ff.h
+include/gnuradio/digital/timing_error_detector_type.h
 include/gnuradio/swig/constellation.i
 include/gnuradio/swig/digital_swig0.i
 include/gnuradio/swig/digital_swig0_doc.i
@@ -220,6 +225,9 @@ share/gnuradio/examples/digital/demod/gf
 share/gnuradio/examples/digital/demod/mpsk_demod.grc
 share/gnuradio/examples/digital/demod/pam_sync.grc
 share/gnuradio/examples/digital/demod/pam_timing.grc
+share/gnuradio/examples/digital/demod/symbol_sync_test_complex.grc
+share/gnuradio/examples/digital/demod/symbol_sync_test_float.grc
+share/gnuradio/examples/digital/demod/symbol_sync_test_float_ted_gain.m
 share/gnuradio/examples/digital/demod/test_corr_and_sync.grc
 share/gnuradio/examples/digital/demod/test_corr_est.grc
 share/gnuradio/examples/digital/demod/uhd_corr_and_sync_rx.grc
@@ -291,7 +299,7 @@ share/gnuradio/grc/blocks/digital_conste
 share/gnuradio/grc/blocks/digital_constellation_soft_decoder_cf.xml
 share/gnuradio/grc/blocks/digital_corr_est_cc.xml
 share/gnuradio/grc/blocks/digital_correlate_access_code_bb.xml
-share/gnuradio/grc/blocks/digital_correlate_access_code_tag_bb.xml
+share/gnuradio/grc/blocks/digital_correlate_access_code_tag_xx.xml
 share/gnuradio/grc/blocks/digital_correlate_access_code_xx_ts.xml
 share/gnuradio/grc/blocks/digital_correlate_and_sync_cc.xml
 share/gnuradio/grc/blocks/digital_costas_loop_cc.xml
@@ -356,4 +364,5 @@ share/gnuradio/grc/blocks/digital_qam_mo
 share/gnuradio/grc/blocks/digital_scrambler_bb.xml
 share/gnuradio/grc/blocks/digital_simple_correlator.xml
 share/gnuradio/grc/blocks/digital_simple_framer.xml
+share/gnuradio/grc/blocks/digital_symbol_sync_xx.xml
 share/gnuradio/grc/blocks/variable_header_format_default.xml

Index: pkgsrc/ham/gnuradio-doxygen/PLIST
diff -u pkgsrc/ham/gnuradio-doxygen/PLIST:1.14 pkgsrc/ham/gnuradio-doxygen/PLIST:1.15
--- pkgsrc/ham/gnuradio-doxygen/PLIST:1.14      Tue May 30 22:47:57 2017
+++ pkgsrc/ham/gnuradio-doxygen/PLIST   Mon Jul 16 07:55:22 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2017/05/30 22:47:57 gdt Exp $
+@comment $NetBSD: PLIST,v 1.15 2018/07/16 07:55:22 mef Exp $
 share/doc/gnuradio-${PKGVERSION}/dial_tone.py
 share/doc/gnuradio-${PKGVERSION}/fm_demod.py
 share/doc/gnuradio-${PKGVERSION}/fm_rx.grc
@@ -39,6 +39,7 @@ share/doc/gnuradio-${PKGVERSION}/html/Hi
 share/doc/gnuradio-${PKGVERSION}/html/HistogramDisplayPlot_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/HistogramDisplayPlot_8h__incl.png
 share/doc/gnuradio-${PKGVERSION}/html/HistogramDisplayPlot_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/License.html
 share/doc/gnuradio-${PKGVERSION}/html/SpectrumGUIClass_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/SpectrumGUIClass_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/SpectrumGUIClass_8h__dep__incl.md5
@@ -511,6 +512,12 @@ share/doc/gnuradio-${PKGVERSION}/html/ca
 share/doc/gnuradio-${PKGVERSION}/html/calc__metric_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/calc__metric_8h__incl.png
 share/doc/gnuradio-${PKGVERSION}/html/calc__metric_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/catv__config_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/catv__config_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/catv__config_8h__dep__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/catv__config_8h__dep__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/catv__config_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/catv__config_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__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/catv__frame__sync__enc__bb_8h__incl.md5
@@ -1296,6 +1303,9 @@ share/doc/gnuradio-${PKGVERSION}/html/cl
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1endian__swap-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1endian__swap.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1endian__swap.js
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1exponentiate__const__cci-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1exponentiate__const__cci.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1exponentiate__const__cci.js
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1file__descriptor__sink-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1file__descriptor__sink.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1file__descriptor__sink.js
@@ -1683,6 +1693,9 @@ share/doc/gnuradio-${PKGVERSION}/html/cl
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1tag__gate-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1tag__gate.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1tag__gate.js
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1tag__share-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1tag__share.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1tag__share.js
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1tagged__file__sink-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1tagged__file__sink.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1blocks_1_1tagged__file__sink.js
@@ -1938,6 +1951,9 @@ share/doc/gnuradio-${PKGVERSION}/html/cl
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1correlate__access__code__tag__bb-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1correlate__access__code__tag__bb.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1correlate__access__code__tag__bb.js
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1correlate__access__code__tag__ff-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1correlate__access__code__tag__ff.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1correlate__access__code__tag__ff.js
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1correlate__and__sync__cc-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1correlate__and__sync__cc.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1correlate__and__sync__cc.js
@@ -2139,6 +2155,12 @@ share/doc/gnuradio-${PKGVERSION}/html/cl
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1snr__est__m2m4-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1snr__est__m2m4.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1snr__est__m2m4.js
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1symbol__sync__cc-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1symbol__sync__cc.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1symbol__sync__cc.js
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1symbol__sync__ff-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1symbol__sync__ff.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1digital_1_1symbol__sync__ff.js
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1dtv_1_1atsc__deinterleaver-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1dtv_1_1atsc__deinterleaver.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1dtv_1_1atsc__deinterleaver.js
@@ -2637,6 +2659,12 @@ share/doc/gnuradio-${PKGVERSION}/html/cl
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1filter_1_1mmse__fir__interpolator__ff-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1filter_1_1mmse__fir__interpolator__ff.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1filter_1_1mmse__fir__interpolator__ff.js
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1filter_1_1mmse__interp__differentiator__cc-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1filter_1_1mmse__interp__differentiator__cc.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1filter_1_1mmse__interp__differentiator__cc.js
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1filter_1_1mmse__interp__differentiator__ff-members.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1filter_1_1mmse__interp__differentiator__ff.html
+share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1filter_1_1mmse__interp__differentiator__ff.js
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1filter_1_1pfb__arb__resampler__ccc-members.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1filter_1_1pfb__arb__resampler__ccc.html
 share/doc/gnuradio-${PKGVERSION}/html/classgr_1_1filter_1_1pfb__arb__resampler__ccc.js
@@ -3396,6 +3424,11 @@ share/doc/gnuradio-${PKGVERSION}/html/co
 share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__tag__bb_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__tag__bb_8h__incl.png
 share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__tag__bb_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__tag__ff_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__tag__ff_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__tag__ff_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__tag__ff_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/correlate__access__code__tag__ff_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/correlate__and__sync__cc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/correlate__and__sync__cc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/correlate__and__sync__cc_8h__incl.md5
@@ -4035,6 +4068,11 @@ share/doc/gnuradio-${PKGVERSION}/html/ex
 share/doc/gnuradio-${PKGVERSION}/html/expj_8h__incl.png
 share/doc/gnuradio-${PKGVERSION}/html/expj_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/exploring__gnuradio_8dox.html
+share/doc/gnuradio-${PKGVERSION}/html/exponentiate__const__cci_8h.html
+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.png
+share/doc/gnuradio-${PKGVERSION}/html/exponentiate__const__cci_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/fading__model_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/fading__model_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/fading__model_8h__incl.md5
@@ -4369,6 +4407,8 @@ share/doc/gnuradio-${PKGVERSION}/html/fo
 share/doc/gnuradio-${PKGVERSION}/html/form_53.png
 share/doc/gnuradio-${PKGVERSION}/html/form_54.png
 share/doc/gnuradio-${PKGVERSION}/html/form_55.png
+share/doc/gnuradio-${PKGVERSION}/html/form_56.png
+share/doc/gnuradio-${PKGVERSION}/html/form_57.png
 share/doc/gnuradio-${PKGVERSION}/html/form_6.png
 share/doc/gnuradio-${PKGVERSION}/html/form_7.png
 share/doc/gnuradio-${PKGVERSION}/html/form_8.png
@@ -4730,6 +4770,7 @@ share/doc/gnuradio-${PKGVERSION}/html/gl
 share/doc/gnuradio-${PKGVERSION}/html/globals_v.html
 share/doc/gnuradio-${PKGVERSION}/html/globals_vars.html
 share/doc/gnuradio-${PKGVERSION}/html/globals_w.html
+share/doc/gnuradio-${PKGVERSION}/html/globals_x.html
 share/doc/gnuradio-${PKGVERSION}/html/globals_z.html
 share/doc/gnuradio-${PKGVERSION}/html/gnuradio-logo.svg
 share/doc/gnuradio-${PKGVERSION}/html/gnuradio-runtime_2include_2gnuradio_2api_8h.html
@@ -5494,6 +5535,12 @@ share/doc/gnuradio-${PKGVERSION}/html/in
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_162.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_162.md5
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_162.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_163.map
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_163.md5
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_163.png
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_164.map
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_164.md5
+share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_164.png
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_17.map
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_17.md5
 share/doc/gnuradio-${PKGVERSION}/html/inherit_graph_17.png
@@ -5816,6 +5863,9 @@ share/doc/gnuradio-${PKGVERSION}/html/in
 share/doc/gnuradio-${PKGVERSION}/html/interleaver__fifo_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/interleaver__fifo_8h__incl.png
 share/doc/gnuradio-${PKGVERSION}/html/interleaver__fifo_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/interp__differentiator__taps_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/interp__differentiator__taps_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/interp__differentiator__taps_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/interp__fir__filter__ccc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/interp__fir__filter__ccc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/interp__fir__filter__ccc_8h__incl.md5
@@ -5846,6 +5896,12 @@ share/doc/gnuradio-${PKGVERSION}/html/in
 share/doc/gnuradio-${PKGVERSION}/html/interp__fir__filter__scc_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/interp__fir__filter__scc_8h__incl.png
 share/doc/gnuradio-${PKGVERSION}/html/interp__fir__filter__scc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/interpolating__resampler__type_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/interpolating__resampler__type_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/interpolating__resampler__type_8h__dep__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/interpolating__resampler__type_8h__dep__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/interpolating__resampler__type_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/interpolating__resampler__type_8h_source.html
 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
@@ -5941,6 +5997,7 @@ share/doc/gnuradio-${PKGVERSION}/html/lf
 share/doc/gnuradio-${PKGVERSION}/html/lfsr__32k__source__s_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/lfsr__32k__source__s_8h__incl.png
 share/doc/gnuradio-${PKGVERSION}/html/lfsr__32k__source__s_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/license_8dox.html
 share/doc/gnuradio-${PKGVERSION}/html/lms__dd__equalizer__cc_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/lms__dd__equalizer__cc_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/lms__dd__equalizer__cc_8h__incl.md5
@@ -6098,6 +6155,16 @@ share/doc/gnuradio-${PKGVERSION}/html/mm
 share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__ff_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__ff_8h__incl.png
 share/doc/gnuradio-${PKGVERSION}/html/mmse__fir__interpolator__ff_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__cc_8h.html
+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.png
+share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__cc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__ff_8h.html
+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.png
+share/doc/gnuradio-${PKGVERSION}/html/mmse__interp__differentiator__ff_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/modulate__vector_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/modulate__vector_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/modulate__vector_8h__incl.map
@@ -6391,6 +6458,7 @@ share/doc/gnuradio-${PKGVERSION}/html/na
 share/doc/gnuradio-${PKGVERSION}/html/namespacemembers_eval_s.html
 share/doc/gnuradio-${PKGVERSION}/html/namespacemembers_eval_t.html
 share/doc/gnuradio-${PKGVERSION}/html/namespacemembers_eval_v.html
+share/doc/gnuradio-${PKGVERSION}/html/namespacemembers_eval_w.html
 share/doc/gnuradio-${PKGVERSION}/html/namespacemembers_f.html
 share/doc/gnuradio-${PKGVERSION}/html/namespacemembers_func.html
 share/doc/gnuradio-${PKGVERSION}/html/namespacemembers_func.js
@@ -6488,6 +6556,7 @@ share/doc/gnuradio-${PKGVERSION}/html/na
 share/doc/gnuradio-${PKGVERSION}/html/navtreeindex43.js
 share/doc/gnuradio-${PKGVERSION}/html/navtreeindex44.js
 share/doc/gnuradio-${PKGVERSION}/html/navtreeindex45.js
+share/doc/gnuradio-${PKGVERSION}/html/navtreeindex46.js
 share/doc/gnuradio-${PKGVERSION}/html/navtreeindex5.js
 share/doc/gnuradio-${PKGVERSION}/html/navtreeindex6.js
 share/doc/gnuradio-${PKGVERSION}/html/navtreeindex7.js
@@ -7004,7 +7073,6 @@ share/doc/gnuradio-${PKGVERSION}/html/po
 share/doc/gnuradio-${PKGVERSION}/html/polar__common_8h__incl.png
 share/doc/gnuradio-${PKGVERSION}/html/polar__common_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.png
@@ -7692,6 +7760,8 @@ share/doc/gnuradio-${PKGVERSION}/html/se
 share/doc/gnuradio-${PKGVERSION}/html/search/enums_0.js
 share/doc/gnuradio-${PKGVERSION}/html/search/enums_1.html
 share/doc/gnuradio-${PKGVERSION}/html/search/enums_1.js
+share/doc/gnuradio-${PKGVERSION}/html/search/enums_10.html
+share/doc/gnuradio-${PKGVERSION}/html/search/enums_10.js
 share/doc/gnuradio-${PKGVERSION}/html/search/enums_2.html
 share/doc/gnuradio-${PKGVERSION}/html/search/enums_2.js
 share/doc/gnuradio-${PKGVERSION}/html/search/enums_3.html
@@ -7828,6 +7898,8 @@ share/doc/gnuradio-${PKGVERSION}/html/se
 share/doc/gnuradio-${PKGVERSION}/html/search/functions_17.js
 share/doc/gnuradio-${PKGVERSION}/html/search/functions_18.html
 share/doc/gnuradio-${PKGVERSION}/html/search/functions_18.js
+share/doc/gnuradio-${PKGVERSION}/html/search/functions_19.html
+share/doc/gnuradio-${PKGVERSION}/html/search/functions_19.js
 share/doc/gnuradio-${PKGVERSION}/html/search/functions_2.html
 share/doc/gnuradio-${PKGVERSION}/html/search/functions_2.js
 share/doc/gnuradio-${PKGVERSION}/html/search/functions_3.html
@@ -8468,6 +8540,16 @@ share/doc/gnuradio-${PKGVERSION}/html/su
 share/doc/gnuradio-${PKGVERSION}/html/sub__ss_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/sub__ss_8h__incl.png
 share/doc/gnuradio-${PKGVERSION}/html/sub__ss_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/symbol__sync__cc_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/symbol__sync__cc_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/symbol__sync__cc_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/symbol__sync__cc_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/symbol__sync__cc_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/symbol__sync__ff_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/symbol__sync__ff_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/symbol__sync__ff_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/symbol__sync__ff_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/symbol__sync__ff_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/syminfo__impl_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/syminfo__impl_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/syminfo__impl_8h__dep__incl.map
@@ -8531,6 +8613,11 @@ share/doc/gnuradio-${PKGVERSION}/html/ta
 share/doc/gnuradio-${PKGVERSION}/html/tag__gate_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/tag__gate_8h__incl.png
 share/doc/gnuradio-${PKGVERSION}/html/tag__gate_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/tag__share_8h.html
+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.png
+share/doc/gnuradio-${PKGVERSION}/html/tag__share_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/tagged__decoder_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/tagged__decoder_8h__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/tagged__decoder_8h__incl.md5
@@ -8697,6 +8784,12 @@ share/doc/gnuradio-${PKGVERSION}/html/ti
 share/doc/gnuradio-${PKGVERSION}/html/timerasterdisplayform_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/timerasterdisplayform_8h__incl.png
 share/doc/gnuradio-${PKGVERSION}/html/timerasterdisplayform_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/timing__error__detector__type_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/timing__error__detector__type_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/timing__error__detector__type_8h__dep__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/timing__error__detector__type_8h__dep__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/timing__error__detector__type_8h__dep__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/timing__error__detector__type_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/top__block_8h.html
 share/doc/gnuradio-${PKGVERSION}/html/top__block_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/top__block_8h__dep__incl.map
@@ -8844,6 +8937,7 @@ share/doc/gnuradio-${PKGVERSION}/html/un
 share/doc/gnuradio-${PKGVERSION}/html/unpacked__to__packed__ss_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/usage_8dox.html
 share/doc/gnuradio-${PKGVERSION}/html/usrp__block_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/usrp__block_8h.js
 share/doc/gnuradio-${PKGVERSION}/html/usrp__block_8h__dep__incl.map
 share/doc/gnuradio-${PKGVERSION}/html/usrp__block_8h__dep__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/usrp__block_8h__dep__incl.png
@@ -9073,12 +9167,19 @@ share/doc/gnuradio-${PKGVERSION}/html/xo
 share/doc/gnuradio-${PKGVERSION}/html/xor__ss_8h__incl.md5
 share/doc/gnuradio-${PKGVERSION}/html/xor__ss_8h__incl.png
 share/doc/gnuradio-${PKGVERSION}/html/xor__ss_8h_source.html
+share/doc/gnuradio-${PKGVERSION}/html/xoroshiro128p_8h.html
+share/doc/gnuradio-${PKGVERSION}/html/xoroshiro128p_8h.js
+share/doc/gnuradio-${PKGVERSION}/html/xoroshiro128p_8h__incl.map
+share/doc/gnuradio-${PKGVERSION}/html/xoroshiro128p_8h__incl.md5
+share/doc/gnuradio-${PKGVERSION}/html/xoroshiro128p_8h__incl.png
+share/doc/gnuradio-${PKGVERSION}/html/xoroshiro128p_8h_source.html
 share/doc/gnuradio-${PKGVERSION}/html/zeromq_8dox.html
 share/doc/gnuradio-${PKGVERSION}/xml/ConstellationDisplayPlot_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/DisplayPlot_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/FrequencyDisplayPlot_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/GrAtscSegSymSyncImpl__export_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/HistogramDisplayPlot_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/License.xml
 share/doc/gnuradio-${PKGVERSION}/xml/SpectrumGUIClass_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/TimeDomainDisplayPlot_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/TimeRasterDisplayPlot_8h.xml
@@ -9166,6 +9267,7 @@ share/doc/gnuradio-${PKGVERSION}/xml/bui
 share/doc/gnuradio-${PKGVERSION}/xml/build_guide.xml
 share/doc/gnuradio-${PKGVERSION}/xml/burst__tagger_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/calc__metric_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/catv__config_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/catv__frame__sync__enc__bb_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/catv__randomizer__bb_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/catv__reed__solomon__enc__bb_8h.xml
@@ -9419,6 +9521,7 @@ share/doc/gnuradio-${PKGVERSION}/xml/cla
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1divide__ii.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1divide__ss.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1endian__swap.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1exponentiate__const__cci.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1file__descriptor__sink.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1file__descriptor__source.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1file__meta__sink.xml
@@ -9548,6 +9651,7 @@ share/doc/gnuradio-${PKGVERSION}/xml/cla
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1sub__ss.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1tag__debug.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1tag__gate.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1tag__share.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1tagged__file__sink.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1tagged__stream__align.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1blocks_1_1tagged__stream__multiply__length.xml
@@ -9633,6 +9737,7 @@ share/doc/gnuradio-${PKGVERSION}/xml/cla
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1correlate__access__code__bb__ts.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1correlate__access__code__ff__ts.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1correlate__access__code__tag__bb.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1correlate__access__code__tag__ff.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1correlate__and__sync__cc.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
@@ -9700,6 +9805,8 @@ share/doc/gnuradio-${PKGVERSION}/xml/cla
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1simple__correlator.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1simple__framer.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1snr__est__m2m4.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1symbol__sync__cc.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1digital_1_1symbol__sync__ff.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1dtv_1_1atsc__deinterleaver.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1dtv_1_1atsc__depad.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1dtv_1_1atsc__derandomizer.xml
@@ -9866,6 +9973,8 @@ share/doc/gnuradio-${PKGVERSION}/xml/cla
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1filter_1_1kernel_1_1polyphase__filterbank.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1filter_1_1mmse__fir__interpolator__cc.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1filter_1_1mmse__fir__interpolator__ff.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1filter_1_1mmse__interp__differentiator__cc.xml
+share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1filter_1_1mmse__interp__differentiator__ff.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1filter_1_1pfb__arb__resampler__ccc.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1filter_1_1pfb__arb__resampler__ccf.xml
 share/doc/gnuradio-${PKGVERSION}/xml/classgr_1_1filter_1_1pfb__arb__resampler__fff.xml
@@ -10090,6 +10199,7 @@ share/doc/gnuradio-${PKGVERSION}/xml/cor
 share/doc/gnuradio-${PKGVERSION}/xml/correlate__access__code__bb__ts_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/correlate__access__code__ff__ts_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/correlate__access__code__tag__bb_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/correlate__access__code__tag__ff_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/correlate__and__sync__cc_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/costas__loop__cc_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/count__bits_8h.xml
@@ -10305,6 +10415,7 @@ share/doc/gnuradio-${PKGVERSION}/xml/equ
 share/doc/gnuradio-${PKGVERSION}/xml/equalizer__nop__impl_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/expj_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/exploring__gnuradio_8dox.xml
+share/doc/gnuradio-${PKGVERSION}/xml/exponentiate__const__cci_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/fading__model_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/fake__single__viterbi__impl_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/fastnoise__source__c_8h.xml
@@ -10526,12 +10637,14 @@ share/doc/gnuradio-${PKGVERSION}/xml/int
 share/doc/gnuradio-${PKGVERSION}/xml/interleaved__char__to__complex_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/interleaved__short__to__complex_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/interleaver__fifo_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/interp__differentiator__taps_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/interp__fir__filter__ccc_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/interp__fir__filter__ccf_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/interp__fir__filter__fcc_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/interp__fir__filter__fff_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/interp__fir__filter__fsf_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/interp__fir__filter__scc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/interpolating__resampler__type_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/interpolator__taps_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/io__signature_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/keep__m__in__n_8h.xml
@@ -10548,6 +10661,7 @@ share/doc/gnuradio-${PKGVERSION}/xml/lfs
 share/doc/gnuradio-${PKGVERSION}/xml/lfsr__15__1__0_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/lfsr__32k_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/lfsr__32k__source__s_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/license_8dox.xml
 share/doc/gnuradio-${PKGVERSION}/xml/lms__dd__equalizer__cc_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/log2__const_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/logger_8dox.xml
@@ -10577,6 +10691,8 @@ share/doc/gnuradio-${PKGVERSION}/xml/min
 share/doc/gnuradio-${PKGVERSION}/xml/misc_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/mmse__fir__interpolator__cc_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/mmse__fir__interpolator__ff_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/mmse__interp__differentiator__cc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/mmse__interp__differentiator__ff_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/modulate__vector_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/moving__average__cc_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/moving__average__ff_8h.xml
@@ -10613,7 +10729,7 @@ share/doc/gnuradio-${PKGVERSION}/xml/mut
 share/doc/gnuradio-${PKGVERSION}/xml/mute__ff_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/mute__ii_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/mute__ss_8h.xml
-share/doc/gnuradio-${PKGVERSION}/xml/namespace_0D236.xml
+share/doc/gnuradio-${PKGVERSION}/xml/namespace_0D237.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
@@ -10978,6 +11094,8 @@ share/doc/gnuradio-${PKGVERSION}/xml/sub
 share/doc/gnuradio-${PKGVERSION}/xml/sub__msg__source_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/sub__source_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/sub__ss_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/symbol__sync__cc_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/symbol__sync__ff_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/syminfo__impl_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/sync__block_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/sync__decimator_8h.xml
@@ -10988,6 +11106,7 @@ share/doc/gnuradio-${PKGVERSION}/xml/sys
 share/doc/gnuradio-${PKGVERSION}/xml/tag__checker_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/tag__debug_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/tag__gate_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/tag__share_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/tagged__decoder_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/tagged__encoder_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/tagged__file__sink_8h.xml
@@ -11017,6 +11136,7 @@ share/doc/gnuradio-${PKGVERSION}/xml/tim
 share/doc/gnuradio-${PKGVERSION}/xml/timecontrolpanel_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/timedisplayform_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/timerasterdisplayform_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/timing__error__detector__type_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/top__block_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/tpb__detail_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/tpc__common_8h.xml
@@ -11090,4 +11210,5 @@ share/doc/gnuradio-${PKGVERSION}/xml/wvp
 share/doc/gnuradio-${PKGVERSION}/xml/xor__bb_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/xor__ii_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/xor__ss_8h.xml
+share/doc/gnuradio-${PKGVERSION}/xml/xoroshiro128p_8h.xml
 share/doc/gnuradio-${PKGVERSION}/xml/zeromq_8dox.xml

Index: pkgsrc/ham/gnuradio-dtv/PLIST
diff -u pkgsrc/ham/gnuradio-dtv/PLIST:1.6 pkgsrc/ham/gnuradio-dtv/PLIST:1.7
--- pkgsrc/ham/gnuradio-dtv/PLIST:1.6   Tue Jul 12 11:36:47 2016
+++ pkgsrc/ham/gnuradio-dtv/PLIST       Mon Jul 16 07:55:22 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2016/07/12 11:36:47 mef Exp $
+@comment $NetBSD: PLIST,v 1.7 2018/07/16 07:55:22 mef Exp $
 include/gnuradio/dtv/api.h
 include/gnuradio/dtv/atsc_consts.h
 include/gnuradio/dtv/atsc_deinterleaver.h
@@ -16,6 +16,7 @@ include/gnuradio/dtv/atsc_rs_encoder.h
 include/gnuradio/dtv/atsc_sync.h
 include/gnuradio/dtv/atsc_trellis_encoder.h
 include/gnuradio/dtv/atsc_viterbi_decoder.h
+include/gnuradio/dtv/catv_config.h
 include/gnuradio/dtv/catv_frame_sync_enc_bb.h
 include/gnuradio/dtv/catv_randomizer_bb.h
 include/gnuradio/dtv/catv_reed_solomon_enc_bb.h
@@ -95,6 +96,35 @@ share/gnuradio/examples/dtv/uhd_rx_atsc.
 share/gnuradio/examples/dtv/vv003-cr23.grc
 share/gnuradio/examples/dtv/vv009-4kfft.grc
 share/gnuradio/examples/dtv/vv018-miso.grc
+share/gnuradio/examples/dtv/README.atsc
+share/gnuradio/examples/dtv/germany-g1.grc
+share/gnuradio/examples/dtv/germany-g10.grc
+share/gnuradio/examples/dtv/germany-g2.grc
+share/gnuradio/examples/dtv/germany-g3.grc
+share/gnuradio/examples/dtv/germany-g4.grc
+share/gnuradio/examples/dtv/germany-g5.grc
+share/gnuradio/examples/dtv/germany-g6.grc
+share/gnuradio/examples/dtv/germany-g7.grc
+share/gnuradio/examples/dtv/germany-g8.grc
+share/gnuradio/examples/dtv/germany-g9.grc
+share/gnuradio/examples/dtv/uhd_atsc_tx.grc
+share/gnuradio/examples/dtv/vv001-cr35.grc
+share/gnuradio/examples/dtv/vv004-8kfft.grc
+share/gnuradio/examples/dtv/vv005-8kfft.grc
+share/gnuradio/examples/dtv/vv007-16kfft.grc
+share/gnuradio/examples/dtv/vv008-16kfft.grc
+share/gnuradio/examples/dtv/vv010-2kfft.grc
+share/gnuradio/examples/dtv/vv011-1kfft.grc
+share/gnuradio/examples/dtv/vv012-64qam45.grc
+share/gnuradio/examples/dtv/vv013-64qam56.grc
+share/gnuradio/examples/dtv/vv014-64qam34.grc
+share/gnuradio/examples/dtv/vv015-8kfft.grc
+share/gnuradio/examples/dtv/vv016-256qam34.grc
+share/gnuradio/examples/dtv/vv017-paprtr.grc
+share/gnuradio/examples/dtv/vv019-norot.grc
+share/gnuradio/examples/dtv/vv034-dtg016.grc
+share/gnuradio/examples/dtv/vv035-dtg052.grc
+share/gnuradio/examples/dtv/vv036-dtg091.grc
 share/gnuradio/grc/blocks/dtv_atsc_deinterleaver.xml
 share/gnuradio/grc/blocks/dtv_atsc_depad.xml
 share/gnuradio/grc/blocks/dtv_atsc_derandomizer.xml



Home | Main Index | Thread Index | Old Index