summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorfcambus <fcambus@pkgsrc.org>2022-02-16 20:42:02 +0000
committerfcambus <fcambus@pkgsrc.org>2022-02-16 20:42:02 +0000
commit4cdb2474b7091370be390487cd92768ec1605878 (patch)
tree7bb3df0161ff3d2214a2e4cac49d3222df7f5bb1 /comms
parent94b364eb2d1d23100f0d98ded406d87e66071393 (diff)
downloadpkgsrc-4cdb2474b7091370be390487cd92768ec1605878.tar.gz
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 (limited to 'comms')
-rw-r--r--comms/tio/Makefile4
-rw-r--r--comms/tio/distinfo8
-rw-r--r--comms/tio/patches/patch-meson.build15
3 files changed, 6 insertions, 21 deletions
diff --git a/comms/tio/Makefile b/comms/tio/Makefile
index 8cb5486adba..5006e5243af 100644
--- a/comms/tio/Makefile
+++ b/comms/tio/Makefile
@@ -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 --git a/comms/tio/distinfo b/comms/tio/distinfo
index c149f018c20..56c64e8c2aa 100644
--- a/comms/tio/distinfo
+++ b/comms/tio/distinfo
@@ -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 --git a/comms/tio/patches/patch-meson.build b/comms/tio/patches/patch-meson.build
deleted file mode 100644
index b46fed7c43b..00000000000
--- a/comms/tio/patches/patch-meson.build
+++ /dev/null
@@ -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 = [