Commit graph

51 commits

Author SHA1 Message Date
tnn
39afd20844 gnuradio: update to 3.10.0.0
- gr-pdu: Protocol Data Units library
- gr-iio: Linux industrial I/O library (but not packaged in pkgsrc)
- Custom Buffers Support
- switch from Log4CPP to spdlog
2022-01-16 18:06:25 +00:00
tnn
e20e880208 + gnuradio-soapy-sdr 2021-06-27 08:12:28 +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
dbj
99d93b7ee5 ham/lpcnetfreedv: new package to support freedv 2020-11-29 23:12:43 +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
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
tnn
1c8dc91007 added ham/py-soapy-sdr 2020-08-01 09:00:31 +00:00
tnn
6d195706f5 added ham/soapy-sdr 2020-08-01 07:47:21 +00:00
jnemeth
899c1bb25d add requisite blank line 2020-04-30 04:55:38 +00:00
tnn
04008bb4c1 add ham/kalibrate-{hackrf,rtl} 2019-02-07 14:08:29 +00:00
dbj
40eefce3a0 ham/predict: add new package for version 2.2.3
predict is a curses based satellite tracking/orbital prediction program

PREDICT provides real-time satellite tracking and orbital prediction
information to users and client applications in a variety of ways:

    Through the system console
    Through the command line
    Through a network socket
    Through the generation of audio speech

Data such as a spacecraft's sub-satellite point, azimuth and elevation
headings, Doppler shift, path loss, slant range, orbital altitude,
orbital velocity, footprint diameter, orbital phase (mean anomaly),
squint angle, eclipse depth, the time and date of the next AOS (or LOS
of the current pass), orbit number, and sunlight and visibility
information are provided on a real-time basis. PREDICT can also track
(or predict the position of) the Sun and Moon. PREDICT also has the
ability to control AZ/EL antenna rotators to maintain accurate
orientation in the direction of communication satellites. As an aid in
locating and tracking satellites through optical means, PREDICT can
articulate tracking coordinates and visibility information as plain
speech.
2018-06-04 07:18:47 +00:00
wiz
06bd0ca307 *: remove qt3 and the packages using it, including KDE3
Announced in https://mail-index.netbsd.org/pkgsrc-users/2017/09/10/msg025556.html
2017-09-26 10:26:54 +00:00
mef
85e931e23e Added ham/flxmlrpc version 0.1.4 2017-05-05 00:07:40 +00:00
mef
4da77970ca +hackrf 2014-10-13 13:49:43 +00:00
mef
d8b441e2fe Removing usrp and usrp-docs, gnurdio-uhd has been taken over those. 2014-10-13 13:39:08 +00:00
mef
2225d28220 -gnuradio-examples 2014-10-13 13:35:53 +00:00
mef
2bddef1bc3 +gr-fcdproplus
+gr-osmosdr
+libmirisdr
+osmo-sdr
+rtl-sdr
2014-10-13 13:14:03 +00:00
mef
f12f790fff Update GNU Radio 3.3.0 (2010-09-15) to 3.7.5
See the thread for modularity issues etc:
  http://mail-index.netbsd.org/pkgsrc-users/2014/09/07/msg020346.html
See more info at recent  gnuradio-core/Makefile commit log, thanks.
2014-10-13 12:51:08 +00:00
mef
696c31d235 ham/uhd version 3.7.2rc1 added. 2014-09-08 07:16:28 +00:00
dbj
f7076979e7 import chirp from http://chirp.danplanet.com/
Tool for programming Amateur Radio HTs
2014-07-21 07:57:20 +00:00
dbj
549d6a97c7 add freedv from the FreeDV project at http://freedv.org/ 2014-07-21 07:34:17 +00:00
dbj
22e66d99e1 import codec2 from the freedv project at http://freedv.org/ 2014-07-21 07:30:50 +00:00
mef
4bcf673107 Add ham/trustedQSL 2.0rc3. 2013-09-13 08:49:48 +00:00
wiz
fc0c78aa3e + xnec2c. 2013-07-20 16:56:18 +00:00
wiz
4d6b3455ce + nec2c. 2013-07-20 16:46:55 +00:00
wulf
2ed65bac73 Added and enabled fldigi: A digital radio modem 2008-10-23 08:09:14 +00:00
rillig
6aecf48699 Added mk/misc/category.mk, which contains the definitions that are only
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is
also relevant for the top-level directory. Adjusted the category Makefiles.
2007-08-13 08:12:41 +00:00
wulf
973e5feab2 Added and enabled ham/gpredict 2007-07-02 16:36:33 +00:00
wiz
e2c2c24014 Remove some more gnome1-libs dependencies.
No comment on pkgsrc-users nor from the maintainers after two weeks.
2007-05-20 15:21:35 +00:00
obache
a084b90f4c + fl_logbook 2007-01-21 16:51:05 +00:00
wulf
88d9181721 Added and enabled the following packages:
gnuradio-audio-jack
	gnuradio-audio-portaudio
	gnuradio-core-docs
	gnuradio-radio-astronomy
	gnuradio-trellis
	gnuradio-video-sdl
	usrp-docs
2006-11-13 18:20:41 +00:00
wulf
4ecd654a4a Added and enabled gpredict: A realtime satellite tracking program 2006-01-15 13:07:31 +00:00
wulf
0ed7eda345 Added and enabled
gnuradio-audio-oss
      gnuradio-core
      gnuradio-examples
      gnuradio-gsm
      gnuradio-howto
      gnuradio-usrp
      gnuradio-wxgui
      usrp

packages that are part of the GNU Radio project, a digital signal
processing development kit.
2005-10-07 23:34:02 +00:00
rillig
2065c61c76 Converted the Makefiles to the "category normal form", as required by
pkglint.
2005-08-06 20:33:56 +00:00
wulf
bf148db666 Added and enabled gmfsk-0.6: A multimode HF terminal program 2005-01-24 18:06:57 +00:00
wulf
fc04d6e04c Added and enabled linpsk, a PSK31 program based on WinPSK 1.0 2005-01-23 20:34:21 +00:00
wulf
39a8488240 Added and enabled grig and tlf 2004-09-24 23:40:56 +00:00
wulf
d2e3ce7af1 Added and enabled xdx-1.1 : Amateur Radio tcp/ip DX-cluster client 2004-02-23 23:03:36 +00:00
wulf
104dbe532c Added and enabled xlog-0.8, a amateur radio logging program 2003-07-03 00:47:56 +00:00
wulf
cb3bbb4439 Added and enabled hamlib: API for digital communications equipment 2003-06-26 22:44:48 +00:00
hubertf
dec275bb4d add & enable yaesu 2002-05-08 00:03:29 +00:00
zuntum
091818d826 add & enable locator 2002-04-19 15:38:52 +00:00
zuntum
b2526809e8 add & enable cwtext 2002-04-19 15:17:15 +00:00
zuntum
1bb5c34489 add & enable wwl 2002-04-19 14:55:30 +00:00
wiz
02e8ee6a47 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
While I'm here, unify category Makefiles to more standard style.
(If you have tools depending on the previous form, please fix them.)
2001-02-16 15:51:46 +00:00
wiz
da2ee0daf4 sort 2000-10-24 10:13:35 +00:00
wulf
a710e85df4 Added and enabled dpbox 2000-05-15 11:00:46 +00:00
wulf
bf68babdcb add & enable 7plus 2000-01-31 11:35:13 +00:00