[DRE-commits] [SCM] ruby-ncursesw.git branch, master, updated. debian/1.2.4.3-1-7-g1d98204

Per Andersson avtobiff at gmail.com
Sat Apr 7 18:39:16 UTC 2012


The following commit has been merged in the master branch:
commit 172f6654f7a2dd48595a7c18dedc61fb1c5d3b35
Author: Per Andersson <avtobiff at gmail.com>
Date:   Sat Apr 7 19:56:00 2012 +0200

    Updated long description to match ruby-ncurses.

diff --git a/debian/control b/debian/control
index 2c63a5b..ad5fd07 100644
--- a/debian/control
+++ b/debian/control
@@ -17,9 +17,12 @@ XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
 Conflicts: ruby-ncurses
 Description: ruby extension of ncurses C library with wide character support
- This wrapper provides access to the functions, macros, global variables and
- constants of the ncurses library. These are mapped to a Ruby Module named
- "Ncurses": Functions and external variables are implemented as singleton
- functions of the Module Ncurses.
+ All C functions are wrapped by module functions of 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.
  .
- Hacked up version of ncurses gem that supports wide characters and ruby1.9.2.
+ The panel library (for support of overlapping windows) is also wrapped, in
+ the module "Ncurses::Panel".
+ .
+ This package has wide character support.

-- 
ruby-ncursesw.git



More information about the Pkg-ruby-extras-commits mailing list