Subject: CVS commit: pkgsrc/devel/ruby-ncurses
From: Juan Romero Pardines
Date: 2006-01-27 00:00:51
Message id: 20060126230051.94CF12DA27@cvs.netbsd.org

Log Message:
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".


Files:
RevisionActionfile
1.1importpkgsrc/devel/ruby-ncurses/Makefile
1.1importpkgsrc/devel/ruby-ncurses/DESCR
1.1importpkgsrc/devel/ruby-ncurses/distinfo
1.1importpkgsrc/devel/ruby-ncurses/PLIST