diff options
author | gdt <gdt@pkgsrc.org> | 2017-10-24 23:41:39 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2017-10-24 23:41:39 +0000 |
commit | 73e5611b4cfd249aa1ad8c242b6fd8bf294aa531 (patch) | |
tree | 9331cef1e94310fdbf3e5202524c5bb0093a1a4e /ham | |
parent | b802ecac7d8c9b262bc559f78b0e9c3c4bd78d2e (diff) | |
download | pkgsrc-73e5611b4cfd249aa1ad8c242b6fd8bf294aa531.tar.gz |
hamlib: update to 3.1
Version 3.1
2016-12-31
* Fix kenwood_set_mode for ts590s and mode CW, RTTY or AM.
Tks Tom, DL1JBE
* Proper IPV6 and dual stack networking. Bill, G4WJS
* Add a new command line option '--no-restore-ai' ('-n') to rigctl.
Bill, G4WJS
* Fix missing PKTUSB mode setting code for FT-817 & FT-897. Bill, G4WJS
* New Prosistel rotor backend from IZ7CRX
* Install daemon man files to man1. Nate, N0NB
* Migrate from libusb-0.1 to libusb-1.0. Stephane, F8CFE
* Added support for Icom IC-2730. robinolejnik
* Added support for the Icom IC-7300. Mike, W9MDB
* Add send_morse to icom rigs. Mike, W9MDB
* added instructions how to compile on OSX. DH1TW
* New Perseus model. Stephane, F8CFE
* Added Lua binding and demo script. Ervin, HA2OS
* Added test to support Flex 6300. Bill, KB4AAA
* Many bug fixes and feature enhancements to the code base. See the
Git commit log for complete details.
Diffstat (limited to 'ham')
-rw-r--r-- | ham/hamlib/Makefile | 5 | ||||
-rw-r--r-- | ham/hamlib/PLIST | 6 | ||||
-rw-r--r-- | ham/hamlib/distinfo | 10 |
3 files changed, 10 insertions, 11 deletions
diff --git a/ham/hamlib/Makefile b/ham/hamlib/Makefile index 6e1ed36407d..acdacd901c4 100644 --- a/ham/hamlib/Makefile +++ b/ham/hamlib/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2016/07/09 06:38:23 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2017/10/24 23:41:39 gdt Exp $ # -DISTNAME= hamlib-3.0.1 -PKGREVISION= 1 +DISTNAME= hamlib-3.1 CATEGORIES= ham MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hamlib/} diff --git a/ham/hamlib/PLIST b/ham/hamlib/PLIST index cc8a756d136..695a24c10fb 100644 --- a/ham/hamlib/PLIST +++ b/ham/hamlib/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2016/02/14 13:24:03 gdt Exp $ +@comment $NetBSD: PLIST,v 1.16 2017/10/24 23:41:39 gdt Exp $ bin/rigctl bin/rigctld bin/rigmem @@ -18,12 +18,12 @@ lib/libhamlib++.la lib/libhamlib.la lib/pkgconfig/hamlib.pc man/man1/rigctl.1 +man/man1/rigctld.1 man/man1/rigmem.1 man/man1/rigsmtr.1 man/man1/rigswr.1 man/man1/rotctl.1 -man/man8/rigctld.8 -man/man8/rotctld.8 +man/man1/rotctld.1 share/aclocal/hamlib.m4 share/doc/hamlib/Hamlib_design.png share/doc/hamlib/hamlib.html diff --git a/ham/hamlib/distinfo b/ham/hamlib/distinfo index 104db957072..10e8810770e 100644 --- a/ham/hamlib/distinfo +++ b/ham/hamlib/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.19 2016/02/14 13:24:03 gdt Exp $ +$NetBSD: distinfo,v 1.20 2017/10/24 23:41:39 gdt Exp $ -SHA1 (hamlib-3.0.1.tar.gz) = 2263b77775b6bf86e0c9b0ac22d4df60119dfffe -RMD160 (hamlib-3.0.1.tar.gz) = 1636e379e35786eb8d2385679fdc387d60817e4c -SHA512 (hamlib-3.0.1.tar.gz) = c71d76343092da03dd3bd8470494fe9bd2789597ab3c83a5c98e007c94016c59de21cdbfb461fa6093e27ca8f300cfed65b4ba7e579b3070c6ed0bf6a4de38b2 -Size (hamlib-3.0.1.tar.gz) = 2074254 bytes +SHA1 (hamlib-3.1.tar.gz) = b70bf338c2663f31942e8e3ab197563aaa4e5e16 +RMD160 (hamlib-3.1.tar.gz) = 5aca1b019268b6731d66a3b5f0472e2c01520d5b +SHA512 (hamlib-3.1.tar.gz) = befc5c407379e30711bde2affb9c191add6dbb04a36c1309f8771170cf04156c48609a094775638036282e085de6c78d09ef8d2760d69c595471e16e985e0885 +Size (hamlib-3.1.tar.gz) = 2130615 bytes |