summaryrefslogtreecommitdiff
path: root/databases/tora
diff options
context:
space:
mode:
authorAnders Nordby <anders@FreeBSD.org>2002-01-03 23:06:59 +0000
committerAnders Nordby <anders@FreeBSD.org>2002-01-03 23:06:59 +0000
commit81fdec6ecb3fa7faecf8822a48771b5f610f7617 (patch)
tree73916e29689e67eb08fa371f64e22570a26dbc81 /databases/tora
parent-Fix typo (diff)
Add TOra version 1.2.1, Toolkit for Oracle.
TOra is a well-featured QT based GUI database administration toolkit. It has some, limited support for MySQL. Due to the lack of native Oracle libraries for FreeBSD, this port only supports MySQL (and a limited set of features). It's still a very polished application with a lot of potential.
Notes
Notes: svn path=/head/; revision=52546
Diffstat (limited to 'databases/tora')
-rw-r--r--databases/tora/Makefile52
-rw-r--r--databases/tora/distinfo1
-rw-r--r--databases/tora/files/patch-Makefile.mysql11
-rw-r--r--databases/tora/pkg-comment1
-rw-r--r--databases/tora/pkg-descr9
-rw-r--r--databases/tora/pkg-plist336
6 files changed, 410 insertions, 0 deletions
diff --git a/databases/tora/Makefile b/databases/tora/Makefile
new file mode 100644
index 000000000000..bd1d81d6dd80
--- /dev/null
+++ b/databases/tora/Makefile
@@ -0,0 +1,52 @@
+# New ports collection makefile for: tora
+# Date created: 03 January 2002
+# Whom: anders
+#
+# $FreeBSD$
+#
+
+PORTNAME= tora
+PORTVERSION= 1.2.1
+CATEGORIES= databases
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= anders@FreeBSD.org
+
+LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
+
+USE_GMAKE= yes
+HAS_CONFIGURE= yes
+USE_QT_VER= 2
+
+QT_NONSTANDARD= yes
+CONFIGURE_ARGS+= --with-gcc=${CC} \
+ --with-qt-moc=${MOC} \
+ --with-qt-uic=${X11BASE}/bin/uic \
+ --with-qt-libs=${X11BASE}/lib \
+ --with-qt-include=${X11BASE}/include/qt2 \
+ --without-oracle \
+ --with-mysql-include=${LOCALBASE}/include/mysql \
+ --with-mysql-libs=${LOCALBASE}/lib/mysql
+
+DOCS= BUGS LICENSE NEWS README TODO
+
+post-patch:
+ ${PERL} -pi -e \
+ "s@^(my $$Libs.*)-lpthread -ldl\";\$$@\1 ${PTHREAD_LIBS}\";@; \
+ s@^(CFLAGS_GLOB.*)@\1 ${CFLAGS} ${PTHREAD_CFLAGS}@" \
+ ${WRKSRC}/configure.pl
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/tora-mono ${PREFIX}/bin/tora
+.if !defined(NOPORTDOCS)
+ ${INSTALL} -d -o root -g wheel -m 0755 ${DOCSDIR}
+ ${CP} -R ${WRKSRC}/help ${DOCSDIR}/
+ ${FIND} ${DOCSDIR} -type d -exec ${CHMOD} 755 {} \;
+ ${FIND} ${DOCSDIR} -type f -exec ${CHMOD} 644 {} \;
+.for f in ${DOCS}
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
+.endfor
+.endif
+
+.include <bsd.port.mk>
diff --git a/databases/tora/distinfo b/databases/tora/distinfo
new file mode 100644
index 000000000000..65e874278c71
--- /dev/null
+++ b/databases/tora/distinfo
@@ -0,0 +1 @@
+MD5 (tora-1.2.1.tar.gz) = 6f4097c42b9b85ad5d25c6923bef9d61
diff --git a/databases/tora/files/patch-Makefile.mysql b/databases/tora/files/patch-Makefile.mysql
new file mode 100644
index 000000000000..0d85340881e9
--- /dev/null
+++ b/databases/tora/files/patch-Makefile.mysql
@@ -0,0 +1,11 @@
+--- Makefile.mysql.orig Thu Jan 3 01:12:21 2002
++++ Makefile.mysql Thu Jan 3 01:12:43 2002
+@@ -229,7 +229,7 @@
+ tora-mono: $(OBJECTS) main.cpp
+ @echo Linking $@
+ $(GCC) $(CFLAGS) $(LFLAGS) $(LFLAGS_GLOB) -DTOMONOLITHIC -o $@ $(OBJECTS) main.cpp \
+- $(LIBS_GLOB) $(STDCPP_SHARED) $(ORACLE_SHARED) $(QT_SHARED) $(MYSQL_SHARED)
++ $(LIBS_GLOB) $(STDCPP_SHARED) $(QT_SHARED) $(MYSQL_SHARED)
+
+ # Static target, easier to distribute
+
diff --git a/databases/tora/pkg-comment b/databases/tora/pkg-comment
new file mode 100644
index 000000000000..57c7d9eb45c0
--- /dev/null
+++ b/databases/tora/pkg-comment
@@ -0,0 +1 @@
+Toolkit for Oracle, a GUI db admin kit supporting MySQL only (for now)
diff --git a/databases/tora/pkg-descr b/databases/tora/pkg-descr
new file mode 100644
index 000000000000..11e0ebd59713
--- /dev/null
+++ b/databases/tora/pkg-descr
@@ -0,0 +1,9 @@
+TOra is a well-featured QT based GUI database administration toolkit for
+Oracle. It has some, limited support for MySQL. Due to the lack of native
+Oracle libraries for FreeBSD, this port only supports MySQL (and a limited set
+of features). It's still a very polished application with a lot of
+potential.
+
+WWW: http://www.globecom.se/tora/
+
+- Anders Nordby <anders@fix.no>
diff --git a/databases/tora/pkg-plist b/databases/tora/pkg-plist
new file mode 100644
index 000000000000..6ade8dcb19d5
--- /dev/null
+++ b/databases/tora/pkg-plist
@@ -0,0 +1,336 @@
+bin/tora
+%%PORTDOCS%%share/doc/tora/BUGS
+%%PORTDOCS%%share/doc/tora/LICENSE
+%%PORTDOCS%%share/doc/tora/NEWS
+%%PORTDOCS%%share/doc/tora/README
+%%PORTDOCS%%share/doc/tora/TODO
+%%PORTDOCS%%share/doc/tora/help/additionalhelp.html
+%%PORTDOCS%%share/doc/tora/help/alert.html
+%%PORTDOCS%%share/doc/tora/help/analyze.html
+%%PORTDOCS%%share/doc/tora/help/api.html
+%%PORTDOCS%%share/doc/tora/help/api/TODock.html
+%%PORTDOCS%%share/doc/tora/help/api/TOFileDialog.html
+%%PORTDOCS%%share/doc/tora/help/api/TOMessageBox.html
+%%PORTDOCS%%share/doc/tora/help/api/TOPrinter.html
+%%PORTDOCS%%share/doc/tora/help/api/all-globals.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-TODock.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-TOFileDialog.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-TOMessageBox.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-TOPrinter.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toBackground.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toBarChart.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toBusy.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toChangeConnection.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toConnection.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toConnectionProvider.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toConnectionSub.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toConnection__cacheObjects.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toConnection__connectionImpl.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toConnection__exception.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toConnection__objectName.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toEditWidget.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toExtract.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toFilesize.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toHelp.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toHelpBrowser.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toHelpContext.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toHelpTool.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toHighlightedText.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toHtml.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toLineChart.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toListView.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toLock.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toLocker.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toMain.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toMainWindow.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toMarkedText.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toMemoEditor.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toMultiLineEdit.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toNoBlockQuery.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toNoBlockQuery__queryTask.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toParamGet.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toParamGetButton.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toPieChart.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toPopupButton.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toQValue.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toQValue__queryValue.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toQuery.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toQuery__queryDescribe.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toQuery__queryImpl.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toResult.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toResultBar.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toResultCols.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toResultCols__resultCols.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toResultConstraint.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toResultContent.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toResultContentEditor.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toResultDepend.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toResultField.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toResultFilter.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toResultIndexes.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toResultItem.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toResultLabel.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toResultLine.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toResultLong.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toResultObject.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toResultPie.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toResultPlan.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toResultReferences.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toResultResources.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toResultStats.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toResultView.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toResultViewCheck.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toResultViewItem.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toResultViewMLCheck.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toResultViewMLine.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toSGAStatement.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toSQL.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toSQL__definition.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toSQL__version.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toSemaphore.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toSettingTab.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toSyntaxAnalyzer.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toSyntaxAnalyzer__highlightInfo.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toSyntaxAnalyzer__posibleHit.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toTask.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toTemplate.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toTemplateItem.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toTemplateProvider.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toTemplateSQL.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toTemplateText.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toThread.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toThread__taskRunner.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toTimer.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toTool.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toToolWidget.html
+%%PORTDOCS%%share/doc/tora/help/api/full-list-toVisualize.html
+%%PORTDOCS%%share/doc/tora/help/api/header-list.html
+%%PORTDOCS%%share/doc/tora/help/api/hier.html
+%%PORTDOCS%%share/doc/tora/help/api/index-long.html
+%%PORTDOCS%%share/doc/tora/help/api/index.html
+%%PORTDOCS%%share/doc/tora/help/api/toBackground.html
+%%PORTDOCS%%share/doc/tora/help/api/toBarChart.html
+%%PORTDOCS%%share/doc/tora/help/api/toBusy.html
+%%PORTDOCS%%share/doc/tora/help/api/toChangeConnection.html
+%%PORTDOCS%%share/doc/tora/help/api/toConnection.html
+%%PORTDOCS%%share/doc/tora/help/api/toConnectionProvider.html
+%%PORTDOCS%%share/doc/tora/help/api/toConnectionSub.html
+%%PORTDOCS%%share/doc/tora/help/api/toConnection__cacheObjects.html
+%%PORTDOCS%%share/doc/tora/help/api/toConnection__connectionImpl.html
+%%PORTDOCS%%share/doc/tora/help/api/toConnection__exception.html
+%%PORTDOCS%%share/doc/tora/help/api/toConnection__objectName.html
+%%PORTDOCS%%share/doc/tora/help/api/toEditWidget.html
+%%PORTDOCS%%share/doc/tora/help/api/toExtract.html
+%%PORTDOCS%%share/doc/tora/help/api/toFilesize.html
+%%PORTDOCS%%share/doc/tora/help/api/toHelp.html
+%%PORTDOCS%%share/doc/tora/help/api/toHelpBrowser.html
+%%PORTDOCS%%share/doc/tora/help/api/toHelpContext.html
+%%PORTDOCS%%share/doc/tora/help/api/toHelpTool.html
+%%PORTDOCS%%share/doc/tora/help/api/toHighlightedText.html
+%%PORTDOCS%%share/doc/tora/help/api/toHtml.html
+%%PORTDOCS%%share/doc/tora/help/api/toLineChart.html
+%%PORTDOCS%%share/doc/tora/help/api/toListView.html
+%%PORTDOCS%%share/doc/tora/help/api/toLock.html
+%%PORTDOCS%%share/doc/tora/help/api/toLocker.html
+%%PORTDOCS%%share/doc/tora/help/api/toMain.html
+%%PORTDOCS%%share/doc/tora/help/api/toMainWindow.html
+%%PORTDOCS%%share/doc/tora/help/api/toMarkedText.html
+%%PORTDOCS%%share/doc/tora/help/api/toMemoEditor.html
+%%PORTDOCS%%share/doc/tora/help/api/toMultiLineEdit.html
+%%PORTDOCS%%share/doc/tora/help/api/toNoBlockQuery.html
+%%PORTDOCS%%share/doc/tora/help/api/toNoBlockQuery__queryTask.html
+%%PORTDOCS%%share/doc/tora/help/api/toParamGet.html
+%%PORTDOCS%%share/doc/tora/help/api/toParamGetButton.html
+%%PORTDOCS%%share/doc/tora/help/api/toPieChart.html
+%%PORTDOCS%%share/doc/tora/help/api/toPopupButton.html
+%%PORTDOCS%%share/doc/tora/help/api/toQValue.html
+%%PORTDOCS%%share/doc/tora/help/api/toQValue__queryValue.html
+%%PORTDOCS%%share/doc/tora/help/api/toQuery.html
+%%PORTDOCS%%share/doc/tora/help/api/toQuery__queryDescribe.html
+%%PORTDOCS%%share/doc/tora/help/api/toQuery__queryImpl.html
+%%PORTDOCS%%share/doc/tora/help/api/toResult.html
+%%PORTDOCS%%share/doc/tora/help/api/toResultBar.html
+%%PORTDOCS%%share/doc/tora/help/api/toResultCols.html
+%%PORTDOCS%%share/doc/tora/help/api/toResultCols__resultCols.html
+%%PORTDOCS%%share/doc/tora/help/api/toResultConstraint.html
+%%PORTDOCS%%share/doc/tora/help/api/toResultContent.html
+%%PORTDOCS%%share/doc/tora/help/api/toResultContentEditor.html
+%%PORTDOCS%%share/doc/tora/help/api/toResultDepend.html
+%%PORTDOCS%%share/doc/tora/help/api/toResultField.html
+%%PORTDOCS%%share/doc/tora/help/api/toResultFilter.html
+%%PORTDOCS%%share/doc/tora/help/api/toResultIndexes.html
+%%PORTDOCS%%share/doc/tora/help/api/toResultItem.html
+%%PORTDOCS%%share/doc/tora/help/api/toResultLabel.html
+%%PORTDOCS%%share/doc/tora/help/api/toResultLine.html
+%%PORTDOCS%%share/doc/tora/help/api/toResultLong.html
+%%PORTDOCS%%share/doc/tora/help/api/toResultObject.html
+%%PORTDOCS%%share/doc/tora/help/api/toResultPie.html
+%%PORTDOCS%%share/doc/tora/help/api/toResultPlan.html
+%%PORTDOCS%%share/doc/tora/help/api/toResultReferences.html
+%%PORTDOCS%%share/doc/tora/help/api/toResultResources.html
+%%PORTDOCS%%share/doc/tora/help/api/toResultStats.html
+%%PORTDOCS%%share/doc/tora/help/api/toResultView.html
+%%PORTDOCS%%share/doc/tora/help/api/toResultViewCheck.html
+%%PORTDOCS%%share/doc/tora/help/api/toResultViewItem.html
+%%PORTDOCS%%share/doc/tora/help/api/toResultViewMLCheck.html
+%%PORTDOCS%%share/doc/tora/help/api/toResultViewMLine.html
+%%PORTDOCS%%share/doc/tora/help/api/toSGAStatement.html
+%%PORTDOCS%%share/doc/tora/help/api/toSQL.html
+%%PORTDOCS%%share/doc/tora/help/api/toSQL__definition.html
+%%PORTDOCS%%share/doc/tora/help/api/toSQL__version.html
+%%PORTDOCS%%share/doc/tora/help/api/toSemaphore.html
+%%PORTDOCS%%share/doc/tora/help/api/toSettingTab.html
+%%PORTDOCS%%share/doc/tora/help/api/toSyntaxAnalyzer.html
+%%PORTDOCS%%share/doc/tora/help/api/toSyntaxAnalyzer__highlightInfo.html
+%%PORTDOCS%%share/doc/tora/help/api/toSyntaxAnalyzer__posibleHit.html
+%%PORTDOCS%%share/doc/tora/help/api/toTask.html
+%%PORTDOCS%%share/doc/tora/help/api/toTemplate.html
+%%PORTDOCS%%share/doc/tora/help/api/toTemplateItem.html
+%%PORTDOCS%%share/doc/tora/help/api/toTemplateProvider.html
+%%PORTDOCS%%share/doc/tora/help/api/toTemplateSQL.html
+%%PORTDOCS%%share/doc/tora/help/api/toTemplateText.html
+%%PORTDOCS%%share/doc/tora/help/api/toThread.html
+%%PORTDOCS%%share/doc/tora/help/api/toThread__taskRunner.html
+%%PORTDOCS%%share/doc/tora/help/api/toTimer.html
+%%PORTDOCS%%share/doc/tora/help/api/toTool.html
+%%PORTDOCS%%share/doc/tora/help/api/toToolWidget.html
+%%PORTDOCS%%share/doc/tora/help/api/toVisualize.html
+%%PORTDOCS%%share/doc/tora/help/api/tobackground_h.html
+%%PORTDOCS%%share/doc/tora/help/api/tobarchart_h.html
+%%PORTDOCS%%share/doc/tora/help/api/tochangeconnection_h.html
+%%PORTDOCS%%share/doc/tora/help/api/toconf_h.html
+%%PORTDOCS%%share/doc/tora/help/api/toconnection_h.html
+%%PORTDOCS%%share/doc/tora/help/api/todefaultkeywords_h.html
+%%PORTDOCS%%share/doc/tora/help/api/toeditwidget_h.html
+%%PORTDOCS%%share/doc/tora/help/api/toextract_h.html
+%%PORTDOCS%%share/doc/tora/help/api/tofilesize_h.html
+%%PORTDOCS%%share/doc/tora/help/api/tohelp_h.html
+%%PORTDOCS%%share/doc/tora/help/api/tohelpbrowser_h.html
+%%PORTDOCS%%share/doc/tora/help/api/tohighlightedtext_h.html
+%%PORTDOCS%%share/doc/tora/help/api/tohtml_h.html
+%%PORTDOCS%%share/doc/tora/help/api/tolinechart_h.html
+%%PORTDOCS%%share/doc/tora/help/api/tomain_h.html
+%%PORTDOCS%%share/doc/tora/help/api/tomainwindow_kde_h.html
+%%PORTDOCS%%share/doc/tora/help/api/tomarkedtext_2_h.html
+%%PORTDOCS%%share/doc/tora/help/api/tomarkedtext_h.html
+%%PORTDOCS%%share/doc/tora/help/api/tomemoeditor_h.html
+%%PORTDOCS%%share/doc/tora/help/api/tonoblockquery_h.html
+%%PORTDOCS%%share/doc/tora/help/api/toparamget_h.html
+%%PORTDOCS%%share/doc/tora/help/api/topiechart_h.html
+%%PORTDOCS%%share/doc/tora/help/api/toqvalue_h.html
+%%PORTDOCS%%share/doc/tora/help/api/toresult_h.html
+%%PORTDOCS%%share/doc/tora/help/api/toresultbar_h.html
+%%PORTDOCS%%share/doc/tora/help/api/toresultcols_h.html
+%%PORTDOCS%%share/doc/tora/help/api/toresultconstraint_h.html
+%%PORTDOCS%%share/doc/tora/help/api/toresultcontent_h.html
+%%PORTDOCS%%share/doc/tora/help/api/toresultdepend_h.html
+%%PORTDOCS%%share/doc/tora/help/api/toresultfield_h.html
+%%PORTDOCS%%share/doc/tora/help/api/toresultindexes_h.html
+%%PORTDOCS%%share/doc/tora/help/api/toresultitem_h.html
+%%PORTDOCS%%share/doc/tora/help/api/toresultlabel_h.html
+%%PORTDOCS%%share/doc/tora/help/api/toresultline_h.html
+%%PORTDOCS%%share/doc/tora/help/api/toresultlong_h.html
+%%PORTDOCS%%share/doc/tora/help/api/toresultpie_h.html
+%%PORTDOCS%%share/doc/tora/help/api/toresultplan_h.html
+%%PORTDOCS%%share/doc/tora/help/api/toresultreferences_h.html
+%%PORTDOCS%%share/doc/tora/help/api/toresultresources_h.html
+%%PORTDOCS%%share/doc/tora/help/api/toresultstats_h.html
+%%PORTDOCS%%share/doc/tora/help/api/toresultview_h.html
+%%PORTDOCS%%share/doc/tora/help/api/tosgastatement_h.html
+%%PORTDOCS%%share/doc/tora/help/api/tosql_h.html
+%%PORTDOCS%%share/doc/tora/help/api/totemplate_h.html
+%%PORTDOCS%%share/doc/tora/help/api/tothread_h.html
+%%PORTDOCS%%share/doc/tora/help/api/totool_h.html
+%%PORTDOCS%%share/doc/tora/help/api/tovisualize_h.html
+%%PORTDOCS%%share/doc/tora/help/browser.html
+%%PORTDOCS%%share/doc/tora/help/charts.html
+%%PORTDOCS%%share/doc/tora/help/common.html
+%%PORTDOCS%%share/doc/tora/help/current.html
+%%PORTDOCS%%share/doc/tora/help/database.html
+%%PORTDOCS%%share/doc/tora/help/debugger.html
+%%PORTDOCS%%share/doc/tora/help/editors.html
+%%PORTDOCS%%share/doc/tora/help/fonts.html
+%%PORTDOCS%%share/doc/tora/help/help.html
+%%PORTDOCS%%share/doc/tora/help/history.html
+%%PORTDOCS%%share/doc/tora/help/images/additionalhelp.png
+%%PORTDOCS%%share/doc/tora/help/images/addwatch.png
+%%PORTDOCS%%share/doc/tora/help/images/alert.png
+%%PORTDOCS%%share/doc/tora/help/images/analyze.png
+%%PORTDOCS%%share/doc/tora/help/images/browser.png
+%%PORTDOCS%%share/doc/tora/help/images/browserfilter.png
+%%PORTDOCS%%share/doc/tora/help/images/changewatch.png
+%%PORTDOCS%%share/doc/tora/help/images/charts.png
+%%PORTDOCS%%share/doc/tora/help/images/chartsetup.png
+%%PORTDOCS%%share/doc/tora/help/images/contentfilter.png
+%%PORTDOCS%%share/doc/tora/help/images/current.png
+%%PORTDOCS%%share/doc/tora/help/images/database.png
+%%PORTDOCS%%share/doc/tora/help/images/debugger.png
+%%PORTDOCS%%share/doc/tora/help/images/describe.png
+%%PORTDOCS%%share/doc/tora/help/images/difference.png
+%%PORTDOCS%%share/doc/tora/help/images/editmenu.png
+%%PORTDOCS%%share/doc/tora/help/images/filemenu.png
+%%PORTDOCS%%share/doc/tora/help/images/fonts.png
+%%PORTDOCS%%share/doc/tora/help/images/getparam.png
+%%PORTDOCS%%share/doc/tora/help/images/help.png
+%%PORTDOCS%%share/doc/tora/help/images/helpmenu.png
+%%PORTDOCS%%share/doc/tora/help/images/invalid.png
+%%PORTDOCS%%share/doc/tora/help/images/largelogo.png
+%%PORTDOCS%%share/doc/tora/help/images/lists.png
+%%PORTDOCS%%share/doc/tora/help/images/memo.png
+%%PORTDOCS%%share/doc/tora/help/images/newconnection.png
+%%PORTDOCS%%share/doc/tora/help/images/oracle.png
+%%PORTDOCS%%share/doc/tora/help/images/output.png
+%%PORTDOCS%%share/doc/tora/help/images/pfileeditor.png
+%%PORTDOCS%%share/doc/tora/help/images/preferences.png
+%%PORTDOCS%%share/doc/tora/help/images/priviledges.png
+%%PORTDOCS%%share/doc/tora/help/images/quota.png
+%%PORTDOCS%%share/doc/tora/help/images/resize.png
+%%PORTDOCS%%share/doc/tora/help/images/rollback.png
+%%PORTDOCS%%share/doc/tora/help/images/rollbacksetup.png
+%%PORTDOCS%%share/doc/tora/help/images/script.png
+%%PORTDOCS%%share/doc/tora/help/images/searchreplace.png
+%%PORTDOCS%%share/doc/tora/help/images/security.png
+%%PORTDOCS%%share/doc/tora/help/images/session.png
+%%PORTDOCS%%share/doc/tora/help/images/sgastatement.png
+%%PORTDOCS%%share/doc/tora/help/images/sgatrace.png
+%%PORTDOCS%%share/doc/tora/help/images/sqledit.png
+%%PORTDOCS%%share/doc/tora/help/images/storage.png
+%%PORTDOCS%%share/doc/tora/help/images/template.png
+%%PORTDOCS%%share/doc/tora/help/images/templateeditor.png
+%%PORTDOCS%%share/doc/tora/help/images/templatesetup.png
+%%PORTDOCS%%share/doc/tora/help/images/toolbar.png
+%%PORTDOCS%%share/doc/tora/help/images/tools.png
+%%PORTDOCS%%share/doc/tora/help/images/toolsmenu.png
+%%PORTDOCS%%share/doc/tora/help/images/tuning.png
+%%PORTDOCS%%share/doc/tora/help/images/visualize.png
+%%PORTDOCS%%share/doc/tora/help/images/windowsmenu.png
+%%PORTDOCS%%share/doc/tora/help/images/worksheet.png
+%%PORTDOCS%%share/doc/tora/help/images/worksheetsetup.png
+%%PORTDOCS%%share/doc/tora/help/images/workspace.png
+%%PORTDOCS%%share/doc/tora/help/invalid.html
+%%PORTDOCS%%share/doc/tora/help/lists.html
+%%PORTDOCS%%share/doc/tora/help/newconnection.html
+%%PORTDOCS%%share/doc/tora/help/output.html
+%%PORTDOCS%%share/doc/tora/help/preferences.html
+%%PORTDOCS%%share/doc/tora/help/rollback.html
+%%PORTDOCS%%share/doc/tora/help/script.html
+%%PORTDOCS%%share/doc/tora/help/searchreplace.html
+%%PORTDOCS%%share/doc/tora/help/security.html
+%%PORTDOCS%%share/doc/tora/help/session.html
+%%PORTDOCS%%share/doc/tora/help/sqledit.html
+%%PORTDOCS%%share/doc/tora/help/storage.html
+%%PORTDOCS%%share/doc/tora/help/template.html
+%%PORTDOCS%%share/doc/tora/help/toc.htm
+%%PORTDOCS%%share/doc/tora/help/tools.html
+%%PORTDOCS%%share/doc/tora/help/toolsetting.html
+%%PORTDOCS%%share/doc/tora/help/tosimplequery.cpp
+%%PORTDOCS%%share/doc/tora/help/tosimplequery.h
+%%PORTDOCS%%share/doc/tora/help/trace.html
+%%PORTDOCS%%share/doc/tora/help/tuning.html
+%%PORTDOCS%%share/doc/tora/help/window.html
+%%PORTDOCS%%share/doc/tora/help/worksheet.html
+%%PORTDOCS%%share/doc/tora/help/workspace.html
+%%PORTDOCS%%@dirrm share/doc/tora/help/api
+%%PORTDOCS%%@dirrm share/doc/tora/help/images
+%%PORTDOCS%%@dirrm share/doc/tora/help
+%%PORTDOCS%%@dirrm share/doc/tora