diff options
author | tsarna <tsarna> | 2000-05-16 01:07:05 +0000 |
---|---|---|
committer | tsarna <tsarna> | 2000-05-16 01:07:05 +0000 |
commit | 31ee3f8feb8f3c3690019babd01e1fbdc615d4e2 (patch) | |
tree | 7769c29fdcf36ae5875595b27f44f4e2ae784d8b /databases/sqsh/pkg | |
parent | 939e1b249be6286072c52581ae449531a1342926 (diff) | |
download | pkgsrc-31ee3f8feb8f3c3690019babd01e1fbdc615d4e2.tar.gz |
Initial import of pkg for sqsh 1.7:
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.
Diffstat (limited to 'databases/sqsh/pkg')
-rw-r--r-- | databases/sqsh/pkg/COMMENT | 1 | ||||
-rw-r--r-- | databases/sqsh/pkg/DESCR | 10 | ||||
-rw-r--r-- | databases/sqsh/pkg/PLIST | 2 |
3 files changed, 13 insertions, 0 deletions
diff --git a/databases/sqsh/pkg/COMMENT b/databases/sqsh/pkg/COMMENT new file mode 100644 index 00000000000..c13cf9aad3d --- /dev/null +++ b/databases/sqsh/pkg/COMMENT @@ -0,0 +1 @@ +A Sybase SQL shell diff --git a/databases/sqsh/pkg/DESCR b/databases/sqsh/pkg/DESCR new file mode 100644 index 00000000000..fa04e1180f6 --- /dev/null +++ b/databases/sqsh/pkg/DESCR @@ -0,0 +1,10 @@ +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. diff --git a/databases/sqsh/pkg/PLIST b/databases/sqsh/pkg/PLIST new file mode 100644 index 00000000000..f1bdb2813f5 --- /dev/null +++ b/databases/sqsh/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/05/16 01:07:05 tsarna Exp $ +bin/sqsh |