pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/comms/tio tio: update to 1.40.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ffe4196dc75e
branches:  trunk
changeset: 380895:ffe4196dc75e
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Sat Jun 18 14:52:15 2022 +0000

description:
tio: update to 1.40.

Changes since tio v1.39:

 * Add config support for log-strip

 * Add config support for hex-mode

 * Rename --hex to --hex-mode

 * Fix completion for -e, --local-echo

 * Ignore newlines in hex output

 * Fix newline in warning_printf()

 * Fix ansi_printf_raw() in no color mode

 * Enter non-interactive mode when piping to tio

   Add support for a non interactive mode which allows other application to
   pipe data to tio which then forwards the data to the connected serial
   device.

   Non ineractive means that tio does not react to interactive key commands
   in the incoming stream. This allows users to pipe binary data directly
   to the connected serial device.

   Example use:

   $ cat commands.txt | tio /dev/ttyUSB0

 * Also strip backspace from log

   To make log strip feature consistent so that we remove all unprintable
   control characters and escape sequences.

 * Socket code cleanup

 * Cleanup man page

 * Rename --log-filename to --log-file

Yin Fengwei:

 * Allow strip escape sequence characters from log file

diffstat:

 comms/tio/Makefile |  4 ++--
 comms/tio/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r d6922c987ada -r ffe4196dc75e comms/tio/Makefile
--- a/comms/tio/Makefile        Sat Jun 18 14:23:25 2022 +0000
+++ b/comms/tio/Makefile        Sat Jun 18 14:52:15 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2022/06/15 10:53:32 fcambus Exp $
+# $NetBSD: Makefile,v 1.11 2022/06/18 14:52:15 fcambus Exp $
 
-DISTNAME=      tio-1.39
+DISTNAME=      tio-1.40
 CATEGORIES=    comms
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tio/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}
diff -r d6922c987ada -r ffe4196dc75e comms/tio/distinfo
--- a/comms/tio/distinfo        Sat Jun 18 14:23:25 2022 +0000
+++ b/comms/tio/distinfo        Sat Jun 18 14:52:15 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2022/06/15 10:53:32 fcambus Exp $
+$NetBSD: distinfo,v 1.11 2022/06/18 14:52:15 fcambus Exp $
 
-BLAKE2s (tio-1.39.tar.xz) = 062fe2af8c8547f384462a5b100f30f05405cfa8689428ebea7b21073c9c2951
-SHA512 (tio-1.39.tar.xz) = 9ce962de85759b469356a4c89ab13e0cb436322d28437254c60ba2428a73aa952021757441e1d77cf7b25af0071722c718470b7de62b2ef6723b54e4d8bedd22
-Size (tio-1.39.tar.xz) = 1809280 bytes
+BLAKE2s (tio-1.40.tar.xz) = f8348db14f7a5c1b5d1b09cf7a2773be78e2b7686e5924742560b402ff62b4d8
+SHA512 (tio-1.40.tar.xz) = 41f92d757fea3099e9974c64736aa75f69961ba5baf7b01cdb281656bcbf6490afe3748ce49c080624b5f4d3493a8398b8d702be0423f2bcbd0f0484bf76fdf6
+Size (tio-1.40.tar.xz) = 3069480 bytes



Home | Main Index | Thread Index | Old Index