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).
This commit is contained in:
parent
874473f0ba
commit
b072faabce
3 changed files with 13 additions and 10 deletions
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: Makefile,v 1.41 2018/06/06 22:45:58 gdt Exp $
|
||||
# $NetBSD: Makefile,v 1.42 2018/08/21 16:31:34 gdt Exp $
|
||||
#
|
||||
|
||||
DISTNAME= hamlib-${VERSION}
|
||||
# V.rcN, VrcN, V~rcN
|
||||
VERSION= 3.2
|
||||
VERSIOND= 3.2
|
||||
VERSIONF= 3.2
|
||||
VERSION= 3.3
|
||||
VERSIOND= ${VERSION}
|
||||
VERSIONF= ${VERSION}
|
||||
CATEGORIES= ham
|
||||
MASTER_SITES= https://github.com/Hamlib/Hamlib/releases/download/${VERSIOND}/
|
||||
#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hamlib/}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.17 2018/06/06 22:45:58 gdt Exp $
|
||||
@comment $NetBSD: PLIST,v 1.18 2018/08/21 16:31:34 gdt Exp $
|
||||
bin/rigctl
|
||||
bin/rigctld
|
||||
bin/rigmem
|
||||
|
@ -24,6 +24,9 @@ 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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.22 2018/06/12 12:40:02 wiedi Exp $
|
||||
$NetBSD: distinfo,v 1.23 2018/08/21 16:31:34 gdt Exp $
|
||||
|
||||
SHA1 (hamlib-3.2.tar.gz) = ee90d0a79c4408b452ea328620c333d650b41f44
|
||||
RMD160 (hamlib-3.2.tar.gz) = 794021627741ae99017762a20d6d2abf317c7521
|
||||
SHA512 (hamlib-3.2.tar.gz) = 9aec2d361980abafdedf7b80f5b8bcf5b71f4f0c32bbfecebc0a50e6f74eb263ddc5188cf77283ed7361baabedb8364a2ce94a12fdda1bbdfaa0a030f510f224
|
||||
Size (hamlib-3.2.tar.gz) = 2223125 bytes
|
||||
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 (patch-src_network.c) = 9e27f09c5499099563f03a08b47a0b4d08c4b55d
|
||||
|
|
Loading…
Reference in a new issue