SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,4 @@
A high-level IO library that provides validation, type conversion, and more
for command-line interfaces. HighLine also includes a complete menu system
that can crank out anything from simple list selection to complete shells
with just minutes of work.

View file

@ -0,0 +1,52 @@
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/AUTHORS
${GEM_LIB}/gems/${DISTNAME}/CHANGELOG
${GEM_LIB}/gems/${DISTNAME}/COPYING
${GEM_LIB}/gems/${DISTNAME}/INSTALL
${GEM_LIB}/gems/${DISTNAME}/LICENSE
${GEM_LIB}/gems/${DISTNAME}/README.rdoc
${GEM_LIB}/gems/${DISTNAME}/TODO
${GEM_LIB}/gems/${DISTNAME}/examples/
${GEM_LIB}/gems/${DISTNAME}/examples/ansi_colors.rb
${GEM_LIB}/gems/${DISTNAME}/examples/asking_for_arrays.rb
${GEM_LIB}/gems/${DISTNAME}/examples/basic_usage.rb
${GEM_LIB}/gems/${DISTNAME}/examples/color_scheme.rb
${GEM_LIB}/gems/${DISTNAME}/examples/get_character.rb
${GEM_LIB}/gems/${DISTNAME}/examples/limit.rb
${GEM_LIB}/gems/${DISTNAME}/examples/menus.rb
${GEM_LIB}/gems/${DISTNAME}/examples/overwrite.rb
${GEM_LIB}/gems/${DISTNAME}/examples/page_and_wrap.rb
${GEM_LIB}/gems/${DISTNAME}/examples/password.rb
${GEM_LIB}/gems/${DISTNAME}/examples/repeat_entry.rb
${GEM_LIB}/gems/${DISTNAME}/examples/trapping_eof.rb
${GEM_LIB}/gems/${DISTNAME}/examples/using_readline.rb
${GEM_LIB}/gems/${DISTNAME}/highline.gemspec
${GEM_LIB}/gems/${DISTNAME}/lib/
${GEM_LIB}/gems/${DISTNAME}/lib/highline/
${GEM_LIB}/gems/${DISTNAME}/lib/highline.rb
${GEM_LIB}/gems/${DISTNAME}/lib/highline/color_scheme.rb
${GEM_LIB}/gems/${DISTNAME}/lib/highline/compatibility.rb
${GEM_LIB}/gems/${DISTNAME}/lib/highline/import.rb
${GEM_LIB}/gems/${DISTNAME}/lib/highline/menu.rb
${GEM_LIB}/gems/${DISTNAME}/lib/highline/question.rb
${GEM_LIB}/gems/${DISTNAME}/lib/highline/simulate.rb
${GEM_LIB}/gems/${DISTNAME}/lib/highline/string_extensions.rb
${GEM_LIB}/gems/${DISTNAME}/lib/highline/style.rb
${GEM_LIB}/gems/${DISTNAME}/lib/highline/system_extensions.rb
${GEM_LIB}/gems/${DISTNAME}/site/
${GEM_LIB}/gems/${DISTNAME}/site/highline.css
${GEM_LIB}/gems/${DISTNAME}/site/images/
${GEM_LIB}/gems/${DISTNAME}/site/images/logo.png
${GEM_LIB}/gems/${DISTNAME}/site/index.html
${GEM_LIB}/gems/${DISTNAME}/test/
${GEM_LIB}/gems/${DISTNAME}/test/string_methods.rb
${GEM_LIB}/gems/${DISTNAME}/test/tc_color_scheme.rb
${GEM_LIB}/gems/${DISTNAME}/test/tc_highline.rb
${GEM_LIB}/gems/${DISTNAME}/test/tc_import.rb
${GEM_LIB}/gems/${DISTNAME}/test/tc_menu.rb
${GEM_LIB}/gems/${DISTNAME}/test/tc_string_extension.rb
${GEM_LIB}/gems/${DISTNAME}/test/tc_string_highline.rb
${GEM_LIB}/gems/${DISTNAME}/test/tc_style.rb
${GEM_LIB}/gems/${DISTNAME}/test/ts_all.rb
${GEM_LIB}/specifications/${DISTNAME}.gemspec