Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-tty-screen devel/ruby-tty-screen: update to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b54c33d8c356
branches:  trunk
changeset: 433692:b54c33d8c356
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Jun 07 08:34:41 2020 +0000

description:
devel/ruby-tty-screen: update to 0.8.0

Update ruby-tty-screen to 0.8.0.


## [v0.8.0] - 2020-05-28

### Added
* Add #windows? platform check
* Add #command_exist? to see if an executable exists before running it
* Add performance tests

### Changed
* Change #jruby? method to hoist within module
* Change #size_from_win_api to check only on windows platform and
  hoist definition within module
* Change #size_from_java to hoist within module
* Change #size_from_ioctl to:
  * check solaris-like system
  * scan all streams to see if any attached to a terminal
  * hoist definition within module
* Change #size_from_io_console to perform check on JRuby as well
* Change #size_from_readline to attempt to load readline gem
* Change #run_command to execute command directly without sub shell or temp files

diffstat:

 devel/ruby-tty-screen/Makefile |   4 ++--
 devel/ruby-tty-screen/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 747ded84d56b -r b54c33d8c356 devel/ruby-tty-screen/Makefile
--- a/devel/ruby-tty-screen/Makefile    Sun Jun 07 07:44:29 2020 +0000
+++ b/devel/ruby-tty-screen/Makefile    Sun Jun 07 08:34:41 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2020/03/08 15:32:22 taca Exp $
+# $NetBSD: Makefile,v 1.3 2020/06/07 08:34:41 taca Exp $
 
-DISTNAME=      tty-screen-0.7.1
+DISTNAME=      tty-screen-0.8.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 747ded84d56b -r b54c33d8c356 devel/ruby-tty-screen/distinfo
--- a/devel/ruby-tty-screen/distinfo    Sun Jun 07 07:44:29 2020 +0000
+++ b/devel/ruby-tty-screen/distinfo    Sun Jun 07 08:34:41 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2020/03/08 15:32:22 taca Exp $
+$NetBSD: distinfo,v 1.3 2020/06/07 08:34:41 taca Exp $
 
-SHA1 (tty-screen-0.7.1.gem) = cb8f94dcbd8580c5509e2f1266d2b9ddb8742b7d
-RMD160 (tty-screen-0.7.1.gem) = 273c2fb49e16d34e95ee0eb232ab925dcfa61ab2
-SHA512 (tty-screen-0.7.1.gem) = 99e760515705e1ac046b9afe2caed71c79f20764bf99e02a2333e9018ee819a658c8fe47552522a4dea9a8e20158f75ad761bd949d8e7451477318bb8bfe8771
-Size (tty-screen-0.7.1.gem) = 9728 bytes
+SHA1 (tty-screen-0.8.0.gem) = e2224a73ddac531caf866e161b34d493e6bfca0e
+RMD160 (tty-screen-0.8.0.gem) = 6213bc7afef35a321d6fa4cbdba1e47840b0e219
+SHA512 (tty-screen-0.8.0.gem) = 243f1539199e0b07ddb50920e70ed39778ece2053ed11f6472ed7b950328c1b0ba7addf39ccbfa13b8ef92f78b12086abf038ebad2c84d75acf5eabfa7d2a279
+Size (tty-screen-0.8.0.gem) = 10240 bytes



Home | Main Index | Thread Index | Old Index