pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-reline
Module Name: pkgsrc
Committed By: taca
Date: Mon Dec 9 14:09:12 UTC 2024
Modified Files:
pkgsrc/devel/ruby-reline: Makefile PLIST distinfo
Log Message:
devel/ruby-reline: update to 0.5.12
pkgsrc change: remove "USE_LANGUGAES= c" since it is default value.
0.5.10 (2024-09-05)
What's Changed
Enhancements
* Implement re-read-init-file by @ima1zumi in #740
Bug Fixes
* Fix vi_yank or vi_delete_meta copies nil bug by @tompng in #726
* Rerender and enter raw mode again by SIGCONT by @tompng in #727
* Fix rendering bug of nomultiline prompt by @tompng in #730
* [HELP WANTED] Try to fix windows and external command bug by @tompng in
#734
* Fix redisplay/insert_text called from pre_input_hook by @tompng in #742
Other Changes
* Fix memory leak in setupterm by @peterzhu2118 in #733
* Accept colon-style hash in test assertion by @tompng in #732
* Typofix by @hsbt in #737
* Remove unused variables by @ima1zumi in #739
* Improve performance of Reline::Unicode.get_mbchar_width by @tompng in #632
* Add test for reset_variables in Reline::Config by @ima1zumi in #741
* Split render_differential to rendering logic and differential rendering
algorithm part by @tompng in #731
* Prevent a warning for `warning: literal string will be frozen in the … by
@ima1zumi in #744
* Bump version to 0.5.10 by @ima1zumi in #745
0.5.11 (2024-11-08)
What's Changed
Enhancements
* Allow utf-8 safe meta key mapping in inputrc by @tompng in #723
* Support continuous tab completion by @tompng in #761
* Use IO's encoding instead of Encoding.default_external by @monkeyWzr in
#765
Bug Fixes
* Fix Reline crash with invalid encoding history by @tompng in #751
* Fix incremental search cancel bug by @tompng in #748
* append completion_append_character only when continous completion is … by
@monkeyWzr in #764
* nonprinting_start and nonprinting_end should be removed before print by
@tompng in #771
Other Changes
* Specify commit hash of yamatanooroti by @tompng in #746
* Add a timeout to cursor_pos by @tompng in #750
* Fix FD leaks by @nobu in #752
* Rename matches? as match? by @nobu in #753
* Make rendering test faster using updated yamatanooroti by @tompng in #747
* Concatenate some rendeing test by @tompng in #749
* Hash#inspect style has changed in ruby 3.4 by @nobu in #758
* Fix tempfile leaks by @nobu in #757
* Add cursor keys for application keypad mode to default key bindings by
@tompng in #719
* Add completion_append_character test by @tompng in #773
* Add TruffleRuby in CI by @eregon in #768
* Windows fix by @YO4 in #775
* Bump version to 0.5.11 by @ima1zumi in #777
0.5.12 (2024-11-29)
What's Changed
Bug Fixes
* Fix completion quote, preposing and target calculation bug by @tompng in
#763
* Fix tab completion appending quote by @tompng in #782
* Fix io_gate.encoding raises IOError in ruby <= 3.0 by @tompng in #785
Other Changes
* Remove unused things from reline/unicode.rb by @tompng in #759
* Refactor perform_completon by @tompng in #778
* Remove terminfo.rb by @tompng in #769
* Removed redundant argument at Reline::LineEditor::CompletionBlockTest by
@hsbt in #781
* Handle multibyte character input by KeyStroke by @tompng in #713
* fix/omit test that fail in encoding=US_ASCII by @tompng in #784
* Extract TruffleRuby workflow from reline.yml by @ima1zumi in #783
* Bump version to 0.5.12 by @ima1zumi in #786
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-reline/Makefile \
pkgsrc/devel/ruby-reline/PLIST pkgsrc/devel/ruby-reline/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-reline/Makefile
diff -u pkgsrc/devel/ruby-reline/Makefile:1.1 pkgsrc/devel/ruby-reline/Makefile:1.2
--- pkgsrc/devel/ruby-reline/Makefile:1.1 Tue Aug 20 02:54:00 2024
+++ pkgsrc/devel/ruby-reline/Makefile Mon Dec 9 14:09:11 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2024/08/20 02:54:00 wen Exp $
+# $NetBSD: Makefile,v 1.2 2024/12/09 14:09:11 taca Exp $
-DISTNAME= reline-0.5.9
+DISTNAME= reline-0.5.12
CATEGORIES= devel
MAINTAINER= wen%NetBSD.org@localhost
@@ -10,7 +10,7 @@ LICENSE= 2-clause-bsd OR ruby-license
DEPENDS+= ${RUBY_PKGPREFIX}-io-console>=0.5:../../devel/ruby-io-console
-#USE_LANGUAGES= c
+USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ruby-reline/PLIST
diff -u pkgsrc/devel/ruby-reline/PLIST:1.1 pkgsrc/devel/ruby-reline/PLIST:1.2
--- pkgsrc/devel/ruby-reline/PLIST:1.1 Tue Aug 20 02:54:00 2024
+++ pkgsrc/devel/ruby-reline/PLIST Mon Dec 9 14:09:11 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2024/08/20 02:54:00 wen Exp $
+@comment $NetBSD: PLIST,v 1.2 2024/12/09 14:09:11 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/BSDL
${GEM_LIBDIR}/COPYING
@@ -20,7 +20,6 @@ ${GEM_LIBDIR}/lib/reline/key_actor/vi_in
${GEM_LIBDIR}/lib/reline/key_stroke.rb
${GEM_LIBDIR}/lib/reline/kill_ring.rb
${GEM_LIBDIR}/lib/reline/line_editor.rb
-${GEM_LIBDIR}/lib/reline/terminfo.rb
${GEM_LIBDIR}/lib/reline/unicode.rb
${GEM_LIBDIR}/lib/reline/unicode/east_asian_width.rb
${GEM_LIBDIR}/lib/reline/version.rb
Index: pkgsrc/devel/ruby-reline/distinfo
diff -u pkgsrc/devel/ruby-reline/distinfo:1.1 pkgsrc/devel/ruby-reline/distinfo:1.2
--- pkgsrc/devel/ruby-reline/distinfo:1.1 Tue Aug 20 02:54:00 2024
+++ pkgsrc/devel/ruby-reline/distinfo Mon Dec 9 14:09:12 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2024/08/20 02:54:00 wen Exp $
+$NetBSD: distinfo,v 1.2 2024/12/09 14:09:12 taca Exp $
-BLAKE2s (reline-0.5.9.gem) = 7156da8567ce5195e18e572cae78d5a646be449824ab97912a1baae7d7d367d5
-SHA512 (reline-0.5.9.gem) = e72a0455e5c73f529f6c86428b857224acdf99cb7b23cce902a0ad9510908904879bb11219bf5f0f5231eabaeeefdcf0cc64c0c47965239185c12c4466f17332
-Size (reline-0.5.9.gem) = 56320 bytes
+BLAKE2s (reline-0.5.12.gem) = 45be28f4f7156f15154ab826370281e74667888598745e6d492c831bd95ec0fe
+SHA512 (reline-0.5.12.gem) = e67630ccd38a5afb5f03c49f2da721647fd6343e4a18b57ad07da3843305f9a19279a66f42bfd4545196413b34edf56d3e1f40101ccab6117929f618b61e66a9
+Size (reline-0.5.12.gem) = 52224 bytes
Home |
Main Index |
Thread Index |
Old Index