diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2003-01-07 01:06:07 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2003-01-07 01:06:07 +0000 |
commit | 3c36009a3aee5825b571e537bd6748ab1c0b6d7d (patch) | |
tree | dc4d0a31b7ce223d8c62c9b1702936818584655f /databases/db44 | |
parent | 0272680e31a5f6e70a50e7d307a80b82d4b5ee72 (diff) | |
download | ports-3c36009a3aee5825b571e537bd6748ab1c0b6d7d.tar.gz ports-3c36009a3aee5825b571e537bd6748ab1c0b6d7d.zip |
Notes
Diffstat (limited to 'databases/db44')
-rw-r--r-- | databases/db44/Makefile | 12 | ||||
-rw-r--r-- | databases/db44/distinfo | 2 | ||||
-rw-r--r-- | databases/db44/files/patch-dist::Makefile.in | 78 | ||||
-rw-r--r-- | databases/db44/files/patch-dist::configure | 2 | ||||
-rw-r--r-- | databases/db44/pkg-comment | 2 | ||||
-rw-r--r-- | databases/db44/pkg-descr | 4 | ||||
-rw-r--r-- | databases/db44/pkg-plist | 1867 |
7 files changed, 1020 insertions, 947 deletions
diff --git a/databases/db44/Makefile b/databases/db44/Makefile index d2fde8bf6cbc..954fb2a818dc 100644 --- a/databases/db44/Makefile +++ b/databases/db44/Makefile @@ -1,14 +1,12 @@ # ports collection makefile for: Berkeley DB v4 -# Date created: 16 August 2000 -# Whom: Sergey Osokin aka oZZ <ozz@FreeBSD.org.ru> +# Date created: 2003-01-04 +# Whom: Matthias Andree <matthias.andree@web.de> # # $FreeBSD$ # -PORTNAME= db4 -PORTVERSION= 4.0.14 -PORTREVISION= 1 -PORTEPOCH= 1 +PORTNAME= db41 +PORTVERSION= 4.1.25 CATEGORIES= databases MASTER_SITES= http://www.sleepycat.com/update/snapshot/ DISTNAME= db-${PORTVERSION} @@ -27,7 +25,7 @@ CONFIGURE_SCRIPT= ../dist/configure CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-compat185 --enable-dump185 \ --enable-cxx --enable-dynamic \ - --includedir=${PREFIX}/include/db4 + --includedir=${PREFIX}/include/db41 INSTALLS_SHLIB= yes .if !defined(NOPORTDOCS) diff --git a/databases/db44/distinfo b/databases/db44/distinfo index 09f3d6b59aec..2dc57c5d26c6 100644 --- a/databases/db44/distinfo +++ b/databases/db44/distinfo @@ -1 +1 @@ -MD5 (bdb/db-4.0.14.tar.gz) = 12262c64fcd64b772e7cffad8e4d0ebc +MD5 (bdb/db-4.1.25.tar.gz) = df71961002b552c0e72c6e4e358f27e1 diff --git a/databases/db44/files/patch-dist::Makefile.in b/databases/db44/files/patch-dist::Makefile.in index cf1f67e21a73..9809860f6b47 100644 --- a/databases/db44/files/patch-dist::Makefile.in +++ b/databases/db44/files/patch-dist::Makefile.in @@ -1,11 +1,11 @@ ---- ../dist/Makefile.in.orig Sat Nov 10 07:48:45 2001 -+++ ../dist/Makefile.in Sat Nov 9 17:36:00 2002 +--- ../dist/Makefile.in.orig Sat Aug 31 03:11:56 2002 ++++ ../dist/Makefile.in Sat Dec 28 01:15:46 2002 @@ -11,7 +11,7 @@ bindir= @bindir@ includedir=@includedir@ libdir= @libdir@ -docdir= $(prefix)/docs -+docdir= $(prefix)/share/doc/db4 ++docdir= $(prefix)/share/doc/db41 dmode= 755 emode= 555 @@ -17,7 +17,7 @@ SOVERSION= @DB_VERSION_MAJOR@.@DB_VERSION_MINOR@ ################################################## -@@ -60,13 +61,13 @@ +@@ -59,13 +60,13 @@ LIBS= @LIBS@ LIBSO_LIBS= @LIBSO_LIBS@ @@ -26,8 +26,8 @@ -libso= $(libso_base)-$(SOVERSION).@SOSUFFIX@ -libso_static= $(libso_base)-$(SOVERSION).a -libso_target= $(libso_base)-$(SOVERSION).la -+libdb= libdb4.a -+libso_base= libdb4 ++libdb= libdb41.a ++libso_base= libdb41 +libso= $(libso_base).@SOSUFFIX@ +libso_static= $(libso_base).a +libso_target= $(libso_base).la @@ -37,7 +37,7 @@ ################################################## # C++ API. -@@ -79,13 +80,13 @@ +@@ -78,13 +79,13 @@ XSOLINK= @MAKEFILE_XSOLINK@ LIBXSO_LIBS= @LIBXSO_LIBS@ @@ -46,8 +46,8 @@ -libxso= $(libxso_base)-$(SOVERSION).@SOSUFFIX@ -libxso_static= $(libxso_base)-$(SOVERSION).a -libxso_target= $(libxso_base)-$(SOVERSION).la -+libcxx= libdb4_cxx.a -+libxso_base= libdb4_cxx ++libcxx= libdb41_cxx.a ++libxso_base= libdb41_cxx +libxso= $(libxso_base).@SOSUFFIX@ +libxso_static= $(libxso_base).a +libxso_target= $(libxso_base).la @@ -57,83 +57,83 @@ ################################################## # Java API. -@@ -235,8 +236,8 @@ - db_server_proc@o@ db_server_svc@o@ db_server_util@o@ gen_db_server@o@ +@@ -364,8 +365,8 @@ UTIL_PROGS=\ -- @ADDITIONAL_PROGS@ db_archive db_checkpoint db_deadlock \ + @ADDITIONAL_PROGS@ \ +- db_archive db_checkpoint db_deadlock \ - db_dump db_load db_printlog db_recover db_stat db_upgrade db_verify -+ @ADDITIONAL_PROGS@ db4_archive db4_checkpoint db4_deadlock \ -+ db4_dump db4_load db4_printlog db4_recover db4_stat db4_upgrade db4_verify ++ db41_archive db41_checkpoint db41_deadlock \ ++ db41_dump db41_load db41_printlog db41_recover db41_stat db41_upgrade db41_verify ################################################## # List of files installed into the library directory. -@@ -330,53 +331,53 @@ - $(RPC_SRV_OBJS) util_log@o@ $(DEF_LIB) $(LIBS) - $(POSTLINK) $@ +@@ -481,53 +482,53 @@ + echo >> $@ exec java com.sleepycat.db.rpcserver.DbServer \$$@ + chmod +x $@ -db_archive: db_archive@o@ util_sig@o@ $(DEF_LIB) -+db4_archive: db_archive@o@ util_sig@o@ $(DEF_LIB) ++db41_archive: db_archive@o@ util_sig@o@ $(DEF_LIB) $(CCLINK) -o $@ $(LDFLAGS) \ db_archive@o@ util_sig@o@ $(DEF_LIB) $(LIBS) $(POSTLINK) $@ -db_checkpoint: db_checkpoint@o@ util_log@o@ util_sig@o@ $(DEF_LIB) -+db4_checkpoint: db_checkpoint@o@ util_log@o@ util_sig@o@ $(DEF_LIB) ++db41_checkpoint: db_checkpoint@o@ util_log@o@ util_sig@o@ $(DEF_LIB) $(CCLINK) -o $@ $(LDFLAGS) \ db_checkpoint@o@ util_log@o@ util_sig@o@ $(DEF_LIB) $(LIBS) $(POSTLINK) $@ -db_deadlock: db_deadlock@o@ util_log@o@ util_sig@o@ $(DEF_LIB) -+db4_deadlock: db_deadlock@o@ util_log@o@ util_sig@o@ $(DEF_LIB) ++db41_deadlock: db_deadlock@o@ util_log@o@ util_sig@o@ $(DEF_LIB) $(CCLINK) -o $@ $(LDFLAGS) \ db_deadlock@o@ util_log@o@ util_sig@o@ $(DEF_LIB) $(LIBS) $(POSTLINK) $@ --db_dump: db_dump@o@ util_sig@o@ $(DEF_LIB) -+db4_dump: db_dump@o@ util_sig@o@ $(DEF_LIB) - $(CCLINK) -o $@ $(LDFLAGS) db_dump@o@ util_sig@o@ $(DEF_LIB) $(LIBS) +-db_dump: db_dump@o@ util_cache@o@ util_sig@o@ $(DEF_LIB) ++db41_dump: db_dump@o@ util_cache@o@ util_sig@o@ $(DEF_LIB) + $(CCLINK) -o $@ $(LDFLAGS) db_dump@o@ util_cache@o@ util_sig@o@ $(DEF_LIB) $(LIBS) $(POSTLINK) $@ --db_dump185: db_dump185@o@ @LIBOBJS@ -+db4_dump185: db_dump185@o@ @LIBOBJS@ - $(CCLINK) -o $@ $(LDFLAGS) db_dump185@o@ @LIBOBJS@ $(DB185LIB) +-db_dump185: db_dump185@o@ @LTLIBOBJS@ ++db41_dump185: db_dump185@o@ @LTLIBOBJS@ + $(CCLINK) -o $@ $(LDFLAGS) db_dump185@o@ @LTLIBOBJS@ $(DB185LIB) $(POSTLINK) $@ --db_load: db_load@o@ util_sig@o@ $(DEF_LIB) -+db4_load: db_load@o@ util_sig@o@ $(DEF_LIB) - $(CCLINK) -o $@ $(LDFLAGS) db_load@o@ util_sig@o@ $(DEF_LIB) $(LIBS) +-db_load: db_load@o@ util_cache@o@ util_sig@o@ $(DEF_LIB) ++db41_load: db_load@o@ util_cache@o@ util_sig@o@ $(DEF_LIB) + $(CCLINK) -o $@ $(LDFLAGS) db_load@o@ util_cache@o@ util_sig@o@ $(DEF_LIB) $(LIBS) $(POSTLINK) $@ -db_printlog: db_printlog@o@ util_sig@o@ $(DEF_LIB) -+db4_printlog: db_printlog@o@ util_sig@o@ $(DEF_LIB) ++db41_printlog: db_printlog@o@ util_sig@o@ $(DEF_LIB) $(CCLINK) -o $@ $(LDFLAGS) \ db_printlog@o@ util_sig@o@ $(DEF_LIB) $(LIBS) $(POSTLINK) $@ -db_recover: db_recover@o@ util_sig@o@ $(DEF_LIB) -+db4_recover: db_recover@o@ util_sig@o@ $(DEF_LIB) ++db41_recover: db_recover@o@ util_sig@o@ $(DEF_LIB) $(CCLINK) -o $@ $(LDFLAGS) \ db_recover@o@ util_sig@o@ $(DEF_LIB) $(LIBS) $(POSTLINK) $@ --db_stat: db_stat@o@ util_sig@o@ $(DEF_LIB) -+db4_stat: db_stat@o@ util_sig@o@ $(DEF_LIB) - $(CCLINK) -o $@ $(LDFLAGS) db_stat@o@ util_sig@o@ $(DEF_LIB) $(LIBS) +-db_stat: db_stat@o@ util_cache@o@ util_sig@o@ $(DEF_LIB) ++db41_stat: db_stat@o@ util_cache@o@ util_sig@o@ $(DEF_LIB) + $(CCLINK) -o $@ $(LDFLAGS) db_stat@o@ util_cache@o@ util_sig@o@ $(DEF_LIB) $(LIBS) $(POSTLINK) $@ -db_upgrade: db_upgrade@o@ util_sig@o@ $(DEF_LIB) -+db4_upgrade: db_upgrade@o@ util_sig@o@ $(DEF_LIB) ++db41_upgrade: db_upgrade@o@ util_sig@o@ $(DEF_LIB) $(CCLINK) -o $@ $(LDFLAGS) \ db_upgrade@o@ util_sig@o@ $(DEF_LIB) $(LIBS) $(POSTLINK) $@ --db_verify: db_verify@o@ util_sig@o@ $(DEF_LIB) -+db4_verify: db_verify@o@ util_sig@o@ $(DEF_LIB) +-db_verify: db_verify@o@ util_cache@o@ util_sig@o@ $(DEF_LIB) ++db41_verify: db_verify@o@ util_cache@o@ util_sig@o@ $(DEF_LIB) $(CCLINK) -o $@ $(LDFLAGS) \ - db_verify@o@ util_sig@o@ $(DEF_LIB) $(LIBS) + db_verify@o@ util_cache@o@ util_sig@o@ $(DEF_LIB) $(LIBS) $(POSTLINK) $@ -@@ -385,7 +386,7 @@ +@@ -536,7 +537,7 @@ # Library and standard utilities install. ################################################## library_install: install_setup diff --git a/databases/db44/files/patch-dist::configure b/databases/db44/files/patch-dist::configure index 4f2ed615df05..f6f65d26177e 100644 --- a/databases/db44/files/patch-dist::configure +++ b/databases/db44/files/patch-dist::configure @@ -18,7 +18,7 @@ # Optional utilities. if test "$db_cv_dump185" = "yes"; then - ADDITIONAL_PROGS="db_dump185 $ADDITIONAL_PROGS" -+ ADDITIONAL_PROGS="db4_dump185 $ADDITIONAL_PROGS" ++ ADDITIONAL_PROGS="db41_dump185 $ADDITIONAL_PROGS" fi # Checks for system/compiler characteristics. diff --git a/databases/db44/pkg-comment b/databases/db44/pkg-comment index 0ea96ff89521..b05d0796c232 100644 --- a/databases/db44/pkg-comment +++ b/databases/db44/pkg-comment @@ -1 +1 @@ -The Berkeley DB package, revision 4 +The Berkeley DB package, revision 4.1 diff --git a/databases/db44/pkg-descr b/databases/db44/pkg-descr index a47006d1fdee..0a5a6444ae49 100644 --- a/databases/db44/pkg-descr +++ b/databases/db44/pkg-descr @@ -1,6 +1,6 @@ -Revision 4 of the Berkeley DB library. This version uses an incompatible +Version 4.1 of the Berkeley DB library. This version uses an incompatible underlying database format than revision 1 and a different standard API. -Utilities are included in the distribution to convert v1.85 databases to v4 +Utilities are included in the distribution to convert v1.85 databases to v4.1 databases, and a backwards compatible API is provided to maintain compatibility with programs using the v1.85 interface. diff --git a/databases/db44/pkg-plist b/databases/db44/pkg-plist index 9acf173f91e1..17adecbc8ee9 100644 --- a/databases/db44/pkg-plist +++ b/databases/db44/pkg-plist @@ -1,896 +1,971 @@ -bin/db4_archive -bin/db4_checkpoint -bin/db4_deadlock -bin/db4_dump -bin/db4_dump185 -bin/db4_load -bin/db4_printlog -bin/db4_recover -bin/db4_stat -bin/db4_upgrade -bin/db4_verify -include/db4/cxx_common.h -include/db4/cxx_except.h -include/db4/db.h -include/db4/db_185.h -include/db4/db_cxx.h -lib/libdb4.a -lib/libdb4.so -lib/libdb4.so.0 -lib/libdb4_cxx.a -lib/libdb4_cxx.so -lib/libdb4_cxx.so.0 -%%PORTDOCS%%share/doc/db4/api_c/c_index.html -%%PORTDOCS%%share/doc/db4/api_c/c_pindex.html -%%PORTDOCS%%share/doc/db4/api_c/db_associate.html -%%PORTDOCS%%share/doc/db4/api_c/db_close.html -%%PORTDOCS%%share/doc/db4/api_c/db_create.html -%%PORTDOCS%%share/doc/db4/api_c/db_cursor.html -%%PORTDOCS%%share/doc/db4/api_c/db_del.html -%%PORTDOCS%%share/doc/db4/api_c/db_err.html -%%PORTDOCS%%share/doc/db4/api_c/db_fd.html -%%PORTDOCS%%share/doc/db4/api_c/db_get.html -%%PORTDOCS%%share/doc/db4/api_c/db_get_byteswapped.html -%%PORTDOCS%%share/doc/db4/api_c/db_get_type.html -%%PORTDOCS%%share/doc/db4/api_c/db_join.html -%%PORTDOCS%%share/doc/db4/api_c/db_key_range.html -%%PORTDOCS%%share/doc/db4/api_c/db_lsn.html -%%PORTDOCS%%share/doc/db4/api_c/db_open.html -%%PORTDOCS%%share/doc/db4/api_c/db_put.html -%%PORTDOCS%%share/doc/db4/api_c/db_remove.html -%%PORTDOCS%%share/doc/db4/api_c/db_rename.html -%%PORTDOCS%%share/doc/db4/api_c/db_set_alloc.html -%%PORTDOCS%%share/doc/db4/api_c/db_set_append_recno.html -%%PORTDOCS%%share/doc/db4/api_c/db_set_bt_compare.html -%%PORTDOCS%%share/doc/db4/api_c/db_set_bt_minkey.html -%%PORTDOCS%%share/doc/db4/api_c/db_set_bt_prefix.html -%%PORTDOCS%%share/doc/db4/api_c/db_set_cachesize.html -%%PORTDOCS%%share/doc/db4/api_c/db_set_dup_compare.html -%%PORTDOCS%%share/doc/db4/api_c/db_set_errcall.html -%%PORTDOCS%%share/doc/db4/api_c/db_set_errfile.html -%%PORTDOCS%%share/doc/db4/api_c/db_set_errpfx.html -%%PORTDOCS%%share/doc/db4/api_c/db_set_feedback.html -%%PORTDOCS%%share/doc/db4/api_c/db_set_flags.html -%%PORTDOCS%%share/doc/db4/api_c/db_set_h_ffactor.html -%%PORTDOCS%%share/doc/db4/api_c/db_set_h_hash.html -%%PORTDOCS%%share/doc/db4/api_c/db_set_h_nelem.html -%%PORTDOCS%%share/doc/db4/api_c/db_set_lorder.html -%%PORTDOCS%%share/doc/db4/api_c/db_set_pagesize.html -%%PORTDOCS%%share/doc/db4/api_c/db_set_paniccall.html -%%PORTDOCS%%share/doc/db4/api_c/db_set_q_extentsize.html -%%PORTDOCS%%share/doc/db4/api_c/db_set_re_delim.html -%%PORTDOCS%%share/doc/db4/api_c/db_set_re_len.html -%%PORTDOCS%%share/doc/db4/api_c/db_set_re_pad.html -%%PORTDOCS%%share/doc/db4/api_c/db_set_re_source.html -%%PORTDOCS%%share/doc/db4/api_c/db_stat.html -%%PORTDOCS%%share/doc/db4/api_c/db_sync.html -%%PORTDOCS%%share/doc/db4/api_c/db_truncate.html -%%PORTDOCS%%share/doc/db4/api_c/db_upgrade.html -%%PORTDOCS%%share/doc/db4/api_c/db_verify.html -%%PORTDOCS%%share/doc/db4/api_c/dbc_close.html -%%PORTDOCS%%share/doc/db4/api_c/dbc_count.html -%%PORTDOCS%%share/doc/db4/api_c/dbc_del.html -%%PORTDOCS%%share/doc/db4/api_c/dbc_dup.html -%%PORTDOCS%%share/doc/db4/api_c/dbc_get.html -%%PORTDOCS%%share/doc/db4/api_c/dbc_put.html -%%PORTDOCS%%share/doc/db4/api_c/dbm.html -%%PORTDOCS%%share/doc/db4/api_c/dbt.html -%%PORTDOCS%%share/doc/db4/api_c/dbt_bulk.html -%%PORTDOCS%%share/doc/db4/api_c/env_close.html -%%PORTDOCS%%share/doc/db4/api_c/env_create.html -%%PORTDOCS%%share/doc/db4/api_c/env_err.html -%%PORTDOCS%%share/doc/db4/api_c/env_open.html -%%PORTDOCS%%share/doc/db4/api_c/env_remove.html -%%PORTDOCS%%share/doc/db4/api_c/env_set_alloc.html -%%PORTDOCS%%share/doc/db4/api_c/env_set_cachesize.html -%%PORTDOCS%%share/doc/db4/api_c/env_set_data_dir.html -%%PORTDOCS%%share/doc/db4/api_c/env_set_errcall.html -%%PORTDOCS%%share/doc/db4/api_c/env_set_errfile.html -%%PORTDOCS%%share/doc/db4/api_c/env_set_errpfx.html -%%PORTDOCS%%share/doc/db4/api_c/env_set_feedback.html -%%PORTDOCS%%share/doc/db4/api_c/env_set_flags.html -%%PORTDOCS%%share/doc/db4/api_c/env_set_lg_bsize.html -%%PORTDOCS%%share/doc/db4/api_c/env_set_lg_dir.html -%%PORTDOCS%%share/doc/db4/api_c/env_set_lg_max.html -%%PORTDOCS%%share/doc/db4/api_c/env_set_lg_regionmax.html -%%PORTDOCS%%share/doc/db4/api_c/env_set_lk_conflicts.html -%%PORTDOCS%%share/doc/db4/api_c/env_set_lk_detect.html -%%PORTDOCS%%share/doc/db4/api_c/env_set_lk_max_lockers.html -%%PORTDOCS%%share/doc/db4/api_c/env_set_lk_max_locks.html -%%PORTDOCS%%share/doc/db4/api_c/env_set_lk_max_objects.html -%%PORTDOCS%%share/doc/db4/api_c/env_set_mp_mmapsize.html -%%PORTDOCS%%share/doc/db4/api_c/env_set_paniccall.html -%%PORTDOCS%%share/doc/db4/api_c/env_set_rec_init.html -%%PORTDOCS%%share/doc/db4/api_c/env_set_rpc_server.html -%%PORTDOCS%%share/doc/db4/api_c/env_set_shm_key.html -%%PORTDOCS%%share/doc/db4/api_c/env_set_tas_spins.html -%%PORTDOCS%%share/doc/db4/api_c/env_set_timeout.html -%%PORTDOCS%%share/doc/db4/api_c/env_set_tmp_dir.html -%%PORTDOCS%%share/doc/db4/api_c/env_set_tx_max.html -%%PORTDOCS%%share/doc/db4/api_c/env_set_tx_recover.html -%%PORTDOCS%%share/doc/db4/api_c/env_set_tx_timestamp.html -%%PORTDOCS%%share/doc/db4/api_c/env_set_verbose.html -%%PORTDOCS%%share/doc/db4/api_c/env_strerror.html -%%PORTDOCS%%share/doc/db4/api_c/env_version.html -%%PORTDOCS%%share/doc/db4/api_c/hsearch.html -%%PORTDOCS%%share/doc/db4/api_c/lock_detect.html -%%PORTDOCS%%share/doc/db4/api_c/lock_get.html -%%PORTDOCS%%share/doc/db4/api_c/lock_id.html -%%PORTDOCS%%share/doc/db4/api_c/lock_id_free.html -%%PORTDOCS%%share/doc/db4/api_c/lock_put.html -%%PORTDOCS%%share/doc/db4/api_c/lock_stat.html -%%PORTDOCS%%share/doc/db4/api_c/lock_vec.html -%%PORTDOCS%%share/doc/db4/api_c/log_archive.html -%%PORTDOCS%%share/doc/db4/api_c/log_compare.html -%%PORTDOCS%%share/doc/db4/api_c/log_cursor.html -%%PORTDOCS%%share/doc/db4/api_c/log_file.html -%%PORTDOCS%%share/doc/db4/api_c/log_flush.html -%%PORTDOCS%%share/doc/db4/api_c/log_put.html -%%PORTDOCS%%share/doc/db4/api_c/log_register.html -%%PORTDOCS%%share/doc/db4/api_c/log_stat.html -%%PORTDOCS%%share/doc/db4/api_c/log_unregister.html -%%PORTDOCS%%share/doc/db4/api_c/logc_close.html -%%PORTDOCS%%share/doc/db4/api_c/logc_get.html -%%PORTDOCS%%share/doc/db4/api_c/memp_fclose.html -%%PORTDOCS%%share/doc/db4/api_c/memp_fcreate.html -%%PORTDOCS%%share/doc/db4/api_c/memp_fget.html -%%PORTDOCS%%share/doc/db4/api_c/memp_fopen.html -%%PORTDOCS%%share/doc/db4/api_c/memp_fput.html -%%PORTDOCS%%share/doc/db4/api_c/memp_fset.html -%%PORTDOCS%%share/doc/db4/api_c/memp_fsync.html -%%PORTDOCS%%share/doc/db4/api_c/memp_register.html -%%PORTDOCS%%share/doc/db4/api_c/memp_set_clear_len.html -%%PORTDOCS%%share/doc/db4/api_c/memp_set_fileid.html -%%PORTDOCS%%share/doc/db4/api_c/memp_set_ftype.html -%%PORTDOCS%%share/doc/db4/api_c/memp_set_lsn_offset.html -%%PORTDOCS%%share/doc/db4/api_c/memp_set_pgcookie.html -%%PORTDOCS%%share/doc/db4/api_c/memp_stat.html -%%PORTDOCS%%share/doc/db4/api_c/memp_sync.html -%%PORTDOCS%%share/doc/db4/api_c/memp_trickle.html -%%PORTDOCS%%share/doc/db4/api_c/pindex.src -%%PORTDOCS%%share/doc/db4/api_c/rep_elect.html -%%PORTDOCS%%share/doc/db4/api_c/rep_message.html -%%PORTDOCS%%share/doc/db4/api_c/rep_start.html -%%PORTDOCS%%share/doc/db4/api_c/rep_transport.html -%%PORTDOCS%%share/doc/db4/api_c/set_func_close.html -%%PORTDOCS%%share/doc/db4/api_c/set_func_dirfree.html -%%PORTDOCS%%share/doc/db4/api_c/set_func_dirlist.html -%%PORTDOCS%%share/doc/db4/api_c/set_func_exists.html -%%PORTDOCS%%share/doc/db4/api_c/set_func_free.html -%%PORTDOCS%%share/doc/db4/api_c/set_func_fsync.html -%%PORTDOCS%%share/doc/db4/api_c/set_func_ioinfo.html -%%PORTDOCS%%share/doc/db4/api_c/set_func_malloc.html -%%PORTDOCS%%share/doc/db4/api_c/set_func_map.html -%%PORTDOCS%%share/doc/db4/api_c/set_func_open.html -%%PORTDOCS%%share/doc/db4/api_c/set_func_read.html -%%PORTDOCS%%share/doc/db4/api_c/set_func_realloc.html -%%PORTDOCS%%share/doc/db4/api_c/set_func_rename.html -%%PORTDOCS%%share/doc/db4/api_c/set_func_seek.html -%%PORTDOCS%%share/doc/db4/api_c/set_func_sleep.html -%%PORTDOCS%%share/doc/db4/api_c/set_func_unlink.html -%%PORTDOCS%%share/doc/db4/api_c/set_func_unmap.html -%%PORTDOCS%%share/doc/db4/api_c/set_func_write.html -%%PORTDOCS%%share/doc/db4/api_c/set_func_yield.html -%%PORTDOCS%%share/doc/db4/api_c/txn_abort.html -%%PORTDOCS%%share/doc/db4/api_c/txn_begin.html -%%PORTDOCS%%share/doc/db4/api_c/txn_checkpoint.html -%%PORTDOCS%%share/doc/db4/api_c/txn_commit.html -%%PORTDOCS%%share/doc/db4/api_c/txn_discard.html -%%PORTDOCS%%share/doc/db4/api_c/txn_id.html -%%PORTDOCS%%share/doc/db4/api_c/txn_prepare.html -%%PORTDOCS%%share/doc/db4/api_c/txn_recover.html -%%PORTDOCS%%share/doc/db4/api_c/txn_set_timeout.html -%%PORTDOCS%%share/doc/db4/api_c/txn_stat.html -%%PORTDOCS%%share/doc/db4/api_cxx/c_index.html -%%PORTDOCS%%share/doc/db4/api_cxx/cxx_pindex.html -%%PORTDOCS%%share/doc/db4/api_cxx/db_associate.html -%%PORTDOCS%%share/doc/db4/api_cxx/db_class.html -%%PORTDOCS%%share/doc/db4/api_cxx/db_close.html -%%PORTDOCS%%share/doc/db4/api_cxx/db_cursor.html -%%PORTDOCS%%share/doc/db4/api_cxx/db_del.html -%%PORTDOCS%%share/doc/db4/api_cxx/db_err.html -%%PORTDOCS%%share/doc/db4/api_cxx/db_fd.html -%%PORTDOCS%%share/doc/db4/api_cxx/db_get.html -%%PORTDOCS%%share/doc/db4/api_cxx/db_get_byteswapped.html -%%PORTDOCS%%share/doc/db4/api_cxx/db_get_type.html -%%PORTDOCS%%share/doc/db4/api_cxx/db_join.html -%%PORTDOCS%%share/doc/db4/api_cxx/db_key_range.html -%%PORTDOCS%%share/doc/db4/api_cxx/db_open.html -%%PORTDOCS%%share/doc/db4/api_cxx/db_put.html -%%PORTDOCS%%share/doc/db4/api_cxx/db_remove.html -%%PORTDOCS%%share/doc/db4/api_cxx/db_rename.html -%%PORTDOCS%%share/doc/db4/api_cxx/db_set_alloc.html -%%PORTDOCS%%share/doc/db4/api_cxx/db_set_append_recno.html -%%PORTDOCS%%share/doc/db4/api_cxx/db_set_bt_compare.html -%%PORTDOCS%%share/doc/db4/api_cxx/db_set_bt_minkey.html -%%PORTDOCS%%share/doc/db4/api_cxx/db_set_bt_prefix.html -%%PORTDOCS%%share/doc/db4/api_cxx/db_set_cachesize.html -%%PORTDOCS%%share/doc/db4/api_cxx/db_set_dup_compare.html -%%PORTDOCS%%share/doc/db4/api_cxx/db_set_errcall.html -%%PORTDOCS%%share/doc/db4/api_cxx/db_set_errfile.html -%%PORTDOCS%%share/doc/db4/api_cxx/db_set_errpfx.html -%%PORTDOCS%%share/doc/db4/api_cxx/db_set_feedback.html -%%PORTDOCS%%share/doc/db4/api_cxx/db_set_flags.html -%%PORTDOCS%%share/doc/db4/api_cxx/db_set_h_ffactor.html -%%PORTDOCS%%share/doc/db4/api_cxx/db_set_h_hash.html -%%PORTDOCS%%share/doc/db4/api_cxx/db_set_h_nelem.html -%%PORTDOCS%%share/doc/db4/api_cxx/db_set_lorder.html -%%PORTDOCS%%share/doc/db4/api_cxx/db_set_pagesize.html -%%PORTDOCS%%share/doc/db4/api_cxx/db_set_paniccall.html -%%PORTDOCS%%share/doc/db4/api_cxx/db_set_q_extentsize.html -%%PORTDOCS%%share/doc/db4/api_cxx/db_set_re_delim.html -%%PORTDOCS%%share/doc/db4/api_cxx/db_set_re_len.html -%%PORTDOCS%%share/doc/db4/api_cxx/db_set_re_pad.html -%%PORTDOCS%%share/doc/db4/api_cxx/db_set_re_source.html -%%PORTDOCS%%share/doc/db4/api_cxx/db_stat.html -%%PORTDOCS%%share/doc/db4/api_cxx/db_sync.html -%%PORTDOCS%%share/doc/db4/api_cxx/db_truncate.html -%%PORTDOCS%%share/doc/db4/api_cxx/db_upgrade.html -%%PORTDOCS%%share/doc/db4/api_cxx/db_verify.html -%%PORTDOCS%%share/doc/db4/api_cxx/dbc_class.html -%%PORTDOCS%%share/doc/db4/api_cxx/dbc_close.html -%%PORTDOCS%%share/doc/db4/api_cxx/dbc_count.html -%%PORTDOCS%%share/doc/db4/api_cxx/dbc_del.html -%%PORTDOCS%%share/doc/db4/api_cxx/dbc_dup.html -%%PORTDOCS%%share/doc/db4/api_cxx/dbc_get.html -%%PORTDOCS%%share/doc/db4/api_cxx/dbc_put.html -%%PORTDOCS%%share/doc/db4/api_cxx/dbenv_class.html -%%PORTDOCS%%share/doc/db4/api_cxx/dbt_bulk.html -%%PORTDOCS%%share/doc/db4/api_cxx/dbt_class.html -%%PORTDOCS%%share/doc/db4/api_cxx/env_close.html -%%PORTDOCS%%share/doc/db4/api_cxx/env_err.html -%%PORTDOCS%%share/doc/db4/api_cxx/env_open.html -%%PORTDOCS%%share/doc/db4/api_cxx/env_remove.html -%%PORTDOCS%%share/doc/db4/api_cxx/env_set_alloc.html -%%PORTDOCS%%share/doc/db4/api_cxx/env_set_cachesize.html -%%PORTDOCS%%share/doc/db4/api_cxx/env_set_data_dir.html -%%PORTDOCS%%share/doc/db4/api_cxx/env_set_errcall.html -%%PORTDOCS%%share/doc/db4/api_cxx/env_set_errfile.html -%%PORTDOCS%%share/doc/db4/api_cxx/env_set_error_stream.html -%%PORTDOCS%%share/doc/db4/api_cxx/env_set_errpfx.html -%%PORTDOCS%%share/doc/db4/api_cxx/env_set_feedback.html -%%PORTDOCS%%share/doc/db4/api_cxx/env_set_flags.html -%%PORTDOCS%%share/doc/db4/api_cxx/env_set_lg_bsize.html -%%PORTDOCS%%share/doc/db4/api_cxx/env_set_lg_dir.html -%%PORTDOCS%%share/doc/db4/api_cxx/env_set_lg_max.html -%%PORTDOCS%%share/doc/db4/api_cxx/env_set_lg_regionmax.html -%%PORTDOCS%%share/doc/db4/api_cxx/env_set_lk_conflicts.html -%%PORTDOCS%%share/doc/db4/api_cxx/env_set_lk_detect.html -%%PORTDOCS%%share/doc/db4/api_cxx/env_set_lk_max_lockers.html -%%PORTDOCS%%share/doc/db4/api_cxx/env_set_lk_max_locks.html -%%PORTDOCS%%share/doc/db4/api_cxx/env_set_lk_max_objects.html -%%PORTDOCS%%share/doc/db4/api_cxx/env_set_mp_mmapsize.html -%%PORTDOCS%%share/doc/db4/api_cxx/env_set_paniccall.html -%%PORTDOCS%%share/doc/db4/api_cxx/env_set_rec_init.html -%%PORTDOCS%%share/doc/db4/api_cxx/env_set_rpc_server.html -%%PORTDOCS%%share/doc/db4/api_cxx/env_set_shm_key.html -%%PORTDOCS%%share/doc/db4/api_cxx/env_set_tas_spins.html -%%PORTDOCS%%share/doc/db4/api_cxx/env_set_timeout.html -%%PORTDOCS%%share/doc/db4/api_cxx/env_set_tmp_dir.html -%%PORTDOCS%%share/doc/db4/api_cxx/env_set_tx_max.html -%%PORTDOCS%%share/doc/db4/api_cxx/env_set_tx_recover.html -%%PORTDOCS%%share/doc/db4/api_cxx/env_set_tx_timestamp.html -%%PORTDOCS%%share/doc/db4/api_cxx/env_set_verbose.html -%%PORTDOCS%%share/doc/db4/api_cxx/env_strerror.html -%%PORTDOCS%%share/doc/db4/api_cxx/env_version.html -%%PORTDOCS%%share/doc/db4/api_cxx/except_class.html -%%PORTDOCS%%share/doc/db4/api_cxx/get_dbt.html -%%PORTDOCS%%share/doc/db4/api_cxx/get_errno.html -%%PORTDOCS%%share/doc/db4/api_cxx/lock_class.html -%%PORTDOCS%%share/doc/db4/api_cxx/lock_detect.html -%%PORTDOCS%%share/doc/db4/api_cxx/lock_get.html -%%PORTDOCS%%share/doc/db4/api_cxx/lock_id.html -%%PORTDOCS%%share/doc/db4/api_cxx/lock_id_free.html -%%PORTDOCS%%share/doc/db4/api_cxx/lock_put.html -%%PORTDOCS%%share/doc/db4/api_cxx/lock_stat.html -%%PORTDOCS%%share/doc/db4/api_cxx/lock_vec.html -%%PORTDOCS%%share/doc/db4/api_cxx/log_archive.html -%%PORTDOCS%%share/doc/db4/api_cxx/log_compare.html -%%PORTDOCS%%share/doc/db4/api_cxx/log_cursor.html -%%PORTDOCS%%share/doc/db4/api_cxx/log_file.html -%%PORTDOCS%%share/doc/db4/api_cxx/log_flush.html -%%PORTDOCS%%share/doc/db4/api_cxx/log_put.html -%%PORTDOCS%%share/doc/db4/api_cxx/log_register.html -%%PORTDOCS%%share/doc/db4/api_cxx/log_stat.html -%%PORTDOCS%%share/doc/db4/api_cxx/log_unregister.html -%%PORTDOCS%%share/doc/db4/api_cxx/logc_class.html -%%PORTDOCS%%share/doc/db4/api_cxx/logc_close.html -%%PORTDOCS%%share/doc/db4/api_cxx/logc_get.html -%%PORTDOCS%%share/doc/db4/api_cxx/lsn_class.html -%%PORTDOCS%%share/doc/db4/api_cxx/mem_class.html -%%PORTDOCS%%share/doc/db4/api_cxx/memp_fclose.html -%%PORTDOCS%%share/doc/db4/api_cxx/memp_fcreate.html -%%PORTDOCS%%share/doc/db4/api_cxx/memp_fget.html -%%PORTDOCS%%share/doc/db4/api_cxx/memp_fopen.html -%%PORTDOCS%%share/doc/db4/api_cxx/memp_fput.html -%%PORTDOCS%%share/doc/db4/api_cxx/memp_fset.html -%%PORTDOCS%%share/doc/db4/api_cxx/memp_fsync.html -%%PORTDOCS%%share/doc/db4/api_cxx/memp_register.html -%%PORTDOCS%%share/doc/db4/api_cxx/memp_set_clear_len.html -%%PORTDOCS%%share/doc/db4/api_cxx/memp_set_fileid.html -%%PORTDOCS%%share/doc/db4/api_cxx/memp_set_ftype.html -%%PORTDOCS%%share/doc/db4/api_cxx/memp_set_lsn_offset.html -%%PORTDOCS%%share/doc/db4/api_cxx/memp_set_pgcookie.html -%%PORTDOCS%%share/doc/db4/api_cxx/memp_stat.html -%%PORTDOCS%%share/doc/db4/api_cxx/memp_sync.html -%%PORTDOCS%%share/doc/db4/api_cxx/memp_trickle.html -%%PORTDOCS%%share/doc/db4/api_cxx/mempfile_class.html -%%PORTDOCS%%share/doc/db4/api_cxx/pindex.src -%%PORTDOCS%%share/doc/db4/api_cxx/rep_elect.html -%%PORTDOCS%%share/doc/db4/api_cxx/rep_message.html -%%PORTDOCS%%share/doc/db4/api_cxx/rep_start.html -%%PORTDOCS%%share/doc/db4/api_cxx/rep_transport.html -%%PORTDOCS%%share/doc/db4/api_cxx/txn_abort.html -%%PORTDOCS%%share/doc/db4/api_cxx/txn_begin.html -%%PORTDOCS%%share/doc/db4/api_cxx/txn_checkpoint.html -%%PORTDOCS%%share/doc/db4/api_cxx/txn_class.html -%%PORTDOCS%%share/doc/db4/api_cxx/txn_commit.html -%%PORTDOCS%%share/doc/db4/api_cxx/txn_discard.html -%%PORTDOCS%%share/doc/db4/api_cxx/txn_id.html -%%PORTDOCS%%share/doc/db4/api_cxx/txn_prepare.html -%%PORTDOCS%%share/doc/db4/api_cxx/txn_recover.html -%%PORTDOCS%%share/doc/db4/api_cxx/txn_set_timeout.html -%%PORTDOCS%%share/doc/db4/api_cxx/txn_stat.html -%%PORTDOCS%%share/doc/db4/api_cxx/what.html -%%PORTDOCS%%share/doc/db4/api_java/c_index.html -%%PORTDOCS%%share/doc/db4/api_java/db_associate.html -%%PORTDOCS%%share/doc/db4/api_java/db_class.html -%%PORTDOCS%%share/doc/db4/api_java/db_close.html -%%PORTDOCS%%share/doc/db4/api_java/db_cursor.html -%%PORTDOCS%%share/doc/db4/api_java/db_del.html -%%PORTDOCS%%share/doc/db4/api_java/db_fd.html -%%PORTDOCS%%share/doc/db4/api_java/db_get.html -%%PORTDOCS%%share/doc/db4/api_java/db_get_byteswapped.html -%%PORTDOCS%%share/doc/db4/api_java/db_get_type.html -%%PORTDOCS%%share/doc/db4/api_java/db_join.html -%%PORTDOCS%%share/doc/db4/api_java/db_key_range.html -%%PORTDOCS%%share/doc/db4/api_java/db_open.html -%%PORTDOCS%%share/doc/db4/api_java/db_put.html -%%PORTDOCS%%share/doc/db4/api_java/db_remove.html -%%PORTDOCS%%share/doc/db4/api_java/db_rename.html -%%PORTDOCS%%share/doc/db4/api_java/db_set_append_recno.html -%%PORTDOCS%%share/doc/db4/api_java/db_set_bt_compare.html -%%PORTDOCS%%share/doc/db4/api_java/db_set_bt_minkey.html -%%PORTDOCS%%share/doc/db4/api_java/db_set_bt_prefix.html -%%PORTDOCS%%share/doc/db4/api_java/db_set_cachesize.html -%%PORTDOCS%%share/doc/db4/api_java/db_set_dup_compare.html -%%PORTDOCS%%share/doc/db4/api_java/db_set_errcall.html -%%PORTDOCS%%share/doc/db4/api_java/db_set_errpfx.html -%%PORTDOCS%%share/doc/db4/api_java/db_set_feedback.html -%%PORTDOCS%%share/doc/db4/api_java/db_set_flags.html -%%PORTDOCS%%share/doc/db4/api_java/db_set_h_ffactor.html -%%PORTDOCS%%share/doc/db4/api_java/db_set_h_hash.html -%%PORTDOCS%%share/doc/db4/api_java/db_set_h_nelem.html -%%PORTDOCS%%share/doc/db4/api_java/db_set_lorder.html -%%PORTDOCS%%share/doc/db4/api_java/db_set_pagesize.html -%%PORTDOCS%%share/doc/db4/api_java/db_set_q_extentsize.html -%%PORTDOCS%%share/doc/db4/api_java/db_set_re_delim.html -%%PORTDOCS%%share/doc/db4/api_java/db_set_re_len.html -%%PORTDOCS%%share/doc/db4/api_java/db_set_re_pad.html -%%PORTDOCS%%share/doc/db4/api_java/db_set_re_source.html -%%PORTDOCS%%share/doc/db4/api_java/db_stat.html -%%PORTDOCS%%share/doc/db4/api_java/db_sync.html -%%PORTDOCS%%share/doc/db4/api_java/db_truncate.html -%%PORTDOCS%%share/doc/db4/api_java/db_upgrade.html -%%PORTDOCS%%share/doc/db4/api_java/db_verify.html -%%PORTDOCS%%share/doc/db4/api_java/dbc_class.html -%%PORTDOCS%%share/doc/db4/api_java/dbc_close.html -%%PORTDOCS%%share/doc/db4/api_java/dbc_count.html -%%PORTDOCS%%share/doc/db4/api_java/dbc_del.html -%%PORTDOCS%%share/doc/db4/api_java/dbc_dup.html -%%PORTDOCS%%share/doc/db4/api_java/dbc_get.html -%%PORTDOCS%%share/doc/db4/api_java/dbc_put.html -%%PORTDOCS%%share/doc/db4/api_java/dbenv_class.html -%%PORTDOCS%%share/doc/db4/api_java/dbt_bulk_class.html -%%PORTDOCS%%share/doc/db4/api_java/dbt_class.html -%%PORTDOCS%%share/doc/db4/api_java/deadlock_class.html -%%PORTDOCS%%share/doc/db4/api_java/env_close.html -%%PORTDOCS%%share/doc/db4/api_java/env_open.html -%%PORTDOCS%%share/doc/db4/api_java/env_remove.html -%%PORTDOCS%%share/doc/db4/api_java/env_set_cachesize.html -%%PORTDOCS%%share/doc/db4/api_java/env_set_data_dir.html -%%PORTDOCS%%share/doc/db4/api_java/env_set_errcall.html -%%PORTDOCS%%share/doc/db4/api_java/env_set_error_stream.html -%%PORTDOCS%%share/doc/db4/api_java/env_set_errpfx.html -%%PORTDOCS%%share/doc/db4/api_java/env_set_feedback.html -%%PORTDOCS%%share/doc/db4/api_java/env_set_flags.html -%%PORTDOCS%%share/doc/db4/api_java/env_set_lg_bsize.html -%%PORTDOCS%%share/doc/db4/api_java/env_set_lg_dir.html -%%PORTDOCS%%share/doc/db4/api_java/env_set_lg_max.html -%%PORTDOCS%%share/doc/db4/api_java/env_set_lg_regionmax.html -%%PORTDOCS%%share/doc/db4/api_java/env_set_lk_conflicts.html -%%PORTDOCS%%share/doc/db4/api_java/env_set_lk_detect.html -%%PORTDOCS%%share/doc/db4/api_java/env_set_lk_max_lockers.html -%%PORTDOCS%%share/doc/db4/api_java/env_set_lk_max_locks.html -%%PORTDOCS%%share/doc/db4/api_java/env_set_lk_max_objects.html -%%PORTDOCS%%share/doc/db4/api_java/env_set_mp_mmapsize.html -%%PORTDOCS%%share/doc/db4/api_java/env_set_rec_init.html -%%PORTDOCS%%share/doc/db4/api_java/env_set_rpc_server.html -%%PORTDOCS%%share/doc/db4/api_java/env_set_shm_key.html -%%PORTDOCS%%share/doc/db4/api_java/env_set_tas_spins.html -%%PORTDOCS%%share/doc/db4/api_java/env_set_timeout.html -%%PORTDOCS%%share/doc/db4/api_java/env_set_tmp_dir.html -%%PORTDOCS%%share/doc/db4/api_java/env_set_tx_max.html -%%PORTDOCS%%share/doc/db4/api_java/env_set_tx_recover.html -%%PORTDOCS%%share/doc/db4/api_java/env_set_tx_timestamp.html -%%PORTDOCS%%share/doc/db4/api_java/env_set_verbose.html -%%PORTDOCS%%share/doc/db4/api_java/env_strerror.html -%%PORTDOCS%%share/doc/db4/api_java/env_version.html -%%PORTDOCS%%share/doc/db4/api_java/except_class.html -%%PORTDOCS%%share/doc/db4/api_java/get_dbt.html -%%PORTDOCS%%share/doc/db4/api_java/get_errno.html -%%PORTDOCS%%share/doc/db4/api_java/java_pindex.html -%%PORTDOCS%%share/doc/db4/api_java/lock_class.html -%%PORTDOCS%%share/doc/db4/api_java/lock_detect.html -%%PORTDOCS%%share/doc/db4/api_java/lock_get.html -%%PORTDOCS%%share/doc/db4/api_java/lock_id.html -%%PORTDOCS%%share/doc/db4/api_java/lock_id_free.html -%%PORTDOCS%%share/doc/db4/api_java/lock_put.html -%%PORTDOCS%%share/doc/db4/api_java/lock_stat.html -%%PORTDOCS%%share/doc/db4/api_java/lock_vec.html -%%PORTDOCS%%share/doc/db4/api_java/log_archive.html -%%PORTDOCS%%share/doc/db4/api_java/log_compare.html -%%PORTDOCS%%share/doc/db4/api_java/log_cursor.html -%%PORTDOCS%%share/doc/db4/api_java/log_file.html -%%PORTDOCS%%share/doc/db4/api_java/log_flush.html -%%PORTDOCS%%share/doc/db4/api_java/log_put.html -%%PORTDOCS%%share/doc/db4/api_java/log_register.html -%%PORTDOCS%%share/doc/db4/api_java/log_stat.html -%%PORTDOCS%%share/doc/db4/api_java/log_unregister.html -%%PORTDOCS%%share/doc/db4/api_java/logc_class.html -%%PORTDOCS%%share/doc/db4/api_java/logc_close.html -%%PORTDOCS%%share/doc/db4/api_java/logc_get.html -%%PORTDOCS%%share/doc/db4/api_java/lsn_class.html -%%PORTDOCS%%share/doc/db4/api_java/mem_class.html -%%PORTDOCS%%share/doc/db4/api_java/memp_fclose.html -%%PORTDOCS%%share/doc/db4/api_java/memp_fopen.html -%%PORTDOCS%%share/doc/db4/api_java/memp_fsync.html -%%PORTDOCS%%share/doc/db4/api_java/memp_register.html -%%PORTDOCS%%share/doc/db4/api_java/memp_stat.html -%%PORTDOCS%%share/doc/db4/api_java/memp_sync.html -%%PORTDOCS%%share/doc/db4/api_java/memp_trickle.html -%%PORTDOCS%%share/doc/db4/api_java/pindex.src -%%PORTDOCS%%share/doc/db4/api_java/rep_elect.html -%%PORTDOCS%%share/doc/db4/api_java/rep_message.html -%%PORTDOCS%%share/doc/db4/api_java/rep_start.html -%%PORTDOCS%%share/doc/db4/api_java/rep_transport.html -%%PORTDOCS%%share/doc/db4/api_java/runrec_class.html -%%PORTDOCS%%share/doc/db4/api_java/txn_abort.html -%%PORTDOCS%%share/doc/db4/api_java/txn_begin.html -%%PORTDOCS%%share/doc/db4/api_java/txn_checkpoint.html -%%PORTDOCS%%share/doc/db4/api_java/txn_class.html -%%PORTDOCS%%share/doc/db4/api_java/txn_commit.html -%%PORTDOCS%%share/doc/db4/api_java/txn_discard.html -%%PORTDOCS%%share/doc/db4/api_java/txn_id.html -%%PORTDOCS%%share/doc/db4/api_java/txn_prepare.html -%%PORTDOCS%%share/doc/db4/api_java/txn_recover.html -%%PORTDOCS%%share/doc/db4/api_java/txn_set_timeout.html -%%PORTDOCS%%share/doc/db4/api_java/txn_stat.html -%%PORTDOCS%%share/doc/db4/api_tcl/db_close.html -%%PORTDOCS%%share/doc/db4/api_tcl/db_count.html -%%PORTDOCS%%share/doc/db4/api_tcl/db_cursor.html -%%PORTDOCS%%share/doc/db4/api_tcl/db_del.html -%%PORTDOCS%%share/doc/db4/api_tcl/db_get.html -%%PORTDOCS%%share/doc/db4/api_tcl/db_get_join.html -%%PORTDOCS%%share/doc/db4/api_tcl/db_get_type.html -%%PORTDOCS%%share/doc/db4/api_tcl/db_is_byteswapped.html -%%PORTDOCS%%share/doc/db4/api_tcl/db_join.html -%%PORTDOCS%%share/doc/db4/api_tcl/db_open.html -%%PORTDOCS%%share/doc/db4/api_tcl/db_put.html -%%PORTDOCS%%share/doc/db4/api_tcl/db_remove.html -%%PORTDOCS%%share/doc/db4/api_tcl/db_rename.html -%%PORTDOCS%%share/doc/db4/api_tcl/db_stat.html -%%PORTDOCS%%share/doc/db4/api_tcl/db_sync.html -%%PORTDOCS%%share/doc/db4/api_tcl/db_truncate.html -%%PORTDOCS%%share/doc/db4/api_tcl/dbc_close.html -%%PORTDOCS%%share/doc/db4/api_tcl/dbc_del.html -%%PORTDOCS%%share/doc/db4/api_tcl/dbc_dup.html -%%PORTDOCS%%share/doc/db4/api_tcl/dbc_get.html -%%PORTDOCS%%share/doc/db4/api_tcl/dbc_put.html -%%PORTDOCS%%share/doc/db4/api_tcl/env_close.html -%%PORTDOCS%%share/doc/db4/api_tcl/env_open.html -%%PORTDOCS%%share/doc/db4/api_tcl/env_remove.html -%%PORTDOCS%%share/doc/db4/api_tcl/pindex.src -%%PORTDOCS%%share/doc/db4/api_tcl/tcl_index.html -%%PORTDOCS%%share/doc/db4/api_tcl/tcl_pindex.html -%%PORTDOCS%%share/doc/db4/api_tcl/txn.html -%%PORTDOCS%%share/doc/db4/api_tcl/txn_abort.html -%%PORTDOCS%%share/doc/db4/api_tcl/txn_commit.html -%%PORTDOCS%%share/doc/db4/api_tcl/version.html -%%PORTDOCS%%share/doc/db4/images/api.gif -%%PORTDOCS%%share/doc/db4/images/next.gif -%%PORTDOCS%%share/doc/db4/images/prev.gif -%%PORTDOCS%%share/doc/db4/images/ps.gif -%%PORTDOCS%%share/doc/db4/images/ref.gif -%%PORTDOCS%%share/doc/db4/images/sleepycat.gif -%%PORTDOCS%%share/doc/db4/index.html -%%PORTDOCS%%share/doc/db4/ref/am/close.html -%%PORTDOCS%%share/doc/db4/ref/am/count.html -%%PORTDOCS%%share/doc/db4/ref/am/curclose.html -%%PORTDOCS%%share/doc/db4/ref/am/curdel.html -%%PORTDOCS%%share/doc/db4/ref/am/curdup.html -%%PORTDOCS%%share/doc/db4/ref/am/curget.html -%%PORTDOCS%%share/doc/db4/ref/am/curput.html -%%PORTDOCS%%share/doc/db4/ref/am/cursor.html -%%PORTDOCS%%share/doc/db4/ref/am/delete.html -%%PORTDOCS%%share/doc/db4/ref/am/get.html -%%PORTDOCS%%share/doc/db4/ref/am/join.html -%%PORTDOCS%%share/doc/db4/ref/am/open.html -%%PORTDOCS%%share/doc/db4/ref/am/opensub.html -%%PORTDOCS%%share/doc/db4/ref/am/ops.html -%%PORTDOCS%%share/doc/db4/ref/am/put.html -%%PORTDOCS%%share/doc/db4/ref/am/second.html -%%PORTDOCS%%share/doc/db4/ref/am/stat.html -%%PORTDOCS%%share/doc/db4/ref/am/sync.html -%%PORTDOCS%%share/doc/db4/ref/am/truncate.html -%%PORTDOCS%%share/doc/db4/ref/am/upgrade.html -%%PORTDOCS%%share/doc/db4/ref/am/verify.html -%%PORTDOCS%%share/doc/db4/ref/am_conf/bt_compare.html -%%PORTDOCS%%share/doc/db4/ref/am_conf/bt_minkey.html -%%PORTDOCS%%share/doc/db4/ref/am_conf/bt_prefix.html -%%PORTDOCS%%share/doc/db4/ref/am_conf/bt_recnum.html -%%PORTDOCS%%share/doc/db4/ref/am_conf/byteorder.html -%%PORTDOCS%%share/doc/db4/ref/am_conf/cachesize.html -%%PORTDOCS%%share/doc/db4/ref/am_conf/dup.html -%%PORTDOCS%%share/doc/db4/ref/am_conf/extentsize.html -%%PORTDOCS%%share/doc/db4/ref/am_conf/h_ffactor.html -%%PORTDOCS%%share/doc/db4/ref/am_conf/h_hash.html -%%PORTDOCS%%share/doc/db4/ref/am_conf/h_nelem.html -%%PORTDOCS%%share/doc/db4/ref/am_conf/intro.html -%%PORTDOCS%%share/doc/db4/ref/am_conf/logrec.html -%%PORTDOCS%%share/doc/db4/ref/am_conf/malloc.html -%%PORTDOCS%%share/doc/db4/ref/am_conf/pagesize.html -%%PORTDOCS%%share/doc/db4/ref/am_conf/re_source.html -%%PORTDOCS%%share/doc/db4/ref/am_conf/recno.html -%%PORTDOCS%%share/doc/db4/ref/am_conf/renumber.html -%%PORTDOCS%%share/doc/db4/ref/am_conf/select.html -%%PORTDOCS%%share/doc/db4/ref/am_misc/align.html -%%PORTDOCS%%share/doc/db4/ref/am_misc/dbsizes.html -%%PORTDOCS%%share/doc/db4/ref/am_misc/diskspace.html -%%PORTDOCS%%share/doc/db4/ref/am_misc/error.html -%%PORTDOCS%%share/doc/db4/ref/am_misc/faq.html -%%PORTDOCS%%share/doc/db4/ref/am_misc/get_bulk.html -%%PORTDOCS%%share/doc/db4/ref/am_misc/partial.html -%%PORTDOCS%%share/doc/db4/ref/am_misc/perm.html -%%PORTDOCS%%share/doc/db4/ref/am_misc/stability.html -%%PORTDOCS%%share/doc/db4/ref/am_misc/tune.html -%%PORTDOCS%%share/doc/db4/ref/arch/apis.html -%%PORTDOCS%%share/doc/db4/ref/arch/bigpic.gif -%%PORTDOCS%%share/doc/db4/ref/arch/bigpic.html -%%PORTDOCS%%share/doc/db4/ref/arch/progmodel.html -%%PORTDOCS%%share/doc/db4/ref/arch/script.html -%%PORTDOCS%%share/doc/db4/ref/arch/smallpic.gif -%%PORTDOCS%%share/doc/db4/ref/arch/utilities.html -%%PORTDOCS%%share/doc/db4/ref/build_unix/aix.html -%%PORTDOCS%%share/doc/db4/ref/build_unix/conf.html -%%PORTDOCS%%share/doc/db4/ref/build_unix/embedix.html -%%PORTDOCS%%share/doc/db4/ref/build_unix/flags.html -%%PORTDOCS%%share/doc/db4/ref/build_unix/freebsd.html -%%PORTDOCS%%share/doc/db4/ref/build_unix/hpux.html -%%PORTDOCS%%share/doc/db4/ref/build_unix/install.html -%%PORTDOCS%%share/doc/db4/ref/build_unix/intro.html -%%PORTDOCS%%share/doc/db4/ref/build_unix/irix.html -%%PORTDOCS%%share/doc/db4/ref/build_unix/linux.html -%%PORTDOCS%%share/doc/db4/ref/build_unix/macosx.html -%%PORTDOCS%%share/doc/db4/ref/build_unix/notes.html -%%PORTDOCS%%share/doc/db4/ref/build_unix/osf1.html -%%PORTDOCS%%share/doc/db4/ref/build_unix/qnx.html -%%PORTDOCS%%share/doc/db4/ref/build_unix/sco.html -%%PORTDOCS%%share/doc/db4/ref/build_unix/shlib.html -%%PORTDOCS%%share/doc/db4/ref/build_unix/solaris.html -%%PORTDOCS%%share/doc/db4/ref/build_unix/sunos.html -%%PORTDOCS%%share/doc/db4/ref/build_unix/test.html -%%PORTDOCS%%share/doc/db4/ref/build_unix/ultrix.html -%%PORTDOCS%%share/doc/db4/ref/build_vxworks/faq.html -%%PORTDOCS%%share/doc/db4/ref/build_vxworks/intro.html -%%PORTDOCS%%share/doc/db4/ref/build_vxworks/introae.html -%%PORTDOCS%%share/doc/db4/ref/build_vxworks/notes.html -%%PORTDOCS%%share/doc/db4/ref/build_win/faq.html -%%PORTDOCS%%share/doc/db4/ref/build_win/intro.html -%%PORTDOCS%%share/doc/db4/ref/build_win/notes.html -%%PORTDOCS%%share/doc/db4/ref/build_win/test.html -%%PORTDOCS%%share/doc/db4/ref/cam/intro.html -%%PORTDOCS%%share/doc/db4/ref/debug/common.html -%%PORTDOCS%%share/doc/db4/ref/debug/compile.html -%%PORTDOCS%%share/doc/db4/ref/debug/intro.html -%%PORTDOCS%%share/doc/db4/ref/debug/printlog.html -%%PORTDOCS%%share/doc/db4/ref/debug/runtime.html -%%PORTDOCS%%share/doc/db4/ref/distrib/layout.html -%%PORTDOCS%%share/doc/db4/ref/dumpload/format.html -%%PORTDOCS%%share/doc/db4/ref/dumpload/text.html -%%PORTDOCS%%share/doc/db4/ref/dumpload/utility.html -%%PORTDOCS%%share/doc/db4/ref/env/create.html -%%PORTDOCS%%share/doc/db4/ref/env/error.html -%%PORTDOCS%%share/doc/db4/ref/env/faq.html -%%PORTDOCS%%share/doc/db4/ref/env/intro.html -%%PORTDOCS%%share/doc/db4/ref/env/naming.html -%%PORTDOCS%%share/doc/db4/ref/env/open.html -%%PORTDOCS%%share/doc/db4/ref/env/region.html -%%PORTDOCS%%share/doc/db4/ref/env/remote.html -%%PORTDOCS%%share/doc/db4/ref/env/security.html -%%PORTDOCS%%share/doc/db4/ref/install/file.html -%%PORTDOCS%%share/doc/db4/ref/install/magic.s5.be.txt -%%PORTDOCS%%share/doc/db4/ref/install/magic.s5.le.txt -%%PORTDOCS%%share/doc/db4/ref/install/magic.txt -%%PORTDOCS%%share/doc/db4/ref/install/multiple.html -%%PORTDOCS%%share/doc/db4/ref/install/rpm.html -%%PORTDOCS%%share/doc/db4/ref/intro/data.html -%%PORTDOCS%%share/doc/db4/ref/intro/dbis.html -%%PORTDOCS%%share/doc/db4/ref/intro/dbisnot.html -%%PORTDOCS%%share/doc/db4/ref/intro/distrib.html -%%PORTDOCS%%share/doc/db4/ref/intro/need.html -%%PORTDOCS%%share/doc/db4/ref/intro/products.html -%%PORTDOCS%%share/doc/db4/ref/intro/terrain.html -%%PORTDOCS%%share/doc/db4/ref/intro/what.html -%%PORTDOCS%%share/doc/db4/ref/intro/where.html -%%PORTDOCS%%share/doc/db4/ref/java/compat.html -%%PORTDOCS%%share/doc/db4/ref/java/conf.html -%%PORTDOCS%%share/doc/db4/ref/java/faq.html -%%PORTDOCS%%share/doc/db4/ref/java/program.html -%%PORTDOCS%%share/doc/db4/ref/lock/am_conv.html -%%PORTDOCS%%share/doc/db4/ref/lock/cam_conv.html -%%PORTDOCS%%share/doc/db4/ref/lock/config.html -%%PORTDOCS%%share/doc/db4/ref/lock/dead.html -%%PORTDOCS%%share/doc/db4/ref/lock/intro.html -%%PORTDOCS%%share/doc/db4/ref/lock/max.html -%%PORTDOCS%%share/doc/db4/ref/lock/nondb.html -%%PORTDOCS%%share/doc/db4/ref/lock/notxn.html -%%PORTDOCS%%share/doc/db4/ref/lock/page.html -%%PORTDOCS%%share/doc/db4/ref/lock/stdmode.html -%%PORTDOCS%%share/doc/db4/ref/lock/timeout.html -%%PORTDOCS%%share/doc/db4/ref/lock/twopl.html -%%PORTDOCS%%share/doc/db4/ref/log/config.html -%%PORTDOCS%%share/doc/db4/ref/log/intro.html -%%PORTDOCS%%share/doc/db4/ref/log/limits.html -%%PORTDOCS%%share/doc/db4/ref/mp/config.html -%%PORTDOCS%%share/doc/db4/ref/mp/intro.html -%%PORTDOCS%%share/doc/db4/ref/perl/intro.html -%%PORTDOCS%%share/doc/db4/ref/pindex.src -%%PORTDOCS%%share/doc/db4/ref/program/appsignals.html -%%PORTDOCS%%share/doc/db4/ref/program/compatible.html -%%PORTDOCS%%share/doc/db4/ref/program/copy.html -%%PORTDOCS%%share/doc/db4/ref/program/environ.html -%%PORTDOCS%%share/doc/db4/ref/program/errorret.html -%%PORTDOCS%%share/doc/db4/ref/program/extending.html -%%PORTDOCS%%share/doc/db4/ref/program/mt.html -%%PORTDOCS%%share/doc/db4/ref/program/namespace.html -%%PORTDOCS%%share/doc/db4/ref/program/runtime.html -%%PORTDOCS%%share/doc/db4/ref/program/scope.html -%%PORTDOCS%%share/doc/db4/ref/program/solaris.txt -%%PORTDOCS%%share/doc/db4/ref/refs/bdb_usenix.html -%%PORTDOCS%%share/doc/db4/ref/refs/bdb_usenix.ps -%%PORTDOCS%%share/doc/db4/ref/refs/embedded.html -%%PORTDOCS%%share/doc/db4/ref/refs/hash_usenix.ps -%%PORTDOCS%%share/doc/db4/ref/refs/libtp_usenix.ps -%%PORTDOCS%%share/doc/db4/ref/refs/refs.html -%%PORTDOCS%%share/doc/db4/ref/refs/witold.html -%%PORTDOCS%%share/doc/db4/ref/rep/app.html -%%PORTDOCS%%share/doc/db4/ref/rep/comm.html -%%PORTDOCS%%share/doc/db4/ref/rep/elect.html -%%PORTDOCS%%share/doc/db4/ref/rep/ex.html -%%PORTDOCS%%share/doc/db4/ref/rep/ex_comm.html -%%PORTDOCS%%share/doc/db4/ref/rep/ex_rq.html -%%PORTDOCS%%share/doc/db4/ref/rep/faq.html -%%PORTDOCS%%share/doc/db4/ref/rep/id.html -%%PORTDOCS%%share/doc/db4/ref/rep/init.html -%%PORTDOCS%%share/doc/db4/ref/rep/intro.html -%%PORTDOCS%%share/doc/db4/ref/rep/logonly.html -%%PORTDOCS%%share/doc/db4/ref/rep/newsite.html -%%PORTDOCS%%share/doc/db4/ref/rep/partition.html -%%PORTDOCS%%share/doc/db4/ref/rep/pri.html -%%PORTDOCS%%share/doc/db4/ref/rep/trans.html -%%PORTDOCS%%share/doc/db4/ref/rpc/client.html -%%PORTDOCS%%share/doc/db4/ref/rpc/intro.html -%%PORTDOCS%%share/doc/db4/ref/rpc/server.html -%%PORTDOCS%%share/doc/db4/ref/sendmail/intro.html -%%PORTDOCS%%share/doc/db4/ref/simple_tut/close.html -%%PORTDOCS%%share/doc/db4/ref/simple_tut/del.html -%%PORTDOCS%%share/doc/db4/ref/simple_tut/errors.html -%%PORTDOCS%%share/doc/db4/ref/simple_tut/example.cs -%%PORTDOCS%%share/doc/db4/ref/simple_tut/get.html -%%PORTDOCS%%share/doc/db4/ref/simple_tut/handles.html -%%PORTDOCS%%share/doc/db4/ref/simple_tut/intro.html -%%PORTDOCS%%share/doc/db4/ref/simple_tut/keydata.html -%%PORTDOCS%%share/doc/db4/ref/simple_tut/open.html -%%PORTDOCS%%share/doc/db4/ref/simple_tut/put.html -%%PORTDOCS%%share/doc/db4/ref/tcl/error.html -%%PORTDOCS%%share/doc/db4/ref/tcl/faq.html -%%PORTDOCS%%share/doc/db4/ref/tcl/intro.html -%%PORTDOCS%%share/doc/db4/ref/tcl/program.html -%%PORTDOCS%%share/doc/db4/ref/tcl/using.html -%%PORTDOCS%%share/doc/db4/ref/test/faq.html -%%PORTDOCS%%share/doc/db4/ref/test/run.html -%%PORTDOCS%%share/doc/db4/ref/transapp/admin.html -%%PORTDOCS%%share/doc/db4/ref/transapp/app.html -%%PORTDOCS%%share/doc/db4/ref/transapp/archival.html -%%PORTDOCS%%share/doc/db4/ref/transapp/checkpoint.html -%%PORTDOCS%%share/doc/db4/ref/transapp/cursor.html -%%PORTDOCS%%share/doc/db4/ref/transapp/data_open.html -%%PORTDOCS%%share/doc/db4/ref/transapp/deadlock.html -%%PORTDOCS%%share/doc/db4/ref/transapp/env_open.html -%%PORTDOCS%%share/doc/db4/ref/transapp/faq.html -%%PORTDOCS%%share/doc/db4/ref/transapp/filesys.html -%%PORTDOCS%%share/doc/db4/ref/transapp/hotfail.html -%%PORTDOCS%%share/doc/db4/ref/transapp/inc.html -%%PORTDOCS%%share/doc/db4/ref/transapp/intro.html -%%PORTDOCS%%share/doc/db4/ref/transapp/logfile.html -%%PORTDOCS%%share/doc/db4/ref/transapp/nested.html -%%PORTDOCS%%share/doc/db4/ref/transapp/put.html -%%PORTDOCS%%share/doc/db4/ref/transapp/read.html -%%PORTDOCS%%share/doc/db4/ref/transapp/reclimit.html -%%PORTDOCS%%share/doc/db4/ref/transapp/recovery.html -%%PORTDOCS%%share/doc/db4/ref/transapp/term.html -%%PORTDOCS%%share/doc/db4/ref/transapp/throughput.html -%%PORTDOCS%%share/doc/db4/ref/transapp/transapp.cs -%%PORTDOCS%%share/doc/db4/ref/transapp/tune.html -%%PORTDOCS%%share/doc/db4/ref/transapp/why.html -%%PORTDOCS%%share/doc/db4/ref/transapp/writetest.cs -%%PORTDOCS%%share/doc/db4/ref/txn/config.html -%%PORTDOCS%%share/doc/db4/ref/txn/intro.html -%%PORTDOCS%%share/doc/db4/ref/txn/limits.html -%%PORTDOCS%%share/doc/db4/ref/txn/other.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.2.0/convert.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.2.0/disk.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.2.0/intro.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.2.0/system.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.2.0/toc.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.0/close.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.0/cxx.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.0/db.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.0/db_cxx.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.0/dbenv.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.0/dbenv_cxx.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.0/dbinfo.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.0/disk.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.0/eacces.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.0/eagain.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.0/envopen.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.0/func.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.0/intro.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.0/java.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.0/join.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.0/jump_set.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.0/lock_detect.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.0/lock_notheld.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.0/lock_put.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.0/lock_stat.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.0/log_register.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.0/log_stat.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.0/memp_stat.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.0/open.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.0/rmw.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.0/stat.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.0/toc.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.0/txn_begin.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.0/txn_commit.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.0/txn_stat.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.0/value_set.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.0/xa.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.1/btstat.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.1/config.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.1/disk.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.1/dup.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.1/env.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.1/intro.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.1/log_register.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.1/logalloc.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.1/memp_register.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.1/put.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.1/set_feedback.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.1/set_paniccall.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.1/set_tx_recover.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.1/sysmem.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.1/tcl.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.1/tmp.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.1/toc.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.1/txn_check.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.2/callback.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.2/db_dump.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.2/disk.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.2/handle.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.2/incomplete.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.2/intro.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.2/mutexlock.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.2/notfound.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.2/renumber.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.2/set_flags.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.2/toc.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.2/tx_recover.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.3/alloc.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.3/bigfile.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.3/conflict.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.3/disk.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.3/getswap.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.3/gettype.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.3/intro.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.3/memp_fget.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.3/rpc.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.3/shared.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.3/toc.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.3.3/txn_prepare.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.4.0/asr.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.4.0/cxx.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.4.0/deadlock.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.4.0/disk.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.4.0/env.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.4.0/intro.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.4.0/java.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.4.0/lock.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.4.0/lock_id_free.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.4.0/log.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.4.0/mp.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.4.0/rpc.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.4.0/set_lk_max.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.4.0/toc.html -%%PORTDOCS%%share/doc/db4/ref/upgrade.4.0/txn.html -%%PORTDOCS%%share/doc/db4/ref/upgrade/process.html -%%PORTDOCS%%share/doc/db4/ref/upgrade/version.html -%%PORTDOCS%%share/doc/db4/ref/xa/build.html -%%PORTDOCS%%share/doc/db4/ref/xa/faq.html -%%PORTDOCS%%share/doc/db4/ref/xa/intro.html -%%PORTDOCS%%share/doc/db4/ref/xa/xa_config.html -%%PORTDOCS%%share/doc/db4/ref/xa/xa_intro.html -%%PORTDOCS%%share/doc/db4/reftoc.html -%%PORTDOCS%%share/doc/db4/sleepycat/contact.html -%%PORTDOCS%%share/doc/db4/sleepycat/legal.html -%%PORTDOCS%%share/doc/db4/sleepycat/license.html -%%PORTDOCS%%share/doc/db4/utility/berkeley_db_svc.html -%%PORTDOCS%%share/doc/db4/utility/db_archive.html -%%PORTDOCS%%share/doc/db4/utility/db_checkpoint.html -%%PORTDOCS%%share/doc/db4/utility/db_deadlock.html -%%PORTDOCS%%share/doc/db4/utility/db_dump.html -%%PORTDOCS%%share/doc/db4/utility/db_load.html -%%PORTDOCS%%share/doc/db4/utility/db_printlog.html -%%PORTDOCS%%share/doc/db4/utility/db_recover.html -%%PORTDOCS%%share/doc/db4/utility/db_stat.html -%%PORTDOCS%%share/doc/db4/utility/db_upgrade.html -%%PORTDOCS%%share/doc/db4/utility/db_verify.html -%%PORTDOCS%%share/doc/db4/utility/index.html -%%PORTDOCS%%@dirrm share/doc/db4/utility -%%PORTDOCS%%@dirrm share/doc/db4/sleepycat -%%PORTDOCS%%@dirrm share/doc/db4/ref/xa -%%PORTDOCS%%@dirrm share/doc/db4/ref/upgrade.4.0 -%%PORTDOCS%%@dirrm share/doc/db4/ref/upgrade.3.3 -%%PORTDOCS%%@dirrm share/doc/db4/ref/upgrade.3.2 -%%PORTDOCS%%@dirrm share/doc/db4/ref/upgrade.3.1 -%%PORTDOCS%%@dirrm share/doc/db4/ref/upgrade.3.0 -%%PORTDOCS%%@dirrm share/doc/db4/ref/upgrade.2.0 -%%PORTDOCS%%@dirrm share/doc/db4/ref/upgrade -%%PORTDOCS%%@dirrm share/doc/db4/ref/txn -%%PORTDOCS%%@dirrm share/doc/db4/ref/transapp -%%PORTDOCS%%@dirrm share/doc/db4/ref/test -%%PORTDOCS%%@dirrm share/doc/db4/ref/tcl -%%PORTDOCS%%@dirrm share/doc/db4/ref/splash -%%PORTDOCS%%@dirrm share/doc/db4/ref/simple_tut -%%PORTDOCS%%@dirrm share/doc/db4/ref/sendmail -%%PORTDOCS%%@dirrm share/doc/db4/ref/rpc -%%PORTDOCS%%@dirrm share/doc/db4/ref/rep -%%PORTDOCS%%@dirrm share/doc/db4/ref/refs -%%PORTDOCS%%@dirrm share/doc/db4/ref/program -%%PORTDOCS%%@dirrm share/doc/db4/ref/perl -%%PORTDOCS%%@dirrm share/doc/db4/ref/mp -%%PORTDOCS%%@dirrm share/doc/db4/ref/log -%%PORTDOCS%%@dirrm share/doc/db4/ref/lock -%%PORTDOCS%%@dirrm share/doc/db4/ref/java -%%PORTDOCS%%@dirrm share/doc/db4/ref/intro -%%PORTDOCS%%@dirrm share/doc/db4/ref/install -%%PORTDOCS%%@dirrm share/doc/db4/ref/env -%%PORTDOCS%%@dirrm share/doc/db4/ref/dumpload -%%PORTDOCS%%@dirrm share/doc/db4/ref/distrib -%%PORTDOCS%%@dirrm share/doc/db4/ref/debug -%%PORTDOCS%%@dirrm share/doc/db4/ref/cam -%%PORTDOCS%%@dirrm share/doc/db4/ref/build_win -%%PORTDOCS%%@dirrm share/doc/db4/ref/build_vxworks -%%PORTDOCS%%@dirrm share/doc/db4/ref/build_unix -%%PORTDOCS%%@dirrm share/doc/db4/ref/arch -%%PORTDOCS%%@dirrm share/doc/db4/ref/am_misc -%%PORTDOCS%%@dirrm share/doc/db4/ref/am_conf -%%PORTDOCS%%@dirrm share/doc/db4/ref/am -%%PORTDOCS%%@dirrm share/doc/db4/ref -%%PORTDOCS%%@dirrm share/doc/db4/images -%%PORTDOCS%%@dirrm share/doc/db4/api_tcl -%%PORTDOCS%%@dirrm share/doc/db4/api_java -%%PORTDOCS%%@dirrm share/doc/db4/api_cxx -%%PORTDOCS%%@dirrm share/doc/db4/api_c -%%PORTDOCS%%@dirrm share/doc/db4 -@dirrm include/db4 +bin/db41_archive +bin/db41_checkpoint +bin/db41_deadlock +bin/db41_dump +bin/db41_dump185 +bin/db41_load +bin/db41_printlog +bin/db41_recover +bin/db41_stat +bin/db41_upgrade +bin/db41_verify +include/db41/cxx_common.h +include/db41/cxx_except.h +include/db41/db.h +include/db41/db_185.h +include/db41/db_cxx.h +lib/libdb41.a +lib/libdb41.so +lib/libdb41.so.1 +lib/libdb41_cxx.a +lib/libdb41_cxx.so +lib/libdb41_cxx.so.1 +%%PORTDOCS%%share/doc/db41/api_c/c_index.html +%%PORTDOCS%%share/doc/db41/api_c/c_pindex.html +%%PORTDOCS%%share/doc/db41/api_c/db_associate.html +%%PORTDOCS%%share/doc/db41/api_c/db_class.html +%%PORTDOCS%%share/doc/db41/api_c/db_close.html +%%PORTDOCS%%share/doc/db41/api_c/db_create.html +%%PORTDOCS%%share/doc/db41/api_c/db_cursor.html +%%PORTDOCS%%share/doc/db41/api_c/db_del.html +%%PORTDOCS%%share/doc/db41/api_c/db_err.html +%%PORTDOCS%%share/doc/db41/api_c/db_fd.html +%%PORTDOCS%%share/doc/db41/api_c/db_get.html +%%PORTDOCS%%share/doc/db41/api_c/db_get_byteswapped.html +%%PORTDOCS%%share/doc/db41/api_c/db_get_type.html +%%PORTDOCS%%share/doc/db41/api_c/db_join.html +%%PORTDOCS%%share/doc/db41/api_c/db_key_range.html +%%PORTDOCS%%share/doc/db41/api_c/db_list.html +%%PORTDOCS%%share/doc/db41/api_c/db_open.html +%%PORTDOCS%%share/doc/db41/api_c/db_put.html +%%PORTDOCS%%share/doc/db41/api_c/db_remove.html +%%PORTDOCS%%share/doc/db41/api_c/db_rename.html +%%PORTDOCS%%share/doc/db41/api_c/db_set_alloc.html +%%PORTDOCS%%share/doc/db41/api_c/db_set_append_recno.html +%%PORTDOCS%%share/doc/db41/api_c/db_set_bt_compare.html +%%PORTDOCS%%share/doc/db41/api_c/db_set_bt_minkey.html +%%PORTDOCS%%share/doc/db41/api_c/db_set_bt_prefix.html +%%PORTDOCS%%share/doc/db41/api_c/db_set_cache_priority.html +%%PORTDOCS%%share/doc/db41/api_c/db_set_cachesize.html +%%PORTDOCS%%share/doc/db41/api_c/db_set_dup_compare.html +%%PORTDOCS%%share/doc/db41/api_c/db_set_encrypt.html +%%PORTDOCS%%share/doc/db41/api_c/db_set_errcall.html +%%PORTDOCS%%share/doc/db41/api_c/db_set_errfile.html +%%PORTDOCS%%share/doc/db41/api_c/db_set_errpfx.html +%%PORTDOCS%%share/doc/db41/api_c/db_set_feedback.html +%%PORTDOCS%%share/doc/db41/api_c/db_set_flags.html +%%PORTDOCS%%share/doc/db41/api_c/db_set_h_ffactor.html +%%PORTDOCS%%share/doc/db41/api_c/db_set_h_hash.html +%%PORTDOCS%%share/doc/db41/api_c/db_set_h_nelem.html +%%PORTDOCS%%share/doc/db41/api_c/db_set_lorder.html +%%PORTDOCS%%share/doc/db41/api_c/db_set_pagesize.html +%%PORTDOCS%%share/doc/db41/api_c/db_set_paniccall.html +%%PORTDOCS%%share/doc/db41/api_c/db_set_q_extentsize.html +%%PORTDOCS%%share/doc/db41/api_c/db_set_re_delim.html +%%PORTDOCS%%share/doc/db41/api_c/db_set_re_len.html +%%PORTDOCS%%share/doc/db41/api_c/db_set_re_pad.html +%%PORTDOCS%%share/doc/db41/api_c/db_set_re_source.html +%%PORTDOCS%%share/doc/db41/api_c/db_stat.html +%%PORTDOCS%%share/doc/db41/api_c/db_sync.html +%%PORTDOCS%%share/doc/db41/api_c/db_truncate.html +%%PORTDOCS%%share/doc/db41/api_c/db_upgrade.html +%%PORTDOCS%%share/doc/db41/api_c/db_verify.html +%%PORTDOCS%%share/doc/db41/api_c/dbc_class.html +%%PORTDOCS%%share/doc/db41/api_c/dbc_close.html +%%PORTDOCS%%share/doc/db41/api_c/dbc_count.html +%%PORTDOCS%%share/doc/db41/api_c/dbc_del.html +%%PORTDOCS%%share/doc/db41/api_c/dbc_dup.html +%%PORTDOCS%%share/doc/db41/api_c/dbc_get.html +%%PORTDOCS%%share/doc/db41/api_c/dbc_list.html +%%PORTDOCS%%share/doc/db41/api_c/dbc_put.html +%%PORTDOCS%%share/doc/db41/api_c/dbm.html +%%PORTDOCS%%share/doc/db41/api_c/dbt_bulk.html +%%PORTDOCS%%share/doc/db41/api_c/dbt_class.html +%%PORTDOCS%%share/doc/db41/api_c/env_class.html +%%PORTDOCS%%share/doc/db41/api_c/env_close.html +%%PORTDOCS%%share/doc/db41/api_c/env_create.html +%%PORTDOCS%%share/doc/db41/api_c/env_dbremove.html +%%PORTDOCS%%share/doc/db41/api_c/env_dbrename.html +%%PORTDOCS%%share/doc/db41/api_c/env_err.html +%%PORTDOCS%%share/doc/db41/api_c/env_list.html +%%PORTDOCS%%share/doc/db41/api_c/env_open.html +%%PORTDOCS%%share/doc/db41/api_c/env_remove.html +%%PORTDOCS%%share/doc/db41/api_c/env_set_alloc.html +%%PORTDOCS%%share/doc/db41/api_c/env_set_app_dispatch.html +%%PORTDOCS%%share/doc/db41/api_c/env_set_cachesize.html +%%PORTDOCS%%share/doc/db41/api_c/env_set_data_dir.html +%%PORTDOCS%%share/doc/db41/api_c/env_set_encrypt.html +%%PORTDOCS%%share/doc/db41/api_c/env_set_errcall.html +%%PORTDOCS%%share/doc/db41/api_c/env_set_errfile.html +%%PORTDOCS%%share/doc/db41/api_c/env_set_errpfx.html +%%PORTDOCS%%share/doc/db41/api_c/env_set_feedback.html +%%PORTDOCS%%share/doc/db41/api_c/env_set_flags.html +%%PORTDOCS%%share/doc/db41/api_c/env_set_lg_bsize.html +%%PORTDOCS%%share/doc/db41/api_c/env_set_lg_dir.html +%%PORTDOCS%%share/doc/db41/api_c/env_set_lg_max.html +%%PORTDOCS%%share/doc/db41/api_c/env_set_lg_regionmax.html +%%PORTDOCS%%share/doc/db41/api_c/env_set_lk_conflicts.html +%%PORTDOCS%%share/doc/db41/api_c/env_set_lk_detect.html +%%PORTDOCS%%share/doc/db41/api_c/env_set_lk_max_lockers.html +%%PORTDOCS%%share/doc/db41/api_c/env_set_lk_max_locks.html +%%PORTDOCS%%share/doc/db41/api_c/env_set_lk_max_objects.html +%%PORTDOCS%%share/doc/db41/api_c/env_set_mp_mmapsize.html +%%PORTDOCS%%share/doc/db41/api_c/env_set_paniccall.html +%%PORTDOCS%%share/doc/db41/api_c/env_set_rpc_server.html +%%PORTDOCS%%share/doc/db41/api_c/env_set_shm_key.html +%%PORTDOCS%%share/doc/db41/api_c/env_set_tas_spins.html +%%PORTDOCS%%share/doc/db41/api_c/env_set_timeout.html +%%PORTDOCS%%share/doc/db41/api_c/env_set_tmp_dir.html +%%PORTDOCS%%share/doc/db41/api_c/env_set_tx_max.html +%%PORTDOCS%%share/doc/db41/api_c/env_set_tx_timestamp.html +%%PORTDOCS%%share/doc/db41/api_c/env_set_verbose.html +%%PORTDOCS%%share/doc/db41/api_c/env_strerror.html +%%PORTDOCS%%share/doc/db41/api_c/env_version.html +%%PORTDOCS%%share/doc/db41/api_c/hsearch.html +%%PORTDOCS%%share/doc/db41/api_c/lock_class.html +%%PORTDOCS%%share/doc/db41/api_c/lock_detect.html +%%PORTDOCS%%share/doc/db41/api_c/lock_get.html +%%PORTDOCS%%share/doc/db41/api_c/lock_id.html +%%PORTDOCS%%share/doc/db41/api_c/lock_id_free.html +%%PORTDOCS%%share/doc/db41/api_c/lock_list.html +%%PORTDOCS%%share/doc/db41/api_c/lock_put.html +%%PORTDOCS%%share/doc/db41/api_c/lock_stat.html +%%PORTDOCS%%share/doc/db41/api_c/lock_vec.html +%%PORTDOCS%%share/doc/db41/api_c/log_archive.html +%%PORTDOCS%%share/doc/db41/api_c/log_compare.html +%%PORTDOCS%%share/doc/db41/api_c/log_cursor.html +%%PORTDOCS%%share/doc/db41/api_c/log_file.html +%%PORTDOCS%%share/doc/db41/api_c/log_flush.html +%%PORTDOCS%%share/doc/db41/api_c/log_list.html +%%PORTDOCS%%share/doc/db41/api_c/log_put.html +%%PORTDOCS%%share/doc/db41/api_c/log_stat.html +%%PORTDOCS%%share/doc/db41/api_c/logc_class.html +%%PORTDOCS%%share/doc/db41/api_c/logc_close.html +%%PORTDOCS%%share/doc/db41/api_c/logc_get.html +%%PORTDOCS%%share/doc/db41/api_c/lsn_class.html +%%PORTDOCS%%share/doc/db41/api_c/memp_fclose.html +%%PORTDOCS%%share/doc/db41/api_c/memp_fcreate.html +%%PORTDOCS%%share/doc/db41/api_c/memp_fget.html +%%PORTDOCS%%share/doc/db41/api_c/memp_fopen.html +%%PORTDOCS%%share/doc/db41/api_c/memp_fput.html +%%PORTDOCS%%share/doc/db41/api_c/memp_fset.html +%%PORTDOCS%%share/doc/db41/api_c/memp_fsync.html +%%PORTDOCS%%share/doc/db41/api_c/memp_list.html +%%PORTDOCS%%share/doc/db41/api_c/memp_register.html +%%PORTDOCS%%share/doc/db41/api_c/memp_set_clear_len.html +%%PORTDOCS%%share/doc/db41/api_c/memp_set_fileid.html +%%PORTDOCS%%share/doc/db41/api_c/memp_set_ftype.html +%%PORTDOCS%%share/doc/db41/api_c/memp_set_lsn_offset.html +%%PORTDOCS%%share/doc/db41/api_c/memp_set_pgcookie.html +%%PORTDOCS%%share/doc/db41/api_c/memp_stat.html +%%PORTDOCS%%share/doc/db41/api_c/memp_sync.html +%%PORTDOCS%%share/doc/db41/api_c/memp_trickle.html +%%PORTDOCS%%share/doc/db41/api_c/mempfile_class.html +%%PORTDOCS%%share/doc/db41/api_c/pindex.src +%%PORTDOCS%%share/doc/db41/api_c/rep_elect.html +%%PORTDOCS%%share/doc/db41/api_c/rep_limit.html +%%PORTDOCS%%share/doc/db41/api_c/rep_list.html +%%PORTDOCS%%share/doc/db41/api_c/rep_message.html +%%PORTDOCS%%share/doc/db41/api_c/rep_start.html +%%PORTDOCS%%share/doc/db41/api_c/rep_stat.html +%%PORTDOCS%%share/doc/db41/api_c/rep_transport.html +%%PORTDOCS%%share/doc/db41/api_c/set_func_close.html +%%PORTDOCS%%share/doc/db41/api_c/set_func_dirfree.html +%%PORTDOCS%%share/doc/db41/api_c/set_func_dirlist.html +%%PORTDOCS%%share/doc/db41/api_c/set_func_exists.html +%%PORTDOCS%%share/doc/db41/api_c/set_func_free.html +%%PORTDOCS%%share/doc/db41/api_c/set_func_fsync.html +%%PORTDOCS%%share/doc/db41/api_c/set_func_ioinfo.html +%%PORTDOCS%%share/doc/db41/api_c/set_func_malloc.html +%%PORTDOCS%%share/doc/db41/api_c/set_func_map.html +%%PORTDOCS%%share/doc/db41/api_c/set_func_open.html +%%PORTDOCS%%share/doc/db41/api_c/set_func_read.html +%%PORTDOCS%%share/doc/db41/api_c/set_func_realloc.html +%%PORTDOCS%%share/doc/db41/api_c/set_func_rename.html +%%PORTDOCS%%share/doc/db41/api_c/set_func_seek.html +%%PORTDOCS%%share/doc/db41/api_c/set_func_sleep.html +%%PORTDOCS%%share/doc/db41/api_c/set_func_unlink.html +%%PORTDOCS%%share/doc/db41/api_c/set_func_unmap.html +%%PORTDOCS%%share/doc/db41/api_c/set_func_write.html +%%PORTDOCS%%share/doc/db41/api_c/set_func_yield.html +%%PORTDOCS%%share/doc/db41/api_c/txn_abort.html +%%PORTDOCS%%share/doc/db41/api_c/txn_begin.html +%%PORTDOCS%%share/doc/db41/api_c/txn_checkpoint.html +%%PORTDOCS%%share/doc/db41/api_c/txn_class.html +%%PORTDOCS%%share/doc/db41/api_c/txn_commit.html +%%PORTDOCS%%share/doc/db41/api_c/txn_discard.html +%%PORTDOCS%%share/doc/db41/api_c/txn_id.html +%%PORTDOCS%%share/doc/db41/api_c/txn_list.html +%%PORTDOCS%%share/doc/db41/api_c/txn_prepare.html +%%PORTDOCS%%share/doc/db41/api_c/txn_recover.html +%%PORTDOCS%%share/doc/db41/api_c/txn_set_timeout.html +%%PORTDOCS%%share/doc/db41/api_c/txn_stat.html +%%PORTDOCS%%share/doc/db41/api_cxx/c_index.html +%%PORTDOCS%%share/doc/db41/api_cxx/cxx_pindex.html +%%PORTDOCS%%share/doc/db41/api_cxx/db_associate.html +%%PORTDOCS%%share/doc/db41/api_cxx/db_class.html +%%PORTDOCS%%share/doc/db41/api_cxx/db_close.html +%%PORTDOCS%%share/doc/db41/api_cxx/db_cursor.html +%%PORTDOCS%%share/doc/db41/api_cxx/db_del.html +%%PORTDOCS%%share/doc/db41/api_cxx/db_err.html +%%PORTDOCS%%share/doc/db41/api_cxx/db_fd.html +%%PORTDOCS%%share/doc/db41/api_cxx/db_get.html +%%PORTDOCS%%share/doc/db41/api_cxx/db_get_byteswapped.html +%%PORTDOCS%%share/doc/db41/api_cxx/db_get_type.html +%%PORTDOCS%%share/doc/db41/api_cxx/db_join.html +%%PORTDOCS%%share/doc/db41/api_cxx/db_key_range.html +%%PORTDOCS%%share/doc/db41/api_cxx/db_list.html +%%PORTDOCS%%share/doc/db41/api_cxx/db_open.html +%%PORTDOCS%%share/doc/db41/api_cxx/db_put.html +%%PORTDOCS%%share/doc/db41/api_cxx/db_remove.html +%%PORTDOCS%%share/doc/db41/api_cxx/db_rename.html +%%PORTDOCS%%share/doc/db41/api_cxx/db_set_alloc.html +%%PORTDOCS%%share/doc/db41/api_cxx/db_set_append_recno.html +%%PORTDOCS%%share/doc/db41/api_cxx/db_set_bt_compare.html +%%PORTDOCS%%share/doc/db41/api_cxx/db_set_bt_minkey.html +%%PORTDOCS%%share/doc/db41/api_cxx/db_set_bt_prefix.html +%%PORTDOCS%%share/doc/db41/api_cxx/db_set_cache_priority.html +%%PORTDOCS%%share/doc/db41/api_cxx/db_set_cachesize.html +%%PORTDOCS%%share/doc/db41/api_cxx/db_set_dup_compare.html +%%PORTDOCS%%share/doc/db41/api_cxx/db_set_encrypt.html +%%PORTDOCS%%share/doc/db41/api_cxx/db_set_errcall.html +%%PORTDOCS%%share/doc/db41/api_cxx/db_set_errfile.html +%%PORTDOCS%%share/doc/db41/api_cxx/db_set_error_stream.html +%%PORTDOCS%%share/doc/db41/api_cxx/db_set_errpfx.html +%%PORTDOCS%%share/doc/db41/api_cxx/db_set_feedback.html +%%PORTDOCS%%share/doc/db41/api_cxx/db_set_flags.html +%%PORTDOCS%%share/doc/db41/api_cxx/db_set_h_ffactor.html +%%PORTDOCS%%share/doc/db41/api_cxx/db_set_h_hash.html +%%PORTDOCS%%share/doc/db41/api_cxx/db_set_h_nelem.html +%%PORTDOCS%%share/doc/db41/api_cxx/db_set_lorder.html +%%PORTDOCS%%share/doc/db41/api_cxx/db_set_pagesize.html +%%PORTDOCS%%share/doc/db41/api_cxx/db_set_paniccall.html +%%PORTDOCS%%share/doc/db41/api_cxx/db_set_q_extentsize.html +%%PORTDOCS%%share/doc/db41/api_cxx/db_set_re_delim.html +%%PORTDOCS%%share/doc/db41/api_cxx/db_set_re_len.html +%%PORTDOCS%%share/doc/db41/api_cxx/db_set_re_pad.html +%%PORTDOCS%%share/doc/db41/api_cxx/db_set_re_source.html +%%PORTDOCS%%share/doc/db41/api_cxx/db_stat.html +%%PORTDOCS%%share/doc/db41/api_cxx/db_sync.html +%%PORTDOCS%%share/doc/db41/api_cxx/db_truncate.html +%%PORTDOCS%%share/doc/db41/api_cxx/db_upgrade.html +%%PORTDOCS%%share/doc/db41/api_cxx/db_verify.html +%%PORTDOCS%%share/doc/db41/api_cxx/dbc_class.html +%%PORTDOCS%%share/doc/db41/api_cxx/dbc_close.html +%%PORTDOCS%%share/doc/db41/api_cxx/dbc_count.html +%%PORTDOCS%%share/doc/db41/api_cxx/dbc_del.html +%%PORTDOCS%%share/doc/db41/api_cxx/dbc_dup.html +%%PORTDOCS%%share/doc/db41/api_cxx/dbc_get.html +%%PORTDOCS%%share/doc/db41/api_cxx/dbc_list.html +%%PORTDOCS%%share/doc/db41/api_cxx/dbc_put.html +%%PORTDOCS%%share/doc/db41/api_cxx/dbt_bulk.html +%%PORTDOCS%%share/doc/db41/api_cxx/dbt_class.html +%%PORTDOCS%%share/doc/db41/api_cxx/deadlock_class.html +%%PORTDOCS%%share/doc/db41/api_cxx/env_class.html +%%PORTDOCS%%share/doc/db41/api_cxx/env_close.html +%%PORTDOCS%%share/doc/db41/api_cxx/env_dbremove.html +%%PORTDOCS%%share/doc/db41/api_cxx/env_dbrename.html +%%PORTDOCS%%share/doc/db41/api_cxx/env_err.html +%%PORTDOCS%%share/doc/db41/api_cxx/env_list.html +%%PORTDOCS%%share/doc/db41/api_cxx/env_open.html +%%PORTDOCS%%share/doc/db41/api_cxx/env_remove.html +%%PORTDOCS%%share/doc/db41/api_cxx/env_set_alloc.html +%%PORTDOCS%%share/doc/db41/api_cxx/env_set_app_dispatch.html +%%PORTDOCS%%share/doc/db41/api_cxx/env_set_cachesize.html +%%PORTDOCS%%share/doc/db41/api_cxx/env_set_data_dir.html +%%PORTDOCS%%share/doc/db41/api_cxx/env_set_encrypt.html +%%PORTDOCS%%share/doc/db41/api_cxx/env_set_errcall.html +%%PORTDOCS%%share/doc/db41/api_cxx/env_set_errfile.html +%%PORTDOCS%%share/doc/db41/api_cxx/env_set_error_stream.html +%%PORTDOCS%%share/doc/db41/api_cxx/env_set_errpfx.html +%%PORTDOCS%%share/doc/db41/api_cxx/env_set_feedback.html +%%PORTDOCS%%share/doc/db41/api_cxx/env_set_flags.html +%%PORTDOCS%%share/doc/db41/api_cxx/env_set_lg_bsize.html +%%PORTDOCS%%share/doc/db41/api_cxx/env_set_lg_dir.html +%%PORTDOCS%%share/doc/db41/api_cxx/env_set_lg_max.html +%%PORTDOCS%%share/doc/db41/api_cxx/env_set_lg_regionmax.html +%%PORTDOCS%%share/doc/db41/api_cxx/env_set_lk_conflicts.html +%%PORTDOCS%%share/doc/db41/api_cxx/env_set_lk_detect.html +%%PORTDOCS%%share/doc/db41/api_cxx/env_set_lk_max_lockers.html +%%PORTDOCS%%share/doc/db41/api_cxx/env_set_lk_max_locks.html +%%PORTDOCS%%share/doc/db41/api_cxx/env_set_lk_max_objects.html +%%PORTDOCS%%share/doc/db41/api_cxx/env_set_mp_mmapsize.html +%%PORTDOCS%%share/doc/db41/api_cxx/env_set_paniccall.html +%%PORTDOCS%%share/doc/db41/api_cxx/env_set_rpc_server.html +%%PORTDOCS%%share/doc/db41/api_cxx/env_set_shm_key.html +%%PORTDOCS%%share/doc/db41/api_cxx/env_set_tas_spins.html +%%PORTDOCS%%share/doc/db41/api_cxx/env_set_timeout.html +%%PORTDOCS%%share/doc/db41/api_cxx/env_set_tmp_dir.html +%%PORTDOCS%%share/doc/db41/api_cxx/env_set_tx_max.html +%%PORTDOCS%%share/doc/db41/api_cxx/env_set_tx_timestamp.html +%%PORTDOCS%%share/doc/db41/api_cxx/env_set_verbose.html +%%PORTDOCS%%share/doc/db41/api_cxx/env_strerror.html +%%PORTDOCS%%share/doc/db41/api_cxx/env_version.html +%%PORTDOCS%%share/doc/db41/api_cxx/except_class.html +%%PORTDOCS%%share/doc/db41/api_cxx/lock_class.html +%%PORTDOCS%%share/doc/db41/api_cxx/lock_detect.html +%%PORTDOCS%%share/doc/db41/api_cxx/lock_get.html +%%PORTDOCS%%share/doc/db41/api_cxx/lock_id.html +%%PORTDOCS%%share/doc/db41/api_cxx/lock_id_free.html +%%PORTDOCS%%share/doc/db41/api_cxx/lock_list.html +%%PORTDOCS%%share/doc/db41/api_cxx/lock_put.html +%%PORTDOCS%%share/doc/db41/api_cxx/lock_stat.html +%%PORTDOCS%%share/doc/db41/api_cxx/lock_vec.html +%%PORTDOCS%%share/doc/db41/api_cxx/lockng_class.html +%%PORTDOCS%%share/doc/db41/api_cxx/log_archive.html +%%PORTDOCS%%share/doc/db41/api_cxx/log_compare.html +%%PORTDOCS%%share/doc/db41/api_cxx/log_cursor.html +%%PORTDOCS%%share/doc/db41/api_cxx/log_file.html +%%PORTDOCS%%share/doc/db41/api_cxx/log_flush.html +%%PORTDOCS%%share/doc/db41/api_cxx/log_list.html +%%PORTDOCS%%share/doc/db41/api_cxx/log_put.html +%%PORTDOCS%%share/doc/db41/api_cxx/log_stat.html +%%PORTDOCS%%share/doc/db41/api_cxx/logc_class.html +%%PORTDOCS%%share/doc/db41/api_cxx/logc_close.html +%%PORTDOCS%%share/doc/db41/api_cxx/logc_get.html +%%PORTDOCS%%share/doc/db41/api_cxx/lsn_class.html +%%PORTDOCS%%share/doc/db41/api_cxx/memp_class.html +%%PORTDOCS%%share/doc/db41/api_cxx/memp_fclose.html +%%PORTDOCS%%share/doc/db41/api_cxx/memp_fcreate.html +%%PORTDOCS%%share/doc/db41/api_cxx/memp_fget.html +%%PORTDOCS%%share/doc/db41/api_cxx/memp_fopen.html +%%PORTDOCS%%share/doc/db41/api_cxx/memp_fput.html +%%PORTDOCS%%share/doc/db41/api_cxx/memp_fset.html +%%PORTDOCS%%share/doc/db41/api_cxx/memp_fsync.html +%%PORTDOCS%%share/doc/db41/api_cxx/memp_list.html +%%PORTDOCS%%share/doc/db41/api_cxx/memp_register.html +%%PORTDOCS%%share/doc/db41/api_cxx/memp_set_clear_len.html +%%PORTDOCS%%share/doc/db41/api_cxx/memp_set_fileid.html +%%PORTDOCS%%share/doc/db41/api_cxx/memp_set_ftype.html +%%PORTDOCS%%share/doc/db41/api_cxx/memp_set_lsn_offset.html +%%PORTDOCS%%share/doc/db41/api_cxx/memp_set_pgcookie.html +%%PORTDOCS%%share/doc/db41/api_cxx/memp_stat.html +%%PORTDOCS%%share/doc/db41/api_cxx/memp_sync.html +%%PORTDOCS%%share/doc/db41/api_cxx/memp_trickle.html +%%PORTDOCS%%share/doc/db41/api_cxx/mempfile_class.html +%%PORTDOCS%%share/doc/db41/api_cxx/pindex.src +%%PORTDOCS%%share/doc/db41/api_cxx/rep_elect.html +%%PORTDOCS%%share/doc/db41/api_cxx/rep_limit.html +%%PORTDOCS%%share/doc/db41/api_cxx/rep_list.html +%%PORTDOCS%%share/doc/db41/api_cxx/rep_message.html +%%PORTDOCS%%share/doc/db41/api_cxx/rep_start.html +%%PORTDOCS%%share/doc/db41/api_cxx/rep_stat.html +%%PORTDOCS%%share/doc/db41/api_cxx/rep_transport.html +%%PORTDOCS%%share/doc/db41/api_cxx/runrec_class.html +%%PORTDOCS%%share/doc/db41/api_cxx/txn_abort.html +%%PORTDOCS%%share/doc/db41/api_cxx/txn_begin.html +%%PORTDOCS%%share/doc/db41/api_cxx/txn_checkpoint.html +%%PORTDOCS%%share/doc/db41/api_cxx/txn_class.html +%%PORTDOCS%%share/doc/db41/api_cxx/txn_commit.html +%%PORTDOCS%%share/doc/db41/api_cxx/txn_discard.html +%%PORTDOCS%%share/doc/db41/api_cxx/txn_id.html +%%PORTDOCS%%share/doc/db41/api_cxx/txn_list.html +%%PORTDOCS%%share/doc/db41/api_cxx/txn_prepare.html +%%PORTDOCS%%share/doc/db41/api_cxx/txn_recover.html +%%PORTDOCS%%share/doc/db41/api_cxx/txn_set_timeout.html +%%PORTDOCS%%share/doc/db41/api_cxx/txn_stat.html +%%PORTDOCS%%share/doc/db41/api_java/c_index.html +%%PORTDOCS%%share/doc/db41/api_java/db_associate.html +%%PORTDOCS%%share/doc/db41/api_java/db_class.html +%%PORTDOCS%%share/doc/db41/api_java/db_close.html +%%PORTDOCS%%share/doc/db41/api_java/db_cursor.html +%%PORTDOCS%%share/doc/db41/api_java/db_del.html +%%PORTDOCS%%share/doc/db41/api_java/db_err.html +%%PORTDOCS%%share/doc/db41/api_java/db_fd.html +%%PORTDOCS%%share/doc/db41/api_java/db_get.html +%%PORTDOCS%%share/doc/db41/api_java/db_get_byteswapped.html +%%PORTDOCS%%share/doc/db41/api_java/db_get_type.html +%%PORTDOCS%%share/doc/db41/api_java/db_join.html +%%PORTDOCS%%share/doc/db41/api_java/db_key_range.html +%%PORTDOCS%%share/doc/db41/api_java/db_list.html +%%PORTDOCS%%share/doc/db41/api_java/db_open.html +%%PORTDOCS%%share/doc/db41/api_java/db_put.html +%%PORTDOCS%%share/doc/db41/api_java/db_remove.html +%%PORTDOCS%%share/doc/db41/api_java/db_rename.html +%%PORTDOCS%%share/doc/db41/api_java/db_set_append_recno.html +%%PORTDOCS%%share/doc/db41/api_java/db_set_bt_compare.html +%%PORTDOCS%%share/doc/db41/api_java/db_set_bt_minkey.html +%%PORTDOCS%%share/doc/db41/api_java/db_set_bt_prefix.html +%%PORTDOCS%%share/doc/db41/api_java/db_set_cache_priority.html +%%PORTDOCS%%share/doc/db41/api_java/db_set_cachesize.html +%%PORTDOCS%%share/doc/db41/api_java/db_set_dup_compare.html +%%PORTDOCS%%share/doc/db41/api_java/db_set_encrypt.html +%%PORTDOCS%%share/doc/db41/api_java/db_set_errcall.html +%%PORTDOCS%%share/doc/db41/api_java/db_set_error_stream.html +%%PORTDOCS%%share/doc/db41/api_java/db_set_errpfx.html +%%PORTDOCS%%share/doc/db41/api_java/db_set_feedback.html +%%PORTDOCS%%share/doc/db41/api_java/db_set_flags.html +%%PORTDOCS%%share/doc/db41/api_java/db_set_h_ffactor.html +%%PORTDOCS%%share/doc/db41/api_java/db_set_h_hash.html +%%PORTDOCS%%share/doc/db41/api_java/db_set_h_nelem.html +%%PORTDOCS%%share/doc/db41/api_java/db_set_lorder.html +%%PORTDOCS%%share/doc/db41/api_java/db_set_pagesize.html +%%PORTDOCS%%share/doc/db41/api_java/db_set_q_extentsize.html +%%PORTDOCS%%share/doc/db41/api_java/db_set_re_delim.html +%%PORTDOCS%%share/doc/db41/api_java/db_set_re_len.html +%%PORTDOCS%%share/doc/db41/api_java/db_set_re_pad.html +%%PORTDOCS%%share/doc/db41/api_java/db_set_re_source.html +%%PORTDOCS%%share/doc/db41/api_java/db_stat.html +%%PORTDOCS%%share/doc/db41/api_java/db_sync.html +%%PORTDOCS%%share/doc/db41/api_java/db_truncate.html +%%PORTDOCS%%share/doc/db41/api_java/db_upgrade.html +%%PORTDOCS%%share/doc/db41/api_java/db_verify.html +%%PORTDOCS%%share/doc/db41/api_java/dbc_class.html +%%PORTDOCS%%share/doc/db41/api_java/dbc_close.html +%%PORTDOCS%%share/doc/db41/api_java/dbc_count.html +%%PORTDOCS%%share/doc/db41/api_java/dbc_del.html +%%PORTDOCS%%share/doc/db41/api_java/dbc_dup.html +%%PORTDOCS%%share/doc/db41/api_java/dbc_get.html +%%PORTDOCS%%share/doc/db41/api_java/dbc_list.html +%%PORTDOCS%%share/doc/db41/api_java/dbc_put.html +%%PORTDOCS%%share/doc/db41/api_java/dbt_bulk_class.html +%%PORTDOCS%%share/doc/db41/api_java/dbt_class.html +%%PORTDOCS%%share/doc/db41/api_java/deadlock_class.html +%%PORTDOCS%%share/doc/db41/api_java/env_class.html +%%PORTDOCS%%share/doc/db41/api_java/env_close.html +%%PORTDOCS%%share/doc/db41/api_java/env_dbremove.html +%%PORTDOCS%%share/doc/db41/api_java/env_dbrename.html +%%PORTDOCS%%share/doc/db41/api_java/env_err.html +%%PORTDOCS%%share/doc/db41/api_java/env_list.html +%%PORTDOCS%%share/doc/db41/api_java/env_open.html +%%PORTDOCS%%share/doc/db41/api_java/env_remove.html +%%PORTDOCS%%share/doc/db41/api_java/env_set_app_dispatch.html +%%PORTDOCS%%share/doc/db41/api_java/env_set_cachesize.html +%%PORTDOCS%%share/doc/db41/api_java/env_set_data_dir.html +%%PORTDOCS%%share/doc/db41/api_java/env_set_encrypt.html +%%PORTDOCS%%share/doc/db41/api_java/env_set_errcall.html +%%PORTDOCS%%share/doc/db41/api_java/env_set_error_stream.html +%%PORTDOCS%%share/doc/db41/api_java/env_set_errpfx.html +%%PORTDOCS%%share/doc/db41/api_java/env_set_feedback.html +%%PORTDOCS%%share/doc/db41/api_java/env_set_flags.html +%%PORTDOCS%%share/doc/db41/api_java/env_set_lg_bsize.html +%%PORTDOCS%%share/doc/db41/api_java/env_set_lg_dir.html +%%PORTDOCS%%share/doc/db41/api_java/env_set_lg_max.html +%%PORTDOCS%%share/doc/db41/api_java/env_set_lg_regionmax.html +%%PORTDOCS%%share/doc/db41/api_java/env_set_lk_conflicts.html +%%PORTDOCS%%share/doc/db41/api_java/env_set_lk_detect.html +%%PORTDOCS%%share/doc/db41/api_java/env_set_lk_max_lockers.html +%%PORTDOCS%%share/doc/db41/api_java/env_set_lk_max_locks.html +%%PORTDOCS%%share/doc/db41/api_java/env_set_lk_max_objects.html +%%PORTDOCS%%share/doc/db41/api_java/env_set_mp_mmapsize.html +%%PORTDOCS%%share/doc/db41/api_java/env_set_rpc_server.html +%%PORTDOCS%%share/doc/db41/api_java/env_set_shm_key.html +%%PORTDOCS%%share/doc/db41/api_java/env_set_tas_spins.html +%%PORTDOCS%%share/doc/db41/api_java/env_set_timeout.html +%%PORTDOCS%%share/doc/db41/api_java/env_set_tmp_dir.html +%%PORTDOCS%%share/doc/db41/api_java/env_set_tx_max.html +%%PORTDOCS%%share/doc/db41/api_java/env_set_tx_timestamp.html +%%PORTDOCS%%share/doc/db41/api_java/env_set_verbose.html +%%PORTDOCS%%share/doc/db41/api_java/env_strerror.html +%%PORTDOCS%%share/doc/db41/api_java/env_version.html +%%PORTDOCS%%share/doc/db41/api_java/except_class.html +%%PORTDOCS%%share/doc/db41/api_java/java_pindex.html +%%PORTDOCS%%share/doc/db41/api_java/lock_class.html +%%PORTDOCS%%share/doc/db41/api_java/lock_detect.html +%%PORTDOCS%%share/doc/db41/api_java/lock_get.html +%%PORTDOCS%%share/doc/db41/api_java/lock_id.html +%%PORTDOCS%%share/doc/db41/api_java/lock_id_free.html +%%PORTDOCS%%share/doc/db41/api_java/lock_list.html +%%PORTDOCS%%share/doc/db41/api_java/lock_put.html +%%PORTDOCS%%share/doc/db41/api_java/lock_stat.html +%%PORTDOCS%%share/doc/db41/api_java/lock_vec.html +%%PORTDOCS%%share/doc/db41/api_java/lockng_class.html +%%PORTDOCS%%share/doc/db41/api_java/log_archive.html +%%PORTDOCS%%share/doc/db41/api_java/log_compare.html +%%PORTDOCS%%share/doc/db41/api_java/log_cursor.html +%%PORTDOCS%%share/doc/db41/api_java/log_file.html +%%PORTDOCS%%share/doc/db41/api_java/log_flush.html +%%PORTDOCS%%share/doc/db41/api_java/log_list.html +%%PORTDOCS%%share/doc/db41/api_java/log_put.html +%%PORTDOCS%%share/doc/db41/api_java/log_stat.html +%%PORTDOCS%%share/doc/db41/api_java/logc_class.html +%%PORTDOCS%%share/doc/db41/api_java/logc_close.html +%%PORTDOCS%%share/doc/db41/api_java/logc_get.html +%%PORTDOCS%%share/doc/db41/api_java/lsn_class.html +%%PORTDOCS%%share/doc/db41/api_java/memp_class.html +%%PORTDOCS%%share/doc/db41/api_java/memp_fclose.html +%%PORTDOCS%%share/doc/db41/api_java/memp_fopen.html +%%PORTDOCS%%share/doc/db41/api_java/memp_fsync.html +%%PORTDOCS%%share/doc/db41/api_java/memp_list.html +%%PORTDOCS%%share/doc/db41/api_java/memp_register.html +%%PORTDOCS%%share/doc/db41/api_java/memp_stat.html +%%PORTDOCS%%share/doc/db41/api_java/memp_sync.html +%%PORTDOCS%%share/doc/db41/api_java/memp_trickle.html +%%PORTDOCS%%share/doc/db41/api_java/mempfile_class.html +%%PORTDOCS%%share/doc/db41/api_java/pindex.src +%%PORTDOCS%%share/doc/db41/api_java/rep_elect.html +%%PORTDOCS%%share/doc/db41/api_java/rep_limit.html +%%PORTDOCS%%share/doc/db41/api_java/rep_list.html +%%PORTDOCS%%share/doc/db41/api_java/rep_message.html +%%PORTDOCS%%share/doc/db41/api_java/rep_start.html +%%PORTDOCS%%share/doc/db41/api_java/rep_stat.html +%%PORTDOCS%%share/doc/db41/api_java/rep_transport.html +%%PORTDOCS%%share/doc/db41/api_java/runrec_class.html +%%PORTDOCS%%share/doc/db41/api_java/txn_abort.html +%%PORTDOCS%%share/doc/db41/api_java/txn_begin.html +%%PORTDOCS%%share/doc/db41/api_java/txn_checkpoint.html +%%PORTDOCS%%share/doc/db41/api_java/txn_class.html +%%PORTDOCS%%share/doc/db41/api_java/txn_commit.html +%%PORTDOCS%%share/doc/db41/api_java/txn_discard.html +%%PORTDOCS%%share/doc/db41/api_java/txn_id.html +%%PORTDOCS%%share/doc/db41/api_java/txn_list.html +%%PORTDOCS%%share/doc/db41/api_java/txn_prepare.html +%%PORTDOCS%%share/doc/db41/api_java/txn_recover.html +%%PORTDOCS%%share/doc/db41/api_java/txn_set_timeout.html +%%PORTDOCS%%share/doc/db41/api_java/txn_stat.html +%%PORTDOCS%%share/doc/db41/api_tcl/db_close.html +%%PORTDOCS%%share/doc/db41/api_tcl/db_count.html +%%PORTDOCS%%share/doc/db41/api_tcl/db_cursor.html +%%PORTDOCS%%share/doc/db41/api_tcl/db_del.html +%%PORTDOCS%%share/doc/db41/api_tcl/db_get.html +%%PORTDOCS%%share/doc/db41/api_tcl/db_get_join.html +%%PORTDOCS%%share/doc/db41/api_tcl/db_get_type.html +%%PORTDOCS%%share/doc/db41/api_tcl/db_is_byteswapped.html +%%PORTDOCS%%share/doc/db41/api_tcl/db_join.html +%%PORTDOCS%%share/doc/db41/api_tcl/db_open.html +%%PORTDOCS%%share/doc/db41/api_tcl/db_put.html +%%PORTDOCS%%share/doc/db41/api_tcl/db_remove.html +%%PORTDOCS%%share/doc/db41/api_tcl/db_rename.html +%%PORTDOCS%%share/doc/db41/api_tcl/db_stat.html +%%PORTDOCS%%share/doc/db41/api_tcl/db_sync.html +%%PORTDOCS%%share/doc/db41/api_tcl/db_truncate.html +%%PORTDOCS%%share/doc/db41/api_tcl/dbc_close.html +%%PORTDOCS%%share/doc/db41/api_tcl/dbc_del.html +%%PORTDOCS%%share/doc/db41/api_tcl/dbc_dup.html +%%PORTDOCS%%share/doc/db41/api_tcl/dbc_get.html +%%PORTDOCS%%share/doc/db41/api_tcl/dbc_put.html +%%PORTDOCS%%share/doc/db41/api_tcl/env_close.html +%%PORTDOCS%%share/doc/db41/api_tcl/env_dbremove.html +%%PORTDOCS%%share/doc/db41/api_tcl/env_dbrename.html +%%PORTDOCS%%share/doc/db41/api_tcl/env_open.html +%%PORTDOCS%%share/doc/db41/api_tcl/env_remove.html +%%PORTDOCS%%share/doc/db41/api_tcl/pindex.src +%%PORTDOCS%%share/doc/db41/api_tcl/tcl_index.html +%%PORTDOCS%%share/doc/db41/api_tcl/tcl_pindex.html +%%PORTDOCS%%share/doc/db41/api_tcl/txn.html +%%PORTDOCS%%share/doc/db41/api_tcl/txn_abort.html +%%PORTDOCS%%share/doc/db41/api_tcl/txn_commit.html +%%PORTDOCS%%share/doc/db41/api_tcl/version.html +%%PORTDOCS%%share/doc/db41/images/api.gif +%%PORTDOCS%%share/doc/db41/images/next.gif +%%PORTDOCS%%share/doc/db41/images/prev.gif +%%PORTDOCS%%share/doc/db41/images/ps.gif +%%PORTDOCS%%share/doc/db41/images/ref.gif +%%PORTDOCS%%share/doc/db41/images/sleepycat.gif +%%PORTDOCS%%share/doc/db41/index.html +%%PORTDOCS%%share/doc/db41/ref/am/close.html +%%PORTDOCS%%share/doc/db41/ref/am/count.html +%%PORTDOCS%%share/doc/db41/ref/am/curclose.html +%%PORTDOCS%%share/doc/db41/ref/am/curdel.html +%%PORTDOCS%%share/doc/db41/ref/am/curdup.html +%%PORTDOCS%%share/doc/db41/ref/am/curget.html +%%PORTDOCS%%share/doc/db41/ref/am/curput.html +%%PORTDOCS%%share/doc/db41/ref/am/cursor.html +%%PORTDOCS%%share/doc/db41/ref/am/delete.html +%%PORTDOCS%%share/doc/db41/ref/am/get.html +%%PORTDOCS%%share/doc/db41/ref/am/join.html +%%PORTDOCS%%share/doc/db41/ref/am/open.html +%%PORTDOCS%%share/doc/db41/ref/am/opensub.html +%%PORTDOCS%%share/doc/db41/ref/am/ops.html +%%PORTDOCS%%share/doc/db41/ref/am/put.html +%%PORTDOCS%%share/doc/db41/ref/am/second.html +%%PORTDOCS%%share/doc/db41/ref/am/stat.html +%%PORTDOCS%%share/doc/db41/ref/am/sync.html +%%PORTDOCS%%share/doc/db41/ref/am/truncate.html +%%PORTDOCS%%share/doc/db41/ref/am/upgrade.html +%%PORTDOCS%%share/doc/db41/ref/am/verify.html +%%PORTDOCS%%share/doc/db41/ref/am_conf/bt_compare.html +%%PORTDOCS%%share/doc/db41/ref/am_conf/bt_minkey.html +%%PORTDOCS%%share/doc/db41/ref/am_conf/bt_prefix.html +%%PORTDOCS%%share/doc/db41/ref/am_conf/bt_recnum.html +%%PORTDOCS%%share/doc/db41/ref/am_conf/byteorder.html +%%PORTDOCS%%share/doc/db41/ref/am_conf/cachesize.html +%%PORTDOCS%%share/doc/db41/ref/am_conf/dup.html +%%PORTDOCS%%share/doc/db41/ref/am_conf/extentsize.html +%%PORTDOCS%%share/doc/db41/ref/am_conf/h_ffactor.html +%%PORTDOCS%%share/doc/db41/ref/am_conf/h_hash.html +%%PORTDOCS%%share/doc/db41/ref/am_conf/h_nelem.html +%%PORTDOCS%%share/doc/db41/ref/am_conf/intro.html +%%PORTDOCS%%share/doc/db41/ref/am_conf/logrec.html +%%PORTDOCS%%share/doc/db41/ref/am_conf/malloc.html +%%PORTDOCS%%share/doc/db41/ref/am_conf/pagesize.html +%%PORTDOCS%%share/doc/db41/ref/am_conf/re_source.html +%%PORTDOCS%%share/doc/db41/ref/am_conf/recno.html +%%PORTDOCS%%share/doc/db41/ref/am_conf/renumber.html +%%PORTDOCS%%share/doc/db41/ref/am_conf/select.html +%%PORTDOCS%%share/doc/db41/ref/am_misc/align.html +%%PORTDOCS%%share/doc/db41/ref/am_misc/dbsizes.html +%%PORTDOCS%%share/doc/db41/ref/am_misc/diskspace.html +%%PORTDOCS%%share/doc/db41/ref/am_misc/error.html +%%PORTDOCS%%share/doc/db41/ref/am_misc/faq.html +%%PORTDOCS%%share/doc/db41/ref/am_misc/get_bulk.html +%%PORTDOCS%%share/doc/db41/ref/am_misc/partial.html +%%PORTDOCS%%share/doc/db41/ref/am_misc/perm.html +%%PORTDOCS%%share/doc/db41/ref/am_misc/stability.html +%%PORTDOCS%%share/doc/db41/ref/am_misc/struct.html +%%PORTDOCS%%share/doc/db41/ref/am_misc/tune.html +%%PORTDOCS%%share/doc/db41/ref/apprec/auto.html +%%PORTDOCS%%share/doc/db41/ref/apprec/config.html +%%PORTDOCS%%share/doc/db41/ref/apprec/def.html +%%PORTDOCS%%share/doc/db41/ref/apprec/intro.html +%%PORTDOCS%%share/doc/db41/ref/arch/apis.html +%%PORTDOCS%%share/doc/db41/ref/arch/bigpic.gif +%%PORTDOCS%%share/doc/db41/ref/arch/bigpic.html +%%PORTDOCS%%share/doc/db41/ref/arch/progmodel.html +%%PORTDOCS%%share/doc/db41/ref/arch/script.html +%%PORTDOCS%%share/doc/db41/ref/arch/smallpic.gif +%%PORTDOCS%%share/doc/db41/ref/arch/utilities.html +%%PORTDOCS%%share/doc/db41/ref/build_unix/aix.html +%%PORTDOCS%%share/doc/db41/ref/build_unix/conf.html +%%PORTDOCS%%share/doc/db41/ref/build_unix/embedix.html +%%PORTDOCS%%share/doc/db41/ref/build_unix/flags.html +%%PORTDOCS%%share/doc/db41/ref/build_unix/freebsd.html +%%PORTDOCS%%share/doc/db41/ref/build_unix/hpux.html +%%PORTDOCS%%share/doc/db41/ref/build_unix/install.html +%%PORTDOCS%%share/doc/db41/ref/build_unix/intro.html +%%PORTDOCS%%share/doc/db41/ref/build_unix/irix.html +%%PORTDOCS%%share/doc/db41/ref/build_unix/linux.html +%%PORTDOCS%%share/doc/db41/ref/build_unix/macosx.html +%%PORTDOCS%%share/doc/db41/ref/build_unix/notes.html +%%PORTDOCS%%share/doc/db41/ref/build_unix/osf1.html +%%PORTDOCS%%share/doc/db41/ref/build_unix/qnx.html +%%PORTDOCS%%share/doc/db41/ref/build_unix/sco.html +%%PORTDOCS%%share/doc/db41/ref/build_unix/shlib.html +%%PORTDOCS%%share/doc/db41/ref/build_unix/solaris.html +%%PORTDOCS%%share/doc/db41/ref/build_unix/sunos.html +%%PORTDOCS%%share/doc/db41/ref/build_unix/test.html +%%PORTDOCS%%share/doc/db41/ref/build_unix/ultrix.html +%%PORTDOCS%%share/doc/db41/ref/build_vxworks/faq.html +%%PORTDOCS%%share/doc/db41/ref/build_vxworks/intro.html +%%PORTDOCS%%share/doc/db41/ref/build_vxworks/introae.html +%%PORTDOCS%%share/doc/db41/ref/build_vxworks/notes.html +%%PORTDOCS%%share/doc/db41/ref/build_win/faq.html +%%PORTDOCS%%share/doc/db41/ref/build_win/intro.html +%%PORTDOCS%%share/doc/db41/ref/build_win/notes.html +%%PORTDOCS%%share/doc/db41/ref/build_win/test.html +%%PORTDOCS%%share/doc/db41/ref/cam/intro.html +%%PORTDOCS%%share/doc/db41/ref/debug/common.html +%%PORTDOCS%%share/doc/db41/ref/debug/compile.html +%%PORTDOCS%%share/doc/db41/ref/debug/intro.html +%%PORTDOCS%%share/doc/db41/ref/debug/printlog.html +%%PORTDOCS%%share/doc/db41/ref/debug/runtime.html +%%PORTDOCS%%share/doc/db41/ref/distrib/layout.html +%%PORTDOCS%%share/doc/db41/ref/distrib/port.html +%%PORTDOCS%%share/doc/db41/ref/dumpload/format.html +%%PORTDOCS%%share/doc/db41/ref/dumpload/text.html +%%PORTDOCS%%share/doc/db41/ref/dumpload/utility.html +%%PORTDOCS%%share/doc/db41/ref/env/create.html +%%PORTDOCS%%share/doc/db41/ref/env/db_config.html +%%PORTDOCS%%share/doc/db41/ref/env/encrypt.html +%%PORTDOCS%%share/doc/db41/ref/env/error.html +%%PORTDOCS%%share/doc/db41/ref/env/faq.html +%%PORTDOCS%%share/doc/db41/ref/env/intro.html +%%PORTDOCS%%share/doc/db41/ref/env/naming.html +%%PORTDOCS%%share/doc/db41/ref/env/open.html +%%PORTDOCS%%share/doc/db41/ref/env/region.html +%%PORTDOCS%%share/doc/db41/ref/env/remote.html +%%PORTDOCS%%share/doc/db41/ref/env/security.html +%%PORTDOCS%%share/doc/db41/ref/install/file.html +%%PORTDOCS%%share/doc/db41/ref/install/magic.s5.be.txt +%%PORTDOCS%%share/doc/db41/ref/install/magic.s5.le.txt +%%PORTDOCS%%share/doc/db41/ref/install/magic.txt +%%PORTDOCS%%share/doc/db41/ref/install/multiple.html +%%PORTDOCS%%share/doc/db41/ref/install/rpm.html +%%PORTDOCS%%share/doc/db41/ref/intro/data.html +%%PORTDOCS%%share/doc/db41/ref/intro/dbis.html +%%PORTDOCS%%share/doc/db41/ref/intro/dbisnot.html +%%PORTDOCS%%share/doc/db41/ref/intro/distrib.html +%%PORTDOCS%%share/doc/db41/ref/intro/need.html +%%PORTDOCS%%share/doc/db41/ref/intro/products.html +%%PORTDOCS%%share/doc/db41/ref/intro/terrain.html +%%PORTDOCS%%share/doc/db41/ref/intro/what.html +%%PORTDOCS%%share/doc/db41/ref/intro/where.html +%%PORTDOCS%%share/doc/db41/ref/java/compat.html +%%PORTDOCS%%share/doc/db41/ref/java/conf.html +%%PORTDOCS%%share/doc/db41/ref/java/faq.html +%%PORTDOCS%%share/doc/db41/ref/java/program.html +%%PORTDOCS%%share/doc/db41/ref/lock/am_conv.html +%%PORTDOCS%%share/doc/db41/ref/lock/cam_conv.html +%%PORTDOCS%%share/doc/db41/ref/lock/config.html +%%PORTDOCS%%share/doc/db41/ref/lock/dead.html +%%PORTDOCS%%share/doc/db41/ref/lock/deaddbg.html +%%PORTDOCS%%share/doc/db41/ref/lock/intro.html +%%PORTDOCS%%share/doc/db41/ref/lock/max.html +%%PORTDOCS%%share/doc/db41/ref/lock/nondb.html +%%PORTDOCS%%share/doc/db41/ref/lock/notxn.html +%%PORTDOCS%%share/doc/db41/ref/lock/page.html +%%PORTDOCS%%share/doc/db41/ref/lock/stdmode.html +%%PORTDOCS%%share/doc/db41/ref/lock/timeout.html +%%PORTDOCS%%share/doc/db41/ref/lock/twopl.html +%%PORTDOCS%%share/doc/db41/ref/log/config.html +%%PORTDOCS%%share/doc/db41/ref/log/intro.html +%%PORTDOCS%%share/doc/db41/ref/log/limits.html +%%PORTDOCS%%share/doc/db41/ref/mp/config.html +%%PORTDOCS%%share/doc/db41/ref/mp/intro.html +%%PORTDOCS%%share/doc/db41/ref/perl/intro.html +%%PORTDOCS%%share/doc/db41/ref/pindex.src +%%PORTDOCS%%share/doc/db41/ref/program/appsignals.html +%%PORTDOCS%%share/doc/db41/ref/program/cache.html +%%PORTDOCS%%share/doc/db41/ref/program/compatible.html +%%PORTDOCS%%share/doc/db41/ref/program/copy.html +%%PORTDOCS%%share/doc/db41/ref/program/environ.html +%%PORTDOCS%%share/doc/db41/ref/program/errorret.html +%%PORTDOCS%%share/doc/db41/ref/program/faq.html +%%PORTDOCS%%share/doc/db41/ref/program/mt.html +%%PORTDOCS%%share/doc/db41/ref/program/namespace.html +%%PORTDOCS%%share/doc/db41/ref/program/runtime.html +%%PORTDOCS%%share/doc/db41/ref/program/scope.html +%%PORTDOCS%%share/doc/db41/ref/program/solaris.txt +%%PORTDOCS%%share/doc/db41/ref/refs/bdb_usenix.html +%%PORTDOCS%%share/doc/db41/ref/refs/bdb_usenix.ps +%%PORTDOCS%%share/doc/db41/ref/refs/embedded.html +%%PORTDOCS%%share/doc/db41/ref/refs/hash_usenix.ps +%%PORTDOCS%%share/doc/db41/ref/refs/libtp_usenix.ps +%%PORTDOCS%%share/doc/db41/ref/refs/refs.html +%%PORTDOCS%%share/doc/db41/ref/refs/witold.html +%%PORTDOCS%%share/doc/db41/ref/rep/app.html +%%PORTDOCS%%share/doc/db41/ref/rep/comm.html +%%PORTDOCS%%share/doc/db41/ref/rep/elect.html +%%PORTDOCS%%share/doc/db41/ref/rep/ex.html +%%PORTDOCS%%share/doc/db41/ref/rep/ex_comm.html +%%PORTDOCS%%share/doc/db41/ref/rep/ex_rq.html +%%PORTDOCS%%share/doc/db41/ref/rep/faq.html +%%PORTDOCS%%share/doc/db41/ref/rep/id.html +%%PORTDOCS%%share/doc/db41/ref/rep/init.html +%%PORTDOCS%%share/doc/db41/ref/rep/intro.html +%%PORTDOCS%%share/doc/db41/ref/rep/logonly.html +%%PORTDOCS%%share/doc/db41/ref/rep/newsite.html +%%PORTDOCS%%share/doc/db41/ref/rep/partition.html +%%PORTDOCS%%share/doc/db41/ref/rep/pri.html +%%PORTDOCS%%share/doc/db41/ref/rep/trans.html +%%PORTDOCS%%share/doc/db41/ref/rpc/client.html +%%PORTDOCS%%share/doc/db41/ref/rpc/faq.html +%%PORTDOCS%%share/doc/db41/ref/rpc/intro.html +%%PORTDOCS%%share/doc/db41/ref/rpc/server.html +%%PORTDOCS%%share/doc/db41/ref/sendmail/intro.html +%%PORTDOCS%%share/doc/db41/ref/simple_tut/close.html +%%PORTDOCS%%share/doc/db41/ref/simple_tut/del.html +%%PORTDOCS%%share/doc/db41/ref/simple_tut/errors.html +%%PORTDOCS%%share/doc/db41/ref/simple_tut/example.cs +%%PORTDOCS%%share/doc/db41/ref/simple_tut/get.html +%%PORTDOCS%%share/doc/db41/ref/simple_tut/handles.html +%%PORTDOCS%%share/doc/db41/ref/simple_tut/intro.html +%%PORTDOCS%%share/doc/db41/ref/simple_tut/keydata.html +%%PORTDOCS%%share/doc/db41/ref/simple_tut/open.html +%%PORTDOCS%%share/doc/db41/ref/simple_tut/put.html +%%PORTDOCS%%share/doc/db41/ref/tcl/error.html +%%PORTDOCS%%share/doc/db41/ref/tcl/faq.html +%%PORTDOCS%%share/doc/db41/ref/tcl/intro.html +%%PORTDOCS%%share/doc/db41/ref/tcl/program.html +%%PORTDOCS%%share/doc/db41/ref/tcl/using.html +%%PORTDOCS%%share/doc/db41/ref/test/faq.html +%%PORTDOCS%%share/doc/db41/ref/test/run.html +%%PORTDOCS%%share/doc/db41/ref/transapp/admin.html +%%PORTDOCS%%share/doc/db41/ref/transapp/app.html +%%PORTDOCS%%share/doc/db41/ref/transapp/archival.html +%%PORTDOCS%%share/doc/db41/ref/transapp/atomicity.html +%%PORTDOCS%%share/doc/db41/ref/transapp/checkpoint.html +%%PORTDOCS%%share/doc/db41/ref/transapp/cursor.html +%%PORTDOCS%%share/doc/db41/ref/transapp/data_open.html +%%PORTDOCS%%share/doc/db41/ref/transapp/deadlock.html +%%PORTDOCS%%share/doc/db41/ref/transapp/env_open.html +%%PORTDOCS%%share/doc/db41/ref/transapp/faq.html +%%PORTDOCS%%share/doc/db41/ref/transapp/filesys.html +%%PORTDOCS%%share/doc/db41/ref/transapp/hotfail.html +%%PORTDOCS%%share/doc/db41/ref/transapp/inc.html +%%PORTDOCS%%share/doc/db41/ref/transapp/intro.html +%%PORTDOCS%%share/doc/db41/ref/transapp/logfile.html +%%PORTDOCS%%share/doc/db41/ref/transapp/nested.html +%%PORTDOCS%%share/doc/db41/ref/transapp/put.html +%%PORTDOCS%%share/doc/db41/ref/transapp/read.html +%%PORTDOCS%%share/doc/db41/ref/transapp/reclimit.html +%%PORTDOCS%%share/doc/db41/ref/transapp/recovery.html +%%PORTDOCS%%share/doc/db41/ref/transapp/term.html +%%PORTDOCS%%share/doc/db41/ref/transapp/throughput.html +%%PORTDOCS%%share/doc/db41/ref/transapp/transapp.cs +%%PORTDOCS%%share/doc/db41/ref/transapp/tune.html +%%PORTDOCS%%share/doc/db41/ref/transapp/why.html +%%PORTDOCS%%share/doc/db41/ref/transapp/writetest.cs +%%PORTDOCS%%share/doc/db41/ref/txn/config.html +%%PORTDOCS%%share/doc/db41/ref/txn/intro.html +%%PORTDOCS%%share/doc/db41/ref/txn/limits.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.2.0/convert.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.2.0/disk.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.2.0/intro.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.2.0/system.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.2.0/toc.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.0/close.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.0/cxx.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.0/db.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.0/db_cxx.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.0/dbenv.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.0/dbenv_cxx.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.0/dbinfo.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.0/disk.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.0/eacces.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.0/eagain.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.0/envopen.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.0/func.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.0/intro.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.0/java.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.0/join.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.0/jump_set.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.0/lock_detect.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.0/lock_notheld.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.0/lock_put.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.0/lock_stat.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.0/log_register.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.0/log_stat.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.0/memp_stat.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.0/open.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.0/rmw.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.0/stat.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.0/toc.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.0/txn_begin.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.0/txn_commit.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.0/txn_stat.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.0/value_set.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.0/xa.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.1/btstat.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.1/config.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.1/disk.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.1/dup.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.1/env.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.1/intro.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.1/log_register.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.1/logalloc.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.1/memp_register.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.1/put.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.1/set_feedback.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.1/set_paniccall.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.1/set_tx_recover.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.1/sysmem.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.1/tcl.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.1/tmp.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.1/toc.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.1/txn_check.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.2/callback.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.2/db_dump.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.2/disk.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.2/handle.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.2/incomplete.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.2/intro.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.2/mutexlock.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.2/notfound.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.2/renumber.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.2/set_flags.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.2/toc.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.2/tx_recover.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.3/alloc.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.3/bigfile.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.3/conflict.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.3/disk.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.3/getswap.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.3/gettype.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.3/intro.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.3/memp_fget.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.3/rpc.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.3/shared.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.3/toc.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.3.3/txn_prepare.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.4.0/asr.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.4.0/cxx.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.4.0/deadlock.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.4.0/disk.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.4.0/env.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.4.0/intro.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.4.0/java.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.4.0/lock.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.4.0/lock_id_free.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.4.0/log.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.4.0/mp.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.4.0/rpc.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.4.0/set_lk_max.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.4.0/toc.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.4.0/txn.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.4.1/app_dispatch.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.4.1/checkpoint.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.4.1/cxx.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.4.1/disk.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.4.1/excl.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.4.1/fop.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.4.1/hash_nelem.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.4.1/incomplete.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.4.1/intro.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.4.1/java.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.4.1/log_register.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.4.1/log_stat.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.4.1/memp_sync.html +%%PORTDOCS%%share/doc/db41/ref/upgrade.4.1/toc.html +%%PORTDOCS%%share/doc/db41/ref/upgrade/process.html +%%PORTDOCS%%share/doc/db41/ref/upgrade/version.html +%%PORTDOCS%%share/doc/db41/ref/xa/build.html +%%PORTDOCS%%share/doc/db41/ref/xa/faq.html +%%PORTDOCS%%share/doc/db41/ref/xa/intro.html +%%PORTDOCS%%share/doc/db41/ref/xa/xa_config.html +%%PORTDOCS%%share/doc/db41/ref/xa/xa_intro.html +%%PORTDOCS%%share/doc/db41/reftoc.html +%%PORTDOCS%%share/doc/db41/sleepycat/contact.html +%%PORTDOCS%%share/doc/db41/sleepycat/legal.html +%%PORTDOCS%%share/doc/db41/sleepycat/license.html +%%PORTDOCS%%share/doc/db41/utility/berkeley_db_svc.html +%%PORTDOCS%%share/doc/db41/utility/db_archive.html +%%PORTDOCS%%share/doc/db41/utility/db_checkpoint.html +%%PORTDOCS%%share/doc/db41/utility/db_deadlock.html +%%PORTDOCS%%share/doc/db41/utility/db_dump.html +%%PORTDOCS%%share/doc/db41/utility/db_load.html +%%PORTDOCS%%share/doc/db41/utility/db_printlog.html +%%PORTDOCS%%share/doc/db41/utility/db_recover.html +%%PORTDOCS%%share/doc/db41/utility/db_stat.html +%%PORTDOCS%%share/doc/db41/utility/db_upgrade.html +%%PORTDOCS%%share/doc/db41/utility/db_verify.html +%%PORTDOCS%%share/doc/db41/utility/index.html +%%PORTDOCS%%@dirrm share/doc/db41/utility +%%PORTDOCS%%@dirrm share/doc/db41/sleepycat +%%PORTDOCS%%@dirrm share/doc/db41/ref/xa +%%PORTDOCS%%@dirrm share/doc/db41/ref/upgrade.4.1 +%%PORTDOCS%%@dirrm share/doc/db41/ref/upgrade.4.0 +%%PORTDOCS%%@dirrm share/doc/db41/ref/upgrade.3.3 +%%PORTDOCS%%@dirrm share/doc/db41/ref/upgrade.3.2 +%%PORTDOCS%%@dirrm share/doc/db41/ref/upgrade.3.1 +%%PORTDOCS%%@dirrm share/doc/db41/ref/upgrade.3.0 +%%PORTDOCS%%@dirrm share/doc/db41/ref/upgrade.2.0 +%%PORTDOCS%%@dirrm share/doc/db41/ref/upgrade +%%PORTDOCS%%@dirrm share/doc/db41/ref/txn +%%PORTDOCS%%@dirrm share/doc/db41/ref/transapp +%%PORTDOCS%%@dirrm share/doc/db41/ref/test +%%PORTDOCS%%@dirrm share/doc/db41/ref/tcl +%%PORTDOCS%%@dirrm share/doc/db41/ref/simple_tut +%%PORTDOCS%%@dirrm share/doc/db41/ref/sendmail +%%PORTDOCS%%@dirrm share/doc/db41/ref/rpc +%%PORTDOCS%%@dirrm share/doc/db41/ref/rep +%%PORTDOCS%%@dirrm share/doc/db41/ref/refs +%%PORTDOCS%%@dirrm share/doc/db41/ref/program +%%PORTDOCS%%@dirrm share/doc/db41/ref/perl +%%PORTDOCS%%@dirrm share/doc/db41/ref/mp +%%PORTDOCS%%@dirrm share/doc/db41/ref/log +%%PORTDOCS%%@dirrm share/doc/db41/ref/lock +%%PORTDOCS%%@dirrm share/doc/db41/ref/java +%%PORTDOCS%%@dirrm share/doc/db41/ref/intro +%%PORTDOCS%%@dirrm share/doc/db41/ref/install +%%PORTDOCS%%@dirrm share/doc/db41/ref/env +%%PORTDOCS%%@dirrm share/doc/db41/ref/dumpload +%%PORTDOCS%%@dirrm share/doc/db41/ref/distrib +%%PORTDOCS%%@dirrm share/doc/db41/ref/debug +%%PORTDOCS%%@dirrm share/doc/db41/ref/cam +%%PORTDOCS%%@dirrm share/doc/db41/ref/build_win +%%PORTDOCS%%@dirrm share/doc/db41/ref/build_vxworks +%%PORTDOCS%%@dirrm share/doc/db41/ref/build_unix +%%PORTDOCS%%@dirrm share/doc/db41/ref/arch +%%PORTDOCS%%@dirrm share/doc/db41/ref/apprec +%%PORTDOCS%%@dirrm share/doc/db41/ref/am_misc +%%PORTDOCS%%@dirrm share/doc/db41/ref/am_conf +%%PORTDOCS%%@dirrm share/doc/db41/ref/am +%%PORTDOCS%%@dirrm share/doc/db41/ref +%%PORTDOCS%%@dirrm share/doc/db41/images +%%PORTDOCS%%@dirrm share/doc/db41/api_tcl +%%PORTDOCS%%@dirrm share/doc/db41/api_java +%%PORTDOCS%%@dirrm share/doc/db41/api_cxx +%%PORTDOCS%%@dirrm share/doc/db41/api_c +%%PORTDOCS%%@dirrm share/doc/db41 +@dirrm include/db41 |