diff options
author | wiz <wiz@pkgsrc.org> | 2005-12-06 22:42:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-12-06 22:42:25 +0000 |
commit | d0d66d75c77e94db875e530e720d1ed9d68fac6e (patch) | |
tree | 2c4c3e7a3777c8579c1bcaead1d2a6059b50e75a /editors | |
parent | e55cea632a4446017956c474ee96b00313ca6040 (diff) | |
download | pkgsrc-d0d66d75c77e94db875e530e720d1ed9d68fac6e.tar.gz |
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.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gate/DESCR | 16 | ||||
-rw-r--r-- | editors/gate/Makefile | 15 | ||||
-rw-r--r-- | editors/gate/PLIST | 4 | ||||
-rw-r--r-- | editors/gate/distinfo | 5 |
4 files changed, 40 insertions, 0 deletions
diff --git a/editors/gate/DESCR b/editors/gate/DESCR new file mode 100644 index 00000000000..60fff7ee83c --- /dev/null +++ b/editors/gate/DESCR @@ -0,0 +1,16 @@ +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. diff --git a/editors/gate/Makefile b/editors/gate/Makefile new file mode 100644 index 00000000000..00ff913b9ed --- /dev/null +++ b/editors/gate/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/12/06 22:42:25 wiz Exp $ +# + +DISTNAME= gate-2.06 +CATEGORIES= editors +MASTER_SITES= http://www.unixpapa.com/software/ + +MAINTAINER= hugor@users.sourceforge.net +HOMEPAGE= http://www.unixpapa.com/gate.html +COMMENT= Lightweight text editor + +GNU_CONFIGURE= yes +BUILD_TARGET= # empty + +.include "../../mk/bsd.pkg.mk" diff --git a/editors/gate/PLIST b/editors/gate/PLIST new file mode 100644 index 00000000000..26c87ff34ed --- /dev/null +++ b/editors/gate/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/12/06 22:42:25 wiz Exp $ +bin/gate +man/man1/gate.1 +share/gate.help diff --git a/editors/gate/distinfo b/editors/gate/distinfo new file mode 100644 index 00000000000..da4492e9ae4 --- /dev/null +++ b/editors/gate/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/12/06 22:42:25 wiz Exp $ + +SHA1 (gate-2.06.tar.gz) = f6935bfc410550e52725db7c1859e6ed9f6ea9e7 +RMD160 (gate-2.06.tar.gz) = 3b1fb285dbeccf7dd09504f4596d8e7387b14c8a +Size (gate-2.06.tar.gz) = 58677 bytes |