pkgsrc-Changes archive

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

CVS commit: pkgsrc/ham/hamlib



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sat Feb 13 01:02:18 UTC 2021

Modified Files:
        pkgsrc/ham/hamlib: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/ham/hamlib/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/ham/hamlib/PLIST
cvs rdiff -u -r1.23 -r1.24 pkgsrc/ham/hamlib/distinfo

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

Modified files:

Index: pkgsrc/ham/hamlib/Makefile
diff -u pkgsrc/ham/hamlib/Makefile:1.48 pkgsrc/ham/hamlib/Makefile:1.49
--- pkgsrc/ham/hamlib/Makefile:1.48     Mon Aug 31 18:09:46 2020
+++ pkgsrc/ham/hamlib/Makefile  Sat Feb 13 01:02:18 2021
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.48 2020/08/31 18:09:46 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2021/02/13 01:02:18 gdt Exp $
 #
 
 DISTNAME=      hamlib-${VERSION}
 # V.rcN, VrcN, V~rcN
-VERSION=       3.3
+VERSION=       4.1
 VERSIOND=      ${VERSION}
 VERSIONF=      ${VERSION}
 PKGREVISION=   3
@@ -20,7 +20,6 @@ LICENSE=      gnu-gpl-v2 AND gnu-lgpl-v2.1
 USE_LANGUAGES= c c++
 USE_TOOLS+=    gmake
 GNU_CONFIGURE= yes
-INFO_FILES=    yes
 USE_LIBTOOL=   yes
 
 # \todo Consider language bindings.

Index: pkgsrc/ham/hamlib/PLIST
diff -u pkgsrc/ham/hamlib/PLIST:1.18 pkgsrc/ham/hamlib/PLIST:1.19
--- pkgsrc/ham/hamlib/PLIST:1.18        Tue Aug 21 16:31:34 2018
+++ pkgsrc/ham/hamlib/PLIST     Sat Feb 13 01:02:18 2021
@@ -1,11 +1,17 @@
-@comment $NetBSD: PLIST,v 1.18 2018/08/21 16:31:34 gdt Exp $
+@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
@@ -13,11 +19,13 @@ include/hamlib/riglist.h
 include/hamlib/rotator.h
 include/hamlib/rotclass.h
 include/hamlib/rotlist.h
-info/hamlib.info
 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
@@ -35,5 +43,3 @@ share/doc/hamlib/LICENSE
 share/doc/hamlib/README
 share/doc/hamlib/README.betatester
 share/doc/hamlib/README.developer
-share/doc/hamlib/html/Hamlib_design.png
-share/doc/hamlib/html/hamlib.html

Index: pkgsrc/ham/hamlib/distinfo
diff -u pkgsrc/ham/hamlib/distinfo:1.23 pkgsrc/ham/hamlib/distinfo:1.24
--- pkgsrc/ham/hamlib/distinfo:1.23     Tue Aug 21 16:31:34 2018
+++ pkgsrc/ham/hamlib/distinfo  Sat Feb 13 01:02:18 2021
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.23 2018/08/21 16:31:34 gdt Exp $
+$NetBSD: distinfo,v 1.24 2021/02/13 01:02:18 gdt Exp $
 
-SHA1 (hamlib-3.3.tar.gz) = a39853bb62f91a16e6b024e809e198ad9cd46417
-RMD160 (hamlib-3.3.tar.gz) = e9a09b5878101b44802adf2a82cb697e3560c918
-SHA512 (hamlib-3.3.tar.gz) = 4cf6c94d0238c8a13aed09413b3f4a027c8ded07f8840cdb2b9d38b39b6395a4a88a8105257015345f6de0658ab8c60292d11a9de3e16a493e153637af630a80
-Size (hamlib-3.3.tar.gz) = 2192119 bytes
+SHA1 (hamlib-4.1.tar.gz) = c4688984a9f2b4068bfb184ca91a292bf38d8f42
+RMD160 (hamlib-4.1.tar.gz) = fd5e2c165c02de0b60a6af1ff812cb12dbc64de7
+SHA512 (hamlib-4.1.tar.gz) = a5fca5dc89a7408628bc77fe22c6d8c77474b3dabee7b2b6d0b280becb6cb63f5619e4a620ad11aeb81b8412145b0f8cb0291a2d4cd3751c643cb1709b2dfa78
+Size (hamlib-4.1.tar.gz) = 2260629 bytes
 SHA1 (patch-src_network.c) = 9e27f09c5499099563f03a08b47a0b4d08c4b55d



Home | Main Index | Thread Index | Old Index