summaryrefslogtreecommitdiff
path: root/devel/ruby-ncurses/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2008-04-04Install as a gem using the pkgsrc rubygem.mk framework instead ofjlam1-17/+10
directly into site_ruby.
2007-10-03Dick Davies can no longer maintain those packages. (by private mail)heinz1-2/+2
2007-03-17Update ruby-ncurses package to 1.1.taca1-4/+3
ncurses-ruby-1.1 * Bugfixes by T. Sutherland in _tracef and _tracedump.
2007-01-14- Correct path of examples.taca1-3/+5
- Install licese of examples. Bump PKGREVISION.
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 byxtraeme1-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".