pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Jan 11 13:26:44 UTC 2021

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

Log Message:
devel/ruby-tty-reader: update to 0.9.0

pkgsrc change: update HOMEPAGE to https://ttytoolkit.org/.

## [v0.9.0] - 2020-12-08

### Added
* Add buffer to save input when traversing history and restore it back
  similar to shell

### Changed
* Pressing :down no longer erases the #read_line input if history is disabled by Charles Pence (@pencechp)
* Change Reader initializer to use keyword arguments in place of options hash
* Change history to only exclude empty lines without any space or invisible characters
* Change all input reading methods to use explicit keyword arguments

### Fix
* Fix #read_multiline :value parameter to insert content only once in the first line


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ruby-tty-reader/Makefile \
    pkgsrc/devel/ruby-tty-reader/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-reader/Makefile
diff -u pkgsrc/devel/ruby-tty-reader/Makefile:1.2 pkgsrc/devel/ruby-tty-reader/Makefile:1.3
--- pkgsrc/devel/ruby-tty-reader/Makefile:1.2   Mon Sep 14 00:14:42 2020
+++ pkgsrc/devel/ruby-tty-reader/Makefile       Mon Jan 11 13:26:44 2021
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2020/09/14 00:14:42 taca Exp $
+# $NetBSD: Makefile,v 1.3 2021/01/11 13:26:44 taca Exp $
 
-DISTNAME=      tty-reader-0.8.0
+DISTNAME=      tty-reader-0.9.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://piotrmurach.github.io/tty
+HOMEPAGE=      https://ttytoolkit.org/
 COMMENT=       Set of methods for processing keyboard input
 LICENSE=       mit
 
Index: pkgsrc/devel/ruby-tty-reader/distinfo
diff -u pkgsrc/devel/ruby-tty-reader/distinfo:1.2 pkgsrc/devel/ruby-tty-reader/distinfo:1.3
--- pkgsrc/devel/ruby-tty-reader/distinfo:1.2   Mon Sep 14 00:14:42 2020
+++ pkgsrc/devel/ruby-tty-reader/distinfo       Mon Jan 11 13:26:44 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2020/09/14 00:14:42 taca Exp $
+$NetBSD: distinfo,v 1.3 2021/01/11 13:26:44 taca Exp $
 
-SHA1 (tty-reader-0.8.0.gem) = 9c1262dc2e59c372c817930783ef3b245021366a
-RMD160 (tty-reader-0.8.0.gem) = c34ad94478ddc96488b87a836801861f404a8e87
-SHA512 (tty-reader-0.8.0.gem) = 584df3cb4335a24b9bce962e84832606c1b2b62bb5d81633c55ac93cdf731a560c7559a79b2e662b9e080bc6b48a6ba400b0a1e322086f819e464820ed28e42d
-Size (tty-reader-0.8.0.gem) = 18432 bytes
+SHA1 (tty-reader-0.9.0.gem) = 94046ee15f05ee45907e7a3fc5c8ee5c52836585
+RMD160 (tty-reader-0.9.0.gem) = 4d818713d9aae6954eb64b747ea0655f9bcab886
+SHA512 (tty-reader-0.9.0.gem) = 7c122b16748150f2ec25b9addc7f231d880b3f5e5fba16f58df5ee4cccada5e51e5a96cf806cd3a700c95ed69884af9cfa5b78c2762a485c8a887f877b6f0ac1
+Size (tty-reader-0.9.0.gem) = 18432 bytes



Home | Main Index | Thread Index | Old Index