diff options
author | jdolecek <jdolecek> | 2000-01-31 14:03:00 +0000 |
---|---|---|
committer | jdolecek <jdolecek> | 2000-01-31 14:03:00 +0000 |
commit | ffa471e880d4fc856ab9dda3d231fed200e9fc00 (patch) | |
tree | df40788108e6458f032c41424f930da15cc30913 /databases/oraedit | |
parent | b6a76310a769df7b34a7b936cfdf382bea19dac8 (diff) | |
download | pkgsrc-ffa471e880d4fc856ab9dda3d231fed200e9fc00.tar.gz |
Add package for oraedit 0.1.3.
oraedit is capable of editing functions, procedure,
package bodies and specification, type body and specifications
as well as views stored in Oracle. The only thing required is
working sqlplus client or working rsh/ssh connection
to a computer with one (and Python, of course).
Documentation is currently not present, you have to figure out
usage yourself ATM, sorry.
Diffstat (limited to 'databases/oraedit')
-rw-r--r-- | databases/oraedit/Makefile | 17 | ||||
-rw-r--r-- | databases/oraedit/files/md5 | 1 | ||||
-rw-r--r-- | databases/oraedit/pkg/COMMENT | 1 | ||||
-rw-r--r-- | databases/oraedit/pkg/DESCR | 14 | ||||
-rw-r--r-- | databases/oraedit/pkg/PLIST | 2 |
5 files changed, 35 insertions, 0 deletions
diff --git a/databases/oraedit/Makefile b/databases/oraedit/Makefile new file mode 100644 index 00000000000..28bb45b2a21 --- /dev/null +++ b/databases/oraedit/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2000/01/31 14:03:00 jdolecek Exp $ + +DISTNAME= oraedit-0.1.3 +CATEGORIES= databases +MASTER_SITES= http://www.ics.muni.cz/~dolecek/projects/python/oraedit/ + +MAINTAINER= jdolecek@netbsd.org + +DEPENDS= python:../../lang/python + +NO_CONFIGURE= 1 +NO_BUILD= 1 + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/oraedit ${LOCALBASE}/bin/oraedit + +.include "../../mk/bsd.pkg.mk" diff --git a/databases/oraedit/files/md5 b/databases/oraedit/files/md5 new file mode 100644 index 00000000000..2afde4218f7 --- /dev/null +++ b/databases/oraedit/files/md5 @@ -0,0 +1 @@ +MD5 (oraedit-0.1.3.tar.gz) = b2575384298f2357e45bc96ad464bdeb diff --git a/databases/oraedit/pkg/COMMENT b/databases/oraedit/pkg/COMMENT new file mode 100644 index 00000000000..63d9e0453b6 --- /dev/null +++ b/databases/oraedit/pkg/COMMENT @@ -0,0 +1 @@ +editor of PL/SQL source stored in Oracle database diff --git a/databases/oraedit/pkg/DESCR b/databases/oraedit/pkg/DESCR new file mode 100644 index 00000000000..697d1e3066b --- /dev/null +++ b/databases/oraedit/pkg/DESCR @@ -0,0 +1,14 @@ +oraedit is capable of editing functions, procedure, +package bodies and specification, type body and specifications +as well as views stored in Oracle. The only thing required is +working sqlplus client or working rsh/ssh connection +to a computer with one. + +oraedit was used as a replacemenet for Platinums SQL-Station, +to get rid MS Windows for a development box. It surely +doesn't have every feature SQL-Station has, but hey - the +fact it works under Unix is appealing :) It's particularily +usable in connection with some decent GUI editor, such as vim. + +Documentation is currently not present, you have to figure out +usage yourself ATM, sorry. diff --git a/databases/oraedit/pkg/PLIST b/databases/oraedit/pkg/PLIST new file mode 100644 index 00000000000..fadc1d45068 --- /dev/null +++ b/databases/oraedit/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2000/01/31 14:03:05 jdolecek Exp $ +bin/oraedit |