head 1.8; access; symbols pkgsrc-2026Q1:1.7.0.2 pkgsrc-2026Q1-base:1.7 pkgsrc-2025Q4:1.5.0.6 pkgsrc-2025Q4-base:1.5 pkgsrc-2025Q3:1.5.0.4 pkgsrc-2025Q3-base:1.5 pkgsrc-2025Q2:1.5.0.2 pkgsrc-2025Q2-base:1.5 pkgsrc-2025Q1:1.4.0.2 pkgsrc-2025Q1-base:1.4 pkgsrc-2024Q4:1.2.0.2 pkgsrc-2024Q4-base:1.2; locks; strict; comment @# @; 1.8 date 2026.04.08.14.58.36; author taca; state dead; branches; next 1.7; commitid XHbIxKq3q3raoaBG; 1.7 date 2026.03.07.13.25.12; author taca; state Exp; branches; next 1.6; commitid TppBLWh5dhFTT2xG; 1.6 date 2026.02.03.15.14.55; author taca; state Exp; branches; next 1.5; commitid 4H9QWhdlvn4jxWsG; 1.5 date 2025.05.17.06.36.25; author taca; state Exp; branches; next 1.4; commitid aic4GG06MIkA5eVF; 1.4 date 2025.02.09.09.06.46; author taca; state Exp; branches; next 1.3; commitid F91veK5f9QXs2MIF; 1.3 date 2025.01.02.05.21.12; author taca; state Exp; branches; next 1.2; commitid 5vRjbTrO7CIO0SDF; 1.2 date 2024.12.13.16.21.24; author taca; state Exp; branches; next 1.1; commitid 2IYtXbjRDJj9jmBF; 1.1 date 2024.12.08.16.44.44; author taca; state Exp; branches; next ; commitid e1FqNUa4FdZ6BIAF; desc @@ 1.8 log @devel/ruby-irb: remove package This package was requierd by ruby-railties{72,80} with ruby32. @ text @$NetBSD: distinfo,v 1.7 2026/03/07 13:25:12 taca Exp $ BLAKE2s (irb-1.17.0.gem) = 43a23ed7dbf023147880f7d64b0d50de9e91cd34d65334767a510c4c8913f9ef SHA512 (irb-1.17.0.gem) = b9bf1e1468b8398bcffb2e55b2a91336a5378f1a3bcb92c352d48bf347b1739fd6e7df26959ed99c5826c4b5070f94366b4bc0b8deb2abfbf81b60b6465491ad Size (irb-1.17.0.gem) = 102912 bytes @ 1.7 log @devel/ruby-irb: update to 1.17.0 1.17.0 (2026-02-09) What's Changed Bug Fixes * Support copy command on windows and wsl by @@hogelog in #1153 * Fix incorrect history handling in nested session with debug.gem by @@st0012 in #1158 * Treat frame.path as nilable in frame filtering by @@st0012 in #1161 Other Changes * Exclude dependabot updates from release note by @@hsbt in #1151 * Fix test_rendering flaky pager test by @@tompng in #1152 * Syntax Highlight using Prism by @@tompng in #1091 * Nesting analysis using Prism by @@tompng in #1092 * Add missing keyword to colorize by @@tompng in #1163 * Stop pointing rbs to git source by @@st0012 in #1165 * Support slices change in Prism by @@tompng in #1168 * Bump version to 1.17.0 by @@st0012 in #1169 * Skip tests that are failing on TruffleRuby by @@st0012 in #1170 @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.6 2026/02/03 15:14:55 taca Exp $ @ 1.6 log @devel/ruby-irb: update to 1.16.0 1.15.3 (2025-11-01) What's Changed Enhancements * Remove all internal frames from a backtrace by @@mame in #1106 * Improve prompt generating performance by caching prompt parts(%m, %M) by @@tompng in #1127 * Do not save consecutive duplicate commands to history by @@topalovic in #1120 Bug Fixes * Handle keyword local variables correctly by @@tompng in #1085 * Fix nil error on debugger prompt by @@muno92 in #1097 * Fix methods defined with invalid encoding are not displayed in completion by @@ksaito422 in #1101 * Fix show_source command when obj.method is overrided by @@tompng in #1111 * Reset IOGate.set_winch_handler when dancing ruby easter-egg terminates by @@tompng in #1124 * Fix UTF-16 autocompletion by @@alexanderadam in #1129 Documentation * [DOC] Fix link by @@BurdetteLamar in #1112 Other Changes * Avoid intermediate array from split by @@Maumagnaguagno in #1093 * Replace gsub with rstrip by @@Maumagnaguagno in #1095 * Prefer filter_map and map+grep instead of map+compact and select+map by @@Maumagnaguagno in #1094 * Enabled trusted publisher for rubygems.org by @@hsbt in #1100 * fix typos and wording on sigint section of docs by @@Stevo-S in #1104 * Bump step-security/harden-runner from 2.12.0 to 2.12.1 by @@dependabot[bot] in #1105 * Bump step-security/harden-runner from 2.12.1 to 2.12.2 by @@dependabot[bot] in #1108 * Bump step-security/harden-runner from 2.12.2 to 2.13.0 by @@dependabot[bot] in #1109 * Gemfile: add github dependency on rbs by @@olleolleolle in #1117 * Bump actions/checkout from 4 to 5 by @@dependabot[bot] in #1116 * Bump actions/upload-pages-artifact from 3 to 4 by @@dependabot[bot] in #1119 * Bump step-security/harden-runner from 2.13.0 to 2.13.1 by @@dependabot[bot] in #1121 * [DOC] Include document files in the generated gem file by @@nobu in #1098 * Bump integration test's timeout on CI to 30s by @@st0012 in #1122 * Fix prompt cache flaky test by @@tompng in #1130 * Bump rubygems/release-gem from 1.1.1 to 1.1.2 by @@dependabot[bot] in #1131 * Easter-egg Use endless range instead of step by @@RicardoTrindade in #1123 * Bump version to 1.15.3 by @@tompng in #1134 New Contributors * @@muno92 made their first contribution in #1097 * @@Stevo-S made their first contribution in #1104 * @@ksaito422 made their first contribution in #1101 * @@alexanderadam made their first contribution in #1129 * @@topalovic made their first contribution in #1120 1.16.0 (2025-12-16) What's Changed Enhancements * Add --context-mode 5: evaluates inside Ruby::Box by @@tompng in #1142 Bug Fixes * Avoid creating method objects unnecessarily when distinguishing between commands and statements. by @@tompng in #1138 * Show-source should not raise error even if line_no is wrong by @@tompng in #1145 Other Changes * Pin power_assert to v2 for Ruby 2.7 (v3 requires 3.1+) by @@ima1zumi in #1135 * Revert " Pin power_assert to v2 for Ruby 2.7 (v3 requires 3.1+)" by @@ima1zumi in #1136 * Bump step-security/harden-runner from 2.13.1 to 2.13.2 by @@dependabot[bot] in #1137 * Change platform mswin to nil by @@ima1zumi in #1139 * update test to check for UTF16LE/BE by @@alexanderadam in #1132 * Correct usage for -w. It turns ON warnings, not OFF. by @@zenspider in #1141 * Bump actions/checkout from 5 to 6 by @@dependabot[bot] in #1143 * Bump actions/checkout from 5.0.1 to 6.0.0 by @@dependabot[bot] in #1144 * Update rc-files documentation by @@eval in #1113 * Bump step-security/harden-runner from 2.13.2 to 2.13.3 by @@dependabot[bot] in #1147 * Bump actions/checkout from 6.0.0 to 6.0.1 by @@dependabot[bot] in #1146 * call Thread.pass just after Thread.stop by @@ko1 in #1148 * Bump step-security/harden-runner from 2.13.3 to 2.14.0 by @@dependabot[bot] in #1149 * Bump version to 1.16.0 by @@tompng in #1150 New Contributors * @@zenspider made their first contribution in #1141 * @@ko1 made their first contribution in #1148 @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.5 2025/05/17 06:36:25 taca Exp $ d3 3 a5 3 BLAKE2s (irb-1.16.0.gem) = 17f537c5836ee859683524c70d04a6d1fc14be7e7326a3f892e34fbe8fdd1dac SHA512 (irb-1.16.0.gem) = 81e45de4dc4556a5274e2327ee57514d5ea443e64d7098ab7bea0a3b01ff42d2beb550535ffe3cf0ac4442c4c4cece0dce6a64723f9ba503ea78586ed93ac3b8 Size (irb-1.16.0.gem) = 102400 bytes @ 1.5 log @devel/ruby-irb: update to 1.15.2 1.15.2 (2025-04-03) What's Changed Bug Fixes * Fallback to Reline when require 'readline' fails by @@tompng in #1076 * Zero winsize bugfix by @@tompng in #1073 Documentation * (docs) Document the keys for completion by @@andyw8 in #1082 Other Changes * Use EnvUtil.rubybin instead of "ruby" in copy command test by @@tompng in #1071 * Remove ruby-core workflow by @@st0012 in #1075 * Suppress irb_info measures ambiguous_width in command test by @@tompng in #1074 * bundled gems migration by @@hsbt in #1078 * Ignore to contain directory to Gem::Specification#files by @@hsbt in #1079 * Disable scheduled jobs for forks by @@andyw8 in #1084 * add context.ap_name test by @@QWYNG in #1052 * Document USE_PAGER config by @@artur-intech in #1086 * Disable truffle-ruby scheduled job on forks by @@andyw8 in #1087 * Bump version to 1.15.2 by @@tompng in #1088 New Contributors * @@QWYNG made their first contribution in #1052 @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.4 2025/02/09 09:06:46 taca Exp $ d3 3 a5 3 BLAKE2s (irb-1.15.2.gem) = 08420c2a0dfd21f638b166bb2c9e48f7bed4986a328a8b054939ef2dea4c4b95 SHA512 (irb-1.15.2.gem) = b49b7d030ac740f62e07b5d307e8cc45cd57d14b78d3d956ba82477e49cfcd5be0222b6e935bad55957a1cd6e14cff363d1bccf3c92d78335604f2d04a7d73e1 Size (irb-1.15.2.gem) = 88576 bytes @ 1.4 log @devel/ruby-irb: update to 1.15.1 1.15.0 (2025-01-21) What's Changed Enhancements * Add ri as an alias to the show_doc command by @@st0012 in #1054 * Add copy command by @@Prajjwal in #1044 * Show a quick preview of inspect result before pager launch by @@tompng in #1040 Bug Fixes * Fix broken history command with -g by @@sanfrecce-osaka in #1057 * Gracefully handle incorrect command aliases by @@st0012 in #1059 * Print more actionable message when the exception may be an IRB bug by @@st0012 in #1061 * IRB.conf[:SAVE_HISTORY] should handle boolean values by @@st0012 in #1062 * Colorize backref token bold green like global variables by @@tompng in #1065 Documentation * Restructure IRB's documentation by @@st0012 in #1053 * Use the documentation site as the source of truth by @@st0012 in #1055 * Extract contributing guideline into a CONTRIBUTING.md by @@st0012 in #1056 * [DOC] Remove unnecessary escape from completor class names by @@st0012 in #1063 * [DOC] Update documentation about the new copy command by @@st0012 in #1067 * [DOC] Exclude the word IRB from RDoc's autolinking by @@st0012 in #1068 Other Changes * Simplify vterm-yamatanooroti's steps by @@st0012 in #1060 * Drop ColorPrinter's workaround for BasicObject by @@st0012 in #1051 * Group private methods together in IRB::Context by @@st0012 in #1064 * Bump version to v1.15.0 by @@st0012 in #1066 New Contributors * @@sanfrecce-osaka made their first contribution in #1057 * @@Prajjwal made their first contribution in #1044 1.15.1 (2025-01-22) What's Changed Bug Fixes * Fix pager preview with escape sequence and newlines by @@tompng in #1069 Other Changes * Bump version to 1.15.1 by @@tompng in #1070 @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.3 2025/01/02 05:21:12 taca Exp $ d3 3 a5 3 BLAKE2s (irb-1.15.1.gem) = 0fdd9e581c77e8d75d257c9e55a05c79fdf44f06e66bfe2ea5fee9c28e7cfa9b SHA512 (irb-1.15.1.gem) = 27a08ba0fa211fabb67ca43057c74d5b6b5244ce1132e10ade0708f0cd1f15ad50154fa9178f3dc25fd456ca43a083c6f00be0193b8fae8875f50a0333806723 Size (irb-1.15.1.gem) = 88576 bytes @ 1.3 log @devel/ruby-irb: update to 1.14.3 pkgsrc change: restrict Ruby's version (not for Ruby 3.4). 1.14.3 (2024-12-18) What's Changed Bug Fixes * Load history when starting a direct debug session by @@sunblaze in #1046 Documentation * Avoid generating documentation pages for internal components by @@st0012 in #1047 * [DOC] Fix broken rdoc-ref caused by a typo by @@st0012 in #1049 Other Changes * Bump version to v1.14.3 by @@st0012 in #1050 New Contributors * @@sunblaze made their first contribution in #1046 @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.2 2024/12/13 16:21:24 taca Exp $ d3 3 a5 3 BLAKE2s (irb-1.14.3.gem) = b5fdcca564961e7d6158a9853b0680c305250f8fc80445cc1721ee71b5a648a8 SHA512 (irb-1.14.3.gem) = 4fb744d7816312ff7587c3e91e357a5b1c142d3084303a4f17dcc444a1018388d3f91183a1d01af484150ac58142f5a0adf5ae648e72d5c447404cf1f2446919 Size (irb-1.14.3.gem) = 97792 bytes @ 1.2 log @devel/ruby-irb: update to 1.14.2 1.14.2 (2024-12-12) What's Changed Enhancements * Change default completor from regexp to type-completor if RUBY_VERSION>=3.4 by @@tompng in #1010 Bug Fixes * Use correct binding in debug mode by @@tompng in #1007 * Remove bignum check from save_history by @@tompng in #1018 * Always use alternate sceen on alt-d by @@tompng in #988 * Suppress "literal string will be frozen in the future" warning by @@tikkss in #1019 * Fix indentation of xstring literal by @@tompng in #1038 * Prevent cursor flickering in dancing ruby by @@ima1zumi in #1041 * Don't show 'Maybe IRB bug!' in show_source and ls command by @@tompng in #1039 * Page the output in irb:rdbg sessions too by @@st0012 in #1043 Documentation * Improve Debugging with IRB section to make it easier to get started by @@st0012 in #1015 * Complete the missing documentation abount the environment variables by @@kyanagi in #1028 Other Changes * Hash#inspect style has changed in ruby 3.4 by @@nobu in #1011 * Change debug test workaround to use ENV RUBY_DEBUG_TEST_UI by @@tompng in #1014 * History refactors by @@eval in #1013 * Document infinite history by @@eval in #1012 * Make rendering test faster using updated yamatanooroti by @@tompng in #1001 * Fix rendering test broken by conflict by @@tompng in #1016 * Update setup/ruby used in gh-pages workflow because it is failing on ci by @@tompng in #1017 * Improve history test's encoding setting by @@monkeyWzr in #1022 * On Windows, Process.kill(:TERM) is not supported. by @@YO4 in #1026 * Correct ja/help-message for --context-mode and --prompt by @@kyanagi in #1029 * Prevent a warning: ambiguous / by @@hsbt in #1030 * Don't use delegator to install helper methods to main object by @@tompng in #1031 * Follow-up refactor of #1031 by @@st0012 in #1034 * Store method objects in constants by @@st0012 in #1033 * Extract truffleruby workflow by @@st0012 in #1035 * Bump version to v1.14.2 by @@st0012 in #1045 New Contributors * @@eval made their first contribution in #1013 * @@tikkss made their first contribution in #1019 @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.1 2024/12/08 16:44:44 taca Exp $ d3 3 a5 3 BLAKE2s (irb-1.14.2.gem) = a4081caa472c87b76275477fa6fde1460c6b65950534a4e25c48d6c7b1d38199 SHA512 (irb-1.14.2.gem) = cabab1a251535e652e985e5143d29b02037af9dc46d852a43b10fec32d70c6b2440e74a3265a57036b9aba0d21a02b93f372a61c465c34d0fee65919d8db0335 Size (irb-1.14.2.gem) = 97792 bytes @ 1.1 log @devel/ruby-irb: add package version 1.14.1 irb is default gem in Ruby language release but ruby-railties72 require newer version of irb gem. IRB IRB stands for "interactive Ruby" and is a tool to interactively execute Ruby expressions read from the standard input. The irb command from your shell will start the interpreter. @ text @d1 1 a1 1 $NetBSD$ d3 3 a5 3 BLAKE2s (irb-1.14.1.gem) = d4dc0be2cc89e933f495557a186f38d45f025f992c8011568bfce6b99fdf46ce SHA512 (irb-1.14.1.gem) = a39e501cc5e649958dc8690d529cc349d65a002336d0485fc214c7c22b5c4dd9d7f4731002a7430f6f7a9e335a5f0a0a94f0a70abfcd3ef762965c1155f4f241 Size (irb-1.14.1.gem) = 96768 bytes @