summaryrefslogtreecommitdiff
path: root/devel/ruby-ncurses
AgeCommit message (Collapse)AuthorFilesLines
2006-02-08Fix two C glitches when ncurses is compiled with trace support.joerg2-1/+24
2006-02-03Stop pkglint warnings; remove trailing space and variable expression.taca1-4/+4
2006-02-03Bump PKGREVISION of these packages which affected (fixed) bytaca1-1/+2
fix of REPLACE_RUBY, the impact was big or small.
2006-01-26Initial import of ruby-ncurses-1.0 from pkgsrc-wip, packaged byxtraeme4-0/+56
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".