Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-04-04 | Install as a gem using the pkgsrc rubygem.mk framework instead of | jlam | 1 | -17/+10 | |
directly into site_ruby. | |||||
2007-10-03 | Dick Davies can no longer maintain those packages. (by private mail) | heinz | 1 | -2/+2 | |
2007-03-17 | Update ruby-ncurses package to 1.1. | taca | 1 | -4/+3 | |
ncurses-ruby-1.1 * Bugfixes by T. Sutherland in _tracef and _tracedump. | |||||
2007-01-14 | - Correct path of examples. | taca | 1 | -3/+5 | |
- Install licese of examples. Bump PKGREVISION. | |||||
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 | 1 | -0/+30 | |
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". |