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:           Sun Jun  7 08:34:41 UTC 2020

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ruby-tty-screen/Makefile \
    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.2 pkgsrc/devel/ruby-tty-screen/Makefile:1.3
--- pkgsrc/devel/ruby-tty-screen/Makefile:1.2   Sun Mar  8 15:32:22 2020
+++ pkgsrc/devel/ruby-tty-screen/Makefile       Sun Jun  7 08:34:41 2020
@@ -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
Index: pkgsrc/devel/ruby-tty-screen/distinfo
diff -u pkgsrc/devel/ruby-tty-screen/distinfo:1.2 pkgsrc/devel/ruby-tty-screen/distinfo:1.3
--- pkgsrc/devel/ruby-tty-screen/distinfo:1.2   Sun Mar  8 15:32:22 2020
+++ pkgsrc/devel/ruby-tty-screen/distinfo       Sun Jun  7 08:34:41 2020
@@ -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