NOTICE: This package has been removed from pkgsrc

./wip/hs-vte, Binding to the VTE library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.12.1, Package name: hs-vte-0.12.1, Maintainer: pho

The VTE library inserts terminal capability strings into a trie, and
then uses it to determine if data received from a pseudo-terminal is a
control sequence or just random data. The sample program interpret
illustrates more or less what the widget sees after it filters
incoming data.


Required to run:
[x11/vte] [wip/ghc] [wip/hs-pango] [wip/hs-gtk]

Required to build:
[pkgtools/x11-links] [x11/xcb-proto] [x11/fixesproto4] [pkgtools/cwrappers] [x11/xorgproto]

Master sites:

SHA1: da271e96240ca7142fc936ad163291c9d2946662
RMD160: 29e98c0785399a5807b85e3e52eab0701adff848
Filesize: 40.156 KB

Version history: (Expand)


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@.
   2012-03-11 09:24:18 by PHO / phonohawk | Files touched by this commit (3) | Package updated
Log message:
Upstream update to vte-0.12.1

   2011-07-12 16:18:16 by PHO / phonohawk | Files touched by this commit (5) | Imported package
Log message:
Import hs-vte-0.12.0 as wip/hs-vte.

The VTE library inserts terminal capability strings into a trie, and
then uses it to determine if data received from a pseudo-terminal is a
control sequence or just random data. The sample program interpret
illustrates more or less what the widget sees after it filters
incoming data.