Merge from vendor branch pkgsrc-wip:
authorwiz <wiz>
Tue, 6 Dec 2005 22:42:25 +0000 (22:42 +0000)
committerwiz <wiz>
Tue, 6 Dec 2005 22:42:25 +0000 (22:42 +0000)
commit5f405aa9e4f81bdca0abd1ecaeb3777dbc31d5de
tree7eb9474af448ccf5acb626e65a19deaeb673575b
parentc73bbda82a63c0a94b823a5713468fc72dac292f
parentd4afb3006e2f8d8533b210b13337a037c917cedc
Merge from vendor branch pkgsrc-wip:
Import gate-2.06 from pkgsrc-wip, packaged by Hugo Rivera:

Gate is text-gatherer. A text-gatherer is like a text-editor, but much
more lightweight and unobtrusive.
If you have a program or shell script that asks people to enter a small
chunk of text, a text-gatherer like Gate is a good way to do it. It
doesn't clear the screen (annoying if there were just some instructions
printed there). It doesn't require you to know a lot of obscure editing
commands. It doesn't make excessive demands on the intelligence of your
terminal emulation software.
It does provide a number of features that make it easier for novice users
to produce good text. It does word-wrap, prints a prompt on each new line,
and allows backspacing from the currently line onto previous lines. It
also provides features that a more experienced user can use. You can call
up normal editor, or use some of gate's simple-minded editing
commands. You can read in files, or save your text to a file. You can
filter your text through something like the unix "fmt" command. It
provides a nice spell-checking interface too.