Path to this page:
./
devel/ruby-curses,
Ruby binding for curses, ncurses, and PDCurses
Branch: CURRENT,
Version: 1.4.7,
Package name: ruby32-curses-1.4.7,
Maintainer: pkgsrc-usersA Ruby binding for curses, ncurses, and PDCurses, formerly part of the Ruby
standard library. curses is an extension library for text UI applications.
Required to run:[
lang/ruby26-base]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 513.5 KB
Version history: (Expand)
- (2024-10-27) Updated to version: ruby32-curses-1.4.7
- (2024-06-08) Updated to version: ruby32-curses-1.4.6
- (2024-05-05) Updated to version: ruby32-curses-1.4.5
- (2023-02-09) Updated to version: ruby31-curses-1.4.4
- (2022-02-12) Updated to version: ruby27-curses-1.4.4
- (2021-08-12) Updated to version: ruby27-curses-1.4.2
CVS history: (Expand)
2022-02-12 13:28:53 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-curses: update to 1.4.4
1.4.4 (2022-02-03)
Bug fixes:
* Define Curses.colors even if COLORS is a macro. Issue #69 by dvarrui.
* Use require instead of require_relative. Pull request #68 by dvarrui.
1.4.3 (2022-01-06)
New features:
* Added flushinp, menu mark, fore and back functions. Pull request #66 by
Isty001.
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-08-12 17:03:38 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
devel/ruby-curses: update to 1.4.2
1.4.2 / 2021-06-14
New features:
* Added samples for addch, attron, mouse tracking and colors. Pull request
#62 by coezbek.
|
2021-05-29 10:30:43 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
devel/ruby-curses: update to 1.4.1
1.4.1 (2021-05-22)
Bug fixes:
* Use chtype instead of char to support attributes
* Fixes for Ruby 3.1.
|
2021-01-10 15:42:32 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
devel/ruby-curses: update to 1.4.0
### 1.4.0 / 2020-12-10
New features:
* Remove fat binary support for newer versions of Ruby
|
2020-01-16 15:30:24 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
devel/ruby-curses: update to 1.3.2
### 1.3.2 / 2019-12-20
Bug fixes:
* Drop rb_safe_level check for Ruby 2.7 by Eric Wong.
* Try libtinfow first. Issue #52 by Marco Sirabella.
|
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
|