SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
4
devel/ruby-ncurses/pkg/DESCR
Normal file
4
devel/ruby-ncurses/pkg/DESCR
Normal 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.
|
26
devel/ruby-ncurses/pkg/PLIST
Normal file
26
devel/ruby-ncurses/pkg/PLIST
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue