Subject: CVS commit: pkgsrc/comms/tio
From: Frederic Cambus
Date: 2022-03-29 15:58:00
Message id: 20220329135800.6346CFB24@cvs.NetBSD.org

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

Files:
RevisionActionfile
1.6modifypkgsrc/comms/tio/Makefile
1.7modifypkgsrc/comms/tio/distinfo