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.
This commit is contained in:
parent
bf68babdcb
commit
4da89368e7
5 changed files with 35 additions and 0 deletions
17
databases/oraedit/Makefile
Normal file
17
databases/oraedit/Makefile
Normal file
|
@ -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"
|
1
databases/oraedit/files/md5
Normal file
1
databases/oraedit/files/md5
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (oraedit-0.1.3.tar.gz) = b2575384298f2357e45bc96ad464bdeb
|
1
databases/oraedit/pkg/COMMENT
Normal file
1
databases/oraedit/pkg/COMMENT
Normal file
|
@ -0,0 +1 @@
|
|||
editor of PL/SQL source stored in Oracle database
|
14
databases/oraedit/pkg/DESCR
Normal file
14
databases/oraedit/pkg/DESCR
Normal file
|
@ -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.
|
2
databases/oraedit/pkg/PLIST
Normal file
2
databases/oraedit/pkg/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2000/01/31 14:03:05 jdolecek Exp $
|
||||
bin/oraedit
|
Loading…
Reference in a new issue