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:
parent
03f838e65e
commit
e1ab150f4b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69674
@ -30,6 +30,7 @@
|
||||
SUBDIR += gmysql
|
||||
SUBDIR += gnats
|
||||
SUBDIR += gnomedb
|
||||
SUBDIR += gqlplus
|
||||
SUBDIR += grass
|
||||
SUBDIR += gtksql
|
||||
SUBDIR += java-sqlrelay
|
||||
|
22
databases/gqlplus/Makefile
Normal file
22
databases/gqlplus/Makefile
Normal 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>
|
1
databases/gqlplus/distinfo
Normal file
1
databases/gqlplus/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (gqlplus-1.5.tar.gz) = 024d5de3d6555f811ae0bd2f990bdfdc
|
1
databases/gqlplus/pkg-comment
Normal file
1
databases/gqlplus/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
SQL*PLUS with commandline editing, history, and name completion
|
15
databases/gqlplus/pkg-descr
Normal file
15
databases/gqlplus/pkg-descr
Normal 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/
|
1
databases/gqlplus/pkg-plist
Normal file
1
databases/gqlplus/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/gqlplus
|
Loading…
Reference in New Issue
Block a user