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.34.
details: https://anonhg.NetBSD.org/pkgsrc/rev/314fa43c2b65
branches: trunk
changeset: 374235:314fa43c2b65
user: fcambus <fcambus%pkgsrc.org@localhost>
date: Wed Feb 16 20:42:02 2022 +0000
description:
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.
diffstat:
comms/tio/Makefile | 4 ++--
comms/tio/distinfo | 8 ++++----
comms/tio/patches/patch-meson.build | 15 ---------------
3 files changed, 6 insertions(+), 21 deletions(-)
diffs (45 lines):
diff -r 1263ed1aa817 -r 314fa43c2b65 comms/tio/Makefile
--- a/comms/tio/Makefile Wed Feb 16 20:19:14 2022 +0000
+++ b/comms/tio/Makefile Wed Feb 16 20:42:02 2022 +0000
@@ -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}
diff -r 1263ed1aa817 -r 314fa43c2b65 comms/tio/distinfo
--- a/comms/tio/distinfo Wed Feb 16 20:19:14 2022 +0000
+++ b/comms/tio/distinfo Wed Feb 16 20:42:02 2022 +0000
@@ -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
diff -r 1263ed1aa817 -r 314fa43c2b65 comms/tio/patches/patch-meson.build
--- a/comms/tio/patches/patch-meson.build Wed Feb 16 20:19:14 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-meson.build,v 1.1 2022/02/13 21:27:39 fcambus Exp $
-
-Fix include path for termios.h on NetBSD.
-
---- meson.build.orig 2022-02-13 20:06:11.931517636 +0000
-+++ meson.build
-@@ -10,7 +10,7 @@ version_date = '2022-02-13'
-
- # Test for dynamic baudrate configuration interface
- compiler = meson.get_compiler('c')
--tcgets2 = compiler.get_define('TCGETS2', prefix: '#include <asm/termios.h>')
-+tcgets2 = compiler.get_define('TCGETS2', prefix: '#include <termios.h>')
-
- # Test for supported baudrates
- test_baudrates = [
Home |
Main Index |
Thread Index |
Old Index