2019-05-06 07:22:53 by Takahiro Kambe | Files touched by this commit (3) |  |
Log message:
devel/ruby-curses: update to 1.3.1
### 1.3.1 / 2019-04-21
Bug fixes:
* Check whether sizeof(WINDOW) is available to avoid build failures on macOS.
Issue #48 reported by chdiza.
### 1.3.0 / 2019-04-16
New features:
* Add Curses::Form and Curses::Field.
Bug fixes:
* Fix TravisCI issues by amatsuda and znz.
* Fix typo in sample/menu.rb by binford2k.
* Ctrl-/ should return ^_ on Windows.
* Workaround for new Windows console.
https://github.com/Bill-Gray/PDCurses/pull/108
|
2019-01-20 14:45:27 by Takahiro Kambe | Files touched by this commit (3) |  |
Log message:
devel/ruby-curses: update to 1.2.7
### 1.2.7 / 2019-01-10
Bug fixes:
* Add curses.so for Ruby 2.5/2.6 on x86-mingw32.
### 1.2.6 / 2019-01-09
New features:
* Add Curses::Menu and Curses::Item.
|
2018-12-17 15:49:15 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
devel/ruby-curses: update to 1.2.5
### 1.2.5 / 2018-10-16
New features:
* Add mvderwin and derwin methods to Window. Pull request #37 by meschbach.
* Add documentation link. Pull request #39 by atshakil.
Bug fixes:
* Favor ncursesw over curses. Pull request #40 by DivineDominion.
|
2017-09-18 02:53:56 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
devel/ruby-curses: update to 1.2.4
### 1.2.4 / 2017-09-13
New features:
* Update PDCurses.
Bug fixes:
* Fix the path of pdcurses.dll for i386-mingw. (Issue #36)
Documentation:
* Include reference to ncurses dependency. Pull request #34 by qume.
|
2017-07-13 16:50:19 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-curses to 1.2.3.
### 1.2.3 / 2017-07-03
Bug fixes:
* Fixes for mswin. Pull requests #30, #31, #32 and #33 by unak.
|
2017-04-22 20:20:14 by Takahiro Kambe | Files touched by this commit (4) |
Log message:
Now, move ruby-curses-gem to ruby-curses overriding part of ruby18 version.
|
2016-09-08 17:19:19 by Joerg Sonnenberger | Files touched by this commit (42) |
Log message:
Rename RUBY_VERSION_SUPPORTED into _RUBY_VERSIONS_ACCEPTED to follow the
naming scheme of the other multi-version packages. Add support for the
coorresponding RUBY_VERSIONS_INCOMPATIBLE list.
|
2016-03-14 01:59:07 by Tobias Nygren | Files touched by this commit (16) |
Log message:
remove references to ruby200
|
2015-11-23 16:46:59 by Takahiro Kambe | Files touched by this commit (18) |
Log message:
Remove 193 from RUBY_VERSION_SUPPORTED.
|
2015-08-18 09:31:20 by Thomas Klausner | Files touched by this commit (282) |
Log message:
Bump all packages that depend on curses.bui* or terminfo.bui* since they
might incur ncurses dependencies on some platforms, and ncurses just bumped
its shlib.
Some packages were bumped twice now, sorry for that.
|