From 0ca28723fbfb0ed88954e35bf45d7462a40a5178 Mon Sep 17 00:00:00 2001 From: zuntum Date: Thu, 1 Nov 2001 00:11:36 +0000 Subject: Move pkg/ files into package's toplevel directory --- databases/db/DESCR | 23 +++ databases/db/PLIST | 547 +++++++++++++++++++++++++++++++++++++++++++++++++ databases/db/pkg/DESCR | 23 --- databases/db/pkg/PLIST | 547 ------------------------------------------------- 4 files changed, 570 insertions(+), 570 deletions(-) create mode 100644 databases/db/DESCR create mode 100644 databases/db/PLIST delete mode 100644 databases/db/pkg/DESCR delete mode 100644 databases/db/pkg/PLIST (limited to 'databases/db') diff --git a/databases/db/DESCR b/databases/db/DESCR new file mode 100644 index 00000000000..262096316e7 --- /dev/null +++ b/databases/db/DESCR @@ -0,0 +1,23 @@ +Berkeley DB is an embeddable database system that supports keyed access to +data. The software is distributed in source code form, and developers can +compile and link the source code into a single library for inclusion +directly in their applications. + +Developers may choose to store data in any of several different storage +structures to satisfy the requirements of a particular application. In +database terminology, these storage structures and the code that operates on +them are called access methods. The library includes support for the +following access methods: + + * B+tree: Stores keys in sorted order, using either a programmer-supplied + ordering function or a default function that does lexicographical + ordering of keys. Applications may perform equality or range searches. + * Hashing: Stores records in a hash table for fast searches based on + strict equality. Extended Linear Hashing modifies the hash function + used by the table as new records are inserted, in order to keep buckets + underfull in the steady state. + * Fixed and Variable-Length Records: Stores fixed- or variable-length + records in sequential order. Record numbers may be immutable or + mutable, i.e., permitting new records to be inserted between existing + records or requiring that new records be added only at the end of the + database. diff --git a/databases/db/PLIST b/databases/db/PLIST new file mode 100644 index 00000000000..d91353a704e --- /dev/null +++ b/databases/db/PLIST @@ -0,0 +1,547 @@ +@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:11:36 zuntum Exp $ +bin/db_load +bin/db_dump +bin/db_deadlock +bin/db_archive +bin/db_recover +bin/db_printlog +bin/db_checkpoint +bin/db_stat +include/db2/db_185.h +include/db2/db_cxx.h +include/db2/db.h +lib/libdb2.a +lib/libdb2.la +lib/libdb2.so +lib/libdb2.so.2 +lib/libdb2.so.2.7 +share/doc/html/db/api_c/Db/close.html +share/doc/html/db/api_c/Db/cursor.html +share/doc/html/db/api_c/Db/del.html +share/doc/html/db/api_c/Db/fd.html +share/doc/html/db/api_c/Db/get.html +share/doc/html/db/api_c/Db/join.html +share/doc/html/db/api_c/Db/open.html +share/doc/html/db/api_c/Db/put.html +share/doc/html/db/api_c/Db/stat.html +share/doc/html/db/api_c/Db/sync.html +share/doc/html/db/api_c/DbEnv/appexit.html +share/doc/html/db/api_c/DbEnv/appinit.html +share/doc/html/db/api_c/DbEnv/env.html +share/doc/html/db/api_c/DbEnv/version.html +share/doc/html/db/api_c/DbInfo/info.html +share/doc/html/db/api_c/DbLock/put.html +share/doc/html/db/api_c/DbLockTab/close.html +share/doc/html/db/api_c/DbLockTab/detect.html +share/doc/html/db/api_c/DbLockTab/get.html +share/doc/html/db/api_c/DbLockTab/id.html +share/doc/html/db/api_c/DbLockTab/open.html +share/doc/html/db/api_c/DbLockTab/stat.html +share/doc/html/db/api_c/DbLockTab/unlink.html +share/doc/html/db/api_c/DbLockTab/vec.html +share/doc/html/db/api_c/DbLog/archive.html +share/doc/html/db/api_c/DbLog/close.html +share/doc/html/db/api_c/DbLog/compare.html +share/doc/html/db/api_c/DbLog/db_register.html +share/doc/html/db/api_c/DbLog/db_unregister.html +share/doc/html/db/api_c/DbLog/file.html +share/doc/html/db/api_c/DbLog/flush.html +share/doc/html/db/api_c/DbLog/get.html +share/doc/html/db/api_c/DbLog/lsn.html +share/doc/html/db/api_c/DbLog/open.html +share/doc/html/db/api_c/DbLog/put.html +share/doc/html/db/api_c/DbLog/stat.html +share/doc/html/db/api_c/DbLog/unlink.html +share/doc/html/db/api_c/DbMpool/close.html +share/doc/html/db/api_c/DbMpool/db_register.html +share/doc/html/db/api_c/DbMpool/open.html +share/doc/html/db/api_c/DbMpool/stat.html +share/doc/html/db/api_c/DbMpool/sync.html +share/doc/html/db/api_c/DbMpool/trickle.html +share/doc/html/db/api_c/DbMpool/unlink.html +share/doc/html/db/api_c/DbMpoolFile/close.html +share/doc/html/db/api_c/DbMpoolFile/get.html +share/doc/html/db/api_c/DbMpoolFile/open.html +share/doc/html/db/api_c/DbMpoolFile/put.html +share/doc/html/db/api_c/DbMpoolFile/set.html +share/doc/html/db/api_c/DbMpoolFile/sync.html +share/doc/html/db/api_c/DbTxn/abort.html +share/doc/html/db/api_c/DbTxn/commit.html +share/doc/html/db/api_c/DbTxn/id.html +share/doc/html/db/api_c/DbTxn/prepare.html +share/doc/html/db/api_c/DbTxnMgr/begin.html +share/doc/html/db/api_c/DbTxnMgr/checkpoint.html +share/doc/html/db/api_c/DbTxnMgr/close.html +share/doc/html/db/api_c/DbTxnMgr/open.html +share/doc/html/db/api_c/DbTxnMgr/stat.html +share/doc/html/db/api_c/DbTxnMgr/unlink.html +share/doc/html/db/api_c/Dbc/close.html +share/doc/html/db/api_c/Dbc/del.html +share/doc/html/db/api_c/Dbc/get.html +share/doc/html/db/api_c/Dbc/put.html +share/doc/html/db/api_c/Dbt/dbt.html +share/doc/html/db/api_c/historic/dbm.html +share/doc/html/db/api_c/historic/hsearch.html +share/doc/html/db/api_c/index/flags.html +share/doc/html/db/api_c/index/function.html +share/doc/html/db/api_c/index/structure.html +share/doc/html/db/api_c/internal/db_jump_set.html +share/doc/html/db/api_c/internal/db_value_set.html +share/doc/html/db/api_cxx/Db/class.html +share/doc/html/db/api_cxx/Db/close.html +share/doc/html/db/api_cxx/Db/cursor.html +share/doc/html/db/api_cxx/Db/del.html +share/doc/html/db/api_cxx/Db/fd.html +share/doc/html/db/api_cxx/Db/get.html +share/doc/html/db/api_cxx/Db/get_byteswapped.html +share/doc/html/db/api_cxx/Db/get_type.html +share/doc/html/db/api_cxx/Db/join.html +share/doc/html/db/api_cxx/Db/open.html +share/doc/html/db/api_cxx/Db/put.html +share/doc/html/db/api_cxx/Db/stat.html +share/doc/html/db/api_cxx/Db/sync.html +share/doc/html/db/api_cxx/DbEnv/appexit.html +share/doc/html/db/api_cxx/DbEnv/appinit.html +share/doc/html/db/api_cxx/DbEnv/class.html +share/doc/html/db/api_cxx/DbEnv/get_lg_info.html +share/doc/html/db/api_cxx/DbEnv/get_lk_info.html +share/doc/html/db/api_cxx/DbEnv/get_mp_info.html +share/doc/html/db/api_cxx/DbEnv/get_tx_info.html +share/doc/html/db/api_cxx/DbEnv/set_errcall.html +share/doc/html/db/api_cxx/DbEnv/set_errfile.html +share/doc/html/db/api_cxx/DbEnv/set_error_model.html +share/doc/html/db/api_cxx/DbEnv/set_error_stream.html +share/doc/html/db/api_cxx/DbEnv/set_errpfx.html +share/doc/html/db/api_cxx/DbEnv/set_lg_max.html +share/doc/html/db/api_cxx/DbEnv/set_lk_conflicts.html +share/doc/html/db/api_cxx/DbEnv/set_lk_detect.html +share/doc/html/db/api_cxx/DbEnv/set_lk_max.html +share/doc/html/db/api_cxx/DbEnv/set_lk_modes.html +share/doc/html/db/api_cxx/DbEnv/set_lorder.html +share/doc/html/db/api_cxx/DbEnv/set_mp_mmapsize.html +share/doc/html/db/api_cxx/DbEnv/set_mp_size.html +share/doc/html/db/api_cxx/DbEnv/set_tx_max.html +share/doc/html/db/api_cxx/DbEnv/set_tx_recover.html +share/doc/html/db/api_cxx/DbEnv/set_verbose.html +share/doc/html/db/api_cxx/DbEnv/version.html +share/doc/html/db/api_cxx/DbException/class.html +share/doc/html/db/api_cxx/DbException/get_errno.html +share/doc/html/db/api_cxx/DbException/what.html +share/doc/html/db/api_cxx/DbInfo/class.html +share/doc/html/db/api_cxx/DbInfo/set_bt_compare.html +share/doc/html/db/api_cxx/DbInfo/set_bt_maxkey.html +share/doc/html/db/api_cxx/DbInfo/set_bt_minkey.html +share/doc/html/db/api_cxx/DbInfo/set_bt_prefix.html +share/doc/html/db/api_cxx/DbInfo/set_cachesize.html +share/doc/html/db/api_cxx/DbInfo/set_compare.html +share/doc/html/db/api_cxx/DbInfo/set_flags.html +share/doc/html/db/api_cxx/DbInfo/set_h_ffactor.html +share/doc/html/db/api_cxx/DbInfo/set_h_hash.html +share/doc/html/db/api_cxx/DbInfo/set_h_nelem.html +share/doc/html/db/api_cxx/DbInfo/set_lorder.html +share/doc/html/db/api_cxx/DbInfo/set_malloc.html +share/doc/html/db/api_cxx/DbInfo/set_pagesize.html +share/doc/html/db/api_cxx/DbInfo/set_re_delim.html +share/doc/html/db/api_cxx/DbInfo/set_re_len.html +share/doc/html/db/api_cxx/DbInfo/set_re_pad.html +share/doc/html/db/api_cxx/DbInfo/set_re_source.html +share/doc/html/db/api_cxx/DbLock/class.html +share/doc/html/db/api_cxx/DbLock/put.html +share/doc/html/db/api_cxx/DbLockTab/class.html +share/doc/html/db/api_cxx/DbLockTab/close.html +share/doc/html/db/api_cxx/DbLockTab/detect.html +share/doc/html/db/api_cxx/DbLockTab/get.html +share/doc/html/db/api_cxx/DbLockTab/id.html +share/doc/html/db/api_cxx/DbLockTab/open.html +share/doc/html/db/api_cxx/DbLockTab/stat.html +share/doc/html/db/api_cxx/DbLockTab/unlink.html +share/doc/html/db/api_cxx/DbLockTab/vec.html +share/doc/html/db/api_cxx/DbLog/archive.html +share/doc/html/db/api_cxx/DbLog/class.html +share/doc/html/db/api_cxx/DbLog/close.html +share/doc/html/db/api_cxx/DbLog/compare.html +share/doc/html/db/api_cxx/DbLog/db_register.html +share/doc/html/db/api_cxx/DbLog/db_unregister.html +share/doc/html/db/api_cxx/DbLog/file.html +share/doc/html/db/api_cxx/DbLog/flush.html +share/doc/html/db/api_cxx/DbLog/get.html +share/doc/html/db/api_cxx/DbLog/open.html +share/doc/html/db/api_cxx/DbLog/put.html +share/doc/html/db/api_cxx/DbLog/stat.html +share/doc/html/db/api_cxx/DbLog/unlink.html +share/doc/html/db/api_cxx/DbLsn/class.html +share/doc/html/db/api_cxx/DbMpool/class.html +share/doc/html/db/api_cxx/DbMpool/close.html +share/doc/html/db/api_cxx/DbMpool/db_register.html +share/doc/html/db/api_cxx/DbMpool/open.html +share/doc/html/db/api_cxx/DbMpool/stat.html +share/doc/html/db/api_cxx/DbMpool/sync.html +share/doc/html/db/api_cxx/DbMpool/trickle.html +share/doc/html/db/api_cxx/DbMpool/unlink.html +share/doc/html/db/api_cxx/DbMpoolFile/class.html +share/doc/html/db/api_cxx/DbMpoolFile/close.html +share/doc/html/db/api_cxx/DbMpoolFile/get.html +share/doc/html/db/api_cxx/DbMpoolFile/open.html +share/doc/html/db/api_cxx/DbMpoolFile/put.html +share/doc/html/db/api_cxx/DbMpoolFile/set.html +share/doc/html/db/api_cxx/DbMpoolFile/sync.html +share/doc/html/db/api_cxx/DbTxn/abort.html +share/doc/html/db/api_cxx/DbTxn/class.html +share/doc/html/db/api_cxx/DbTxn/commit.html +share/doc/html/db/api_cxx/DbTxn/id.html +share/doc/html/db/api_cxx/DbTxn/prepare.html +share/doc/html/db/api_cxx/DbTxnMgr/begin.html +share/doc/html/db/api_cxx/DbTxnMgr/checkpoint.html +share/doc/html/db/api_cxx/DbTxnMgr/class.html +share/doc/html/db/api_cxx/DbTxnMgr/close.html +share/doc/html/db/api_cxx/DbTxnMgr/open.html +share/doc/html/db/api_cxx/DbTxnMgr/stat.html +share/doc/html/db/api_cxx/DbTxnMgr/unlink.html +share/doc/html/db/api_cxx/Dbc/class.html +share/doc/html/db/api_cxx/Dbc/close.html +share/doc/html/db/api_cxx/Dbc/del.html +share/doc/html/db/api_cxx/Dbc/get.html +share/doc/html/db/api_cxx/Dbc/put.html +share/doc/html/db/api_cxx/Dbt/class.html +share/doc/html/db/api_cxx/index/class.html +share/doc/html/db/api_java/Db/class.html +share/doc/html/db/api_java/Db/close.html +share/doc/html/db/api_java/Db/cursor.html +share/doc/html/db/api_java/Db/del.html +share/doc/html/db/api_java/Db/fd.html +share/doc/html/db/api_java/Db/get.html +share/doc/html/db/api_java/Db/get_byteswapped.html +share/doc/html/db/api_java/Db/get_type.html +share/doc/html/db/api_java/Db/join.html +share/doc/html/db/api_java/Db/open.html +share/doc/html/db/api_java/Db/put.html +share/doc/html/db/api_java/Db/stat.html +share/doc/html/db/api_java/Db/sync.html +share/doc/html/db/api_java/DbEnv/appexit.html +share/doc/html/db/api_java/DbEnv/appinit.html +share/doc/html/db/api_java/DbEnv/class.html +share/doc/html/db/api_java/DbEnv/get_lg_info.html +share/doc/html/db/api_java/DbEnv/get_lk_info.html +share/doc/html/db/api_java/DbEnv/get_mp_info.html +share/doc/html/db/api_java/DbEnv/get_tx_info.html +share/doc/html/db/api_java/DbEnv/set_errcall.html +share/doc/html/db/api_java/DbEnv/set_error_stream.html +share/doc/html/db/api_java/DbEnv/set_errpfx.html +share/doc/html/db/api_java/DbEnv/set_lg_max.html +share/doc/html/db/api_java/DbEnv/set_lk_conflicts.html +share/doc/html/db/api_java/DbEnv/set_lk_detect.html +share/doc/html/db/api_java/DbEnv/set_lk_max.html +share/doc/html/db/api_java/DbEnv/set_lk_modes.html +share/doc/html/db/api_java/DbEnv/set_lorder.html +share/doc/html/db/api_java/DbEnv/set_mp_mmapsize.html +share/doc/html/db/api_java/DbEnv/set_mp_size.html +share/doc/html/db/api_java/DbEnv/set_tx_max.html +share/doc/html/db/api_java/DbEnv/set_verbose.html +share/doc/html/db/api_java/DbEnv/version.html +share/doc/html/db/api_java/DbException/class.html +share/doc/html/db/api_java/DbException/get_errno.html +share/doc/html/db/api_java/DbInfo/class.html +share/doc/html/db/api_java/DbInfo/set_bt_compare.html +share/doc/html/db/api_java/DbInfo/set_bt_maxkey.html +share/doc/html/db/api_java/DbInfo/set_bt_minkey.html +share/doc/html/db/api_java/DbInfo/set_bt_prefix.html +share/doc/html/db/api_java/DbInfo/set_cachesize.html +share/doc/html/db/api_java/DbInfo/set_compare.html +share/doc/html/db/api_java/DbInfo/set_flags.html +share/doc/html/db/api_java/DbInfo/set_h_ffactor.html +share/doc/html/db/api_java/DbInfo/set_h_hash.html +share/doc/html/db/api_java/DbInfo/set_h_nelem.html +share/doc/html/db/api_java/DbInfo/set_lorder.html +share/doc/html/db/api_java/DbInfo/set_malloc.html +share/doc/html/db/api_java/DbInfo/set_pagesize.html +share/doc/html/db/api_java/DbInfo/set_re_delim.html +share/doc/html/db/api_java/DbInfo/set_re_len.html +share/doc/html/db/api_java/DbInfo/set_re_pad.html +share/doc/html/db/api_java/DbInfo/set_re_source.html +share/doc/html/db/api_java/DbLock/class.html +share/doc/html/db/api_java/DbLock/put.html +share/doc/html/db/api_java/DbLockTab/class.html +share/doc/html/db/api_java/DbLockTab/close.html +share/doc/html/db/api_java/DbLockTab/detect.html +share/doc/html/db/api_java/DbLockTab/get.html +share/doc/html/db/api_java/DbLockTab/id.html +share/doc/html/db/api_java/DbLockTab/open.html +share/doc/html/db/api_java/DbLockTab/stat.html +share/doc/html/db/api_java/DbLockTab/unlink.html +share/doc/html/db/api_java/DbLockTab/vec.html +share/doc/html/db/api_java/DbLog/archive.html +share/doc/html/db/api_java/DbLog/class.html +share/doc/html/db/api_java/DbLog/close.html +share/doc/html/db/api_java/DbLog/compare.html +share/doc/html/db/api_java/DbLog/db_register.html +share/doc/html/db/api_java/DbLog/db_unregister.html +share/doc/html/db/api_java/DbLog/file.html +share/doc/html/db/api_java/DbLog/flush.html +share/doc/html/db/api_java/DbLog/get.html +share/doc/html/db/api_java/DbLog/open.html +share/doc/html/db/api_java/DbLog/put.html +share/doc/html/db/api_java/DbLog/stat.html +share/doc/html/db/api_java/DbLog/unlink.html +share/doc/html/db/api_java/DbLsn/class.html +share/doc/html/db/api_java/DbMpool/class.html +share/doc/html/db/api_java/DbMpool/close.html +share/doc/html/db/api_java/DbMpool/db_register.html +share/doc/html/db/api_java/DbMpool/open.html +share/doc/html/db/api_java/DbMpool/stat.html +share/doc/html/db/api_java/DbMpool/sync.html +share/doc/html/db/api_java/DbMpool/trickle.html +share/doc/html/db/api_java/DbMpool/unlink.html +share/doc/html/db/api_java/DbMpoolFile/class.html +share/doc/html/db/api_java/DbMpoolFile/close.html +share/doc/html/db/api_java/DbMpoolFile/get.html +share/doc/html/db/api_java/DbMpoolFile/open.html +share/doc/html/db/api_java/DbMpoolFile/put.html +share/doc/html/db/api_java/DbMpoolFile/set.html +share/doc/html/db/api_java/DbMpoolFile/sync.html +share/doc/html/db/api_java/DbRunRecoveryException/class.html +share/doc/html/db/api_java/DbTxn/abort.html +share/doc/html/db/api_java/DbTxn/class.html +share/doc/html/db/api_java/DbTxn/commit.html +share/doc/html/db/api_java/DbTxn/id.html +share/doc/html/db/api_java/DbTxn/prepare.html +share/doc/html/db/api_java/DbTxnMgr/begin.html +share/doc/html/db/api_java/DbTxnMgr/checkpoint.html +share/doc/html/db/api_java/DbTxnMgr/class.html +share/doc/html/db/api_java/DbTxnMgr/close.html +share/doc/html/db/api_java/DbTxnMgr/open.html +share/doc/html/db/api_java/DbTxnMgr/stat.html +share/doc/html/db/api_java/DbTxnMgr/unlink.html +share/doc/html/db/api_java/Dbc/class.html +share/doc/html/db/api_java/Dbc/close.html +share/doc/html/db/api_java/Dbc/del.html +share/doc/html/db/api_java/Dbc/get.html +share/doc/html/db/api_java/Dbc/put.html +share/doc/html/db/api_java/Dbt/class.html +share/doc/html/db/api_java/index/class.html +share/doc/html/db/build/java.html +share/doc/html/db/build/shared.html +share/doc/html/db/build/shared_gcc.html +share/doc/html/db/build/shared_hp.html +share/doc/html/db/build/unix.html +share/doc/html/db/build/unix_faq.html +share/doc/html/db/build/win16.html +share/doc/html/db/build/win32.html +share/doc/html/db/build/win_faq.html +share/doc/html/db/distrib/layout.html +share/doc/html/db/images/folder.gif +share/doc/html/db/images/folder_open.gif +share/doc/html/db/images/next.gif +share/doc/html/db/images/prev.gif +share/doc/html/db/images/ps.gif +share/doc/html/db/images/sleepycat.gif +share/doc/html/db/images/toc.gif +share/doc/html/db/index.html +share/doc/html/db/packages/hash_usenix.ps +share/doc/html/db/packages/index.html +share/doc/html/db/packages/libtp_usenix.ps +share/doc/html/db/packages/witold.html +share/doc/html/db/ref/am/bt_compare.html +share/doc/html/db/ref/am/bt_dup.html +share/doc/html/db/ref/am/bt_maxkey.html +share/doc/html/db/ref/am/bt_minkey.html +share/doc/html/db/ref/am/bt_prefix.html +share/doc/html/db/ref/am/bt_recnum.html +share/doc/html/db/ref/am/byteorder.html +share/doc/html/db/ref/am/cachesize.html +share/doc/html/db/ref/am/close.html +share/doc/html/db/ref/am/compare.html +share/doc/html/db/ref/am/curclose.html +share/doc/html/db/ref/am/curdel.html +share/doc/html/db/ref/am/curget.html +share/doc/html/db/ref/am/curput.html +share/doc/html/db/ref/am/cursor.html +share/doc/html/db/ref/am/delete.html +share/doc/html/db/ref/am/get.html +share/doc/html/db/ref/am/h_dup.html +share/doc/html/db/ref/am/h_ffactor.html +share/doc/html/db/ref/am/h_hash.html +share/doc/html/db/ref/am/h_nelem.html +share/doc/html/db/ref/am/intro.html +share/doc/html/db/ref/am/join.html +share/doc/html/db/ref/am/logrec.html +share/doc/html/db/ref/am/malloc.html +share/doc/html/db/ref/am/ops.html +share/doc/html/db/ref/am/pagesize.html +share/doc/html/db/ref/am/partial.html +share/doc/html/db/ref/am/put.html +share/doc/html/db/ref/am/re_delim.html +share/doc/html/db/ref/am/re_len.html +share/doc/html/db/ref/am/re_pad.html +share/doc/html/db/ref/am/re_source.html +share/doc/html/db/ref/am/renumber.html +share/doc/html/db/ref/am/select.html +share/doc/html/db/ref/am/stat.html +share/doc/html/db/ref/am/sync.html +share/doc/html/db/ref/arch/apis.html +share/doc/html/db/ref/arch/bigpic.gif +share/doc/html/db/ref/arch/bigpic.html +share/doc/html/db/ref/arch/env.html +share/doc/html/db/ref/arch/extending.html +share/doc/html/db/ref/arch/progmodel.html +share/doc/html/db/ref/arch/script.html +share/doc/html/db/ref/arch/smallpic.gif +share/doc/html/db/ref/arch/subsystem.html +share/doc/html/db/ref/arch/utilities.html +share/doc/html/db/ref/cam/intro.html +share/doc/html/db/ref/debug/runtime.html +share/doc/html/db/ref/dumpload/format.html +share/doc/html/db/ref/dumpload/text.html +share/doc/html/db/ref/dumpload/utility.html +share/doc/html/db/ref/env/create.html +share/doc/html/db/ref/env/naming.html +share/doc/html/db/ref/env/open.html +share/doc/html/db/ref/env/region.html +share/doc/html/db/ref/env/security.html +share/doc/html/db/ref/install/file.html +share/doc/html/db/ref/install/magic.s5.be.txt +share/doc/html/db/ref/install/magic.s5.le.txt +share/doc/html/db/ref/install/magic.txt +share/doc/html/db/ref/intro/distrib.html +share/doc/html/db/ref/intro/do.html +share/doc/html/db/ref/intro/what.html +share/doc/html/db/ref/intro/where.html +share/doc/html/db/ref/lock/stdmode.html +share/doc/html/db/ref/log/config.html +share/doc/html/db/ref/log/intro.html +share/doc/html/db/ref/log/limits.html +share/doc/html/db/ref/mp/config.html +share/doc/html/db/ref/mp/intro.html +share/doc/html/db/ref/perl/intro.html +share/doc/html/db/ref/program/appsignals.html +share/doc/html/db/ref/program/byteorder.html +share/doc/html/db/ref/program/compatible.html +share/doc/html/db/ref/program/convert.html +share/doc/html/db/ref/program/dbsizes.html +share/doc/html/db/ref/program/environ.html +share/doc/html/db/ref/program/errorret.html +share/doc/html/db/ref/program/java.html +share/doc/html/db/ref/program/runtime.html +share/doc/html/db/ref/program/solaris.txt +share/doc/html/db/ref/program/thread.html +share/doc/html/db/ref/program/version.html +share/doc/html/db/ref/sendmail/intro.html +share/doc/html/db/ref/simple_tut/close.html +share/doc/html/db/ref/simple_tut/del.html +share/doc/html/db/ref/simple_tut/errors.html +share/doc/html/db/ref/simple_tut/example.txt +share/doc/html/db/ref/simple_tut/get.html +share/doc/html/db/ref/simple_tut/intro.html +share/doc/html/db/ref/simple_tut/keydata.html +share/doc/html/db/ref/simple_tut/open.html +share/doc/html/db/ref/simple_tut/put.html +share/doc/html/db/ref/toc.html +share/doc/html/db/ref/transapp/admin.html +share/doc/html/db/ref/transapp/apps.html +share/doc/html/db/ref/transapp/archival.html +share/doc/html/db/ref/transapp/checkpoint.html +share/doc/html/db/ref/transapp/deadlock.html +share/doc/html/db/ref/transapp/filesys.html +share/doc/html/db/ref/transapp/intro.html +share/doc/html/db/ref/transapp/recovery.html +share/doc/html/db/ref/transapp/throughput.html +share/doc/html/db/ref/transapp/writetest.txt +share/doc/html/db/ref/txn/config.html +share/doc/html/db/ref/txn/limits.html +share/doc/html/db/ref/txn/other.html +share/doc/html/db/ref/txn/stability.html +share/doc/html/db/sleepycat/contact.html +share/doc/html/db/sleepycat/products.html +share/doc/html/db/test/build.html +share/doc/html/db/test/build_faq.html +share/doc/html/db/test/debug.html +share/doc/html/db/test/run.html +share/doc/html/db/utility/db_archive.html +share/doc/html/db/utility/db_checkpoint.html +share/doc/html/db/utility/db_deadlock.html +share/doc/html/db/utility/db_dump.html +share/doc/html/db/utility/db_load.html +share/doc/html/db/utility/db_recover.html +share/doc/html/db/utility/db_stat.html +share/doc/html/db/utility/index.html +@exec mkdir -p %D/share/doc/html/db/api_java/special +@exec mkdir -p %D/share/doc/html/db/api_cxx/special +@exec mkdir -p %D/share/doc/html/db/api_c/special +@dirrm share/doc/html/db/utility +@dirrm share/doc/html/db/test +@dirrm share/doc/html/db/sleepycat +@dirrm share/doc/html/db/ref/txn +@dirrm share/doc/html/db/ref/transapp +@dirrm share/doc/html/db/ref/simple_tut +@dirrm share/doc/html/db/ref/sendmail +@dirrm share/doc/html/db/ref/program +@dirrm share/doc/html/db/ref/perl +@dirrm share/doc/html/db/ref/mp +@dirrm share/doc/html/db/ref/log +@dirrm share/doc/html/db/ref/lock +@dirrm share/doc/html/db/ref/intro +@dirrm share/doc/html/db/ref/install +@dirrm share/doc/html/db/ref/env +@dirrm share/doc/html/db/ref/dumpload +@dirrm share/doc/html/db/ref/debug +@dirrm share/doc/html/db/ref/cam +@dirrm share/doc/html/db/ref/arch +@dirrm share/doc/html/db/ref/am +@dirrm share/doc/html/db/ref +@dirrm share/doc/html/db/packages +@dirrm share/doc/html/db/images +@dirrm share/doc/html/db/distrib +@dirrm share/doc/html/db/build +@dirrm share/doc/html/db/api_java/special +@dirrm share/doc/html/db/api_java/index +@dirrm share/doc/html/db/api_java/Dbt +@dirrm share/doc/html/db/api_java/Dbc +@dirrm share/doc/html/db/api_java/DbTxnMgr +@dirrm share/doc/html/db/api_java/DbTxn +@dirrm share/doc/html/db/api_java/DbRunRecoveryException +@dirrm share/doc/html/db/api_java/DbMpoolFile +@dirrm share/doc/html/db/api_java/DbMpool +@dirrm share/doc/html/db/api_java/DbLsn +@dirrm share/doc/html/db/api_java/DbLog +@dirrm share/doc/html/db/api_java/DbLockTab +@dirrm share/doc/html/db/api_java/DbLock +@dirrm share/doc/html/db/api_java/DbInfo +@dirrm share/doc/html/db/api_java/DbException +@dirrm share/doc/html/db/api_java/DbEnv +@dirrm share/doc/html/db/api_java/Db +@dirrm share/doc/html/db/api_java +@dirrm share/doc/html/db/api_cxx/special +@dirrm share/doc/html/db/api_cxx/index +@dirrm share/doc/html/db/api_cxx/Dbt +@dirrm share/doc/html/db/api_cxx/Dbc +@dirrm share/doc/html/db/api_cxx/DbTxnMgr +@dirrm share/doc/html/db/api_cxx/DbTxn +@dirrm share/doc/html/db/api_cxx/DbMpoolFile +@dirrm share/doc/html/db/api_cxx/DbMpool +@dirrm share/doc/html/db/api_cxx/DbLsn +@dirrm share/doc/html/db/api_cxx/DbLog +@dirrm share/doc/html/db/api_cxx/DbLockTab +@dirrm share/doc/html/db/api_cxx/DbLock +@dirrm share/doc/html/db/api_cxx/DbInfo +@dirrm share/doc/html/db/api_cxx/DbException +@dirrm share/doc/html/db/api_cxx/DbEnv +@dirrm share/doc/html/db/api_cxx/Db +@dirrm share/doc/html/db/api_cxx +@dirrm share/doc/html/db/api_c/special +@dirrm share/doc/html/db/api_c/internal +@dirrm share/doc/html/db/api_c/index +@dirrm share/doc/html/db/api_c/historic +@dirrm share/doc/html/db/api_c/Dbt +@dirrm share/doc/html/db/api_c/Dbc +@dirrm share/doc/html/db/api_c/DbTxnMgr +@dirrm share/doc/html/db/api_c/DbTxn +@dirrm share/doc/html/db/api_c/DbMpoolFile +@dirrm share/doc/html/db/api_c/DbMpool +@dirrm share/doc/html/db/api_c/DbLog +@dirrm share/doc/html/db/api_c/DbLockTab +@dirrm share/doc/html/db/api_c/DbLock +@dirrm share/doc/html/db/api_c/DbInfo +@dirrm share/doc/html/db/api_c/DbEnv +@dirrm share/doc/html/db/api_c/Db +@dirrm share/doc/html/db/api_c +@dirrm share/doc/html/db +@dirrm include/db2 diff --git a/databases/db/pkg/DESCR b/databases/db/pkg/DESCR deleted file mode 100644 index 262096316e7..00000000000 --- a/databases/db/pkg/DESCR +++ /dev/null @@ -1,23 +0,0 @@ -Berkeley DB is an embeddable database system that supports keyed access to -data. The software is distributed in source code form, and developers can -compile and link the source code into a single library for inclusion -directly in their applications. - -Developers may choose to store data in any of several different storage -structures to satisfy the requirements of a particular application. In -database terminology, these storage structures and the code that operates on -them are called access methods. The library includes support for the -following access methods: - - * B+tree: Stores keys in sorted order, using either a programmer-supplied - ordering function or a default function that does lexicographical - ordering of keys. Applications may perform equality or range searches. - * Hashing: Stores records in a hash table for fast searches based on - strict equality. Extended Linear Hashing modifies the hash function - used by the table as new records are inserted, in order to keep buckets - underfull in the steady state. - * Fixed and Variable-Length Records: Stores fixed- or variable-length - records in sequential order. Record numbers may be immutable or - mutable, i.e., permitting new records to be inserted between existing - records or requiring that new records be added only at the end of the - database. diff --git a/databases/db/pkg/PLIST b/databases/db/pkg/PLIST deleted file mode 100644 index 067d102ead1..00000000000 --- a/databases/db/pkg/PLIST +++ /dev/null @@ -1,547 +0,0 @@ -@comment $NetBSD: PLIST,v 1.4 2001/01/04 15:10:23 agc Exp $ -bin/db_load -bin/db_dump -bin/db_deadlock -bin/db_archive -bin/db_recover -bin/db_printlog -bin/db_checkpoint -bin/db_stat -include/db2/db_185.h -include/db2/db_cxx.h -include/db2/db.h -lib/libdb2.a -lib/libdb2.la -lib/libdb2.so -lib/libdb2.so.2 -lib/libdb2.so.2.7 -share/doc/html/db/api_c/Db/close.html -share/doc/html/db/api_c/Db/cursor.html -share/doc/html/db/api_c/Db/del.html -share/doc/html/db/api_c/Db/fd.html -share/doc/html/db/api_c/Db/get.html -share/doc/html/db/api_c/Db/join.html -share/doc/html/db/api_c/Db/open.html -share/doc/html/db/api_c/Db/put.html -share/doc/html/db/api_c/Db/stat.html -share/doc/html/db/api_c/Db/sync.html -share/doc/html/db/api_c/DbEnv/appexit.html -share/doc/html/db/api_c/DbEnv/appinit.html -share/doc/html/db/api_c/DbEnv/env.html -share/doc/html/db/api_c/DbEnv/version.html -share/doc/html/db/api_c/DbInfo/info.html -share/doc/html/db/api_c/DbLock/put.html -share/doc/html/db/api_c/DbLockTab/close.html -share/doc/html/db/api_c/DbLockTab/detect.html -share/doc/html/db/api_c/DbLockTab/get.html -share/doc/html/db/api_c/DbLockTab/id.html -share/doc/html/db/api_c/DbLockTab/open.html -share/doc/html/db/api_c/DbLockTab/stat.html -share/doc/html/db/api_c/DbLockTab/unlink.html -share/doc/html/db/api_c/DbLockTab/vec.html -share/doc/html/db/api_c/DbLog/archive.html -share/doc/html/db/api_c/DbLog/close.html -share/doc/html/db/api_c/DbLog/compare.html -share/doc/html/db/api_c/DbLog/db_register.html -share/doc/html/db/api_c/DbLog/db_unregister.html -share/doc/html/db/api_c/DbLog/file.html -share/doc/html/db/api_c/DbLog/flush.html -share/doc/html/db/api_c/DbLog/get.html -share/doc/html/db/api_c/DbLog/lsn.html -share/doc/html/db/api_c/DbLog/open.html -share/doc/html/db/api_c/DbLog/put.html -share/doc/html/db/api_c/DbLog/stat.html -share/doc/html/db/api_c/DbLog/unlink.html -share/doc/html/db/api_c/DbMpool/close.html -share/doc/html/db/api_c/DbMpool/db_register.html -share/doc/html/db/api_c/DbMpool/open.html -share/doc/html/db/api_c/DbMpool/stat.html -share/doc/html/db/api_c/DbMpool/sync.html -share/doc/html/db/api_c/DbMpool/trickle.html -share/doc/html/db/api_c/DbMpool/unlink.html -share/doc/html/db/api_c/DbMpoolFile/close.html -share/doc/html/db/api_c/DbMpoolFile/get.html -share/doc/html/db/api_c/DbMpoolFile/open.html -share/doc/html/db/api_c/DbMpoolFile/put.html -share/doc/html/db/api_c/DbMpoolFile/set.html -share/doc/html/db/api_c/DbMpoolFile/sync.html -share/doc/html/db/api_c/DbTxn/abort.html -share/doc/html/db/api_c/DbTxn/commit.html -share/doc/html/db/api_c/DbTxn/id.html -share/doc/html/db/api_c/DbTxn/prepare.html -share/doc/html/db/api_c/DbTxnMgr/begin.html -share/doc/html/db/api_c/DbTxnMgr/checkpoint.html -share/doc/html/db/api_c/DbTxnMgr/close.html -share/doc/html/db/api_c/DbTxnMgr/open.html -share/doc/html/db/api_c/DbTxnMgr/stat.html -share/doc/html/db/api_c/DbTxnMgr/unlink.html -share/doc/html/db/api_c/Dbc/close.html -share/doc/html/db/api_c/Dbc/del.html -share/doc/html/db/api_c/Dbc/get.html -share/doc/html/db/api_c/Dbc/put.html -share/doc/html/db/api_c/Dbt/dbt.html -share/doc/html/db/api_c/historic/dbm.html -share/doc/html/db/api_c/historic/hsearch.html -share/doc/html/db/api_c/index/flags.html -share/doc/html/db/api_c/index/function.html -share/doc/html/db/api_c/index/structure.html -share/doc/html/db/api_c/internal/db_jump_set.html -share/doc/html/db/api_c/internal/db_value_set.html -share/doc/html/db/api_cxx/Db/class.html -share/doc/html/db/api_cxx/Db/close.html -share/doc/html/db/api_cxx/Db/cursor.html -share/doc/html/db/api_cxx/Db/del.html -share/doc/html/db/api_cxx/Db/fd.html -share/doc/html/db/api_cxx/Db/get.html -share/doc/html/db/api_cxx/Db/get_byteswapped.html -share/doc/html/db/api_cxx/Db/get_type.html -share/doc/html/db/api_cxx/Db/join.html -share/doc/html/db/api_cxx/Db/open.html -share/doc/html/db/api_cxx/Db/put.html -share/doc/html/db/api_cxx/Db/stat.html -share/doc/html/db/api_cxx/Db/sync.html -share/doc/html/db/api_cxx/DbEnv/appexit.html -share/doc/html/db/api_cxx/DbEnv/appinit.html -share/doc/html/db/api_cxx/DbEnv/class.html -share/doc/html/db/api_cxx/DbEnv/get_lg_info.html -share/doc/html/db/api_cxx/DbEnv/get_lk_info.html -share/doc/html/db/api_cxx/DbEnv/get_mp_info.html -share/doc/html/db/api_cxx/DbEnv/get_tx_info.html -share/doc/html/db/api_cxx/DbEnv/set_errcall.html -share/doc/html/db/api_cxx/DbEnv/set_errfile.html -share/doc/html/db/api_cxx/DbEnv/set_error_model.html -share/doc/html/db/api_cxx/DbEnv/set_error_stream.html -share/doc/html/db/api_cxx/DbEnv/set_errpfx.html -share/doc/html/db/api_cxx/DbEnv/set_lg_max.html -share/doc/html/db/api_cxx/DbEnv/set_lk_conflicts.html -share/doc/html/db/api_cxx/DbEnv/set_lk_detect.html -share/doc/html/db/api_cxx/DbEnv/set_lk_max.html -share/doc/html/db/api_cxx/DbEnv/set_lk_modes.html -share/doc/html/db/api_cxx/DbEnv/set_lorder.html -share/doc/html/db/api_cxx/DbEnv/set_mp_mmapsize.html -share/doc/html/db/api_cxx/DbEnv/set_mp_size.html -share/doc/html/db/api_cxx/DbEnv/set_tx_max.html -share/doc/html/db/api_cxx/DbEnv/set_tx_recover.html -share/doc/html/db/api_cxx/DbEnv/set_verbose.html -share/doc/html/db/api_cxx/DbEnv/version.html -share/doc/html/db/api_cxx/DbException/class.html -share/doc/html/db/api_cxx/DbException/get_errno.html -share/doc/html/db/api_cxx/DbException/what.html -share/doc/html/db/api_cxx/DbInfo/class.html -share/doc/html/db/api_cxx/DbInfo/set_bt_compare.html -share/doc/html/db/api_cxx/DbInfo/set_bt_maxkey.html -share/doc/html/db/api_cxx/DbInfo/set_bt_minkey.html -share/doc/html/db/api_cxx/DbInfo/set_bt_prefix.html -share/doc/html/db/api_cxx/DbInfo/set_cachesize.html -share/doc/html/db/api_cxx/DbInfo/set_compare.html -share/doc/html/db/api_cxx/DbInfo/set_flags.html -share/doc/html/db/api_cxx/DbInfo/set_h_ffactor.html -share/doc/html/db/api_cxx/DbInfo/set_h_hash.html -share/doc/html/db/api_cxx/DbInfo/set_h_nelem.html -share/doc/html/db/api_cxx/DbInfo/set_lorder.html -share/doc/html/db/api_cxx/DbInfo/set_malloc.html -share/doc/html/db/api_cxx/DbInfo/set_pagesize.html -share/doc/html/db/api_cxx/DbInfo/set_re_delim.html -share/doc/html/db/api_cxx/DbInfo/set_re_len.html -share/doc/html/db/api_cxx/DbInfo/set_re_pad.html -share/doc/html/db/api_cxx/DbInfo/set_re_source.html -share/doc/html/db/api_cxx/DbLock/class.html -share/doc/html/db/api_cxx/DbLock/put.html -share/doc/html/db/api_cxx/DbLockTab/class.html -share/doc/html/db/api_cxx/DbLockTab/close.html -share/doc/html/db/api_cxx/DbLockTab/detect.html -share/doc/html/db/api_cxx/DbLockTab/get.html -share/doc/html/db/api_cxx/DbLockTab/id.html -share/doc/html/db/api_cxx/DbLockTab/open.html -share/doc/html/db/api_cxx/DbLockTab/stat.html -share/doc/html/db/api_cxx/DbLockTab/unlink.html -share/doc/html/db/api_cxx/DbLockTab/vec.html -share/doc/html/db/api_cxx/DbLog/archive.html -share/doc/html/db/api_cxx/DbLog/class.html -share/doc/html/db/api_cxx/DbLog/close.html -share/doc/html/db/api_cxx/DbLog/compare.html -share/doc/html/db/api_cxx/DbLog/db_register.html -share/doc/html/db/api_cxx/DbLog/db_unregister.html -share/doc/html/db/api_cxx/DbLog/file.html -share/doc/html/db/api_cxx/DbLog/flush.html -share/doc/html/db/api_cxx/DbLog/get.html -share/doc/html/db/api_cxx/DbLog/open.html -share/doc/html/db/api_cxx/DbLog/put.html -share/doc/html/db/api_cxx/DbLog/stat.html -share/doc/html/db/api_cxx/DbLog/unlink.html -share/doc/html/db/api_cxx/DbLsn/class.html -share/doc/html/db/api_cxx/DbMpool/class.html -share/doc/html/db/api_cxx/DbMpool/close.html -share/doc/html/db/api_cxx/DbMpool/db_register.html -share/doc/html/db/api_cxx/DbMpool/open.html -share/doc/html/db/api_cxx/DbMpool/stat.html -share/doc/html/db/api_cxx/DbMpool/sync.html -share/doc/html/db/api_cxx/DbMpool/trickle.html -share/doc/html/db/api_cxx/DbMpool/unlink.html -share/doc/html/db/api_cxx/DbMpoolFile/class.html -share/doc/html/db/api_cxx/DbMpoolFile/close.html -share/doc/html/db/api_cxx/DbMpoolFile/get.html -share/doc/html/db/api_cxx/DbMpoolFile/open.html -share/doc/html/db/api_cxx/DbMpoolFile/put.html -share/doc/html/db/api_cxx/DbMpoolFile/set.html -share/doc/html/db/api_cxx/DbMpoolFile/sync.html -share/doc/html/db/api_cxx/DbTxn/abort.html -share/doc/html/db/api_cxx/DbTxn/class.html -share/doc/html/db/api_cxx/DbTxn/commit.html -share/doc/html/db/api_cxx/DbTxn/id.html -share/doc/html/db/api_cxx/DbTxn/prepare.html -share/doc/html/db/api_cxx/DbTxnMgr/begin.html -share/doc/html/db/api_cxx/DbTxnMgr/checkpoint.html -share/doc/html/db/api_cxx/DbTxnMgr/class.html -share/doc/html/db/api_cxx/DbTxnMgr/close.html -share/doc/html/db/api_cxx/DbTxnMgr/open.html -share/doc/html/db/api_cxx/DbTxnMgr/stat.html -share/doc/html/db/api_cxx/DbTxnMgr/unlink.html -share/doc/html/db/api_cxx/Dbc/class.html -share/doc/html/db/api_cxx/Dbc/close.html -share/doc/html/db/api_cxx/Dbc/del.html -share/doc/html/db/api_cxx/Dbc/get.html -share/doc/html/db/api_cxx/Dbc/put.html -share/doc/html/db/api_cxx/Dbt/class.html -share/doc/html/db/api_cxx/index/class.html -share/doc/html/db/api_java/Db/class.html -share/doc/html/db/api_java/Db/close.html -share/doc/html/db/api_java/Db/cursor.html -share/doc/html/db/api_java/Db/del.html -share/doc/html/db/api_java/Db/fd.html -share/doc/html/db/api_java/Db/get.html -share/doc/html/db/api_java/Db/get_byteswapped.html -share/doc/html/db/api_java/Db/get_type.html -share/doc/html/db/api_java/Db/join.html -share/doc/html/db/api_java/Db/open.html -share/doc/html/db/api_java/Db/put.html -share/doc/html/db/api_java/Db/stat.html -share/doc/html/db/api_java/Db/sync.html -share/doc/html/db/api_java/DbEnv/appexit.html -share/doc/html/db/api_java/DbEnv/appinit.html -share/doc/html/db/api_java/DbEnv/class.html -share/doc/html/db/api_java/DbEnv/get_lg_info.html -share/doc/html/db/api_java/DbEnv/get_lk_info.html -share/doc/html/db/api_java/DbEnv/get_mp_info.html -share/doc/html/db/api_java/DbEnv/get_tx_info.html -share/doc/html/db/api_java/DbEnv/set_errcall.html -share/doc/html/db/api_java/DbEnv/set_error_stream.html -share/doc/html/db/api_java/DbEnv/set_errpfx.html -share/doc/html/db/api_java/DbEnv/set_lg_max.html -share/doc/html/db/api_java/DbEnv/set_lk_conflicts.html -share/doc/html/db/api_java/DbEnv/set_lk_detect.html -share/doc/html/db/api_java/DbEnv/set_lk_max.html -share/doc/html/db/api_java/DbEnv/set_lk_modes.html -share/doc/html/db/api_java/DbEnv/set_lorder.html -share/doc/html/db/api_java/DbEnv/set_mp_mmapsize.html -share/doc/html/db/api_java/DbEnv/set_mp_size.html -share/doc/html/db/api_java/DbEnv/set_tx_max.html -share/doc/html/db/api_java/DbEnv/set_verbose.html -share/doc/html/db/api_java/DbEnv/version.html -share/doc/html/db/api_java/DbException/class.html -share/doc/html/db/api_java/DbException/get_errno.html -share/doc/html/db/api_java/DbInfo/class.html -share/doc/html/db/api_java/DbInfo/set_bt_compare.html -share/doc/html/db/api_java/DbInfo/set_bt_maxkey.html -share/doc/html/db/api_java/DbInfo/set_bt_minkey.html -share/doc/html/db/api_java/DbInfo/set_bt_prefix.html -share/doc/html/db/api_java/DbInfo/set_cachesize.html -share/doc/html/db/api_java/DbInfo/set_compare.html -share/doc/html/db/api_java/DbInfo/set_flags.html -share/doc/html/db/api_java/DbInfo/set_h_ffactor.html -share/doc/html/db/api_java/DbInfo/set_h_hash.html -share/doc/html/db/api_java/DbInfo/set_h_nelem.html -share/doc/html/db/api_java/DbInfo/set_lorder.html -share/doc/html/db/api_java/DbInfo/set_malloc.html -share/doc/html/db/api_java/DbInfo/set_pagesize.html -share/doc/html/db/api_java/DbInfo/set_re_delim.html -share/doc/html/db/api_java/DbInfo/set_re_len.html -share/doc/html/db/api_java/DbInfo/set_re_pad.html -share/doc/html/db/api_java/DbInfo/set_re_source.html -share/doc/html/db/api_java/DbLock/class.html -share/doc/html/db/api_java/DbLock/put.html -share/doc/html/db/api_java/DbLockTab/class.html -share/doc/html/db/api_java/DbLockTab/close.html -share/doc/html/db/api_java/DbLockTab/detect.html -share/doc/html/db/api_java/DbLockTab/get.html -share/doc/html/db/api_java/DbLockTab/id.html -share/doc/html/db/api_java/DbLockTab/open.html -share/doc/html/db/api_java/DbLockTab/stat.html -share/doc/html/db/api_java/DbLockTab/unlink.html -share/doc/html/db/api_java/DbLockTab/vec.html -share/doc/html/db/api_java/DbLog/archive.html -share/doc/html/db/api_java/DbLog/class.html -share/doc/html/db/api_java/DbLog/close.html -share/doc/html/db/api_java/DbLog/compare.html -share/doc/html/db/api_java/DbLog/db_register.html -share/doc/html/db/api_java/DbLog/db_unregister.html -share/doc/html/db/api_java/DbLog/file.html -share/doc/html/db/api_java/DbLog/flush.html -share/doc/html/db/api_java/DbLog/get.html -share/doc/html/db/api_java/DbLog/open.html -share/doc/html/db/api_java/DbLog/put.html -share/doc/html/db/api_java/DbLog/stat.html -share/doc/html/db/api_java/DbLog/unlink.html -share/doc/html/db/api_java/DbLsn/class.html -share/doc/html/db/api_java/DbMpool/class.html -share/doc/html/db/api_java/DbMpool/close.html -share/doc/html/db/api_java/DbMpool/db_register.html -share/doc/html/db/api_java/DbMpool/open.html -share/doc/html/db/api_java/DbMpool/stat.html -share/doc/html/db/api_java/DbMpool/sync.html -share/doc/html/db/api_java/DbMpool/trickle.html -share/doc/html/db/api_java/DbMpool/unlink.html -share/doc/html/db/api_java/DbMpoolFile/class.html -share/doc/html/db/api_java/DbMpoolFile/close.html -share/doc/html/db/api_java/DbMpoolFile/get.html -share/doc/html/db/api_java/DbMpoolFile/open.html -share/doc/html/db/api_java/DbMpoolFile/put.html -share/doc/html/db/api_java/DbMpoolFile/set.html -share/doc/html/db/api_java/DbMpoolFile/sync.html -share/doc/html/db/api_java/DbRunRecoveryException/class.html -share/doc/html/db/api_java/DbTxn/abort.html -share/doc/html/db/api_java/DbTxn/class.html -share/doc/html/db/api_java/DbTxn/commit.html -share/doc/html/db/api_java/DbTxn/id.html -share/doc/html/db/api_java/DbTxn/prepare.html -share/doc/html/db/api_java/DbTxnMgr/begin.html -share/doc/html/db/api_java/DbTxnMgr/checkpoint.html -share/doc/html/db/api_java/DbTxnMgr/class.html -share/doc/html/db/api_java/DbTxnMgr/close.html -share/doc/html/db/api_java/DbTxnMgr/open.html -share/doc/html/db/api_java/DbTxnMgr/stat.html -share/doc/html/db/api_java/DbTxnMgr/unlink.html -share/doc/html/db/api_java/Dbc/class.html -share/doc/html/db/api_java/Dbc/close.html -share/doc/html/db/api_java/Dbc/del.html -share/doc/html/db/api_java/Dbc/get.html -share/doc/html/db/api_java/Dbc/put.html -share/doc/html/db/api_java/Dbt/class.html -share/doc/html/db/api_java/index/class.html -share/doc/html/db/build/java.html -share/doc/html/db/build/shared.html -share/doc/html/db/build/shared_gcc.html -share/doc/html/db/build/shared_hp.html -share/doc/html/db/build/unix.html -share/doc/html/db/build/unix_faq.html -share/doc/html/db/build/win16.html -share/doc/html/db/build/win32.html -share/doc/html/db/build/win_faq.html -share/doc/html/db/distrib/layout.html -share/doc/html/db/images/folder.gif -share/doc/html/db/images/folder_open.gif -share/doc/html/db/images/next.gif -share/doc/html/db/images/prev.gif -share/doc/html/db/images/ps.gif -share/doc/html/db/images/sleepycat.gif -share/doc/html/db/images/toc.gif -share/doc/html/db/index.html -share/doc/html/db/packages/hash_usenix.ps -share/doc/html/db/packages/index.html -share/doc/html/db/packages/libtp_usenix.ps -share/doc/html/db/packages/witold.html -share/doc/html/db/ref/am/bt_compare.html -share/doc/html/db/ref/am/bt_dup.html -share/doc/html/db/ref/am/bt_maxkey.html -share/doc/html/db/ref/am/bt_minkey.html -share/doc/html/db/ref/am/bt_prefix.html -share/doc/html/db/ref/am/bt_recnum.html -share/doc/html/db/ref/am/byteorder.html -share/doc/html/db/ref/am/cachesize.html -share/doc/html/db/ref/am/close.html -share/doc/html/db/ref/am/compare.html -share/doc/html/db/ref/am/curclose.html -share/doc/html/db/ref/am/curdel.html -share/doc/html/db/ref/am/curget.html -share/doc/html/db/ref/am/curput.html -share/doc/html/db/ref/am/cursor.html -share/doc/html/db/ref/am/delete.html -share/doc/html/db/ref/am/get.html -share/doc/html/db/ref/am/h_dup.html -share/doc/html/db/ref/am/h_ffactor.html -share/doc/html/db/ref/am/h_hash.html -share/doc/html/db/ref/am/h_nelem.html -share/doc/html/db/ref/am/intro.html -share/doc/html/db/ref/am/join.html -share/doc/html/db/ref/am/logrec.html -share/doc/html/db/ref/am/malloc.html -share/doc/html/db/ref/am/ops.html -share/doc/html/db/ref/am/pagesize.html -share/doc/html/db/ref/am/partial.html -share/doc/html/db/ref/am/put.html -share/doc/html/db/ref/am/re_delim.html -share/doc/html/db/ref/am/re_len.html -share/doc/html/db/ref/am/re_pad.html -share/doc/html/db/ref/am/re_source.html -share/doc/html/db/ref/am/renumber.html -share/doc/html/db/ref/am/select.html -share/doc/html/db/ref/am/stat.html -share/doc/html/db/ref/am/sync.html -share/doc/html/db/ref/arch/apis.html -share/doc/html/db/ref/arch/bigpic.gif -share/doc/html/db/ref/arch/bigpic.html -share/doc/html/db/ref/arch/env.html -share/doc/html/db/ref/arch/extending.html -share/doc/html/db/ref/arch/progmodel.html -share/doc/html/db/ref/arch/script.html -share/doc/html/db/ref/arch/smallpic.gif -share/doc/html/db/ref/arch/subsystem.html -share/doc/html/db/ref/arch/utilities.html -share/doc/html/db/ref/cam/intro.html -share/doc/html/db/ref/debug/runtime.html -share/doc/html/db/ref/dumpload/format.html -share/doc/html/db/ref/dumpload/text.html -share/doc/html/db/ref/dumpload/utility.html -share/doc/html/db/ref/env/create.html -share/doc/html/db/ref/env/naming.html -share/doc/html/db/ref/env/open.html -share/doc/html/db/ref/env/region.html -share/doc/html/db/ref/env/security.html -share/doc/html/db/ref/install/file.html -share/doc/html/db/ref/install/magic.s5.be.txt -share/doc/html/db/ref/install/magic.s5.le.txt -share/doc/html/db/ref/install/magic.txt -share/doc/html/db/ref/intro/distrib.html -share/doc/html/db/ref/intro/do.html -share/doc/html/db/ref/intro/what.html -share/doc/html/db/ref/intro/where.html -share/doc/html/db/ref/lock/stdmode.html -share/doc/html/db/ref/log/config.html -share/doc/html/db/ref/log/intro.html -share/doc/html/db/ref/log/limits.html -share/doc/html/db/ref/mp/config.html -share/doc/html/db/ref/mp/intro.html -share/doc/html/db/ref/perl/intro.html -share/doc/html/db/ref/program/appsignals.html -share/doc/html/db/ref/program/byteorder.html -share/doc/html/db/ref/program/compatible.html -share/doc/html/db/ref/program/convert.html -share/doc/html/db/ref/program/dbsizes.html -share/doc/html/db/ref/program/environ.html -share/doc/html/db/ref/program/errorret.html -share/doc/html/db/ref/program/java.html -share/doc/html/db/ref/program/runtime.html -share/doc/html/db/ref/program/solaris.txt -share/doc/html/db/ref/program/thread.html -share/doc/html/db/ref/program/version.html -share/doc/html/db/ref/sendmail/intro.html -share/doc/html/db/ref/simple_tut/close.html -share/doc/html/db/ref/simple_tut/del.html -share/doc/html/db/ref/simple_tut/errors.html -share/doc/html/db/ref/simple_tut/example.txt -share/doc/html/db/ref/simple_tut/get.html -share/doc/html/db/ref/simple_tut/intro.html -share/doc/html/db/ref/simple_tut/keydata.html -share/doc/html/db/ref/simple_tut/open.html -share/doc/html/db/ref/simple_tut/put.html -share/doc/html/db/ref/toc.html -share/doc/html/db/ref/transapp/admin.html -share/doc/html/db/ref/transapp/apps.html -share/doc/html/db/ref/transapp/archival.html -share/doc/html/db/ref/transapp/checkpoint.html -share/doc/html/db/ref/transapp/deadlock.html -share/doc/html/db/ref/transapp/filesys.html -share/doc/html/db/ref/transapp/intro.html -share/doc/html/db/ref/transapp/recovery.html -share/doc/html/db/ref/transapp/throughput.html -share/doc/html/db/ref/transapp/writetest.txt -share/doc/html/db/ref/txn/config.html -share/doc/html/db/ref/txn/limits.html -share/doc/html/db/ref/txn/other.html -share/doc/html/db/ref/txn/stability.html -share/doc/html/db/sleepycat/contact.html -share/doc/html/db/sleepycat/products.html -share/doc/html/db/test/build.html -share/doc/html/db/test/build_faq.html -share/doc/html/db/test/debug.html -share/doc/html/db/test/run.html -share/doc/html/db/utility/db_archive.html -share/doc/html/db/utility/db_checkpoint.html -share/doc/html/db/utility/db_deadlock.html -share/doc/html/db/utility/db_dump.html -share/doc/html/db/utility/db_load.html -share/doc/html/db/utility/db_recover.html -share/doc/html/db/utility/db_stat.html -share/doc/html/db/utility/index.html -@exec mkdir -p %D/share/doc/html/db/api_java/special -@exec mkdir -p %D/share/doc/html/db/api_cxx/special -@exec mkdir -p %D/share/doc/html/db/api_c/special -@dirrm share/doc/html/db/utility -@dirrm share/doc/html/db/test -@dirrm share/doc/html/db/sleepycat -@dirrm share/doc/html/db/ref/txn -@dirrm share/doc/html/db/ref/transapp -@dirrm share/doc/html/db/ref/simple_tut -@dirrm share/doc/html/db/ref/sendmail -@dirrm share/doc/html/db/ref/program -@dirrm share/doc/html/db/ref/perl -@dirrm share/doc/html/db/ref/mp -@dirrm share/doc/html/db/ref/log -@dirrm share/doc/html/db/ref/lock -@dirrm share/doc/html/db/ref/intro -@dirrm share/doc/html/db/ref/install -@dirrm share/doc/html/db/ref/env -@dirrm share/doc/html/db/ref/dumpload -@dirrm share/doc/html/db/ref/debug -@dirrm share/doc/html/db/ref/cam -@dirrm share/doc/html/db/ref/arch -@dirrm share/doc/html/db/ref/am -@dirrm share/doc/html/db/ref -@dirrm share/doc/html/db/packages -@dirrm share/doc/html/db/images -@dirrm share/doc/html/db/distrib -@dirrm share/doc/html/db/build -@dirrm share/doc/html/db/api_java/special -@dirrm share/doc/html/db/api_java/index -@dirrm share/doc/html/db/api_java/Dbt -@dirrm share/doc/html/db/api_java/Dbc -@dirrm share/doc/html/db/api_java/DbTxnMgr -@dirrm share/doc/html/db/api_java/DbTxn -@dirrm share/doc/html/db/api_java/DbRunRecoveryException -@dirrm share/doc/html/db/api_java/DbMpoolFile -@dirrm share/doc/html/db/api_java/DbMpool -@dirrm share/doc/html/db/api_java/DbLsn -@dirrm share/doc/html/db/api_java/DbLog -@dirrm share/doc/html/db/api_java/DbLockTab -@dirrm share/doc/html/db/api_java/DbLock -@dirrm share/doc/html/db/api_java/DbInfo -@dirrm share/doc/html/db/api_java/DbException -@dirrm share/doc/html/db/api_java/DbEnv -@dirrm share/doc/html/db/api_java/Db -@dirrm share/doc/html/db/api_java -@dirrm share/doc/html/db/api_cxx/special -@dirrm share/doc/html/db/api_cxx/index -@dirrm share/doc/html/db/api_cxx/Dbt -@dirrm share/doc/html/db/api_cxx/Dbc -@dirrm share/doc/html/db/api_cxx/DbTxnMgr -@dirrm share/doc/html/db/api_cxx/DbTxn -@dirrm share/doc/html/db/api_cxx/DbMpoolFile -@dirrm share/doc/html/db/api_cxx/DbMpool -@dirrm share/doc/html/db/api_cxx/DbLsn -@dirrm share/doc/html/db/api_cxx/DbLog -@dirrm share/doc/html/db/api_cxx/DbLockTab -@dirrm share/doc/html/db/api_cxx/DbLock -@dirrm share/doc/html/db/api_cxx/DbInfo -@dirrm share/doc/html/db/api_cxx/DbException -@dirrm share/doc/html/db/api_cxx/DbEnv -@dirrm share/doc/html/db/api_cxx/Db -@dirrm share/doc/html/db/api_cxx -@dirrm share/doc/html/db/api_c/special -@dirrm share/doc/html/db/api_c/internal -@dirrm share/doc/html/db/api_c/index -@dirrm share/doc/html/db/api_c/historic -@dirrm share/doc/html/db/api_c/Dbt -@dirrm share/doc/html/db/api_c/Dbc -@dirrm share/doc/html/db/api_c/DbTxnMgr -@dirrm share/doc/html/db/api_c/DbTxn -@dirrm share/doc/html/db/api_c/DbMpoolFile -@dirrm share/doc/html/db/api_c/DbMpool -@dirrm share/doc/html/db/api_c/DbLog -@dirrm share/doc/html/db/api_c/DbLockTab -@dirrm share/doc/html/db/api_c/DbLock -@dirrm share/doc/html/db/api_c/DbInfo -@dirrm share/doc/html/db/api_c/DbEnv -@dirrm share/doc/html/db/api_c/Db -@dirrm share/doc/html/db/api_c -@dirrm share/doc/html/db -@dirrm include/db2 -- cgit v1.2.3