diff options
author | gdt <gdt@pkgsrc.org> | 2018-08-21 16:31:34 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2018-08-21 16:31:34 +0000 |
commit | 2a9b076dc855ced1ed38c85d34bdfde1b6d13609 (patch) | |
tree | d76122625895281c400ae0ef2ae325ddd7847ccb | |
parent | a06b3b5ab7b7a7b200222e90085a0e602714717d (diff) | |
download | pkgsrc-2a9b076dc855ced1ed38c85d34bdfde1b6d13609.tar.gz |
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).
-rw-r--r-- | ham/hamlib/Makefile | 8 | ||||
-rw-r--r-- | ham/hamlib/PLIST | 5 | ||||
-rw-r--r-- | ham/hamlib/distinfo | 10 |
3 files changed, 13 insertions, 10 deletions
diff --git a/ham/hamlib/Makefile b/ham/hamlib/Makefile index fb94f91dd85..91f8badca41 100644 --- a/ham/hamlib/Makefile +++ b/ham/hamlib/Makefile @@ -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/} diff --git a/ham/hamlib/PLIST b/ham/hamlib/PLIST index 46d581688e7..aaec149669f 100644 --- a/ham/hamlib/PLIST +++ b/ham/hamlib/PLIST @@ -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 diff --git a/ham/hamlib/distinfo b/ham/hamlib/distinfo index 6d103f7aa8e..43cc6f3b66d 100644 --- a/ham/hamlib/distinfo +++ b/ham/hamlib/distinfo @@ -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 |