From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 10 20:50:01 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92E0710656B9 for ; Sun, 10 May 2009 20:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6BBA08FC0C for ; Sun, 10 May 2009 20:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n4AKo1ll077036 for ; Sun, 10 May 2009 20:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n4AKo1Hn077029; Sun, 10 May 2009 20:50:01 GMT (envelope-from gnats) Resent-Date: Sun, 10 May 2009 20:50:01 GMT Resent-Message-Id: <200905102050.n4AKo1Hn077029@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Cezary Morga Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 85A89106566C for ; Sun, 10 May 2009 20:43:16 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 72A758FC08 for ; Sun, 10 May 2009 20:43:16 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n4AKhGXp063611 for ; Sun, 10 May 2009 20:43:16 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n4AKhG8e063610; Sun, 10 May 2009 20:43:16 GMT (envelope-from nobody) Message-Id: <200905102043.n4AKhG8e063610@www.freebsd.org> Date: Sun, 10 May 2009 20:43:16 GMT From: Cezary Morga To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/134439: Update databases/tora from 1.3.22 to 2.0.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 May 2009 20:50:02 -0000 >Number: 134439 >Category: ports >Synopsis: Update databases/tora from 1.3.22 to 2.0.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun May 10 20:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Cezary Morga >Release: FreeBSD 7.1-STABLE i386 >Organization: >Environment: >Description: - Update databases/tora to version 2.0.0 - Take over maintainership >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN databases/tora.orig/Makefile databases/tora/Makefile --- databases/tora.orig/Makefile 2009-02-18 12:33:49.000000000 +0100 +++ databases/tora/Makefile 2009-05-10 18:29:56.000000000 +0200 @@ -6,72 +6,56 @@ # 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= qscintilla.7:${PORTSDIR}/x11-toolkits/qscintilla \ 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 +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/plugins/sqldrivers/libqsqlpsql.so:${PORTSDIR}/databases/qt-pgsql-plugin -RUN_DEPENDS+= ${LOCALBASE}/lib/plugins/sqldrivers/libqsqlpsql.so:${PORTSDIR}/databases/qt-pgsql-plugin +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 ORACLE_HOME?= ${LOCALBASE}/oracle8-client ORACLE_VER= 8i # Client version -USE_BZIP2= yes 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 moc_build uic_build rcc_build +GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= --with-oracle=${ORACLE_HOME} --with-oci-version=${ORACLE_VER:U} -USE_LDCONFIG= yes - -.if defined(WITHOUT_KDE) -CONFIGURE_ARGS+= --without-kde -.else -USE_KDELIBS_VER=3 -.endif +CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib" .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 +PREFIX2FIX= doc/help/preferences.texi doc/help/preferences.html 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 -.endif - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} +.else + ${REINPLACE_CMD} -e 's|/etc/torarc|${PREFIX}/etc/torarc|' \ + ${PREFIX2FIX:S|^|${WRKSRC}/|} .endif .include diff -ruN databases/tora.orig/distinfo databases/tora/distinfo --- databases/tora.orig/distinfo 2008-07-11 10:46:00.000000000 +0200 +++ databases/tora/distinfo 2009-05-10 18:29:56.000000000 +0200 @@ -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 -ruN databases/tora.orig/files/patch-config_m4_oracle.m4 databases/tora/files/patch-config_m4_oracle.m4 --- databases/tora.orig/files/patch-config_m4_oracle.m4 1970-01-01 01:00:00.000000000 +0100 +++ databases/tora/files/patch-config_m4_oracle.m4 2009-05-10 18:29:56.000000000 +0200 @@ -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 -ruN databases/tora.orig/files/patch-configure databases/tora/files/patch-configure --- databases/tora.orig/files/patch-configure 1970-01-01 01:00:00.000000000 +0100 +++ databases/tora/files/patch-configure 2009-05-10 18:29:56.000000000 +0200 @@ -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 -ruN databases/tora.orig/files/patch-configure.ac databases/tora/files/patch-configure.ac --- databases/tora.orig/files/patch-configure.ac 2008-04-05 22:40:20.000000000 +0200 +++ databases/tora/files/patch-configure.ac 2009-05-10 18:29:56.000000000 +0200 @@ -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 -ruN databases/tora.orig/files/patch-doc_Makefile.am databases/tora/files/patch-doc_Makefile.am --- databases/tora.orig/files/patch-doc_Makefile.am 2008-04-02 00:04:02.000000000 +0200 +++ databases/tora/files/patch-doc_Makefile.am 2009-05-10 18:29:56.000000000 +0200 @@ -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 -ruN databases/tora.orig/files/patch-doc_help_tora.texi databases/tora/files/patch-doc_help_tora.texi --- databases/tora.orig/files/patch-doc_help_tora.texi 2008-07-11 10:46:00.000000000 +0200 +++ databases/tora/files/patch-doc_help_tora.texi 2009-05-10 18:29:56.000000000 +0200 @@ -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 -ruN databases/tora.orig/files/patch-src_Makefile.am databases/tora/files/patch-src_Makefile.am --- databases/tora.orig/files/patch-src_Makefile.am 2008-04-02 00:04:02.000000000 +0200 +++ databases/tora/files/patch-src_Makefile.am 2009-05-10 18:29:56.000000000 +0200 @@ -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 -ruN databases/tora.orig/files/patch-src_tooracleconnection.cpp databases/tora/files/patch-src_tooracleconnection.cpp --- databases/tora.orig/files/patch-src_tooracleconnection.cpp 1970-01-01 01:00:00.000000000 +0100 +++ databases/tora/files/patch-src_tooracleconnection.cpp 2009-05-10 18:29:56.000000000 +0200 @@ -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 -ruN databases/tora.orig/pkg-plist databases/tora/pkg-plist --- databases/tora.orig/pkg-plist 2008-04-02 00:04:01.000000000 +0200 +++ databases/tora/pkg-plist 2009-05-10 18:29:56.000000000 +0200 @@ -1,4 +1,3 @@ -bin/chex bin/tora lib/tora_fr.qm lib/tora_it.qm @@ -6,319 +5,17 @@ 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 @@ %%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 @@ %%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 @@ %%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%% >Release-Note: >Audit-Trail: >Unformatted: