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:           Wed Feb 16 20:42:02 UTC 2022

Modified Files:
        pkgsrc/comms/tio: Makefile distinfo
Removed Files:
        pkgsrc/comms/tio/patches: patch-meson.build

Log Message:
tio: update to 1.34.

Changes since tio v1.33:

 * Fix setspeed2 compilation

 * Only apply color formatting when using color option

   To help the color blind who may use custom terminal foreground /
   background colors.

 * Update README

 * Add '-c, --color' option

   Allow user to select which ANSI color code to use to colorize the tio
   text. To successfully set the color the color code must be in the range
   0..255.

   If color code is negative tio will print all available ANSI colors.

   The default color is changed to bold white to make tio defaults usable
   for most users, including color blind users.

 * Fix setspeed2 check

 * Fix meson header check string

 * Reintroduce long timestamp format

   But make the timestamp format RFC3339 compliant instead. The RFC states:

   NOTE: ISO 8601 defines date and time separated by "T".
         Applications using this syntax may choose, for the sake of
         readability, to specify a full-date and full-time separated by
         (say) a space character.

   This way we keep the information specified by ISO 8601 but make it more
   human readable which is better for the console output.

 * Update version year

Sylvain LAFRASSE:

 * Fix TTY device listing on Darwin. (#136)

 * Fix TCGETS2 search on Darwin.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/comms/tio/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/comms/tio/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/comms/tio/patches/patch-meson.build

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.3 pkgsrc/comms/tio/Makefile:1.4
--- pkgsrc/comms/tio/Makefile:1.3       Sun Feb 13 21:27:39 2022
+++ pkgsrc/comms/tio/Makefile   Wed Feb 16 20:42:02 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2022/02/13 21:27:39 fcambus Exp $
+# $NetBSD: Makefile,v 1.4 2022/02/16 20:42:02 fcambus Exp $
 
-DISTNAME=      tio-1.33
+DISTNAME=      tio-1.34
 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.4 pkgsrc/comms/tio/distinfo:1.5
--- pkgsrc/comms/tio/distinfo:1.4       Sun Feb 13 21:27:39 2022
+++ pkgsrc/comms/tio/distinfo   Wed Feb 16 20:42:02 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2022/02/13 21:27:39 fcambus Exp $
+$NetBSD: distinfo,v 1.5 2022/02/16 20:42:02 fcambus Exp $
 
-BLAKE2s (tio-1.33.tar.xz) = 91c8b1cb183f202a8f8417a5b8b9e890bf49b35d3b412546705615c2f07980cd
-SHA512 (tio-1.33.tar.xz) = aa5eefe8b3d30910af82cc5303b073d914a48cb33088f45799d4f557819d51cfc6d3b04b660728f540f8b0e2b07ff81ec30ad7ae51945c5476bbc936376770d1
-Size (tio-1.33.tar.xz) = 1411380 bytes
+BLAKE2s (tio-1.34.tar.xz) = 5c9062cbf43b7859f833f286d6999132da2e4dea2592125385c8ad157a5ebc4d
+SHA512 (tio-1.34.tar.xz) = 8d23d08b113d9e6d9e9280e109ba778879b949776d5090e27c0b4656d67f7cd48a8660e08a7c85e1cff6273dbf0191fa457425dd143453bbceb428d22cca2802
+Size (tio-1.34.tar.xz) = 1412172 bytes
 SHA1 (patch-meson.build) = 5a2dc0471874a80ba02dc729671cb091e6ac1657



Home | Main Index | Thread Index | Old Index