Path to this page:
./
databases/sqsh-motif,
SQL shell for Sybase and MS-SQL servers (Motif GUI)
Branch: CURRENT,
Version: 2.1,
Package name: sqsh-motif-2.1,
Maintainer: pkgsrc-usersSqsh (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 uses the Motif frontend.
Required to run:[
x11/motif]
Required to build:[
x11/renderproto] [
x11/xbitmaps]
Master sites:
SHA1: 7bbdda5590262e465508c889b86107465f3a2b90
RMD160: 9a76e661a10b79fd4c0d7f58878caf6e6349e590
Filesize: 350.463 KB
Version history: (Expand)
- (2017-11-23) Package has been reborn
- (2016-12-30) Updated to version: sqsh-motif-2.1
- (2012-06-11) Package has been reborn
- (2012-06-11) Updated to version: sqsh-motif-2.1nb8
- (2012-06-11) Package deleted from pkgsrc
- (2008-11-17) Updated to version: sqsh-motif-2.1nb6
CVS history: (Expand)
2016-12-30 14:33:45 by Thomas Klausner | Files touched by this commit (7) |
Log message:
Fix options framework abuse by sqsh*.
|
2012-10-02 23:25:56 by Aleksej Saushev | Files touched by this commit (323) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2008-04-24 17:20:06 by Johnny C. Lam | Files touched by this commit (4) |
Log message:
Mirror PKG_DESTDIR_SUPPORT setting from the included Makefile. This is
only necessary because PKG_DESTDIR_SUPPORT must be defined before
bsd.prefs.mk is included.
|
2008-04-23 22:23:39 by Johnny C. Lam | Files touched by this commit (4) |
Log message:
Include bsd.prefs.mk so that the options appended by the package Makefile
take precedence.
|
2008-04-22 18:23:37 by Johnny C. Lam | Files touched by this commit (7) |
Log message:
Restructure the following packages:
databases/sqsh
databases/sqsh-motif
databases/sqsh-x11
The latter two are now just databases/sqsh built with a specific set of
options. Changes include:
+ Add options.mk that supports three options:
sqsh-motif Motif GUI
sqsh-xaw Athena GUI
sybase-openclient Use real Sybase
Note that USE_SYBASE_OPENCLIENT is a legacy variable for the new
global "sybase-openclient" option.
+ Remove Makefile.common and move all logic into sqsh/Makefile and
sqsh/options.mk.
+ Remove section in patch-aa that tried to deal with termcap/curses
issues for readline. That is now automatically taken care of in
pkgsrc through termcap.buildlink3.mk, which is included here
indirectly by readline/buildlink3.mk.
+ Add full DESTDIR support.
+ Bump the PKGREVISION for sqsh, sqsh-motif and sqsh-x11 to 5. All
three packages now track and use the same PKGREVISION number.
|
2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082) |
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
|
2006-01-04 19:30:17 by Jeremy C. Reed | Files touched by this commit (4) |
Log message:
In the Makefile.common, remove the freetds subdirectory for the
path to the buildlink files. This is due to changes I made to the freetds
installation.
Fix "man" to PKGMANDIR while I am here.
Bump PKGREVISION for all three packages (as the location
of libct is uses is different due to the freetds change).
I didn't test sqsh-motif packaging, as I couldn't get openmotif
to build at this time.
|
2005-12-12 22:36:56 by Joerg Sonnenberger | Files touched by this commit (43) | |
Log message:
Bump all motif packages for recent openmotif update. The major version
of the shared libXm has changed.
|