pkgsrc-Changes archive

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

CVS commit: pkgsrc/comms/tio



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Sat Jun 18 14:52:15 UTC 2022

Modified Files:
        pkgsrc/comms/tio: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/comms/tio/Makefile \
    pkgsrc/comms/tio/distinfo

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

Modified files:

Index: pkgsrc/comms/tio/Makefile
diff -u pkgsrc/comms/tio/Makefile:1.10 pkgsrc/comms/tio/Makefile:1.11
--- pkgsrc/comms/tio/Makefile:1.10      Wed Jun 15 10:53:32 2022
+++ pkgsrc/comms/tio/Makefile   Sat Jun 18 14:52:15 2022
@@ -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}
Index: pkgsrc/comms/tio/distinfo
diff -u pkgsrc/comms/tio/distinfo:1.10 pkgsrc/comms/tio/distinfo:1.11
--- pkgsrc/comms/tio/distinfo:1.10      Wed Jun 15 10:53:32 2022
+++ pkgsrc/comms/tio/distinfo   Sat Jun 18 14:52:15 2022
@@ -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