Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-02-08 | Fix two C glitches when ncurses is compiled with trace support. | joerg | 2 | -1/+24 | |
2006-02-03 | Stop pkglint warnings; remove trailing space and variable expression. | taca | 1 | -4/+4 | |
2006-02-03 | Bump PKGREVISION of these packages which affected (fixed) by | taca | 1 | -1/+2 | |
fix of REPLACE_RUBY, the impact was big or small. | |||||
2006-01-26 | Initial import of ruby-ncurses-1.0 from pkgsrc-wip, packaged by | xtraeme | 4 | -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". |