diff options
author | leeym <leeym@FreeBSD.org> | 2002-11-08 01:36:47 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2002-11-08 01:36:47 +0800 |
commit | 31fa93ac5dcd3e05fa28ae1be5ceb0c0e19046e8 (patch) | |
tree | f7b13d59574584b6c37ddef0756640789145e061 /databases/gqlplus | |
parent | ac973929e19e2ed88a1db93e58e2fe9cb3a7a0f8 (diff) | |
download | freebsd-ports-gnome-31fa93ac5dcd3e05fa28ae1be5ceb0c0e19046e8.tar.gz freebsd-ports-gnome-31fa93ac5dcd3e05fa28ae1be5ceb0c0e19046e8.tar.zst freebsd-ports-gnome-31fa93ac5dcd3e05fa28ae1be5ceb0c0e19046e8.zip |
add gqlplus, the SQL*PLUS with commandline editing, history, and
table/column name completion
Reviewed by: ijliao (mentor)
Approved by: ijliao (mentor)
Diffstat (limited to 'databases/gqlplus')
-rw-r--r-- | databases/gqlplus/Makefile | 22 | ||||
-rw-r--r-- | databases/gqlplus/distinfo | 1 | ||||
-rw-r--r-- | databases/gqlplus/pkg-comment | 1 | ||||
-rw-r--r-- | databases/gqlplus/pkg-descr | 15 | ||||
-rw-r--r-- | databases/gqlplus/pkg-plist | 1 |
5 files changed, 40 insertions, 0 deletions
diff --git a/databases/gqlplus/Makefile b/databases/gqlplus/Makefile new file mode 100644 index 000000000000..fce885c30153 --- /dev/null +++ b/databases/gqlplus/Makefile @@ -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> diff --git a/databases/gqlplus/distinfo b/databases/gqlplus/distinfo new file mode 100644 index 000000000000..c98b17ba6ffc --- /dev/null +++ b/databases/gqlplus/distinfo @@ -0,0 +1 @@ +MD5 (gqlplus-1.5.tar.gz) = 024d5de3d6555f811ae0bd2f990bdfdc diff --git a/databases/gqlplus/pkg-comment b/databases/gqlplus/pkg-comment new file mode 100644 index 000000000000..d24886b5dc88 --- /dev/null +++ b/databases/gqlplus/pkg-comment @@ -0,0 +1 @@ +SQL*PLUS with commandline editing, history, and name completion diff --git a/databases/gqlplus/pkg-descr b/databases/gqlplus/pkg-descr new file mode 100644 index 000000000000..abaa7c8f3660 --- /dev/null +++ b/databases/gqlplus/pkg-descr @@ -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/ diff --git a/databases/gqlplus/pkg-plist b/databases/gqlplus/pkg-plist new file mode 100644 index 000000000000..812b97b468cd --- /dev/null +++ b/databases/gqlplus/pkg-plist @@ -0,0 +1 @@ +bin/gqlplus |