diff options
author | grant <grant@pkgsrc.org> | 2004-03-29 09:54:58 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-03-29 09:54:58 +0000 |
commit | a6f1a0d42c27e1b56ff00fc4ef68f2fdfcf6fbfd (patch) | |
tree | 87728c5132129e1f167e25e45f8886bafa1f8184 /doc | |
parent | 01e1e03f92f38433279bf251426a291c643ca998 (diff) | |
download | pkgsrc-a6f1a0d42c27e1b56ff00fc4ef68f2fdfcf6fbfd.tar.gz |
Initial import of sqsh-x11-2.1 into the NetBSD packages collection.
Sqsh (pronounced skwish) is short for SQshelL (pronounced s-q-shell), it
is intended as a replacement for the venerable 'isql' program supplied
by Sybase. It came about due to years of frustration of trying to do
real work with a program that was never meant to perform real work.
Sqsh is much more than a nice prompt, it is intended to provide much of
the functionality provided by a good shell, such as variables,
redirection, pipes, back-grounding, job control, history, command
completion, and dynamic configuration. Also, as a by-product of the
design, it is remarkably easy to extend and add functionality.
This package enables X11 support.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 486802afc8c..2cdef669734 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.5351 2004/03/29 09:40:02 kei Exp $ +$NetBSD: CHANGES,v 1.5352 2004/03/29 09:54:58 grant Exp $ Changes to the packages collection and infrastructure in 2004: @@ -1579,3 +1579,4 @@ Changes to the packages collection and infrastructure in 2004: Updated coreutils to 5.2.1 [recht 2004-03-29] Updated qt3-libs to 3.2.3nb1 [recht 2004-03-29] Updated Gauche to 0.7.4.2 [kei 2004-03-29] + Added sqsh-x11-2.1 [grant 2004-03-29] |