pkgsrc/devel/ruby-ncurses/PLIST
xtraeme 2299d05aaf Initial import of ruby-ncurses-1.0 from pkgsrc-wip, packaged by
Rasputnik.

This ruby extension makes most functions, constants, and external
variables of the C library ncurses accessible from the Ruby
programming language.

All C functions are wrapped by module functions of a the module
"Ncurses", with exactly the same name. Additionally, C functions
expecting a WINDOW* as their first argument can also be called
as methods of the "Ncurses::WINDOW" class.

The panel library (for support of overlapping windows) is also
wrapped, in the module "Ncurses::Panel".
2006-01-26 23:00:51 +00:00

10 lines
423 B
Text

@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/26 23:00:51 xtraeme Exp $
${RUBY_SITEARCHLIBDIR}/ncurses_bin.${RUBY_DLEXT}
${RUBY_SITELIBDIR}/ncurses.rb
${RUBY_EXAMPLESDIR}/ncurses/example.rb
${RUBY_EXAMPLESDIR}/ncurses/hello_ncurses.rb
${RUBY_EXAMPLESDIR}/ncurses/rain.rb
${RUBY_EXAMPLESDIR}/ncurses/read_line.rb
${RUBY_EXAMPLESDIR}/ncurses/tclock.rb
${RUBY_EXAMPLESDIR}/ncurses/test_scanw.rb
@dirrm ${RUBY_EXAMPLESDIR}/ncurses