pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ruby-tty-screen



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Feb  3 15:49:16 UTC 2024

Modified Files:
        pkgsrc/devel/ruby-tty-screen: Makefile distinfo

Log Message:
devel/ruby-tty-screen: update to 0.8.2

0.8.2 (2023-12-17)

Changed

* Change the ioctl system call support check to use the output method
* Change size from ioctl to extract window buffer format and length to
  constants
* Change size from ioctl to allocate and read window buffer with fewer
  objects
* Change size detection from tput to check TTY on the output method
* Change size detection from stty to check TTY on the output method
* Change size detection from the environment variables to use the env method
* Change size from the ansicon environment variable to use the env method
* Change size from ansicon to use regexp last match to lookup pattern
  matches
* Change size from ansicon to allocate window dimensions with fewer objects

Fixed

* Fix ioctl call test to stub terminal size encoding for big-endian systems
* Fix to skip terminal size detection from readline on non-TTY output
* Fix size detection from IO to skip loading io-console on non-TTY output
* Fix size detection from tput to check for non-zero columns instead of
  lines
* Fix JRuby and Windows system detection to check Ruby configuration only
  once


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ruby-tty-screen/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/ruby-tty-screen/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-tty-screen/Makefile
diff -u pkgsrc/devel/ruby-tty-screen/Makefile:1.5 pkgsrc/devel/ruby-tty-screen/Makefile:1.6
--- pkgsrc/devel/ruby-tty-screen/Makefile:1.5   Mon Jan 11 13:22:09 2021
+++ pkgsrc/devel/ruby-tty-screen/Makefile       Sat Feb  3 15:49:16 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2021/01/11 13:22:09 taca Exp $
+# $NetBSD: Makefile,v 1.6 2024/02/03 15:49:16 taca Exp $
 
-DISTNAME=      tty-screen-0.8.1
+DISTNAME=      tty-screen-0.8.2
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-tty-screen/distinfo
diff -u pkgsrc/devel/ruby-tty-screen/distinfo:1.6 pkgsrc/devel/ruby-tty-screen/distinfo:1.7
--- pkgsrc/devel/ruby-tty-screen/distinfo:1.6   Tue Oct 26 10:19:52 2021
+++ pkgsrc/devel/ruby-tty-screen/distinfo       Sat Feb  3 15:49:16 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 10:19:52 nia Exp $
+$NetBSD: distinfo,v 1.7 2024/02/03 15:49:16 taca Exp $
 
-BLAKE2s (tty-screen-0.8.1.gem) = ada8513a9a27a4e7b2141adcb49fa2c05b5e95b77006d8a768420e321f51de8d
-SHA512 (tty-screen-0.8.1.gem) = 47abedf2212475c81c7f84272889b8041bcd8ee1b646d94c609fe4936b43d2be2e14194e87990ecf722a8a9be7b651dbaf5d0f2d615271b12df0c6c887c8467c
-Size (tty-screen-0.8.1.gem) = 10240 bytes
+BLAKE2s (tty-screen-0.8.2.gem) = 8dfd1a816658b65af21dca5c749752731c2aa3521d5d708f642f0338b4fd9408
+SHA512 (tty-screen-0.8.2.gem) = 92485f619755cb83422ab102d76d34f039de391d0059d3c076c2b8bb8f363f41eb973f305e0e650add906c1e909eeebb000491329c78b323c24e80e4a447e74a
+Size (tty-screen-0.8.2.gem) = 11264 bytes



Home | Main Index | Thread Index | Old Index