Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/hs-vty,
Simple terminal access library
Branch: CURRENT,
Version: 4.7.0.10,
Package name: hs-vty-4.7.0.10,
Maintainer: phovty is terminal GUI library in the niche of ncurses. It is intended to
be easy to use, have no confusing corner cases, and good support for
common terminal types.
Included in the source distribution is a program
test/interactive_terminal_test.hs that demonstrates the various
features.
If your terminal is not behaving as expected the results of the
test/interactive_terminal_test.hs program should be sent to the Vty
maintainter to aid in debugging the issue.
Notable infelicities: Sometimes poor efficiency; Assumes UTF-8
character encoding support by the terminal.
Required to run:[
devel/hs-mtl] [
devel/hs-utf8-string] [
textproc/hs-parsec] [
devel/hs-vector]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: 721cf4915d3392d8c2a898d10aea69f6049b1c4a
RMD160: 1861b775c7225eb6c71bc5a56021181022c213cd
Filesize: 63.019 KB
Version history: (Expand)
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
- (2019-12-17) Package deleted from pkgsrc
- (2019-12-15) Package has been reborn
- (2019-12-14) Package deleted from pkgsrc
- (2019-06-25) Package has been reborn
CVS history: (Expand)
2014-08-29 16:10:29 by Ryosuke Moro | Files touched by this commit (22) |
Log message:
make it clear what package depend on
discussed with wiz@.
|
2014-05-27 00:08:03 by Ryosuke Moro | Files touched by this commit (58) |
Log message:
Remove hs-blaze-builder, hs-transformers-base, hs-transformers-compat, and
hs-vector, imported to pkgsrc/devel.
|
2014-05-19 23:28:46 by Ryosuke Moro | Files touched by this commit (81) |
Log message:
Remove hs-parsec, imported to pkgsrc/textproc.
Remove hs-data-default-instances-base, hs-data-default-instances-containers,
hs-data-default-instances-dlist, hs-data-default-instances-old-locale,
imported to pkgsrc/devel.
|
2014-05-18 23:33:25 by Ryosuke Moro | Files touched by this commit (119) |
Log message:
Remove hs-data-default-class, hs-dlist, hs-text, hs-utf8-string,
imported to pkgsrc/devel.
|
2014-05-16 22:47:07 by Ryosuke Moro | Files touched by this commit (112) |
Log message:
Remove hs-mtl, imported to pkgsrc/devel
|
2012-03-04 08:44:47 by PHO / phonohawk | Files touched by this commit (3) | |
Log message:
Upstream update to vty-4.7.0.10
|
2011-07-12 16:38:14 by PHO / phonohawk | Files touched by this commit (5) | |
Log message:
Import hs-vty-4.7.0.0 as wip/hs-vty.
vty is terminal GUI library in the niche of ncurses. It is intended to
be easy to use, have no confusing corner cases, and good support for
common terminal types.
Included in the source distribution is a program
test/interactive_terminal_test.hs that demonstrates the various
features.
If your terminal is not behaving as expected the results of the
test/interactive_terminal_test.hs program should be sent to the Vty
maintainter to aid in debugging the issue.
Notable infelicities: Sometimes poor efficiency; Assumes UTF-8
character encoding support by the terminal.
|