Commit graph

1156 commits

Author SHA1 Message Date
nia
b4740e8c72 soapy-sdr: explicitly unset LIB_SUFFIX 2021-04-28 09:11:16 +00:00
tnn
ffb5dd95d3 uhd: fix boost fallout 2021-04-24 16:34:54 +00:00
wiz
1cb6d470bb tfkiss: remove dead download site 2021-04-21 15:26:50 +00:00
adam
da0a125726 revbump for boost-libs 2021-04-21 13:24:06 +00:00
adam
9d0e79c401 revbump for textproc/icu 2021-04-21 11:40:12 +00:00
gdt
7695a764bf ham/chirp: Update to 20210416
upstream changes are minor
2021-04-16 13:06:13 +00:00
gdt
add5d619f3 ham/chirp: Update to 20210406
upstream changes are minor
2021-04-10 00:40:16 +00:00
tnn
5ceb246492 gnuradio-*: update to 3.9.1.0
Changed
  C++14
  C11
  VOLK now “regular” dependency, not in-tree submodule
  numpy now also a CMake-checked hard dependency for Python support
  Exception Handling: throw by value, catch by reference (clang-tidy check)
  C++11: Emplace in vectors where you can; brings performance boni, but not included in clang-tidy-checks
  An exception-throwing block will now terminate the flow graph process, configurable through top_block
  gr-utils cleanup, folder restructuring
  config version checks installed CMake file will accept “at least this version” now
  PyBind11 replaces SWIG
  Full tree conversion from SWIG to Pybind11 bindings
  Doxygen now uses MathJax, full LaTeX installation no longer required
GRC
  start flowgraph in folder where it resides
gnuradio-runtime
  When calculating offsets in non-integer rate FEC, lround
  default seed for gr::random now actually as documented time-dependent
  loggers moved from gr::block to gr::basic_block
  PMT serialization
  PMT dicts no longer indistinguishable from pairs
  PMT symbol hashing no longer suffers under oddball own implementations
gr-audio
  Increased ALSA buffer nperiods
gr-blocks
  add, add_const VOLK’ized, templated
      this seems to break things in other places, even if it proves to be mathematically identical
  wavfile infrastructure: libsndfile now dependency
gr-digital
  transcendental block: default to 32 bit float complex, not double
  Linear equalizer: separate adaptive algorithm, allows for using e.g. trained sequences instead of the classical LMS, CMA
  DFE: better structure for decision history
gr-dtv
  LDPC encoder: template functions instead of #defined macros
  LDPC encoder: smaller tables through uint16_t for index tables
gr-fec
  API uint8_t, not char
gr-fft
  FFT blocks/functions templatized
gr-filter
  logging format
  rational_resampler_base -> rational_resampler
gr-uhd
  Required UHD version bumped to 3.9.7
  logging format

Deprecated
  gr-analog
    sig_source: freq port will be removed in the future
  gr-audio
    audio-sink, -source: Windows audio sink/source deprecated, the portaudio
      sink/source works even better under windows anyway
  gr-digital
    In favor of symbol_sync, deprecate:
      clock_recovery_mm
      msk_timing_recovery
      pfb_clock_sync

Added
  C++ Generation all over the place
  PyBind bindings + generator
gnuradio-runtime
  block_gateway: set_max_output_buffer
  GR_PREFS_PATH environment variable sensitivity to configure the path to the
    config file
  gnuradio-config-info --print-all
GRC
  option to toggle ID visibilities globally
  Validation check for QT GUI hints
  Python snippets
block header parsing tool
  block header parsing tool (GSoC 2019)
gr_modtool
  option to convert blacklisted files
gr-analog
  sig_source: cmd port adds support for dicts, setting of frequency, amplitude,
    offset and phase parameters
gr-blocks
  selector now has control message ports
  Rotator-based freq shift convenience wrapper
  Message-to-Variable and vice versa blocks
  DC Spike removal
  IQ Swap
  Complex to interleaved char / short: scaling option
  Delay block: control message port
  Phase Shift block with message port
  wavfile_sink, _source can now deal with a lot of audio formats: uncompressed
    WAV/AIFF, µ- and A-law compressed audio, OGG/Vorbis, FLAC, even octave files
  Stream Demux, which demuxes streams according to lengths vector
  rotator: phase() getter
gr-digital
  OFDM: multiple CP lengths
  ofdm_equalizer_simpledfe: enable_soft_output
  Constellation Encoder
  Constellation: normalization options
gr-fec
  {en,de}code_rs_8, {en,de}code_rs_ccsds: Reed-Solomon en- and decoders
gr-fft
  Windows:
    Gaussian
    Flat Top
    Tukey
  Window build() call now with default beta
gr-filter
  GRC: File taps loader block
  Low pass FFT filter convenience wrapper
  ichar / ishort decimator
  phase continuity for freq_xlating_fir_filter
gr-network
  gr-network: a whole new networking blocks module!
      TCP
      UDP
  Much better lockup/multithreading support than 3.7-era blks2
gr-qtgui
  Azimuth/Elevation plot
  Autocorrelation plot
  Compass visualization
  Dial control
  Gauge: dial, level
  Distance plot
  LED-like indicator
  Message-passing check box
  Message-passing numeric control
  Message-passing push button
  Toggle Button
  Eye sink
  Vertical slider
gr-uhd
  Filter API
  UHD 4.0 support
  Power Reference API
  Bidirectional setting messages on both sink, source
gr-vocoder
  Codec2 dev branch support
  FreeDV: In/output rates can differ
  FreeDV: text message output
gr-zeromq
  C++ GRC templates
  Tag filtering for tag-forwarding blocks

Removed
  VOLK is no longer a submodule
  Sphinx: consolidate into doxygen, or wiki-maintained block list.
  Python 2
  SWIG
  gru python module
gnuradio-runtime
  circular_file.cc
  math/common_factor.hpp
gr-blocks
  bin_statistics_f
  log2_const
gr-digital
  PFB clock sync: set_taps
  deprecated old OFDM infrastructur
    ofdm_frame_acquisition
    ofdm_frame_sink
    ofdm_insert_preamble
    ofdm_sync_fixed
    ofdm_sync_pn
    ofdm_sync_pnac
    ofdm_sync_ml
    ofdm_receiver
  digital_voice
gr-fft
  malloc_float, _double: rely on VOLK
  Goertzel: dtor superfluous
gr-filter
  deprecated window function duplicates (use them from gr-fft!)

Fixed
  CMake: Qwt, Log4Cpp detection
  ctrlport strings unicodified
  Freedesktop install script was not executed
  Redundant icons installed
  Path substitution on Windows was backslash-broken
  YAML definitions: more than I can count
  Cross-building: py interpreter at runtime != build time
gnuradio-runtime
  ctrlport: unholy stored reference to stack-allocated object removed
  Sine table generation for fixed point math
  gr_unittest: floatAlmostEqual had a lot of false passes due abuse of all()
  get_tags_in_range for delay < (end-start)
  Premature tag pruning
  release flattened flowgraph after stopping, fixes restartability/shutdown
    problem
  PMT serialization portability
  latency issue caused by setting block alias on msg block
  Windows logging errors
  ctrlport: Thrift >= 0.13 broke
GRC
  Tab widget ID visibilities
  A lot of YAML templates
  Default setting in qtgui chooser restored
  Boolean parameters no longer switch buttons
  Nested namespace handling
  Don’t rely on set ordering in tests
  configparser import
  input box color theme on dark themes
  Search box typing doesn’t inadvertedly interact with the rest of GRC anymore
gr_modtool
  Empty argument lists allowed
  Boost UTF replaced CppUnit, this needed to be done here, too
gr-analog
  wfm left/right, filters
gr-audio
  portaudio: lock acquisition was improper
gr-blocks
  Throttle now uses monotonic clock
  Tag debug only saved last work call’s tags
  File sink flushes on stop
  gr_read_file_metadata.py used to lose rx_time precision
  File source big file handling under Windows
  file_*: fseek errors used to be ignored
gr-digital
  map_bb: thread safety, buffer overflows
  additive_scrambler: reset was broken
  Constellation scalefactor wasn’t always initialized
  long-standing qa_header_payload_demux bug addressed by waiting for both RX and
    TX, not only either
  false triggers in correlate_access_code
gr-dtv
  rate mismatch in ATSC flowgraphs
gr-fec
  async_decoder Heap corruption
  cc_encoder: constraint length K > 8 led to wrong output
gr-fft
  thread safety of copy assignment/ctor
  log power FFT Python
gr-filter
  variable_band_pass_filter GRC complex taps input
  RRC filter gain for alpha = 1
gr-qtgui
  Remove copies of image data in returns by using move semantics
  Remove bogus overriding in drawing functions of plot_raster, _waterfall
  Edit MSG box: don’t require key to be set
  Don’t check for Python2 libs
  Number Sink ignored averaging setting
gr-uhd
  UHD apps: Py3 fixes
  USRP blocks: multichannel objects not properly populating channels
gr-video-sdl
  YUV formats fixed
gr-zeromq
  Don’t depend on deprecated ZMQ functionality
  Unhandled exceptions now handled, much calmer
  Avoid infinite blocking in tb.stop() by using ZMQ_LINGER
2021-04-07 16:14:07 +00:00
tnn
0e1630ee26 hackrf: update to 2021.03.01
This release requires updating your HackRF to the latest firmware.

CPLD bitstreams are now included in and loaded automatically by the firmware.
There is no longer a need to update the CPLD separately.
The clock output (CLKOUT) is now turned off by default.
A new utility, hackrf_clock, provides a way to inspect and modify configuration
of hardware clocks, including turning on and off CLKOUT.
The rad1o badge is now supported by firmware in this release. Firmware from the
HackRF release/repository is different than the original CCCamp firmware and
only supports operation as a USB SDR peripheral.
When using a HackRF One with a PortaPack in "HackRF Mode" (operating as a USB
peripheral), the PortaPack display now indicates operational status and settings.

There have been many more enhancements and bug fixes.
For a full list of changes, see the git log.
2021-04-05 12:49:22 +00:00
nia
35fc12dd08 gnuradio-core: Remove invalid CMAKE_ARGS. This belongs in LDFLAGS. 2021-04-05 07:02:52 +00:00
gdt
f040fd5c9e ham/chirp: Update to 20210307
Upstream changes are bugfixes and minor improvements
2021-03-29 23:17:29 +00:00
gdt
fb5602d018 ham/xlog: Update to 2.0.22
- Changes for xlog version 2.0.22 - 2021-feb-27
  * Fixed empty ADIF file when Distance and Azimuth fields are in use
  * Distance must be "km" in ADIF output - fixed

- Changes for xlog version 2.0.21 - 2021-feb-18
  * Modified get_smeter and get_powerlevel to use default values
    (S9 and UNKNOWN) if hamlib cannot get values from the radio
    (e.g. quisk).
  * Be sure to use at least hamlib4.1 to avoid a crash that occurs
    when using the "Select a Radio" GUI more than once.
  * Modified configure.ac to check if compiler can support -W parameters
  * Updated cty.dat 20210218 (cty-3104)
2021-03-19 20:29:36 +00:00
nia
9164ce42ff grig: Fix build. Patches from Debian. 2021-03-09 08:14:00 +00:00
gdt
82fc4adb0c ham/xlog: Improve workarounds for upstream portability issues 2021-02-16 20:22:52 +00:00
gdt
7f2ebe2241 ham/xlog: Drop MAINTAINERship
Note upstream's unusual stance on people building from the repo.
2021-02-16 20:10:22 +00:00
gdt
a3a53fe5da ham/chirp: Update to 20210212
upstream changes: bugfixes and minor improvements
2021-02-13 15:28:58 +00:00
gdt
9429feb19a ham/hamlib: Update to 4.1
Version 4.1
        2021-01-31
        * rigctld and rigs should be more robust for disconnect problems
        * Several fixes for Icom and Yaesu rigs
        * Nobody should need to use rig->caps or rig->state anymore
             If you need a variable added please contact us.
             Note that rig->state abstraction is not implemented yet...no need known
        * New rig_get_caps_int and rig_get_caps_cptr functions to replace using caps-> values
        * New rig_get_function to replace using caps-> function pointers
        * Fix shared library problem with WSJTX, JTDX, and JS8Call
        * New model Barrett 950

Version 4.0
        2020-11-29
        * API/ABI changes, advance ABI to 4 0 0.
        * Add GPIO and GPION options for DCD.  Jeroen Vreeken
        * New backend: ELAD FDM DUO.  Giovanni, HB9EIK.
        * New RIG_LEVEL_RFPOWER_METER_WATTS level
        * All channel functions now take a vfo argument
        * New rotator backend: iOptron. Bob, KD8CGH
        * New model: Icom IC-R8600.  Ekki, DF4OR
        * New utility: rigctlcom.  Mike, W9MDB
        * New model: FT847UNI for unidirectional early serial numbers.  Mike, W9MDB
        * Remove GNU Texinfo files and build system dependency.
        * Rig model numbers have changed to allow future growth
        * Fix a lot of static code analysis errors and warnings.  Mike, W9MDB
        * Rearrange directory structure to put rigs and rotators sources
          under their own subdirectories.  Mike, W9MDB
        * rig_get_channel changed to add read_only flag.
        * rigctl(d) f command also returns VFO now.
        * caching of vfo, frequency, mode, and ptt speeds up rigctld for all.
        * caching of kenwood/yaesu "IF" speeds up polling from WSJTX/JTDX.
        * rig_get_channel now has read_only flag but it still needs to be
          implemented based on rig behavior, so if you use rig_get_channel you
          may get a RIG_ENIMPL error to contact us for fixing it.
        * New rig backend for Elecraft K4.
        * New rig backend for PowerSDR (Flex and Apache users).
        * Many fixes and enhancements.  Mike, W9MDB and many contributors
        * PTT port is no longer shared by default, use --set-conf=ptt_share=1 to enable
2021-02-13 01:02:18 +00:00
ryoon
bee3953c45 *: Recursive revbump from audio/pulseaudio-14.2.nb1 2021-02-07 06:30:06 +00:00
dbj
8f0f1f9d99 ham/fldigi: remove ascidoc 9.0.4 bug workarounds 2021-02-06 15:15:08 +00:00
gdt
19ffe37e3d ham/xlog: Limit -Wno-stringop-truncation to gcc 4/5. 2021-02-04 21:47:30 +00:00
gdt
beb4d104d3 ham/xlog: Re-rototill -Wno-stringop-truncation
Further investigation reveals this is present in recent clang and
recent gcc but not moderately old (but still very relevant) gcc.
2021-02-04 20:15:31 +00:00
gdt
60176e5930 ham/xlog: Rototill approach to non-portable warnings
Mostly, this is adapting the warning flags removed from the build and
those added to clang vs gcc.

Hoist removal of -Wno-stringop-truncation to always happen, because it
was separately on for clang and gcc, and it seems likely it would be
unknown on some other compiler.
2021-02-04 20:02:14 +00:00
gdt
619f3beea4 ham/xlog: Add another warning workaround
(Upstream sources do not compile cleanly under clang.)
2021-02-04 19:21:48 +00:00
gdt
57725dc1b1 ham/xlog: Drop patch that drops -Werror
This seems not necessary on NetBSD 9/amd64 with gcc.
(The patch was not documented and not filed upstream.)
2021-02-04 14:43:30 +00:00
gdt
2e958dc355 ham/xlog: Update to 2.0.20
pkgsrc changes:
  - drop workaround for upstream bug fixed in this release
  - rename patchfile per pkglint

- Changes for xlog version 2.0.20 - 2021-jan-30
  * Updated cty.dat 20210127 (cty-3102)
  * Added FST4 support and 5m/8m bands for ADIF 3.1.1
  * Added /dev/ttyUSB0 and /dev/ttyUSB1 to the hamlib device menu
  * Logeditor can hide TX(RST) and RX (RST) (useful for VHF contests)
  * ADIF exports Distance and Azimuth correctly if enabled in Logeditor
  * Imports ADIF from wsjt-x on UDP port 2333
  * Fixed use-after-free error discovered by Chris K2CR and valgrind
  * Fixed hash-table != null assert in dxcc.c
  * Fixed GLib-GObject-WARNING in log.c
  * Compiles cleanly with hamlib4 on ubuntu 18.04 and 20.04
2021-02-04 14:10:07 +00:00
ryoon
bfac3f1b42 *: Recursive revbump from audio/pulseaudio-14.0 2021-01-01 09:52:09 +00:00
ryoon
9343aa97b6 gnuradio-core: Remove ham/gnuradio-fcd reference
It is no longer in pkgsrc.
2021-01-01 09:08:42 +00:00
ryoon
a8e8c5c75e *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
nia
362a905b53 gr-osmosdr: Convert to PYTHON_VERSIONS_INCOMPATIBLE 2020-12-30 12:34:24 +00:00
nia
5863d01efb gnuradio-core: Convert to PYTHON_VERSIONS_INCOMPATIBLE
This will ease transition to newer Python versions, and also removes
the apparently unnecessary restriction on 3.6. According to the upstream
build system, 3.6 is the minimum version required.
2020-12-30 09:26:52 +00:00
dbj
f0532f0e6a ham/gnuradio: add 38 to PYTHON_VERSIONS_ACCEPTED 2020-12-14 00:41:56 +00:00
nia
b7274f2919 freedv: Fix building on NetBSD-current. 2020-12-09 10:38:04 +00:00
nia
ef28e22cdd xlog: Do not use -Werror. Fixes build with gcc9. 2020-12-09 10:12:14 +00:00
dbj
0c8601d74d ham/fldigi: avoid hard coding bundled dylib versions in PLIST.Darwin 2020-12-06 20:40:59 +00:00
dbj
6de765ab73 ham/fldigi: hack around asciidoc bug
asciidoc 9.0.4 appears to ignore the newline conf directive
in the table of contents
2020-12-06 00:27:51 +00:00
dbj
bd62bfaf2b ham/fldigi: build app bundles for fldigi and flarq on Darwin 2020-12-06 00:22:04 +00:00
nia
f6dd9d2f87 Revbump packages with a runtime Python dep but no version prefix.
For the Python 3.8 default switch.
2020-12-04 20:44:57 +00:00
gdt
3f01c98c3c chirp: Add gdt@ as secondary MAINTAINER 2020-12-04 13:51:37 +00:00
dbj
bbc3cad5f7 ham/gnuradio-vocoder: add dependency on codec2 2020-11-29 23:16:29 +00:00
dbj
ab8da7ddd0 ham/freedv: update to 1.4.2 2020-11-29 23:14:20 +00:00
dbj
99d93b7ee5 ham/lpcnetfreedv: new package to support freedv 2020-11-29 23:12:43 +00:00
dbj
df9485718e ham/codec2: update to 0.9.2 2020-11-29 23:10:24 +00:00
dbj
9553c5975f ham/gnuradio-digital: fix build issue with upstream patch 2020-11-29 22:35:47 +00:00
dbj
a7972c091d ham/fldigi: remove redundant libXcursor dependency
it's already included by the fltk13 buildlink.mk file when needed
2020-11-29 22:07:22 +00:00
dbj
269de2b1d2 ham/predict: use PTHREAD_LDFLAGS and PTHREAD_LIBS 2020-11-29 21:16:52 +00:00
dbj
7b427b4ec1 ham/predict: link against curses and not ncurses 2020-11-29 21:16:36 +00:00
gdt
2b7d949d07 chirp: update to 20201121
Upstream changes are bugfixes and minor improvements
2020-11-25 01:01:15 +00:00
ryoon
2831546220 *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
gdt
bb4169631f chirp: Update to 20201014
upstream: minor improvements
2020-10-15 23:29:56 +00:00
gdt
4d344235c1 chirp: Update to 20201008
upstream changes: minor improvments and bug fixes
2020-10-09 12:28:51 +00:00
mef
7e8aaa075f (ham/gnuradio-doxygen) PKGREVISION++ 2020-10-05 21:23:06 +00:00
mef
a47959393d (ham/gnuradio-doxygen) regen PLIST, adapting to doxygen-1.8.20. 2020-10-05 21:21:36 +00:00
gdt
f05e217f41 ham/chirp: Update to 20200909
Upstream changes: bugfixes
2020-09-17 11:47:59 +00:00
gdt
c6d4f3bb02 ham/chirp: Update to 20200902
upstream changes are minor
2020-09-03 15:00:33 +00:00
wiz
00da7815c0 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
tnn
c0aac2b9be gr-osmosdr: drop some unused dependencies (osmo-sdr and libmirisdr)
Upstream doesn't build support for these devices by default anymore:
> The actual osmosdr had only a very limited production run many years
> ago and is therefore of little interest to most gr-osmosdr users.
> Mirisdr was experimental at best, because the dongles were never
> widely avaialble outside of Japan and had multiple unconnected antenna
> ports.
2020-08-30 21:52:43 +00:00
tnn
15ca3ae6ea gr-osmosdr: update to 0.2.2
This adds support for gnuradio 3.8 & boost compatibility fixes
2020-08-30 21:35:53 +00:00
tnn
cc9c3f2d33 gnuradio-zeromq: update to 3.8.1.0 2020-08-30 21:16:02 +00:00
tnn
ce0ce05a0b gnuradio-wavelet: update to 3.8.1.0 2020-08-30 21:14:07 +00:00
tnn
41dbcf5764 gnuradio-vocoder: update to 3.8.1.0 2020-08-30 21:12:55 +00:00
tnn
16c78040e5 gnuradio-video-sdl: update to 3.8.1.0 2020-08-30 21:11:08 +00:00
tnn
926411fd85 gnuradio-utils: update to 3.8.1.0 2020-08-30 21:09:24 +00:00
tnn
6d4e106546 gnuradio-uhd: update to 3.8.1.0 2020-08-30 21:07:13 +00:00
tnn
6e78f01c3c gnuradio-trellis: update to 3.8.1.0 2020-08-30 21:05:13 +00:00
tnn
bedc65fa64 gnuradio-qtgui: update to 3.8.1.0 2020-08-30 21:04:29 +00:00
tnn
349e4139c7 gnuradio-fec: update to 3.8.1.0 2020-08-30 21:01:28 +00:00
tnn
6a4d0be1b3 gnuradio-dtv: update to 3.8.1.0 2020-08-30 20:59:52 +00:00
tnn
d97cee0add gnuradio-doxygen: update to 3.8.1.0 2020-08-30 20:58:23 +00:00
tnn
f2241057f1 gnuradio-digital: update to 3.8.1.0 2020-08-30 20:53:11 +00:00
tnn
3811a3a01b gnuradio-ctrlport: update to 3.8.1.0 2020-08-30 20:51:34 +00:00
tnn
8b263e74cd gnuradio-companion: update to 3.8.1.0 2020-08-30 20:48:22 +00:00
tnn
75b8b86079 gnuradio-channels: update to 3.8.1.0 2020-08-30 20:46:41 +00:00
tnn
e49e6e8b1b gnuradio-core: update to 3.8.1.0
Here is a very high level list of changes:

## Changed
### Project Scope
- C++11
- merged the wholeness of the `next` branch
- Dependency version bumps: CMake, GCC, MSVC, Swig, Boost
- New dependencies: MPIR/GMP, Qt5, gsm, codec2
- Removed dependencies: libusb, Qt4, CppUnit
- Python: Python 2 & Python 3 compatible. 3.8 will be the last Py2k-compatible
  release series
- gengen was replaced by templates (if you don't know gengen, don't do any
  research; save yourself that sorrow)
- Modern CMake (as far as feasible at this point)
- VOLK version updated to v2.0.0
- .clang-format file now dictates coding style
- clang-format'ed the whole tree.
- installed CMake files now tell about configuration

### gnuradio-runtime
- reworked fractional tag time handling, especially in the context of resamplers

### GRC
- C++ generation as option
- YAML instead of XML
- removed `blks2`
- much better canvas tooling
- consistent gobject usage
- ROUNDED ARROWS

### gr-qtgui
- moving from Qt4 to Qt5

### gr-utils
- `gr_modtool` now vastly improved

### gr-vocoder
- improved versatility
- removed in-tree libgsm, libcodec2, use system-wide libs

## Removed
### Project Scope
- Modules `gr-comedi`, `gr-fcd` and `gr-wxgui` are gone
### gr-comedi
- nobody could remember who used this, or for what. It has seen 0 active code
  contributions in the 3.7 lifecycle
### gr-digital
- python-based `packet_encoder` and related tools: Bugs that were sporadic and
  never fixed, so after long deprecation, we're removing it
### gr-fcd
- since it's currently untestable by the CI, it's being removed, as there was no
  code contributions. Generally, we strive to include all batteries with GNU
  Radio. Re-integration within a more general SDR interface would be desirable.
### gr-utils
- removed PyQwt (dead) based tools
### gr-wxgui
- Unmaintained, breaks on increasingly many systems, always was slower than
  Qtgui. We've been starting to tell people to migrate to Qt since at
  least 2015. Now, we're finally removing it.
2020-08-30 20:43:46 +00:00
tnn
851c1c9ae7 really delete gnuradio-wxgui 2020-08-30 08:40:33 +00:00
jnemeth
f161271ecb add and enable gnuradio-wxgui 2020-08-27 02:47:48 +00:00
gdt
fc7a59acfa ham/chirp: Fix patches for previous commit 2020-08-25 13:50:36 +00:00
gdt
17c979f8e3 ham/chirp: Update to 20200807 (switching to daily builds)
Upstream does not have release notes (or releases).

chirp now tracks upstreams "chirp-daily" pseudoreleases, labeled by
date.  The package remains "chirp"; upstream only calls it chirp-daily
due to some GNU/Linux packaging issues.

This is a huge update as 0.4.1 is from many years ago.
2020-08-25 13:45:52 +00:00
gdt
9d254c9a6b ham/chirp: sort PLIST 2020-08-25 13:42:15 +00:00
tnn
b157093afa drop currently unresolvable dependency 2020-08-20 01:55:06 +00:00
tnn
bc7531c89d gr-osmosdr: partial merge for -wip to fix pbulk scan failure
XXX: Package may currently not build. Will be solved by fully merging from
wip after gnuradio update.
2020-08-20 01:52:38 +00:00
leot
b13a568190 *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
tnn
ae15503574 gnuradio-*: remove packages deprecated by upstream in upcoming 3.8 update 2020-08-18 04:36:57 +00:00
tnn
1d7c84954f gnuradio-*: remove packages deprecated by upstream in upcoming 3.8 update 2020-08-18 04:35:39 +00:00
leot
953ab724e1 *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
tnn
1c8dc91007 added ham/py-soapy-sdr 2020-08-01 09:00:31 +00:00
tnn
dfbfb5b9d6 PY_PATCHPLIST goes before extension.mk 2020-08-01 08:59:36 +00:00
tnn
834a017e8d ham/py-soapy-sdr: Python bindings for SoapySDR 2020-08-01 08:57:05 +00:00
tnn
9a9cb1afea soapy-sdr: delete the python binding. Will be added as a separate package. 2020-08-01 08:17:43 +00:00
tnn
53072853d9 gnuradio-core: use external libvolk. Bump PKGREVISION.
Note that the previous gnuradio-core package conflicts with math/volk.
In order to update you must delete the old gnuradio-core package so
that math/volk can first be installed.
2020-08-01 07:49:26 +00:00
tnn
6d195706f5 added ham/soapy-sdr 2020-08-01 07:47:21 +00:00
tnn
4615691484 ham/soapy-sdr: import soapy-sdr-0.7.2
SoapySDR is an open-source generalized API and runtime library for interfacing
with SDR devices. With SoapySDR, you can instantiate, configure, and stream
with an SDR device in a variety of environments. Most off the shelf
SDR hardware platforms are supported by SoapySDR, and many open source
applications rely on SoapySDR for hardware integration support. In addition,
SoapySDR has bindings for development frameworks like GNU Radio and Pothos.
2020-08-01 07:46:14 +00:00
tnn
20abe16956 uhd: Linux installation fixes 2020-08-01 03:58:54 +00:00
mef
1369145940 (ham/predict) Updated to 2.2.6
Release 2.2.6:
By John A. Magliacane <kd2bd@amsat.org> (20-May-2020):

* The installer program has been replaced by a bash script that
  configures, compiles, and installs PREDICT and several companion
    client utility applications.

* The SingleTrack and MultiTrack displays have been modified for
  more consistent performance across a wider range of terminals.

* PREDICT's "vocalizer" now employs the Advanced Linux Sound
  Architecture (ALSA) environment instead of OSS in response
    to recent changes in v5.6 and later Linux kernels.

* The handling of geosynchronous and geostationary satellites
  has been improved, but still needs to be used with caution.

* 100 MHz normalized downlink Doppler shift information has been
  added to all -p and -f command-line outputs.

* The documentation and the transponder database file have been
  updated, and the format of the man page has been corrected.
2020-06-16 13:43:36 +00:00
mef
1a5a2ae546 (ham/predict) Updated 2.2.3 to 2.2.5
Release 2.2.5:
By John A. Magliacane <kd2bd@amsat.org> (05-May-2018):

* Fixed coding bugs identified by GCC v8.1.0.

* Re-arranged GCC arguments in installer.c for better
  compatibility with more recent versions of GCC.

* Added a -dp command-line option to PREDICT to
  provide quick Doppler shift estimates in CSV format.
    (Thanks Joeal Subash)

* Updated the documentation to reflect the changes.
----------------------------------------------------------------------------

Release 2.2.4:
By John A. Magliacane <kd2bd@amsat.org> (12-Mar-2018):

* Fixed a bug affecting the -f switch that sometimes caused
  a failure to return proper output.  (Tnx: Andrej Lajovic)

* Fixed a bug in installer.c that sometimes caused a failure
  to properly install PREDICT's executable into /usr/local/bin
    by default.

* Added <errno.h> header to gsat-1.1.0/src/callbacks.c
----------------------------------------------------------------------------
2020-06-16 12:43:24 +00:00
adam
6bd0c30da6 Revbump for icu 2020-06-02 08:22:31 +00:00
rillig
2c7f5a6040 ham/xlog: remove unknown configure option 2020-06-01 06:09:42 +00:00
mef
587c5f87be (ham/gnuradio-ctrlport) Add two REPLACE_PYTHON lines 2020-05-23 00:04:18 +00:00
adam
d62c903eea revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
joerg
b1b98bb087 Avoid rebuilding everything for doxygen, just the docs are fine. Don't
keep an insanely long hand-maintained list of Python files, go with
wildcards. Simplify various build commands.
2020-05-19 13:58:24 +00:00
joerg
55e9a2a4cb Fix sphinx name. 2020-05-19 13:57:11 +00:00
gdt
45f67a8315 ham/tqsl: Update SUBST pattern to follow upstream
Upstream changed the lib64 stuff a bit, making our SUBST pattern no
longer match.  (Either that, or we just got it wrong.)  Adjust
pattern.

Pointed out by rillig@.
2020-05-16 14:26:53 +00:00
joerg
c32cb376f9 Fix boost::placeholders fallout 2020-05-14 19:22:44 +00:00
joerg
8275cefe9e cmake logic only supports Python 2.7. 2020-05-14 19:22:01 +00:00
joerg
85de3cb1d4 Fix boost endian fallout 2020-05-14 19:21:34 +00:00
joerg
e14c43c47c Fix boost::placeholders fallout 2020-05-14 19:21:04 +00:00
joerg
8e0b798c5a Fix boost fallout. 2020-05-09 15:17:51 +00:00
adam
7d4b705c63 revbump after boost update 2020-05-06 14:04:05 +00:00
rillig
65c48991ca ham/cwtext: document safe usage of array[char] 2020-05-03 16:49:32 +00:00
jnemeth
899c1bb25d add requisite blank line 2020-04-30 04:55:38 +00:00
mef
0d4e4c08b8 (ham/xlog) Updated 2.0.17 to 2.0.19
- Changes for xlog version 2.0.19 - 2020-apr-19
  * Updated cty.dat 20200418 (cty-3007)

- Changes for xlog version 2.0.18 - 2019-jun-11
  * added FT4 support and updated to ADIF 3.1.0
  * Updated cty.dat 20190608
2020-04-20 22:54:53 +00:00
joerg
40f5a2e1be Needs libXcursor 2020-04-20 00:39:36 +00:00
joerg
a4923e93b0 Add missing includes 2020-04-17 13:33:44 +00:00
prlw1
0ded89e22c uhd: fix build by reverting v1.17 2020-04-09 16:23:09 +00:00
adam
3403f45832 uhd: fix building when py-numpy is also installed; docs/CMakeLists.txt is not necessary any more 2020-04-08 08:07:17 +00:00
mef
fd198abdd7 (ham/uhd) Removed duplicated line by wrong edit (REPLACE_PYTHON) 2020-04-07 15:57:02 +00:00
mef
7badbb1113 (ham/uhd) Updated to 3.15.0.0
## 003.015.000.000
* N320: Fix MCR initialization, fix checks for LO distribution board,
  reset RX IQ balance on init, replace DRAM FIFO with replay block,
  improve constraints, fix I/Q imbalance compensation, add FPGPIO control
* N310: increase default dc offset averaging window, make tunes
  asynchronous, add capability to control RF filter bypass and freq.band
  limits, fix setting user DB EEPROM, correctly report N321 vs N320,
  improve DDR3 BIST, update max revision to 7, fix DMA arbitration to
  use contiguous packets, replace DRAM FIFO with replay block, fix SFP
  link up status, add workaround for clocking interference with external
  reference clocks, disable gpsdo clock/time source options when
  enable_gps=0
* X300: Fix max bitfile size, fix GPIO ATR property access type, heavily
  refactor, introduce conn_mgr, add DPDK support, add
  capability to flash NI-2974 FPGA, fix clocking code, enable 11.52 MHz
  and 23.04 MHz system ref rates, improve usage of constrained device
  args, enable ADC gain through RFNoC API, add mode to set master clock
  rate to arbitrary values between 184.32 and 200 MHz, throttle
  muxed_zero_copy_if
* E320: Fix time source clobbering ref source, add support for RevE, fix
  reporting of FPGA version hash, fix SFP link up status, fix missing
  ce_clk driver
* E310: Convert to MPM architecture, fix uhd_image_loader usage, fix DMA
  arbitration to use contiguous packets, reduced DMA chans to 4 (using
  data stream muxing), fix DRAM_TEST target build
* E3xx: Correct frontend name in devtest
* B200: Add command to query bootloader status, fix sc12 streaming, fix
  FIFO sizes on GPIFII interface
* UBX: add temperature compensation mode
* SBX: Only update ATRs when lock state changes
* TwinRX: add LO charge pump properties, increase default charge pump
  value on LO1, add low spur tuning mode, fix duplicate write to N value
  in DDC
* RFNoC/device3: Read command FIFO size from device instead of
  hardcoding values, fix multidevice graph connections, ENABLE_RFNOC now
  defaults to ON, search all nodes for tick rate, add update_graph()
  call which lets blocks do a graph-wide update of properties, fix
  missing port arg in SR_WRITE Noc-Script call, constrain
  send/recv_frame_size baed on MTU, fix flushing on init/deinit, disable
  FC ACKs for lossless links
* RFNOC/FPGA: Fix rb_stb in split stream block, fix off-by-one error in
  the window block, fix phase reset and -accumulator for DDC and DUC
  blocks, fix flushing on split-stream block, fix DC offset issue with
  DDS by using proper rounding, fix DUC/DDC sample rate switching by
  latching N on M in axi_rate_change, various fixes to
  uhd_image_builder, fix MTU settings in blocks, align byte count to
  8-byte word
* RFNOC: Allow UHD_RFNOC_DIR to contain multiple paths
* Python API: Replace Boost.Python with PyBind11, fix benchmark_rate
  statistics, fix phase alignment test script
* Python API: Added include of complex.h to allow pybind to convert
  complex data types
* Python API: Make multi_usrp::get_*_usrp_info() return a Python dict
* Python API: Fix array processing in send_waveforms()
* UHD: Allow ignoring fallthrough warnings, reduce Boost footprint,
  remove gpsd dependency, improve streaming, reduced the number of
  compiler warnings, introduce pop() to the prop tree, add typecast
  operator from uhd::dict<> to std::map<>, properly cache config file
  data
* MPM/mpmd: Introduce compatible rev numbers to support future hardware,
  fix some resource leaks in mpmd, fix spurious reclaims causing
  unnecessary warnings, fix resource leaks in liberio xport, allow to
  mux data streams over liberio transports (e.g. to require fewer DMA
  channels on E310), wait for DPDK links to come up before proceeding,
  relax failure handling when updating components (fixes spurious errors
  when updating FPGA images over SFP), fix issue where RPC
  initialization would hang on failure
* MPM:  Re-enable RPC server timeouts after components have been updated
* MPMD: Remove arbitraty frame size defaults for UDP transports
* MPMD: Fix incorrect link rate warnings
* FPGA: Use new device-tree overlay syntax, upgraded to Vivado 2018.3,
  broke various paths with critical timing, allow SystemVerilog source
  files, improve viv_modify_bd and viv_modify_tcl_bd, fix resets on 2clk
  FIFOs
* USB: Allow cancelled USB requests to occur
* USB: Fix global session race condition
* Logging: Always honour log level, don't log colours for non-ttys, fix
  includes, demote various log messages, fix logging colours, fix
  deadlock on Windows machines
* Examples: Fix benchmark_rate INIT_DELAY, fix memory leak in
  tx_samples_c
* Examples: Remove thread priority elevation
* Examples: Add options to benchmark_rate for start delays and priority
* Tests: Make the Python interpreter for devtests a parameter, add unit
  tests to MPM
* Utilities: Fix converter benchmark for Py3k and scaling issue
* Tools: Fix kitchen_sink
* Tools: Fix Wireshark dissectors to work with WS1, 2, and 3
* Tools: Various fixes to FPGA functional verification tests
* Docs: Various fixes, fix Doxygen warnings, fix links to KB, update
  DPDK information about building libraries, add DPDK subsection about
  thread priorities, update testing procedures
* C API: Add uhd_get_abi_string, uhd_get_version_string
* CMake: Make manpage compression optional, allow setting of PKG_DOC_DIR
  from the CMake commandline, add replay example, fix missing 'project',
  replace ENABLE_PYTHON3 with a simpler Python detection, clean up
  superfluous modules, improve log statements, bump dependency min
  versions, add MPM unit testing, fix missing BIGOBJ for MSVC, add our
  own UHDBoost.cmake to better find Boost across versions and systems,
  constrain DPDK check to exact version
* Formatting: Apply clang-format to all files, break after template<>
2020-04-07 15:51:50 +00:00
nia
4b51d9715f *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
gdt
80a098354a ham/tqsl: Drop MESSAGE
Some content was about long-ago breaking changes and is no longer
relevant.  Everything else is pointers to docs which are superceded by
the general notion that docs should be read :-)

(after off-list discussion with $MAINTAINER)
2020-03-18 13:41:23 +00:00
gdt
917bdec939 ham/tqsl: Update to 2.5.1
Sign/upload of log tested on NetBSD 8 amd64.

Packaging changes:
  Change to wxGTK30, and don't use mk/wxGTK.mk
  Force off lmdb in tqsl's cmake

Upstream NEWS:

  localization

  Major feature Additions:

    Use an ARRL-supplied web service with ULS data to pre-fill station
    location information.

    Detect when the user runs TQSL “As Administrator” on Windows
    systems and warn that this is not recommended.

    The user is allowed to temporarily or permanently ignore that
    warning.TQSL no longer asks for passwords for callsign
    certificates when they are created.

    There is a preference setting to re-enable this if desired.

    When submitting requests for US 1x1 callsigns, which must always
    be a signed request, ensure that the flow properly marks the
    callsign as 1x1, and that the requester has a valid callsign
    certificate that can be used to sign that request.

  minor updates and bugfixes
2020-03-16 16:43:22 +00:00
wiz
61ad480c2f gpredict: update to 2.2.1.
Changes in version 2.2.1 (20 Jan 2018)

- Fixed bug that could prevent TLE update to work on Windows
- Increased size of TLE source widget in preferences dialog


Changes in version 2.2 (5 Jan 2018)

- New Monitor mode for antenna controller
- Improved satellite search field in module editor
- Finished migration to Gtk+ 3
- Fixed time controller jumping to January in manual mode when using local time
- Fixed crash when connecting to rotctld server that isn't running
- Fixed missing version number in Debian packages
- Avoid using gcc-specific language extensions
- Fixed some automake warnings
- Fixed "GtkDialog mapped without a transient parent..." messages
- Various internal bugfixes and improvements
- Updated translations
- Updated satellite data
- Updated windows build files


Changes in version 2.0 (10 Dec 2017)

- New logo
- Initial port to Gtk+ 3
- Import transponder data from Satnogs database https://db.satnogs.org/
- Support for multiple TLE sources
- Improved radio and antenna rotator controllers (no application freeze)
- Map can be centered around arbitrary longitude
- Natural sort function for satellite list in module configuration
- Select a satellite in all views
- AOS and LOS signalling in rigctl interface
- Autotrack satellites in a module
- Support for user defined end stops on Azimuth axis
- Experimental gpsd support
- Change frequency and antenna position using the mouse wheel
- Highlight satellites within range in the list view
- Improved handling of decayed satellites
- Fixed application freezing while talking to radios and rotators
- Fixed incorrect program name in desktop files
- Fixed 100% CPU load on manual time adjustment
- Fixed issue controlling Yaesu FT-847
- Fixed old log files not being saved
- Fixed track button in rotator controller having no effect
- Fixed operational status of satellites
- Fixed wrong icon in time controller
- Fixed mising ground track for new satellites
- Fixed show next pass shows the current pass
- Fixed problems with plotting footprints near the poles
- Fixed satellite nickname not escaped for Pango
- Updated translations
2020-03-11 19:55:56 +00:00
wiz
4e3b1b97c2 librsvg: update bl3.mk to remove libcroco in rust case
recursive bump for the dependency change
2020-03-10 22:08:37 +00:00
wiz
f669fda471 *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
gdt
219a11feca ham/xlog: Work around use of deprecated glib2 APIs 2020-02-28 17:52:13 +00:00
gdt
f1e902b3f8 ham/xlog: Drop print/libgnomeprint dependency
No binary change because the package did not look for or link against
this library.  Upstream removed this dependency in 2008, but
apparently we didn't notice.
2020-02-28 15:17:03 +00:00
rillig
9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00
rillig
b686dd9180 all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
2020-01-18 23:30:43 +00:00
jperkin
26c1bffc9f *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
ryoon
eedd1e806f *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
joerg
14cd0b7ed3 Ignore unknown warnings and deprecation attributes with clang. 2019-12-19 22:18:17 +00:00
adam
5cf2c6d97e uhd: PLIST fix for Doxygen option 2019-11-28 19:41:38 +00:00
rillig
dfe681142d ham: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-03 19:32:06 +00:00
gdt
e7027a1e96 ham/gnuradio-qt: Explain status relative to upstream and qt
The quick summary is that the current package is from April, and
upstream had a new release in August.  That new release switches from
qt4 to qt5.  Updating GNU Radio in pkgsrc is complex, but tends to
happen fairly soon after the upstream release.  As part of that
update, this package is expected to switch to qt5.
2019-10-29 16:01:44 +00:00
mef
90a7109651 (ham/trustedQSL) Updated 2.4.2 to 2.4.7, ChageLog unknown 2019-10-26 11:06:22 +00:00
adam
f66cb4f2e3 Switch sphinx to versioned deps. 2019-10-21 21:55:03 +00:00
mef
4a3969f489 (ham/gnuradio-doxygen) Fix PLIST with doxygen 1.8.16, just 0D237.xml to 0d237.xml 2019-10-21 14:01:18 +00:00
nia
73b4b64fae Rename audio/portaudio-devel to audio/portaudio 2019-10-20 11:10:47 +00:00
mef
26fb0ea2f5 (ham/gnuradio-core) Fix build problem on NetBSD, after orc is updated 0.4.29 to 0.4.30, thanks maya@ 2019-10-14 12:40:27 +00:00
adam
1217ed0072 uhd: updated to 3.14.1.1
003.014.001.001

Device3: latch n on m in axi_rate_change in DUC/DDC
Device3: UART: fix TX <-> RX, FIFO size as parameter
Device3: Restore default buffer sizes for MPMD UDP
RFNoC: Fix off by one error in window.v
E320: fix time source clobbering ref source
B200: Add command to query bootloader status
RFNoC: fix multidevice graph connections
MPMD: Fix corner case in MPM device discovery
MPM: fixed mboard_max_revision value (MPM compat check failures)
MPM: Fix version string for logger
Docs: x300: update docs for multiple timed commands
Docs: Fix Doxygen warnings due to spurious backslashes
Docs: RFNoC: Fix Doxygen warning due to undoc'd parameter
Docs: Adjust FPGA functional verification tests
Docs: Fix MPM cmake command for E320
RFNoC: Re-enable flow ctrl for blocks on same xbar
Tools: Fix build issues with kitchen_sink
cmake: Add UHD_COMPONENT variable
2019-10-04 10:41:44 +00:00
ryoon
7917e25af2 Recursive revbump from audio/pulseaudio 2019-09-18 14:17:03 +00:00
adam
435af01a8b Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
ryoon
edacf2bbcb Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
wiz
84e123ddd2 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
wiz
1ac2210b6f *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
wiz
c30c5fbc0b *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
mef
7d46f5f815 Correction of PLIST with chrooted build. *.dot -> *.map/*.png 2019-07-11 14:26:09 +00:00
ryoon
a9b08e65d4 Try to fix build with boost-1.70.0
* boost-1.69.0 has "(Deprecated: Use get_executor().)" for get_io_context
  in boost/asio/basic_socket.hpp. So use get_executor().context().
2019-07-08 17:50:55 +00:00
adam
7c0eda08b7 uhd: updated to 3.14.1.0
003.014.001.000
N320: Terminate the DAC when not transmitting
E320: Add support for rev E
E320: Added .gitignore for FPGA build products
X300: Add DPDK support
X300: add capability to flash NI-2974 FPGA
X300: Broke two critical timing paths in FPGA
X300: fixed udp WSA buffer size assignment issue
E310: Fix DRAM_TEST target build
B200: Add bootloader for FX3 (fix for B2xx failing to enumerate)
TwinRX: Expose charge pump current for LO2
TwinRX: Add low spur mode for LO2
TwinRX: increase rev c lo1 charge pump default value
TwinRX: Fix tick rate
Device3: Constraint send/recv_frame_size based on down/upstream MTU
Device3: Fix MTU and default frame sizes
RFNoC: Search all nodes for tick rates
RFNoC: Change default address for the reg readbacks
uhd_image_builder: Let the OOT module point to folders not named "rfnoc"
uhd_image_builder: Add --auto-inst-src
MPMD: Fix spurious reclaim call after unclaim
MPMD: Release resources on destruction
MPM: Add SW/HW compat
liberio: Release context holder on destruction of last liberio xport
transport: fixed a pre-mature buffer reset
nirio: Fix typo in nirio_zero_copy
GPSD: fix API for 'gps_read'
AD9361: Fix return values for tune and set_clock_rate
DUC/DDC: Fix phase reset and accumulation
cores: Use NSDMI consistently in ?x_dsp_core_3000.*
Logging: fix deadlock issue on Windows machines
Logging: Fix ANSI colour codes
Utils: Add X300/X310 reset utility
Docs: Improved Windows-related build instructions
Docs: Add link to README for building custom filesystems for N3xx
sim: Fixing the port number in use for connection
tools: Fix for proj creation in ip_utils for tcl-based IP
tests: Fix mock_ctrl_iface for 32-bit MSVC
2019-07-02 16:44:55 +00:00
ryoon
57d0806c39 Recursive revbump from boost-1.70.0 2019-07-01 04:07:44 +00:00
mef
db662ceef8 (ham/gnuradio-*) Updated 3.7.13.4 to 3.7.13.5
## [3.7.13.5] - 2019-04-20

### Fixed
#### Project Scope
- PMT: in multiple places, we triggered undef. behaviour by accessing the first element of potentially empty uvectors
#### gr-audio
- Windows audio for higher output multiples broken
#### gr-blocks
- QA: `udp_source_sink` flakiness
#### gr-dtv
- Several broken optimizations
- 64-APSK partially wrong ordering
- OOB access in interleaver
- uncovered worst case LDPC LUT generation
#### gr-qtgui
- Compiler Warnings

#### gr-fec
- `polar_encoder`/`_common`: Memory leak
#### gr-uhd
- GRC bindings: DC filter was could not be disabled with IQ imbalance correction disabled

### Added
#### gnuradio-runtime
- ctrlport: int64 for `rpcbasic_inserter`

### Changed
#### GRC
- Removed generation time from generated python code
2019-06-21 16:02:16 +00:00
mef
ce31a4c538 Prepare update 3.7.13.4 to 3.7.13.5, Remove PKGREVISION=, 2019-06-21 15:55:48 +00:00
mef
881f5e7153 Prepare update 3.7.13.4 to 3.7.13.5, Remove PKGREVISION=, and remove BROKEN for -utils 2019-06-21 15:54:14 +00:00
mef
5c182996eb (ham/hackrf) Add missing tool (USE_TOOLS= pkg-config)
The error was:
  -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
  CMake Error at /usr/pkg/share/cmake-3.13/Modules/FindPkgConfig.cmake:505 (message):
    pkg-config tool not found
2019-06-18 12:42:26 +00:00
wiz
9c67f8c822 gnuradio-utils: comment out troublesome py-matplotlib dependency.
This is already marked BROKEN.
2019-06-18 05:52:30 +00:00
adam
7566aa3bbe gnuradio-utils: mark as BROKEN 2019-06-17 20:44:41 +00:00
adam
47eda6f434 gnuradio-core: py-scipy -> py-scipy12; bump revision 2019-06-15 17:54:22 +00:00
gdt
109603cc44 ham/tqsl: Require C++11
While the package is not documented to use C++11, it uses std::string
constructs added in C++11, and fails compilation with g++ 5.5.0
without --std=c++11.  Add todo markings to file upstream bugs;
upstream does not adequately document prereqs.
2019-05-13 00:21:34 +00:00
wiedi
7ca913f065 predict: fix build on SunOS 2019-05-05 21:44:58 +00:00
gdt
a61f30e924 ham/gr-osmosdr: Mark python 36 and 37 as not ok
Both 36 and 37 result in build errors.  The package builds ok with 27.
2019-04-30 16:13:42 +00:00
mef
dfb88cb559 Upgraded ham/trustedQSL to 2.4.2
Trusted QSL V2.4.2 Release Notes

This version of Trusted QSL (TQSL) has new features as well as
corrections for defects found since TQSL 2.4.1 was released. This
release also includes an update to the most recent TQSL configuration
file.

TQSL 2.4.2 can be installed to upgrade any older version of TQSL. You
do not need to install every release from 2.2 through 2.4, you can
upgrade directly to v2.4.2 in one step.

IMPORTANT NOTE for MacOS users:

TQSL has been built to be compatible with older Mac systems (OSX 10.4
and later) and to work on both PowerPC and Intel CPU Macs. The current
release of OSX (10.14, or Mojave) issues a warning about

TQSL when it is run stating that it is not “optimized”, and that it
will not work with the next release of OSX. This is forcing us to drop
support for PowerPC systems in order to continue to support Mac
systems. We will freeze TQSL 2.4.x and make it available indefinitely,
but the next major release of TQSL will not work on PowerPC Macs or
Macs running OSX older than Tiger.

On all three supported platforms (Windows, MacOS, and Linux),
installing TQSL 2.4.2 will replace older versions of Trusted QSL while
preserving your Callsign Certificates, Station Locations, and
preferences.  On Windows, simply run the TQSL 2.4.2 installer, which
will automatically uninstall older versions of TQSL (and, if
installed, TQSLCert). On Mac OS X, open the disk image (.dmg) file and
drag the “Trusted QSL” folder to your Applications folder. Direct
the installer to “Replace All”, which will uninstall old files.

For Linux systems, unpack the tar file and read the INSTALL file for
directions.  TQSL 2.4.2 has been “localized” to allow use in the
native language of non-English speakers. This could not have been done
without the help of the volunteers who have contributed translations
for TQSL.

Thanks to the following for their assistance:
Chinese: Caros, BH4TXN
Hindi: Manmohan, VU3YBH
German: Andreas DF4WC
Italian: Salvatore IV4FYV
Japanese: Akihiro JL3OXR
Portuguese: Nuno CT2IRY
Russian: Vic US5WE
Spanish: Jordi EA3GCV

The following list describes the major changes in the v2.4.2 release
of Trusted QSL.

TQSL changes
Defects Corrected:

Ensure that the exit status message emitted by TQSL appears in English
so logging programs can use that to detect exit status. In the past,
this could have been output in the local language, making it more
difficult for the calling program to detect whether or not there were
any errors.  Improve setting of ITU and CQ zones when defining a
Station Location. There were many cases where these were left empty,
which means that Station Locations were more likely to not have zones
defined.

Fix issue with Windows updates of TQSL failing when the user's
directory has a space embedded. Note that this is a forwards-looking
fix: this defect is in the existing TQSL 2.4.1, so updates for users
with spaces in their usernames will continue to fail until after 2.4.2
is installed.  Remove spurious error message when run on a system
where the local language is not supported.

Features Added:

When displaying a callsign certificate where the private key is
missing from the local system, specifically state that the private key
is not found. Added a specific message for keys that cannot be opened
to provide the root cause.  Improve the error message for missing
private keys to be more descriptive.  Add the ability to map Cabrillo
modes to user-specified ADIF modes using the cab_modes.dat file in the
TQSL user directory. File has Cabrillo modes (two characters), then an
ADIF mode, comma delimited.  Default file is provided by TQSL and
users can provide their own.  Allow adding translations without making
code changes.

Reinstalling TQSL 2.4.1

Downgrading to TQSL 2.4.1 can be seamlessly performed by uninstalling
TQSL 2.4.2 and reinstalling TQSL 2.4.1.
2019-04-30 13:22:09 +00:00
adam
c7da50ee6e uhd: updated to 3.14.0.0
UHD 3.14.0.0
N320: Add support for N320 and N321
USRP-2974: Add support for USRP-2974
DPDK: Add DPDK-based sockets-like library (for N3xx)
N3xx: clocking API changes for transitioning clock and time sources
N3xx: Bump max rev to G/6
N3xx: Improve error messages for invalid clock/time settings
N3xx: Get RFNoC crossbar baseport from FPGA
N3xx: init peripherals before loading FPGA (to fix SFP0 init issues)
N3xx: Move Linux kernel to 4.15
N3xx/E320: Prepend SDK filename with device name
N3xx: Update max rev to 7 (H)
N3xx: Remove DDR3 from standard BIST collection
N3xx: BIST: Improve DDR3 BIST to check for DmaFIFO
N3xx: BIST: Auto-load the AA image for the ddr3 BIST
N3xx: BIST: DDR3 test only enumerates first block
N310: Modify AD9371 reset function to keep it in reset
N310: move init_rf_cal before JESD de/framer bringup
N310: Fix sporadic power on failures (requires firmware update)
E3xx: Increase spp limit for E3xx radio
E320: bist: Fix ref_clock lock test implementation
E320: bist: Add link_up test
E320: Add all 5 temp sensors, fan sensor and rssi sensors per channel
E320: Fix tx/rx atr - antenna and frequency settings
E320: Enable devtest for E320
E320: images: Separate images package for Aurora image
E320: Get RFNoC crossbar baseport from FPGA
E320: add fpga_version_hash to e320 device info
E310: Fix initialization of antenna and frequency values
E31x: Destruct RFNoC before loading idle image
X300: Reduce default send_frame_size to 4000 over Ethernet
X300: Change Ethernet buffering
X300: Log git hash and compat number as debug message
X300: Move defaults to their own header
X300: Use constrained_args
X300: Enable clock_source and time_source device args
X300: NIRIO: Demote RPC client cancel/abort to TRACE
X300: remove default_buff_args properties
X300: Remove 120 MHz master_clock_rate option
X300: Set minimum master clock rate to 184.32 MHz
X300: Factor our PID -> MB type and MB type -> product name mapping
X300: Remove usage of boost::bind
X300: Fix compiler warnings related to type conversions
X300: Fix tick and sample rate setting
X300: Enable ADC gain through RFNoC API
X300: Demote NIRIO rpc client start/stop log messages to DEBUG
X300: Enable 11.52 MHz and 23.04 MHz system ref rates
X300: Enable x300_device_args.to_string()
X300: Catch more inconsistencies in x300_device_args
X300: Removed invalid 200 MHz sysref rate
X300: Change PLL CP currents in x300_clock_ctrl
B200: Remove superfluous fake lambda
B200: Add support for user regs
B200: Fix compiler warnings related to type conversions
B100: Move fifo_ctrl_excelsior to b100 subdir
B100: Fix fifo_ctrl_excelsior not exiting
B100: Remove all Boostisms from fifo_ctrl_excelsior
B100: Demote some clocking-related log messages to trace
MPM: Get list of temperatures from all thermal zones
MPM: add link_speed xport_info
MPM: Add mpm_device as usrp_hwd module variable
MPM: Add usrp_update_fs
MPM: Add i2c APIs for simple transfers
MPM: Add vector-based transfer function for i2c
MPM: Add variable configuration support to nijesdcore
MPM: Add eyescan utility to nijesdcore
MPM: Add PRBS-31 testing to nijesdcore
MPM: Add convenience function to pull i2c bus from device tree
MPM: Open and close i2c file descriptor on every access
MPM: Multiprocessing instead of threading for claimer loop
MPM: Factor out user EEPROM code into own module
MPM: Add gpgga sensor function to GPSd iface
MPM: Add bridge mode support
MPM: Parameterize max UDP link allocation
MPM: xport: add commit_xport docstring
MPM: Improve error message on double-claim
MPMD: Parallelize broadcast-finding
MPMD: add option to enum rfnoc blocks from args
MPMD: add link speed to xport udp
MPMD: Add API to set RPC timeout atomically
MPMD: Move timeout constants to header
MPMD: Use new RPC API with timeout
MPMD: Increase claim_rpc call timeout
MPMD: implement get_*x_hints
MPMD: honor user supplied send/recv_frame_size args
MPMD: Use 4096 bytes for frame size for liberio transport
MPMD: Use init timeout for update_component
MPMD: Allow reclaim failures on component updates
MPMD: Fix typecast warning in property tree default settings
Device: Parallelize device discovery
Device3: Move from packet-based to byte-based flow control
Device3: Constrain send_buff_size to input fifo size
Device3: remove tx_hint[send_buff_size]
Device3: Replace NULL with 0 for empty function pointers
Device3: Remove redundant function call
Device3: Fix flow control window and interval
UHD: Release recv buffers earlier in rx_streamer
UHD: Fix ADF400x driver for ref counter and charge pump mode
UHD: Improve constrained_device_args_t
UHD API: Add multi_usrp::get_user_settings_iface()
UHD: Remove usage of time_t (except when required)
UHD: add default xport params to udp_zero_copy
UHD: Update rx_frontend_gen3.v controls for 1/4-rate mixer
UHD API: Move definition of ALL_MBOARDS and ALL_CHANS constants to
CPP file.
UHD: Add traffic counter to null source sink
UHD API: Add multi_usrp::set_sync_source() API
UHD: Improve documentation for the UHD exception types
UHD: Improve documentation for set_{time,clock,sync}_source
UHD: add .clang-format file
UHD: Add device arg to enable dual ethernet for tx
UHD API: Add sync source to Python API
UHD API: Add support for Tx LO control to C API
UHD: Improve compatibility of abs() calls
UHD: include <stdint.h> for int64_t for time_spec
UHD: Updates to coding guidelines
UHD: Fix MSVC warnings by changing a size_t to unsigned int or
uint32_t
UHD: Add potentially missing but sometimes inferred include for
experts
UHD: Add default xport params to udp_wsa_zero_copy
UHD: Move device3 flow control functions to header for benchmark
utility
UHD: Make sure BOOST_VERSION is always available
UHD: Make clang-format skip formatting for some data structures
UHD: Remove vim hints in headers
UHD/MPM: Apply clang-format to all files
UHD: Add modified clang-format for headers
UHD: Replace uhd::math::log2 with std::log2
UHD: Replace boost::*::{lcm,gcd}() with portable versions
UHD API: Change get_{tx/rx}_dc_offset_range default from ALL_CHANS
to 0
UHD: Revert to boost instead of std for sleep in some instances
UHD: Replace Boost macros with custom ones for endianness
UHD: muxed_zero_copy_if fixes
UHD: Replace Boost lock & mutex with std variety for AD9361 code
UHD: fix includes for boost::noncopyable
UHD: Fix buffer size warning on UDP transport
UHD: Remove duplicate operator=() for sid_t
UHD: Fix conversion warning in max287x
UHD: Fix various type-conversion compiler warnings
RFNoC: Convert SR_READBACK_REG_FIFOSIZE to bytes
RFNoC: Add ability to enable/disable RX timestamp
RFNoC: add async message handler
RFNoC: Changes to traffic counter register names
RFNoC: Fix replay example port args
RFNoC: Fix default SPP for replay
RFNoC: Add halt to replay API
RFNoC: Fix late packet errors
RFNoC: Fix detection of outstanding acks by ctrl_iface
RFNoC: Add some missing virtual destructors
RFNoC: Update FIFO XML definition
RFNoC: Prevent unnecessary FC ACK packets
RFNoC: More graph traversal fixes
RFNoC: Fix scaling of M and N values in DDC/DUC
RFNoC: Fix typos in legacy_compat
RFNoC: Limit number of control packets in flight
RFNoC: Disable FC ACK packets for lossless links
RFNoC: Add valid num_input_ports check to node_ctrl_base
Utils: Add Zip test to downloader
Utils: Factor wait_for_lo_lock() out of cal utils
Utils: Add check for gdb_eeprom before accessing
Utils: Deny positional options in uhd_image_loader
Utils: Set tx gain to max for rx iq cal
Tools: Add tool to analyze settling time of gain and freq changes
Tools: Make the UHD source gen a plugin for the phase alignment test
Test: Add Python API test
Test: Integrate Python API Tester into Devtest
Test: Add graph impl test to device3_test
Test: Retrofit sph test to use new mock transport
Test: Enable rx_samples_to_file in devtest for X300
Test: Fix CMake endif warning for devtest
Test: Fix compiler warning about unused timestamp
Test: Add #include in system time test
Test: Add benchmark of streaming code paths
Test: replace has_key by using 'in'
Test: Add universal_newlines to subprocess call in devtest
Examples: add rfnoc_radio_loopback example
Examples: Add benchmark_streamer example
Examples: Add dual measurements to benchmark_streamer
Examples: Clean up rfnoc_radio_loopback example
Examples: Add keyboard controls to rx_ascii_art_dft
Examples: Add benchmark_streamer support for multi-channel streamer
Examples: Optimize benchmark_rate start time
Examples: Improve formatting and comments in tx_waveforms
Examples: Optimize tx_waveforms memory allocations
Examples: change boost to std for time commands
Examples: Add LO Offset to rx_samples_to_file
Examples: update lo-offset naming in tx from file
Examples: Add lo-offset to tx_waveforms
Examples: Improved error message in tx_waveforms
Examples: Move ascii_art_dft main function within include guard
Examples: Fix boundary condition in ascii_art_dft plotting
Docs: Fix Doxygen warnings
Docs: Add info on how to implement user regs on B200
Docs: Add manual page on compat numbers
Docs: Add comments for TwinRX and MCR
Docs: N3xx page shell formatting and bb image
Docs: n3xx: fix Salt formatting
Docs: Add note on manually disabling NEON extensions
Docs: Fixed typos in N3xx image names (SD card build)
Docs: Add notes on external reference frequencies for X300
CMake: Bump CMake minimum version to 2.8.12
CMake: Change SOVERSION and VERSION for the library files
CMake: Extend list of additional Boost versions
CMake: fix variable usage
Cmake: remove Boost from dyn libs for tests on Apple
Cmake: Fix MSVC options (add /bigobj)
Cmake: Use native format for setup.py
CPack: Fix RPM generation
2019-04-28 20:31:28 +00:00
wiz
c1cd0111c8 chirp: PYTHON_VERSIONS_ACCEPTED=27 because of py-gtk2 2019-04-28 07:15:11 +00:00
maya
5901ac0824 Omit mentions of python 34 and 35, after those were removed.
- Includes some whitespace changes, to be handled in a separate commit.
2019-04-26 13:13:41 +00:00
maya
f34a8c24a3 PKGREVISION bump for anything using python without a PYPKGPREFIX.
This is a semi-manual PKGREVISION bump.
2019-04-25 07:32:34 +00:00
gdt
7adb4b8443 ham/uhd: Deeclare gnu++11 instead of c++11
Upstream does not document language requirements, but this lets it
build on netbsd-8 so it must be right.
2019-03-31 00:53:41 +00:00
adam
5235557f43 uhd: updated to 3.13.1.0
003.013.001.000 Changelog

E320: Fix front panel GPIO readback
E320: Fix master_clock_rate setting
E320: Print extra ouptut for ref_clock BIST
E320: Fix gps_locked type
E320: Fix return value of get_fpga_type()
N3xx: Enable setting clock and time sources at runtime
N3xx: Add ref_clock BIST
N3xx: Improve set_time_source() and set_clock_source()
N3xx: Add exception for init failure
N3xx: Remove HA, XA images packages
N3xx: Change init() procedure to reduce configuration time
N310: Add frequency bounds
N310: Fix RX antenna mapping
N310: Add log messages when re-initializing dboards
N310: Add skip_rfic argument to reduce time of BIST
N310: Add initialization of TX bandwidth
E310: Fix initialization of antenna and frequency values
E310: Type-cast fix for Boost
X300: Improve firmware compat error message
X300: Updated niusrprio driver
X300: Add recovery for duplicate IP addresses in EEPROM
X300: Prevent duplicate MAC and IP addresses from being programmed
X300: New mode to configure master clock rate
X300: Implement RFNoC get antenna functions
B2xx: Fix values of MASK_GPIO_SHDN_SW and GPIO_AUX_PWR_ON in firmware
B2xx: Revert changes to DSP core to fix scaling factor adjustment
B2xx: Restore asynchronous reset of AD936x
(fixes LIBUSB_TRANSFER_OVERFLOW and unexpected sid errors)
TwinRX: enable ch1 lo amps if ch2 is using an external lo source
TwinRX: Correctly initialize antenna mapping on X300
TwinRX: Revise ADF5356 frac2 register calculation to prevent drifting spurs
TwinRX: Fix initialization
TwinRX: Tuning improvements
TwinRX: Enable phase resync on ADF535x
TwinRX: Make routing to LO1 and LO2 mutually exclusive
BasicRX/LFRX: Fix real mode in rx_frontend_core_3000
UHD: Define UHD_API as empty string when building static lib
UHD: Changed to 'all_matching' endpoint resolution for udp_simple transport
UHD: Add support for NEON SIMD
UHD: Fix usb_dummy_impl compilation in MSVC
UHD: Reconcile time_spec operators with boost concepts
UHD: Fix rounding in ddc/duc rate calculation
UHD: Increase MPMD RPC timeout when calling set_time_source()
UHD: Fix RX streamer SOB and EOB handling
UHD: Add UHD_SAFE_CALL to block_ctrl_base destructor
UHD: Change SOVERSION to ABI string and VERSION to full UHD version
UHD: Update cmake style to use lower case commands
UHD: Add SOURCE_DATE_EPOCH
UHD: Improve logic for UHD_IMAGES_DIR
UHD: Add RUNTIME_PYTHON_EXECUTABLE
UHD: Fix return value of get_rolloff() for filters
UHD: Properly register devtest
UHD: Fix log statement for Port number on RFNoC block
UHD: Use "MATCHES" instead of "STREQUAL" for "Clang"
UHD: Fix GPGGA string formatting for gpsd
Device3: Set default block control response SIDs
Device3: Fix block control flushing
RFNoC: Improved flushing mechanism in noc_shell and dma_fifo
RFNoC: Install missing dma_fifo_block_ctrl header
RFNoC: Replace some [] with .at() in radio_ctrl_impl
RFNoC: Fix graph traversal
MPM: Add Git hash, version to device info
MPM: Reset the RPC server upon reload
MPM: TDC: Update PDAC BIST and flatness test to use latest APIs
MPM: Fix handling of 0-valued dt-compat
MPM: Fix GPSD sensor names for N3xx and E320
MPM: Add args to update_ref_clock_freq to properly support dynamic setting
 of clock and time references
MPM: Fix Pylint warnings
MPM: Identify sysfs gpios more generically
MPM: Add lock_guard() function
MPM: Factor E320 and N3xx BIST code into common module
MPM: Add gpsd error handling
MPM: Add FPGA git hash to device info
MPMD: Increase RPC timeout during readng mb sensor
MPMD: Improve error message for compat number mismatches
Python API: Enable Python API on Windows
Python API: Change .dll to .pyd for Win32
Python API: Fixing Boost.Python initializer visibility
Python API: Fix duration of benchmark rate
Python API: Add missing constructors of time_spec_t
Python API: Expose streamer timeouts
Python API: Tighten the scope of releasing the GIL
Python API: Add device_addr_t
Python API: Populate the tune_result_t binding
Utils: Many fixes and enhancements for uhd_images_downloader
Utils: Update query_gpsdo_sensors to work on E310
Examples: Removed some legacy code patterns from RFNoC examples
Examples: Fix channel argument for rx_samples_to_file
Examples: Fix benchmark_rate MIMO synchronization
Examples: Add phase alignment example
Examples: Fix RX antenna not being applied in txrx_loopback_to_file
Test: Add more env vars, make Py3k compatible
Test: Add multi_usrp_test.py to devtest
Test: Clean up, refactor, and improve devtest
Test: Enable rx_samples_to_file in E320 devtest and N3xx devtest
Test: Reduce sample rate for E320 1G devtest
Test: Add unit test for eeprom_utils
Docs: Add clock_source and time_source to n3xx argument list and fix WR clock_source call
Docs: Minor tweaks to the Python API manual page
Docs: Add E320 test procedures
Docs: Added TwinRX page
Docs: Fix N210 MIMO Phase Alignment test command
Docs: Add E320 information
Docs: Improve sections on clock/time references
Docs: Add section on X300 motherboard clocking
Docs: Add more information on Salt for N3xx and E320
Docs: Adjust E310 functional verification tests
Docs: Add documentation on GIL release
Debian: Update control files
Images: Add N3xx CPLD file to manifest
2019-03-22 17:58:27 +00:00
mef
5f363f82dc (ham/gnuradio-doxygen) Adjust PLIST, by bulkbuild environment. 2019-03-16 00:04:49 +00:00
mef
a6b12925f1 (ham/uhd) textproc/py-docutils is necessary only on options.mk 2019-03-15 00:49:01 +00:00
mef
a4f4b298da Fix PLIST issue with the four combinations of SUGGESTED_OPTIONS 2019-03-14 21:17:51 +00:00
mef
ec2095e773 ham/uhd: PLIST* were adjusted for 4 combinations of options, doxygen/manual.
Thanks Tobias Nygren for suggestions ( I need double check later).
2019-03-03 10:36:14 +00:00
gdt
73cd95e831 ham/uhd: Add language rules from upstream bug report
c++11 and gcc 4.8 are required, per upstream.
2019-02-27 00:35:25 +00:00
mef
dd7879cc16 Updated ham/gnuradio-doxygen to 3.7.13.4nb3 for doxygen-1.8.15, PKGREVISION++ 2019-02-25 23:37:38 +00:00
mef
d6e43db96d mv share/doc/uhd/doxygen/html/Ettus_Logo.png from PLIST -> PLIST.doxygen
thanks Tobias Nygren
2019-02-25 21:31:27 +00:00
mef
04574abf84 Updated to ham/uhd uhd-3.11.1.0nb3, PLIST* update for doxygen-1.8.15, PKGREVISION++ 2019-02-24 21:41:11 +00:00
mef
bdac88f84b Updated ham/fldigi 4.0.16 to 4.1.01
- (pkgsrc) drop  patch-src_rigcontrol_hamlib.cxx, it is now included)
- (upstream) below

=Version 4.1.01=

2019-02-18  David Freese  <w1hkj@bellsouth.net>

	1d4798c: CW h/w ptt
	ca3e777: nanoIO
	a943ae3: NAVTEX abort
	ce586b8: dup-check
	57cc6ea: ADIF submode
	96e1f05: WF only bug fix
	06c56b3: LotW
	c5af7e0: Pedantic warnings
	892336b: SD counties
	044dd29: QRZ.com
	aeed471: SV1GRB test report


=Version 4.1.0=

	39a76e8: po update
	79c67d3: WWV doc
	04e53b5: Winkeyer FSK
	b8ca88e: Contests
	b197c75: arq-override
	8572f35: flmsg-dir
	02c66eb: contest-docs
	9d85169: fldigi_def.xml
	20e2c02: socket_mods
	e1c2d80: Fltk 1.4 mod
	5ffd6f5: wefax
	fb1fd67: nanoIO
	7d604b8: CW SOM table
	4eec8f2: flrig: macro
	99b0a01: Audio adjust docs
	146bd7e: feldhell
	6b5c93a: C-11 fixes
	ccbd52f: nano FSK
	ed6a7db: Mint-19/Mate
	e9c0f2d: Signal Browser documentation
	fbb0654: flrig seg fault


=Version 4.0.18=

	2fef9cb: CPS testing
	aa757af: ipv6 addressing
	c62662c: MT63 centering
	9460c00: fsq mods
	5a7377f: IFKP/THOR greyscale image
	51e2829: Hamlib bug fix
	58c6362: Tooltip
	47d2c6c: nanoIO
	a253603: THROB adif
	f46cb9b: RigCAT dialog


=Version 4.0.17=

	a2b9172: flarq idtimer
	d58b0b7: Greek language update
	4c3ca8f: tmpfile
	87cb7e1: xmlrpc cat string
	4f72635: Modem start frequency
	dc68d02: Serial port discovery
	55aa627: Log entries
	2fea354: flarq appdir
	c480982: rx/tx
	56553fa: RTTY Quick pick
	79aa5d6: quick pick rtty baud
	d1f91ea: Documentation Update
	e4a5cec: CW/FSK I/O on start
	a9df13f: WinKey PTT
	6de7360: Navigator
	fa8e53e: nanoIO
	202ad12: Default Lighted Button
	dfd1b0b: ST/PR macro tags
	490f683: K2/K3/KX3 data modes
	c39a88b: Logbook read
	6cb1e5a: 8pskF
	89ff7c8: fsq/ifkp audit logs
	cd7e502: RTTY browser decode
2019-02-23 11:30:03 +00:00
mef
d7b12bbd25 Updated ham/xlog 2.0.15 to 2.0.17
- Changes for xlog version 2.0.17 - 2019-jan-14
  * Suppress GCC warning "stringop-truncation" in editest.c
    which occurs with GCC >= 8.1.
  * Updated cty.dat 20190114

- Changes for xlog version 2.0.16 - 2019-jan-13
  * added JS8 support and updated to ADIF 3.0.9
  * Updated cty.dat 20181210
2019-02-23 07:31:26 +00:00
tnn
04008bb4c1 add ham/kalibrate-{hackrf,rtl} 2019-02-07 14:08:29 +00:00
tnn
25d2ac142d ham/kalibrate-rtl: import kalibrate-rtl-20131215
kalibrate, or kal, can scan for GSM base stations in a given frequency band
and can use those GSM base stations to calculate the local oscillator
frequency offset.
2019-02-07 14:03:50 +00:00
tnn
60a38b3858 ham/kalibrate-hackrf: import kalibrate-hackrf-20160704
kalibrate, or kal, can scan for GSM base stations in a given frequency band
and can use those GSM base stations to calculate the local oscillator
frequency offset.
2019-02-07 14:03:22 +00:00
tnn
1bf094a2a4 rtl-sdr: revert previous & delete wrong SUBST fragment from Makefile 2019-02-03 10:48:17 +00:00
tnn
339f3064cb rtl-sdr: build fix
too much static is ironic in a radio package ...
2019-02-03 10:42:19 +00:00
tnn
56c894da1a uhd: remove duplicate PLIST entries 2019-02-02 15:52:51 +00:00
tnn
339bc7c503 rtl-sdr: update to 0.6.0
Changes:
- build fixes
- tuner_r82xx: turn off loop-through, remove dead code
- lib: use USB zero-copy transfers if possible
2019-02-02 14:35:15 +00:00
tnn
3e0a3f2a03 hackrf: update to 2018.01.1
Please note that if you are on 2015 firmware you must update the SPI flash
and CPLD of your hackrf, otherwise you may experience unpredictable behavior.

See: https://github.com/mossmann/hackrf/wiki/Updating-Firmware

HackRF 2018.01.1
- improved reliability of DFU boot loader

HackRF 2017.02.1
- Sweep mode
- Hardware synchronization
- reduced power consumption
- bug fixes
2019-02-02 08:44:44 +00:00
gdt
581a9818c9 uhd: Restore mistakenly-removed PKGREVISION 2019-01-09 19:21:37 +00:00
gdt
f4e187b2a0 uhd: Adjust makefile comments 2019-01-09 15:52:29 +00:00
gdt
c88db67337 uhd: Add patch for missing boost include to use boost:noncopyable
No PKGREVISION++; this didn't compile before.
Patch has been filed upstream.
2019-01-09 01:28:45 +00:00
gdt
b06d09f5cb uhd: Remove obsolete MESSAGE file. 2018-12-29 02:44:20 +00:00
adam
5b12b7b592 revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
prlw1
603b5ccdc7 Revbump for libcanberra gstreamer change. 2018-11-29 11:21:45 +00:00
kleink
f1a683c990 Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
ryoon
b86dfe6873 Recursive revbump from hardbuzz-2.1.1 2018-11-12 03:51:07 +00:00
tnn
b2e77bde7a predict: needs FAKE_NCURSES 2018-09-29 14:01:58 +00:00
gdt
714aad1dea gr-osmosdr: Drop gr-fcdproplus as a dependency
gr-fcdproplus does not build.  Drop it, so that gr-osmosdr builds
with the rest of the sources.  Leave a \todo for when fcdproplus is
fixed.
2018-09-25 01:14:38 +00:00
gdt
9432d6b858 gr-osmosdr: Add comments to Makefile 2018-09-24 12:04:39 +00:00
gdt
757bc46838 rtl-sdr: update to 0.5.4
upstream changes:
  bugfixes
  minor improvments
  add new HanfTek dongle
2018-09-01 19:09:57 +00:00
wiz
93b46879c7 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
gdt
b072faabce hamlib: update to 3.3
Version 3.3
        2018-08-20
        * New models, R&S xk2100, TRXMAnager, Meade LX200
        * HTML manual is now generated at 'make dist' so users don't
          need GNU Info tools installed.  TNX Greg, N1DAM for the suggestion.
        * Handle longer udev generated file names up to 512 characters
        * Add debug time stamps with new '-Z' option and '--debug-time-stamps'
          options to rigctl, rotctl, rigctld, and rotctld utilities.
        * rigctld/rotctld continue working after serial or TCP device
          disappears.
        * Updates and fixes to FT-817, K3, IC-7300, AOR 3030, TM-D710,
          OMNI VII, TH-D72, Flrig, TS-590, piHPSDR, TS-2000, and netrigctl.
        * Update utility manual pages (section 1) and remove their reference
          material from the Info manual so it only needs to be update in one
          file.
        * Add new general project manual pages (section 7) and edit the Info
          manual to match.  These should not change much so keeping them in
          sync should not be too much of a burden.  The Info manual may be
          removed at some point in the future.
        * Last planned release of the present API/ABI.  Future releases will
          require recompilation and relinking by client programs using the C
          library interface (programs that only use the network daemons should
          be unaffected).
2018-08-21 16:31:34 +00:00
adam
9d06c0a472 revbump after boost-libs update 2018-08-16 18:54:26 +00:00
dbj
1b779efa51 ham/gnuradio-core: remove file from PLIST that is also in PLIST.oss 2018-08-13 05:56:29 +00:00
dbj
9d6f615aa4 ham/predict: fix MASTER_SITES 2018-07-21 23:21:17 +00:00