summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--devel/Makefile3
-rw-r--r--devel/R-cran-sfsmisc/Makefile2
-rw-r--r--devel/R-cran-sfsmisc/distinfo6
-rw-r--r--devel/addlicense/Makefile20
-rw-r--r--devel/addlicense/distinfo5
-rw-r--r--devel/addlicense/pkg-descr5
-rw-r--r--devel/camp/Makefile4
-rw-r--r--devel/camp/distinfo6
-rw-r--r--devel/cirrus-cli/Makefile2
-rw-r--r--devel/cirrus-cli/distinfo10
-rw-r--r--devel/cppcodec/Makefile19
-rw-r--r--devel/cppcodec/distinfo3
-rw-r--r--devel/cppcodec/pkg-descr8
-rw-r--r--devel/cppcodec/pkg-plist26
-rw-r--r--devel/glab/Makefile3
-rw-r--r--devel/glab/distinfo10
-rw-r--r--devel/glab/pkg-plist4
-rw-r--r--devel/gum/Makefile3
-rw-r--r--devel/gum/distinfo10
-rw-r--r--devel/kio-extras/Makefile1
-rw-r--r--devel/mongo-cxx-driver/Makefile32
-rw-r--r--devel/mongo-cxx-driver/distinfo3
-rw-r--r--devel/mongo-cxx-driver/files/patch-CMakeLists.txt34
-rw-r--r--devel/mongo-cxx-driver/pkg-descr5
-rw-r--r--devel/mongo-cxx-driver/pkg-plist307
-rw-r--r--devel/py-janus/Makefile3
-rw-r--r--devel/py-janus/distinfo6
-rw-r--r--devel/py-junitparser/Makefile7
-rw-r--r--devel/py-junitparser/distinfo6
-rw-r--r--devel/py-maturin/Makefile3
-rw-r--r--devel/py-maturin/distinfo6
-rw-r--r--devel/py-maturin/files/patch-pyproject.toml27
-rw-r--r--devel/py-pytest-timeout/Makefile6
-rw-r--r--devel/py-pytest-timeout/distinfo6
-rw-r--r--devel/py-tox/Makefile2
-rw-r--r--devel/py-tox/distinfo6
36 files changed, 555 insertions, 54 deletions
diff --git a/devel/Makefile b/devel/Makefile
index a43c0f742cae..a005a155c7b0 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -174,6 +174,7 @@
SUBDIR += activitymail
SUBDIR += actor-framework
SUBDIR += adacurses
+ SUBDIR += addlicense
SUBDIR += agar
SUBDIR += aifad
SUBDIR += air-go
@@ -500,6 +501,7 @@
SUBDIR += covtool
SUBDIR += cpan-upload
SUBDIR += cpan-upload-http
+ SUBDIR += cpp-codec
SUBDIR += cpp-netlib
SUBDIR += cpp-utilities
SUBDIR += cpp2py
@@ -1678,6 +1680,7 @@
SUBDIR += modd
SUBDIR += mold
SUBDIR += mongo-c-driver
+ SUBDIR += mongo-cxx-driver
SUBDIR += mono-addins
SUBDIR += mpatrol
SUBDIR += mph
diff --git a/devel/R-cran-sfsmisc/Makefile b/devel/R-cran-sfsmisc/Makefile
index 8aab97288eb0..5510310b3378 100644
--- a/devel/R-cran-sfsmisc/Makefile
+++ b/devel/R-cran-sfsmisc/Makefile
@@ -1,5 +1,5 @@
PORTNAME= sfsmisc
-DISTVERSION= 1.1-21
+DISTVERSION= 1.1-22
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
diff --git a/devel/R-cran-sfsmisc/distinfo b/devel/R-cran-sfsmisc/distinfo
index b504fcf84217..4174a6d8d3ec 100644
--- a/devel/R-cran-sfsmisc/distinfo
+++ b/devel/R-cran-sfsmisc/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1753658608
-SHA256 (sfsmisc_1.1-21.tar.gz) = 14ca739233871c00429ee991f5b6259aabc670a39b6fb4d349e009db8fc6d470
-SIZE (sfsmisc_1.1-21.tar.gz) = 187050
+TIMESTAMP = 1757128005
+SHA256 (sfsmisc_1.1-22.tar.gz) = b2e900b2603d96ab01faf76ccf4ef22775a6f6f5549513f3c5343097b71efa80
+SIZE (sfsmisc_1.1-22.tar.gz) = 187528
diff --git a/devel/addlicense/Makefile b/devel/addlicense/Makefile
new file mode 100644
index 000000000000..62d1e4252c05
--- /dev/null
+++ b/devel/addlicense/Makefile
@@ -0,0 +1,20 @@
+PORTNAME= addlicense
+DISTVERSIONPREFIX= v
+DISTVERSION= 1.2.0
+CATEGORIES= devel
+
+MAINTAINER= nxjoseph@protonmail.com
+COMMENT= Add license information to source code files
+WWW= https://github.com/google/addlicense \
+ https://pkg.go.dev/github.com/google/addlicense
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= go:modules
+
+GO_MODULE= github.com/google/addlicense
+
+PLIST_FILES= bin/${PORTNAME}
+
+.include <bsd.port.mk>
diff --git a/devel/addlicense/distinfo b/devel/addlicense/distinfo
new file mode 100644
index 000000000000..eb3451046970
--- /dev/null
+++ b/devel/addlicense/distinfo
@@ -0,0 +1,5 @@
+TIMESTAMP = 1757103533
+SHA256 (go/devel_addlicense/addlicense-v1.2.0/v1.2.0.mod) = a82864c09088a91df8c47c3f177cd9232c757470b8fe08be32d9956732e9e689
+SIZE (go/devel_addlicense/addlicense-v1.2.0/v1.2.0.mod) = 153
+SHA256 (go/devel_addlicense/addlicense-v1.2.0/v1.2.0.zip) = d2fccbff05f5538ba14f94f591d9425d9e1da80bf612079cc348d81f72f843c3
+SIZE (go/devel_addlicense/addlicense-v1.2.0/v1.2.0.zip) = 77389
diff --git a/devel/addlicense/pkg-descr b/devel/addlicense/pkg-descr
new file mode 100644
index 000000000000..fca12cf0da38
--- /dev/null
+++ b/devel/addlicense/pkg-descr
@@ -0,0 +1,5 @@
+The program ensures source code files have copyright license
+headers by scanning directory patterns recursively.
+
+It modifies all source files in place and avoids adding
+a license header to any file that already has one.
diff --git a/devel/camp/Makefile b/devel/camp/Makefile
index 7358c10a02a6..e2cc422088cd 100644
--- a/devel/camp/Makefile
+++ b/devel/camp/Makefile
@@ -1,6 +1,6 @@
PORTNAME= camp
DISTVERSIONPREFIX= v
-DISTVERSION= 2025.03.0
+DISTVERSION= 2025.09.0
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
@@ -20,6 +20,6 @@ CMAKE_OFF= CAMP_ENABLE_TESTS
CMAKE_ON= BUILD_SHARED_LIBS
CMAKE_TESTING_ON= CAMP_ENABLE_TESTS
-# tests as of 2025.03.0: 100% tests passed, 0 tests failed out of 56
+# tests as of 2025.09.0: 97% tests passed, 2 tests failed out of 74, see https://github.com/LLNL/camp/issues/186
.include <bsd.port.mk>
diff --git a/devel/camp/distinfo b/devel/camp/distinfo
index 31d15e8b9b78..10d7612c66dd 100644
--- a/devel/camp/distinfo
+++ b/devel/camp/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1741841294
-SHA256 (LLNL-camp-v2025.03.0_GH0.tar.gz) = 43206dca68680a544c079bcef363c52aeb8cb4b57b8d32dcb6b14ed04366e777
-SIZE (LLNL-camp-v2025.03.0_GH0.tar.gz) = 163013
+TIMESTAMP = 1757131201
+SHA256 (LLNL-camp-v2025.09.0_GH0.tar.gz) = 75f73eaa66dec472c23025d1946a486d3da000ac20636b6a77e7f124e61e34d4
+SIZE (LLNL-camp-v2025.09.0_GH0.tar.gz) = 169290
SHA256 (LLNL-blt-fb4246b_GH0.tar.gz) = a9f910206ee5079b4b7c24b350e1ef74ba7b862ef5bb64c2ee3bbf8e1ec5fdbd
SIZE (LLNL-blt-fb4246b_GH0.tar.gz) = 1332867
diff --git a/devel/cirrus-cli/Makefile b/devel/cirrus-cli/Makefile
index df7355f8b428..932dced836a1 100644
--- a/devel/cirrus-cli/Makefile
+++ b/devel/cirrus-cli/Makefile
@@ -1,6 +1,6 @@
PORTNAME= cirrus-cli
DISTVERSIONPREFIX= v
-DISTVERSION= 0.152.0
+DISTVERSION= 0.153.0
CATEGORIES= devel
MAINTAINER= bofh@FreeBSD.org
diff --git a/devel/cirrus-cli/distinfo b/devel/cirrus-cli/distinfo
index abac26b91d50..db6910f0fcbd 100644
--- a/devel/cirrus-cli/distinfo
+++ b/devel/cirrus-cli/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1757072969
-SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.152.0/v0.152.0.mod) = 5b89070c5674f24088d7df923d656cc8ad382fe4611507faf060d2b48b7ea3a6
-SIZE (go/devel_cirrus-cli/cirrus-cli-v0.152.0/v0.152.0.mod) = 10488
-SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.152.0/v0.152.0.zip) = 04e99814c1863b69ce973fa83e5499d5d273bce4e1dfd0cb7ee99d63dbb810f6
-SIZE (go/devel_cirrus-cli/cirrus-cli-v0.152.0/v0.152.0.zip) = 1311721
+TIMESTAMP = 1757155934
+SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.153.0/v0.153.0.mod) = 5b89070c5674f24088d7df923d656cc8ad382fe4611507faf060d2b48b7ea3a6
+SIZE (go/devel_cirrus-cli/cirrus-cli-v0.153.0/v0.153.0.mod) = 10488
+SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.153.0/v0.153.0.zip) = 8c9cc07b68c92a0db32402d65b9ef1566139bd749e9938c76c1e57143eef8cb0
+SIZE (go/devel_cirrus-cli/cirrus-cli-v0.153.0/v0.153.0.zip) = 1311712
diff --git a/devel/cppcodec/Makefile b/devel/cppcodec/Makefile
new file mode 100644
index 000000000000..b00a805bd5c6
--- /dev/null
+++ b/devel/cppcodec/Makefile
@@ -0,0 +1,19 @@
+PORTNAME= cppcodec
+DISTVERSIONPREFIX= v
+DISTVERSION= 0.2
+CATEGORIES= devel
+
+MAINTAINER= jwb@FreeBSD.org
+COMMENT= Library to encode/decode base64, base64url, base32, base32hex and hex
+WWW= https://github.com/tplgy/cppcodec
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= catch>0:devel/catch
+
+USES= cmake localbase
+USE_GITHUB= yes
+GH_ACCOUNT= tplgy
+
+.include <bsd.port.mk>
diff --git a/devel/cppcodec/distinfo b/devel/cppcodec/distinfo
new file mode 100644
index 000000000000..7636ad9bf3e9
--- /dev/null
+++ b/devel/cppcodec/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1757103347
+SHA256 (tplgy-cppcodec-v0.2_GH0.tar.gz) = 0edaea2a9d9709d456aa99a1c3e17812ed130f9ef2b5c2d152c230a5cbc5c482
+SIZE (tplgy-cppcodec-v0.2_GH0.tar.gz) = 33984
diff --git a/devel/cppcodec/pkg-descr b/devel/cppcodec/pkg-descr
new file mode 100644
index 000000000000..4867ff7505b7
--- /dev/null
+++ b/devel/cppcodec/pkg-descr
@@ -0,0 +1,8 @@
+Header-only C++11 library to encode/decode base64, base64url, base32,
+base32hex and hex (a.k.a. base16) as specified in RFC 4648, plus
+Crockford's base32.
+
+MIT licensed with consistent, flexible API. Supports raw pointers,
+std::string and (templated) character vectors without unnecessary
+allocations. Cross-platform with measured decent performance and
+without compiler warnings.
diff --git a/devel/cppcodec/pkg-plist b/devel/cppcodec/pkg-plist
new file mode 100644
index 000000000000..27a8ebc96712
--- /dev/null
+++ b/devel/cppcodec/pkg-plist
@@ -0,0 +1,26 @@
+include/cppcodec/base32_crockford.hpp
+include/cppcodec/base32_default_crockford.hpp
+include/cppcodec/base32_default_hex.hpp
+include/cppcodec/base32_default_rfc4648.hpp
+include/cppcodec/base32_hex.hpp
+include/cppcodec/base32_rfc4648.hpp
+include/cppcodec/base64_default_rfc4648.hpp
+include/cppcodec/base64_default_url.hpp
+include/cppcodec/base64_default_url_unpadded.hpp
+include/cppcodec/base64_rfc4648.hpp
+include/cppcodec/base64_url.hpp
+include/cppcodec/base64_url_unpadded.hpp
+include/cppcodec/data/access.hpp
+include/cppcodec/data/raw_result_buffer.hpp
+include/cppcodec/detail/base32.hpp
+include/cppcodec/detail/base64.hpp
+include/cppcodec/detail/codec.hpp
+include/cppcodec/detail/config.hpp
+include/cppcodec/detail/hex.hpp
+include/cppcodec/detail/stream_codec.hpp
+include/cppcodec/hex_default_lower.hpp
+include/cppcodec/hex_default_upper.hpp
+include/cppcodec/hex_lower.hpp
+include/cppcodec/hex_upper.hpp
+include/cppcodec/parse_error.hpp
+share/pkgconfig/cppcodec-1.pc
diff --git a/devel/glab/Makefile b/devel/glab/Makefile
index 9f882cd98c59..ae627848b1ba 100644
--- a/devel/glab/Makefile
+++ b/devel/glab/Makefile
@@ -1,7 +1,6 @@
PORTNAME= glab
DISTVERSIONPREFIX= v
-DISTVERSION= 1.67.0
-PORTREVISION= 1
+DISTVERSION= 1.68.0
CATEGORIES= devel
MAINTAINER= mfechner@FreeBSD.org
diff --git a/devel/glab/distinfo b/devel/glab/distinfo
index a4cc068a071c..a133fbadd471 100644
--- a/devel/glab/distinfo
+++ b/devel/glab/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1756013036
-SHA256 (go/devel_glab/glab-v1.67.0/v1.67.0.mod) = 00450940d7201f6d43c3b4a778e8adc3ce2562df559939eb1573c548f547a4fe
-SIZE (go/devel_glab/glab-v1.67.0/v1.67.0.mod) = 5996
-SHA256 (go/devel_glab/glab-v1.67.0/v1.67.0.zip) = 64a312863a2ae7d1b3443595e83d6d1464673b4cbadd42a38ad7716e840d2b8d
-SIZE (go/devel_glab/glab-v1.67.0/v1.67.0.zip) = 17446681
+TIMESTAMP = 1757134395
+SHA256 (go/devel_glab/glab-v1.68.0/v1.68.0.mod) = e670d55fa63cdd362986a5b068081fc0dde8462d6529cd699511bf714ac84dac
+SIZE (go/devel_glab/glab-v1.68.0/v1.68.0.mod) = 6067
+SHA256 (go/devel_glab/glab-v1.68.0/v1.68.0.zip) = ae97f605a4e5bd86a3ef4430d07f27501f10c15b2c1f675cf0ab39574fce3472
+SIZE (go/devel_glab/glab-v1.68.0/v1.68.0.zip) = 17471254
diff --git a/devel/glab/pkg-plist b/devel/glab/pkg-plist
index 5263aea2b43b..c50699f76eb4 100644
--- a/devel/glab/pkg-plist
+++ b/devel/glab/pkg-plist
@@ -9,6 +9,8 @@
%%MANPAGES%%share/man/man1/glab-auth-login.1.gz
%%MANPAGES%%share/man/man1/glab-auth-logout.1.gz
%%MANPAGES%%share/man/man1/glab-auth-status.1.gz
+%%MANPAGES%%share/man/man1/glab-cluster-agent-token-list.1.gz
+%%MANPAGES%%share/man/man1/glab-cluster-agent-token.1.gz
%%MANPAGES%%share/man/man1/glab-auth.1.gz
%%MANPAGES%%share/man/man1/glab-changelog-generate.1.gz
%%MANPAGES%%share/man/man1/glab-changelog.1.gz
@@ -50,6 +52,8 @@
%%MANPAGES%%share/man/man1/glab-deploy-key.1.gz
%%MANPAGES%%share/man/man1/glab-duo-ask.1.gz
%%MANPAGES%%share/man/man1/glab-duo.1.gz
+%%MANPAGES%%share/man/man1/glab-duo-claude-token.1.gz
+%%MANPAGES%%share/man/man1/glab-duo-claude.1.gz
%%MANPAGES%%share/man/man1/glab-incident-close.1.gz
%%MANPAGES%%share/man/man1/glab-incident-list.1.gz
%%MANPAGES%%share/man/man1/glab-incident-note.1.gz
diff --git a/devel/gum/Makefile b/devel/gum/Makefile
index e43acfea5ee2..b52306883ed2 100644
--- a/devel/gum/Makefile
+++ b/devel/gum/Makefile
@@ -1,7 +1,6 @@
PORTNAME= gum
DISTVERSIONPREFIX= v
-DISTVERSION= 0.16.1
-PORTREVISION= 4
+DISTVERSION= 0.16.2
CATEGORIES= devel
MAINTAINER= dave@bitboss.ca
diff --git a/devel/gum/distinfo b/devel/gum/distinfo
index e338333826e1..d2c257bf82d2 100644
--- a/devel/gum/distinfo
+++ b/devel/gum/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1748666463
-SHA256 (go/devel_gum/gum-v0.16.1/v0.16.1.mod) = 25493799a8b57b6942d5be47d5eb9f57d5d45c5021adc6d17fd4a854b44f71b8
-SIZE (go/devel_gum/gum-v0.16.1/v0.16.1.mod) = 2561
-SHA256 (go/devel_gum/gum-v0.16.1/v0.16.1.zip) = 3d58f1ff4eea8924d585fc568c32cb7b13f6e572e35d23599720dc0a20751102
-SIZE (go/devel_gum/gum-v0.16.1/v0.16.1.zip) = 108852
+TIMESTAMP = 1757110460
+SHA256 (go/devel_gum/gum-v0.16.2/v0.16.2.mod) = b7b0a077c31a56a824dfa9a10dcb6fc6ac1cf82034e250fb6eebc46b3f283e20
+SIZE (go/devel_gum/gum-v0.16.2/v0.16.2.mod) = 2561
+SHA256 (go/devel_gum/gum-v0.16.2/v0.16.2.zip) = 9a2d3da87aa89a7395c61d2ff676d7314ea49f1f43109d056210f2743ca33598
+SIZE (go/devel_gum/gum-v0.16.2/v0.16.2.zip) = 108880
diff --git a/devel/kio-extras/Makefile b/devel/kio-extras/Makefile
index 243df2ed068b..c7b086d67c37 100644
--- a/devel/kio-extras/Makefile
+++ b/devel/kio-extras/Makefile
@@ -1,5 +1,6 @@
PORTNAME= kio-extras
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
+PORTREVISION= 1
CATEGORIES= devel kde kde-applications
MAINTAINER= kde@FreeBSD.org
diff --git a/devel/mongo-cxx-driver/Makefile b/devel/mongo-cxx-driver/Makefile
new file mode 100644
index 000000000000..51ee62747571
--- /dev/null
+++ b/devel/mongo-cxx-driver/Makefile
@@ -0,0 +1,32 @@
+PORTNAME= mongo-cxx-driver
+DISTVERSIONPREFIX= r
+# Note: mongo-cxx-driver > 4.0.0 requires mongo-c-driver 2.x
+DISTVERSION= 4.0.0
+CATEGORIES= devel databases
+
+MAINTAINER= jwb@FreeBSD.org
+COMMENT= MongoDB C++ driver
+WWW= https://github.com/mongodb/mongo-cxx-driver/
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= mongo-c-driver>=1.29.0<2.0.0:devel/mongo-c-driver
+LIB_DEPENDS= libmongoc-1.0.so:devel/mongo-c-driver \
+ libbson-1.0.so:devel/libbson \
+ libutf8proc.so:textproc/utf8proc
+
+USES= cmake compiler:c++17-lang pkgconfig ssl
+USE_GITHUB= yes
+USE_CXXSTD= c++17
+GH_ACCOUNT= mongodb
+
+CMAKE_ARGS= -DENABLE_ZLIB=SYSTEM \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_CXX_STANDARD=17 \
+ -DBUILD_VERSION=${DISTVERSION}
+CMAKE_OFF= BUILD_TESTING \
+ ENABLE_TESTS \
+ ENABLE_UNINSTALL
+
+.include <bsd.port.mk>
diff --git a/devel/mongo-cxx-driver/distinfo b/devel/mongo-cxx-driver/distinfo
new file mode 100644
index 000000000000..94d2b2c82053
--- /dev/null
+++ b/devel/mongo-cxx-driver/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1757080161
+SHA256 (mongodb-mongo-cxx-driver-r4.0.0_GH0.tar.gz) = 966e46c14fc02162016a6a4b02d0707a722f296b403483f32e73592474f3f638
+SIZE (mongodb-mongo-cxx-driver-r4.0.0_GH0.tar.gz) = 1871635
diff --git a/devel/mongo-cxx-driver/files/patch-CMakeLists.txt b/devel/mongo-cxx-driver/files/patch-CMakeLists.txt
new file mode 100644
index 000000000000..d1b03975a928
--- /dev/null
+++ b/devel/mongo-cxx-driver/files/patch-CMakeLists.txt
@@ -0,0 +1,34 @@
+--- CMakeLists.txt.orig 2024-11-20 20:53:26 UTC
++++ CMakeLists.txt
+@@ -206,31 +206,10 @@ if(BUILD_VERSION STREQUAL "0.0.0")
+ else()
+ find_package(PythonInterp)
+
+- if(PYTHONINTERP_FOUND)
+- execute_process(
+- COMMAND ${PYTHON_EXECUTABLE} etc/calc_release_version.py
+- WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}
+- OUTPUT_VARIABLE CALC_RELEASE_VERSION
+- RESULT_VARIABLE CALC_RELEASE_VERSION_RESULT
+- OUTPUT_STRIP_TRAILING_WHITESPACE
+- )
+-
+- if(NOT CALC_RELEASE_VERSION_RESULT STREQUAL 0)
+- # If python failed above, stderr would tell the user about it
+- message(FATAL_ERROR
+- "BUILD_VERSION not specified and could not be calculated\
+- (script invocation failed); specify in CMake command, -DBUILD_VERSION=<version>"
+- )
+- else()
+- set(BUILD_VERSION ${CALC_RELEASE_VERSION})
+- file(WRITE ${CMAKE_BINARY_DIR}/VERSION_CURRENT ${CALC_RELEASE_VERSION})
+- endif()
+- else()
+ message(FATAL_ERROR
+ "BUILD_VERSION not specified and could not be calculated\
+ (Python was not found on the system); specify in CMake command, -DBUILD_VERSION=<version>"
+ )
+- endif()
+ endif()
+ endif()
+
diff --git a/devel/mongo-cxx-driver/pkg-descr b/devel/mongo-cxx-driver/pkg-descr
new file mode 100644
index 000000000000..541f8e1ca43a
--- /dev/null
+++ b/devel/mongo-cxx-driver/pkg-descr
@@ -0,0 +1,5 @@
+Official Mongo C++ Driver.
+
+Mongo (from "humongous") is a high-performance, open source,
+schema-free, document-oriented database. A common name in the "NOSQL"
+community.
diff --git a/devel/mongo-cxx-driver/pkg-plist b/devel/mongo-cxx-driver/pkg-plist
new file mode 100644
index 000000000000..757802af5199
--- /dev/null
+++ b/devel/mongo-cxx-driver/pkg-plist
@@ -0,0 +1,307 @@
+include/bsoncxx/v_noabi/bsoncxx/array/element-fwd.hpp
+include/bsoncxx/v_noabi/bsoncxx/array/element.hpp
+include/bsoncxx/v_noabi/bsoncxx/array/value-fwd.hpp
+include/bsoncxx/v_noabi/bsoncxx/array/value.hpp
+include/bsoncxx/v_noabi/bsoncxx/array/view-fwd.hpp
+include/bsoncxx/v_noabi/bsoncxx/array/view.hpp
+include/bsoncxx/v_noabi/bsoncxx/array/view_or_value.hpp
+include/bsoncxx/v_noabi/bsoncxx/builder/basic/array-fwd.hpp
+include/bsoncxx/v_noabi/bsoncxx/builder/basic/array.hpp
+include/bsoncxx/v_noabi/bsoncxx/builder/basic/document-fwd.hpp
+include/bsoncxx/v_noabi/bsoncxx/builder/basic/document.hpp
+include/bsoncxx/v_noabi/bsoncxx/builder/basic/helpers.hpp
+include/bsoncxx/v_noabi/bsoncxx/builder/basic/impl.hpp
+include/bsoncxx/v_noabi/bsoncxx/builder/basic/kvp.hpp
+include/bsoncxx/v_noabi/bsoncxx/builder/basic/sub_array-fwd.hpp
+include/bsoncxx/v_noabi/bsoncxx/builder/basic/sub_array.hpp
+include/bsoncxx/v_noabi/bsoncxx/builder/basic/sub_document-fwd.hpp
+include/bsoncxx/v_noabi/bsoncxx/builder/basic/sub_document.hpp
+include/bsoncxx/v_noabi/bsoncxx/builder/concatenate-fwd.hpp
+include/bsoncxx/v_noabi/bsoncxx/builder/concatenate.hpp
+include/bsoncxx/v_noabi/bsoncxx/builder/core-fwd.hpp
+include/bsoncxx/v_noabi/bsoncxx/builder/core.hpp
+include/bsoncxx/v_noabi/bsoncxx/builder/list-fwd.hpp
+include/bsoncxx/v_noabi/bsoncxx/builder/list.hpp
+include/bsoncxx/v_noabi/bsoncxx/builder/stream/array-fwd.hpp
+include/bsoncxx/v_noabi/bsoncxx/builder/stream/array.hpp
+include/bsoncxx/v_noabi/bsoncxx/builder/stream/array_context-fwd.hpp
+include/bsoncxx/v_noabi/bsoncxx/builder/stream/array_context.hpp
+include/bsoncxx/v_noabi/bsoncxx/builder/stream/closed_context-fwd.hpp
+include/bsoncxx/v_noabi/bsoncxx/builder/stream/closed_context.hpp
+include/bsoncxx/v_noabi/bsoncxx/builder/stream/document-fwd.hpp
+include/bsoncxx/v_noabi/bsoncxx/builder/stream/document.hpp
+include/bsoncxx/v_noabi/bsoncxx/builder/stream/helpers-fwd.hpp
+include/bsoncxx/v_noabi/bsoncxx/builder/stream/helpers.hpp
+include/bsoncxx/v_noabi/bsoncxx/builder/stream/key_context-fwd.hpp
+include/bsoncxx/v_noabi/bsoncxx/builder/stream/key_context.hpp
+include/bsoncxx/v_noabi/bsoncxx/builder/stream/single_context-fwd.hpp
+include/bsoncxx/v_noabi/bsoncxx/builder/stream/single_context.hpp
+include/bsoncxx/v_noabi/bsoncxx/builder/stream/value_context-fwd.hpp
+include/bsoncxx/v_noabi/bsoncxx/builder/stream/value_context.hpp
+include/bsoncxx/v_noabi/bsoncxx/config/compiler.hpp
+include/bsoncxx/v_noabi/bsoncxx/config/config.hpp
+include/bsoncxx/v_noabi/bsoncxx/config/export.hpp
+include/bsoncxx/v_noabi/bsoncxx/config/postlude.hpp
+include/bsoncxx/v_noabi/bsoncxx/config/prelude.hpp
+include/bsoncxx/v_noabi/bsoncxx/config/util.hpp
+include/bsoncxx/v_noabi/bsoncxx/config/version.hpp
+include/bsoncxx/v_noabi/bsoncxx/decimal128-fwd.hpp
+include/bsoncxx/v_noabi/bsoncxx/decimal128.hpp
+include/bsoncxx/v_noabi/bsoncxx/document/element-fwd.hpp
+include/bsoncxx/v_noabi/bsoncxx/document/element.hpp
+include/bsoncxx/v_noabi/bsoncxx/document/value-fwd.hpp
+include/bsoncxx/v_noabi/bsoncxx/document/value.hpp
+include/bsoncxx/v_noabi/bsoncxx/document/view-fwd.hpp
+include/bsoncxx/v_noabi/bsoncxx/document/view.hpp
+include/bsoncxx/v_noabi/bsoncxx/document/view_or_value.hpp
+include/bsoncxx/v_noabi/bsoncxx/enums/binary_sub_type.hpp
+include/bsoncxx/v_noabi/bsoncxx/enums/type.hpp
+include/bsoncxx/v_noabi/bsoncxx/exception/error_code-fwd.hpp
+include/bsoncxx/v_noabi/bsoncxx/exception/error_code.hpp
+include/bsoncxx/v_noabi/bsoncxx/exception/exception-fwd.hpp
+include/bsoncxx/v_noabi/bsoncxx/exception/exception.hpp
+include/bsoncxx/v_noabi/bsoncxx/fwd.hpp
+include/bsoncxx/v_noabi/bsoncxx/json-fwd.hpp
+include/bsoncxx/v_noabi/bsoncxx/json.hpp
+include/bsoncxx/v_noabi/bsoncxx/oid-fwd.hpp
+include/bsoncxx/v_noabi/bsoncxx/oid.hpp
+include/bsoncxx/v_noabi/bsoncxx/stdx/operators.hpp
+include/bsoncxx/v_noabi/bsoncxx/stdx/optional.hpp
+include/bsoncxx/v_noabi/bsoncxx/stdx/string_view.hpp
+include/bsoncxx/v_noabi/bsoncxx/stdx/type_traits.hpp
+include/bsoncxx/v_noabi/bsoncxx/string/to_string.hpp
+include/bsoncxx/v_noabi/bsoncxx/string/view_or_value-fwd.hpp
+include/bsoncxx/v_noabi/bsoncxx/string/view_or_value.hpp
+include/bsoncxx/v_noabi/bsoncxx/types-fwd.hpp
+include/bsoncxx/v_noabi/bsoncxx/types.hpp
+include/bsoncxx/v_noabi/bsoncxx/types/bson_value/make_value.hpp
+include/bsoncxx/v_noabi/bsoncxx/types/bson_value/value-fwd.hpp
+include/bsoncxx/v_noabi/bsoncxx/types/bson_value/value.hpp
+include/bsoncxx/v_noabi/bsoncxx/types/bson_value/view-fwd.hpp
+include/bsoncxx/v_noabi/bsoncxx/types/bson_value/view.hpp
+include/bsoncxx/v_noabi/bsoncxx/types/bson_value/view_or_value.hpp
+include/bsoncxx/v_noabi/bsoncxx/validate-fwd.hpp
+include/bsoncxx/v_noabi/bsoncxx/validate.hpp
+include/bsoncxx/v_noabi/bsoncxx/view_or_value-fwd.hpp
+include/bsoncxx/v_noabi/bsoncxx/view_or_value.hpp
+include/mongocxx/v_noabi/mongocxx/bulk_write-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/bulk_write.hpp
+include/mongocxx/v_noabi/mongocxx/change_stream-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/change_stream.hpp
+include/mongocxx/v_noabi/mongocxx/client-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/client.hpp
+include/mongocxx/v_noabi/mongocxx/client_encryption-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/client_encryption.hpp
+include/mongocxx/v_noabi/mongocxx/client_session-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/client_session.hpp
+include/mongocxx/v_noabi/mongocxx/collection-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/collection.hpp
+include/mongocxx/v_noabi/mongocxx/config/compiler.hpp
+include/mongocxx/v_noabi/mongocxx/config/config.hpp
+include/mongocxx/v_noabi/mongocxx/config/export.hpp
+include/mongocxx/v_noabi/mongocxx/config/postlude.hpp
+include/mongocxx/v_noabi/mongocxx/config/prelude.hpp
+include/mongocxx/v_noabi/mongocxx/config/version.hpp
+include/mongocxx/v_noabi/mongocxx/cursor-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/cursor.hpp
+include/mongocxx/v_noabi/mongocxx/database-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/database.hpp
+include/mongocxx/v_noabi/mongocxx/events/command_failed_event-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/events/command_failed_event.hpp
+include/mongocxx/v_noabi/mongocxx/events/command_started_event-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/events/command_started_event.hpp
+include/mongocxx/v_noabi/mongocxx/events/command_succeeded_event-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/events/command_succeeded_event.hpp
+include/mongocxx/v_noabi/mongocxx/events/heartbeat_failed_event-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/events/heartbeat_failed_event.hpp
+include/mongocxx/v_noabi/mongocxx/events/heartbeat_started_event-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/events/heartbeat_started_event.hpp
+include/mongocxx/v_noabi/mongocxx/events/heartbeat_succeeded_event-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/events/heartbeat_succeeded_event.hpp
+include/mongocxx/v_noabi/mongocxx/events/server_changed_event-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/events/server_changed_event.hpp
+include/mongocxx/v_noabi/mongocxx/events/server_closed_event-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/events/server_closed_event.hpp
+include/mongocxx/v_noabi/mongocxx/events/server_description-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/events/server_description.hpp
+include/mongocxx/v_noabi/mongocxx/events/server_opening_event-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/events/server_opening_event.hpp
+include/mongocxx/v_noabi/mongocxx/events/topology_changed_event-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/events/topology_changed_event.hpp
+include/mongocxx/v_noabi/mongocxx/events/topology_closed_event-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/events/topology_closed_event.hpp
+include/mongocxx/v_noabi/mongocxx/events/topology_description-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/events/topology_description.hpp
+include/mongocxx/v_noabi/mongocxx/events/topology_opening_event-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/events/topology_opening_event.hpp
+include/mongocxx/v_noabi/mongocxx/exception/authentication_exception-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/exception/authentication_exception.hpp
+include/mongocxx/v_noabi/mongocxx/exception/bulk_write_exception-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/exception/bulk_write_exception.hpp
+include/mongocxx/v_noabi/mongocxx/exception/error_code-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/exception/error_code.hpp
+include/mongocxx/v_noabi/mongocxx/exception/exception-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/exception/exception.hpp
+include/mongocxx/v_noabi/mongocxx/exception/gridfs_exception-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/exception/gridfs_exception.hpp
+include/mongocxx/v_noabi/mongocxx/exception/logic_error-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/exception/logic_error.hpp
+include/mongocxx/v_noabi/mongocxx/exception/operation_exception-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/exception/operation_exception.hpp
+include/mongocxx/v_noabi/mongocxx/exception/query_exception-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/exception/query_exception.hpp
+include/mongocxx/v_noabi/mongocxx/exception/server_error_code-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/exception/server_error_code.hpp
+include/mongocxx/v_noabi/mongocxx/exception/write_exception-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/exception/write_exception.hpp
+include/mongocxx/v_noabi/mongocxx/fwd.hpp
+include/mongocxx/v_noabi/mongocxx/gridfs/bucket-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/gridfs/bucket.hpp
+include/mongocxx/v_noabi/mongocxx/gridfs/downloader-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/gridfs/downloader.hpp
+include/mongocxx/v_noabi/mongocxx/gridfs/uploader-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/gridfs/uploader.hpp
+include/mongocxx/v_noabi/mongocxx/hint-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/hint.hpp
+include/mongocxx/v_noabi/mongocxx/index_model-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/index_model.hpp
+include/mongocxx/v_noabi/mongocxx/index_view-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/index_view.hpp
+include/mongocxx/v_noabi/mongocxx/instance-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/instance.hpp
+include/mongocxx/v_noabi/mongocxx/logger-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/logger.hpp
+include/mongocxx/v_noabi/mongocxx/model/delete_many-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/model/delete_many.hpp
+include/mongocxx/v_noabi/mongocxx/model/delete_one-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/model/delete_one.hpp
+include/mongocxx/v_noabi/mongocxx/model/insert_one-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/model/insert_one.hpp
+include/mongocxx/v_noabi/mongocxx/model/replace_one-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/model/replace_one.hpp
+include/mongocxx/v_noabi/mongocxx/model/update_many-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/model/update_many.hpp
+include/mongocxx/v_noabi/mongocxx/model/update_one-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/model/update_one.hpp
+include/mongocxx/v_noabi/mongocxx/model/write-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/model/write.hpp
+include/mongocxx/v_noabi/mongocxx/options/aggregate-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/options/aggregate.hpp
+include/mongocxx/v_noabi/mongocxx/options/apm-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/options/apm.hpp
+include/mongocxx/v_noabi/mongocxx/options/auto_encryption-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/options/auto_encryption.hpp
+include/mongocxx/v_noabi/mongocxx/options/bulk_write-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/options/bulk_write.hpp
+include/mongocxx/v_noabi/mongocxx/options/change_stream-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/options/change_stream.hpp
+include/mongocxx/v_noabi/mongocxx/options/client-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/options/client.hpp
+include/mongocxx/v_noabi/mongocxx/options/client_encryption-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/options/client_encryption.hpp
+include/mongocxx/v_noabi/mongocxx/options/client_session-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/options/client_session.hpp
+include/mongocxx/v_noabi/mongocxx/options/count-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/options/count.hpp
+include/mongocxx/v_noabi/mongocxx/options/data_key-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/options/data_key.hpp
+include/mongocxx/v_noabi/mongocxx/options/delete-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/options/delete.hpp
+include/mongocxx/v_noabi/mongocxx/options/distinct-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/options/distinct.hpp
+include/mongocxx/v_noabi/mongocxx/options/encrypt-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/options/encrypt.hpp
+include/mongocxx/v_noabi/mongocxx/options/estimated_document_count-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/options/estimated_document_count.hpp
+include/mongocxx/v_noabi/mongocxx/options/find-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/options/find.hpp
+include/mongocxx/v_noabi/mongocxx/options/find_one_and_delete-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/options/find_one_and_delete.hpp
+include/mongocxx/v_noabi/mongocxx/options/find_one_and_replace-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/options/find_one_and_replace.hpp
+include/mongocxx/v_noabi/mongocxx/options/find_one_and_update-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/options/find_one_and_update.hpp
+include/mongocxx/v_noabi/mongocxx/options/find_one_common_options-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/options/find_one_common_options.hpp
+include/mongocxx/v_noabi/mongocxx/options/gridfs/bucket-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/options/gridfs/bucket.hpp
+include/mongocxx/v_noabi/mongocxx/options/gridfs/upload-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/options/gridfs/upload.hpp
+include/mongocxx/v_noabi/mongocxx/options/index-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/options/index.hpp
+include/mongocxx/v_noabi/mongocxx/options/index_view-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/options/index_view.hpp
+include/mongocxx/v_noabi/mongocxx/options/insert-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/options/insert.hpp
+include/mongocxx/v_noabi/mongocxx/options/pool-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/options/pool.hpp
+include/mongocxx/v_noabi/mongocxx/options/range-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/options/range.hpp
+include/mongocxx/v_noabi/mongocxx/options/replace-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/options/replace.hpp
+include/mongocxx/v_noabi/mongocxx/options/rewrap_many_datakey-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/options/rewrap_many_datakey.hpp
+include/mongocxx/v_noabi/mongocxx/options/server_api-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/options/server_api.hpp
+include/mongocxx/v_noabi/mongocxx/options/ssl.hpp
+include/mongocxx/v_noabi/mongocxx/options/tls-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/options/tls.hpp
+include/mongocxx/v_noabi/mongocxx/options/transaction-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/options/transaction.hpp
+include/mongocxx/v_noabi/mongocxx/options/update-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/options/update.hpp
+include/mongocxx/v_noabi/mongocxx/pipeline-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/pipeline.hpp
+include/mongocxx/v_noabi/mongocxx/pool-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/pool.hpp
+include/mongocxx/v_noabi/mongocxx/read_concern-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/read_concern.hpp
+include/mongocxx/v_noabi/mongocxx/read_preference-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/read_preference.hpp
+include/mongocxx/v_noabi/mongocxx/result/bulk_write-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/result/bulk_write.hpp
+include/mongocxx/v_noabi/mongocxx/result/delete-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/result/delete.hpp
+include/mongocxx/v_noabi/mongocxx/result/gridfs/upload-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/result/gridfs/upload.hpp
+include/mongocxx/v_noabi/mongocxx/result/insert_many-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/result/insert_many.hpp
+include/mongocxx/v_noabi/mongocxx/result/insert_one-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/result/insert_one.hpp
+include/mongocxx/v_noabi/mongocxx/result/replace_one-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/result/replace_one.hpp
+include/mongocxx/v_noabi/mongocxx/result/rewrap_many_datakey-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/result/rewrap_many_datakey.hpp
+include/mongocxx/v_noabi/mongocxx/result/update-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/result/update.hpp
+include/mongocxx/v_noabi/mongocxx/search_index_model-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/search_index_model.hpp
+include/mongocxx/v_noabi/mongocxx/search_index_view-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/search_index_view.hpp
+include/mongocxx/v_noabi/mongocxx/uri-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/uri.hpp
+include/mongocxx/v_noabi/mongocxx/validation_criteria-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/validation_criteria.hpp
+include/mongocxx/v_noabi/mongocxx/write_concern-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/write_concern.hpp
+include/mongocxx/v_noabi/mongocxx/write_type-fwd.hpp
+include/mongocxx/v_noabi/mongocxx/write_type.hpp
+lib/cmake/bsoncxx-4.0.0/bsoncxx-config-version.cmake
+lib/cmake/bsoncxx-4.0.0/bsoncxx-config.cmake
+lib/cmake/bsoncxx-4.0.0/bsoncxx_targets-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/bsoncxx-4.0.0/bsoncxx_targets.cmake
+lib/cmake/mongocxx-4.0.0/mongocxx-config-version.cmake
+lib/cmake/mongocxx-4.0.0/mongocxx-config.cmake
+lib/cmake/mongocxx-4.0.0/mongocxx_targets-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/mongocxx-4.0.0/mongocxx_targets.cmake
+lib/libbsoncxx.so
+lib/libbsoncxx.so.4.0.0
+lib/libbsoncxx.so._noabi
+lib/libmongocxx.so
+lib/libmongocxx.so.4.0.0
+lib/libmongocxx.so._noabi
+libdata/pkgconfig/libbsoncxx.pc
+libdata/pkgconfig/libmongocxx.pc
+%%DATADIR%%/LICENSE
+%%DATADIR%%/README.md
+%%DATADIR%%/THIRD-PARTY-NOTICES
diff --git a/devel/py-janus/Makefile b/devel/py-janus/Makefile
index 23e53a02486b..da93c000da37 100644
--- a/devel/py-janus/Makefile
+++ b/devel/py-janus/Makefile
@@ -1,6 +1,5 @@
PORTNAME= janus
-PORTVERSION= 1.1.0
-PORTREVISION= 1
+PORTVERSION= 2.0.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-janus/distinfo b/devel/py-janus/distinfo
index c8e7680a4dc3..e48a36e55542 100644
--- a/devel/py-janus/distinfo
+++ b/devel/py-janus/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1730261800
-SHA256 (janus-1.1.0.tar.gz) = 0634df8b2b31f8afda4311abcf7fea912686fef717d13769eeaa01ae08d2b84c
-SIZE (janus-1.1.0.tar.gz) = 18756
+TIMESTAMP = 1757122556
+SHA256 (janus-2.0.0.tar.gz) = 0970f38e0e725400496c834a368a67ee551dc3b5ad0a257e132f5b46f2e77770
+SIZE (janus-2.0.0.tar.gz) = 22910
diff --git a/devel/py-junitparser/Makefile b/devel/py-junitparser/Makefile
index 9552245b0e07..f88c51c361bc 100644
--- a/devel/py-junitparser/Makefile
+++ b/devel/py-junitparser/Makefile
@@ -1,12 +1,13 @@
PORTNAME= junitparser
-DISTVERSION= 3.2.0
+DISTVERSION= 4.0.2
CATEGORIES= devel net
#MASTER_SITES= PYPI # some test files are missing
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Manipulating JUnit/xUnit Result XML files
-WWW= https://junitparser.readthedocs.io/en/latest/
+WWW= https://junitparser.readthedocs.io/en/latest/ \
+ https://github.com/weiwei/junitparser
LICENSE= APACHE20
@@ -21,4 +22,6 @@ GH_ACCOUNT= weiwei
NO_ARCH= yes
+# tests as of 4.0.2: 123 passed, 2 skipped in 8.13s
+
.include <bsd.port.mk>
diff --git a/devel/py-junitparser/distinfo b/devel/py-junitparser/distinfo
index f7d3bd976c08..54b195d61e02 100644
--- a/devel/py-junitparser/distinfo
+++ b/devel/py-junitparser/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1725252816
-SHA256 (weiwei-junitparser-3.2.0_GH0.tar.gz) = 25771690d2d450a2426a78b58fd9719b5098bd44f05eb5aedf9a4731bb63157f
-SIZE (weiwei-junitparser-3.2.0_GH0.tar.gz) = 23108
+TIMESTAMP = 1757122225
+SHA256 (weiwei-junitparser-4.0.2_GH0.tar.gz) = 7611c87d8754ec77d75dc650e93713c24d1f923250406df3eeddff1d876365da
+SIZE (weiwei-junitparser-4.0.2_GH0.tar.gz) = 29135
diff --git a/devel/py-maturin/Makefile b/devel/py-maturin/Makefile
index d5d72d814f89..03d45ee28a08 100644
--- a/devel/py-maturin/Makefile
+++ b/devel/py-maturin/Makefile
@@ -1,6 +1,5 @@
PORTNAME= maturin
-DISTVERSION= 1.9.1
-PORTREVISION= 1
+DISTVERSION= 1.9.4
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-maturin/distinfo b/devel/py-maturin/distinfo
index 9d6f4fa2d518..163d28923e8c 100644
--- a/devel/py-maturin/distinfo
+++ b/devel/py-maturin/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1752386758
-SHA256 (maturin-1.9.1.tar.gz) = 97b52fb19d20c1fdc70e4efdc05d79853a4c9c0051030c93a793cd5181dc4ccd
-SIZE (maturin-1.9.1.tar.gz) = 209757
+TIMESTAMP = 1756543540
+SHA256 (maturin-1.9.4.tar.gz) = 235163a0c99bc6f380fb8786c04fd14dcf6cd622ff295ea3de525015e6ac40cf
+SIZE (maturin-1.9.4.tar.gz) = 213647
SHA256 (rust/crates/adler2-2.0.0.crate) = 512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627
SIZE (rust/crates/adler2-2.0.0.crate) = 13529
SHA256 (rust/crates/ahash-0.8.11.crate) = e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011
diff --git a/devel/py-maturin/files/patch-pyproject.toml b/devel/py-maturin/files/patch-pyproject.toml
new file mode 100644
index 000000000000..ad79b31a27b2
--- /dev/null
+++ b/devel/py-maturin/files/patch-pyproject.toml
@@ -0,0 +1,27 @@
+* Relax version requirements for py-setuptools and enable build for
+ older versions of it
+
+--- pyproject.toml.orig 2025-08-04 11:39:48 UTC
++++ pyproject.toml
+@@ -1,7 +1,7 @@ requires = [
+ # Workaround to bootstrap maturin on non-manylinux platforms
+ [build-system]
+ requires = [
+- "setuptools>=77.0.0",
++ "setuptools",
+ "tomli>=1.1.0 ; python_version<'3.11'",
+ "setuptools-rust>=1.11.0",
+ ]
+@@ -14,11 +14,7 @@ requires-python = ">=3.7"
+ authors = [{ name = "konstin", email = "konstin@mailbox.org" }]
+ readme = { file = "README.md", content-type = "text/markdown" }
+ requires-python = ">=3.7"
+-license = "MIT OR Apache-2.0"
+-license-files = [
+- "license-mit",
+- "license-apache",
+-]
++license = { text = "MIT OR Apache-2.0" }
+ classifiers = [
+ "Topic :: Software Development :: Build Tools",
+ "Programming Language :: Rust",
diff --git a/devel/py-pytest-timeout/Makefile b/devel/py-pytest-timeout/Makefile
index 7ca86533aa43..b7cacd817606 100644
--- a/devel/py-pytest-timeout/Makefile
+++ b/devel/py-pytest-timeout/Makefile
@@ -1,9 +1,9 @@
PORTNAME= pytest-timeout
-PORTVERSION= 2.1.0
-PORTREVISION= 1
+PORTVERSION= 2.4.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= ${PORTNAME:S/-/_/}-${PORTVERSION}
MAINTAINER= loader@FreeBSD.org
COMMENT= Pytest plugin to abort hanging tests
@@ -12,7 +12,7 @@ WWW= https://github.com/pytest-dev/pytest-timeout
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=5.0.0:devel/py-pytest@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=7.0.0:devel/py-pytest@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pexpect>0:misc/py-pexpect@${PY_FLAVOR}
diff --git a/devel/py-pytest-timeout/distinfo b/devel/py-pytest-timeout/distinfo
index ff21aa45426d..ad294efafe7b 100644
--- a/devel/py-pytest-timeout/distinfo
+++ b/devel/py-pytest-timeout/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1659146345
-SHA256 (pytest-timeout-2.1.0.tar.gz) = c07ca07404c612f8abbe22294b23c368e2e5104b521c1790195561f37e1ac3d9
-SIZE (pytest-timeout-2.1.0.tar.gz) = 18386
+TIMESTAMP = 1757054483
+SHA256 (pytest_timeout-2.4.0.tar.gz) = 7e68e90b01f9eff71332b25001f85c75495fc4e3a836701876183c4bcfd0540a
+SIZE (pytest_timeout-2.4.0.tar.gz) = 17973
diff --git a/devel/py-tox/Makefile b/devel/py-tox/Makefile
index 272beffbbc7a..ee4f6ba69fb3 100644
--- a/devel/py-tox/Makefile
+++ b/devel/py-tox/Makefile
@@ -1,5 +1,5 @@
PORTNAME= tox
-DISTVERSION= 4.30.0
+DISTVERSION= 4.30.1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-tox/distinfo b/devel/py-tox/distinfo
index c4f21736f655..04b48b7c00de 100644
--- a/devel/py-tox/distinfo
+++ b/devel/py-tox/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1756963724
-SHA256 (tox-4.30.0.tar.gz) = db99347d8afa2dc31970c0f2f8bfd5d2f03c31aa086a6b0ce5558b4ab6746f70
-SIZE (tox-4.30.0.tar.gz) = 201730
+TIMESTAMP = 1757156051
+SHA256 (tox-4.30.1.tar.gz) = 9b685427cc143064fc98171c18d2065763095100e6f429c813bbd51765a36b1e
+SIZE (tox-4.30.1.tar.gz) = 202209