rev 9884 - in kde-extras/tora: tags tags/1.3.23-1/debian trunk/debian

Michael Meskes meskes at alioth.debian.org
Thu Mar 27 10:32:34 UTC 2008


Author: meskes
Date: 2008-03-27 10:32:34 +0000 (Thu, 27 Mar 2008)
New Revision: 9884

Added:
   kde-extras/tora/tags/1.3.23-1/
   kde-extras/tora/tags/1.3.23-1/debian/README.Debian
   kde-extras/tora/tags/1.3.23-1/debian/copyright
   kde-extras/tora/tags/1.3.23-1/debian/tora.wrapper
   kde-extras/tora/tags/1.3.23-1/debian/tora.xml
   kde-extras/tora/trunk/debian/README.Debian
   kde-extras/tora/trunk/debian/copyright
   kde-extras/tora/trunk/debian/tora.wrapper
   kde-extras/tora/trunk/debian/tora.xml
Log:
Released 1.3.23-1



Copied: kde-extras/tora/tags/1.3.23-1 (from rev 9880, kde-extras/tora/trunk)

Added: kde-extras/tora/tags/1.3.23-1/debian/README.Debian
===================================================================
--- kde-extras/tora/tags/1.3.23-1/debian/README.Debian	                        (rev 0)
+++ kde-extras/tora/tags/1.3.23-1/debian/README.Debian	2008-03-27 10:32:34 UTC (rev 9884)
@@ -0,0 +1,7 @@
+tora for Debian
+---------------
+
+This version contains only the qt3 database interface. Neither the
+native MySQL nor the native Oracle interface is built in.
+
+ -- Michael Meskes <meskes at debian.org>, Fri, 25 Jan 2002 09:37:32 +0100

Added: kde-extras/tora/tags/1.3.23-1/debian/copyright
===================================================================
--- kde-extras/tora/tags/1.3.23-1/debian/copyright	                        (rev 0)
+++ kde-extras/tora/tags/1.3.23-1/debian/copyright	2008-03-27 10:32:34 UTC (rev 9884)
@@ -0,0 +1,17 @@
+This package was debianized by Michael Meskes <meskes at debian.org> on
+Fri, 25 Jan 2002 09:37:32 +0100.
+
+It was downloaded from http://tora.sourceforge.net/
+
+Upstream Author: Henrik Johnson <tora at underscore.se>
+		 Nathan Neulinger <nneul at umr.edu>
+
+Copyright:
+Toolkit for Oracle is Copyright (C) 2000-2001,2001 Underscore AB
+Toolkit for Oracle is Copyright (C) 2003-2005 Quest Software, Inc.
+
+You may use, distribute and copy Toolkit for Oracle under the terms of
+GNU General Public License version 2.
+
+On Debian GNU/Linux systems, a copy of the GNU GPL can be found in
+/usr/share/common-licenses/GPL.

Added: kde-extras/tora/tags/1.3.23-1/debian/tora.wrapper
===================================================================
--- kde-extras/tora/tags/1.3.23-1/debian/tora.wrapper	                        (rev 0)
+++ kde-extras/tora/tags/1.3.23-1/debian/tora.wrapper	2008-03-27 10:32:34 UTC (rev 9884)
@@ -0,0 +1,6 @@
+#!/bin/sh
+# Support script to properly set environments for TORA to run
+
+export QTDIR=/usr/share/qt
+
+exec /usr/lib/tora/tora.real "$@"

Added: kde-extras/tora/tags/1.3.23-1/debian/tora.xml
===================================================================
--- kde-extras/tora/tags/1.3.23-1/debian/tora.xml	                        (rev 0)
+++ kde-extras/tora/tags/1.3.23-1/debian/tora.xml	2008-03-27 10:32:34 UTC (rev 9884)
@@ -0,0 +1,88 @@
+<?xml version='1.0' encoding='ISO-8859-1'?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
+
+  <!ENTITY dhfirstname "<firstname>Peter</firstname>">
+  <!ENTITY dhsurname   "<surname>Eisentraut</surname>">
+  <!-- Please adjust the date whenever revising the manpage. -->
+  <!ENTITY dhdate      "<date>March 22, 2004</date>">
+  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
+  <!ENTITY dhemail     "<email>peter_e at gmx.net</email>">
+  <!ENTITY dhusername  "Peter Eisentraut">
+  <!ENTITY dhucpackage "<refentrytitle>TORA</refentrytitle>">
+
+  <!ENTITY debian      "<productname>Debian</productname>">
+  <!ENTITY gnu         "<acronym>GNU</acronym>">
+  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
+]>
+
+<refentry>
+  <refentryinfo>
+    <address>&dhemail;</address>
+
+    <author>
+      &dhfirstname;
+      &dhsurname;
+    </author>
+
+    <copyright>
+      <year>2004</year>
+      <holder>&dhusername;</holder>
+    </copyright>
+
+    &dhdate;
+  </refentryinfo>
+
+  <refmeta>
+    &dhucpackage;
+    &dhsection;
+  </refmeta>
+
+  <refnamediv>
+    <refname>tora</refname>
+    <refpurpose>A graphical toolkit for database developers and administrators</refpurpose>
+  </refnamediv>
+
+  <refsynopsisdiv>
+    <cmdsynopsis>
+      <command>tora</command>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+
+  <refsect1>
+    <title>DESCRIPTION</title>
+
+    <para>This manual page documents briefly the program
+      <command>tora</command>.</para>
+
+    <para>This manual page was written for the &debian; distribution
+      because the original program does not have a manual page.</para>
+
+    <para><application>Tora</application> is a graphical toolkit for
+    database developers and administrators.  It features a schema browser,
+    SQL worksheet, PL/SQL editor and debugger, storage manager, rollback
+    segment monitor, instance manager, and SQL output viewer.  Via QT3 it
+    can access PostgreSQL and MySQL directly.  Any other database systems
+    can be accessed via ODBC.</para>
+  </refsect1>
+
+  <refsect1>
+    <title>SEE ALSO</title>
+
+    <para><command>tora</command> has an integrated online help
+    system.</para>
+  </refsect1>
+
+  <refsect1>
+    <title>AUTHOR</title>
+
+    <para>This manual page was written by &dhusername; &dhemail; for
+      the &debian; system (but may be used by others).  Permission is
+      granted to copy, distribute and/or modify this document under
+      the terms of the &gnu; General Public License, Version 2 any 
+      later version published by the Free Software Foundation.</para>
+
+    <para>On Debian systems, the complete text of the GNU General Public
+     License can be found in <filename>/usr/share/common-licenses/GPL</filename>.</para>
+  </refsect1>
+</refentry>

Added: kde-extras/tora/trunk/debian/README.Debian
===================================================================
--- kde-extras/tora/trunk/debian/README.Debian	                        (rev 0)
+++ kde-extras/tora/trunk/debian/README.Debian	2008-03-27 10:32:34 UTC (rev 9884)
@@ -0,0 +1,7 @@
+tora for Debian
+---------------
+
+This version contains only the qt3 database interface. Neither the
+native MySQL nor the native Oracle interface is built in.
+
+ -- Michael Meskes <meskes at debian.org>, Fri, 25 Jan 2002 09:37:32 +0100

Added: kde-extras/tora/trunk/debian/copyright
===================================================================
--- kde-extras/tora/trunk/debian/copyright	                        (rev 0)
+++ kde-extras/tora/trunk/debian/copyright	2008-03-27 10:32:34 UTC (rev 9884)
@@ -0,0 +1,17 @@
+This package was debianized by Michael Meskes <meskes at debian.org> on
+Fri, 25 Jan 2002 09:37:32 +0100.
+
+It was downloaded from http://tora.sourceforge.net/
+
+Upstream Author: Henrik Johnson <tora at underscore.se>
+		 Nathan Neulinger <nneul at umr.edu>
+
+Copyright:
+Toolkit for Oracle is Copyright (C) 2000-2001,2001 Underscore AB
+Toolkit for Oracle is Copyright (C) 2003-2005 Quest Software, Inc.
+
+You may use, distribute and copy Toolkit for Oracle under the terms of
+GNU General Public License version 2.
+
+On Debian GNU/Linux systems, a copy of the GNU GPL can be found in
+/usr/share/common-licenses/GPL.

Added: kde-extras/tora/trunk/debian/tora.wrapper
===================================================================
--- kde-extras/tora/trunk/debian/tora.wrapper	                        (rev 0)
+++ kde-extras/tora/trunk/debian/tora.wrapper	2008-03-27 10:32:34 UTC (rev 9884)
@@ -0,0 +1,6 @@
+#!/bin/sh
+# Support script to properly set environments for TORA to run
+
+export QTDIR=/usr/share/qt
+
+exec /usr/lib/tora/tora.real "$@"

Added: kde-extras/tora/trunk/debian/tora.xml
===================================================================
--- kde-extras/tora/trunk/debian/tora.xml	                        (rev 0)
+++ kde-extras/tora/trunk/debian/tora.xml	2008-03-27 10:32:34 UTC (rev 9884)
@@ -0,0 +1,88 @@
+<?xml version='1.0' encoding='ISO-8859-1'?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
+
+  <!ENTITY dhfirstname "<firstname>Peter</firstname>">
+  <!ENTITY dhsurname   "<surname>Eisentraut</surname>">
+  <!-- Please adjust the date whenever revising the manpage. -->
+  <!ENTITY dhdate      "<date>March 22, 2004</date>">
+  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
+  <!ENTITY dhemail     "<email>peter_e at gmx.net</email>">
+  <!ENTITY dhusername  "Peter Eisentraut">
+  <!ENTITY dhucpackage "<refentrytitle>TORA</refentrytitle>">
+
+  <!ENTITY debian      "<productname>Debian</productname>">
+  <!ENTITY gnu         "<acronym>GNU</acronym>">
+  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
+]>
+
+<refentry>
+  <refentryinfo>
+    <address>&dhemail;</address>
+
+    <author>
+      &dhfirstname;
+      &dhsurname;
+    </author>
+
+    <copyright>
+      <year>2004</year>
+      <holder>&dhusername;</holder>
+    </copyright>
+
+    &dhdate;
+  </refentryinfo>
+
+  <refmeta>
+    &dhucpackage;
+    &dhsection;
+  </refmeta>
+
+  <refnamediv>
+    <refname>tora</refname>
+    <refpurpose>A graphical toolkit for database developers and administrators</refpurpose>
+  </refnamediv>
+
+  <refsynopsisdiv>
+    <cmdsynopsis>
+      <command>tora</command>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+
+  <refsect1>
+    <title>DESCRIPTION</title>
+
+    <para>This manual page documents briefly the program
+      <command>tora</command>.</para>
+
+    <para>This manual page was written for the &debian; distribution
+      because the original program does not have a manual page.</para>
+
+    <para><application>Tora</application> is a graphical toolkit for
+    database developers and administrators.  It features a schema browser,
+    SQL worksheet, PL/SQL editor and debugger, storage manager, rollback
+    segment monitor, instance manager, and SQL output viewer.  Via QT3 it
+    can access PostgreSQL and MySQL directly.  Any other database systems
+    can be accessed via ODBC.</para>
+  </refsect1>
+
+  <refsect1>
+    <title>SEE ALSO</title>
+
+    <para><command>tora</command> has an integrated online help
+    system.</para>
+  </refsect1>
+
+  <refsect1>
+    <title>AUTHOR</title>
+
+    <para>This manual page was written by &dhusername; &dhemail; for
+      the &debian; system (but may be used by others).  Permission is
+      granted to copy, distribute and/or modify this document under
+      the terms of the &gnu; General Public License, Version 2 any 
+      later version published by the Free Software Foundation.</para>
+
+    <para>On Debian systems, the complete text of the GNU General Public
+     License can be found in <filename>/usr/share/common-licenses/GPL</filename>.</para>
+  </refsect1>
+</refentry>




More information about the pkg-kde-commits mailing list