1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

add gqlplus, the SQL*PLUS with commandline editing, history, and

table/column name completion

Reviewed by:	ijliao (mentor)
Approved by:	ijliao (mentor)
This commit is contained in:
Yen-Ming Lee 2002-11-07 17:36:47 +00:00
parent 03f838e65e
commit e1ab150f4b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69674
6 changed files with 41 additions and 0 deletions

View File

@ -30,6 +30,7 @@
SUBDIR += gmysql
SUBDIR += gnats
SUBDIR += gnomedb
SUBDIR += gqlplus
SUBDIR += grass
SUBDIR += gtksql
SUBDIR += java-sqlrelay

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: gqlplus
# Date created: 06 November 2002
# Whom: Yen-Ming Lee <leeym@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gqlplus
PORTVERSION= 1.5
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= leeym@FreeBSD.org
WRKSRC= ${WRKDIR}/${PORTNAME}
MAKEFILE= makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (gqlplus-1.5.tar.gz) = 024d5de3d6555f811ae0bd2f990bdfdc

View File

@ -0,0 +1 @@
SQL*PLUS with commandline editing, history, and name completion

View File

@ -0,0 +1,15 @@
gqlplus is a drop-in replacement for sqlplus, an Oracle SQL client, for
UNIX platforms. The difference between gqlplus and sqlplus is command-line
editing and history, plus tablename completion. As you know if you have
used sqlplus, it is notoriously difficult to correct typing errors and
other mistakes in your SQL statements. sqlplus does give you ability to
use external editor to edit a statement, but only the last statement you
typed. gqlplus solves this problem by providing the familiar command-line
editing and history as in tcsh or bash shells, and tablename completion,
while otherwise retaining compatibility with sqlplus. Thus, no user training
is needed - simply use gqlplus instead of sqlplus. In addition,
configuration/installation is trivial: gqlplus is a single binary compiled
executable (written in C), so all you need is download it and put it anywhere
in your PATH. After that, you'll be ready to use it.
WWW: http://gqlplus.sourceforge.net/

View File

@ -0,0 +1 @@
bin/gqlplus