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 @@
Ruby interface which provides access to the functions, macros, global
variables and constants of the ncurses library. These are simply
mapped to a Module named Ncurses. Functions and external variables
are implemented as module functions of the Module Ncurses.

View file

@ -0,0 +1,26 @@
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/.gitignore
${GEM_LIB}/gems/${DISTNAME}/COPYING
${GEM_LIB}/gems/${DISTNAME}/Changelog.md
${GEM_LIB}/gems/${DISTNAME}/LICENSE.txt
${GEM_LIB}/gems/${DISTNAME}/README.md
${GEM_LIB}/gems/${DISTNAME}/THANKS
${GEM_LIB}/gems/${DISTNAME}/TODO
${GEM_LIB}/gems/${DISTNAME}/examples/
${GEM_LIB}/gems/${DISTNAME}/examples/LICENSES_for_examples
${GEM_LIB}/gems/${DISTNAME}/examples/example.rb
${GEM_LIB}/gems/${DISTNAME}/examples/form.rb
${GEM_LIB}/gems/${DISTNAME}/examples/form2.rb
${GEM_LIB}/gems/${DISTNAME}/examples/hello_ncurses.rb
${GEM_LIB}/gems/${DISTNAME}/examples/rain.rb
${GEM_LIB}/gems/${DISTNAME}/examples/read_line.rb
${GEM_LIB}/gems/${DISTNAME}/examples/tclock.rb
${GEM_LIB}/gems/${DISTNAME}/examples/test_scanw.rb
${GEM_LIB}/gems/${DISTNAME}/lib/
${GEM_LIB}/gems/${DISTNAME}/lib/ncurses-ruby/
${GEM_LIB}/gems/${DISTNAME}/lib/ncurses-ruby/version.rb
${GEM_LIB}/gems/${DISTNAME}/lib/ncurses.rb
${GEM_LIB}/gems/${DISTNAME}/lib/ncurses.so
${GEM_LIB}/gems/${DISTNAME}/ncurses-ruby.gemspec
${GEM_LIB}/specifications/${DISTNAME}.gemspec