Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jan 2024 18:55:04 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: eeb9d4aac1f6 - main - devel/mongo-c-driver: Update version 1.24.2=>1.25.3
Message-ID:  <202401011855.401It4re011078@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=eeb9d4aac1f66e6a5ab3260148989f1a7af1a330

commit eeb9d4aac1f66e6a5ab3260148989f1a7af1a330
Author:     Krzysztof <ports@bsdserwis.com>
AuthorDate: 2024-01-01 18:49:30 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-01 18:54:48 +0000

    devel/mongo-c-driver: Update version 1.24.2=>1.25.3
    
    Changelog: https://github.com/mongodb/mongo-c-driver/releases/tag/1.25.3
    
    PR:             276017
    Approved by:    submitter is maintainer
---
 devel/mongo-c-driver/Makefile                      |  16 +-
 devel/mongo-c-driver/distinfo                      |   6 +-
 .../files/patch-build_sphinx_mongoc__common.py     |  11 +
 devel/mongo-c-driver/pkg-plist                     | 974 ++++++++++++++++++---
 4 files changed, 884 insertions(+), 123 deletions(-)

diff --git a/devel/mongo-c-driver/Makefile b/devel/mongo-c-driver/Makefile
index e26054539656..b709a97de6e1 100644
--- a/devel/mongo-c-driver/Makefile
+++ b/devel/mongo-c-driver/Makefile
@@ -1,8 +1,7 @@
 PORTNAME=	mongo-c-driver
-DISTVERSION=	1.24.2
-PORTREVISION=	1
+DISTVERSION=	1.25.3
 CATEGORIES=	devel
-MASTER_SITES=	https://github.com/mongodb/${PORTNAME}/releases/download/${DISTVERSION}/
+MASTER_SITES=	https://codeload.github.com/mongodb/${PORTNAME}/tar.gz/${DISTVERSION}?dummy=/
 
 MAINTAINER=	ports@bsdserwis.com
 COMMENT=	C Driver for MongoDB
@@ -36,12 +35,14 @@ CRYPTOPROFILE_DESC=	Use system crypto profile (requires OpenSSL)
 MONGODBAWS_DESC=	Enable support for the MONGODB-AWS authentication mechanism
 RDTSCP_DESC=		Fast performance counters on Intel using the RDTSCP instruction
 SRV_DESC=		Enable support for mongodb+srv URIs
-UTF8PROC_DESC=		SCRAM-SHA-256 authentication with non-ASCII passwords
+UTF8PROC_DESC=		SCRAM-SHA-256 authentication with non-ASCII passwords (Use system utf8proc instead of bundled one)
 
 CRYPTOPROFILE_CMAKE_ON=	-DENABLE_CRYPTO_SYSTEM_PROFILE=ON
 CRYPTOPROFILE_CMAKE_OFF=	-DENABLE_CRYPTO_SYSTEM_PROFILE=OFF
 
-DOCS_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR}
+DOCS_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} \
+			${PYTHON_PKGNAMEPREFIX}sphinx-design>0:textproc/py-sphinx-design@${PY_FLAVOR} \
+			${PYTHON_PKGNAMEPREFIX}furo>0:textproc/py-furo@${PY_FLAVOR}
 DOCS_CMAKE_ON=		-DENABLE_HTML_DOCS=ON -DENABLE_MAN_PAGES=ON
 
 ICU_LIB_DEPENDS=	libicudata.so:devel/icu
@@ -68,8 +69,9 @@ SRV_CMAKE_OFF=		-DENABLE_SRV=OFF
 SSL_USES=		ssl
 SSL_CMAKE_OFF=		-DENABLE_SSL=OFF
 
-UTF8PROC_CMAKE_ON=	-DUSE_BUNDLED_UTF8PROC=ON
-UTF8PROC_CMAKE_OFF=	-DUSE_BUNDLED_UTF8PROC=OFF
+UTF8PROC_LIB_DEPENDS=	libutf8proc.so:textproc/utf8proc
+UTF8PROC_CMAKE_ON=	-DUSE_BUNDLED_UTF8PROC=OFF
+UTF8PROC_CMAKE_OFF=	-DUSE_BUNDLED_UTF8PROC=ON
 
 ZSTD_LIB_DEPENDS=	libzstd.so:archivers/zstd
 ZSTD_CMAKE_ON=		-DENABLE_ZSTD=ON
diff --git a/devel/mongo-c-driver/distinfo b/devel/mongo-c-driver/distinfo
index 7bf6a88a36a7..a4e44411fab8 100644
--- a/devel/mongo-c-driver/distinfo
+++ b/devel/mongo-c-driver/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1690287039
-SHA256 (mongo-c-driver-1.24.2.tar.gz) = 25813a220188d40140ca9c36a4b23abfb68fc7cbb37694187cc9852be470abd2
-SIZE (mongo-c-driver-1.24.2.tar.gz) = 8231535
+TIMESTAMP = 1703795554
+SHA256 (mongo-c-driver-1.25.3.tar.gz) = d7cdedc5164b7b8ca39bb45bee789da44097052c882fa84996e4d90eec6fe8d3
+SIZE (mongo-c-driver-1.25.3.tar.gz) = 7306922
diff --git a/devel/mongo-c-driver/files/patch-build_sphinx_mongoc__common.py b/devel/mongo-c-driver/files/patch-build_sphinx_mongoc__common.py
new file mode 100644
index 000000000000..8e80899e87d2
--- /dev/null
+++ b/devel/mongo-c-driver/files/patch-build_sphinx_mongoc__common.py
@@ -0,0 +1,11 @@
+--- build/sphinx/mongoc_common.py.orig	2023-12-13 02:45:10 UTC
++++ build/sphinx/mongoc_common.py
+@@ -145,7 +145,7 @@ def generate_html_redirs(app: Sphinx, page: str, templ
+         return
+     if page == "index" or page.endswith(".index"):
+         return
+-    path = app.project.doc2path(page, absolute=True)
++    path = app.project.doc2path(page)
+     out_index_html = Path(builder.get_outfilename(page))
+     slug = out_index_html.parent.name
+     redirect_file = out_index_html.parent.parent / f"{slug}.html"
diff --git a/devel/mongo-c-driver/pkg-plist b/devel/mongo-c-driver/pkg-plist
index 9c77e8524dad..9692ead25536 100644
--- a/devel/mongo-c-driver/pkg-plist
+++ b/devel/mongo-c-driver/pkg-plist
@@ -1,4 +1,3 @@
-include/libmongoc-1.0/mongoc.h
 include/libmongoc-1.0/mongoc/mongoc-apm.h
 include/libmongoc-1.0/mongoc/mongoc-bulk-operation.h
 include/libmongoc-1.0/mongoc/mongoc-change-stream.h
@@ -50,10 +49,12 @@ include/libmongoc-1.0/mongoc/mongoc-version-functions.h
 include/libmongoc-1.0/mongoc/mongoc-version.h
 include/libmongoc-1.0/mongoc/mongoc-write-concern.h
 include/libmongoc-1.0/mongoc/mongoc.h
+include/libmongoc-1.0/mongoc.h
 lib/cmake/libmongoc-1.0/libmongoc-1.0-config-version.cmake
 lib/cmake/libmongoc-1.0/libmongoc-1.0-config.cmake
 lib/cmake/libmongoc-static-1.0/libmongoc-static-1.0-config-version.cmake
 lib/cmake/libmongoc-static-1.0/libmongoc-static-1.0-config.cmake
+%%SASL%%lib/cmake/mongoc-1.0/3rdParty/FindSASL2.cmake
 lib/cmake/mongoc-1.0/mongoc-1.0-config-version.cmake
 lib/cmake/mongoc-1.0/mongoc-1.0-config.cmake
 lib/cmake/mongoc-1.0/mongoc-targets-%%CMAKE_BUILD_TYPE%%.cmake
@@ -73,6 +74,9 @@ libdata/pkgconfig/libmongoc-static-1.0.pc
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_images/msvc-switch-architecture.png
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/_sphinx_javascript_frameworks_compat.js
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/basic.css
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/debug.css
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/design-tabs.js
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/doctools.js
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/documentation_options.js
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/file.png
@@ -80,713 +84,1450 @@ libdata/pkgconfig/libmongoc-static-1.0.pc
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/jquery.js
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/language_data.js
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/minus.png
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/msvc-add-dependencies-static.png
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/msvc-add-dependencies.png
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/msvc-add-include-directories.png
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/msvc-create-project.png
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/msvc-set-path.png
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/msvc-switch-architecture.png
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/plus.png
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/pygments.css
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/readable.css
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/scripts/furo-extensions.js
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/scripts/furo.js
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/scripts/furo.js.LICENSE.txt
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/scripts/furo.js.map
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/searchtools.js
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/skeleton.css
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/sphinx_highlight.js
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/styles/furo-extensions.css
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/styles/furo-extensions.css.map
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/styles/furo.css
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/styles/furo.css.map
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/styles.css
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/underscore-1.13.1.js
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/underscore.js
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/advanced-connections/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/advanced-connections.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/aggregate/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/aggregate.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/api/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/api.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/application-performance-monitoring/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/application-performance-monitoring.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/authentication/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/authentication.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/basic-troubleshooting/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/basic-troubleshooting.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/bulk/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/bulk.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/client-side-field-level-encryption/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/client-side-field-level-encryption.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/configuring_tls/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/configuring_tls.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/connection-pooling/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/connection-pooling.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/cursors/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/cursors.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/data-compression/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/data-compression.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/debugging/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/debugging.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/distinct-mapreduce/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/distinct-mapreduce.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/errors/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/errors.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/full_index/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/full_index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/genindex/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/genindex.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/gridfs/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/gridfs.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/guides/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/guides.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/howto/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/howto/source-install/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/howto/source-install.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/howto.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/in-use-encryption/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/in-use-encryption.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/init-cleanup/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/init-cleanup.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/installing/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/installing.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/learn/get/docs/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/learn/get/docs.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/learn/get/from-source/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/learn/get/from-source.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/learn/get/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/learn/get/installing/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/learn/get/installing.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/learn/get.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/learn/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/learn.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/lifecycle/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/lifecycle.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/logging/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/logging.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/manage-collection-indexes/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/manage-collection-indexes.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc-common-task-examples.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_callbacks_destroy/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_callbacks_destroy.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_callbacks_new/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_callbacks_new.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_callbacks_t/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_callbacks_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_failed_get_command_name/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_failed_get_command_name.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_failed_get_context/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_failed_get_context.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_failed_get_duration/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_failed_get_duration.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_failed_get_error/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_failed_get_error.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_failed_get_host/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_failed_get_host.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_failed_get_operation_id/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_failed_get_operation_id.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_failed_get_reply/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_failed_get_reply.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_failed_get_request_id/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_failed_get_request_id.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_failed_get_server_connection_id.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_failed_get_server_connection_id/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_failed_get_server_connection_id_int64/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_failed_get_server_connection_id_int64.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_failed_get_server_connection_id.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_failed_get_server_id/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_failed_get_server_id.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_failed_get_service_id/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_failed_get_service_id.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_failed_t/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_failed_t.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_started_get_command.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_started_get_command/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_started_get_command_name/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_started_get_command_name.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_started_get_command.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_started_get_context/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_started_get_context.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_started_get_database_name/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_started_get_database_name.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_started_get_host/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_started_get_host.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_started_get_operation_id/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_started_get_operation_id.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_started_get_request_id/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_started_get_request_id.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_started_get_server_connection_id.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_started_get_server_connection_id/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_started_get_server_connection_id_int64/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_started_get_server_connection_id_int64.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_started_get_server_connection_id.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_started_get_server_id/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_started_get_server_id.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_started_get_service_id/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_started_get_service_id.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_started_t/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_started_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_succeeded_get_command_name/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_succeeded_get_command_name.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_succeeded_get_context/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_succeeded_get_context.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_succeeded_get_duration/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_succeeded_get_duration.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_succeeded_get_host/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_succeeded_get_host.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_succeeded_get_operation_id/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_succeeded_get_operation_id.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_succeeded_get_reply/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_succeeded_get_reply.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_succeeded_get_request_id/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_succeeded_get_request_id.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_succeeded_get_server_connection_id.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_succeeded_get_server_connection_id/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_succeeded_get_server_connection_id_int64/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_succeeded_get_server_connection_id_int64.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_succeeded_get_server_connection_id.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_succeeded_get_server_id/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_succeeded_get_server_id.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_succeeded_get_service_id/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_succeeded_get_service_id.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_succeeded_t/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_succeeded_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_changed_get_context/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_changed_get_context.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_changed_get_host/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_changed_get_host.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_changed_get_new_description/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_changed_get_new_description.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_changed_get_previous_description/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_changed_get_previous_description.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_changed_get_topology_id/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_changed_get_topology_id.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_changed_t/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_changed_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_closed_get_context/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_closed_get_context.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_closed_get_host/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_closed_get_host.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_closed_get_topology_id/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_closed_get_topology_id.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_closed_t/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_closed_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_failed_get_awaited/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_failed_get_awaited.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_failed_get_context/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_failed_get_context.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_failed_get_duration/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_failed_get_duration.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_failed_get_error/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_failed_get_error.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_failed_get_host/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_failed_get_host.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_failed_t/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_failed_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_started_get_awaited/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_started_get_awaited.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_started_get_context/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_started_get_context.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_started_get_host/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_started_get_host.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_started_t/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_started_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_succeeded_get_awaited/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_succeeded_get_awaited.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_succeeded_get_context/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_succeeded_get_context.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_succeeded_get_duration/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_succeeded_get_duration.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_succeeded_get_host/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_succeeded_get_host.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_succeeded_get_reply/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_succeeded_get_reply.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_succeeded_t/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_succeeded_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_opening_get_context/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_opening_get_context.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_opening_get_host/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_opening_get_host.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_opening_get_topology_id/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_opening_get_topology_id.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_opening_t/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_opening_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_set_command_failed_cb/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_set_command_failed_cb.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_set_command_started_cb/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_set_command_started_cb.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_set_command_succeeded_cb/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_set_command_succeeded_cb.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_set_server_changed_cb/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_set_server_changed_cb.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_set_server_closed_cb/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_set_server_closed_cb.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_set_server_heartbeat_failed_cb/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_set_server_heartbeat_failed_cb.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_set_server_heartbeat_started_cb/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_set_server_heartbeat_started_cb.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_set_server_heartbeat_succeeded_cb/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_set_server_heartbeat_succeeded_cb.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_set_server_opening_cb/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_set_server_opening_cb.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_set_topology_changed_cb/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_set_topology_changed_cb.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_set_topology_closed_cb/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_set_topology_closed_cb.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_set_topology_opening_cb/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_set_topology_opening_cb.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_topology_changed_get_context/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_topology_changed_get_context.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_topology_changed_get_new_description/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_topology_changed_get_new_description.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_topology_changed_get_previous_description/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_topology_changed_get_previous_description.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_topology_changed_get_topology_id/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_topology_changed_get_topology_id.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_topology_changed_t/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_topology_changed_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_topology_closed_get_context/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_topology_closed_get_context.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_topology_closed_get_topology_id/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_topology_closed_get_topology_id.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_topology_closed_t/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_topology_closed_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_topology_opening_get_context/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_topology_opening_get_context.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_topology_opening_get_topology_id/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_topology_opening_get_topology_id.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_topology_opening_t/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_topology_opening_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_destroy/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_destroy.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_new/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_new.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_set_bypass_auto_encryption/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_set_bypass_auto_encryption.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_set_bypass_query_analysis/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_set_bypass_query_analysis.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_set_encrypted_fields_map/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_set_encrypted_fields_map.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_set_extra/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_set_extra.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_set_keyvault_client.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_set_keyvault_client/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_set_keyvault_client_pool/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_set_keyvault_client_pool.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_set_keyvault_client.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_set_keyvault_namespace/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_set_keyvault_namespace.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_set_kms_credential_provider_callback/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_set_kms_credential_provider_callback.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_set_kms_providers/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_set_kms_providers.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_set_schema_map/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_set_schema_map.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_set_tls_opts/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_set_tls_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_t/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_t.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_delete.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_delete/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_delete_one/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_delete_one.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_delete.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_destroy/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_destroy.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_execute/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_execute.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_get_hint/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_get_hint.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_get_write_concern/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_get_write_concern.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_insert.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_insert/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_insert_with_opts/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_insert_with_opts.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_remove.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_insert.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_remove/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_remove_many_with_opts/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_remove_many_with_opts.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_remove_one.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_remove_one/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_remove_one_with_opts/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_remove_one_with_opts.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_replace_one.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_remove_one.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_remove.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_replace_one/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_replace_one_with_opts/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_replace_one_with_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_replace_one.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_set_bypass_document_validation/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_set_bypass_document_validation.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_set_client_session/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_set_client_session.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_set_comment/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_set_comment.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_set_hint/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_set_hint.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_set_let/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_set_let.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_t/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_t.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_update.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_update/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_update_many_with_opts/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_update_many_with_opts.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_update_one.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_update_one/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_update_one_with_opts/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_update_one_with_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_update_one.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_update.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_change_stream_destroy/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_change_stream_destroy.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_change_stream_error_document/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_change_stream_error_document.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_change_stream_get_resume_token/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_change_stream_get_resume_token.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_change_stream_next/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_change_stream_next.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_change_stream_t/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_change_stream_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_check_version/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_check_version.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cleanup/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cleanup.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_command.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_command_simple.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_command/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_command_simple/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_command_simple_with_server_id/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_command_simple_with_server_id.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_command_simple.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_command_with_opts/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_command_with_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_command.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_destroy/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_destroy.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_enable_auto_encryption/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_enable_auto_encryption.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_add_key_alt_name/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_add_key_alt_name.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_create_datakey/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_create_datakey.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_create_encrypted_collection/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_create_encrypted_collection.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_datakey_opts_destroy/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_datakey_opts_destroy.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_datakey_opts_new/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_datakey_opts_new.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_datakey_opts_set_keyaltnames/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_datakey_opts_set_keyaltnames.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_datakey_opts_set_keymaterial/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_datakey_opts_set_keymaterial.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_datakey_opts_set_masterkey/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_datakey_opts_set_masterkey.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_datakey_opts_t/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_datakey_opts_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_decrypt/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_decrypt.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_delete_key/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_delete_key.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_destroy/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_destroy.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_expression/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_expression.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_opts_destroy/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_opts_destroy.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_opts_new/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_opts_new.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_opts_set_algorithm/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_opts_set_algorithm.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_opts_set_contention_factor/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_opts_set_contention_factor.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_opts_set_keyaltname/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_opts_set_keyaltname.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_opts_set_keyid/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_opts_set_keyid.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_opts_set_query_type/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_opts_set_query_type.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_opts_set_range_opts/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_opts_set_range_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_opts_t/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_opts_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_range_opts_destroy/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_range_opts_destroy.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_range_opts_new/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_range_opts_new.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_range_opts_set_max/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_range_opts_set_max.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_range_opts_set_min/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_range_opts_set_min.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_range_opts_set_precision/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_range_opts_set_precision.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_range_opts_set_sparsity/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_range_opts_set_sparsity.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_range_opts_t/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_range_opts_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_get_crypt_shared_version/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_get_crypt_shared_version.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_get_key.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_get_key/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_get_key_by_alt_name/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_get_key_by_alt_name.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_get_key.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_get_keys/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_get_keys.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_new/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_new.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_opts_destroy/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_opts_destroy.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_opts_new/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_opts_new.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_opts_set_keyvault_client/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_opts_set_keyvault_client.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_opts_set_keyvault_namespace/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_opts_set_keyvault_namespace.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_opts_set_kms_credential_provider_callback/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_opts_set_kms_credential_provider_callback.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_opts_set_kms_providers/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_opts_set_kms_providers.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_opts_set_tls_opts/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_opts_set_tls_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_opts_t/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_opts_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_remove_key_alt_name/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_remove_key_alt_name.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_rewrap_many_datakey.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_rewrap_many_datakey/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_rewrap_many_datakey_result_destroy/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_rewrap_many_datakey_result_destroy.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_rewrap_many_datakey_result_get_bulk_write_result/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_rewrap_many_datakey_result_get_bulk_write_result.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_rewrap_many_datakey_result_new/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_rewrap_many_datakey_result_new.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_rewrap_many_datakey_result_t/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_rewrap_many_datakey_result_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_rewrap_many_datakey.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_t/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_find_databases_with_opts/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_find_databases_with_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_collection/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_collection.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_crypt_shared_version/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_crypt_shared_version.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_database.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_database_names.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_database/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_database_names/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_database_names_with_opts/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_database_names_with_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_database_names.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_database.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_default_database/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_default_database.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_gridfs/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_gridfs.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_handshake_description/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_handshake_description.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_read_concern/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_read_concern.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_read_prefs/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_read_prefs.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_server_description/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_server_description.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_server_descriptions/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_server_descriptions.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_server_status/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_server_status.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_uri/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_uri.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_write_concern/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_write_concern.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_new.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_new_from_uri.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_new/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_new_from_uri/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_new_from_uri_with_error/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_new_from_uri_with_error.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_new_from_uri.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_new.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_destroy/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_destroy.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_enable_auto_encryption/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_enable_auto_encryption.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_max_size/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_max_size.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_min_size/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_min_size.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_new.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_new/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_new_with_error/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_new_with_error.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_new.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_pop/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_pop.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_push/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_push.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_set_apm_callbacks/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_set_apm_callbacks.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_set_appname/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_set_appname.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_set_error_api/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_set_error_api.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_set_server_api/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_set_server_api.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_set_ssl_opts/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_set_ssl_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_t/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_try_pop/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_try_pop.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_read_command_with_opts/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_read_command_with_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_read_write_command_with_opts/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_read_write_command_with_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_reset/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_reset.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_select_server/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_select_server.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_abort_transaction/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_abort_transaction.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_advance_cluster_time/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_advance_cluster_time.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_advance_operation_time/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_advance_operation_time.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_append/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_append.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_commit_transaction/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_commit_transaction.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_destroy/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_destroy.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_get_client/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_get_client.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_get_cluster_time/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_get_cluster_time.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_get_dirty/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_get_dirty.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_get_lsid/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_get_lsid.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_get_operation_time/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_get_operation_time.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_get_opts/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_get_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_get_server_id/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_get_server_id.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_get_transaction_state/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_get_transaction_state.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_in_transaction/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_in_transaction.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_start_transaction/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_start_transaction.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_t/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_t.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_with_transaction.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_with_transaction/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_with_transaction_cb_t/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_with_transaction_cb_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_with_transaction.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_set_apm_callbacks/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_set_apm_callbacks.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_set_appname/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_set_appname.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_set_error_api/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_set_error_api.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_set_read_concern/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_set_read_concern.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_set_read_prefs/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_set_read_prefs.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_set_server_api/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_set_server_api.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_set_ssl_opts/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_set_ssl_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_set_stream_initiator/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_set_stream_initiator.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_set_write_concern/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_set_write_concern.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_start_session/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_start_session.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_t/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_watch/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_watch.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_write_command_with_opts/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_write_command_with_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_aggregate/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_aggregate.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_command.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_command/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_command_simple/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_command_simple.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_command_with_opts/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_command_with_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_command.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_copy/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_copy.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_count.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_count/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_count_documents/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_count_documents.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_count_with_opts/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_count_with_opts.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_create_bulk_operation.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_count.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_create_bulk_operation/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_create_bulk_operation_with_opts/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_create_bulk_operation_with_opts.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_create_index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_create_bulk_operation.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_create_index/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_create_index_with_opts/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_create_index_with_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_create_index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_create_indexes_with_opts/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_create_indexes_with_opts.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_delete.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_delete/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_delete_many/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_delete_many.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_delete_one/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_delete_one.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_delete.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_destroy/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_destroy.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_drop.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_drop_index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_drop/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_drop_index/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_drop_index_with_opts/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_drop_index_with_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_drop_index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_drop_with_opts/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_drop_with_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_drop.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_ensure_index/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_ensure_index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_estimated_document_count/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_estimated_document_count.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_find.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_find_and_modify.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_find/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_find_and_modify/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_find_and_modify_with_opts/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_find_and_modify_with_opts.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_find_indexes.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_find_and_modify.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_find_indexes/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_find_indexes_with_opts/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_find_indexes_with_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_find_indexes.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_find_with_opts/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_find_with_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_find.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_get_last_error/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_get_last_error.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_get_name/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_get_name.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_get_read_concern/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_get_read_concern.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_get_read_prefs/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_get_read_prefs.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_get_write_concern/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_get_write_concern.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_insert.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_insert/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_insert_bulk/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_insert_bulk.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_insert_many/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_insert_many.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_insert_one/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_insert_one.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_insert.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_keys_to_index_string/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_keys_to_index_string.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_read_command_with_opts/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_read_command_with_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_read_write_command_with_opts/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_read_write_command_with_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_remove/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_remove.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_rename.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_rename/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_rename_with_opts/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_rename_with_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_rename.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_replace_one/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_replace_one.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_save/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_save.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_set_read_concern/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_set_read_concern.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_set_read_prefs/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_set_read_prefs.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_set_write_concern/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_set_write_concern.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_stats/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_stats.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_t/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_t.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_update.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_update/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_update_many/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_update_many.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_update_one/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_update_one.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_update.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_validate/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_validate.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_watch/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_watch.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_write_command_with_opts/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_write_command_with_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_clone/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_clone.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_current/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_current.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_destroy/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_destroy.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_error.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_error/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_error_document/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_error_document.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_error.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_get_batch_size/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_get_batch_size.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_get_hint/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_get_hint.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_get_host/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_get_host.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_get_id/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_get_id.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_get_limit/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_get_limit.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_get_max_await_time_ms/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_get_max_await_time_ms.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_is_alive/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_is_alive.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_more/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_more.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_new_from_command_reply.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_new_from_command_reply/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_new_from_command_reply_with_opts/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_new_from_command_reply_with_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_new_from_command_reply.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_next/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_next.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_set_batch_size/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_set_batch_size.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_set_hint/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_set_hint.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_set_limit/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_set_limit.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_set_max_await_time_ms/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_set_max_await_time_ms.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_t/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_add_user/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_add_user.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_aggregate/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_aggregate.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_command.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_command/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_command_simple/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_command_simple.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_command_with_opts/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_command_with_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_command.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_copy/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_copy.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_create_collection/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_create_collection.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_destroy/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_destroy.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_drop.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_drop/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_drop_with_opts/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_drop_with_opts.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_find_collections.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_drop.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_find_collections/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_find_collections_with_opts/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_find_collections_with_opts.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_get_collection.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_get_collection_names.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_find_collections.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_get_collection/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_get_collection_names/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_get_collection_names_with_opts/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_get_collection_names_with_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_get_collection_names.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_get_collection.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_get_name/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_get_name.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_get_read_concern/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_get_read_concern.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_get_read_prefs/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_get_read_prefs.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_get_write_concern/index.html
 %%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_get_write_concern.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_has_collection/index.html
*** 1050 LINES SKIPPED ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401011855.401It4re011078>