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,25 @@
COMMENT = high-level IO library for Ruby
DISTNAME = highline-1.6.21
REVISION = 0
CATEGORIES = devel
HOMEPAGE = https://github.com/JEG2/highline
# Ruby license
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
MODRUBY_TEST= testrb
MODRUBY_TEST_TARGET = -I lib test/*.rb
post-install:
@find ${PREFIX}/${GEM_LIB}/ -type f \( -name \*.gitignore \
-o -name \*.cvsignore -o -name Rakefile \
-o -name setup.rb \) -delete
@rmdir ${PREFIX}/${GEM_LIB}/gems/${DISTNAME}/doc
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (highline-1.6.21.gem) = wTYpju6Gzv+Huq3HHXZOoHmG+JgFY25KajBbLV2gdRk=
SIZE (highline-1.6.21.gem) = 221184

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