ports/116673: databases/tora: upgrade to 1.3.22.

Thierry Thomas thierry at pompo.net
Wed Sep 26 20:00:05 UTC 2007


>Number:         116673
>Category:       ports
>Synopsis:       databases/tora: upgrade to 1.3.22.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 26 20:00:04 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Thierry Thomas
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
Kabbale Eros
>Environment:
System: FreeBSD graf.pompo.net 6.2-STABLE FreeBSD 6.2-STABLE #0: Sun May 20 15:59:36 CEST 2007 thierry at graf.pompo.net:/usr/obj/usr/src/sys/GRAF070519 i386


	
>Description:
	Upgrade to 1.3.22.

	Changelog at
	https://sourceforge.net/project/shownotes.php?release_id=540345

	Remark: this seems a good release, but I have not tested it with
	an Oracle connection (no more database available from my FreeBSD
	machines).

>How-To-Repeat:
	N/A

>Fix:
	Please apply the following patch:

--- tora.diff begins here ---
diff -urN databases/tora.orig/Makefile databases/tora/Makefile
--- databases/tora.orig/Makefile	Mon Sep 24 22:52:41 2007
+++ databases/tora/Makefile	Wed Sep 26 21:41:10 2007
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	tora
-PORTVERSION=	1.3.21
-PORTREVISION=	2
+PORTVERSION=	1.3.22
 CATEGORIES=	databases
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -46,17 +45,15 @@
 USE_KDELIBS_VER=3
 .endif
 
-PORTDOCS=	AUTHORS BUGS ChangeLog INSTALL NEWS README README.CODESTYLE README.LICENSE TODO
+PORTDOCS=	AUTHORS BUGS ChangeLog INSTALL NEWS README README.CODESTYLE	\
+		README.LICENSE TODO
+INFO=		tora
 
-PREFIX2FIX=	help/preferences.html totool.cpp
+PREFIX2FIX=	doc/help/tora/preferences.html doc/help/preferences.texi	\
+		src/toconfiguration.h
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 500000
-# Just defining time_t as long in topiechart.h could be sufficient?
-BROKEN=		does not compile with gcc 2.95
-.endif
-
 .if ${OSVERSION} >= 700000
 BROKEN=		does not link with oracle8-client
 .endif
@@ -64,9 +61,11 @@
 pre-configure:
 	${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
 	${REINPLACE_CMD} -e 's|/etc/torarc|${PREFIX}/etc/torarc|' ${PREFIX2FIX:S|^|${WRKSRC}/|}
+.if defined(NOPORTDOCS)
+	${REINPLACE_CMD} -e 's|test doc|test|' ${WRKSRC}/Makefile.in
+.endif
 
 post-install:
-	${INSTALL_DATA} ${WRKSRC}/templates/* ${PREFIX}/lib/
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
diff -urN databases/tora.orig/distinfo databases/tora/distinfo
--- databases/tora.orig/distinfo	Wed Mar 22 21:48:37 2006
+++ databases/tora/distinfo	Mon Sep 24 22:55:00 2007
@@ -1,3 +1,3 @@
-MD5 (tora-1.3.21.tar.gz) = 10e3c9944ffaca50de046e2c3e02eee4
-SHA256 (tora-1.3.21.tar.gz) = 135405accdd96a0cb52ca3797401173aec8bc1138934d52d9ceaa3984f7c7a2e
-SIZE (tora-1.3.21.tar.gz) = 3139444
+MD5 (tora-1.3.22.tar.gz) = aa557896123a8bbb0db37783bddb0d0a
+SHA256 (tora-1.3.22.tar.gz) = 7a1cbcc24db8cf57612bc7ffb8dba7505a27ea0c7ac655820ceeed6f79562c88
+SIZE (tora-1.3.22.tar.gz) = 3496227
diff -urN databases/tora.orig/files/patch-Makefile.in databases/tora/files/patch-Makefile.in
--- databases/tora.orig/files/patch-Makefile.in	Thu Aug  3 23:12:01 2006
+++ databases/tora/files/patch-Makefile.in	Thu Jan  1 01:00:00 1970
@@ -1,20 +0,0 @@
---- Makefile.in.orig	Fri Feb 24 00:20:06 2006
-+++ Makefile.in	Wed Jul 26 17:59:30 2006
-@@ -494,7 +494,7 @@
- 	$(AM_CXXFLAGS) $(CXXFLAGS)
- CXXLD = $(CXX)
- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
--	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
-+	$(CXXFLAGS) $(AM_LDFLAGS) -v $(LDFLAGS) -o $@
- COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
- 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
- LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
-@@ -786,7 +786,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)
- @HAVE_ORACLE_TRUE at EXTRA_ORACLE_MONO_SOURCE = tooracleconnection.cpp \
- @HAVE_ORACLE_TRUE@	tooracleextract.cpp \
- @HAVE_ORACLE_TRUE@	tooraclesettingui.cpp tooraclesettingui.h
diff -urN databases/tora.orig/files/patch-configure databases/tora/files/patch-configure
--- databases/tora.orig/files/patch-configure	Wed Mar 22 21:48:37 2006
+++ databases/tora/files/patch-configure	Thu Jan  1 01:00:00 1970
@@ -1,141 +0,0 @@
---- configure.orig	Mon Feb 20 19:17:43 2006
-+++ configure	Mon Mar  6 21:56:08 2006
-@@ -24315,39 +24315,13 @@
- fi
- 
- 
--
--  echo "$as_me:$LINENO: checking have kde" >&5
--echo $ECHO_N "checking have kde... $ECHO_C" >&6
--  have_kde=yes
--
--# Check whether --with-kde or --without-kde was given.
--if test "${with_kde+set}" = set; then
--  withval="$with_kde"
--
--     have_kde=$withval
--
--fi;
--
--  echo "$as_me:$LINENO: result: $have_kde" >&5
--echo "${ECHO_T}$have_kde" >&6
--  if test $have_kde != yes; then
--    kde_qtver=0
--  else
--
--
--   ac_ext=c
--ac_cpp='$CPP $CPPFLAGS'
--ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
--ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
--ac_compiler_gnu=$ac_cv_c_compiler_gnu
--
--      echo "$as_me:$LINENO: checking for main in -lutil" >&5
--echo $ECHO_N "checking for main in -lutil... $ECHO_C" >&6
--if test "${ac_cv_lib_util_main+set}" = set; then
-+   echo "$as_me:$LINENO: checking for main in -lcompat" >&5
-+echo $ECHO_N "checking for main in -lcompat... $ECHO_C" >&6
-+if test "${ac_cv_lib_compat_main+set}" = set; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   ac_check_lib_save_LIBS=$LIBS
--LIBS="-lutil  $LIBS"
-+LIBS="-lcompat  $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -24386,30 +24360,56 @@
-   ac_status=$?
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
--  ac_cv_lib_util_main=yes
-+  ac_cv_lib_compat_main=yes
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
--ac_cv_lib_util_main=no
-+ac_cv_lib_compat_main=no
- fi
- rm -f conftest.err conftest.$ac_objext \
-       conftest$ac_exeext conftest.$ac_ext
- LIBS=$ac_check_lib_save_LIBS
- fi
--echo "$as_me:$LINENO: result: $ac_cv_lib_util_main" >&5
--echo "${ECHO_T}$ac_cv_lib_util_main" >&6
--if test $ac_cv_lib_util_main = yes; then
--  LIBUTIL="-lutil"
-+echo "$as_me:$LINENO: result: $ac_cv_lib_compat_main" >&5
-+echo "${ECHO_T}$ac_cv_lib_compat_main" >&6
-+if test $ac_cv_lib_compat_main = yes; then
-+  LIBCOMPAT="-lcompat"
- fi
- 
--   echo "$as_me:$LINENO: checking for main in -lcompat" >&5
--echo $ECHO_N "checking for main in -lcompat... $ECHO_C" >&6
--if test "${ac_cv_lib_compat_main+set}" = set; then
-+
-+  echo "$as_me:$LINENO: checking have kde" >&5
-+echo $ECHO_N "checking have kde... $ECHO_C" >&6
-+  have_kde=yes
-+
-+# Check whether --with-kde or --without-kde was given.
-+if test "${with_kde+set}" = set; then
-+  withval="$with_kde"
-+
-+     have_kde=$withval
-+
-+fi;
-+
-+  echo "$as_me:$LINENO: result: $have_kde" >&5
-+echo "${ECHO_T}$have_kde" >&6
-+  if test $have_kde != yes; then
-+    kde_qtver=0
-+  else
-+
-+
-+   ac_ext=c
-+ac_cpp='$CPP $CPPFLAGS'
-+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-+ac_compiler_gnu=$ac_cv_c_compiler_gnu
-+
-+      echo "$as_me:$LINENO: checking for main in -lutil" >&5
-+echo $ECHO_N "checking for main in -lutil... $ECHO_C" >&6
-+if test "${ac_cv_lib_util_main+set}" = set; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   ac_check_lib_save_LIBS=$LIBS
--LIBS="-lcompat  $LIBS"
-+LIBS="-lutil  $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -24448,21 +24448,21 @@
-   ac_status=$?
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
--  ac_cv_lib_compat_main=yes
-+  ac_cv_lib_util_main=yes
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
--ac_cv_lib_compat_main=no
-+ac_cv_lib_util_main=no
- fi
- rm -f conftest.err conftest.$ac_objext \
-       conftest$ac_exeext conftest.$ac_ext
- LIBS=$ac_check_lib_save_LIBS
- fi
--echo "$as_me:$LINENO: result: $ac_cv_lib_compat_main" >&5
--echo "${ECHO_T}$ac_cv_lib_compat_main" >&6
--if test $ac_cv_lib_compat_main = yes; then
--  LIBCOMPAT="-lcompat"
-+echo "$as_me:$LINENO: result: $ac_cv_lib_util_main" >&5
-+echo "${ECHO_T}$ac_cv_lib_util_main" >&6
-+if test $ac_cv_lib_util_main = yes; then
-+  LIBUTIL="-lutil"
- fi
- 
-    kde_have_crypt=
diff -urN databases/tora.orig/files/patch-doc_Makefile.in databases/tora/files/patch-doc_Makefile.in
--- databases/tora.orig/files/patch-doc_Makefile.in	Thu Jan  1 01:00:00 1970
+++ databases/tora/files/patch-doc_Makefile.in	Tue Sep 25 23:13:44 2007
@@ -0,0 +1,31 @@
+--- doc/Makefile.in.orig	Tue Sep 18 15:18:34 2007
++++ doc/Makefile.in	Tue Sep 25 23:13:24 2007
+@@ -272,7 +272,7 @@
+ x_includes = @x_includes@
+ x_libraries = @x_libraries@
+ EXTRA_DIST = help
+-tora_docdir = $(DESTDIR)$(libdir)
++tora_docdir = $(docdir)
+ manualdir = $(top_builddir)/doc/help
+ SUBDIRS = help
+ all: all-recursive
+@@ -594,14 +594,15 @@
+ 
+ install-data-hook:
+ 	rm -rf $(tora_docdir)/help
+-	cp -dpR $(top_builddir)/doc/help/tora $(tora_docdir)/help 
++	mkdir -p $(tora_docdir)
++	cp -R $(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
+ 
+ all-local:
+ 	echo Making HTML in $(manualdir)
+-	cd $(manualdir) && make html
++	cd $(manualdir) && $(MAKE) html
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
diff -urN databases/tora.orig/files/patch-src_Makefile.in databases/tora/files/patch-src_Makefile.in
--- databases/tora.orig/files/patch-src_Makefile.in	Thu Jan  1 01:00:00 1970
+++ databases/tora/files/patch-src_Makefile.in	Wed Sep 26 21:08:41 2007
@@ -0,0 +1,29 @@
+--- ./src/Makefile.in.orig	Tue Sep 18 15:18:36 2007
++++ ./src/Makefile.in	Wed Sep 26 21:04:51 2007
+@@ -617,7 +617,7 @@
+ KDE_MT_LDFLAGS = @KDE_MT_LDFLAGS@
+ KDE_MT_LIBS = @KDE_MT_LIBS@
+ KDE_XSL_STYLESHEET = @KDE_XSL_STYLESHEET@
+-LDFLAGS = @LDFLAGS@
++LDFLAGS = -v @LDFLAGS@
+ LIBCOMPAT = @LIBCOMPAT@
+ LIBCRYPT = @LIBCRYPT@
+ LIBDL = @LIBDL@
+@@ -785,7 +785,7 @@
+ LOKIDIR_SRC = $(top_srcdir)/ext/loki/loki-0.1.6/src
+ AM_CPPFLAGS = -I$(top_srcdir)/ext/otl -I$(LOKIDIR_INC) $(KDE_INCLUDES) \
+ 	$(QT_INCLUDES) $(LTDLINCL) $(PCRE_CFLAGS) \
+-	-DDEFAULT_PLUGIN_DIR=\"$(libdir)\" \
++	-DDEFAULT_PLUGIN_DIR=\"$(docdir)\" \
+ 	-DTOVERSION=\"$(PACKAGE_VERSION)\" $(ORACLE_CXXFLAGS) \
+ 	$(QSCINTILLA_CXXFLAGS)
+ AM_LDFLAGS = $(PCRE_LIBS) \
+@@ -809,7 +809,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)
+ @HAVE_ORACLE_TRUE at EXTRA_ORACLE_MONO_SOURCE = tooracleconnection.cpp \
+ @HAVE_ORACLE_TRUE@	tooracleextract.cpp \
+ @HAVE_ORACLE_TRUE@	tooraclesettingui.cpp tooraclesettingui.h
diff -urN databases/tora.orig/files/patch-totool.cpp databases/tora/files/patch-totool.cpp
--- databases/tora.orig/files/patch-totool.cpp	Wed Mar 22 21:48:37 2006
+++ databases/tora/files/patch-totool.cpp	Thu Jan  1 01:00:00 1970
@@ -1,18 +0,0 @@
---- totool.cpp.orig	Thu Feb  9 02:21:37 2006
-+++ totool.cpp	Fri Mar 17 00:06:08 2006
-@@ -442,6 +442,15 @@
-         conf = QString::fromLatin1(getenv("HOME"));
-     }
-     conf.append(QString::fromLatin1(CONFIG_FILE));
-+
-+# ifdef __FreeBSD__
-+// Create the $HOME/.torarc if not exists
-+    QString configfile = toExpandFile(conf);
-+    QFile cffile(configfile);
-+    cffile.open(IO_ReadWrite);
-+    cffile.close();
-+# endif
-+
-     try
-     {
-         loadMap(conf, *Configuration);
diff -urN databases/tora.orig/pkg-plist databases/tora/pkg-plist
--- databases/tora.orig/pkg-plist	Wed Mar 22 21:48:37 2006
+++ databases/tora/pkg-plist	Tue Sep 25 23:56:51 2007
@@ -1,94 +1,412 @@
+bin/chex
 bin/tora
-lib/hints.tpl
-lib/libtoalert.a
-lib/libtoalert.la
-lib/libtoalert.so
-lib/libtoanalyze.a
-lib/libtoanalyze.la
-lib/libtoanalyze.so
-lib/libtobackup.a
-lib/libtobackup.la
-lib/libtobackup.so
-lib/libtobrowser.a
-lib/libtobrowser.la
-lib/libtobrowser.so
-lib/libtochart.a
-lib/libtochart.la
-lib/libtochart.so
-lib/libtocurrent.a
-lib/libtocurrent.la
-lib/libtocurrent.so
-lib/libtodebug.a
-lib/libtodebug.la
-lib/libtodebug.so
-lib/libtoeditextensions.a
-lib/libtoeditextensions.la
-lib/libtoeditextensions.so
-lib/libtoextract.a
-lib/libtoextract.la
-lib/libtoextract.so
-lib/libtoinvalid.a
-lib/libtoinvalid.la
-lib/libtoinvalid.so
-lib/libtooracleconnection.a
-lib/libtooracleconnection.la
-lib/libtooracleconnection.so
-lib/libtooutput.a
-lib/libtooutput.la
-lib/libtooutput.so
-lib/libtopassword.a
-lib/libtopassword.la
-lib/libtopassword.so
-lib/libtoprofiler.a
-lib/libtoprofiler.la
-lib/libtoprofiler.so
-lib/libtoproject.a
-lib/libtoproject.la
-lib/libtoproject.so
-lib/libtoqsqlconnection.a
-lib/libtoqsqlconnection.la
-lib/libtoqsqlconnection.so
-lib/libtoresult.a
-lib/libtoresult.la
-lib/libtoresult.so
-lib/libtorollback.a
-lib/libtorollback.la
-lib/libtorollback.so
-lib/libtoscript.a
-lib/libtoscript.la
-lib/libtoscript.so
-lib/libtosecurity.a
-lib/libtosecurity.la
-lib/libtosecurity.so
-lib/libtosession.a
-lib/libtosession.la
-lib/libtosession.so
-lib/libtosgatrace.a
-lib/libtosgatrace.la
-lib/libtosgatrace.so
-lib/libtosqledit.a
-lib/libtosqledit.la
-lib/libtosqledit.so
-lib/libtostorage.a
-lib/libtostorage.la
-lib/libtostorage.so
-lib/libtostoragedefinition.a
-lib/libtostoragedefinition.la
-lib/libtostoragedefinition.so
-lib/libtotemplate.a
-lib/libtotemplate.la
-lib/libtotemplate.so
-lib/libtotemporary.a
-lib/libtotemporary.la
-lib/libtotemporary.so
-lib/libtotuning.a
-lib/libtotuning.la
-lib/libtotuning.so
-lib/libtowidget.a
-lib/libtowidget.la
-lib/libtowidget.so
-lib/libtoworksheet.a
-lib/libtoworksheet.la
-lib/libtoworksheet.so
-lib/log4plsql.tpl
-lib/sqlfunctions.tpl
+lib/tora_fr.qm
+lib/tora_it.qm
+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/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/common.html
+%%PORTDOCS%%%%DOCSDIR%%/help/current.html
+%%PORTDOCS%%%%DOCSDIR%%/help/database.html
+%%PORTDOCS%%%%DOCSDIR%%/help/debugger.html
+%%PORTDOCS%%%%DOCSDIR%%/help/editors.html
+%%PORTDOCS%%%%DOCSDIR%%/help/extendingtora.html
+%%PORTDOCS%%%%DOCSDIR%%/help/externalapi.html
+%%PORTDOCS%%%%DOCSDIR%%/help/fonts.html
+%%PORTDOCS%%%%DOCSDIR%%/help/help.html
+%%PORTDOCS%%%%DOCSDIR%%/help/history.html
+%%PORTDOCS%%%%DOCSDIR%%/help/images/additionalhelp.png
+%%PORTDOCS%%%%DOCSDIR%%/help/images/addwatch.png
+%%PORTDOCS%%%%DOCSDIR%%/help/images/alert.png
+%%PORTDOCS%%%%DOCSDIR%%/help/images/analyze.png
+%%PORTDOCS%%%%DOCSDIR%%/help/images/browser.png
+%%PORTDOCS%%%%DOCSDIR%%/help/images/browserfilter.png
+%%PORTDOCS%%%%DOCSDIR%%/help/images/changewatch.png
+%%PORTDOCS%%%%DOCSDIR%%/help/images/charts.png
+%%PORTDOCS%%%%DOCSDIR%%/help/images/chartsetup.png
+%%PORTDOCS%%%%DOCSDIR%%/help/images/contentfilter.png
+%%PORTDOCS%%%%DOCSDIR%%/help/images/current.png
+%%PORTDOCS%%%%DOCSDIR%%/help/images/database.png
+%%PORTDOCS%%%%DOCSDIR%%/help/images/debugger.png
+%%PORTDOCS%%%%DOCSDIR%%/help/images/describe.png
+%%PORTDOCS%%%%DOCSDIR%%/help/images/difference.png
+%%PORTDOCS%%%%DOCSDIR%%/help/images/editmenu.png
+%%PORTDOCS%%%%DOCSDIR%%/help/images/filemenu.png
+%%PORTDOCS%%%%DOCSDIR%%/help/images/fonts.png
+%%PORTDOCS%%%%DOCSDIR%%/help/images/getparam.png
+%%PORTDOCS%%%%DOCSDIR%%/help/images/help.png
+%%PORTDOCS%%%%DOCSDIR%%/help/images/helpmenu.png
+%%PORTDOCS%%%%DOCSDIR%%/help/images/invalid.png
+%%PORTDOCS%%%%DOCSDIR%%/help/images/largelogo.png
+%%PORTDOCS%%%%DOCSDIR%%/help/images/lists.png
+%%PORTDOCS%%%%DOCSDIR%%/help/images/memo.png
+%%PORTDOCS%%%%DOCSDIR%%/help/images/newconnection.png
+%%PORTDOCS%%%%DOCSDIR%%/help/images/oracle.png
+%%PORTDOCS%%%%DOCSDIR%%/help/images/output.png
+%%PORTDOCS%%%%DOCSDIR%%/help/images/pfileeditor.png
+%%PORTDOCS%%%%DOCSDIR%%/help/images/preferences.png
+%%PORTDOCS%%%%DOCSDIR%%/help/images/priviledges.png
+%%PORTDOCS%%%%DOCSDIR%%/help/images/quota.png
+%%PORTDOCS%%%%DOCSDIR%%/help/images/resize.png
+%%PORTDOCS%%%%DOCSDIR%%/help/images/rollback.png
+%%PORTDOCS%%%%DOCSDIR%%/help/images/rollbacksetup.png
+%%PORTDOCS%%%%DOCSDIR%%/help/images/script.png
+%%PORTDOCS%%%%DOCSDIR%%/help/images/searchreplace.png
+%%PORTDOCS%%%%DOCSDIR%%/help/images/security.png
+%%PORTDOCS%%%%DOCSDIR%%/help/images/session.png
+%%PORTDOCS%%%%DOCSDIR%%/help/images/sgastatement.png
+%%PORTDOCS%%%%DOCSDIR%%/help/images/sgatrace.png
+%%PORTDOCS%%%%DOCSDIR%%/help/images/sqledit.png
+%%PORTDOCS%%%%DOCSDIR%%/help/images/storage.png
+%%PORTDOCS%%%%DOCSDIR%%/help/images/template.png
+%%PORTDOCS%%%%DOCSDIR%%/help/images/templateeditor.png
+%%PORTDOCS%%%%DOCSDIR%%/help/images/templatesetup.png
+%%PORTDOCS%%%%DOCSDIR%%/help/images/toolbar.png
+%%PORTDOCS%%%%DOCSDIR%%/help/images/tools.png
+%%PORTDOCS%%%%DOCSDIR%%/help/images/toolsmenu.png
+%%PORTDOCS%%%%DOCSDIR%%/help/images/tuning.png
+%%PORTDOCS%%%%DOCSDIR%%/help/images/visualize.png
+%%PORTDOCS%%%%DOCSDIR%%/help/images/windowsmenu.png
+%%PORTDOCS%%%%DOCSDIR%%/help/images/worksheet.png
+%%PORTDOCS%%%%DOCSDIR%%/help/images/worksheetsetup.png
+%%PORTDOCS%%%%DOCSDIR%%/help/images/workspace.png
+%%PORTDOCS%%%%DOCSDIR%%/help/index.html
+%%PORTDOCS%%%%DOCSDIR%%/help/invalid.html
+%%PORTDOCS%%%%DOCSDIR%%/help/lists.html
+%%PORTDOCS%%%%DOCSDIR%%/help/newconnection.html
+%%PORTDOCS%%%%DOCSDIR%%/help/output.html
+%%PORTDOCS%%%%DOCSDIR%%/help/preferences.html
+%%PORTDOCS%%%%DOCSDIR%%/help/preferences.html.bak
+%%PORTDOCS%%%%DOCSDIR%%/help/rollback.html
+%%PORTDOCS%%%%DOCSDIR%%/help/script.html
+%%PORTDOCS%%%%DOCSDIR%%/help/searchreplace.html
+%%PORTDOCS%%%%DOCSDIR%%/help/security.html
+%%PORTDOCS%%%%DOCSDIR%%/help/session.html
+%%PORTDOCS%%%%DOCSDIR%%/help/sqledit.html
+%%PORTDOCS%%%%DOCSDIR%%/help/storage.html
+%%PORTDOCS%%%%DOCSDIR%%/help/template.html
+%%PORTDOCS%%%%DOCSDIR%%/help/toc.html
+%%PORTDOCS%%%%DOCSDIR%%/help/tools.html
+%%PORTDOCS%%%%DOCSDIR%%/help/toolsetting.html
+%%PORTDOCS%%%%DOCSDIR%%/help/trace.html
+%%PORTDOCS%%%%DOCSDIR%%/help/tuning.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
--- tora.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list