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:           Tue Mar 29 13:58:00 UTC 2022

Modified Files:
        pkgsrc/comms/tio: Makefile distinfo

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.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/comms/tio/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/comms/tio/distinfo

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.5 pkgsrc/comms/tio/Makefile:1.6
--- pkgsrc/comms/tio/Makefile:1.5       Sun Feb 20 08:34:39 2022
+++ pkgsrc/comms/tio/Makefile   Tue Mar 29 13:58:00 2022
@@ -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 @@ LICENSE=      gnu-gpl-v2
 
 MESON_ARGS+=   -Dbashcompletiondir=${PREFIX}/share/bash-completion/completions
 
+.include "../../textproc/inih/buildlink3.mk"
 .include "../../devel/meson/build.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/comms/tio/distinfo
diff -u pkgsrc/comms/tio/distinfo:1.6 pkgsrc/comms/tio/distinfo:1.7
--- pkgsrc/comms/tio/distinfo:1.6       Sun Feb 20 08:34:39 2022
+++ pkgsrc/comms/tio/distinfo   Tue Mar 29 13:58:00 2022
@@ -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