[BACK]Return to PLIST CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / ham / hamlib

File: [cvs.NetBSD.org] / pkgsrc / ham / hamlib / PLIST (download)

Revision 1.19, Sat Feb 13 01:02:18 2021 UTC (3 years, 2 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1
Changes since 1.18: +10 -4 lines

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

@comment $NetBSD: PLIST,v 1.19 2021/02/13 01:02:18 gdt Exp $
bin/ampctl
bin/ampctld
bin/rigctl
bin/rigctlcom
bin/rigctld
bin/rigmem
bin/rigsmtr
bin/rigswr
bin/rotctl
bin/rotctld
include/hamlib/ampclass.h
include/hamlib/amplifier.h
include/hamlib/amplist.h
include/hamlib/rig.h
include/hamlib/rig_dll.h
include/hamlib/rigclass.h
include/hamlib/riglist.h
include/hamlib/rotator.h
include/hamlib/rotclass.h
include/hamlib/rotlist.h
lib/libhamlib++.la
lib/libhamlib.la
lib/pkgconfig/hamlib.pc
man/man1/ampctl.1
man/man1/ampctld.1
man/man1/rigctl.1
man/man1/rigctlcom.1
man/man1/rigctld.1
man/man1/rigmem.1
man/man1/rigsmtr.1
man/man1/rigswr.1
man/man1/rotctl.1
man/man1/rotctld.1
man/man7/hamlib-primer.7
man/man7/hamlib-utilities.7
man/man7/hamlib.7
share/aclocal/hamlib.m4
share/doc/hamlib/COPYING
share/doc/hamlib/COPYING.LIB
share/doc/hamlib/ChangeLog
share/doc/hamlib/LICENSE
share/doc/hamlib/README
share/doc/hamlib/README.betatester
share/doc/hamlib/README.developer