summaryrefslogtreecommitdiff
path: root/databases/sqsh-x11
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-03-29 09:41:34 +0000
committergrant <grant@pkgsrc.org>2004-03-29 09:41:34 +0000
commitdbc41cdaa080adc94d926d5d33348e230c22bffd (patch)
tree753e38f4ae81cfd3eb1cccb8036fdf0dcceef7b0 /databases/sqsh-x11
parent2d44fde42fcf8783bb6c139c809f7d102d8c740e (diff)
downloadpkgsrc-dbc41cdaa080adc94d926d5d33348e230c22bffd.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 'databases/sqsh-x11')
-rw-r--r--databases/sqsh-x11/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/databases/sqsh-x11/Makefile b/databases/sqsh-x11/Makefile
new file mode 100644
index 00000000000..05b088d75a7
--- /dev/null
+++ b/databases/sqsh-x11/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/03/29 09:41:34 grant Exp $
+
+PKGNAME= sqsh-x11-2.1
+COMMENT= SQL shell for Sybase and MS-SQL servers (X11 support)
+
+CONFLICTS+= sqsh-[0-9]*
+
+USE_X11= YES
+CONFIGURE_ARGS+= --with-x
+
+PATCHDIR= ${.CURDIR}/../../databases/sqsh/patches
+DISTINFO_FILE= ${.CURDIR}/../../databases/sqsh/distinfo
+PLIST_SRC= ${.CURDIR}/../../databases/sqsh/PLIST
+DESCR_SRC= ${.CURDIR}/../../databases/sqsh/DESCR
+
+.include "../../databases/sqsh/Makefile.common"