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.36.
details: https://anonhg.NetBSD.org/pkgsrc/rev/6eb9bc778b33
branches: trunk
changeset: 375899:6eb9bc778b33
user: fcambus <fcambus%pkgsrc.org@localhost>
date: Tue Mar 29 13:58:00 2022 +0000
description:
tio: update to 1.36.
=== tio v1.36 ===
Changes since tio v1.35:
* Add support for defaults in config file
If no section name is specified the configuration will be considered the
default one.
This allows to set e.g. a default color code for sections which do not
configure a color code.
* Handle SIGHUP
Handle SIGHUP so that the registered exit handlers are called to restore
the terminal back to its orignal state.
* Add color configuration support
* Bypass unused result warnings
* Force dependency on libinih
Configuration file support is considered a mandatory feature.
* Update headers
* Update AUTHORS
* Update man page
* Move string_to_long() to misc.c
* Update CircleCI config
* Update tio gif
* Update README
* Update LICENSE date
* Remove redundant COPYING file
Liam Beguin:
* Document configuration file options
* Add support for a configuration file
* misc: add _unused macro
Some parameters are expected to be unused.
Add a basic macro to mute these compiler warnings.
* options: expose string_to_long()
Expose string_to_long() so that other source files can use it.
diffstat:
comms/tio/Makefile | 5 +++--
comms/tio/distinfo | 8 ++++----
2 files changed, 7 insertions(+), 6 deletions(-)
diffs (32 lines):
diff -r 4c1c2027c018 -r 6eb9bc778b33 comms/tio/Makefile
--- a/comms/tio/Makefile Tue Mar 29 13:32:08 2022 +0000
+++ b/comms/tio/Makefile Tue Mar 29 13:58:00 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2022/02/20 08:34:39 fcambus Exp $
+# $NetBSD: Makefile,v 1.6 2022/03/29 13:58:00 fcambus Exp $
-DISTNAME= tio-1.35
+DISTNAME= tio-1.36
CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_GITHUB:=tio/}
GITHUB_RELEASE= v${PKGVERSION_NOREV}
@@ -13,5 +13,6 @@
MESON_ARGS+= -Dbashcompletiondir=${PREFIX}/share/bash-completion/completions
+.include "../../textproc/inih/buildlink3.mk"
.include "../../devel/meson/build.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 4c1c2027c018 -r 6eb9bc778b33 comms/tio/distinfo
--- a/comms/tio/distinfo Tue Mar 29 13:32:08 2022 +0000
+++ b/comms/tio/distinfo Tue Mar 29 13:58:00 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2022/02/20 08:34:39 fcambus Exp $
+$NetBSD: distinfo,v 1.7 2022/03/29 13:58:00 fcambus Exp $
-BLAKE2s (tio-1.35.tar.xz) = 4f943a2f61fe41b4ff5875ef657b387904c252c9afc9a5d7391f33628e2d2db6
-SHA512 (tio-1.35.tar.xz) = e2ca85e189d218be4f61b0e1602e8bca5deaf93affcd2c25e1155bd25e1b31ee2d3b1ff7327225a74f3ad04d56bc5ccc18758c92947c9fb2059ebe8224659961
-Size (tio-1.35.tar.xz) = 1413192 bytes
+BLAKE2s (tio-1.36.tar.xz) = 5efc8f9206b806061d4ced00f05367d1c65a8f08366c78fc878b9a828fc84807
+SHA512 (tio-1.36.tar.xz) = fda643b5ed8f24acfc2b9135cf508acbca1157806de884c152882526688a05e823c7de29196cb94e6bedb025bfda8750d736e07e5b829df784cb7f9042ec214a
+Size (tio-1.36.tar.xz) = 1803668 bytes
Home |
Main Index |
Thread Index |
Old Index