View | Details | Raw Unified | Return to bug 116673
Collapse All | Expand All

(-)databases/tora/Makefile (-10 / +9 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	tora
8
PORTNAME=	tora
9
PORTVERSION=	1.3.21
9
PORTVERSION=	1.3.22
10
PORTREVISION=	2
11
CATEGORIES=	databases
10
CATEGORIES=	databases
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 46-62 Link Here
46
USE_KDELIBS_VER=3
45
USE_KDELIBS_VER=3
47
.endif
46
.endif
48
47
49
PORTDOCS=	AUTHORS BUGS ChangeLog INSTALL NEWS README README.CODESTYLE README.LICENSE TODO
48
PORTDOCS=	AUTHORS BUGS ChangeLog INSTALL NEWS README README.CODESTYLE	\
49
		README.LICENSE TODO
50
INFO=		tora
50
51
51
PREFIX2FIX=	help/preferences.html totool.cpp
52
PREFIX2FIX=	doc/help/tora/preferences.html doc/help/preferences.texi	\
53
		src/toconfiguration.h
52
54
53
.include <bsd.port.pre.mk>
55
.include <bsd.port.pre.mk>
54
56
55
.if ${OSVERSION} < 500000
56
# Just defining time_t as long in topiechart.h could be sufficient?
57
BROKEN=		does not compile with gcc 2.95
58
.endif
59
60
.if ${OSVERSION} >= 700000
57
.if ${OSVERSION} >= 700000
61
BROKEN=		does not link with oracle8-client
58
BROKEN=		does not link with oracle8-client
62
.endif
59
.endif
Lines 64-72 Link Here
64
pre-configure:
61
pre-configure:
65
	${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
62
	${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
66
	${REINPLACE_CMD} -e 's|/etc/torarc|${PREFIX}/etc/torarc|' ${PREFIX2FIX:S|^|${WRKSRC}/|}
63
	${REINPLACE_CMD} -e 's|/etc/torarc|${PREFIX}/etc/torarc|' ${PREFIX2FIX:S|^|${WRKSRC}/|}
64
.if defined(NOPORTDOCS)
65
	${REINPLACE_CMD} -e 's|test doc|test|' ${WRKSRC}/Makefile.in
66
.endif
67
67
68
post-install:
68
post-install:
69
	${INSTALL_DATA} ${WRKSRC}/templates/* ${PREFIX}/lib/
70
.if !defined(NOPORTDOCS)
69
.if !defined(NOPORTDOCS)
71
	${MKDIR} ${DOCSDIR}
70
	${MKDIR} ${DOCSDIR}
72
	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
71
	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
(-)databases/tora/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (tora-1.3.21.tar.gz) = 10e3c9944ffaca50de046e2c3e02eee4
1
MD5 (tora-1.3.22.tar.gz) = aa557896123a8bbb0db37783bddb0d0a
2
SHA256 (tora-1.3.21.tar.gz) = 135405accdd96a0cb52ca3797401173aec8bc1138934d52d9ceaa3984f7c7a2e
2
SHA256 (tora-1.3.22.tar.gz) = 7a1cbcc24db8cf57612bc7ffb8dba7505a27ea0c7ac655820ceeed6f79562c88
3
SIZE (tora-1.3.21.tar.gz) = 3139444
3
SIZE (tora-1.3.22.tar.gz) = 3496227
(-)databases/tora/files/patch-Makefile.in (-20 lines)
Lines 1-20 Link Here
1
--- Makefile.in.orig	Fri Feb 24 00:20:06 2006
2
+++ Makefile.in	Wed Jul 26 17:59:30 2006
3
@@ -494,7 +494,7 @@
4
 	$(AM_CXXFLAGS) $(CXXFLAGS)
5
 CXXLD = $(CXX)
6
 CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
7
-	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
8
+	$(CXXFLAGS) $(AM_LDFLAGS) -v $(LDFLAGS) -o $@
9
 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
10
 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
11
 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
12
@@ -786,7 +786,7 @@
13
 
14
 # fix for annoying automake naming problems.
15
 tora_CXXFLAGS = $(AM_CXXFLAGS)
16
-tora_LDADD = $(ORACLE_LIBS) $(@TORA_LINK_OTHERS@)
17
+tora_LDADD = $(ORACLE_LIBS) $(@TORA_LINK_OTHERS@) $(LIBCOMPAT)
18
 @HAVE_ORACLE_TRUE@EXTRA_ORACLE_MONO_SOURCE = tooracleconnection.cpp \
19
 @HAVE_ORACLE_TRUE@	tooracleextract.cpp \
20
 @HAVE_ORACLE_TRUE@	tooraclesettingui.cpp tooraclesettingui.h
(-)databases/tora/files/patch-configure (-141 lines)
Lines 1-141 Link Here
1
--- configure.orig	Mon Feb 20 19:17:43 2006
2
+++ configure	Mon Mar  6 21:56:08 2006
3
@@ -24315,39 +24315,13 @@
4
 fi
5
 
6
 
7
-
8
-  echo "$as_me:$LINENO: checking have kde" >&5
9
-echo $ECHO_N "checking have kde... $ECHO_C" >&6
10
-  have_kde=yes
11
-
12
-# Check whether --with-kde or --without-kde was given.
13
-if test "${with_kde+set}" = set; then
14
-  withval="$with_kde"
15
-
16
-     have_kde=$withval
17
-
18
-fi;
19
-
20
-  echo "$as_me:$LINENO: result: $have_kde" >&5
21
-echo "${ECHO_T}$have_kde" >&6
22
-  if test $have_kde != yes; then
23
-    kde_qtver=0
24
-  else
25
-
26
-
27
-   ac_ext=c
28
-ac_cpp='$CPP $CPPFLAGS'
29
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
32
-
33
-      echo "$as_me:$LINENO: checking for main in -lutil" >&5
34
-echo $ECHO_N "checking for main in -lutil... $ECHO_C" >&6
35
-if test "${ac_cv_lib_util_main+set}" = set; then
36
+   echo "$as_me:$LINENO: checking for main in -lcompat" >&5
37
+echo $ECHO_N "checking for main in -lcompat... $ECHO_C" >&6
38
+if test "${ac_cv_lib_compat_main+set}" = set; then
39
   echo $ECHO_N "(cached) $ECHO_C" >&6
40
 else
41
   ac_check_lib_save_LIBS=$LIBS
42
-LIBS="-lutil  $LIBS"
43
+LIBS="-lcompat  $LIBS"
44
 cat >conftest.$ac_ext <<_ACEOF
45
 /* confdefs.h.  */
46
 _ACEOF
47
@@ -24386,30 +24360,56 @@
48
   ac_status=$?
49
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
50
   (exit $ac_status); }; }; then
51
-  ac_cv_lib_util_main=yes
52
+  ac_cv_lib_compat_main=yes
53
 else
54
   echo "$as_me: failed program was:" >&5
55
 sed 's/^/| /' conftest.$ac_ext >&5
56
 
57
-ac_cv_lib_util_main=no
58
+ac_cv_lib_compat_main=no
59
 fi
60
 rm -f conftest.err conftest.$ac_objext \
61
       conftest$ac_exeext conftest.$ac_ext
62
 LIBS=$ac_check_lib_save_LIBS
63
 fi
64
-echo "$as_me:$LINENO: result: $ac_cv_lib_util_main" >&5
65
-echo "${ECHO_T}$ac_cv_lib_util_main" >&6
66
-if test $ac_cv_lib_util_main = yes; then
67
-  LIBUTIL="-lutil"
68
+echo "$as_me:$LINENO: result: $ac_cv_lib_compat_main" >&5
69
+echo "${ECHO_T}$ac_cv_lib_compat_main" >&6
70
+if test $ac_cv_lib_compat_main = yes; then
71
+  LIBCOMPAT="-lcompat"
72
 fi
73
 
74
-   echo "$as_me:$LINENO: checking for main in -lcompat" >&5
75
-echo $ECHO_N "checking for main in -lcompat... $ECHO_C" >&6
76
-if test "${ac_cv_lib_compat_main+set}" = set; then
77
+
78
+  echo "$as_me:$LINENO: checking have kde" >&5
79
+echo $ECHO_N "checking have kde... $ECHO_C" >&6
80
+  have_kde=yes
81
+
82
+# Check whether --with-kde or --without-kde was given.
83
+if test "${with_kde+set}" = set; then
84
+  withval="$with_kde"
85
+
86
+     have_kde=$withval
87
+
88
+fi;
89
+
90
+  echo "$as_me:$LINENO: result: $have_kde" >&5
91
+echo "${ECHO_T}$have_kde" >&6
92
+  if test $have_kde != yes; then
93
+    kde_qtver=0
94
+  else
95
+
96
+
97
+   ac_ext=c
98
+ac_cpp='$CPP $CPPFLAGS'
99
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
100
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
101
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
102
+
103
+      echo "$as_me:$LINENO: checking for main in -lutil" >&5
104
+echo $ECHO_N "checking for main in -lutil... $ECHO_C" >&6
105
+if test "${ac_cv_lib_util_main+set}" = set; then
106
   echo $ECHO_N "(cached) $ECHO_C" >&6
107
 else
108
   ac_check_lib_save_LIBS=$LIBS
109
-LIBS="-lcompat  $LIBS"
110
+LIBS="-lutil  $LIBS"
111
 cat >conftest.$ac_ext <<_ACEOF
112
 /* confdefs.h.  */
113
 _ACEOF
114
@@ -24448,21 +24448,21 @@
115
   ac_status=$?
116
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
117
   (exit $ac_status); }; }; then
118
-  ac_cv_lib_compat_main=yes
119
+  ac_cv_lib_util_main=yes
120
 else
121
   echo "$as_me: failed program was:" >&5
122
 sed 's/^/| /' conftest.$ac_ext >&5
123
 
124
-ac_cv_lib_compat_main=no
125
+ac_cv_lib_util_main=no
126
 fi
127
 rm -f conftest.err conftest.$ac_objext \
128
       conftest$ac_exeext conftest.$ac_ext
129
 LIBS=$ac_check_lib_save_LIBS
130
 fi
131
-echo "$as_me:$LINENO: result: $ac_cv_lib_compat_main" >&5
132
-echo "${ECHO_T}$ac_cv_lib_compat_main" >&6
133
-if test $ac_cv_lib_compat_main = yes; then
134
-  LIBCOMPAT="-lcompat"
135
+echo "$as_me:$LINENO: result: $ac_cv_lib_util_main" >&5
136
+echo "${ECHO_T}$ac_cv_lib_util_main" >&6
137
+if test $ac_cv_lib_util_main = yes; then
138
+  LIBUTIL="-lutil"
139
 fi
140
 
141
    kde_have_crypt=
(-)databases/tora/files/patch-doc_Makefile.in (+31 lines)
Line 0 Link Here
1
--- doc/Makefile.in.orig	Tue Sep 18 15:18:34 2007
2
+++ doc/Makefile.in	Tue Sep 25 23:13:24 2007
3
@@ -272,7 +272,7 @@
4
 x_includes = @x_includes@
5
 x_libraries = @x_libraries@
6
 EXTRA_DIST = help
7
-tora_docdir = $(DESTDIR)$(libdir)
8
+tora_docdir = $(docdir)
9
 manualdir = $(top_builddir)/doc/help
10
 SUBDIRS = help
11
 all: all-recursive
12
@@ -594,14 +594,15 @@
13
 
14
 install-data-hook:
15
 	rm -rf $(tora_docdir)/help
16
-	cp -dpR $(top_builddir)/doc/help/tora $(tora_docdir)/help 
17
+	mkdir -p $(tora_docdir)
18
+	cp -R $(top_builddir)/doc/help/tora $(tora_docdir)/help
19
 	cp $(tora_docdir)/help/index.html $(tora_docdir)/help/toc.html
20
-	cp -dpR $(top_srcdir)/doc/help/images $(tora_docdir)/help
21
-	cp -dpR $(top_srcdir)/doc/help/api $(tora_docdir)/help
22
+	cp -R $(top_srcdir)/doc/help/images $(tora_docdir)/help
23
+	cp -R $(top_srcdir)/doc/help/api $(tora_docdir)/help
24
 
25
 all-local:
26
 	echo Making HTML in $(manualdir)
27
-	cd $(manualdir) && make html
28
+	cd $(manualdir) && $(MAKE) html
29
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
30
 # Otherwise a system limit (for SysV at least) may be exceeded.
31
 .NOEXPORT:
(-)databases/tora/files/patch-src_Makefile.in (+29 lines)
Line 0 Link Here
1
--- ./src/Makefile.in.orig	Tue Sep 18 15:18:36 2007
2
+++ ./src/Makefile.in	Wed Sep 26 21:04:51 2007
3
@@ -617,7 +617,7 @@
4
 KDE_MT_LDFLAGS = @KDE_MT_LDFLAGS@
5
 KDE_MT_LIBS = @KDE_MT_LIBS@
6
 KDE_XSL_STYLESHEET = @KDE_XSL_STYLESHEET@
7
-LDFLAGS = @LDFLAGS@
8
+LDFLAGS = -v @LDFLAGS@
9
 LIBCOMPAT = @LIBCOMPAT@
10
 LIBCRYPT = @LIBCRYPT@
11
 LIBDL = @LIBDL@
12
@@ -785,7 +785,7 @@
13
 LOKIDIR_SRC = $(top_srcdir)/ext/loki/loki-0.1.6/src
14
 AM_CPPFLAGS = -I$(top_srcdir)/ext/otl -I$(LOKIDIR_INC) $(KDE_INCLUDES) \
15
 	$(QT_INCLUDES) $(LTDLINCL) $(PCRE_CFLAGS) \
16
-	-DDEFAULT_PLUGIN_DIR=\"$(libdir)\" \
17
+	-DDEFAULT_PLUGIN_DIR=\"$(docdir)\" \
18
 	-DTOVERSION=\"$(PACKAGE_VERSION)\" $(ORACLE_CXXFLAGS) \
19
 	$(QSCINTILLA_CXXFLAGS)
20
 AM_LDFLAGS = $(PCRE_LIBS) \
21
@@ -809,7 +809,7 @@
22
 
23
 # fix for annoying automake naming problems.
24
 tora_CXXFLAGS = $(AM_CXXFLAGS)
25
-tora_LDADD = $(ORACLE_LIBS) $(@TORA_LINK_OTHERS@)
26
+tora_LDADD = $(ORACLE_LIBS) $(@TORA_LINK_OTHERS@) $(LIBCOMPAT)
27
 @HAVE_ORACLE_TRUE@EXTRA_ORACLE_MONO_SOURCE = tooracleconnection.cpp \
28
 @HAVE_ORACLE_TRUE@	tooracleextract.cpp \
29
 @HAVE_ORACLE_TRUE@	tooraclesettingui.cpp tooraclesettingui.h
(-)databases/tora/files/patch-totool.cpp (-18 lines)
Lines 1-18 Link Here
1
--- totool.cpp.orig	Thu Feb  9 02:21:37 2006
2
+++ totool.cpp	Fri Mar 17 00:06:08 2006
3
@@ -442,6 +442,15 @@
4
         conf = QString::fromLatin1(getenv("HOME"));
5
     }
6
     conf.append(QString::fromLatin1(CONFIG_FILE));
7
+
8
+# ifdef __FreeBSD__
9
+// Create the $HOME/.torarc if not exists
10
+    QString configfile = toExpandFile(conf);
11
+    QFile cffile(configfile);
12
+    cffile.open(IO_ReadWrite);
13
+    cffile.close();
14
+# endif
15
+
16
     try
17
     {
18
         loadMap(conf, *Configuration);
(-)databases/tora/pkg-plist (-93 / +411 lines)
Lines 1-94 Link Here
1
bin/chex
1
bin/tora
2
bin/tora
2
lib/hints.tpl
3
lib/tora_fr.qm
3
lib/libtoalert.a
4
lib/tora_it.qm
4
lib/libtoalert.la
5
lib/tora_se.qm
5
lib/libtoalert.so
6
lib/tora_toad.qm
6
lib/libtoanalyze.a
7
%%PORTDOCS%%%%DOCSDIR%%/help/Explain-plan.html
7
lib/libtoanalyze.la
8
%%PORTDOCS%%%%DOCSDIR%%/help/Getting-bind-parameters.html
8
lib/libtoanalyze.so
9
%%PORTDOCS%%%%DOCSDIR%%/help/Global-Settings.html
9
lib/libtobackup.a
10
%%PORTDOCS%%%%DOCSDIR%%/help/Index.html
10
lib/libtobackup.la
11
%%PORTDOCS%%%%DOCSDIR%%/help/Memo-editor.html
11
lib/libtobackup.so
12
%%PORTDOCS%%%%DOCSDIR%%/help/Object-description.html
12
lib/libtobrowser.a
13
%%PORTDOCS%%%%DOCSDIR%%/help/SGA-Statement.html
13
lib/libtobrowser.la
14
%%PORTDOCS%%%%DOCSDIR%%/help/Using-charts.html
14
lib/libtobrowser.so
15
%%PORTDOCS%%%%DOCSDIR%%/help/What-privileges-do-you-need-to-run-TOra.html
15
lib/libtochart.a
16
%%PORTDOCS%%%%DOCSDIR%%/help/additionalhelp.html
16
lib/libtochart.la
17
%%PORTDOCS%%%%DOCSDIR%%/help/alert.html
17
lib/libtochart.so
18
%%PORTDOCS%%%%DOCSDIR%%/help/analyze.html
18
lib/libtocurrent.a
19
%%PORTDOCS%%%%DOCSDIR%%/help/api.html
19
lib/libtocurrent.la
20
%%PORTDOCS%%%%DOCSDIR%%/help/api/TODock.html
20
lib/libtocurrent.so
21
%%PORTDOCS%%%%DOCSDIR%%/help/api/TOFileDialog.html
21
lib/libtodebug.a
22
%%PORTDOCS%%%%DOCSDIR%%/help/api/TOMessageBox.html
22
lib/libtodebug.la
23
%%PORTDOCS%%%%DOCSDIR%%/help/api/TOPrinter.html
23
lib/libtodebug.so
24
%%PORTDOCS%%%%DOCSDIR%%/help/api/all-globals.html
24
lib/libtoeditextensions.a
25
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-TODock.html
25
lib/libtoeditextensions.la
26
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-TOFileDialog.html
26
lib/libtoeditextensions.so
27
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-TOMessageBox.html
27
lib/libtoextract.a
28
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-TOPrinter.html
28
lib/libtoextract.la
29
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toBackground.html
29
lib/libtoextract.so
30
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toBarChart.html
30
lib/libtoinvalid.a
31
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toBusy.html
31
lib/libtoinvalid.la
32
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toChangeConnection.html
32
lib/libtoinvalid.so
33
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toConnection.html
33
lib/libtooracleconnection.a
34
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toConnectionProvider.html
34
lib/libtooracleconnection.la
35
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toConnectionSub.html
35
lib/libtooracleconnection.so
36
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toConnectionWidget.html
36
lib/libtooutput.a
37
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toConnection__cacheObjects.html
37
lib/libtooutput.la
38
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toConnection__connectionImpl.html
38
lib/libtooutput.so
39
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toConnection__exception.html
39
lib/libtopassword.a
40
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toConnection__objectName.html
40
lib/libtopassword.la
41
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toDatatype.html
41
lib/libtopassword.so
42
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toEditWidget.html
42
lib/libtoprofiler.a
43
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toEditWidget__editHandler.html
43
lib/libtoprofiler.la
44
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toExtract.html
44
lib/libtoprofiler.so
45
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toExtract__columnInfo.html
45
lib/libtoproject.a
46
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toExtract__datatype.html
46
lib/libtoproject.la
47
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toExtract__extractor.html
47
lib/libtoproject.so
48
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toFilesize.html
48
lib/libtoqsqlconnection.a
49
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toHelp.html
49
lib/libtoqsqlconnection.la
50
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toHelpBrowser.html
50
lib/libtoqsqlconnection.so
51
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toHelpContext.html
51
lib/libtoresult.a
52
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toHelpTool.html
52
lib/libtoresult.la
53
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toHighlightedText.html
53
lib/libtoresult.so
54
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toHtml.html
54
lib/libtorollback.a
55
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toLegendChart.html
55
lib/libtorollback.la
56
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toLineChart.html
56
lib/libtorollback.so
57
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toListView.html
57
lib/libtoscript.a
58
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toLock.html
58
lib/libtoscript.la
59
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toLocker.html
59
lib/libtoscript.so
60
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toMain.html
60
lib/libtosecurity.a
61
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toMainWindow.html
61
lib/libtosecurity.la
62
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toMarkedText.html
62
lib/libtosecurity.so
63
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toMemoEditor.html
63
lib/libtosession.a
64
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toMultiLineEdit.html
64
lib/libtosession.la
65
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toNoBlockQuery.html
65
lib/libtosession.so
66
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toNoBlockQuery__queryTask.html
66
lib/libtosgatrace.a
67
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toParamGet.html
67
lib/libtosgatrace.la
68
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toParamGetButton.html
68
lib/libtosgatrace.so
69
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toPieChart.html
69
lib/libtosqledit.a
70
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toPieConnector.html
70
lib/libtosqledit.la
71
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toPopupButton.html
71
lib/libtosqledit.so
72
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toQValue.html
72
lib/libtostorage.a
73
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toQValue__queryValue.html
73
lib/libtostorage.la
74
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toQuery.html
74
lib/libtostorage.so
75
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toQuery__queryDescribe.html
75
lib/libtostoragedefinition.a
76
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toQuery__queryImpl.html
76
lib/libtostoragedefinition.la
77
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResult.html
77
lib/libtostoragedefinition.so
78
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultBar.html
78
lib/libtotemplate.a
79
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultCols.html
79
lib/libtotemplate.la
80
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultColsComment.html
80
lib/libtotemplate.so
81
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultCols__resultCols.html
81
lib/libtotemporary.a
82
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultCols__resultColsEdit.html
82
lib/libtotemporary.la
83
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultCombo.html
83
lib/libtotemporary.so
84
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultConstraint.html
84
lib/libtotuning.a
85
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultContent.html
85
lib/libtotuning.la
86
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultContentEditor.html
86
lib/libtotuning.so
87
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultContentEditor__contentItem.html
87
lib/libtowidget.a
88
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultContentMemo.html
88
lib/libtowidget.la
89
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultContentSingle.html
89
lib/libtowidget.so
90
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultDepend.html
90
lib/libtoworksheet.a
91
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultField.html
91
lib/libtoworksheet.la
92
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultFilter.html
92
lib/libtoworksheet.so
93
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultIndexes.html
93
lib/log4plsql.tpl
94
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultItem.html
94
lib/sqlfunctions.tpl
95
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultLabel.html
96
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultLine.html
97
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultListFormat.html
98
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultLong.html
99
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultObject.html
100
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultPie.html
101
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultPlan.html
102
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultReferences.html
103
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultResources.html
104
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultStats.html
105
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultView.html
106
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultViewCheck.html
107
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultViewCheck__keyData.html
108
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultViewItem.html
109
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultViewItem__keyData.html
110
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultViewMLCheck.html
111
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toResultViewMLine.html
112
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toSGAStatement.html
113
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toSMTP.html
114
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toSQL.html
115
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toSQLParse.html
116
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toSQLParse__editorTokenizer.html
117
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toSQLParse__settings.html
118
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toSQLParse__statement.html
119
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toSQLParse__stringTokenizer.html
120
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toSQLParse__tokenizer.html
121
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toSQL__definition.html
122
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toSQL__version.html
123
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toSemaphore.html
124
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toSettingTab.html
125
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toSyntaxAnalyzer.html
126
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toSyntaxAnalyzer__highlightInfo.html
127
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toSyntaxAnalyzer__posibleHit.html
128
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toTabBar.html
129
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toTabBar__barTab.html
130
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toTabWidget.html
131
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toTask.html
132
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toTemplate.html
133
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toTemplateItem.html
134
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toTemplateProvider.html
135
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toTemplateSQL.html
136
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toTemplateSQLObject.html
137
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toTemplateText.html
138
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toTextView.html
139
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toThread.html
140
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toThread__taskRunner.html
141
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toTimer.html
142
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toTool.html
143
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toToolWidget.html
144
%%PORTDOCS%%%%DOCSDIR%%/help/api/full-list-toVisualize.html
145
%%PORTDOCS%%%%DOCSDIR%%/help/api/header-list.html
146
%%PORTDOCS%%%%DOCSDIR%%/help/api/hier.html
147
%%PORTDOCS%%%%DOCSDIR%%/help/api/index-long.html
148
%%PORTDOCS%%%%DOCSDIR%%/help/api/index.html
149
%%PORTDOCS%%%%DOCSDIR%%/help/api/toBackground.html
150
%%PORTDOCS%%%%DOCSDIR%%/help/api/toBarChart.html
151
%%PORTDOCS%%%%DOCSDIR%%/help/api/toBusy.html
152
%%PORTDOCS%%%%DOCSDIR%%/help/api/toChangeConnection.html
153
%%PORTDOCS%%%%DOCSDIR%%/help/api/toConnection.html
154
%%PORTDOCS%%%%DOCSDIR%%/help/api/toConnectionProvider.html
155
%%PORTDOCS%%%%DOCSDIR%%/help/api/toConnectionSub.html
156
%%PORTDOCS%%%%DOCSDIR%%/help/api/toConnectionWidget.html
157
%%PORTDOCS%%%%DOCSDIR%%/help/api/toConnection__cacheObjects.html
158
%%PORTDOCS%%%%DOCSDIR%%/help/api/toConnection__connectionImpl.html
159
%%PORTDOCS%%%%DOCSDIR%%/help/api/toConnection__exception.html
160
%%PORTDOCS%%%%DOCSDIR%%/help/api/toConnection__objectName.html
161
%%PORTDOCS%%%%DOCSDIR%%/help/api/toDatatype.html
162
%%PORTDOCS%%%%DOCSDIR%%/help/api/toEditWidget.html
163
%%PORTDOCS%%%%DOCSDIR%%/help/api/toEditWidget__editHandler.html
164
%%PORTDOCS%%%%DOCSDIR%%/help/api/toExtract.html
165
%%PORTDOCS%%%%DOCSDIR%%/help/api/toExtract__columnInfo.html
166
%%PORTDOCS%%%%DOCSDIR%%/help/api/toExtract__datatype.html
167
%%PORTDOCS%%%%DOCSDIR%%/help/api/toExtract__extractor.html
168
%%PORTDOCS%%%%DOCSDIR%%/help/api/toFilesize.html
169
%%PORTDOCS%%%%DOCSDIR%%/help/api/toHelp.html
170
%%PORTDOCS%%%%DOCSDIR%%/help/api/toHelpBrowser.html
171
%%PORTDOCS%%%%DOCSDIR%%/help/api/toHelpContext.html
172
%%PORTDOCS%%%%DOCSDIR%%/help/api/toHelpTool.html
173
%%PORTDOCS%%%%DOCSDIR%%/help/api/toHighlightedText.html
174
%%PORTDOCS%%%%DOCSDIR%%/help/api/toHtml.html
175
%%PORTDOCS%%%%DOCSDIR%%/help/api/toLegendChart.html
176
%%PORTDOCS%%%%DOCSDIR%%/help/api/toLineChart.html
177
%%PORTDOCS%%%%DOCSDIR%%/help/api/toListView.html
178
%%PORTDOCS%%%%DOCSDIR%%/help/api/toLock.html
179
%%PORTDOCS%%%%DOCSDIR%%/help/api/toLocker.html
180
%%PORTDOCS%%%%DOCSDIR%%/help/api/toMain.html
181
%%PORTDOCS%%%%DOCSDIR%%/help/api/toMainWindow.html
182
%%PORTDOCS%%%%DOCSDIR%%/help/api/toMarkedText.html
183
%%PORTDOCS%%%%DOCSDIR%%/help/api/toMemoEditor.html
184
%%PORTDOCS%%%%DOCSDIR%%/help/api/toMultiLineEdit.html
185
%%PORTDOCS%%%%DOCSDIR%%/help/api/toNoBlockQuery.html
186
%%PORTDOCS%%%%DOCSDIR%%/help/api/toNoBlockQuery__queryTask.html
187
%%PORTDOCS%%%%DOCSDIR%%/help/api/toParamGet.html
188
%%PORTDOCS%%%%DOCSDIR%%/help/api/toParamGetButton.html
189
%%PORTDOCS%%%%DOCSDIR%%/help/api/toPieChart.html
190
%%PORTDOCS%%%%DOCSDIR%%/help/api/toPieConnector.html
191
%%PORTDOCS%%%%DOCSDIR%%/help/api/toPopupButton.html
192
%%PORTDOCS%%%%DOCSDIR%%/help/api/toQValue.html
193
%%PORTDOCS%%%%DOCSDIR%%/help/api/toQValue__queryValue.html
194
%%PORTDOCS%%%%DOCSDIR%%/help/api/toQuery.html
195
%%PORTDOCS%%%%DOCSDIR%%/help/api/toQuery__queryDescribe.html
196
%%PORTDOCS%%%%DOCSDIR%%/help/api/toQuery__queryImpl.html
197
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResult.html
198
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultBar.html
199
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultCols.html
200
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultColsComment.html
201
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultCols__resultCols.html
202
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultCols__resultColsEdit.html
203
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultCombo.html
204
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultConstraint.html
205
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultContent.html
206
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultContentEditor.html
207
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultContentEditor__contentItem.html
208
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultContentMemo.html
209
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultContentSingle.html
210
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultDepend.html
211
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultField.html
212
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultFilter.html
213
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultIndexes.html
214
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultItem.html
215
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultLabel.html
216
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultLine.html
217
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultListFormat.html
218
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultLong.html
219
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultObject.html
220
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultPie.html
221
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultPlan.html
222
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultReferences.html
223
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultResources.html
224
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultStats.html
225
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultView.html
226
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultViewCheck.html
227
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultViewCheck__keyData.html
228
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultViewItem.html
229
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultViewItem__keyData.html
230
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultViewMLCheck.html
231
%%PORTDOCS%%%%DOCSDIR%%/help/api/toResultViewMLine.html
232
%%PORTDOCS%%%%DOCSDIR%%/help/api/toSGAStatement.html
233
%%PORTDOCS%%%%DOCSDIR%%/help/api/toSMTP.html
234
%%PORTDOCS%%%%DOCSDIR%%/help/api/toSQL.html
235
%%PORTDOCS%%%%DOCSDIR%%/help/api/toSQLParse.html
236
%%PORTDOCS%%%%DOCSDIR%%/help/api/toSQLParse__editorTokenizer.html
237
%%PORTDOCS%%%%DOCSDIR%%/help/api/toSQLParse__settings.html
238
%%PORTDOCS%%%%DOCSDIR%%/help/api/toSQLParse__statement.html
239
%%PORTDOCS%%%%DOCSDIR%%/help/api/toSQLParse__stringTokenizer.html
240
%%PORTDOCS%%%%DOCSDIR%%/help/api/toSQLParse__tokenizer.html
241
%%PORTDOCS%%%%DOCSDIR%%/help/api/toSQL__definition.html
242
%%PORTDOCS%%%%DOCSDIR%%/help/api/toSQL__version.html
243
%%PORTDOCS%%%%DOCSDIR%%/help/api/toSemaphore.html
244
%%PORTDOCS%%%%DOCSDIR%%/help/api/toSettingTab.html
245
%%PORTDOCS%%%%DOCSDIR%%/help/api/toSyntaxAnalyzer.html
246
%%PORTDOCS%%%%DOCSDIR%%/help/api/toSyntaxAnalyzer__highlightInfo.html
247
%%PORTDOCS%%%%DOCSDIR%%/help/api/toSyntaxAnalyzer__posibleHit.html
248
%%PORTDOCS%%%%DOCSDIR%%/help/api/toTabBar.html
249
%%PORTDOCS%%%%DOCSDIR%%/help/api/toTabBar__barTab.html
250
%%PORTDOCS%%%%DOCSDIR%%/help/api/toTabWidget.html
251
%%PORTDOCS%%%%DOCSDIR%%/help/api/toTask.html
252
%%PORTDOCS%%%%DOCSDIR%%/help/api/toTemplate.html
253
%%PORTDOCS%%%%DOCSDIR%%/help/api/toTemplateItem.html
254
%%PORTDOCS%%%%DOCSDIR%%/help/api/toTemplateProvider.html
255
%%PORTDOCS%%%%DOCSDIR%%/help/api/toTemplateSQL.html
256
%%PORTDOCS%%%%DOCSDIR%%/help/api/toTemplateSQLObject.html
257
%%PORTDOCS%%%%DOCSDIR%%/help/api/toTemplateText.html
258
%%PORTDOCS%%%%DOCSDIR%%/help/api/toTextView.html
259
%%PORTDOCS%%%%DOCSDIR%%/help/api/toThread.html
260
%%PORTDOCS%%%%DOCSDIR%%/help/api/toThread__taskRunner.html
261
%%PORTDOCS%%%%DOCSDIR%%/help/api/toTimer.html
262
%%PORTDOCS%%%%DOCSDIR%%/help/api/toTool.html
263
%%PORTDOCS%%%%DOCSDIR%%/help/api/toToolWidget.html
264
%%PORTDOCS%%%%DOCSDIR%%/help/api/toVisualize.html
265
%%PORTDOCS%%%%DOCSDIR%%/help/api/tobackground_h.html
266
%%PORTDOCS%%%%DOCSDIR%%/help/api/tobarchart_h.html
267
%%PORTDOCS%%%%DOCSDIR%%/help/api/tochangeconnection_h.html
268
%%PORTDOCS%%%%DOCSDIR%%/help/api/toconf_h.html
269
%%PORTDOCS%%%%DOCSDIR%%/help/api/toconnection_h.html
270
%%PORTDOCS%%%%DOCSDIR%%/help/api/todatatype_h.html
271
%%PORTDOCS%%%%DOCSDIR%%/help/api/todefaultkeywords_h.html
272
%%PORTDOCS%%%%DOCSDIR%%/help/api/toeditwidget_h.html
273
%%PORTDOCS%%%%DOCSDIR%%/help/api/toextract_h.html
274
%%PORTDOCS%%%%DOCSDIR%%/help/api/tofilesize_h.html
275
%%PORTDOCS%%%%DOCSDIR%%/help/api/tohelp_h.html
276
%%PORTDOCS%%%%DOCSDIR%%/help/api/tohelpbrowser_h.html
277
%%PORTDOCS%%%%DOCSDIR%%/help/api/tohighlightedtext_h.html
278
%%PORTDOCS%%%%DOCSDIR%%/help/api/tohtml_h.html
279
%%PORTDOCS%%%%DOCSDIR%%/help/api/tolegendchart_h.html
280
%%PORTDOCS%%%%DOCSDIR%%/help/api/tolinechart_h.html
281
%%PORTDOCS%%%%DOCSDIR%%/help/api/tomain_h.html
282
%%PORTDOCS%%%%DOCSDIR%%/help/api/tomainwindow_kde_h.html
283
%%PORTDOCS%%%%DOCSDIR%%/help/api/tomarkedtext_2_h.html
284
%%PORTDOCS%%%%DOCSDIR%%/help/api/tomarkedtext_h.html
285
%%PORTDOCS%%%%DOCSDIR%%/help/api/tomemoeditor_h.html
286
%%PORTDOCS%%%%DOCSDIR%%/help/api/tonoblockquery_h.html
287
%%PORTDOCS%%%%DOCSDIR%%/help/api/toparamget_h.html
288
%%PORTDOCS%%%%DOCSDIR%%/help/api/topiechart_h.html
289
%%PORTDOCS%%%%DOCSDIR%%/help/api/toqvalue_h.html
290
%%PORTDOCS%%%%DOCSDIR%%/help/api/toreport_h.html
291
%%PORTDOCS%%%%DOCSDIR%%/help/api/toresult_h.html
292
%%PORTDOCS%%%%DOCSDIR%%/help/api/toresultbar_h.html
293
%%PORTDOCS%%%%DOCSDIR%%/help/api/toresultcols_h.html
294
%%PORTDOCS%%%%DOCSDIR%%/help/api/toresultcombo_h.html
295
%%PORTDOCS%%%%DOCSDIR%%/help/api/toresultconstraint_h.html
296
%%PORTDOCS%%%%DOCSDIR%%/help/api/toresultcontent_h.html
297
%%PORTDOCS%%%%DOCSDIR%%/help/api/toresultdepend_h.html
298
%%PORTDOCS%%%%DOCSDIR%%/help/api/toresultfield_h.html
299
%%PORTDOCS%%%%DOCSDIR%%/help/api/toresultindexes_h.html
300
%%PORTDOCS%%%%DOCSDIR%%/help/api/toresultitem_h.html
301
%%PORTDOCS%%%%DOCSDIR%%/help/api/toresultlabel_h.html
302
%%PORTDOCS%%%%DOCSDIR%%/help/api/toresultline_h.html
303
%%PORTDOCS%%%%DOCSDIR%%/help/api/toresultlong_h.html
304
%%PORTDOCS%%%%DOCSDIR%%/help/api/toresultpie_h.html
305
%%PORTDOCS%%%%DOCSDIR%%/help/api/toresultplan_h.html
306
%%PORTDOCS%%%%DOCSDIR%%/help/api/toresultreferences_h.html
307
%%PORTDOCS%%%%DOCSDIR%%/help/api/toresultresources_h.html
308
%%PORTDOCS%%%%DOCSDIR%%/help/api/toresultstats_h.html
309
%%PORTDOCS%%%%DOCSDIR%%/help/api/toresultview_h.html
310
%%PORTDOCS%%%%DOCSDIR%%/help/api/tosgastatement_h.html
311
%%PORTDOCS%%%%DOCSDIR%%/help/api/tosmtp_h.html
312
%%PORTDOCS%%%%DOCSDIR%%/help/api/tosql_h.html
313
%%PORTDOCS%%%%DOCSDIR%%/help/api/tosqlparse_h.html
314
%%PORTDOCS%%%%DOCSDIR%%/help/api/totabwidget_h.html
315
%%PORTDOCS%%%%DOCSDIR%%/help/api/totemplate_h.html
316
%%PORTDOCS%%%%DOCSDIR%%/help/api/totextview_h.html
317
%%PORTDOCS%%%%DOCSDIR%%/help/api/tothread_h.html
318
%%PORTDOCS%%%%DOCSDIR%%/help/api/totool_h.html
319
%%PORTDOCS%%%%DOCSDIR%%/help/api/tovisualize_h.html
320
%%PORTDOCS%%%%DOCSDIR%%/help/api/utils_h.html
321
%%PORTDOCS%%%%DOCSDIR%%/help/browser.html
322
%%PORTDOCS%%%%DOCSDIR%%/help/common.html
323
%%PORTDOCS%%%%DOCSDIR%%/help/current.html
324
%%PORTDOCS%%%%DOCSDIR%%/help/database.html
325
%%PORTDOCS%%%%DOCSDIR%%/help/debugger.html
326
%%PORTDOCS%%%%DOCSDIR%%/help/editors.html
327
%%PORTDOCS%%%%DOCSDIR%%/help/extendingtora.html
328
%%PORTDOCS%%%%DOCSDIR%%/help/externalapi.html
329
%%PORTDOCS%%%%DOCSDIR%%/help/fonts.html
330
%%PORTDOCS%%%%DOCSDIR%%/help/help.html
331
%%PORTDOCS%%%%DOCSDIR%%/help/history.html
332
%%PORTDOCS%%%%DOCSDIR%%/help/images/additionalhelp.png
333
%%PORTDOCS%%%%DOCSDIR%%/help/images/addwatch.png
334
%%PORTDOCS%%%%DOCSDIR%%/help/images/alert.png
335
%%PORTDOCS%%%%DOCSDIR%%/help/images/analyze.png
336
%%PORTDOCS%%%%DOCSDIR%%/help/images/browser.png
337
%%PORTDOCS%%%%DOCSDIR%%/help/images/browserfilter.png
338
%%PORTDOCS%%%%DOCSDIR%%/help/images/changewatch.png
339
%%PORTDOCS%%%%DOCSDIR%%/help/images/charts.png
340
%%PORTDOCS%%%%DOCSDIR%%/help/images/chartsetup.png
341
%%PORTDOCS%%%%DOCSDIR%%/help/images/contentfilter.png
342
%%PORTDOCS%%%%DOCSDIR%%/help/images/current.png
343
%%PORTDOCS%%%%DOCSDIR%%/help/images/database.png
344
%%PORTDOCS%%%%DOCSDIR%%/help/images/debugger.png
345
%%PORTDOCS%%%%DOCSDIR%%/help/images/describe.png
346
%%PORTDOCS%%%%DOCSDIR%%/help/images/difference.png
347
%%PORTDOCS%%%%DOCSDIR%%/help/images/editmenu.png
348
%%PORTDOCS%%%%DOCSDIR%%/help/images/filemenu.png
349
%%PORTDOCS%%%%DOCSDIR%%/help/images/fonts.png
350
%%PORTDOCS%%%%DOCSDIR%%/help/images/getparam.png
351
%%PORTDOCS%%%%DOCSDIR%%/help/images/help.png
352
%%PORTDOCS%%%%DOCSDIR%%/help/images/helpmenu.png
353
%%PORTDOCS%%%%DOCSDIR%%/help/images/invalid.png
354
%%PORTDOCS%%%%DOCSDIR%%/help/images/largelogo.png
355
%%PORTDOCS%%%%DOCSDIR%%/help/images/lists.png
356
%%PORTDOCS%%%%DOCSDIR%%/help/images/memo.png
357
%%PORTDOCS%%%%DOCSDIR%%/help/images/newconnection.png
358
%%PORTDOCS%%%%DOCSDIR%%/help/images/oracle.png
359
%%PORTDOCS%%%%DOCSDIR%%/help/images/output.png
360
%%PORTDOCS%%%%DOCSDIR%%/help/images/pfileeditor.png
361
%%PORTDOCS%%%%DOCSDIR%%/help/images/preferences.png
362
%%PORTDOCS%%%%DOCSDIR%%/help/images/priviledges.png
363
%%PORTDOCS%%%%DOCSDIR%%/help/images/quota.png
364
%%PORTDOCS%%%%DOCSDIR%%/help/images/resize.png
365
%%PORTDOCS%%%%DOCSDIR%%/help/images/rollback.png
366
%%PORTDOCS%%%%DOCSDIR%%/help/images/rollbacksetup.png
367
%%PORTDOCS%%%%DOCSDIR%%/help/images/script.png
368
%%PORTDOCS%%%%DOCSDIR%%/help/images/searchreplace.png
369
%%PORTDOCS%%%%DOCSDIR%%/help/images/security.png
370
%%PORTDOCS%%%%DOCSDIR%%/help/images/session.png
371
%%PORTDOCS%%%%DOCSDIR%%/help/images/sgastatement.png
372
%%PORTDOCS%%%%DOCSDIR%%/help/images/sgatrace.png
373
%%PORTDOCS%%%%DOCSDIR%%/help/images/sqledit.png
374
%%PORTDOCS%%%%DOCSDIR%%/help/images/storage.png
375
%%PORTDOCS%%%%DOCSDIR%%/help/images/template.png
376
%%PORTDOCS%%%%DOCSDIR%%/help/images/templateeditor.png
377
%%PORTDOCS%%%%DOCSDIR%%/help/images/templatesetup.png
378
%%PORTDOCS%%%%DOCSDIR%%/help/images/toolbar.png
379
%%PORTDOCS%%%%DOCSDIR%%/help/images/tools.png
380
%%PORTDOCS%%%%DOCSDIR%%/help/images/toolsmenu.png
381
%%PORTDOCS%%%%DOCSDIR%%/help/images/tuning.png
382
%%PORTDOCS%%%%DOCSDIR%%/help/images/visualize.png
383
%%PORTDOCS%%%%DOCSDIR%%/help/images/windowsmenu.png
384
%%PORTDOCS%%%%DOCSDIR%%/help/images/worksheet.png
385
%%PORTDOCS%%%%DOCSDIR%%/help/images/worksheetsetup.png
386
%%PORTDOCS%%%%DOCSDIR%%/help/images/workspace.png
387
%%PORTDOCS%%%%DOCSDIR%%/help/index.html
388
%%PORTDOCS%%%%DOCSDIR%%/help/invalid.html
389
%%PORTDOCS%%%%DOCSDIR%%/help/lists.html
390
%%PORTDOCS%%%%DOCSDIR%%/help/newconnection.html
391
%%PORTDOCS%%%%DOCSDIR%%/help/output.html
392
%%PORTDOCS%%%%DOCSDIR%%/help/preferences.html
393
%%PORTDOCS%%%%DOCSDIR%%/help/preferences.html.bak
394
%%PORTDOCS%%%%DOCSDIR%%/help/rollback.html
395
%%PORTDOCS%%%%DOCSDIR%%/help/script.html
396
%%PORTDOCS%%%%DOCSDIR%%/help/searchreplace.html
397
%%PORTDOCS%%%%DOCSDIR%%/help/security.html
398
%%PORTDOCS%%%%DOCSDIR%%/help/session.html
399
%%PORTDOCS%%%%DOCSDIR%%/help/sqledit.html
400
%%PORTDOCS%%%%DOCSDIR%%/help/storage.html
401
%%PORTDOCS%%%%DOCSDIR%%/help/template.html
402
%%PORTDOCS%%%%DOCSDIR%%/help/toc.html
403
%%PORTDOCS%%%%DOCSDIR%%/help/tools.html
404
%%PORTDOCS%%%%DOCSDIR%%/help/toolsetting.html
405
%%PORTDOCS%%%%DOCSDIR%%/help/trace.html
406
%%PORTDOCS%%%%DOCSDIR%%/help/tuning.html
407
%%PORTDOCS%%%%DOCSDIR%%/help/window.html
408
%%PORTDOCS%%%%DOCSDIR%%/help/worksheet.html
409
%%PORTDOCS%%%%DOCSDIR%%/help/workspace.html
410
%%PORTDOCS%%@dirrm %%DOCSDIR%%/help/images
411
%%PORTDOCS%%@dirrm %%DOCSDIR%%/help/api
412
%%PORTDOCS%%@dirrm %%DOCSDIR%%/help

Return to bug 116673