pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/gate Import gate-2.06 from pkgsrc-wip, package...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1dd98a334f88
branches:  trunk
changeset: 504207:1dd98a334f88
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Dec 06 22:42:25 2005 +0000

description:
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:

 editors/gate/DESCR    |  16 ++++++++++++++++
 editors/gate/Makefile |  15 +++++++++++++++
 editors/gate/PLIST    |   4 ++++
 editors/gate/distinfo |   5 +++++
 4 files changed, 40 insertions(+), 0 deletions(-)

diffs (56 lines):

diff -r 268fb388ed12 -r 1dd98a334f88 editors/gate/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/gate/DESCR        Tue Dec 06 22:42:25 2005 +0000
@@ -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 -r 268fb388ed12 -r 1dd98a334f88 editors/gate/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/gate/Makefile     Tue Dec 06 22:42:25 2005 +0000
@@ -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@localhost
+HOMEPAGE=              http://www.unixpapa.com/gate.html
+COMMENT=               Lightweight text editor
+
+GNU_CONFIGURE=         yes
+BUILD_TARGET=          # empty
+
+.include       "../../mk/bsd.pkg.mk"
diff -r 268fb388ed12 -r 1dd98a334f88 editors/gate/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/gate/PLIST        Tue Dec 06 22:42:25 2005 +0000
@@ -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 -r 268fb388ed12 -r 1dd98a334f88 editors/gate/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/gate/distinfo     Tue Dec 06 22:42:25 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index