Up to [cvs.NetBSD.org] / pkgsrc / devel / ruby-tty-reader
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5 / (download) - annotate - [select for diffs], Tue Oct 26 10:19:51 2021 UTC (22 months, 3 weeks ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
HEAD
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
archivers: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Could not be committed due to merge conflict: devel/py-traitlets/distinfo The following distfiles were unfetchable (note: some may be only fetched conditionally): ./devel/pvs/distinfo pvs-3.2-solaris.tgz ./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
Revision 1.4 / (download) - annotate - [select for diffs], Thu Oct 7 13:44:27 2021 UTC (23 months, 2 weeks ago) by nia
Branch: MAIN
Changes since 1.3: +1 -2
lines
Diff to previous 1.3 (colored)
devel: Remove SHA1 hashes for distfiles
Revision 1.3 / (download) - annotate - [select for diffs], Mon Jan 11 13:26:44 2021 UTC (2 years, 8 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1
Changes since 1.2: +5 -5
lines
Diff to previous 1.2 (colored)
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
Revision 1.2 / (download) - annotate - [select for diffs], Mon Sep 14 00:14:42 2020 UTC (3 years ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Changes since 1.1: +5 -5
lines
Diff to previous 1.1 (colored)
devel/ruby-tty-reader: update to 0.8.0 Update ruby-tty-reader to 0.8.0. ## [v0.8.0] - 2020-06-28 ### Changed * Change gemspec to load version directly and remove test artefacts * Change to update tty-screen dependency * Change to remove bundler dev dependency and relax wisper version
Revision 1.1 / (download) - annotate - [select for diffs], Sun Jan 19 14:53:44 2020 UTC (3 years, 8 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1
devel/ruby-tty-reader: add version 0.7.0 package Add ruby-tty-reader version 0.7.0 package. TTY::Reader > A pure Ruby library that provides a set of methods for processing keyboard input in character, line and multiline modes. It maintains history of entered input with an ability to recall and re-edit those inputs. It lets you register to listen for keystroke events and trigger custom key events yourself. TTY::Reader provides independent reader component for TTY (https://github.com/piotrmurach/tty) toolkit.