summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorDennis Herrmann <dhn@FreeBSD.org>2009-05-22 10:13:20 +0000
committerDennis Herrmann <dhn@FreeBSD.org>2009-05-22 10:13:20 +0000
commita072ff011e8f2ad9798c25b43043dc8343dab249 (patch)
tree49f8ba516331c549dcca71b4853ceae99c856fdc /databases
parenti3lock improves slock by making it fork() and therefore combinable with (diff)
- Update to 2.0.0
- Pass maintainership to submitter PR: ports/134429 Submitted by: Cezary Morga <cm@therek>
Notes
Notes: svn path=/head/; revision=234388
Diffstat (limited to 'databases')
-rw-r--r--databases/tora/Makefile70
-rw-r--r--databases/tora/distinfo6
-rw-r--r--databases/tora/files/patch-config_m4_oracle.m414
-rw-r--r--databases/tora/files/patch-configure14
-rw-r--r--databases/tora/files/patch-configure.ac9
-rw-r--r--databases/tora/files/patch-doc_Makefile.am11
-rw-r--r--databases/tora/files/patch-doc_help_tora.texi6
-rw-r--r--databases/tora/files/patch-src_Makefile.am21
-rw-r--r--databases/tora/files/patch-src_tooracleconnection.cpp10
-rw-r--r--databases/tora/pkg-plist317
10 files changed, 99 insertions, 379 deletions
diff --git a/databases/tora/Makefile b/databases/tora/Makefile
index e3d565bfbc74..3e476cef29f7 100644
--- a/databases/tora/Makefile
+++ b/databases/tora/Makefile
@@ -6,72 +6,64 @@
#
PORTNAME= tora
-DISTVERSION= 1.3.22
+DISTVERSION= 2.0.0
PORTEPOCH= 1
CATEGORIES= databases
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
+MASTER_SITES= SF
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= cm@therek.net
COMMENT= Toolkit for Oracle
BUILD_DEPENDS= ${ORACLE_HOME}/lib/libclntsh.a:${PORTSDIR}/databases/oracle8-client \
cppunit-config:${PORTSDIR}/devel/cppunit
-LIB_DEPENDS= qscintilla.7:${PORTSDIR}/x11-toolkits/qscintilla \
+LIB_DEPENDS= qscintilla2:${PORTSDIR}/devel/qscintilla2 \
pcre.0:${PORTSDIR}/devel/pcre
RUN_DEPENDS= ${ORACLE_HOME}/network/admin/tnsnames.ora:${PORTSDIR}/databases/oracle8-client
-.if !defined(WITHOUT_MYSQL)
-BUILD_DEPENDS+= ${LOCALBASE}/lib/plugins/sqldrivers/libqsqlmysql.so:${PORTSDIR}/databases/qt-mysql-plugin
-RUN_DEPENDS+= ${LOCALBASE}/lib/plugins/sqldrivers/libqsqlmysql.so:${PORTSDIR}/databases/qt-mysql-plugin
-.endif
-
-.if !defined(WITHOUT_PGSQL)
-BUILD_DEPENDS+= ${LOCALBASE}/lib/plugins/sqldrivers/libqsqlpsql.so:${PORTSDIR}/databases/qt-pgsql-plugin
-RUN_DEPENDS+= ${LOCALBASE}/lib/plugins/sqldrivers/libqsqlpsql.so:${PORTSDIR}/databases/qt-pgsql-plugin
-.endif
-
ORACLE_HOME?= ${LOCALBASE}/oracle8-client
ORACLE_VER= 8i # Client version
-USE_BZIP2= yes
+ONLY_FOR_ARCHS= i386
USE_AUTOTOOLS= aclocal:110 automake:110 autoconf:262 autoheader:262 libtool:15
-USE_QT_VER= 3
-USE_PERL5_BUILD=yes
+USE_QT_VER= 4
+QT_COMPONENTS= gui corelib sql xml network linguist moc_build uic_build rcc_build
USE_GMAKE= yes
+GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-oracle=${ORACLE_HOME} --with-oci-version=${ORACLE_VER:U}
-USE_LDCONFIG= yes
+CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
-.if defined(WITHOUT_KDE)
-CONFIGURE_ARGS+= --without-kde
-.else
-USE_KDELIBS_VER=3
-.endif
+PREFIX2FIX= doc/help/preferences.texi doc/help/preferences.html
+
+.include <bsd.port.pre.mk>
.if !defined(NOPORTDOCS)
-PORTDOCS= AUTHORS BUGS ChangeLog INSTALL NEWS README README.CODESTYLE\
- README.LICENSE TODO
INFO= tora
.endif
-PREFIX2FIX= doc/help/preferences.texi src/toconfiguration.h
+.if !defined(WITHOUT_MYSQL)
+BUILD_DEPENDS+= ${LOCALBASE}/lib/qt4/plugins/sqldrivers/libqsqlmysql.so:${PORTSDIR}/databases/qt4-mysql-plugin
+RUN_DEPENDS+= ${LOCALBASE}/lib/qt4/plugins/sqldrivers/libqsqlmysql.so:${PORTSDIR}/databases/qt4-mysql-plugin
+.endif
+
+.if !defined(WITHOUT_PGSQL)
+BUILD_DEPENDS+= ${LOCALBASE}/lib/qt4/plugins/sqldrivers/libqsqlpsql.so:${PORTSDIR}/databases/qt4-pgsql-plugin
+RUN_DEPENDS+= ${LOCALBASE}/lib/qt4/plugins/sqldrivers/libqsqlpsql.so:${PORTSDIR}/databases/qt4-pgsql-plugin
+.endif
run-autotools:
(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ./autogen.sh)
-pre-configure:
- ${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' \
- ${WRKSRC}/config/m4/qtkde.m4
- ${REINPLACE_CMD} -e 's|/etc/torarc|${PREFIX}/etc/torarc|' \
- ${PREFIX2FIX:S|^|${WRKSRC}/|}
-.if defined(NOPORTDOCS)
- ${REINPLACE_CMD} -e 's|test doc|test|' ${WRKSRC}/Makefile.am
+post-patch:
+.if ${OSVERSION} < 700000
+ ${REINPLACE_CMD} -e 's|LIBS="|LIBS="-lpthread |' ${WRKSRC}/config/m4/qtkde.m4
.endif
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
+pre-configure:
+.if defined(NOPORTDOCS)
+ @${REINPLACE_CMD} -e 's|test doc|test|' ${WRKSRC}/Makefile.am
+.else
+ @${REINPLACE_CMD} -e 's|/etc/torarc|${PREFIX}/etc/torarc|' \
+ ${PREFIX2FIX:S|^|${WRKSRC}/|}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/databases/tora/distinfo b/databases/tora/distinfo
index e7413df1b815..eb2c27837821 100644
--- a/databases/tora/distinfo
+++ b/databases/tora/distinfo
@@ -1,3 +1,3 @@
-MD5 (tora-1.3.22.tar.bz2) = 9e716ca6e8be710764823e4deca81227
-SHA256 (tora-1.3.22.tar.bz2) = 858c3a3a507d2dd0847168779826924b7bdb852fc868c3ec37130999b8cc108e
-SIZE (tora-1.3.22.tar.bz2) = 2922439
+MD5 (tora-2.0.0.tar.gz) = e90e0d3dbec98e89e9c292d603318003
+SHA256 (tora-2.0.0.tar.gz) = 9f1133b58e616205fc39591c71e38dd39c93699d536891eeb8a1177f32663eae
+SIZE (tora-2.0.0.tar.gz) = 6726940
diff --git a/databases/tora/files/patch-config_m4_oracle.m4 b/databases/tora/files/patch-config_m4_oracle.m4
new file mode 100644
index 000000000000..7264b7f6ad3b
--- /dev/null
+++ b/databases/tora/files/patch-config_m4_oracle.m4
@@ -0,0 +1,14 @@
+--- config/m4/oracle.m4.orig 2008-05-14 19:07:34.000000000 +0200
++++ config/m4/oracle.m4 2009-05-07 19:15:56.463399933 +0200
+@@ -113,6 +113,11 @@
+ ora_cflags="$ora_cflags -I$dir"
+ echo "adding -I$dir" >&AS_MESSAGE_LOG_FD()
+ fi
++ echo "trying ociextp.h $dir/ociextp.h" >&AS_MESSAGE_LOG_FD()
++ if test -r $dir/ociextp.h; then
++ ora_cflags="$ora_cflags -I$dir"
++ echo "adding -I$dir" >&AS_MESSAGE_LOG_FD()
++ fi
+ done
+
+ ora_check_lib="
diff --git a/databases/tora/files/patch-configure b/databases/tora/files/patch-configure
new file mode 100644
index 000000000000..cb13f9ef0938
--- /dev/null
+++ b/databases/tora/files/patch-configure
@@ -0,0 +1,14 @@
+--- configure.orig 2008-11-03 21:33:32.000000000 +0100
++++ configure 2009-05-07 19:58:09.238375523 +0200
+@@ -25140,6 +25140,11 @@
+ ora_cflags="$ora_cflags -I$dir"
+ echo "adding -I$dir" >&5
+ fi
++ echo "trying ociextp.h $dir/ociextp.h" >&5
++ if test -r $dir/ociextp.h; then
++ ora_cflags="$ora_cflags -I$dir"
++ echo "adding -I$dir" >&5
++ fi
+ done
+
+ ora_check_lib="
diff --git a/databases/tora/files/patch-configure.ac b/databases/tora/files/patch-configure.ac
index 63548048b2e0..a535ca377e21 100644
--- a/databases/tora/files/patch-configure.ac
+++ b/databases/tora/files/patch-configure.ac
@@ -1,6 +1,6 @@
---- configure.ac.orig 2008-03-09 21:03:43.000000000 +0100
-+++ configure.ac 2008-04-05 14:34:02.000000000 +0200
-@@ -53,6 +53,9 @@
+--- configure.ac.orig 2008-09-14 23:54:41.000000000 +0200
++++ configure.ac 2009-05-07 19:16:01.329388208 +0200
+@@ -54,6 +54,9 @@
AX_PATH_LIB_PCRE
AM_PATH_CPPUNIT([1.10.2], found_cppunit=yes)
AM_CONDITIONAL([CPPUNIT], [test "x$found_cppunit" = "xyes"])
@@ -9,5 +9,4 @@
+AC_SUBST(LIBCOMPAT)
# Makefile.am uses these
- AM_CONDITIONAL(ENABLE_MONO, test "$enable_mono" = yes)
-
+ AM_CONDITIONAL(HAVE_ORACLE, test "$enable_oracle" = yes)
diff --git a/databases/tora/files/patch-doc_Makefile.am b/databases/tora/files/patch-doc_Makefile.am
index f930bf5e834b..c9a22de3f3e6 100644
--- a/databases/tora/files/patch-doc_Makefile.am
+++ b/databases/tora/files/patch-doc_Makefile.am
@@ -1,5 +1,5 @@
---- ./doc/Makefile.am.orig 2008-03-09 21:03:36.000000000 +0100
-+++ ./doc/Makefile.am 2008-03-27 22:53:58.000000000 +0100
+--- doc/Makefile.am.orig 2008-07-30 15:50:50.000000000 +0200
++++ doc/Makefile.am 2009-05-10 18:04:15.478423171 +0200
@@ -3,19 +3,20 @@
dist-hook:
rm -rf `find $(distdir) -name .svn`
@@ -11,12 +11,11 @@
rm -rf $(tora_docdir)/help
- cp -dpR $(top_builddir)/doc/help/tora $(tora_docdir)/help
+ $(mkdir_p) $(tora_docdir)/help
-+ cp -R $(top_builddir)/doc/help/tora/* $(tora_docdir)/help
++ cp -Rp $(top_builddir)/doc/help/tora/ $(tora_docdir)/help
cp $(tora_docdir)/help/index.html $(tora_docdir)/help/toc.html
- cp -dpR $(top_srcdir)/doc/help/images $(tora_docdir)/help
-- cp -dpR $(top_srcdir)/doc/help/api $(tora_docdir)/help
-+ cp -R $(top_srcdir)/doc/help/images $(tora_docdir)/help
-+ cp -R $(top_srcdir)/doc/help/api $(tora_docdir)/help
++ cp -Rp $(top_srcdir)/doc/help/images $(tora_docdir)/help
+ # cp -dpR $(top_srcdir)/doc/help/api $(tora_docdir)/help
manualdir = $(top_builddir)/doc/help
diff --git a/databases/tora/files/patch-doc_help_tora.texi b/databases/tora/files/patch-doc_help_tora.texi
index 58c6c178f3ad..2822f16a42b2 100644
--- a/databases/tora/files/patch-doc_help_tora.texi
+++ b/databases/tora/files/patch-doc_help_tora.texi
@@ -1,5 +1,5 @@
---- ./doc/help/tora.texi.orig 2007-01-10 18:13:02.000000000 +0100
-+++ ./doc/help/tora.texi 2008-07-06 12:52:31.000000000 +0200
+--- doc/help/tora.texi.orig 2008-09-14 23:54:41.000000000 +0200
++++ doc/help/tora.texi 2009-05-07 21:36:32.058998814 +0200
@@ -7,6 +7,10 @@
@c @image{images/tora_manual}
@c %**end of header
@@ -9,5 +9,5 @@
+@end direntry
+
@copying
- This manual is for TOra, version 1.3.22.
+ This manual is for TOra, version 1.4.0.
@end copying
diff --git a/databases/tora/files/patch-src_Makefile.am b/databases/tora/files/patch-src_Makefile.am
index 41fa30e23930..c43ca2c99378 100644
--- a/databases/tora/files/patch-src_Makefile.am
+++ b/databases/tora/files/patch-src_Makefile.am
@@ -1,20 +1,11 @@
---- ./src/Makefile.am.orig 2008-03-09 21:03:09.000000000 +0100
-+++ ./src/Makefile.am 2008-03-27 22:11:51.000000000 +0100
-@@ -16,7 +16,7 @@
-
- AM_CPPFLAGS = -I$(top_srcdir)/ext/otl -I$(LOKIDIR_INC) $(KDE_INCLUDES) $(QT_INCLUDES) $(LTDLINCL)
- AM_CPPFLAGS += $(PCRE_CFLAGS) \
-- -DDEFAULT_PLUGIN_DIR=\"$(libdir)\" \
-+ -DDEFAULT_PLUGIN_DIR=\"$(docdir)\" \
- -DTOVERSION=\"$(PACKAGE_VERSION)\" \
- $(ORACLE_CXXFLAGS) \
- $(QSCINTILLA_CXXFLAGS)
-@@ -42,7 +42,7 @@
+--- src/Makefile.am.orig 2008-11-03 21:32:20.000000000 +0100
++++ src/Makefile.am 2009-05-07 19:59:17.554226281 +0200
+@@ -35,7 +35,7 @@
# fix for annoying automake naming problems.
tora_CXXFLAGS = $(AM_CXXFLAGS)
--tora_LDADD = $(ORACLE_LIBS) $(@TORA_LINK_OTHERS@)
-+tora_LDADD = $(ORACLE_LIBS) $(@TORA_LINK_OTHERS@) $(LIBCOMPAT)
+-tora_LDADD = $(ORACLE_LIBS) $(PQ_LIBS) $(@TORA_LINK_OTHERS@)
++tora_LDADD = $(ORACLE_LIBS) $(PQ_LIBS) $(@TORA_LINK_OTHERS@) $(LIBCOMPAT)
if HAVE_ORACLE
- EXTRA_ORACLE_MONO_SOURCE = tooracleconnection.cpp \
+ EXTRA_ORACLE_MONO_SOURCE = tooracleconnection.cpp tooraclesetting.h \
diff --git a/databases/tora/files/patch-src_tooracleconnection.cpp b/databases/tora/files/patch-src_tooracleconnection.cpp
new file mode 100644
index 000000000000..35b2808ff8f4
--- /dev/null
+++ b/databases/tora/files/patch-src_tooracleconnection.cpp
@@ -0,0 +1,10 @@
+--- src/tooracleconnection.cpp.orig 2008-10-29 16:59:11.000000000 +0100
++++ src/tooracleconnection.cpp 2009-05-07 19:16:09.390371657 +0200
+@@ -57,7 +57,6 @@
+
+ #define OTL_STL
+ #define OTL_EXCEPTION_ENABLE_ERROR_OFFSET
+-#define OTL_ORA_UTF8
+ #define OTL_ORA_UNICODE
+ #define OTL_ORA_TIMESTAMP
+ #define OTL_ANSI_CPP
diff --git a/databases/tora/pkg-plist b/databases/tora/pkg-plist
index d34c7185075d..899595f9423f 100644
--- a/databases/tora/pkg-plist
+++ b/databases/tora/pkg-plist
@@ -1,4 +1,3 @@
-bin/chex
bin/tora
lib/tora_fr.qm
lib/tora_it.qm
@@ -6,319 +5,17 @@ lib/tora_se.qm
lib/tora_toad.qm
%%PORTDOCS%%%%DOCSDIR%%/help/Explain-plan.html
%%PORTDOCS%%%%DOCSDIR%%/help/Getting-bind-parameters.html
-%%PORTDOCS%%%%DOCSDIR%%/help/Global-Settings.html
-%%PORTDOCS%%%%DOCSDIR%%/help/Index.html
+%%PORTDOCS%%%%DOCSDIR%%/help/Index_002dlist.html
%%PORTDOCS%%%%DOCSDIR%%/help/Memo-editor.html
%%PORTDOCS%%%%DOCSDIR%%/help/Object-description.html
%%PORTDOCS%%%%DOCSDIR%%/help/SGA-Statement.html
-%%PORTDOCS%%%%DOCSDIR%%/help/Using-charts.html
%%PORTDOCS%%%%DOCSDIR%%/help/What-privileges-do-you-need-to-run-TOra.html
%%PORTDOCS%%%%DOCSDIR%%/help/additionalhelp.html
%%PORTDOCS%%%%DOCSDIR%%/help/alert.html
%%PORTDOCS%%%%DOCSDIR%%/help/analyze.html
%%PORTDOCS%%%%DOCSDIR%%/help/api.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/TODock.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/TOFileDialog.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/TOMessageBox.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/TOPrinter.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/all-globals.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-TODock.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-TOFileDialog.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-TOMessageBox.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-TOPrinter.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toBackground.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toBarChart.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toBusy.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toChangeConnection.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toConnection.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toConnectionProvider.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toConnectionSub.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toConnectionWidget.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toConnection__cacheObjects.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toConnection__connectionImpl.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toConnection__exception.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toConnection__objectName.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toDatatype.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toEditWidget.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toEditWidget__editHandler.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toExtract.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toExtract__columnInfo.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toExtract__datatype.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toExtract__extractor.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toFilesize.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toHelp.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toHelpBrowser.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toHelpContext.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toHelpTool.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toHighlightedText.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toHtml.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toLegendChart.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toLineChart.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toListView.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toLock.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toLocker.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toMain.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toMainWindow.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toMarkedText.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toMemoEditor.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toMultiLineEdit.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toNoBlockQuery.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toNoBlockQuery__queryTask.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toParamGet.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toParamGetButton.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toPieChart.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toPieConnector.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toPopupButton.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toQValue.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toQValue__queryValue.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toQuery.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toQuery__queryDescribe.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toQuery__queryImpl.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResult.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultBar.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultCols.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultColsComment.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultCols__resultCols.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultCols__resultColsEdit.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultCombo.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultConstraint.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultContent.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultContentEditor.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultContentEditor__contentItem.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultContentMemo.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultContentSingle.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultDepend.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultField.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultFilter.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultIndexes.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultItem.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultLabel.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultLine.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultListFormat.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultLong.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultObject.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultPie.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultPlan.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultReferences.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultResources.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultStats.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultView.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultViewCheck.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultViewCheck__keyData.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultViewItem.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultViewItem__keyData.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultViewMLCheck.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultViewMLine.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toSGAStatement.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toSMTP.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toSQL.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toSQLParse.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toSQLParse__editorTokenizer.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toSQLParse__settings.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toSQLParse__statement.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toSQLParse__stringTokenizer.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toSQLParse__tokenizer.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toSQL__definition.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toSQL__version.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toSemaphore.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toSettingTab.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toSyntaxAnalyzer.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toSyntaxAnalyzer__highlightInfo.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toSyntaxAnalyzer__posibleHit.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toTabBar.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toTabBar__barTab.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toTabWidget.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toTask.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toTemplate.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toTemplateItem.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toTemplateProvider.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toTemplateSQL.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toTemplateSQLObject.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toTemplateText.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toTextView.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toThread.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toThread__taskRunner.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toTimer.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toTool.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toToolWidget.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toVisualize.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/header-list.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/hier.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/index-long.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/index.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toBackground.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toBarChart.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toBusy.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toChangeConnection.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toConnection.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toConnectionProvider.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toConnectionSub.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toConnectionWidget.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toConnection__cacheObjects.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toConnection__connectionImpl.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toConnection__exception.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toConnection__objectName.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toDatatype.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toEditWidget.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toEditWidget__editHandler.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toExtract.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toExtract__columnInfo.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toExtract__datatype.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toExtract__extractor.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toFilesize.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toHelp.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toHelpBrowser.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toHelpContext.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toHelpTool.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toHighlightedText.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toHtml.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toLegendChart.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toLineChart.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toListView.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toLock.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toLocker.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toMain.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toMainWindow.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toMarkedText.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toMemoEditor.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toMultiLineEdit.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toNoBlockQuery.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toNoBlockQuery__queryTask.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toParamGet.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toParamGetButton.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toPieChart.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toPieConnector.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toPopupButton.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toQValue.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toQValue__queryValue.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toQuery.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toQuery__queryDescribe.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toQuery__queryImpl.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toResult.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultBar.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultCols.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultColsComment.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultCols__resultCols.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultCols__resultColsEdit.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultCombo.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultConstraint.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultContent.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultContentEditor.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultContentEditor__contentItem.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultContentMemo.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultContentSingle.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultDepend.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultField.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultFilter.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultIndexes.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultItem.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultLabel.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultLine.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultListFormat.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultLong.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultObject.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultPie.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultPlan.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultReferences.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultResources.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultStats.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultView.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultViewCheck.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultViewCheck__keyData.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultViewItem.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultViewItem__keyData.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultViewMLCheck.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultViewMLine.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toSGAStatement.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toSMTP.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toSQL.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toSQLParse.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toSQLParse__editorTokenizer.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toSQLParse__settings.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toSQLParse__statement.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toSQLParse__stringTokenizer.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toSQLParse__tokenizer.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toSQL__definition.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toSQL__version.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toSemaphore.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toSettingTab.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toSyntaxAnalyzer.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toSyntaxAnalyzer__highlightInfo.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toSyntaxAnalyzer__posibleHit.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toTabBar.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toTabBar__barTab.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toTabWidget.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toTask.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toTemplate.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toTemplateItem.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toTemplateProvider.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toTemplateSQL.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toTemplateSQLObject.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toTemplateText.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toTextView.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toThread.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toThread__taskRunner.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toTimer.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toTool.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toToolWidget.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toVisualize.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/tobackground_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/tobarchart_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/tochangeconnection_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toconf_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toconnection_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/todatatype_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/todefaultkeywords_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toeditwidget_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toextract_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/tofilesize_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/tohelp_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/tohelpbrowser_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/tohighlightedtext_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/tohtml_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/tolegendchart_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/tolinechart_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/tomain_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/tomainwindow_kde_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/tomarkedtext_2_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/tomarkedtext_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/tomemoeditor_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/tonoblockquery_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toparamget_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/topiechart_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toqvalue_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toreport_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toresult_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toresultbar_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toresultcols_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toresultcombo_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toresultconstraint_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toresultcontent_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toresultdepend_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toresultfield_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toresultindexes_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toresultitem_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toresultlabel_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toresultline_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toresultlong_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toresultpie_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toresultplan_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toresultreferences_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toresultresources_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toresultstats_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/toresultview_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/tosgastatement_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/tosmtp_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/tosql_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/tosqlparse_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/totabwidget_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/totemplate_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/totextview_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/tothread_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/totool_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/tovisualize_h.html
-%%PORTDOCS%%%%DOCSDIR%%/help/api/utils_h.html
%%PORTDOCS%%%%DOCSDIR%%/help/browser.html
+%%PORTDOCS%%%%DOCSDIR%%/help/charts.html
%%PORTDOCS%%%%DOCSDIR%%/help/common.html
%%PORTDOCS%%%%DOCSDIR%%/help/current.html
%%PORTDOCS%%%%DOCSDIR%%/help/database.html
@@ -327,8 +24,10 @@ lib/tora_toad.qm
%%PORTDOCS%%%%DOCSDIR%%/help/extendingtora.html
%%PORTDOCS%%%%DOCSDIR%%/help/externalapi.html
%%PORTDOCS%%%%DOCSDIR%%/help/fonts.html
+%%PORTDOCS%%%%DOCSDIR%%/help/globalsettings.html
%%PORTDOCS%%%%DOCSDIR%%/help/help.html
%%PORTDOCS%%%%DOCSDIR%%/help/history.html
+%%PORTDOCS%%%%DOCSDIR%%/help/images/CMakeLists.txt
%%PORTDOCS%%%%DOCSDIR%%/help/images/additionalhelp.png
%%PORTDOCS%%%%DOCSDIR%%/help/images/addwatch.png
%%PORTDOCS%%%%DOCSDIR%%/help/images/alert.png
@@ -389,6 +88,7 @@ lib/tora_toad.qm
%%PORTDOCS%%%%DOCSDIR%%/help/lists.html
%%PORTDOCS%%%%DOCSDIR%%/help/newconnection.html
%%PORTDOCS%%%%DOCSDIR%%/help/output.html
+%%PORTDOCS%%%%DOCSDIR%%/help/plsqleditor.html
%%PORTDOCS%%%%DOCSDIR%%/help/preferences.html
%%PORTDOCS%%%%DOCSDIR%%/help/rollback.html
%%PORTDOCS%%%%DOCSDIR%%/help/script.html
@@ -403,9 +103,10 @@ lib/tora_toad.qm
%%PORTDOCS%%%%DOCSDIR%%/help/toolsetting.html
%%PORTDOCS%%%%DOCSDIR%%/help/trace.html
%%PORTDOCS%%%%DOCSDIR%%/help/tuning.html
+%%PORTDOCS%%%%DOCSDIR%%/help/unittest.html
%%PORTDOCS%%%%DOCSDIR%%/help/window.html
%%PORTDOCS%%%%DOCSDIR%%/help/worksheet.html
%%PORTDOCS%%%%DOCSDIR%%/help/workspace.html
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/help/images
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/help/api
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/help
+%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/help/images
+%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/help
+%%PORTDOCS%%@dirrm %%DOCSDIR%%