summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile2
-rw-r--r--devel/R-cran-data.table/Makefile2
-rw-r--r--devel/R-cran-data.table/distinfo6
-rw-r--r--devel/R-cran-evaluate/Makefile6
-rw-r--r--devel/R-cran-evaluate/distinfo6
-rw-r--r--devel/aws-c-event-stream/Makefile2
-rw-r--r--devel/aws-c-event-stream/distinfo6
-rw-r--r--devel/aws-c-mqtt/Makefile2
-rw-r--r--devel/aws-c-mqtt/distinfo6
-rw-r--r--devel/aws-c-s3/Makefile2
-rw-r--r--devel/aws-c-s3/distinfo6
-rw-r--r--devel/aws-crt-cpp/Makefile2
-rw-r--r--devel/aws-crt-cpp/distinfo6
-rw-r--r--devel/aws-sdk-cpp/Makefile2
-rw-r--r--devel/aws-sdk-cpp/distinfo6
-rw-r--r--devel/cc65/Makefile7
-rw-r--r--devel/eclipse-titan/Makefile2
-rw-r--r--devel/git-gui/pkg-plist1
-rw-r--r--devel/git/Makefile8
-rw-r--r--devel/git/files/patch-configure.ac21
-rw-r--r--devel/gogs/Makefile2
-rw-r--r--devel/gogs/distinfo10
-rw-r--r--devel/gogs/pkg-plist481
-rw-r--r--devel/kerl/Makefile2
-rw-r--r--devel/kerl/distinfo6
-rw-r--r--devel/libdbusmenu-lxqt/Makefile1
-rw-r--r--devel/liblxqt/Makefile4
-rw-r--r--devel/libqt6xdg/Makefile4
-rw-r--r--devel/libwasmtime/Makefile54
-rw-r--r--devel/libwasmtime/distinfo108
-rw-r--r--devel/libwasmtime/pkg-plist1
-rw-r--r--devel/lxqt2-build-tools/Makefile2
-rw-r--r--devel/lxqt2-build-tools/distinfo6
-rw-r--r--devel/lxqt2-build-tools/pkg-plist1
-rw-r--r--devel/py-dj52-django-rq/Makefile41
-rw-r--r--devel/py-dj52-django-rq/distinfo3
-rw-r--r--devel/py-dj52-django-rq/pkg-descr3
-rw-r--r--devel/py-dj52-strawberry-graphql/Makefile74
-rw-r--r--devel/py-dj52-strawberry-graphql/distinfo3
-rw-r--r--devel/py-dj52-strawberry-graphql/pkg-descr23
-rw-r--r--devel/py-maturin/Makefile2
-rw-r--r--devel/qschematic/Makefile2
-rw-r--r--devel/qschematic/distinfo6
43 files changed, 699 insertions, 241 deletions
diff --git a/devel/Makefile b/devel/Makefile
index c38c39ae2685..99d2342f9597 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4815,6 +4815,8 @@
SUBDIR += py-distributed
SUBDIR += py-dj51-django-rq
SUBDIR += py-dj51-strawberry-graphql
+ SUBDIR += py-dj52-django-rq
+ SUBDIR += py-dj52-strawberry-graphql
SUBDIR += py-django-rq
SUBDIR += py-dm-tree
SUBDIR += py-docformatter
diff --git a/devel/R-cran-data.table/Makefile b/devel/R-cran-data.table/Makefile
index 48dfccacd831..36bbe73f8451 100644
--- a/devel/R-cran-data.table/Makefile
+++ b/devel/R-cran-data.table/Makefile
@@ -1,5 +1,5 @@
PORTNAME= data.table
-DISTVERSION= 1.17.4
+DISTVERSION= 1.17.6
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
diff --git a/devel/R-cran-data.table/distinfo b/devel/R-cran-data.table/distinfo
index 34b58065041c..f84e96ceb70c 100644
--- a/devel/R-cran-data.table/distinfo
+++ b/devel/R-cran-data.table/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1748333320
-SHA256 (data.table_1.17.4.tar.gz) = 396eb2a0e38249310070b60cc6c4e930f2cfc940e6ad0ac62c4c7a5b16390753
-SIZE (data.table_1.17.4.tar.gz) = 5839682
+TIMESTAMP = 1750424005
+SHA256 (data.table_1.17.6.tar.gz) = 1da48e4843a1e10118bab06cd12f945055518f1519fd92e73a1364f5f2ace628
+SIZE (data.table_1.17.6.tar.gz) = 5840031
diff --git a/devel/R-cran-evaluate/Makefile b/devel/R-cran-evaluate/Makefile
index 08ef050af773..c7d8050312e5 100644
--- a/devel/R-cran-evaluate/Makefile
+++ b/devel/R-cran-evaluate/Makefile
@@ -1,14 +1,16 @@
PORTNAME= evaluate
-DISTVERSION= 1.0.3
+DISTVERSION= 1.0.4
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= eduardo@FreeBSD.org
COMMENT= Parsing and Evaluation Tools
-WWW= https://cran.r-project.org/web/packages/evaluate/
+WWW= https://cran.r-project.org/package=evaluate
LICENSE= MIT
+TEST_DEPENDS= R-cran-testthat>0:devel/R-cran-testthat
+
USES= cran:auto-plist
.include <bsd.port.mk>
diff --git a/devel/R-cran-evaluate/distinfo b/devel/R-cran-evaluate/distinfo
index 8b19a2223bc7..abbe72b72e46 100644
--- a/devel/R-cran-evaluate/distinfo
+++ b/devel/R-cran-evaluate/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1736590975
-SHA256 (evaluate_1.0.3.tar.gz) = bbffedda130e5629bb4fb86153879ad29dbbfe566e38d5a2c74fc2a0d0dfa2e2
-SIZE (evaluate_1.0.3.tar.gz) = 37753
+TIMESTAMP = 1750446174
+SHA256 (evaluate_1.0.4.tar.gz) = 08dff6dcfce3cb321ab8d6851a246e698f6f641579d75c2a6875b36a65eca4ca
+SIZE (evaluate_1.0.4.tar.gz) = 39226
diff --git a/devel/aws-c-event-stream/Makefile b/devel/aws-c-event-stream/Makefile
index f524574fdfd4..5ad0b0a8225a 100644
--- a/devel/aws-c-event-stream/Makefile
+++ b/devel/aws-c-event-stream/Makefile
@@ -1,6 +1,6 @@
PORTNAME= aws-c-event-stream
DISTVERSIONPREFIX= v
-DISTVERSION= 0.5.4
+DISTVERSION= 0.5.5
PORTEPOCH= 1
CATEGORIES= devel
diff --git a/devel/aws-c-event-stream/distinfo b/devel/aws-c-event-stream/distinfo
index d946e3745d89..26589ffd1ce2 100644
--- a/devel/aws-c-event-stream/distinfo
+++ b/devel/aws-c-event-stream/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1741359127
-SHA256 (awslabs-aws-c-event-stream-v0.5.4_GH0.tar.gz) = cef8b78e362836d15514110fb43a0a0c7a86b0a210d5fe25fd248a82027a7272
-SIZE (awslabs-aws-c-event-stream-v0.5.4_GH0.tar.gz) = 98545
+TIMESTAMP = 1750602901
+SHA256 (awslabs-aws-c-event-stream-v0.5.5_GH0.tar.gz) = f6e55c8fd6afd7f904e08d36c3210e199ece5dc838f0f8457b43b72ec4d818e9
+SIZE (awslabs-aws-c-event-stream-v0.5.5_GH0.tar.gz) = 99105
diff --git a/devel/aws-c-mqtt/Makefile b/devel/aws-c-mqtt/Makefile
index 1cbcd0a30ec8..156309eeef60 100644
--- a/devel/aws-c-mqtt/Makefile
+++ b/devel/aws-c-mqtt/Makefile
@@ -1,6 +1,6 @@
PORTNAME= aws-c-mqtt
DISTVERSIONPREFIX= v
-DISTVERSION= 0.13.1
+DISTVERSION= 0.13.2
CATEGORIES= devel
MAINTAINER= eduardo@FreeBSD.org
diff --git a/devel/aws-c-mqtt/distinfo b/devel/aws-c-mqtt/distinfo
index ce4ceb005fd4..c356ca16ca44 100644
--- a/devel/aws-c-mqtt/distinfo
+++ b/devel/aws-c-mqtt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1748192327
-SHA256 (awslabs-aws-c-mqtt-v0.13.1_GH0.tar.gz) = c54d02c1e46f55bae8d5e6f9c4b0d78d84c1c9d9ac16ba8d78c3361edcd8b5bb
-SIZE (awslabs-aws-c-mqtt-v0.13.1_GH0.tar.gz) = 442637
+TIMESTAMP = 1750415183
+SHA256 (awslabs-aws-c-mqtt-v0.13.2_GH0.tar.gz) = 8d22b181e4c90f5c683e786aadb9fb59a30a699c332e96e16595216ef9058c2f
+SIZE (awslabs-aws-c-mqtt-v0.13.2_GH0.tar.gz) = 442638
diff --git a/devel/aws-c-s3/Makefile b/devel/aws-c-s3/Makefile
index fdd3d9b3e9b2..eccab4907915 100644
--- a/devel/aws-c-s3/Makefile
+++ b/devel/aws-c-s3/Makefile
@@ -1,6 +1,6 @@
PORTNAME= aws-c-s3
DISTVERSIONPREFIX= v
-DISTVERSION= 0.8.1
+DISTVERSION= 0.8.2
CATEGORIES= devel
MAINTAINER= eduardo@FreeBSD.org
diff --git a/devel/aws-c-s3/distinfo b/devel/aws-c-s3/distinfo
index b6e88c88bccf..181d8eb0c174 100644
--- a/devel/aws-c-s3/distinfo
+++ b/devel/aws-c-s3/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1749306649
-SHA256 (awslabs-aws-c-s3-v0.8.1_GH0.tar.gz) = c8b09780691d2b94e50d101c68f01fa2d1c3debb0ff3aed313d93f0d3c9af663
-SIZE (awslabs-aws-c-s3-v0.8.1_GH0.tar.gz) = 369627
+TIMESTAMP = 1750415856
+SHA256 (awslabs-aws-c-s3-v0.8.2_GH0.tar.gz) = 7c8d8a36ce209114282bbdd7997b64f04b5be7f0614cdebc5bf6a31c665ab6ee
+SIZE (awslabs-aws-c-s3-v0.8.2_GH0.tar.gz) = 369770
diff --git a/devel/aws-crt-cpp/Makefile b/devel/aws-crt-cpp/Makefile
index 52d6f6217c2b..b24cd94ac244 100644
--- a/devel/aws-crt-cpp/Makefile
+++ b/devel/aws-crt-cpp/Makefile
@@ -1,6 +1,6 @@
PORTNAME= aws-crt-cpp
DISTVERSIONPREFIX= v
-DISTVERSION= 0.32.8
+DISTVERSION= 0.32.9
CATEGORIES= devel
MAINTAINER= eduardo@FreeBSD.org
diff --git a/devel/aws-crt-cpp/distinfo b/devel/aws-crt-cpp/distinfo
index 6b0db272d426..d6494a8d1dc1 100644
--- a/devel/aws-crt-cpp/distinfo
+++ b/devel/aws-crt-cpp/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1748601912
-SHA256 (awslabs-aws-crt-cpp-v0.32.8_GH0.tar.gz) = db44260452a0296341fb8e7b987e4c328f08f7829b9f1c740fed9c963e081e93
-SIZE (awslabs-aws-crt-cpp-v0.32.8_GH0.tar.gz) = 370067
+TIMESTAMP = 1750416097
+SHA256 (awslabs-aws-crt-cpp-v0.32.9_GH0.tar.gz) = e7450d64151038750c2c003b860164d24671d2017859599a228eed0645b071af
+SIZE (awslabs-aws-crt-cpp-v0.32.9_GH0.tar.gz) = 371388
diff --git a/devel/aws-sdk-cpp/Makefile b/devel/aws-sdk-cpp/Makefile
index bb23260795d4..06319a47c54c 100644
--- a/devel/aws-sdk-cpp/Makefile
+++ b/devel/aws-sdk-cpp/Makefile
@@ -1,5 +1,5 @@
PORTNAME= aws-sdk-cpp
-DISTVERSION= 1.11.583
+DISTVERSION= 1.11.592
CATEGORIES= devel
MAINTAINER= eduardo@FreeBSD.org
diff --git a/devel/aws-sdk-cpp/distinfo b/devel/aws-sdk-cpp/distinfo
index e897831d50c2..2c165caa8951 100644
--- a/devel/aws-sdk-cpp/distinfo
+++ b/devel/aws-sdk-cpp/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1749212274
-SHA256 (aws-aws-sdk-cpp-1.11.583_GH0.tar.gz) = 155bbfd5ef6e84d27aad1b49b8a537f5c2ad4215116b086725ef76011f42863f
-SIZE (aws-aws-sdk-cpp-1.11.583_GH0.tar.gz) = 74809185
+TIMESTAMP = 1750416616
+SHA256 (aws-aws-sdk-cpp-1.11.592_GH0.tar.gz) = 274fb569fec2eac652d3949b0e4f2a58f522686198b12f5d3cd62e4b2ea9824b
+SIZE (aws-aws-sdk-cpp-1.11.592_GH0.tar.gz) = 75269830
diff --git a/devel/cc65/Makefile b/devel/cc65/Makefile
index 2402c690671d..b1681899d932 100644
--- a/devel/cc65/Makefile
+++ b/devel/cc65/Makefile
@@ -59,11 +59,4 @@ post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MDOCS} || ${PORT_OPTIONS:MINFO}
-DEPRECATED= Depends on expired textproc/linuxdoc-tools
-EXPIRATION_DATE=2025-06-21
-.endif
-
.include <bsd.port.mk>
diff --git a/devel/eclipse-titan/Makefile b/devel/eclipse-titan/Makefile
index 6a9f7f4e0b8a..96371c7a25f5 100644
--- a/devel/eclipse-titan/Makefile
+++ b/devel/eclipse-titan/Makefile
@@ -9,6 +9,8 @@ WWW= https://projects.eclipse.org/projects/tools.titan
LICENSE= EPL
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN= Fails to build, /bin/sh: perl: not found
+
BUILD_DEPENDS= bash:shells/bash \
expect:lang/expect \
xmllint:textproc/libxml2 \
diff --git a/devel/git-gui/pkg-plist b/devel/git-gui/pkg-plist
index d5fdb4d417b2..26d5757c5b2d 100644
--- a/devel/git-gui/pkg-plist
+++ b/devel/git-gui/pkg-plist
@@ -74,5 +74,6 @@ share/gitk/lib/msgs/pt_br.msg
share/gitk/lib/msgs/pt_pt.msg
share/gitk/lib/msgs/ru.msg
share/gitk/lib/msgs/sv.msg
+share/gitk/lib/msgs/ta.msg
share/gitk/lib/msgs/vi.msg
share/gitk/lib/msgs/zh_cn.msg
diff --git a/devel/git/Makefile b/devel/git/Makefile
index aaca14d836ad..12b9fc972980 100644
--- a/devel/git/Makefile
+++ b/devel/git/Makefile
@@ -71,7 +71,7 @@ CONFIGURE_ARGS= --enable-pthreads=-pthread ac_cv_header_libcharset_h=no
.if ${SUBPORT} == core
OPTIONS_DEFINE= CONTRIB CURL DOCS GITWEB ICONV NLS PCRE2 PERL SEND_EMAIL \
- SUBTREE
+ SUBTREE SYSINFO
OPTIONS_DEFAULT=CONTRIB CURL GITWEB ICONV PCRE2 PERL SEND_EMAIL SUBTREE
. if ${FLAVOR:U} == lite
@@ -93,6 +93,7 @@ GITWEB_DESC= Install gitweb
PCRE2_DESC= Use Perl Compatible Regular Expressions (v2)
SEND_EMAIL_DESC=Enable the git-send-email(1) script
SUBTREE_DESC= Install git-subtree
+SYSINFO_DESC= Use libsysinfo
NLS_USES= gettext
NLS_MAKE_ARGS_OFF= NO_GETTEXT=yes
@@ -104,7 +105,6 @@ PERL_RUN_DEPENDS= p5-Error>=0:lang/p5-Error
PERL_MAKE_ARGS_OFF= NO_PERL=1
GITWEB_IMPLIES= PERL
-GITWEB_RUN_DEPENDS= p5-CGI>=0:www/p5-CGI
GITWEB_MAKE_ARGS_OFF= NO_GITWEB=1
PCRE2_LIB_DEPENDS= libpcre2-8.so:devel/pcre2
@@ -127,6 +127,10 @@ DOCS_DISTFILES= ${PORTNAME}-htmldocs-${DISTVERSION}${EXTRACT_SUFX}
SUBTREE_BUILD_DEPENDS= asciidoctor:textproc/rubygem-asciidoctor \
xmlto:textproc/xmlto
+SYSINFO_LIB_DEPENDS= libsysinfo.so:devel/libsysinfo
+SYSINFO_CONFIGURE_ON= --with-libsysinfo
+SYSINFO_LDFLAGS= -lsysinfo
+
.else
NO_ARCH= yes
diff --git a/devel/git/files/patch-configure.ac b/devel/git/files/patch-configure.ac
index 188508a0a19e..d75441bb721f 100644
--- a/devel/git/files/patch-configure.ac
+++ b/devel/git/files/patch-configure.ac
@@ -1,9 +1,9 @@
# Specify 'allow-without' to allow --without-perl to be used
# TODO: Upstream
---- configure.ac.orig 2018-04-02 17:44:04 UTC
+--- configure.ac.orig 2025-06-16 05:42:57 UTC
+++ configure.ac
-@@ -414,7 +414,7 @@ GIT_PARSE_WITH_SET_MAKE_VAR(editor, DEFAULT_EDITOR,
+@@ -396,7 +396,7 @@ GIT_ARG_SET_PATH(shell)
GIT_ARG_SET_PATH(shell)
#
# Define PERL_PATH to provide path to Perl.
@@ -12,3 +12,20 @@
#
# Define PYTHON_PATH to provide path to Python.
GIT_ARG_SET_PATH(python, allow-without)
+@@ -1070,6 +1070,8 @@ GIT_CONF_SUBST([CHARSET_LIB])
+ #
+ # Define HAVE_SYSINFO=YesPlease if sysinfo is available.
+ #
++AC_ARG_WITH(libsysinfo,
++AS_HELP_STRING([--with-libsysinfo],[support libsysinfo (default is NO)]),
+ AC_DEFUN([HAVE_SYSINFO_SRC], [
+ AC_LANG_PROGRAM([[
+ #include <stdint.h>
+@@ -1091,6 +1093,7 @@ AC_COMPILE_IFELSE([HAVE_SYSINFO_SRC],
+ HAVE_SYSINFO=YesPlease],
+ [AC_MSG_RESULT([no])
+ HAVE_SYSINFO=])
++)
+ GIT_CONF_SUBST([HAVE_SYSINFO])
+
+ #
diff --git a/devel/gogs/Makefile b/devel/gogs/Makefile
index c59251b28d74..f43e51fcec37 100644
--- a/devel/gogs/Makefile
+++ b/devel/gogs/Makefile
@@ -1,6 +1,6 @@
PORTNAME= gogs
DISTVERSIONPREFIX= v
-DISTVERSION= 0.13.2
+DISTVERSION= 0.13.3
CATEGORIES= devel www
MAINTAINER= me@svmhdvn.name
diff --git a/devel/gogs/distinfo b/devel/gogs/distinfo
index 3d17706559b2..c57002b22a03 100644
--- a/devel/gogs/distinfo
+++ b/devel/gogs/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1748889675
-SHA256 (go/devel_gogs/gogs-v0.13.2/v0.13.2.mod) = ab6fd82257a9bbebb4ab886c7b834134c183ca91c175ef08720fe2268f009f39
-SIZE (go/devel_gogs/gogs-v0.13.2/v0.13.2.mod) = 6631
-SHA256 (go/devel_gogs/gogs-v0.13.2/v0.13.2.zip) = bdd10a8d61b88869a8d3ea571a290e081f5a93a15b1f70a2622ce0f67f35705f
-SIZE (go/devel_gogs/gogs-v0.13.2/v0.13.2.zip) = 10028172
+TIMESTAMP = 1750432904
+SHA256 (go/devel_gogs/gogs-v0.13.3/v0.13.3.mod) = ab6fd82257a9bbebb4ab886c7b834134c183ca91c175ef08720fe2268f009f39
+SIZE (go/devel_gogs/gogs-v0.13.3/v0.13.3.mod) = 6631
+SHA256 (go/devel_gogs/gogs-v0.13.3/v0.13.3.zip) = 26218dd69584d30d98cbb0ad268d1eb6348f90ab41ef96bfd874b4ac8443ecd7
+SIZE (go/devel_gogs/gogs-v0.13.3/v0.13.3.zip) = 15005339
diff --git a/devel/gogs/pkg-plist b/devel/gogs/pkg-plist
index 75278189f158..c9bad6900e55 100644
--- a/devel/gogs/pkg-plist
+++ b/devel/gogs/pkg-plist
@@ -1498,98 +1498,395 @@ libexec/gogs/public/plugins/jquery.minicolors-2.2.3/jquery.minicolors.png
libexec/gogs/public/plugins/marked-0.8.1/marked.min.js
libexec/gogs/public/plugins/mermaid-8.14.0/mermaid.min.js
libexec/gogs/public/plugins/notebookjs-0.4.2/notebook.min.js
-libexec/gogs/public/plugins/pdfjs-1.4.20/LICENSE
-libexec/gogs/public/plugins/pdfjs-1.4.20/build/pdf.js
-libexec/gogs/public/plugins/pdfjs-1.4.20/build/pdf.worker.js
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/compatibility.js
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/debugger.js
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/annotation-check.svg
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/annotation-comment.svg
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/annotation-help.svg
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/annotation-insert.svg
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/annotation-key.svg
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/annotation-newparagraph.svg
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/annotation-noicon.svg
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/annotation-note.svg
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/annotation-paragraph.svg
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/findbarButton-next-rtl.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/findbarButton-next-rtl@2x.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/findbarButton-next.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/findbarButton-next@2x.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/findbarButton-previous-rtl.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/findbarButton-previous-rtl@2x.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/findbarButton-previous.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/findbarButton-previous@2x.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/grab.cur
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/grabbing.cur
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/loading-icon.gif
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/loading-small.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/loading-small@2x.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/secondaryToolbarButton-documentProperties.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/secondaryToolbarButton-documentProperties@2x.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/secondaryToolbarButton-firstPage.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/secondaryToolbarButton-firstPage@2x.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/secondaryToolbarButton-handTool.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/secondaryToolbarButton-handTool@2x.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/secondaryToolbarButton-lastPage.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/secondaryToolbarButton-lastPage@2x.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/secondaryToolbarButton-rotateCcw.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/secondaryToolbarButton-rotateCcw@2x.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/secondaryToolbarButton-rotateCw.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/secondaryToolbarButton-rotateCw@2x.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/shadow.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/texture.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/toolbarButton-bookmark.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/toolbarButton-bookmark@2x.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/toolbarButton-download.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/toolbarButton-download@2x.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/toolbarButton-menuArrows.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/toolbarButton-menuArrows@2x.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/toolbarButton-openFile.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/toolbarButton-openFile@2x.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/toolbarButton-pageDown-rtl.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/toolbarButton-pageDown-rtl@2x.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/toolbarButton-pageDown.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/toolbarButton-pageDown@2x.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/toolbarButton-pageUp-rtl.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/toolbarButton-pageUp-rtl@2x.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/toolbarButton-pageUp.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/toolbarButton-pageUp@2x.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/toolbarButton-presentationMode.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/toolbarButton-presentationMode@2x.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/toolbarButton-print.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/toolbarButton-print@2x.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/toolbarButton-search.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/toolbarButton-search@2x.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/toolbarButton-secondaryToolbarToggle-rtl.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/toolbarButton-secondaryToolbarToggle-rtl@2x.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/toolbarButton-secondaryToolbarToggle.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/toolbarButton-secondaryToolbarToggle@2x.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/toolbarButton-sidebarToggle-rtl.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/toolbarButton-sidebarToggle-rtl@2x.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/toolbarButton-sidebarToggle.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/toolbarButton-sidebarToggle@2x.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/toolbarButton-viewAttachments.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/toolbarButton-viewAttachments@2x.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/toolbarButton-viewOutline-rtl.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/toolbarButton-viewOutline-rtl@2x.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/toolbarButton-viewOutline.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/toolbarButton-viewOutline@2x.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/toolbarButton-viewThumbnail.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/toolbarButton-viewThumbnail@2x.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/toolbarButton-zoomIn.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/toolbarButton-zoomIn@2x.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/toolbarButton-zoomOut.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/toolbarButton-zoomOut@2x.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/treeitem-collapsed-rtl.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/treeitem-collapsed-rtl@2x.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/treeitem-collapsed.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/treeitem-collapsed@2x.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/treeitem-expanded.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/images/treeitem-expanded@2x.png
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/viewer.css
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/viewer.html
-libexec/gogs/public/plugins/pdfjs-1.4.20/web/viewer.js
+libexec/gogs/public/plugins/pdfjs-5.2.133/LICENSE
+libexec/gogs/public/plugins/pdfjs-5.2.133/build/pdf.mjs
+libexec/gogs/public/plugins/pdfjs-5.2.133/build/pdf.mjs.map
+libexec/gogs/public/plugins/pdfjs-5.2.133/build/pdf.sandbox.mjs
+libexec/gogs/public/plugins/pdfjs-5.2.133/build/pdf.sandbox.mjs.map
+libexec/gogs/public/plugins/pdfjs-5.2.133/build/pdf.worker.mjs
+libexec/gogs/public/plugins/pdfjs-5.2.133/build/pdf.worker.mjs.map
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/78-EUC-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/78-EUC-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/78-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/78-RKSJ-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/78-RKSJ-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/78-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/78ms-RKSJ-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/78ms-RKSJ-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/83pv-RKSJ-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/90ms-RKSJ-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/90ms-RKSJ-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/90msp-RKSJ-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/90msp-RKSJ-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/90pv-RKSJ-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/90pv-RKSJ-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/Add-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/Add-RKSJ-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/Add-RKSJ-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/Add-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/Adobe-CNS1-0.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/Adobe-CNS1-1.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/Adobe-CNS1-2.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/Adobe-CNS1-3.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/Adobe-CNS1-4.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/Adobe-CNS1-5.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/Adobe-CNS1-6.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/Adobe-CNS1-UCS2.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/Adobe-GB1-0.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/Adobe-GB1-1.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/Adobe-GB1-2.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/Adobe-GB1-3.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/Adobe-GB1-4.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/Adobe-GB1-5.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/Adobe-GB1-UCS2.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/Adobe-Japan1-0.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/Adobe-Japan1-1.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/Adobe-Japan1-2.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/Adobe-Japan1-3.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/Adobe-Japan1-4.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/Adobe-Japan1-5.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/Adobe-Japan1-6.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/Adobe-Japan1-UCS2.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/Adobe-Korea1-0.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/Adobe-Korea1-1.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/Adobe-Korea1-2.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/Adobe-Korea1-UCS2.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/B5-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/B5-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/B5pc-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/B5pc-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/CNS-EUC-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/CNS-EUC-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/CNS1-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/CNS1-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/CNS2-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/CNS2-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/ETHK-B5-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/ETHK-B5-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/ETen-B5-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/ETen-B5-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/ETenms-B5-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/ETenms-B5-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/EUC-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/EUC-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/Ext-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/Ext-RKSJ-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/Ext-RKSJ-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/Ext-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/GB-EUC-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/GB-EUC-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/GB-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/GB-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/GBK-EUC-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/GBK-EUC-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/GBK2K-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/GBK2K-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/GBKp-EUC-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/GBKp-EUC-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/GBT-EUC-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/GBT-EUC-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/GBT-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/GBT-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/GBTpc-EUC-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/GBTpc-EUC-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/GBpc-EUC-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/GBpc-EUC-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/HKdla-B5-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/HKdla-B5-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/HKdlb-B5-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/HKdlb-B5-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/HKgccs-B5-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/HKgccs-B5-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/HKm314-B5-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/HKm314-B5-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/HKm471-B5-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/HKm471-B5-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/HKscs-B5-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/HKscs-B5-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/Hankaku.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/Hiragana.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/KSC-EUC-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/KSC-EUC-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/KSC-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/KSC-Johab-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/KSC-Johab-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/KSC-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/KSCms-UHC-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/KSCms-UHC-HW-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/KSCms-UHC-HW-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/KSCms-UHC-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/KSCpc-EUC-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/KSCpc-EUC-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/Katakana.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/LICENSE
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/NWP-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/NWP-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/RKSJ-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/RKSJ-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/Roman.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/UniCNS-UCS2-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/UniCNS-UCS2-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/UniCNS-UTF16-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/UniCNS-UTF16-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/UniCNS-UTF32-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/UniCNS-UTF32-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/UniCNS-UTF8-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/UniCNS-UTF8-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/UniGB-UCS2-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/UniGB-UCS2-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/UniGB-UTF16-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/UniGB-UTF16-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/UniGB-UTF32-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/UniGB-UTF32-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/UniGB-UTF8-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/UniGB-UTF8-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/UniJIS-UCS2-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/UniJIS-UCS2-HW-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/UniJIS-UCS2-HW-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/UniJIS-UCS2-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/UniJIS-UTF16-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/UniJIS-UTF16-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/UniJIS-UTF32-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/UniJIS-UTF32-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/UniJIS-UTF8-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/UniJIS-UTF8-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/UniJIS2004-UTF16-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/UniJIS2004-UTF16-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/UniJIS2004-UTF32-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/UniJIS2004-UTF32-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/UniJIS2004-UTF8-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/UniJIS2004-UTF8-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/UniJISPro-UCS2-HW-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/UniJISPro-UCS2-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/UniJISPro-UTF8-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/UniJISX0213-UTF32-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/UniJISX0213-UTF32-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/UniJISX02132004-UTF32-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/UniJISX02132004-UTF32-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/UniKS-UCS2-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/UniKS-UCS2-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/UniKS-UTF16-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/UniKS-UTF16-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/UniKS-UTF32-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/UniKS-UTF32-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/UniKS-UTF8-H.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/UniKS-UTF8-V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/V.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/cmaps/WP-Symbol.bcmap
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/debugger.css
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/debugger.mjs
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/iccs/CGATS001Compat-v2-micro.icc
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/iccs/LICENSE
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/altText_add.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/altText_disclaimer.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/altText_done.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/altText_spinner.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/altText_warning.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/annotation-check.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/annotation-comment.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/annotation-help.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/annotation-insert.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/annotation-key.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/annotation-newparagraph.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/annotation-noicon.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/annotation-note.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/annotation-paperclip.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/annotation-paragraph.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/annotation-pushpin.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/cursor-editorFreeHighlight.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/cursor-editorFreeText.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/cursor-editorInk.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/cursor-editorTextHighlight.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/editor-toolbar-delete.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/editor-toolbar-edit.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/findbarButton-next.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/findbarButton-previous.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/gv-toolbarButton-download.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/loading-icon.gif
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/loading.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/messageBar_closingButton.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/messageBar_info.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/messageBar_warning.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/secondaryToolbarButton-documentProperties.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/secondaryToolbarButton-firstPage.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/secondaryToolbarButton-handTool.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/secondaryToolbarButton-lastPage.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/secondaryToolbarButton-rotateCcw.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/secondaryToolbarButton-rotateCw.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/secondaryToolbarButton-scrollHorizontal.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/secondaryToolbarButton-scrollPage.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/secondaryToolbarButton-scrollVertical.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/secondaryToolbarButton-scrollWrapped.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/secondaryToolbarButton-selectTool.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/secondaryToolbarButton-spreadEven.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/secondaryToolbarButton-spreadNone.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/secondaryToolbarButton-spreadOdd.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/toolbarButton-bookmark.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/toolbarButton-currentOutlineItem.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/toolbarButton-download.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/toolbarButton-editorFreeText.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/toolbarButton-editorHighlight.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/toolbarButton-editorInk.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/toolbarButton-editorSignature.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/toolbarButton-editorStamp.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/toolbarButton-menuArrow.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/toolbarButton-openFile.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/toolbarButton-pageDown.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/toolbarButton-pageUp.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/toolbarButton-presentationMode.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/toolbarButton-print.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/toolbarButton-search.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/toolbarButton-secondaryToolbarToggle.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/toolbarButton-sidebarToggle.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/toolbarButton-viewAttachments.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/toolbarButton-viewLayers.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/toolbarButton-viewOutline.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/toolbarButton-viewThumbnail.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/toolbarButton-zoomIn.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/toolbarButton-zoomOut.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/treeitem-collapsed.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/images/treeitem-expanded.svg
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/ach/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/af/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/an/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/ar/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/ast/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/az/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/be/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/bg/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/bn/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/bo/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/br/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/brx/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/bs/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/ca/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/cak/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/ckb/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/cs/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/cy/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/da/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/de/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/dsb/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/el/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/en-CA/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/en-GB/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/en-US/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/eo/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/es-AR/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/es-CL/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/es-ES/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/es-MX/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/et/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/eu/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/fa/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/ff/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/fi/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/fr/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/fur/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/fy-NL/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/ga-IE/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/gd/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/gl/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/gn/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/gu-IN/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/he/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/hi-IN/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/hr/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/hsb/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/hu/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/hy-AM/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/hye/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/ia/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/id/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/is/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/it/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/ja/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/ka/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/kab/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/kk/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/km/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/kn/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/ko/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/lij/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/lo/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/locale.json
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/lt/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/ltg/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/lv/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/meh/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/mk/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/ml/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/mr/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/ms/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/my/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/nb-NO/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/ne-NP/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/nl/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/nn-NO/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/oc/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/pa-IN/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/pl/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/pt-BR/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/pt-PT/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/rm/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/ro/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/ru/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/sat/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/sc/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/scn/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/sco/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/si/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/sk/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/skr/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/sl/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/son/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/sq/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/sr/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/sv-SE/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/szl/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/ta/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/te/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/tg/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/th/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/tl/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/tr/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/trs/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/uk/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/ur/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/uz/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/vi/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/wo/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/xh/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/zh-CN/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/locale/zh-TW/viewer.ftl
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/standard_fonts/FoxitDingbats.pfb
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/standard_fonts/FoxitFixed.pfb
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/standard_fonts/FoxitFixedBold.pfb
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/standard_fonts/FoxitFixedBoldItalic.pfb
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/standard_fonts/FoxitFixedItalic.pfb
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/standard_fonts/FoxitSerif.pfb
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/standard_fonts/FoxitSerifBold.pfb
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/standard_fonts/FoxitSerifBoldItalic.pfb
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/standard_fonts/FoxitSerifItalic.pfb
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/standard_fonts/FoxitSymbol.pfb
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/standard_fonts/LICENSE_FOXIT
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/standard_fonts/LICENSE_LIBERATION
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/standard_fonts/LiberationSans-Bold.ttf
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/standard_fonts/LiberationSans-BoldItalic.ttf
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/standard_fonts/LiberationSans-Italic.ttf
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/standard_fonts/LiberationSans-Regular.ttf
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/viewer.css
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/viewer.html
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/viewer.mjs
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/viewer.mjs.map
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/wasm/LICENSE_OPENJPEG
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/wasm/LICENSE_PDFJS_OPENJPEG
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/wasm/LICENSE_PDFJS_QCMS
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/wasm/LICENSE_QCMS
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/wasm/openjpeg.wasm
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/wasm/openjpeg_nowasm_fallback.js
+libexec/gogs/public/plugins/pdfjs-5.2.133/web/wasm/qcms_bg.wasm
libexec/gogs/public/plugins/simplemde-1.10.1/simplemde.min.css
libexec/gogs/public/plugins/simplemde-1.10.1/simplemde.min.js
libexec/gogs/templates/admin/auth/edit.tmpl
diff --git a/devel/kerl/Makefile b/devel/kerl/Makefile
index af378fab1956..37de8a5daa52 100644
--- a/devel/kerl/Makefile
+++ b/devel/kerl/Makefile
@@ -1,5 +1,5 @@
PORTNAME= kerl
-DISTVERSION= 4.3.0
+DISTVERSION= 4.4.0
CATEGORIES= devel
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
diff --git a/devel/kerl/distinfo b/devel/kerl/distinfo
index 8e2bd4df1a56..aa865bbcb499 100644
--- a/devel/kerl/distinfo
+++ b/devel/kerl/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1727409817
-SHA256 (kerl-kerl-4.3.0_GH0.tar.gz) = 3270070f4a61a080508810a9fea2a3173439cc5dcaf12ea69ca8baf0d68aadd9
-SIZE (kerl-kerl-4.3.0_GH0.tar.gz) = 46444
+TIMESTAMP = 1750492353
+SHA256 (kerl-kerl-4.4.0_GH0.tar.gz) = 0f32eb08172baffdca9264c5626f6d7fd650369365079fe21f8b8ab997885d8c
+SIZE (kerl-kerl-4.4.0_GH0.tar.gz) = 46764
diff --git a/devel/libdbusmenu-lxqt/Makefile b/devel/libdbusmenu-lxqt/Makefile
index 8b7b8af194e4..e3ebd6fc041b 100644
--- a/devel/libdbusmenu-lxqt/Makefile
+++ b/devel/libdbusmenu-lxqt/Makefile
@@ -1,5 +1,6 @@
PORTNAME= libdbusmenu-lxqt
PORTVERSION= 0.3.0
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITE= LXQT/${PORTNAME}
diff --git a/devel/liblxqt/Makefile b/devel/liblxqt/Makefile
index bbfd6c9051bc..d381231bbda9 100644
--- a/devel/liblxqt/Makefile
+++ b/devel/liblxqt/Makefile
@@ -1,6 +1,6 @@
PORTNAME= liblxqt
PORTVERSION= 2.2.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= LXQT
@@ -12,7 +12,7 @@ LICENSE= LGPL21+
LIB_DEPENDS= libpolkit-qt6-core-1.so:sysutils/polkit-qt-1@qt6
-USES= cmake compiler:c++17-lang gnome kde:6 lxqt:2 \
+USES= cmake compiler:c++20-lang gnome kde:6 lxqt:2 \
pkgconfig qt:6 tar:xz xorg
USE_GNOME= glib20
USE_QT= base:run tools:build svg
diff --git a/devel/libqt6xdg/Makefile b/devel/libqt6xdg/Makefile
index 907ef16880e5..4a606c64f2ca 100644
--- a/devel/libqt6xdg/Makefile
+++ b/devel/libqt6xdg/Makefile
@@ -1,6 +1,6 @@
PORTNAME= libqt6xdg
PORTVERSION= 4.2.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= LXQT/${PORTNAME:S/6//}
@@ -10,7 +10,7 @@ WWW= https://github.com/lxde/libqtxdg
LICENSE= LGPL21+
-USES= cmake compiler:c++17-lang gnome lxqt:2 pkgconfig qt:6 tar:xz
+USES= cmake compiler:c++20-lang gnome lxqt:2 pkgconfig qt:6 tar:xz
USE_LDCONFIG= yes
USE_GNOME= glib20
USE_LXQT= buildtools2
diff --git a/devel/libwasmtime/Makefile b/devel/libwasmtime/Makefile
index a865372dadbf..24f5e50b30cd 100644
--- a/devel/libwasmtime/Makefile
+++ b/devel/libwasmtime/Makefile
@@ -1,7 +1,6 @@
PORTNAME= lib${GH_PROJECT}
-PORTVERSION= 33.0.0
+PORTVERSION= 34.0.0
DISTVERSIONPREFIX= v
-PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= osa@FreeBSD.org
@@ -47,7 +46,6 @@ CARGO_CRATES= addr2line-0.24.1 \
arbtest-0.3.1 \
arrayvec-0.7.6 \
async-trait-0.1.71 \
- auditable-serde-0.8.0 \
autocfg-1.1.0 \
backtrace-0.3.74 \
base64-0.22.1 \
@@ -78,7 +76,7 @@ CARGO_CRATES= addr2line-0.24.1 \
cargo-platform-0.1.2 \
cargo_metadata-0.19.2 \
cast-0.3.0 \
- cc-1.2.19 \
+ cc-1.2.22 \
cexpr-0.6.0 \
cfg-if-1.0.0 \
ciborium-0.2.0 \
@@ -156,7 +154,7 @@ CARGO_CRATES= addr2line-0.24.1 \
generic-array-0.14.5 \
getrandom-0.2.15 \
getrandom-0.3.1 \
- gimli-0.31.0 \
+ gimli-0.31.1 \
glob-0.3.1 \
gzip-header-1.0.0 \
h2-0.4.4 \
@@ -324,9 +322,7 @@ CARGO_CRATES= addr2line-0.24.1 \
smallvec-1.13.2 \
socket2-0.5.7 \
souper-ir-2.1.0 \
- spdx-0.10.1 \
spin-0.9.8 \
- sptr-0.3.2 \
stable_deref_trait-1.2.0 \
static_assertions-1.1.0 \
string-interner-0.19.0 \
@@ -362,7 +358,6 @@ CARGO_CRATES= addr2line-0.24.1 \
toml-0.8.10 \
toml_datetime-0.6.5 \
toml_edit-0.22.4 \
- topological-sort-0.2.2 \
torch-sys-0.17.0 \
tracing-0.1.37 \
tracing-attributes-0.1.26 \
@@ -399,23 +394,24 @@ CARGO_CRATES= addr2line-0.24.1 \
wasm-bindgen-macro-0.2.97 \
wasm-bindgen-macro-support-0.2.97 \
wasm-bindgen-shared-0.2.97 \
- wasm-encoder-0.227.1 \
- wasm-encoder-0.229.0 \
- wasm-metadata-0.227.0 \
- wasm-metadata-0.229.0 \
- wasm-mutate-0.229.0 \
- wasm-smith-0.229.0 \
- wasm-wave-0.229.0 \
+ wasm-encoder-0.230.0 \
+ wasm-encoder-0.233.0 \
+ wasm-metadata-0.230.0 \
+ wasm-metadata-0.233.0 \
+ wasm-mutate-0.233.0 \
+ wasm-smith-0.233.0 \
+ wasm-wave-0.233.0 \
wasmi-0.43.1 \
wasmi_collections-0.43.1 \
wasmi_core-0.43.1 \
wasmi_ir-0.43.1 \
wasmparser-0.227.1 \
- wasmparser-0.229.0 \
- wasmprinter-0.229.0 \
+ wasmparser-0.230.0 \
+ wasmparser-0.233.0 \
+ wasmprinter-0.233.0 \
wast-35.0.2 \
- wast-229.0.0 \
- wat-1.229.0 \
+ wast-233.0.0 \
+ wat-1.233.0 \
web-sys-0.3.57 \
webpki-roots-0.26.1 \
which-6.0.3 \
@@ -441,17 +437,17 @@ CARGO_CRATES= addr2line-0.24.1 \
winnow-0.5.39 \
winsafe-0.0.19 \
winx-0.36.3 \
- wit-bindgen-0.41.0 \
- wit-bindgen-core-0.41.0 \
+ wit-bindgen-0.42.1 \
+ wit-bindgen-core-0.42.1 \
wit-bindgen-rt-0.33.0 \
wit-bindgen-rt-0.37.0 \
- wit-bindgen-rt-0.41.0 \
- wit-bindgen-rust-0.41.0 \
- wit-bindgen-rust-macro-0.41.0 \
- wit-component-0.227.0 \
- wit-component-0.229.0 \
- wit-parser-0.227.0 \
- wit-parser-0.229.0 \
+ wit-bindgen-rt-0.42.1 \
+ wit-bindgen-rust-0.42.1 \
+ wit-bindgen-rust-macro-0.42.1 \
+ wit-component-0.230.0 \
+ wit-component-0.233.0 \
+ wit-parser-0.230.0 \
+ wit-parser-0.233.0 \
witx-0.9.1 \
write16-1.0.0 \
writeable-0.5.5 \
@@ -470,7 +466,7 @@ CARGO_CRATES= addr2line-0.24.1 \
zstd-safe-7.0.0 \
zstd-sys-2.0.9+zstd.1.5.5
-GH_TUPLE= WebAssembly:testsuite:596a817:testsuite/tests/spec_testsuite \
+GH_TUPLE= WebAssembly:testsuite:970d36b:testsuite/tests/spec_testsuite \
WebAssembly:wasi-testsuite:2fec29e:wasi_testsuite/tests/wasi_testsuite/wasi-common \
WebAssembly:wasi-threads:e1893c0:wasi_threads/tests/wasi_testsuite/wasi-threads
diff --git a/devel/libwasmtime/distinfo b/devel/libwasmtime/distinfo
index 903d01307616..a22b41441dee 100644
--- a/devel/libwasmtime/distinfo
+++ b/devel/libwasmtime/distinfo
@@ -1,4 +1,4 @@
-TIMESTAMP = 1747922980
+TIMESTAMP = 1750516961
SHA256 (rust/crates/addr2line-0.24.1.crate) = f5fb1d8e4442bd405fdfd1dacb42792696b0cf9cb15882e5d097b742a676d375
SIZE (rust/crates/addr2line-0.24.1.crate) = 41554
SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe
@@ -37,8 +37,6 @@ SHA256 (rust/crates/arrayvec-0.7.6.crate) = 7c02d123df017efcdfbd739ef81735b36c5b
SIZE (rust/crates/arrayvec-0.7.6.crate) = 31237
SHA256 (rust/crates/async-trait-0.1.71.crate) = a564d521dd56509c4c47480d00b80ee55f7e385ae48db5744c67ad50c92d2ebf
SIZE (rust/crates/async-trait-0.1.71.crate) = 28703
-SHA256 (rust/crates/auditable-serde-0.8.0.crate) = 5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5
-SIZE (rust/crates/auditable-serde-0.8.0.crate) = 5604
SHA256 (rust/crates/autocfg-1.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa
SIZE (rust/crates/autocfg-1.1.0.crate) = 13272
SHA256 (rust/crates/backtrace-0.3.74.crate) = 8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a
@@ -99,8 +97,8 @@ SHA256 (rust/crates/cargo_metadata-0.19.2.crate) = dd5eb614ed4c27c5d706420e4320f
SIZE (rust/crates/cargo_metadata-0.19.2.crate) = 28370
SHA256 (rust/crates/cast-0.3.0.crate) = 37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5
SIZE (rust/crates/cast-0.3.0.crate) = 11452
-SHA256 (rust/crates/cc-1.2.19.crate) = 8e3a13707ac958681c13b39b458c073d0d9bc8a22cb1b2f4c8e55eb72c13f362
-SIZE (rust/crates/cc-1.2.19.crate) = 105910
+SHA256 (rust/crates/cc-1.2.22.crate) = 32db95edf998450acc7881c932f94cd9b05c87b4b2599e8bab064753da4acfd1
+SIZE (rust/crates/cc-1.2.22.crate) = 106294
SHA256 (rust/crates/cexpr-0.6.0.crate) = 6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766
SIZE (rust/crates/cexpr-0.6.0.crate) = 17966
SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd
@@ -255,8 +253,8 @@ SHA256 (rust/crates/getrandom-0.2.15.crate) = c4567c8db10ae91089c99af84c68c38da3
SIZE (rust/crates/getrandom-0.2.15.crate) = 37163
SHA256 (rust/crates/getrandom-0.3.1.crate) = 43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8
SIZE (rust/crates/getrandom-0.3.1.crate) = 42449
-SHA256 (rust/crates/gimli-0.31.0.crate) = 32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64
-SIZE (rust/crates/gimli-0.31.0.crate) = 278951
+SHA256 (rust/crates/gimli-0.31.1.crate) = 07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f
+SIZE (rust/crates/gimli-0.31.1.crate) = 279515
SHA256 (rust/crates/glob-0.3.1.crate) = d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b
SIZE (rust/crates/glob-0.3.1.crate) = 18880
SHA256 (rust/crates/gzip-header-1.0.0.crate) = 95cc527b92e6029a62960ad99aa8a6660faa4555fe5f731aab13aa6a921795a2
@@ -591,12 +589,8 @@ SHA256 (rust/crates/socket2-0.5.7.crate) = ce305eb0b4296696835b71df73eb912e0f1ff
SIZE (rust/crates/socket2-0.5.7.crate) = 55758
SHA256 (rust/crates/souper-ir-2.1.0.crate) = a50c18ce33988e1973003afbaa66e6a465ad7a614dc33f246879ccc209c2c044
SIZE (rust/crates/souper-ir-2.1.0.crate) = 17732
-SHA256 (rust/crates/spdx-0.10.1.crate) = 2971cb691ca629f46174f73b1f95356c5617f89b4167f04107167c3dccb8dd89
-SIZE (rust/crates/spdx-0.10.1.crate) = 936816
SHA256 (rust/crates/spin-0.9.8.crate) = 6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67
SIZE (rust/crates/spin-0.9.8.crate) = 38958
-SHA256 (rust/crates/sptr-0.3.2.crate) = 3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a
-SIZE (rust/crates/sptr-0.3.2.crate) = 14598
SHA256 (rust/crates/stable_deref_trait-1.2.0.crate) = a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3
SIZE (rust/crates/stable_deref_trait-1.2.0.crate) = 8054
SHA256 (rust/crates/static_assertions-1.1.0.crate) = a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f
@@ -667,8 +661,6 @@ SHA256 (rust/crates/toml_datetime-0.6.5.crate) = 3550f4e9685620ac18a50ed434eb3ae
SIZE (rust/crates/toml_datetime-0.6.5.crate) = 10910
SHA256 (rust/crates/toml_edit-0.22.4.crate) = 0c9ffdf896f8daaabf9b66ba8e77ea1ed5ed0f72821b398aba62352e95062951
SIZE (rust/crates/toml_edit-0.22.4.crate) = 102719
-SHA256 (rust/crates/topological-sort-0.2.2.crate) = ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d
-SIZE (rust/crates/topological-sort-0.2.2.crate) = 10566
SHA256 (rust/crates/torch-sys-0.17.0.crate) = ef116d446d79bb2447748550baee86850d2d32d366cc9bdd4b217bdbe10cac63
SIZE (rust/crates/torch-sys-0.17.0.crate) = 224187
SHA256 (rust/crates/tracing-0.1.37.crate) = 8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8
@@ -741,20 +733,20 @@ SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.97.crate) = 98c9ae5a76e46f4de
SIZE (rust/crates/wasm-bindgen-macro-support-0.2.97.crate) = 22824
SHA256 (rust/crates/wasm-bindgen-shared-0.2.97.crate) = 6ee99da9c5ba11bd675621338ef6fa52296b76b83305e9b6e5c77d4c286d6d49
SIZE (rust/crates/wasm-bindgen-shared-0.2.97.crate) = 7771
-SHA256 (rust/crates/wasm-encoder-0.227.1.crate) = 80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822
-SIZE (rust/crates/wasm-encoder-0.227.1.crate) = 80917
-SHA256 (rust/crates/wasm-encoder-0.229.0.crate) = 38ba1d491ecacb085a2552025c10a675a6fddcbd03b1fc9b36c536010ce265d2
-SIZE (rust/crates/wasm-encoder-0.229.0.crate) = 81299
-SHA256 (rust/crates/wasm-metadata-0.227.0.crate) = 220471107952f7a42f71d95627deede9a4183e6c7744ad189d4f8c383f397689
-SIZE (rust/crates/wasm-metadata-0.227.0.crate) = 19688
-SHA256 (rust/crates/wasm-metadata-0.229.0.crate) = 78fdb7d29a79191ab363dc90c1ddd3a1e880ffd5348d92d48482393a9e6c5f4d
-SIZE (rust/crates/wasm-metadata-0.229.0.crate) = 19855
-SHA256 (rust/crates/wasm-mutate-0.229.0.crate) = e3b8030bb9e10d1e050d1d8796af5e454e6082a5302ce68948f41debd0ea2a8e
-SIZE (rust/crates/wasm-mutate-0.229.0.crate) = 90463
-SHA256 (rust/crates/wasm-smith-0.229.0.crate) = b0227a2ef527946ab58f9eefcb232576d89126db8c96b266c04e4a934cf24c92
-SIZE (rust/crates/wasm-smith-0.229.0.crate) = 97197
-SHA256 (rust/crates/wasm-wave-0.229.0.crate) = bd33c30a68c41ff354d7b3741f5d2d3dfbf8eb52033176bb01364cbdf016c17c
-SIZE (rust/crates/wasm-wave-0.229.0.crate) = 43090
+SHA256 (rust/crates/wasm-encoder-0.230.0.crate) = d4349d0943718e6e434b51b9639e876293093dca4b96384fb136ab5bd5ce6660
+SIZE (rust/crates/wasm-encoder-0.230.0.crate) = 82149
+SHA256 (rust/crates/wasm-encoder-0.233.0.crate) = 9679ae3cf7cfa2ca3a327f7fab97f27f3294d402fd1a76ca8ab514e17973e4d3
+SIZE (rust/crates/wasm-encoder-0.233.0.crate) = 82434
+SHA256 (rust/crates/wasm-metadata-0.230.0.crate) = 1a52e010df5494f4289ccc68ce0c2a8c17555225a5e55cc41b98f5ea28d0844b
+SIZE (rust/crates/wasm-metadata-0.230.0.crate) = 20093
+SHA256 (rust/crates/wasm-metadata-0.233.0.crate) = a1ea902a6e69315e1e2371bd35ce4b45ef0d4cfcaf89d1a392ae3966ac055f25
+SIZE (rust/crates/wasm-metadata-0.233.0.crate) = 20097
+SHA256 (rust/crates/wasm-mutate-0.233.0.crate) = 3cdfd07fae6e4aaed2b1f411bb66ce6d8c19acd3b9e2bbce0b62ff9682107fcf
+SIZE (rust/crates/wasm-mutate-0.233.0.crate) = 90754
+SHA256 (rust/crates/wasm-smith-0.233.0.crate) = 2820810ea8e870fd5ae956750b457e0997099c806e4747d0abc4d5e608c4e59f
+SIZE (rust/crates/wasm-smith-0.233.0.crate) = 98584
+SHA256 (rust/crates/wasm-wave-0.233.0.crate) = d55ea4585cecac742179af2d61cd1941b0e7e96a6f60447ecfb48fd1c67686b1
+SIZE (rust/crates/wasm-wave-0.233.0.crate) = 43214
SHA256 (rust/crates/wasmi-0.43.1.crate) = 3cd93c135ccbe88cfd00992c9c49778d364417bdb5cfb360eac60fe2d4d34676
SIZE (rust/crates/wasmi-0.43.1.crate) = 322977
SHA256 (rust/crates/wasmi_collections-0.43.1.crate) = 55e817a9a96149aa3ddb84c44c6fe37ed608d53136d794d4d3cd8019de11fb42
@@ -765,16 +757,18 @@ SHA256 (rust/crates/wasmi_ir-0.43.1.crate) = 6e532ea88ccdbe2889ed3c00a8733971e11
SIZE (rust/crates/wasmi_ir-0.43.1.crate) = 34913
SHA256 (rust/crates/wasmparser-0.227.1.crate) = 0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2
SIZE (rust/crates/wasmparser-0.227.1.crate) = 247368
-SHA256 (rust/crates/wasmparser-0.229.0.crate) = 0cc3b1f053f5d41aa55640a1fa9b6d1b8a9e4418d118ce308d20e24ff3575a8c
-SIZE (rust/crates/wasmparser-0.229.0.crate) = 249693
-SHA256 (rust/crates/wasmprinter-0.229.0.crate) = d25dac01892684a99b8fbfaf670eb6b56edea8a096438c75392daeb83156ae2e
-SIZE (rust/crates/wasmprinter-0.229.0.crate) = 41100
+SHA256 (rust/crates/wasmparser-0.230.0.crate) = 808198a69b5a0535583370a51d459baa14261dfab04800c4864ee9e1a14346ed
+SIZE (rust/crates/wasmparser-0.230.0.crate) = 252171
+SHA256 (rust/crates/wasmparser-0.233.0.crate) = b51cb03afce7964bbfce46602d6cb358726f36430b6ba084ac6020d8ce5bc102
+SIZE (rust/crates/wasmparser-0.233.0.crate) = 256279
+SHA256 (rust/crates/wasmprinter-0.233.0.crate) = abf8e5b732895c99b21aa615f1b73352e51bbe2b2cb6c87eae7f990d07c1ac18
+SIZE (rust/crates/wasmprinter-0.233.0.crate) = 41928
SHA256 (rust/crates/wast-35.0.2.crate) = 2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68
SIZE (rust/crates/wast-35.0.2.crate) = 90940
-SHA256 (rust/crates/wast-229.0.0.crate) = 63fcaff613c12225696bb163f79ca38ffb40e9300eff0ff4b8aa8b2f7eadf0d9
-SIZE (rust/crates/wast-229.0.0.crate) = 153934
-SHA256 (rust/crates/wat-1.229.0.crate) = 4189bad08b70455a9e9e67dc126d2dcf91fac143a80f1046747a5dde6d4c33e0
-SIZE (rust/crates/wat-1.229.0.crate) = 8132
+SHA256 (rust/crates/wast-233.0.0.crate) = 2eaf4099d8d0c922b83bf3c90663f5666f0769db9e525184284ebbbdb1dd2180
+SIZE (rust/crates/wast-233.0.0.crate) = 154628
+SHA256 (rust/crates/wat-1.233.0.crate) = 3d9bc80f5e4b25ea086ef41b91ccd244adde45d931c384d94a8ff64ab8bd7d87
+SIZE (rust/crates/wat-1.233.0.crate) = 8365
SHA256 (rust/crates/web-sys-0.3.57.crate) = 7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283
SIZE (rust/crates/web-sys-0.3.57.crate) = 686563
SHA256 (rust/crates/webpki-roots-0.26.1.crate) = b3de34ae270483955a94f4b21bdaaeb83d508bb84a01435f393818edb0012009
@@ -825,28 +819,28 @@ SHA256 (rust/crates/winsafe-0.0.19.crate) = d135d17ab770252ad95e9a872d365cf3090e
SIZE (rust/crates/winsafe-0.0.19.crate) = 492820
SHA256 (rust/crates/winx-0.36.3.crate) = f9643b83820c0cd246ecabe5fa454dd04ba4fa67996369466d0747472d337346
SIZE (rust/crates/winx-0.36.3.crate) = 13696
-SHA256 (rust/crates/wit-bindgen-0.41.0.crate) = 10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de
-SIZE (rust/crates/wit-bindgen-0.41.0.crate) = 25042
-SHA256 (rust/crates/wit-bindgen-core-0.41.0.crate) = 92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b
-SIZE (rust/crates/wit-bindgen-core-0.41.0.crate) = 23691
+SHA256 (rust/crates/wit-bindgen-0.42.1.crate) = fa5b79cd8cb4b27a9be3619090c03cbb87fe7b1c6de254b4c9b4477188828af8
+SIZE (rust/crates/wit-bindgen-0.42.1.crate) = 27936
+SHA256 (rust/crates/wit-bindgen-core-0.42.1.crate) = e35e550f614e16db196e051d22b0d4c94dd6f52c90cb1016240f71b9db332631
+SIZE (rust/crates/wit-bindgen-core-0.42.1.crate) = 33078
SHA256 (rust/crates/wit-bindgen-rt-0.33.0.crate) = 3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c
SIZE (rust/crates/wit-bindgen-rt-0.33.0.crate) = 3357
SHA256 (rust/crates/wit-bindgen-rt-0.37.0.crate) = fc801b991c56492f87ab3086e786468f75c285a4d73017ab0ebc2fa1aed5d82c
SIZE (rust/crates/wit-bindgen-rt-0.37.0.crate) = 11845
-SHA256 (rust/crates/wit-bindgen-rt-0.41.0.crate) = c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621
-SIZE (rust/crates/wit-bindgen-rt-0.41.0.crate) = 14311
-SHA256 (rust/crates/wit-bindgen-rust-0.41.0.crate) = 9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce
-SIZE (rust/crates/wit-bindgen-rust-0.41.0.crate) = 52292
-SHA256 (rust/crates/wit-bindgen-rust-macro-0.41.0.crate) = ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799
-SIZE (rust/crates/wit-bindgen-rust-macro-0.41.0.crate) = 11588
-SHA256 (rust/crates/wit-component-0.227.0.crate) = 0b77d5d7ce899af259d77309a5c9d54fc450c43d7014d08e0eccaf742fd582c1
-SIZE (rust/crates/wit-component-0.227.0.crate) = 227296
-SHA256 (rust/crates/wit-component-0.229.0.crate) = 7f550067740e223bfe6c4878998e81cdbe2529dd9a793dc49248dd6613394e8b
-SIZE (rust/crates/wit-component-0.229.0.crate) = 230572
-SHA256 (rust/crates/wit-parser-0.227.0.crate) = bdd02ebcfdbbe83a4fc20991c31e8408a1dbb895194c81191e431f7bd0639545
-SIZE (rust/crates/wit-parser-0.227.0.crate) = 148171
-SHA256 (rust/crates/wit-parser-0.229.0.crate) = 459c6ba62bf511d6b5f2a845a2a736822e38059c1cfa0b644b467bbbfae4efa6
-SIZE (rust/crates/wit-parser-0.229.0.crate) = 148191
+SHA256 (rust/crates/wit-bindgen-rt-0.42.1.crate) = 051105bab12bc78e161f8dfb3596e772dd6a01ebf9c4840988e00347e744966a
+SIZE (rust/crates/wit-bindgen-rt-0.42.1.crate) = 41555
+SHA256 (rust/crates/wit-bindgen-rust-0.42.1.crate) = cb1e0a91fc85f4ef70e0b81cd86c2b49539d3cd14766fd82396184aadf8cb7d7
+SIZE (rust/crates/wit-bindgen-rust-0.42.1.crate) = 54700
+SHA256 (rust/crates/wit-bindgen-rust-macro-0.42.1.crate) = ce69f52c5737705881d5da5a1dd06f47f8098d094a8d65a3e44292942edb571f
+SIZE (rust/crates/wit-bindgen-rust-macro-0.42.1.crate) = 14303
+SHA256 (rust/crates/wit-component-0.230.0.crate) = b607b15ead6d0e87f5d1613b4f18c04d4e80ceeada5ffa608d8360e6909881df
+SIZE (rust/crates/wit-component-0.230.0.crate) = 231363
+SHA256 (rust/crates/wit-component-0.233.0.crate) = 584f35dd45ccaf0c454bebca0fa111bca4d43a4334fbac25e941f73c503e673a
+SIZE (rust/crates/wit-component-0.233.0.crate) = 235156
+SHA256 (rust/crates/wit-parser-0.230.0.crate) = 679fde5556495f98079a8e6b9ef8c887f731addaffa3d48194075c1dd5cd611b
+SIZE (rust/crates/wit-parser-0.230.0.crate) = 151164
+SHA256 (rust/crates/wit-parser-0.233.0.crate) = f22f1cd55247a2e616870b619766e9522df36b7abafbb29bbeb34b7a9da7e9f0
+SIZE (rust/crates/wit-parser-0.233.0.crate) = 153168
SHA256 (rust/crates/witx-0.9.1.crate) = e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b
SIZE (rust/crates/witx-0.9.1.crate) = 45928
SHA256 (rust/crates/write16-1.0.0.crate) = d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936
@@ -881,10 +875,10 @@ SHA256 (rust/crates/zstd-safe-7.0.0.crate) = 43747c7422e2924c11144d5229878b98180
SIZE (rust/crates/zstd-safe-7.0.0.crate) = 20463
SHA256 (rust/crates/zstd-sys-2.0.9+zstd.1.5.5.crate) = 9e16efa8a874a0481a574084d34cc26fdb3b99627480f785888deb6386506656
SIZE (rust/crates/zstd-sys-2.0.9+zstd.1.5.5.crate) = 728791
-SHA256 (bytecodealliance-wasmtime-v33.0.0_GH0.tar.gz) = 683615f8abb4476bfb48e923b0c17cbf7e7d41332c19f78719c1efcdfe8b7a27
-SIZE (bytecodealliance-wasmtime-v33.0.0_GH0.tar.gz) = 25284807
-SHA256 (WebAssembly-testsuite-596a817_GH0.tar.gz) = 85eb5ad582d37ad36ecac4bc42dd414495351266e2b1d04c1cdba1f3d8d5926f
-SIZE (WebAssembly-testsuite-596a817_GH0.tar.gz) = 800278
+SHA256 (bytecodealliance-wasmtime-v34.0.0_GH0.tar.gz) = dae39eb1de883e650b69ad4f90e5ad92b65cf79ced3de24a39f469afe9e3845b
+SIZE (bytecodealliance-wasmtime-v34.0.0_GH0.tar.gz) = 25285945
+SHA256 (WebAssembly-testsuite-970d36b_GH0.tar.gz) = ed7f1cec427d1897aa022c926cc9f12960deabfeb3c3788d50e8a54ecc6526e8
+SIZE (WebAssembly-testsuite-970d36b_GH0.tar.gz) = 800570
SHA256 (WebAssembly-wasi-testsuite-2fec29e_GH0.tar.gz) = d082050c523cab626328de0aa5c86b47319347d62c6b1a9852a2c3870af6b998
SIZE (WebAssembly-wasi-testsuite-2fec29e_GH0.tar.gz) = 25298037
SHA256 (WebAssembly-wasi-threads-e1893c0_GH0.tar.gz) = 451677e69ee3958fcd8798eeba6975afc3fb13c6dbd5c94b68e9bb2b8c10dfd5
diff --git a/devel/libwasmtime/pkg-plist b/devel/libwasmtime/pkg-plist
index 9adace34a882..855255e008dc 100644
--- a/devel/libwasmtime/pkg-plist
+++ b/devel/libwasmtime/pkg-plist
@@ -10,6 +10,7 @@ include/wasmtime/component/component.h
include/wasmtime/component/func.h
include/wasmtime/component/instance.h
include/wasmtime/component/linker.h
+include/wasmtime/component/val.h
include/wasmtime/conf.h
include/wasmtime/config.h
include/wasmtime/config.hh
diff --git a/devel/lxqt2-build-tools/Makefile b/devel/lxqt2-build-tools/Makefile
index 56605a28a028..e29e1e18c541 100644
--- a/devel/lxqt2-build-tools/Makefile
+++ b/devel/lxqt2-build-tools/Makefile
@@ -1,5 +1,5 @@
PORTNAME= lxqt2-build-tools
-PORTVERSION= 2.2.0
+PORTVERSION= 2.2.1
CATEGORIES= devel
MASTER_SITES= LXQT/${PORTNAME:S/2//}
diff --git a/devel/lxqt2-build-tools/distinfo b/devel/lxqt2-build-tools/distinfo
index 84ae05966e5f..bea3d215bd72 100644
--- a/devel/lxqt2-build-tools/distinfo
+++ b/devel/lxqt2-build-tools/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1744924722
-SHA256 (lxqt/lxqt-build-tools-2.2.0.tar.xz) = 1214e12ca06561ca724e67092ae1265fdd23128fde449e9d3b0275cb2a051d43
-SIZE (lxqt/lxqt-build-tools-2.2.0.tar.xz) = 26088
+TIMESTAMP = 1750552448
+SHA256 (lxqt/lxqt-build-tools-2.2.1.tar.xz) = 13dcdf2e6b55cc334ac0ddadd0c131d46c46e06fab0d6ca7b8b96c260c8e332f
+SIZE (lxqt/lxqt-build-tools-2.2.1.tar.xz) = 25728
diff --git a/devel/lxqt2-build-tools/pkg-plist b/devel/lxqt2-build-tools/pkg-plist
index b2354faa3821..4764645644d8 100644
--- a/devel/lxqt2-build-tools/pkg-plist
+++ b/devel/lxqt2-build-tools/pkg-plist
@@ -5,7 +5,6 @@ share/cmake/lxqt2-build-tools/find-modules/FindFontconfig.cmake
share/cmake/lxqt2-build-tools/find-modules/FindGLIB.cmake
share/cmake/lxqt2-build-tools/find-modules/FindMenuCache.cmake
share/cmake/lxqt2-build-tools/find-modules/FindUDev.cmake
-share/cmake/lxqt2-build-tools/find-modules/FindXCB.cmake
share/cmake/lxqt2-build-tools/find-modules/FindXKBCommon.cmake
share/cmake/lxqt2-build-tools/find-modules/FindXTerm.cmake
share/cmake/lxqt2-build-tools/find-modules/FindXdgEmail.cmake
diff --git a/devel/py-dj52-django-rq/Makefile b/devel/py-dj52-django-rq/Makefile
new file mode 100644
index 000000000000..3e376d972e51
--- /dev/null
+++ b/devel/py-dj52-django-rq/Makefile
@@ -0,0 +1,41 @@
+PORTNAME= django-rq
+PORTVERSION= 3.0.1
+CATEGORIES= devel python
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj52-
+MASTER_SITES= PYPI
+DISTNAME= django_rq-${PORTVERSION}
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Provides Django integration for RQ (Redis Queue)
+WWW= https://github.com/rq/django-rq
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django52>=3.2:www/py-django52@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}redis>=3.5:databases/py-redis@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}rq>=2:devel/py-rq@${PY_FLAVOR}
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dj52-django-redis>=0:www/py-dj52-django-redis@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}rq-scheduler>=0:devel/py-rq-scheduler@${PY_FLAVOR} \
+ redis-server:databases/redis
+
+USES= python:3.10+
+USE_PYTHON= autoplist concurrent pep517
+
+NO_ARCH= yes
+TEST_ENV= PYTHONPATH=.
+
+CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*django-rq
+
+OPTIONS_DEFINE= SENTRY
+SENTRY_DESC= Sentry support
+
+SENTRY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sentry-sdk>=1.0.0:devel/py-sentry-sdk@${PY_FLAVOR}
+
+# https://github.com/rq/django-rq/blob/master/Makefile
+do-test:
+ cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${LOCALBASE}/bin/django-admin test django_rq --settings=django_rq.tests.settings -v2
+
+.include <bsd.port.mk>
diff --git a/devel/py-dj52-django-rq/distinfo b/devel/py-dj52-django-rq/distinfo
new file mode 100644
index 000000000000..9efa3412a085
--- /dev/null
+++ b/devel/py-dj52-django-rq/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1747327171
+SHA256 (django_rq-3.0.1.tar.gz) = d111f436608b95a58a6960174eaf44aa021e0a4a32f83a28a7221a9a916dd1ae
+SIZE (django_rq-3.0.1.tar.gz) = 53821
diff --git a/devel/py-dj52-django-rq/pkg-descr b/devel/py-dj52-django-rq/pkg-descr
new file mode 100644
index 000000000000..85e24c643a23
--- /dev/null
+++ b/devel/py-dj52-django-rq/pkg-descr
@@ -0,0 +1,3 @@
+Django integration with RQ, a Redis based Python queuing library. Django-RQ is a
+simple app that allows you to configure your queues in django's settings.py and
+easily use them in your project.
diff --git a/devel/py-dj52-strawberry-graphql/Makefile b/devel/py-dj52-strawberry-graphql/Makefile
new file mode 100644
index 000000000000..0e5a547d0db8
--- /dev/null
+++ b/devel/py-dj52-strawberry-graphql/Makefile
@@ -0,0 +1,74 @@
+PORTNAME= strawberry-graphql
+DISTVERSION= 0.271.0
+CATEGORIES= devel python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj52-
+DISTNAME= strawberry_graphql-${DISTVERSION}
+
+MAINTAINER= kai@FreeBSD.org
+COMMENT= Library for creating GraphQL APIs
+WWW= https://github.com/strawberry-graphql/strawberry
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.6:devel/py-poetry-core@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.7.0:devel/py-python-dateutil@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}graphql-core>=3.2.0<3.4.0:devel/py-graphql-core@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.5.0:devel/py-typing-extensions@${PY_FLAVOR}
+
+USES= python:3.10+
+USE_PYTHON= autoplist concurrent pep517
+
+CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
+
+NO_ARCH= yes
+
+OPTIONS_DEFINE= AIOHTTP ASGI CHANNELS CLI DEBUG DEBUG-SERVER DJANGO \
+ FASTAPI FLASK OPENTELEMETRY PYDANTIC
+
+AIOHTTP_DESC= Basic AIOHTTP integration
+ASGI_DESC= Basic ASGI integration
+CHANNELS_DESC= Support for Django Channels
+CLI_DESC= Support for CLI commands
+DEBUG-SERVER_DESC= Enable debug server
+DEBUG_DESC= Generate verbose debug information
+DJANGO_DESC= Basic Django integration
+FASTAPI_DESC= Support for FastAPI in conjunction with GraphQLRouter
+FLASK_DESC= Basic Flask integration
+OPENTELEMETRY_DESC= Generate Open Telemetry compatible tracing information
+PYDANTIC_DESC= Support for Pydantic models
+
+AIOHTTP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.7.4:www/py-aiohttp@${PY_FLAVOR}
+ASGI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}multipart>=0.0.7:devel/py-multipart@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}starlette>=0.18.0:www/py-starlette@${PY_FLAVOR}
+CHANNELS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asgiref>=3.2:www/py-asgiref@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}dj52-channels>=3.0.5:www/py-dj52-channels@${PY_FLAVOR}
+CLI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libcst>=1.0.0:devel/py-libcst@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pygments>=2.3:textproc/py-pygments@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}rich>=12.0.0:textproc/py-rich@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}typer>=0.7.0:devel/py-typer@${PY_FLAVOR}
+DEBUG-SERVER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libcst>=1.0.0:devel/py-libcst@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}multipart>=0.0.7:devel/py-multipart@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pygments>=2.3:textproc/py-pygments@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}rich>=12.0.0:textproc/py-rich@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}starlette>=0.18.0:www/py-starlette@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}typer>=0.7.0:devel/py-typer@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}uvicorn>=0.11.6:www/py-uvicorn@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}websockets>=15.0.1:devel/py-websockets@${PY_FLAVOR}
+DEBUG_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libcst>=1.0.0:devel/py-libcst@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}rich>=12.0.0:textproc/py-rich@${PY_FLAVOR}
+# NB: www/py-channels (via CHANNELS) options depends on www/py-djangoXX, which
+# should be taken into account when creating a port for a specific Django version.
+DJANGO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asgiref>=3.2:www/py-asgiref@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}django52>=3.2:www/py-django52@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pytest-django>0:devel/py-pytest-django@${PY_FLAVOR}
+FASTAPI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fastapi>=0.62.5:www/py-fastapi@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}multipart>=0.0.7:devel/py-multipart@${PY_FLAVOR}
+FLASK_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flask>=1.1:www/py-flask@${PY_FLAVOR}
+OPENTELEMETRY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opentelemetry-api<2:devel/py-opentelemetry-api@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}opentelemetry-sdk<2:devel/py-opentelemetry-sdk@${PY_FLAVOR}
+# NB: Switch to devel/py-pydantic once www/py-fastapi uses it
+PYDANTIC_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pydantic2>1.6.1:devel/py-pydantic2@${PY_FLAVOR}
+
+.include <bsd.port.mk>
diff --git a/devel/py-dj52-strawberry-graphql/distinfo b/devel/py-dj52-strawberry-graphql/distinfo
new file mode 100644
index 000000000000..591e1237a446
--- /dev/null
+++ b/devel/py-dj52-strawberry-graphql/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1749230708
+SHA256 (strawberry_graphql-0.271.0.tar.gz) = dfcf22c5b013915b78b64660ed40afc58081708cecce37879d4b89dac5dc356a
+SIZE (strawberry_graphql-0.271.0.tar.gz) = 207945
diff --git a/devel/py-dj52-strawberry-graphql/pkg-descr b/devel/py-dj52-strawberry-graphql/pkg-descr
new file mode 100644
index 000000000000..ea25df49f06d
--- /dev/null
+++ b/devel/py-dj52-strawberry-graphql/pkg-descr
@@ -0,0 +1,23 @@
+Strawberry is a developer friendly GraphQL library for Python, designed for
+modern development.
+
+* Type hints: Leverages Python type hints to provide a great developer
+ experience while creating GraphQL Libraries.
+
+* Async Support: Supports async/await out of the box, allowing you to write
+ your resolvers in a non-blocking way.
+
+* Extensible: Has support for schema and field extensions, allowing you to
+ extend the schema with custom logic.
+
+* Generics: Supports generics, allowing you to create reusable types that can
+ be used in multiple places.
+
+* Federation: Supports Federation, allowing you to create a federated GraphQL
+ schema.
+
+* Dataloaders: Comes with support for dataloaders, allowing you to batch
+ multiple queries into a single one.
+
+* Integrations: Has support for multiple integrations, allowing you to use it
+ with your favorite web framework.
diff --git a/devel/py-maturin/Makefile b/devel/py-maturin/Makefile
index a7d43677b2dc..b42b796664b4 100644
--- a/devel/py-maturin/Makefile
+++ b/devel/py-maturin/Makefile
@@ -1,5 +1,6 @@
PORTNAME= maturin
DISTVERSION= 1.8.7
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -19,6 +20,7 @@ BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}setuptools-rust>=1.4.0:devel/py-setuptools-rust@${PY_FLAVOR} \
${PY_TOMLI} \
${PYTHON_PKGNAMEPREFIX}wheel>=0.36.2:devel/py-wheel@${PY_FLAVOR}
+LIB_DEPENDS= libzstd.so:archivers/zstd
RUN_DEPENDS= ${PY_TOMLI}
USES= cargo python
diff --git a/devel/qschematic/Makefile b/devel/qschematic/Makefile
index 88abd73d9d63..1da4c1675ffe 100644
--- a/devel/qschematic/Makefile
+++ b/devel/qschematic/Makefile
@@ -1,5 +1,5 @@
PORTNAME= qschematic
-DISTVERSION= 3.0.0
+DISTVERSION= 3.0.1
CATEGORIES= devel
MAINTAINER= jbo@FreeBSD.org
diff --git a/devel/qschematic/distinfo b/devel/qschematic/distinfo
index 6a8daad66adc..441c58bc90d1 100644
--- a/devel/qschematic/distinfo
+++ b/devel/qschematic/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1750356414
-SHA256 (simulton-QSchematic-3.0.0_GH0.tar.gz) = ad27500ad88cfa7b4324754a139fde54b36892d78953c18a7b61be3df84e35a3
-SIZE (simulton-QSchematic-3.0.0_GH0.tar.gz) = 1561087
+TIMESTAMP = 1750467549
+SHA256 (simulton-QSchematic-3.0.1_GH0.tar.gz) = 9b0afd66ff47be188a069dea3c995e4507c5aca75f1755abf2173cf5415aa021
+SIZE (simulton-QSchematic-3.0.1_GH0.tar.gz) = 1561031