diff options
Diffstat (limited to 'devel')
125 files changed, 2261 insertions, 364 deletions
diff --git a/devel/Makefile b/devel/Makefile index 20684e9f2106..0bae517e60df 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -319,9 +319,7 @@ SUBDIR += bloaty SUBDIR += bloomberg-bde SUBDIR += blueprint-compiler - SUBDIR += bmake SUBDIR += bmk - SUBDIR += bmkdep SUBDIR += bnf SUBDIR += boehm-gc SUBDIR += boehm-gc-threaded @@ -967,6 +965,7 @@ SUBDIR += gwenhywfar-gtk2 SUBDIR += gwenhywfar-gtk3 SUBDIR += gwenhywfar-qt5 + SUBDIR += gwenhywfar-qt6 SUBDIR += gzstream SUBDIR += hapy SUBDIR += hare @@ -1184,6 +1183,7 @@ SUBDIR += kyua SUBDIR += lab SUBDIR += lace + SUBDIR += lace14 SUBDIR += lager SUBDIR += laminar SUBDIR += lasi @@ -8371,6 +8371,7 @@ SUBDIR += transient-devel SUBDIR += transwarp SUBDIR += tree-sitter + SUBDIR += tree-sitter-cli SUBDIR += tree-sitter-graph SUBDIR += treefmt SUBDIR += treepy.el @@ -8436,6 +8437,7 @@ SUBDIR += wasi-libcxx20 SUBDIR += wasm3 SUBDIR += wasmer + SUBDIR += wasm-server-runner SUBDIR += websocketpp SUBDIR += websvn SUBDIR += wf-config diff --git a/devel/R-cran-broom/Makefile b/devel/R-cran-broom/Makefile index a4312b4ded54..4763cb47ba4b 100644 --- a/devel/R-cran-broom/Makefile +++ b/devel/R-cran-broom/Makefile @@ -1,5 +1,5 @@ PORTNAME= broom -DISTVERSION= 1.0.8 +DISTVERSION= 1.0.9 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -16,7 +16,7 @@ RUN_DEPENDS= R-cran-backports>0:math/R-cran-backports \ R-cran-glue>0:devel/R-cran-glue \ R-cran-lifecycle>0:devel/R-cran-lifecycle \ R-cran-purrr>0:devel/R-cran-purrr \ - R-cran-rlang>0:devel/R-cran-rlang \ + R-cran-rlang>=1.1.0:devel/R-cran-rlang \ R-cran-stringr>0:textproc/R-cran-stringr \ R-cran-tibble>=3.0.0:devel/R-cran-tibble \ R-cran-tidyr>=1.0.0:devel/R-cran-tidyr diff --git a/devel/R-cran-broom/distinfo b/devel/R-cran-broom/distinfo index b2766e0904ee..97a76ae87951 100644 --- a/devel/R-cran-broom/distinfo +++ b/devel/R-cran-broom/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743939858 -SHA256 (broom_1.0.8.tar.gz) = d4698542f6cadba9adbe2013b767226af479bb8374633012316025a137408b44 -SIZE (broom_1.0.8.tar.gz) = 651236 +TIMESTAMP = 1753885833 +SHA256 (broom_1.0.9.tar.gz) = c39a9bcbce010615d8a2285360bf158def2d9ffda46f7415d12409bf899b6e66 +SIZE (broom_1.0.9.tar.gz) = 651399 diff --git a/devel/aws-crt-cpp/Makefile b/devel/aws-crt-cpp/Makefile index f19599fb9c0f..04d94d001988 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.33.2 +DISTVERSION= 0.33.3 CATEGORIES= devel MAINTAINER= eduardo@FreeBSD.org diff --git a/devel/aws-crt-cpp/distinfo b/devel/aws-crt-cpp/distinfo index f82e92d9814e..071d07b769dd 100644 --- a/devel/aws-crt-cpp/distinfo +++ b/devel/aws-crt-cpp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754071514 -SHA256 (awslabs-aws-crt-cpp-v0.33.2_GH0.tar.gz) = 3d8e15483c6e28575f2d1a30d04f509d028fddb647c948efdb980f21f6602b51 -SIZE (awslabs-aws-crt-cpp-v0.33.2_GH0.tar.gz) = 373770 +TIMESTAMP = 1754352265 +SHA256 (awslabs-aws-crt-cpp-v0.33.3_GH0.tar.gz) = a9b01355f0c827e3a514ca85a7f303a3bc45985c11362188a1547c613f9ccd1d +SIZE (awslabs-aws-crt-cpp-v0.33.3_GH0.tar.gz) = 374018 diff --git a/devel/bmake/Makefile b/devel/bmake/Makefile deleted file mode 100644 index 46d7f7a05539..000000000000 --- a/devel/bmake/Makefile +++ /dev/null @@ -1,52 +0,0 @@ -PORTNAME= bmake -PORTVERSION= 20230723 -PORTREVISION= 1 -CATEGORIES= devel -MASTER_SITES= https://ftp.netbsd.org/pub/NetBSD/misc/sjg/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Portable version of NetBSD 'make' utility -WWW= https://www.crufty.net/help/sjg/bmake.html - -LICENSE= BSD3CLAUSE - -DEPRECATED= Outdated and redundant -EXPIRATION_DATE=2025-06-30 - -PORTSCOUT= skipv:200910007 - -WRKSRC= ${WRKDIR}/${PORTNAME} - -MAKE_ENV+= CONFIG_SITE=${CONFIG_SITE} - -post-patch: .SILENT - ${REINPLACE_CMD} 's/^\.Nx/NetBSD/' ${WRKDIR}/bmake/bmake.1 - -do-build: - ${SETENV} ${MAKE_ENV} ${SH} ${WRKDIR}/bmake/boot-strap op=build \ - --with-default-sys-path='.../share/mk:${PREFIX}/share/mk' \ - -m ${WRKDIR}/mk objdir=${WRKDIR}/obj prefix=${PREFIX} - -do-test: - ${SETENV} ${MAKE_ENV} ${SH} ${WRKDIR}/bmake/boot-strap op=test \ - --with-default-sys-path='.../share/mk:${PREFIX}/share/mk' \ - -m ${WRKDIR}/mk objdir=${WRKDIR}/obj prefix=${PREFIX} - -do-install: - ${INSTALL_PROGRAM} ${WRKDIR}/obj/bmake ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKDIR}/bmake/bmake.1 ${STAGEDIR}${PREFIX}/share/man/man1 - ${SH} ${WRKSRC}/mk/install-mk -v ${STAGEDIR}${PREFIX}/share/mk - ${CHMOD} -x ${STAGEDIR}${PREFIX}/share/mk/meta2deps.py - cd ${STAGEDIR}${PREFIX} ; \ - ${FIND} share/mk -type f -o -type l \ - | ${SORT} \ - >${WRKDIR}/PLIST.share-mk - ${ECHO_CMD} "r ${TMPPLIST}" > ${WRKDIR}/ex.script - ${ECHO_CMD} "/Insert PLIST.share-mk" >> ${WRKDIR}/ex.script - ${ECHO_CMD} "d" >> ${WRKDIR}/ex.script - ${ECHO_CMD} "r ${WRKDIR}/PLIST.share-mk" >> ${WRKDIR}/ex.script - ${ECHO_CMD} "x!" >> ${WRKDIR}/ex.script - ${CP} -p ${TMPPLIST} ${TMPPLIST}.pre-share-mk - cd ${WRKDIR} ; ex < ex.script - -.include <bsd.port.mk> diff --git a/devel/bmake/distinfo b/devel/bmake/distinfo deleted file mode 100644 index abde4ec0025f..000000000000 --- a/devel/bmake/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1690554120 -SHA256 (bmake-20230723.tar.gz) = c42a0d951ba23f7665331309fbbe21edc01136a23cb9416850b4315be5fb5904 -SIZE (bmake-20230723.tar.gz) = 856243 diff --git a/devel/bmake/files/patch-boot-strap b/devel/bmake/files/patch-boot-strap deleted file mode 100644 index e17b2d885bd0..000000000000 --- a/devel/bmake/files/patch-boot-strap +++ /dev/null @@ -1,12 +0,0 @@ ---- boot-strap.orig 2022-06-29 08:25:21.380209000 +0300 -+++ boot-strap 2022-06-29 08:25:03.068725000 +0300 -@@ -413,9 +413,6 @@ - [ -s make-bootstrap.sh ] || op_configure - chmod 755 make-bootstrap.sh || exit 1 - ./make-bootstrap.sh || exit 1 -- case "$op" in -- build) op_test;; -- esac - } - - op_test() { diff --git a/devel/bmake/pkg-descr b/devel/bmake/pkg-descr deleted file mode 100644 index d1842fad6eef..000000000000 --- a/devel/bmake/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -bmake is a portable version of NetBSD's make(1) utility, -conveniently packaged using a configure script, for other environments -which may lack NetBSD's libraries, regular expression code, etc. diff --git a/devel/bmake/pkg-plist b/devel/bmake/pkg-plist deleted file mode 100644 index 1a0d6891c625..000000000000 --- a/devel/bmake/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -bin/bmake -share/man/man1/bmake.1.gz -@comment Insert PLIST.share-mk here -@comment -=[ begin PLIST.share-mk ]=- -@comment -=[ end PLIST.share-mk ]=- diff --git a/devel/bmkdep/Makefile b/devel/bmkdep/Makefile deleted file mode 100644 index 75760af4b73a..000000000000 --- a/devel/bmkdep/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -PORTNAME= bmkdep -PORTVERSION= 20140112 -PORTREVISION= 1 -CATEGORIES= devel - -MAINTAINER= ports@FreeBSD.org -COMMENT= Construct Makefile dependency list -WWW= https://netbsd.org - -LICENSE= BSD2CLAUSE - -DEPRECATED= Outdated and redundant -EXPIRATION_DATE=2025-06-30 - -USE_GITHUB= yes -GH_ACCOUNT= trociny - -USES= uidfix -MAKE_ENV= PKGDIR="${PKGDIR}" NO_OBJ=YES - -PLIST_FILES= bin/bmkdep share/man/man1/bmkdep.1.gz - -.include <bsd.port.mk> diff --git a/devel/bmkdep/distinfo b/devel/bmkdep/distinfo deleted file mode 100644 index 1b6d23ddf52c..000000000000 --- a/devel/bmkdep/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1477319135 -SHA256 (trociny-bmkdep-20140112_GH0.tar.gz) = b80039dc18ec070886e21e3c1ea4a16fc60c239bb922add8c70838d982598635 -SIZE (trociny-bmkdep-20140112_GH0.tar.gz) = 7647 diff --git a/devel/bmkdep/files/patch-Makefile b/devel/bmkdep/files/patch-Makefile deleted file mode 100644 index 61c9f3d711f3..000000000000 --- a/devel/bmkdep/files/patch-Makefile +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.orig 2014-01-12 21:56:03 UTC -+++ Makefile -@@ -8,6 +8,6 @@ BINDIR= ${PREFIX}/bin - - PREFIX?= /usr/local - BINDIR= ${PREFIX}/bin --MANDIR= ${PREFIX}/man/man -+MANDIR= ${PREFIX}/share/man/man - - .include <bsd.prog.mk> diff --git a/devel/bmkdep/pkg-descr b/devel/bmkdep/pkg-descr deleted file mode 100644 index 4e4c160ad68a..000000000000 --- a/devel/bmkdep/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -NetBSD's version of mkdep. - -Because it is a C program and does all postprocessing and file -handling without calling any external programs, it is up to 10-percent -faster than the original BSD mkdep shell script. - -Also it contains options not available in FreeBSD's mkdep. diff --git a/devel/cargo-c/Makefile b/devel/cargo-c/Makefile index d10bb9fdcc0c..8e4877b22455 100644 --- a/devel/cargo-c/Makefile +++ b/devel/cargo-c/Makefile @@ -7,7 +7,7 @@ MASTER_SITES= CRATESIO # XXX Teach USES=cargo to have proper default DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= vishwin@FreeBSD.org COMMENT= Cargo C-ABI helpers WWW= https://github.com/lu-zero/cargo-c diff --git a/devel/cirrus-cli/Makefile b/devel/cirrus-cli/Makefile index 887502ba1b7f..7d26f1dc7b70 100644 --- a/devel/cirrus-cli/Makefile +++ b/devel/cirrus-cli/Makefile @@ -1,6 +1,6 @@ PORTNAME= cirrus-cli DISTVERSIONPREFIX= v -DISTVERSION= 0.142.1 +DISTVERSION= 0.143.0 CATEGORIES= devel MAINTAINER= bofh@FreeBSD.org diff --git a/devel/cirrus-cli/distinfo b/devel/cirrus-cli/distinfo index 88fef3900993..b5f9403b07c4 100644 --- a/devel/cirrus-cli/distinfo +++ b/devel/cirrus-cli/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1754026713 -SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.142.1/v0.142.1.mod) = 6947aa884c5b4d6783c5a482b7db72ac853c5c3c5b2e72447f2e5b7cbe4e1afe -SIZE (go/devel_cirrus-cli/cirrus-cli-v0.142.1/v0.142.1.mod) = 11468 -SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.142.1/v0.142.1.zip) = 8f6199cdd7550e550e63b0ffe8194089619207889c648cc0975b4aae8ac57695 -SIZE (go/devel_cirrus-cli/cirrus-cli-v0.142.1/v0.142.1.zip) = 1417383 +TIMESTAMP = 1754156861 +SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.143.0/v0.143.0.mod) = fa848fc74a0625beb5e3a4e840bd437887dfab879e5ea2b28f17c2d3d38f19f9 +SIZE (go/devel_cirrus-cli/cirrus-cli-v0.143.0/v0.143.0.mod) = 11165 +SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.143.0/v0.143.0.zip) = 2e5560631159fead5bbdb3d6c7a0695cf87d242288f2485e282d3b3d7e9c9d43 +SIZE (go/devel_cirrus-cli/cirrus-cli-v0.143.0/v0.143.0.zip) = 1418933 diff --git a/devel/cvs/Makefile b/devel/cvs/Makefile index 30c4715616e0..8889be753ab8 100644 --- a/devel/cvs/Makefile +++ b/devel/cvs/Makefile @@ -1,6 +1,6 @@ PORTNAME= cvs PORTVERSION= 1.20120905 -PORTREVISION?= 8 +PORTREVISION?= 9 CATEGORIES= devel MASTER_SITES= LOCAL/eadler diff --git a/devel/cvs/files/patch-cvs__Makefile b/devel/cvs/files/patch-cvs__Makefile index cf03aa11ab05..cf34e74906d3 100644 --- a/devel/cvs/files/patch-cvs__Makefile +++ b/devel/cvs/files/patch-cvs__Makefile @@ -1,6 +1,6 @@ --- ../cvs-build/cvs/Makefile.orig 2012-09-05 19:25:43.000000000 -0700 -+++ ../cvs-build/cvs/Makefile 2021-01-02 17:11:22.159883000 -0800 -@@ -29,10 +29,10 @@ ++++ ../cvs-build/cvs/Makefile 2025-08-05 23:33:37.681784000 -0700 +@@ -29,15 +29,22 @@ -I/usr/include/gnu \ -I${CVSDIR}/lib -I${CVSDIR}/diff -I. @@ -11,6 +11,18 @@ -.if ${MK_KERBEROS_SUPPORT} != "no" +.if defined(KERBEROS_SUPPORT) ++.if exists(/usr/libexec/krb5kdc) ++# MIT KRB5 ++LDADD+= -lgssapi_krb5 -lkrb5 -lkrb5support -lcrypto -lcrypt -lcom_err ++DPADD+= ${LIBGSSAPI_KRB5} ${LIBKRB5} ${LIBKRB5SUPPORT} ${LIBCRYPTO} ++DPADD+= ${LIBCRYPT} ${LIBCOM_ERR} ++.else CFLAGS+= -DHAVE_GSSAPI -DENCRYPTION LDADD+= -lgssapi -lkrb5 -lhx509 -lasn1 -lcrypto -lroken -lcrypt -lcom_err DPADD+= ${LIBGSSAPI} ${LIBKRB5} ${LIBHX509} ${LIBASN1} ${LIBCRYPTO} ${LIBROKEN} + DPADD+= ${LIBCRYPT} ${LIBCOM_ERR} + .endif ++.endif + + # + # Regression test support diff --git a/devel/electron32/Makefile b/devel/electron32/Makefile index 3bb0cab479dd..ad45669403e2 100644 --- a/devel/electron32/Makefile +++ b/devel/electron32/Makefile @@ -1,7 +1,7 @@ PORTNAME= electron DISTVERSIONPREFIX= v DISTVERSION= ${ELECTRON_VER} -PORTREVISION= 6 +PORTREVISION= 7 PULSEMV= 16 PULSEV= ${PULSEMV}.1 CATEGORIES= devel diff --git a/devel/electron34/Makefile b/devel/electron34/Makefile index b11b3bf1ec4d..f09fdd45c4a5 100644 --- a/devel/electron34/Makefile +++ b/devel/electron34/Makefile @@ -1,7 +1,7 @@ PORTNAME= electron DISTVERSIONPREFIX= v DISTVERSION= ${ELECTRON_VER} -PORTREVISION= 4 +PORTREVISION= 5 PULSEMV= 16 PULSEV= ${PULSEMV}.1 CATEGORIES= devel diff --git a/devel/electron35/Makefile b/devel/electron35/Makefile index a2ae5821a91c..d91e18700891 100644 --- a/devel/electron35/Makefile +++ b/devel/electron35/Makefile @@ -1,6 +1,7 @@ PORTNAME= electron DISTVERSIONPREFIX= v DISTVERSION= ${ELECTRON_VER} +PORTREVISION= 1 PULSEMV= 16 PULSEV= ${PULSEMV}.1 CATEGORIES= devel diff --git a/devel/electron36/Makefile b/devel/electron36/Makefile index b11673660f2e..bdf22268987e 100644 --- a/devel/electron36/Makefile +++ b/devel/electron36/Makefile @@ -1,6 +1,7 @@ PORTNAME= electron DISTVERSIONPREFIX= v DISTVERSION= ${ELECTRON_VER} +PORTREVISION= 1 PULSEMV= 16 PULSEV= ${PULSEMV}.1 CATEGORIES= devel diff --git a/devel/electron37/Makefile b/devel/electron37/Makefile index 53ecec2234ea..2c3e2a707110 100644 --- a/devel/electron37/Makefile +++ b/devel/electron37/Makefile @@ -1,6 +1,7 @@ PORTNAME= electron DISTVERSIONPREFIX= v DISTVERSION= ${ELECTRON_VER} +PORTREVISION= 1 PULSEMV= 16 PULSEV= ${PULSEMV}.1 CATEGORIES= devel diff --git a/devel/fatal/Makefile b/devel/fatal/Makefile index 17f1cb2a8de8..b7dd97e1c756 100644 --- a/devel/fatal/Makefile +++ b/devel/fatal/Makefile @@ -1,6 +1,6 @@ PORTNAME= fatal DISTVERSIONPREFIX= v -DISTVERSION= 2025.07.28.00 +DISTVERSION= 2025.08.04.00 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/fatal/distinfo b/devel/fatal/distinfo index 17894c67dac8..638000e45c79 100644 --- a/devel/fatal/distinfo +++ b/devel/fatal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1753765038 -SHA256 (facebook-fatal-v2025.07.28.00_GH0.tar.gz) = df1f5b3ae71cc6de24b1d4fd3d40a9ae496f51120b234a37f3f14b219216dc6c -SIZE (facebook-fatal-v2025.07.28.00_GH0.tar.gz) = 658592 +TIMESTAMP = 1754411620 +SHA256 (facebook-fatal-v2025.08.04.00_GH0.tar.gz) = 50a75fc80eaaba6ea8188a7899cc57b234300973e2b0109b9ae0c6e72d8364f2 +SIZE (facebook-fatal-v2025.08.04.00_GH0.tar.gz) = 658500 diff --git a/devel/fbthrift/Makefile b/devel/fbthrift/Makefile index 18303502fbcb..a06a4b8db418 100644 --- a/devel/fbthrift/Makefile +++ b/devel/fbthrift/Makefile @@ -1,6 +1,6 @@ PORTNAME= fbthrift DISTVERSIONPREFIX= v -DISTVERSION= 2025.07.28.00 +DISTVERSION= 2025.08.04.00 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/fbthrift/distinfo b/devel/fbthrift/distinfo index c88b832a5959..51f2da6a554c 100644 --- a/devel/fbthrift/distinfo +++ b/devel/fbthrift/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1753765034 -SHA256 (facebook-fbthrift-v2025.07.28.00_GH0.tar.gz) = c50dfa52865c332081674cf4f9ade640031f24a1fe07ba63eb02e6e9ed3f9bed -SIZE (facebook-fbthrift-v2025.07.28.00_GH0.tar.gz) = 15450011 +TIMESTAMP = 1754411615 +SHA256 (facebook-fbthrift-v2025.08.04.00_GH0.tar.gz) = f81afc8c9df74ffc6eac885e4731d5d5f7b791811d6e3dada2cccb48213ea885 +SIZE (facebook-fbthrift-v2025.08.04.00_GH0.tar.gz) = 15498906 diff --git a/devel/fbthrift/pkg-plist b/devel/fbthrift/pkg-plist index a6700771c16e..5f1c17cd84d0 100644 --- a/devel/fbthrift/pkg-plist +++ b/devel/fbthrift/pkg-plist @@ -258,11 +258,11 @@ include/thrift/lib/cpp2/async/ServerStreamMultiPublisher.h include/thrift/lib/cpp2/async/ServiceInfoHolder.h include/thrift/lib/cpp2/async/ServiceRequestInfo.h include/thrift/lib/cpp2/async/Sink.h -include/thrift/lib/cpp2/async/SinkBridgeUtil.h include/thrift/lib/cpp2/async/StreamCallbacks.h include/thrift/lib/cpp2/async/TAsyncTransportHandler.h include/thrift/lib/cpp2/async/TerminateInteractionOverloadPolicy.h include/thrift/lib/cpp2/async/TwoWayBridge.h +include/thrift/lib/cpp2/async/TwoWayBridgeUtil.h include/thrift/lib/cpp2/async/metadata/CursorBasedRequestRpcMetadataAdapter.h include/thrift/lib/cpp2/async/metadata/RequestRpcMetadataAdapter.h include/thrift/lib/cpp2/async/metadata/RequestRpcMetadataFacade.h @@ -727,11 +727,13 @@ include/thrift/lib/python/server/flagged/RcAwareTaskPatch.h include/thrift/lib/python/server/interceptor/PythonServerModule.h include/thrift/lib/python/server/interceptor/PythonServiceInterceptor.h include/thrift/lib/python/server/util.h +include/thrift/lib/python/streaming/PythonUserException.h +include/thrift/lib/python/streaming/Sink.h +include/thrift/lib/python/streaming/StreamElementEncoder.h include/thrift/lib/python/test/event_handlers/handler.h include/thrift/lib/python/test/interactions/interaction_test.h include/thrift/lib/python/test/metadata_response/metadata_response.h include/thrift/lib/python/types.h -include/thrift/lib/python/util.h include/thrift/lib/thrift/RpcMetadata_extra.h include/thrift/lib/thrift/SerializableDynamic.h include/thrift/lib/thrift/TypeToMaskAdapter.h diff --git a/devel/folly/Makefile b/devel/folly/Makefile index e825ef32ec2c..164f873dd6a7 100644 --- a/devel/folly/Makefile +++ b/devel/folly/Makefile @@ -1,6 +1,6 @@ PORTNAME= folly DISTVERSIONPREFIX= v -DISTVERSION= 2025.07.28.00 +DISTVERSION= 2025.08.04.00 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/folly/distinfo b/devel/folly/distinfo index 8dc770701fce..e357da9f3b8f 100644 --- a/devel/folly/distinfo +++ b/devel/folly/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1753765022 -SHA256 (facebook-folly-v2025.07.28.00_GH0.tar.gz) = 23eea7d7631b76c79f97094d618c772c62d863ed71c0bfa3eadd64b86eed1d64 -SIZE (facebook-folly-v2025.07.28.00_GH0.tar.gz) = 4571393 +TIMESTAMP = 1754411602 +SHA256 (facebook-folly-v2025.08.04.00_GH0.tar.gz) = 7bc57f84a8bf4cb7f7746b9bc8eab799ee03bf8ade868e145547b0b7a6796484 +SIZE (facebook-folly-v2025.08.04.00_GH0.tar.gz) = 4592408 diff --git a/devel/folly/pkg-plist b/devel/folly/pkg-plist index ccdb5e3e95d6..bee13ef059bf 100644 --- a/devel/folly/pkg-plist +++ b/devel/folly/pkg-plist @@ -859,6 +859,7 @@ include/folly/lang/RValueReferenceWrapper.h include/folly/lang/SafeAlias-fwd.h include/folly/lang/SafeAlias.h include/folly/lang/SafeAssert.h +include/folly/lang/SafeClosure.h include/folly/lang/StaticConst.h include/folly/lang/Switch.h include/folly/lang/Thunk.h @@ -866,6 +867,7 @@ include/folly/lang/ToAscii.h include/folly/lang/TypeInfo.h include/folly/lang/UncaughtExceptions.h include/folly/lang/VectorTraits.h +include/folly/lang/bind/AsArgument.h include/folly/lang/bind/Bind.h include/folly/lang/bind/Named.h include/folly/lang/bind/NamedToStorage.h @@ -998,6 +1000,7 @@ include/folly/random/xoshiro256pp.h include/folly/result/gtest_helpers.h include/folly/result/result.h include/folly/result/try.h +include/folly/result/value_only_result.h include/folly/settings/CommandLineParser.h include/folly/settings/Immutables.h include/folly/settings/Observer.h diff --git a/devel/git-who/Makefile b/devel/git-who/Makefile index 9ccbc59132ce..a72ec2916f65 100644 --- a/devel/git-who/Makefile +++ b/devel/git-who/Makefile @@ -1,6 +1,7 @@ PORTNAME= git-who DISTVERSIONPREFIX= v DISTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= nxjoseph@protonmail.com diff --git a/devel/git-who/distinfo b/devel/git-who/distinfo index ab96a3823892..89fb35f1226f 100644 --- a/devel/git-who/distinfo +++ b/devel/git-who/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1753901279 -SHA256 (sinclairtarget-git-who-v1.2_GH0.tar.gz) = 14d69c0e9e18ec40aa11d3e1fd6e76a0805a292de84805264a19c03798e443d0 -SIZE (sinclairtarget-git-who-v1.2_GH0.tar.gz) = 559386 +TIMESTAMP = 1754209011 +SHA256 (sinclairtarget-git-who-v1.2_GH0.tar.gz) = 06c341ecbc81a518664b8facb49891fb94689da37c83978ee21a02916c0dbed3 +SIZE (sinclairtarget-git-who-v1.2_GH0.tar.gz) = 559443 SHA256 (bmatcuk-doublestar-v4.8.1_GH0.tar.gz) = 0e3302161fdad14119562cb2e978b9e7fb88e8f50c26e7b9c2c2054e5ae52121 SIZE (bmatcuk-doublestar-v4.8.1_GH0.tar.gz) = 27786 SHA256 (golang-sys-v0.29.0_GH0.tar.gz) = 7bac3e0a686a05d0e86ca110917b45f60553d6c146dba8a4cdafb911486428e7 diff --git a/devel/godot/Makefile b/devel/godot/Makefile index c06436a61a74..a6db516d4139 100644 --- a/devel/godot/Makefile +++ b/devel/godot/Makefile @@ -1,7 +1,7 @@ PORTNAME= godot DISTVERSION= 4.4.1 DISTVERSIONSUFFIX= -stable -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= devel games MAINTAINER= FreeBSD@Shaneware.biz @@ -18,65 +18,90 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ libgraphite2.so:graphics/graphite2 \ libharfbuzz-icu.so:print/harfbuzz-icu \ libharfbuzz.so:print/harfbuzz \ - libpcre2-8.so:devel/pcre2 \ + libpcre2-32.so:devel/pcre2 \ libpng.so:graphics/png \ libvpx.so:multimedia/libvpx RUN_DEPENDS= xdg-open:devel/xdg-utils \ xdg-user-dir:devel/xdg-user-dirs \ xmessage:x11/xmessage -USES= compiler:c++17-lang cpe gl pkgconfig scons xorg +USES= compiler:c++17-lang cpe gl pkgconfig scons CPE_VENDOR= godotengine USE_GITHUB= yes GH_ACCOUNT= godotengine - USE_GL= gl glew glu -USE_XORG= x11 xcursor xext xi xinerama xrandr xrender - -MAKE_ARGS+= platform=linuxbsd builtin_freetype=False \ - builtin_graphite=False builtin_harfbuzz=False \ - builtin_libpng=False builtin_libvpx=False \ - builtin_pcre2=False builtin_zlib=False verbose=True -MAKE_ARGS+= ${MAKE_ARGS_${CHOSEN_COMPILER_TYPE}} -MAKE_ARGS_clang= use_llvm=True linker=lld + +MAKE_ARGS+= platform=linuxbsd \ + builtin_freetype=False \ + builtin_graphite=False \ + builtin_harfbuzz=False \ + builtin_libpng=False \ + builtin_libvpx=False \ + builtin_pcre2=False \ + builtin_zlib=False \ + verbose=True \ + ${MAKE_ARGS_${CHOSEN_COMPILER_TYPE}} +MAKE_ARGS_clang= use_llvm=True + CXXFLAGS_i386= ${CXXFLAGS_i386_${CHOSEN_COMPILER_TYPE}} CXXFLAGS_i386_gcc= -march=i586 GODOTFILE= ${PORTNAME}${PKGNAMESUFFIX} PLIST_FILES= bin/${GODOTFILE} -OPTIONS_DEFINE= EXAMPLES TEST TOOLS UDEV -OPTIONS_DEFAULT= ALSA UDEV +OPTIONS_DEFINE= EXAMPLES MOLD TEST TOOLS UDEV WAYLAND X11 +OPTIONS_DEFAULT= ALSA UDEV WAYLAND X11 OPTIONS_GROUP= AUDIO OPTIONS_GROUP_AUDIO= ALSA PULSEAUDIO # Moved to devel/godot-tools OPTIONS_EXCLUDE?= EXAMPLES TOOLS AUDIO_DESC= Audio support +MOLD_DESC= Use mold linker for faster compilation TOOLS_DESC= Include development tools (IDE) UDEV_DESC= Libudev support (Joystick) ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib ALSA_MAKE_ARGS= alsa=True ALSA_MAKE_ARGS_OFF= alsa=False + # master head at 6/3 - no branch made for 4.4 yet EXAMPLES_GH_TUPLE= godotengine:godot-demo-projects:fdb2f50a2088:DEMOS EXAMPLES_PORTEXAMPLES= * + +MOLD_BUILD_DEPENDS= mold:devel/mold +MOLD_MAKE_ARGS= linker=mold +MOLD_MAKE_ARGS_OFF= linker=lld + PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio PULSEAUDIO_MAKE_ARGS= pulseaudio=True PULSEAUDIO_MAKE_ARGS_OFF= pulseaudio=False + TEST_MAKE_ARGS= tests=True + TOOLS_MAKE_ARGS= target=editor TOOLS_MAKE_ARGS_OFF= target=template_release -TOOLS_DESKTOP_ENTRIES= "Godot" "${COMMENT}" "${GODOTFILE}" \ - "${GODOTFILE}" "Development;IDE;" "" -TOOLS_PLIST_FILES= share/pixmaps/${GODOTFILE}.png \ - share/pixmaps/${GODOTFILE}.svg +TOOLS_DESKTOP_ENTRIES= "Godot Engine" "${COMMENT}" "${GODOTFILE}" \ + "${GODOTFILE}" "Development;IDE;" "" +TOOLS_PLIST_FILES= share/icons/hicolor/256x256/apps/${GODOTFILE}.png \ + share/icons/hicolor/scalable/apps/${GODOTFILE}.svg + UDEV_BUILD_DEPENDS= ${PREFIX}/include/linux/input.h:devel/evdev-proto UDEV_LIB_DEPENDS= libudev.so:devel/libudev-devd UDEV_MAKE_ARGS= udev=True UDEV_MAKE_ARGS_OFF= udev=False +WAYLAND_BUILD_DEPENDS= wayland-protocols>0:graphics/wayland-protocols +WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland \ + libxkbcommon.so:x11/libxkbcommon +WAYLAND_MAKE_ARGS= wayland=True libdecor=True +WAYLAND_MAKE_ARGS_OFF= wayland=False + +X11_USES= xorg +X11_USE= XORG=x11,xcursor,xext,xi,xinerama,xrandr,xrender +X11_MAKE_ARGS= x11=True +X11_MAKE_ARGS_OFF= x11=False + .ifmake makesum # Always include optional distfiles .MAKEFLAGS: WITH="${OPTIONS_DEFINE}" OPTIONS_EXCLUDE= @@ -107,10 +132,12 @@ do-install-EXAMPLES-on: ${STAGEDIR}${EXAMPLESDIR}) do-install-TOOLS-on: + @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/256x256/apps \ + ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps ${INSTALL_DATA} ${WRKSRC}/icon.png \ - ${STAGEDIR}${PREFIX}/share/pixmaps/${GODOTFILE}.png + ${STAGEDIR}${PREFIX}/share/icons/hicolor/256x256/apps/${GODOTFILE}.png ${INSTALL_DATA} ${WRKSRC}/icon.svg \ - ${STAGEDIR}${PREFIX}/share/pixmaps/${GODOTFILE}.svg + ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps/${GODOTFILE}.svg .if ${PORT_OPTIONS:MTEST} do-test: diff --git a/devel/golangci-lint/Makefile b/devel/golangci-lint/Makefile index 1365ef265db5..5f0960ebcba5 100644 --- a/devel/golangci-lint/Makefile +++ b/devel/golangci-lint/Makefile @@ -1,6 +1,6 @@ PORTNAME= golangci-lint DISTVERSIONPREFIX= v -DISTVERSION= 2.3.0 +DISTVERSION= 2.3.1 CATEGORIES= devel MAINTAINER= dutra@FreeBSD.org diff --git a/devel/golangci-lint/distinfo b/devel/golangci-lint/distinfo index 4c90b1203622..a8574e643106 100644 --- a/devel/golangci-lint/distinfo +++ b/devel/golangci-lint/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1753247249 -SHA256 (go/devel_golangci-lint/golangci-lint-v2.3.0/v2.3.0.mod) = 435b5c28004a7d51dd4da9719e6455008ae1b17ef5ee5ec2d16da2174738930f -SIZE (go/devel_golangci-lint/golangci-lint-v2.3.0/v2.3.0.mod) = 9634 -SHA256 (go/devel_golangci-lint/golangci-lint-v2.3.0/v2.3.0.zip) = 0e088d503fad994e1dd8883e6e3ea3dc2c8132ba326e7f1eb0fced5cf0effd0d -SIZE (go/devel_golangci-lint/golangci-lint-v2.3.0/v2.3.0.zip) = 3027116 +TIMESTAMP = 1754457844 +SHA256 (go/devel_golangci-lint/golangci-lint-v2.3.1/v2.3.1.mod) = 1ea9bd30fca5945ec6a161dc0e4518e3dfc136e8fe4eb36d14644fc9f4626966 +SIZE (go/devel_golangci-lint/golangci-lint-v2.3.1/v2.3.1.mod) = 9635 +SHA256 (go/devel_golangci-lint/golangci-lint-v2.3.1/v2.3.1.zip) = e39869101e3d5c617b3047744c249a316b3bd3350666191ea94013ff1a9d3933 +SIZE (go/devel_golangci-lint/golangci-lint-v2.3.1/v2.3.1.zip) = 3053124 diff --git a/devel/gopls/Makefile b/devel/gopls/Makefile index c863b5430fee..67d49402224d 100644 --- a/devel/gopls/Makefile +++ b/devel/gopls/Makefile @@ -1,7 +1,6 @@ PORTNAME= gopls DISTVERSIONPREFIX= v -DISTVERSION= 0.19.1 -PORTREVISION= 1 +DISTVERSION= 0.20.0 CATEGORIES= devel MAINTAINER= fuz@FreeBSD.org diff --git a/devel/gopls/distinfo b/devel/gopls/distinfo index a05fd279cdf2..39d59afb00ff 100644 --- a/devel/gopls/distinfo +++ b/devel/gopls/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1750415150 -SHA256 (go/devel_gopls/gopls-v0.19.1/v0.19.1.mod) = 7da7bbfa0ce693c99c9c702128a70354650253dea30c3ccc5758eb3cedfc87c0 -SIZE (go/devel_gopls/gopls-v0.19.1/v0.19.1.mod) = 968 -SHA256 (go/devel_gopls/gopls-v0.19.1/v0.19.1.zip) = efbbc9557c26d51edbabd674e4eaaa8ca881e508554a35affc609f3b132eb0d1 -SIZE (go/devel_gopls/gopls-v0.19.1/v0.19.1.zip) = 2270401 +TIMESTAMP = 1754048789 +SHA256 (go/devel_gopls/gopls-v0.20.0/v0.20.0.mod) = 74f06762e74281c9d75a818b97f7a358457d54c85657526bb3e99cefc80387a6 +SIZE (go/devel_gopls/gopls-v0.20.0/v0.20.0.mod) = 1110 +SHA256 (go/devel_gopls/gopls-v0.20.0/v0.20.0.zip) = ebaeab7ce9e90b2f50bd15688843f6f6392897532cdc4826b34a5454d0153357 +SIZE (go/devel_gopls/gopls-v0.20.0/v0.20.0.zip) = 2262520 diff --git a/devel/gopls/pkg-plist b/devel/gopls/pkg-plist index fd039b1634f2..a23d52446351 100644 --- a/devel/gopls/pkg-plist +++ b/devel/gopls/pkg-plist @@ -1,41 +1,43 @@ bin/gopls %%PORTDOCS%%%%DOCSDIR%%/README.md +%%PORTDOCS%%%%DOCSDIR%%/doc/README.md %%PORTDOCS%%%%DOCSDIR%%/doc/advanced.md %%PORTDOCS%%%%DOCSDIR%%/doc/analyzers.md %%PORTDOCS%%%%DOCSDIR%%/doc/codelenses.md %%PORTDOCS%%%%DOCSDIR%%/doc/command-line.md %%PORTDOCS%%%%DOCSDIR%%/doc/contributing.md %%PORTDOCS%%%%DOCSDIR%%/doc/daemon.md +%%PORTDOCS%%%%DOCSDIR%%/doc/default.tmpl %%PORTDOCS%%%%DOCSDIR%%/doc/design/architecture.svg %%PORTDOCS%%%%DOCSDIR%%/doc/design/design.md %%PORTDOCS%%%%DOCSDIR%%/doc/design/implementation.md %%PORTDOCS%%%%DOCSDIR%%/doc/design/integrating.md -%%PORTDOCS%%%%DOCSDIR%%/doc/emacs.md +%%PORTDOCS%%%%DOCSDIR%%/doc/editor/emacs.md +%%PORTDOCS%%%%DOCSDIR%%/doc/editor/helix.md +%%PORTDOCS%%%%DOCSDIR%%/doc/editor/sublime.md +%%PORTDOCS%%%%DOCSDIR%%/doc/editor/vim.md +%%PORTDOCS%%%%DOCSDIR%%/doc/editor/zed.md %%PORTDOCS%%%%DOCSDIR%%/doc/features/README.md %%PORTDOCS%%%%DOCSDIR%%/doc/features/assembly.md %%PORTDOCS%%%%DOCSDIR%%/doc/features/completion.md %%PORTDOCS%%%%DOCSDIR%%/doc/features/diagnostics.md +%%PORTDOCS%%%%DOCSDIR%%/doc/features/index.md +%%PORTDOCS%%%%DOCSDIR%%/doc/features/mcp.md %%PORTDOCS%%%%DOCSDIR%%/doc/features/modfiles.md %%PORTDOCS%%%%DOCSDIR%%/doc/features/navigation.md %%PORTDOCS%%%%DOCSDIR%%/doc/features/passive.md %%PORTDOCS%%%%DOCSDIR%%/doc/features/templates.md %%PORTDOCS%%%%DOCSDIR%%/doc/features/transformation.md %%PORTDOCS%%%%DOCSDIR%%/doc/features/web.md -%%PORTDOCS%%%%DOCSDIR%%/doc/helix.md +%%PORTDOCS%%%%DOCSDIR%%/doc/index.md %%PORTDOCS%%%%DOCSDIR%%/doc/inlayHints.md -%%PORTDOCS%%%%DOCSDIR%%/doc/inline-after.png -%%PORTDOCS%%%%DOCSDIR%%/doc/inline-before.png -%%PORTDOCS%%%%DOCSDIR%%/doc/refactor-inline.md %%PORTDOCS%%%%DOCSDIR%%/doc/release/README %%PORTDOCS%%%%DOCSDIR%%/doc/release/v0.16.0.md %%PORTDOCS%%%%DOCSDIR%%/doc/release/v0.17.0.md %%PORTDOCS%%%%DOCSDIR%%/doc/release/v0.18.0.md %%PORTDOCS%%%%DOCSDIR%%/doc/release/v0.19.0.md -%%PORTDOCS%%%%DOCSDIR%%/doc/releases.md -%%PORTDOCS%%%%DOCSDIR%%/doc/semantictokens.md +%%PORTDOCS%%%%DOCSDIR%%/doc/release/v0.20.0.md +%%PORTDOCS%%%%DOCSDIR%%/doc/release/v0.21.0.md %%PORTDOCS%%%%DOCSDIR%%/doc/settings.md -%%PORTDOCS%%%%DOCSDIR%%/doc/subl.md %%PORTDOCS%%%%DOCSDIR%%/doc/troubleshooting.md -%%PORTDOCS%%%%DOCSDIR%%/doc/vim.md %%PORTDOCS%%%%DOCSDIR%%/doc/workspace.md -%%PORTDOCS%%%%DOCSDIR%%/doc/zeroconfig.png diff --git a/devel/gwenhywfar-qt6/Makefile b/devel/gwenhywfar-qt6/Makefile new file mode 100644 index 000000000000..664052f200f7 --- /dev/null +++ b/devel/gwenhywfar-qt6/Makefile @@ -0,0 +1,12 @@ +PORTREVISION= 0 +PKGNAMESUFFIX= -${_GWEN_GUI} + +MAINTAINER= jhale@FreeBSD.org +COMMENT= Gwenhywfar Qt6 support library + +MASTERDIR= ${.CURDIR:H:H}/devel/gwenhywfar +PLIST= ${.CURDIR}/pkg-plist + +_GWEN_GUI= qt6 + +.include "${MASTERDIR}/Makefile" diff --git a/devel/gwenhywfar-qt6/pkg-plist b/devel/gwenhywfar-qt6/pkg-plist new file mode 100644 index 000000000000..fc95c8c04db7 --- /dev/null +++ b/devel/gwenhywfar-qt6/pkg-plist @@ -0,0 +1,9 @@ +include/gwenhywfar5/gwen-gui-qt6/qt5_gui.hpp +include/gwenhywfar5/gwen-gui-qt6/qt5_gui_dialog.hpp +include/gwenhywfar5/gwen-gui-qt6/qt5dialogbox.hpp +lib/cmake/gwengui-qt6-%%GWEN_MAJ_MIN_VER%%/gwengui-qt6-config-version.cmake +lib/cmake/gwengui-qt6-%%GWEN_MAJ_MIN_VER%%/gwengui-qt6-config.cmake +lib/libgwengui-qt6.so +lib/libgwengui-qt6.so.%%GWEN_SHLIB_VER%% +lib/libgwengui-qt6.so.%%GWEN_SHLIB_VER%%.%%GWEN_MIN_PATCH_VER%% +libdata/pkgconfig/gwengui-qt6.pc diff --git a/devel/gwenhywfar/Makefile b/devel/gwenhywfar/Makefile index 2a442fd15772..a43ef3eca63a 100644 --- a/devel/gwenhywfar/Makefile +++ b/devel/gwenhywfar/Makefile @@ -1,8 +1,8 @@ PORTNAME= gwenhywfar -PORTVERSION= 5.12.0 +PORTVERSION= 5.12.1 PORTREVISION?= 0 CATEGORIES= devel net security -MASTER_SITES= https://www.aquamaniac.de/rdm/attachments/download/529/ +MASTER_SITES= https://www.aquamaniac.de/rdm/attachments/download/533/ MAINTAINER?= jhale@FreeBSD.org COMMENT?= Multi-platform helper library for networking and security applications @@ -76,13 +76,20 @@ LIB_DEPENDS+= libharfbuzz.so:print/harfbuzz USES+= gettext-runtime gnome USE_GNOME+= cairo gdkpixbuf gtk30 . elif ${_GWEN_GUI} == "qt5" -USES+= compiler:c++11-lang gl qmake:no_env qt:5 +USES+= compiler:c++11-lang gl qt:5 USE_GL= gl USE_QT= core gui widgets \ buildtools:build qmake:build -CONFIGURE_ARGS+=--with-qt5-qmake=${QMAKE} \ - --with-qt5-moc=${MOC} \ - --with-qt5-uic=${UIC} +CONFIGURE_ENV+= QMAKE=${QMAKE} \ + QT_MOC=${MOC} \ + QT_UIC=${UIC} +. elif ${_GWEN_GUI} == "qt6" +USES+= compiler:c++17-lang gl qt:6 +USE_GL= opengl +USE_QT= base +CONFIGURE_ENV+= QMAKE=${QMAKE} \ + QT_MOC=${MOC} \ + QT_UIC=${UIC} . endif .endif @@ -97,6 +104,9 @@ post-patch: -e 's|[$$][(]builddir[)]/../cpp/libgwengui-cpp.la|-lgwengui-cpp|g' \ -e 's|[$$][(]top_builddir[)]/gui/cpp/libgwengui-cpp.la|-lgwengui-cpp|g' \ -e '/^SUBDIRS/s|cpp ||g' +# The qt6 gui source is actually located in the qt5 subdir and needs this +# symlink to build. This should be fixed in the next release. + @(cd ${BUILD_WRKSRC} && ${LN} -sf qt5 qt6) .endif post-build-DOXYGEN-on: diff --git a/devel/gwenhywfar/distinfo b/devel/gwenhywfar/distinfo index ea9356eb80e2..c2b8ac010428 100644 --- a/devel/gwenhywfar/distinfo +++ b/devel/gwenhywfar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1735272271 -SHA256 (gwenhywfar-5.12.0.tar.gz) = 0ad5f1447703211f1610053a94bce1e82abceda2222a2ecc9cf45b148395d626 -SIZE (gwenhywfar-5.12.0.tar.gz) = 2721790 +TIMESTAMP = 1754206688 +SHA256 (gwenhywfar-5.12.1.tar.gz) = d188448b9c3a9709721422ee0134b9d0b7790ab7514058d99e04399e39465dda +SIZE (gwenhywfar-5.12.1.tar.gz) = 2734237 diff --git a/devel/gwenhywfar/files/patch-configure b/devel/gwenhywfar/files/patch-configure index f97bc90eb9fb..5e331d4ac0d2 100644 --- a/devel/gwenhywfar/files/patch-configure +++ b/devel/gwenhywfar/files/patch-configure @@ -1,35 +1,67 @@ -Hunk 1: Fix dectection of fox libs. -Hunk 2,3: Remove leftover file so temp directory is cleaned. -Hunk 3: Use pkgconf for QT_LIBS. The other method produces the full path to the -library which libtool seems to discard. +Hunk 1: Fix detection of fox libs. +Hunk 2: Avoid linking to unneeded Qt components (yet again) which were re-added + in 5.12.1, and re-add widgets which was removed for some reason. This + only needs core, gui, and widgets. + Use pkgconf to define QT_LIBS. The other method produces the full path + to the libraries which libtool seems to discard. ---- configure.orig 2024-12-17 18:57:54 UTC +--- configure.orig 2025-07-06 17:51:09 UTC +++ configure -@@ -23442,7 +23442,7 @@ if test "${with_fox_libs+set}" = set; then : - +@@ -24831,7 +24831,7 @@ then : # Check whether --with-fox-libs was given. - if test "${with_fox_libs+set}" = set; then : + if test ${with_fox_libs+y} + then : - withval=$with_fox_libs; fox_libs="$withval" + withval=$with_fox_libs; local_fox_libs="$withval" - else + else $as_nop ac_ext=cpp -@@ -25024,6 +25024,7 @@ $as_echo_n "checking for Qt... " >&6; } - am_have_qt_dir=`mktemp -d` - am_have_qt_pro="$am_have_qt_dir/test.pro" - am_have_qt_makefile="$am_have_qt_dir/Makefile" -+ am_have_qt_stash="$am_have_qt_dir/.qmake.stash" - # http://qt-project.org/doc/qt-5/qmake-variable-reference.html#qt - cat > $am_have_qt_pro << EOF - win32 { -@@ -25039,8 +25040,8 @@ EOF +@@ -26583,42 +26583,20 @@ win32 { + CONFIG -= debug_and_release + CONFIG += release + } +-qtHaveModule(axcontainer): QT += axcontainer +-qtHaveModule(axserver): QT += axserver +-qtHaveModule(concurrent): QT += concurrent + qtHaveModule(core): QT += core +-qtHaveModule(dbus): QT += dbus +-qtHaveModule(declarative): QT += declarative +-qtHaveModule(designer): QT += designer + qtHaveModule(gui): QT += gui +-qtHaveModule(help): QT += help +-qtHaveModule(multimedia): QT += multimedia +-qtHaveModule(multimediawidgets): QT += multimediawidgets +-qtHaveModule(network): QT += network +-qtHaveModule(opengl): QT += opengl +-qtHaveModule(printsupport): QT += printsupport +-qtHaveModule(qml): QT += qml +-qtHaveModule(qmltest): QT += qmltest +-qtHaveModule(x11extras): QT += x11extras +-qtHaveModule(script): QT += script +-qtHaveModule(scripttools): QT += scripttools +-qtHaveModule(sensors): QT += sensors +-qtHaveModule(serialport): QT += serialport +-qtHaveModule(sql): QT += sql +-qtHaveModule(svg): QT += svg +-qtHaveModule(testlib): QT += testlib +-qtHaveModule(uitools): QT += uitools +-qtHaveModule(webkit): QT += webkit +-qtHaveModule(webkitwidgets): QT += webkitwidgets +-qtHaveModule(xml): QT += xml +-qtHaveModule(xmlpatterns): QT += xmlpatterns ++qtHaveModule(widgets): QT += widgets + percent.target = % + percent.commands = @echo -n "\$(\$(@))\ " + QMAKE_EXTRA_TARGETS += percent EOF - $QT_QMAKE $am_have_qt_pro -o $am_have_qt_makefile + $QMAKE $am_have_qt_pro -o $am_have_qt_makefile QT_CXXFLAGS=`cd $am_have_qt_dir; make -s -f $am_have_qt_makefile CXXFLAGS INCPATH` - QT_LIBS=`cd $am_have_qt_dir; make -s -f $am_have_qt_makefile LIBS` -- rm $am_have_qt_pro $am_have_qt_makefile -+ QT_LIBS=`pkgconf --libs Qt5Widgets gl` -+ rm $am_have_qt_pro $am_have_qt_makefile $am_have_qt_stash ++ if test "$ver" ">" "Qt version 5"; then ++ QT_LIBS=`pkgconf --libs Qt6Widgets opengl` ++ else ++ QT_LIBS=`pkgconf --libs Qt5Widgets gl` ++ fi + rm $am_have_qt_pro $am_have_qt_stash $am_have_qt_makefile rmdir $am_have_qt_dir - # Look for specific tools in $PATH diff --git a/devel/gwenhywfar/files/patch-gui_qt5_Makefile.in b/devel/gwenhywfar/files/patch-gui_qt5_Makefile.in new file mode 100644 index 000000000000..828fab38117e --- /dev/null +++ b/devel/gwenhywfar/files/patch-gui_qt5_Makefile.in @@ -0,0 +1,15 @@ +Install headers for the qt6 flavor in a unique location. It's silly that +they're still named qt5*.h, but we're trying not to deviate too much from +upstream and this interfaces's only consumer, kmymoney. + +--- gui/qt5/Makefile.in.orig 2025-08-03 09:12:07 UTC ++++ gui/qt5/Makefile.in +@@ -556,7 +556,7 @@ nodist_noinst_HEADERS = + + nodist_libgwengui_qt@QT_MAJOR_VERSION@_la_SOURCES = + nodist_noinst_HEADERS = +-iheaderdir = ${gwenhywfar_headerdir_am}/gwen-gui-qt5 ++iheaderdir = ${gwenhywfar_headerdir_am}/gwen-gui-qt@QT_MAJOR_VERSION@ + iheader_HEADERS = \ + qt5_gui.hpp \ + qt5_gui_dialog.hpp \ diff --git a/devel/hs-alex/Makefile b/devel/hs-alex/Makefile index b2b49a7f024a..1edcd22785cd 100644 --- a/devel/hs-alex/Makefile +++ b/devel/hs-alex/Makefile @@ -1,5 +1,5 @@ PORTNAME= alex -DISTVERSION= 3.5.3.0 +DISTVERSION= 3.5.4.0 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-alex/distinfo b/devel/hs-alex/distinfo index fe72ac7831d8..6eefe6066a32 100644 --- a/devel/hs-alex/distinfo +++ b/devel/hs-alex/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744222158 -SHA256 (cabal/alex-3.5.3.0/alex-3.5.3.0.tar.gz) = a5cd52e2dd2837138523e2e24ec3435b8cf2624afd50725105e644226e0b9ec6 -SIZE (cabal/alex-3.5.3.0/alex-3.5.3.0.tar.gz) = 92759 +TIMESTAMP = 1754381632 +SHA256 (cabal/alex-3.5.4.0/alex-3.5.4.0.tar.gz) = a9ea70f2c4900e685312cf330d1fe955a3e8f00acd1328d463ae150481d28ade +SIZE (cabal/alex-3.5.4.0/alex-3.5.4.0.tar.gz) = 94220 diff --git a/devel/jenkins/Makefile b/devel/jenkins/Makefile index 4073fb4ccc15..451fc6dc1745 100644 --- a/devel/jenkins/Makefile +++ b/devel/jenkins/Makefile @@ -1,5 +1,5 @@ PORTNAME= jenkins -PORTVERSION= 2.521 +PORTVERSION= 2.522 CATEGORIES= devel java MASTER_SITES= https://get.jenkins.io/war/${PORTVERSION}/ DISTNAME= jenkins diff --git a/devel/jenkins/distinfo b/devel/jenkins/distinfo index 0940ae0b3195..8ae8d61aa3b0 100644 --- a/devel/jenkins/distinfo +++ b/devel/jenkins/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1753859613 -SHA256 (jenkins/2.521/jenkins.war) = 3f82a149d087dee17d7a0e493637c64398f2674ad8a38339dfde9ed081fe3a19 -SIZE (jenkins/2.521/jenkins.war) = 95044334 +TIMESTAMP = 1754412056 +SHA256 (jenkins/2.522/jenkins.war) = 2e877edf6c5044d392147306990e4d6353716721549f6dcded329161e308e283 +SIZE (jenkins/2.522/jenkins.war) = 95512526 diff --git a/devel/ktextaddons/Makefile b/devel/ktextaddons/Makefile index 5c85127584fc..e907ddda2072 100644 --- a/devel/ktextaddons/Makefile +++ b/devel/ktextaddons/Makefile @@ -1,5 +1,5 @@ PORTNAME= ktextaddons -DISTVERSION= 1.6.0 +DISTVERSION= 1.7.0 CATEGORIES= devel kde MASTER_SITES= KDE/stable/${PORTNAME}/ diff --git a/devel/ktextaddons/distinfo b/devel/ktextaddons/distinfo index b398c61d6412..0e64204d6a5c 100644 --- a/devel/ktextaddons/distinfo +++ b/devel/ktextaddons/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749155587 -SHA256 (ktextaddons-1.6.0.tar.xz) = d9846505a52f97bda64ead193032bc29573ec31481f473be3c586f5b8321ecdc -SIZE (ktextaddons-1.6.0.tar.xz) = 782484 +TIMESTAMP = 1754163949 +SHA256 (ktextaddons-1.7.0.tar.xz) = ec9b629a90b4b216606867e8034f14b33443420c2b7b26f3fd414d8c1fa3cae4 +SIZE (ktextaddons-1.7.0.tar.xz) = 941360 diff --git a/devel/ktextaddons/pkg-plist b/devel/ktextaddons/pkg-plist index 3fa1a5fe86ee..e4c6b3050c74 100644 --- a/devel/ktextaddons/pkg-plist +++ b/devel/ktextaddons/pkg-plist @@ -32,25 +32,33 @@ include/KF6/TextAutoCorrectionWidgets/textautocorrectionwidgets_version.h include/KF6/TextAutoGenerateText/TextAutoGenerateText/TextAutoGenerateAnswerInfo include/KF6/TextAutoGenerateText/TextAutoGenerateText/TextAutoGenerateAskJob include/KF6/TextAutoGenerateText/TextAutoGenerateText/TextAutoGenerateChat -include/KF6/TextAutoGenerateText/TextAutoGenerateText/TextAutoGenerateConfigureDialog -include/KF6/TextAutoGenerateText/TextAutoGenerateText/TextAutoGenerateConfigureWidget +include/KF6/TextAutoGenerateText/TextAutoGenerateText/TextAutoGenerateChatSettings +include/KF6/TextAutoGenerateText/TextAutoGenerateText/TextAutoGenerateChatsModel include/KF6/TextAutoGenerateText/TextAutoGenerateText/TextAutoGenerateDialog -include/KF6/TextAutoGenerateText/TextAutoGenerateText/TextAutoGenerateEnginePlugin +include/KF6/TextAutoGenerateText/TextAutoGenerateText/TextAutoGenerateExportChatAsJsonJob +include/KF6/TextAutoGenerateText/TextAutoGenerateText/TextAutoGenerateExportChatBaseJob include/KF6/TextAutoGenerateText/TextAutoGenerateText/TextAutoGenerateHistorySortFilterProxyModel include/KF6/TextAutoGenerateText/TextAutoGenerateText/TextAutoGenerateManager include/KF6/TextAutoGenerateText/TextAutoGenerateText/TextAutoGenerateManagerBase include/KF6/TextAutoGenerateText/TextAutoGenerateText/TextAutoGenerateMenuConfigureDialog include/KF6/TextAutoGenerateText/TextAutoGenerateText/TextAutoGenerateMenuConfigureWidget include/KF6/TextAutoGenerateText/TextAutoGenerateText/TextAutoGenerateMenuTextInfo +include/KF6/TextAutoGenerateText/TextAutoGenerateText/TextAutoGenerateMenuTextManager include/KF6/TextAutoGenerateText/TextAutoGenerateText/TextAutoGenerateMenuWidget include/KF6/TextAutoGenerateText/TextAutoGenerateText/TextAutoGenerateMessage include/KF6/TextAutoGenerateText/TextAutoGenerateText/TextAutoGenerateMessagesModel +include/KF6/TextAutoGenerateText/TextAutoGenerateText/TextAutoGenerateNetworkPluginConfigureWidget +include/KF6/TextAutoGenerateText/TextAutoGenerateText/TextAutoGenerateQuickAskDialog include/KF6/TextAutoGenerateText/TextAutoGenerateText/TextAutoGenerateReply -include/KF6/TextAutoGenerateText/TextAutoGenerateText/TextAutoGenerateResultWidget include/KF6/TextAutoGenerateText/TextAutoGenerateText/TextAutoGenerateSearchMessage include/KF6/TextAutoGenerateText/TextAutoGenerateText/TextAutoGenerateSearchMessagesModel +include/KF6/TextAutoGenerateText/TextAutoGenerateText/TextAutoGenerateStackWidget include/KF6/TextAutoGenerateText/TextAutoGenerateText/TextAutoGenerateTextClient include/KF6/TextAutoGenerateText/TextAutoGenerateText/TextAutoGenerateTextContext +include/KF6/TextAutoGenerateText/TextAutoGenerateText/TextAutoGenerateTextInstance +include/KF6/TextAutoGenerateText/TextAutoGenerateText/TextAutoGenerateTextInstancesManager +include/KF6/TextAutoGenerateText/TextAutoGenerateText/TextAutoGenerateTextInstancesManagerDialog +include/KF6/TextAutoGenerateText/TextAutoGenerateText/TextAutoGenerateTextInstancesManagerWidget include/KF6/TextAutoGenerateText/TextAutoGenerateText/TextAutoGenerateTextPlugin include/KF6/TextAutoGenerateText/TextAutoGenerateText/TextAutoGenerateTextReplyInfo include/KF6/TextAutoGenerateText/TextAutoGenerateText/TextAutoGenerateTextRequest @@ -58,26 +66,34 @@ include/KF6/TextAutoGenerateText/TextAutoGenerateText/TextAutoGenerateWidget include/KF6/TextAutoGenerateText/textautogeneratetext/textautogenerateanswerinfo.h include/KF6/TextAutoGenerateText/textautogeneratetext/textautogenerateaskjob.h include/KF6/TextAutoGenerateText/textautogeneratetext/textautogeneratechat.h -include/KF6/TextAutoGenerateText/textautogeneratetext/textautogenerateconfiguredialog.h -include/KF6/TextAutoGenerateText/textautogeneratetext/textautogenerateconfigurewidget.h +include/KF6/TextAutoGenerateText/textautogeneratetext/textautogeneratechatsettings.h +include/KF6/TextAutoGenerateText/textautogeneratetext/textautogeneratechatsmodel.h include/KF6/TextAutoGenerateText/textautogeneratetext/textautogeneratedialog.h -include/KF6/TextAutoGenerateText/textautogeneratetext/textautogenerateengineplugin.h +include/KF6/TextAutoGenerateText/textautogeneratetext/textautogenerateexportchatasjsonjob.h +include/KF6/TextAutoGenerateText/textautogeneratetext/textautogenerateexportchatbasejob.h include/KF6/TextAutoGenerateText/textautogeneratetext/textautogeneratehistorysortfilterproxymodel.h include/KF6/TextAutoGenerateText/textautogeneratetext/textautogeneratemanager.h include/KF6/TextAutoGenerateText/textautogeneratetext/textautogeneratemanagerbase.h include/KF6/TextAutoGenerateText/textautogeneratetext/textautogeneratemenuconfiguredialog.h include/KF6/TextAutoGenerateText/textautogeneratetext/textautogeneratemenuconfigurewidget.h include/KF6/TextAutoGenerateText/textautogeneratetext/textautogeneratemenutextinfo.h +include/KF6/TextAutoGenerateText/textautogeneratetext/textautogeneratemenutextmanager.h include/KF6/TextAutoGenerateText/textautogeneratetext/textautogeneratemenuwidget.h include/KF6/TextAutoGenerateText/textautogeneratetext/textautogeneratemessage.h include/KF6/TextAutoGenerateText/textautogeneratetext/textautogeneratemessagesmodel.h +include/KF6/TextAutoGenerateText/textautogeneratetext/textautogeneratenetworkpluginconfigurewidget.h +include/KF6/TextAutoGenerateText/textautogeneratetext/textautogeneratequickaskdialog.h include/KF6/TextAutoGenerateText/textautogeneratetext/textautogeneratereply.h -include/KF6/TextAutoGenerateText/textautogeneratetext/textautogenerateresultwidget.h include/KF6/TextAutoGenerateText/textautogeneratetext/textautogeneratesearchmessage.h include/KF6/TextAutoGenerateText/textautogeneratetext/textautogeneratesearchmessagesmodel.h +include/KF6/TextAutoGenerateText/textautogeneratetext/textautogeneratestackwidget.h include/KF6/TextAutoGenerateText/textautogeneratetext/textautogeneratetext_export.h include/KF6/TextAutoGenerateText/textautogeneratetext/textautogeneratetextclient.h include/KF6/TextAutoGenerateText/textautogeneratetext/textautogeneratetextcontext.h +include/KF6/TextAutoGenerateText/textautogeneratetext/textautogeneratetextinstance.h +include/KF6/TextAutoGenerateText/textautogeneratetext/textautogeneratetextinstancesmanager.h +include/KF6/TextAutoGenerateText/textautogeneratetext/textautogeneratetextinstancesmanagerdialog.h +include/KF6/TextAutoGenerateText/textautogeneratetext/textautogeneratetextinstancesmanagerwidget.h include/KF6/TextAutoGenerateText/textautogeneratetext/textautogeneratetextplugin.h include/KF6/TextAutoGenerateText/textautogeneratetext/textautogeneratetextreplyinfo.h include/KF6/TextAutoGenerateText/textautogeneratetext/textautogeneratetextrequest.h @@ -307,6 +323,8 @@ lib/cmake/KF6TextUtils/KF6TextUtilsConfig.cmake lib/cmake/KF6TextUtils/KF6TextUtilsConfigVersion.cmake lib/cmake/KF6TextUtils/KF6TextUtilsTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/KF6TextUtils/KF6TextUtilsTargets.cmake +lib/cmake/textautogenerate-cmark-rc-copy/textautogenerate-cmark-rc-copy-targets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/textautogenerate-cmark-rc-copy/textautogenerate-cmark-rc-copy-targets.cmake lib/libKF6TextAddonsWidgets.so lib/libKF6TextAddonsWidgets.so.1 lib/libKF6TextAddonsWidgets.so.%%LIBVERSION%% @@ -343,12 +361,18 @@ lib/libKF6TextTranslator.so.%%LIBVERSION%% lib/libKF6TextUtils.so lib/libKF6TextUtils.so.1 lib/libKF6TextUtils.so.%%LIBVERSION%% +lib/libtextautogenerate-cmark-rc-copy.so +lib/libtextautogenerate-cmark-rc-copy.so.0 +lib/libtextautogenerate-cmark-rc-copy.so.0.31.0 +lib/libtextautogenerategenericnetwork.so.1 +lib/libtextautogenerategenericnetwork.so.%%LIBVERSION%% lib/libtextautogenerateollama.so.1 lib/libtextautogenerateollama.so.%%LIBVERSION%% %%QT_PLUGINDIR%%/designer/textcustomeditor.so %%QT_PLUGINDIR%%/designer/texttranslatorwidgets6.so %%QT_PLUGINDIR%%/kf6/speechtotext/speechtotext_google.so %%QT_PLUGINDIR%%/kf6/speechtotext/speechtotext_whisper.so +%%QT_PLUGINDIR%%/kf6/textautogeneratetext/autogeneratetext_genericnetwork.so %%QT_PLUGINDIR%%/kf6/textautogeneratetext/autogeneratetext_ollama.so %%QT_PLUGINDIR%%/kf6/translator/translator_bing.so %%QT_PLUGINDIR%%/kf6/translator/translator_deepl.so @@ -376,6 +400,7 @@ share/locale/ast/LC_MESSAGES/libtexttranslator.mo share/locale/az/LC_MESSAGES/libtextgrammarcheck.mo share/locale/bg/LC_MESSAGES/libtextaddonswidgets.mo share/locale/bg/LC_MESSAGES/libtextautocorrection.mo +share/locale/bg/LC_MESSAGES/libtextautogeneratetext.mo share/locale/bg/LC_MESSAGES/libtextcustomeditor.mo share/locale/bg/LC_MESSAGES/libtextedittexttospeech.mo share/locale/bg/LC_MESSAGES/libtextemoticons.mo @@ -576,9 +601,11 @@ share/locale/pt/LC_MESSAGES/libtextgrammarcheck.mo share/locale/pt/LC_MESSAGES/libtexttranslator.mo share/locale/pt_BR/LC_MESSAGES/libtextaddonswidgets.mo share/locale/pt_BR/LC_MESSAGES/libtextautocorrection.mo +share/locale/pt_BR/LC_MESSAGES/libtextcustomeditor.mo share/locale/pt_BR/LC_MESSAGES/libtextedittexttospeech.mo share/locale/pt_BR/LC_MESSAGES/libtextemoticons.mo share/locale/pt_BR/LC_MESSAGES/libtextgrammarcheck.mo +share/locale/pt_BR/LC_MESSAGES/libtextspeechtotext.mo share/locale/pt_BR/LC_MESSAGES/libtexttranslator.mo share/locale/ru/LC_MESSAGES/libtextaddonswidgets.mo share/locale/ru/LC_MESSAGES/libtextautocorrection.mo diff --git a/devel/lace/Makefile b/devel/lace/Makefile index d8bd430d5353..d239f4190fb4 100644 --- a/devel/lace/Makefile +++ b/devel/lace/Makefile @@ -1,6 +1,7 @@ PORTNAME= lace DISTVERSIONPREFIX= v DISTVERSION= 2.0.2 +PORTREVISION= 1 CATEGORIES= devel PKGNAMESUFFIX= -work-stealing @@ -8,13 +9,9 @@ MAINTAINER= yuri@FreeBSD.org COMMENT= Implementation of work-stealing in C WWW= https://github.com/trolando/lace -BROKEN_i386= compilation fails: static assertion failed due to requirement '(sizeof(struct _Task) % 64) == 0': Task size should be a multiple of LINE_SIZE - LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_i386= compilation fails: static assertion failed due to requirement '(sizeof(struct _Task) % 64) == 0': Task size should be a multiple of LINE_SIZE - USES= cmake:testing USE_GITHUB= yes @@ -26,6 +23,10 @@ CMAKE_TESTING_ON= LACE_BUILD_TESTS PORTSCOUT= limit:^.*[0-9]+\.[0-9]+\.[0-9]+$$ # prevent tags like mucocos_2014_ri +pre-configure: # see discussion in https://github.com/trolando/lace/issues/16 + @${REINPLACE_CMD} -e 's,memory_order_[[:alnum:]_]*,memory_order_seq_cst,g' \ + ${WRKSRC}/src/*.[ch] ${WRKSRC}/src/lace.sh + # tests as of 2.0.2: 100% tests passed, 0 tests failed out of 2 .include <bsd.port.mk> diff --git a/devel/lace/files/patch-benchmarks_CMakeLists.txt b/devel/lace/files/patch-benchmarks_CMakeLists.txt new file mode 100644 index 000000000000..00392a29fc02 --- /dev/null +++ b/devel/lace/files/patch-benchmarks_CMakeLists.txt @@ -0,0 +1,11 @@ +--- benchmarks/CMakeLists.txt.orig 2025-08-06 15:18:26 UTC ++++ benchmarks/CMakeLists.txt +@@ -4,7 +4,7 @@ macro(set_compilation_settings NAME) + target_compile_features(${NAME} PRIVATE c_std_11 cxx_std_11) + target_compile_options(${NAME} PRIVATE + $<$<OR:$<CXX_COMPILER_ID:Clang>,$<CXX_COMPILER_ID:GNU>>: +- -pipe -march=native -Wall -Wextra -Wpedantic -Wno-deprecated> ++ -pipe -Wall -Wextra -Wpedantic -Wno-deprecated> + $<$<CXX_COMPILER_ID:MSVC>: /W4> + ) + if (CMAKE_BUILD_TYPE STREQUAL "Release") diff --git a/devel/lace14/Makefile b/devel/lace14/Makefile new file mode 100644 index 000000000000..d7e8ec60db70 --- /dev/null +++ b/devel/lace14/Makefile @@ -0,0 +1,29 @@ +PORTNAME= lace +DISTVERSIONPREFIX= v +DISTVERSION= 1.4.2 +CATEGORIES= devel +PKGNAMESUFFIX= 14-work-stealing + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Implementation of work-stealing in C +WWW= https://github.com/trolando/lace + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BROKEN_i386= compilation fails: static assertion failed due to requirement '(sizeof(struct _Task) % 64) == 0': Task size should be a multiple of LINE_SIZE + +USES= cmake:testing + +USE_GITHUB= yes +GH_ACCOUNT= trolando + +CMAKE_ON= BUILD_SHARED_LIBS +CMAKE_OFF= LACE_BUILD_TESTS +CMAKE_TESTING_ON= LACE_BUILD_TESTS + +PORTSCOUT= limit:^.*[0-9]+\.[0-9]+\.[0-9]+$$ # prevent tags like mucocos_2014_ri + +# tests as of 1.4.2: 100% tests passed, 0 tests failed out of 2 + +.include <bsd.port.mk> diff --git a/devel/lace14/distinfo b/devel/lace14/distinfo new file mode 100644 index 000000000000..361c0a0ce844 --- /dev/null +++ b/devel/lace14/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1743134608 +SHA256 (trolando-lace-v1.4.2_GH0.tar.gz) = d9af1eb9d8ed2f46585085f78080e3a1b1f76fe1ef1f67794c1440a5e27bf07a +SIZE (trolando-lace-v1.4.2_GH0.tar.gz) = 102784 diff --git a/devel/lace14/files/patch-CMakeLists.txt b/devel/lace14/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..0df89b0ef40c --- /dev/null +++ b/devel/lace14/files/patch-CMakeLists.txt @@ -0,0 +1,34 @@ +--- CMakeLists.txt.orig 2023-11-18 14:52:47 UTC ++++ CMakeLists.txt +@@ -25,11 +25,11 @@ endif() + endif() + endif() + +-add_library(lace STATIC ++add_library(lace + ${CMAKE_CURRENT_SOURCE_DIR}/src/lace.c + ${CMAKE_CURRENT_SOURCE_DIR}/src/lace.h + ) +-add_library(lace14 STATIC ++add_library(lace14 + ${CMAKE_CURRENT_SOURCE_DIR}/src/lace14.c + ${CMAKE_CURRENT_SOURCE_DIR}/src/lace14.h + ) +@@ -56,7 +56,7 @@ target_compile_options(lace PRIVATE + + target_compile_options(lace PRIVATE + $<$<OR:$<CXX_COMPILER_ID:Clang>,$<CXX_COMPILER_ID:GNU>>: +- -pipe -march=native ++ -pipe + $<$<CONFIG:Debug>:-O0 -Wall -Wextra -Wpedantic>> + $<$<CXX_COMPILER_ID:MSVC>: + $<$<CONFIG:Debug>:/Od /Wall /Zi>> +@@ -64,7 +64,7 @@ target_compile_options(lace14 PRIVATE + + target_compile_options(lace14 PRIVATE + $<$<OR:$<CXX_COMPILER_ID:Clang>,$<CXX_COMPILER_ID:GNU>>: +- -pipe -march=native ++ -pipe + $<$<CONFIG:Debug>:-O0 -Wall -Wextra -Wpedantic>> + $<$<CXX_COMPILER_ID:MSVC>: + $<$<CONFIG:Debug>:/Od /Wall /Zi>> diff --git a/devel/lace14/files/patch-benchmarks_cilksort_cilksort-lace.c b/devel/lace14/files/patch-benchmarks_cilksort_cilksort-lace.c new file mode 100644 index 000000000000..5a47f1622ae4 --- /dev/null +++ b/devel/lace14/files/patch-benchmarks_cilksort_cilksort-lace.c @@ -0,0 +1,11 @@ +--- benchmarks/cilksort/cilksort-lace.c.orig 2025-05-23 10:54:43 UTC ++++ benchmarks/cilksort/cilksort-lace.c +@@ -438,7 +438,7 @@ int main(int argc, char *argv[]) + int workers = 1; + int dqsize = 100000; + +- char c; ++ signed char c; + while ((c=getopt(argc, argv, "w:q:h")) != -1) { + switch (c) { + case 'w': diff --git a/devel/lace14/files/patch-benchmarks_dfs_dfs-lace.c b/devel/lace14/files/patch-benchmarks_dfs_dfs-lace.c new file mode 100644 index 000000000000..709bb4a901de --- /dev/null +++ b/devel/lace14/files/patch-benchmarks_dfs_dfs-lace.c @@ -0,0 +1,11 @@ +--- benchmarks/dfs/dfs-lace.c.orig 2025-05-23 10:54:05 UTC ++++ benchmarks/dfs/dfs-lace.c +@@ -50,7 +50,7 @@ int main(int argc, char **argv) + int workers = 1; + int dqsize = 100000; + +- char c; ++ signed char c; + while ((c=getopt(argc, argv, "w:q:h")) != -1) { + switch (c) { + case 'w': diff --git a/devel/lace14/files/patch-benchmarks_fib_fib-lace.c b/devel/lace14/files/patch-benchmarks_fib_fib-lace.c new file mode 100644 index 000000000000..705fff75ccfa --- /dev/null +++ b/devel/lace14/files/patch-benchmarks_fib_fib-lace.c @@ -0,0 +1,11 @@ +--- benchmarks/fib/fib-lace.c.orig 2025-05-23 10:55:18 UTC ++++ benchmarks/fib/fib-lace.c +@@ -34,7 +34,7 @@ int main(int argc, char **argv) + int workers = 1; + int dqsize = 100000; + +- char c; ++ signed char c; + while ((c=getopt(argc, argv, "w:q:h")) != -1) { + switch (c) { + case 'w': diff --git a/devel/lace14/files/patch-benchmarks_fib_fib-lace.cpp b/devel/lace14/files/patch-benchmarks_fib_fib-lace.cpp new file mode 100644 index 000000000000..b288f60b8ec9 --- /dev/null +++ b/devel/lace14/files/patch-benchmarks_fib_fib-lace.cpp @@ -0,0 +1,11 @@ +--- benchmarks/fib/fib-lace.cpp.orig 2025-05-23 10:53:18 UTC ++++ benchmarks/fib/fib-lace.cpp +@@ -35,7 +35,7 @@ int main(int argc, char **argv) + int workers = 1; + int dqsize = 100000; + +- char c; ++ signed char c; + while ((c=getopt(argc, argv, "w:q:h")) != -1) { + switch (c) { + case 'w': diff --git a/devel/lace14/files/patch-benchmarks_knapsack_knapsack-lace.c b/devel/lace14/files/patch-benchmarks_knapsack_knapsack-lace.c new file mode 100644 index 000000000000..26a2489b4bab --- /dev/null +++ b/devel/lace14/files/patch-benchmarks_knapsack_knapsack-lace.c @@ -0,0 +1,11 @@ +--- benchmarks/knapsack/knapsack-lace.c.orig 2025-05-23 10:56:00 UTC ++++ benchmarks/knapsack/knapsack-lace.c +@@ -119,7 +119,7 @@ int main(int argc, char *argv[]) + int workers = 1; + int dqsize = 100000; + +- char c; ++ signed char c; + while ((c=getopt(argc, argv, "w:q:h")) != -1) { + switch (c) { + case 'w': diff --git a/devel/lace14/files/patch-benchmarks_matmul_matmul-lace.c b/devel/lace14/files/patch-benchmarks_matmul_matmul-lace.c new file mode 100644 index 000000000000..7036a56448ed --- /dev/null +++ b/devel/lace14/files/patch-benchmarks_matmul_matmul-lace.c @@ -0,0 +1,11 @@ +--- benchmarks/matmul/matmul-lace.c.orig 2025-05-23 10:56:19 UTC ++++ benchmarks/matmul/matmul-lace.c +@@ -121,7 +121,7 @@ int main(int argc, char *argv[]) + int workers = 1; + int dqsize = 100000; + +- char c; ++ signed char c; + while ((c=getopt(argc, argv, "w:q:h")) != -1) { + switch (c) { + case 'w': diff --git a/devel/lace14/files/patch-benchmarks_matmul_matmul-seq.c b/devel/lace14/files/patch-benchmarks_matmul_matmul-seq.c new file mode 100644 index 000000000000..6159bc215087 --- /dev/null +++ b/devel/lace14/files/patch-benchmarks_matmul_matmul-seq.c @@ -0,0 +1,11 @@ +--- benchmarks/matmul/matmul-seq.c.orig 2025-05-23 10:55:39 UTC ++++ benchmarks/matmul/matmul-seq.c +@@ -114,7 +114,7 @@ int main(int argc, char *argv[]) + + int main(int argc, char *argv[]) + { +- char c; ++ signed char c; + while ((c=getopt(argc, argv, "w:q:h")) != -1) { + switch (c) { + case 'h': diff --git a/devel/lace14/files/patch-benchmarks_pi_pi-lace.c b/devel/lace14/files/patch-benchmarks_pi_pi-lace.c new file mode 100644 index 000000000000..f1d66022fbfa --- /dev/null +++ b/devel/lace14/files/patch-benchmarks_pi_pi-lace.c @@ -0,0 +1,11 @@ +--- benchmarks/pi/pi-lace.c.orig 2025-05-23 10:54:23 UTC ++++ benchmarks/pi/pi-lace.c +@@ -55,7 +55,7 @@ int main(int argc, char **argv) + int workers = 0; + int dqsize = 1000000; + +- char c; ++ signed char c; + while ((c=getopt(argc, argv, "w:q:h")) != -1) { + switch (c) { + case 'w': diff --git a/devel/lace14/files/patch-benchmarks_queens_queens-lace.c b/devel/lace14/files/patch-benchmarks_queens_queens-lace.c new file mode 100644 index 000000000000..f942da62abbf --- /dev/null +++ b/devel/lace14/files/patch-benchmarks_queens_queens-lace.c @@ -0,0 +1,11 @@ +--- benchmarks/queens/queens-lace.c.orig 2025-05-23 10:53:37 UTC ++++ benchmarks/queens/queens-lace.c +@@ -73,7 +73,7 @@ int main(int argc, char *argv[]) + int workers = 1; + int dqsize = 100000; + +- char c; ++ signed char c; + while ((c=getopt(argc, argv, "w:q:h")) != -1) { + switch (c) { + case 'w': diff --git a/devel/lace14/files/patch-benchmarks_strassen_strassen-lace.c b/devel/lace14/files/patch-benchmarks_strassen_strassen-lace.c new file mode 100644 index 000000000000..eb4f69cb841a --- /dev/null +++ b/devel/lace14/files/patch-benchmarks_strassen_strassen-lace.c @@ -0,0 +1,11 @@ +--- benchmarks/strassen/strassen-lace.c.orig 2025-05-23 10:55:02 UTC ++++ benchmarks/strassen/strassen-lace.c +@@ -718,7 +718,7 @@ int main(int argc, char *argv[]) + int dqsize = 100000; + int verify = 0; + +- char c; ++ signed char c; + while ((c=getopt(argc, argv, "w:q:h:c")) != -1) { + switch (c) { + case 'w': diff --git a/devel/lace14/pkg-descr b/devel/lace14/pkg-descr new file mode 100644 index 000000000000..b0efdd64bc2b --- /dev/null +++ b/devel/lace14/pkg-descr @@ -0,0 +1,2 @@ +Lace is a C framework for fine-grained fork-join parallelism intended for +scientific computations on multi-core computers. diff --git a/devel/lace14/pkg-plist b/devel/lace14/pkg-plist new file mode 100644 index 000000000000..6b1ab64e5d57 --- /dev/null +++ b/devel/lace14/pkg-plist @@ -0,0 +1,11 @@ +include/lace.h +include/lace14.h +include/lace_config.h +lib/cmake/lace/lace-config-version.cmake +lib/cmake/lace/lace-config.cmake +lib/cmake/lace/lace-targets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/lace/lace-targets.cmake +lib/liblace.so +lib/liblace14.so +libdata/pkgconfig/lace.pc +libdata/pkgconfig/lace14.pc diff --git a/devel/plasma6-kwrited/distinfo b/devel/plasma6-kwrited/distinfo index de862e93a8a5..98665cdeb6ab 100644 --- a/devel/plasma6-kwrited/distinfo +++ b/devel/plasma6-kwrited/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752584465 -SHA256 (KDE/plasma/6.4.3/kwrited-6.4.3.tar.xz) = fe144b5ed4270cbd45f71187b970e4c4e3e0035c1afc40719b1c862b8adb098b -SIZE (KDE/plasma/6.4.3/kwrited-6.4.3.tar.xz) = 23652 +TIMESTAMP = 1754413468 +SHA256 (KDE/plasma/6.4.4/kwrited-6.4.4.tar.xz) = 0e15ad25a5d6b0856add87e463607fef209a1184fd13f865e398e8173ec3c351 +SIZE (KDE/plasma/6.4.4/kwrited-6.4.4.tar.xz) = 23744 diff --git a/devel/plasma6-plasma-sdk/distinfo b/devel/plasma6-plasma-sdk/distinfo index 49c63f504f6e..f4fc8163b0ae 100644 --- a/devel/plasma6-plasma-sdk/distinfo +++ b/devel/plasma6-plasma-sdk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752584466 -SHA256 (KDE/plasma/6.4.3/plasma-sdk-6.4.3.tar.xz) = 9b7ce36459b3f2cd91bbe0941ada3ebb38eff0149939c59dab2d0b0d3928c064 -SIZE (KDE/plasma/6.4.3/plasma-sdk-6.4.3.tar.xz) = 359996 +TIMESTAMP = 1754413468 +SHA256 (KDE/plasma/6.4.4/plasma-sdk-6.4.4.tar.xz) = f10c7aec9f2a26b6f8a04d3ea1e11e8851baf3918fd93a1b7cef07f935a4096c +SIZE (KDE/plasma/6.4.4/plasma-sdk-6.4.4.tar.xz) = 362252 diff --git a/devel/plasma6-plasma5support/distinfo b/devel/plasma6-plasma5support/distinfo index 889db701722a..c217c3da211e 100644 --- a/devel/plasma6-plasma5support/distinfo +++ b/devel/plasma6-plasma5support/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752584466 -SHA256 (KDE/plasma/6.4.3/plasma5support-6.4.3.tar.xz) = 1e89a8935d18d98a8fcbe02ff3477489385bb42a804e543bbb24f043f5cd8cf6 -SIZE (KDE/plasma/6.4.3/plasma5support-6.4.3.tar.xz) = 228404 +TIMESTAMP = 1754413468 +SHA256 (KDE/plasma/6.4.4/plasma5support-6.4.4.tar.xz) = 066c0456149bacad6dfd99eb36783fb61f1918df91b9d70ff4aeac56e3d43bf5 +SIZE (KDE/plasma/6.4.4/plasma5support-6.4.4.tar.xz) = 228980 diff --git a/devel/py-asttokens/Makefile b/devel/py-asttokens/Makefile index 7ebb77e13340..bb3dd58a5ebf 100644 --- a/devel/py-asttokens/Makefile +++ b/devel/py-asttokens/Makefile @@ -1,6 +1,5 @@ PORTNAME= asttokens -PORTVERSION= 2.4.1 -PORTREVISION= 1 +PORTVERSION= 3.0.0 CATEGORIES= devel MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-asttokens/distinfo b/devel/py-asttokens/distinfo index ee4a3a4eb55e..21aa3dd4baae 100644 --- a/devel/py-asttokens/distinfo +++ b/devel/py-asttokens/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699367130 -SHA256 (asttokens-2.4.1.tar.gz) = b03869718ba9a6eb027e134bfdf69f38a236d681c83c160d510768af11254ba0 -SIZE (asttokens-2.4.1.tar.gz) = 62284 +TIMESTAMP = 1733142312 +SHA256 (asttokens-3.0.0.tar.gz) = 0dcd8baa8d62b0c1d118b399b2ddba3c4aff271d0d7a9e0d4c1681c79035bbc7 +SIZE (asttokens-3.0.0.tar.gz) = 61978 diff --git a/devel/py-devtools/Makefile b/devel/py-devtools/Makefile index 420f41e32751..c94e6f60e3ca 100644 --- a/devel/py-devtools/Makefile +++ b/devel/py-devtools/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asttokens>=2.0.0<3.0.0:devel/py-asttokens@${ ${PYTHON_PKGNAMEPREFIX}pygments>=2.15.0:textproc/py-pygments@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent pep517 +USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes diff --git a/devel/py-flynt/Makefile b/devel/py-flynt/Makefile index d62c4c146bf6..2af33ebf1181 100644 --- a/devel/py-flynt/Makefile +++ b/devel/py-flynt/Makefile @@ -1,5 +1,5 @@ PORTNAME= flynt -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.6 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -9,7 +9,8 @@ WWW= https://github.com/ikamensh/flynt LICENSE= MIT -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-vcs>0:devel/py-hatch-vcs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} USES= python:3.9+ USE_GITHUB= yes diff --git a/devel/py-flynt/distinfo b/devel/py-flynt/distinfo index fd64721e7ece..b7af4c5b7591 100644 --- a/devel/py-flynt/distinfo +++ b/devel/py-flynt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1753640294 -SHA256 (ikamensh-flynt-1.0.3_GH0.tar.gz) = 33c191ce163c09cebdc2d014495f4a9ba4276ecfb9437919b4fe6b2eef5a16a2 -SIZE (ikamensh-flynt-1.0.3_GH0.tar.gz) = 58959 +TIMESTAMP = 1754243284 +SHA256 (ikamensh-flynt-1.0.6_GH0.tar.gz) = bace1fc627ba48809c701c3435a1a2d024cfd37f0d05e33edd289e64799bff36 +SIZE (ikamensh-flynt-1.0.6_GH0.tar.gz) = 61123 diff --git a/devel/py-hypothesmith/Makefile b/devel/py-hypothesmith/Makefile index 856aae7da504..a9efd43b489f 100644 --- a/devel/py-hypothesmith/Makefile +++ b/devel/py-hypothesmith/Makefile @@ -1,6 +1,5 @@ PORTNAME= hypothesmith -PORTVERSION= 0.3.1 -PORTREVISION= 1 +PORTVERSION= 0.3.3 CATEGORIES= devel MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,6 +9,7 @@ COMMENT= Hypothesis strategies for generating Python programs WWW= https://github.com/Zac-HD/hypothesmith LICENSE= MPL20 +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>=0:devel/py-hypothesis@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}libcst>=0:devel/py-libcst@${PY_FLAVOR} diff --git a/devel/py-hypothesmith/distinfo b/devel/py-hypothesmith/distinfo index 07ee26ac9e4f..a195a19ec467 100644 --- a/devel/py-hypothesmith/distinfo +++ b/devel/py-hypothesmith/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1700584715 -SHA256 (hypothesmith-0.3.1.tar.gz) = 8799177a6493e832c81746842a8686752b3b1bb9530d6e832bae1758410daf3a -SIZE (hypothesmith-0.3.1.tar.gz) = 25600 +TIMESTAMP = 1754396368 +SHA256 (hypothesmith-0.3.3.tar.gz) = 96c14802d6c8e85d8975264176878db54b28d2ed921fdbfedc2e6b8ce3c81716 +SIZE (hypothesmith-0.3.3.tar.gz) = 25529 diff --git a/devel/py-inline-snapshot/Makefile b/devel/py-inline-snapshot/Makefile index 1c0c3c5d7439..46f9136b1b01 100644 --- a/devel/py-inline-snapshot/Makefile +++ b/devel/py-inline-snapshot/Makefile @@ -17,9 +17,11 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asttokens>=2.0.5:devel/py-asttokens@${PY_FLA ${PYTHON_PKGNAMEPREFIX}executing>=2.2.0:devel/py-executing@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rich>=13.7.1:textproc/py-rich@${PY_FLAVOR} \ ${PY_TOMLI} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>=0:devel/py-hypothesis@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}freezegun>=0:devel/py-freezegun@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist pep517 +USE_PYTHON= autoplist pep517 pytest NO_ARCH= yes diff --git a/devel/py-itemloaders/Makefile b/devel/py-itemloaders/Makefile index 303ed3f45100..219ffd89e780 100644 --- a/devel/py-itemloaders/Makefile +++ b/devel/py-itemloaders/Makefile @@ -1,6 +1,5 @@ PORTNAME= itemloaders -DISTVERSION= 1.1.0 -PORTREVISION= 1 +DISTVERSION= 1.3.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-itemloaders/distinfo b/devel/py-itemloaders/distinfo index b8d3839e04c2..7bfe151a4319 100644 --- a/devel/py-itemloaders/distinfo +++ b/devel/py-itemloaders/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1692233753 -SHA256 (itemloaders-1.1.0.tar.gz) = 21d81c61da6a08b48e5996288cdf3031c0f92e5d0075920a0242527523e14a48 -SIZE (itemloaders-1.1.0.tar.gz) = 18449 +TIMESTAMP = 1754387540 +SHA256 (itemloaders-1.3.2.tar.gz) = 4faf5b3abe83bf014476e3fd9ccf66867282971d9f1d4e96d9a61b60c3786770 +SIZE (itemloaders-1.3.2.tar.gz) = 19707 diff --git a/devel/py-lxml-html-clean/Makefile b/devel/py-lxml-html-clean/Makefile index e023637b84c7..51033a6ea298 100644 --- a/devel/py-lxml-html-clean/Makefile +++ b/devel/py-lxml-html-clean/Makefile @@ -13,7 +13,9 @@ WWW= https://github.com/fedora-python/lxml_html_clean/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml5>0:devel/py-lxml5@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist distutils pytest .include <bsd.port.mk> diff --git a/devel/py-lxml/Makefile b/devel/py-lxml/Makefile index 3b8e6743d44b..e444b1aed608 100644 --- a/devel/py-lxml/Makefile +++ b/devel/py-lxml/Makefile @@ -1,11 +1,10 @@ PORTNAME= lxml -PORTVERSION= 4.9.3 -PORTREVISION= 2 +DISTVERSION= 6.0.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= amdmi3@FreeBSD.org +MAINTAINER= vishwin@FreeBSD.org COMMENT= Pythonic binding for the libxml2 and libxslt libraries WWW= https://lxml.de/ \ https://github.com/lxml/lxml @@ -13,9 +12,12 @@ WWW= https://lxml.de/ \ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/doc/licenses/BSD.txt -USES= compiler cpe gnome python uniquefiles:dirs +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} + +USES= compiler cpe gnome python USE_GNOME= libxml2 libxslt -USE_PYTHON= autoplist concurrent cython distutils +USE_PYTHON= autoplist concurrent cython3 pep517 LDFLAGS+= -Wl,-rpath=${LOCALBASE}/lib @@ -24,23 +26,12 @@ PORTDOCS= * OPTIONS_DEFINE= DOCS -# needed for test to work -PYDISTUTILS_BUILD_TARGET= build_ext -PYDISTUTILS_BUILDARGS= --inplace - # force regeneration of cython files post-extract: @${FIND} ${WRKSRC} -name "*.c" -delete -pre-configure: # remove with update to 5.x - @if ! xml2-config --version | ${GREP} -q ^2\.11; then \ - ${REINPLACE_CMD} -e 's|, xmlerror.xmlError\*|, const xmlerror.xmlError*|' \ - ${WRKSRC}/src/lxml/*.pxi; \ - fi - post-install: - @${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} \ - -name '*.so' -exec ${STRIP_CMD} {} + + @${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} @@ -48,8 +39,11 @@ post-install-DOCS-on: @cd ${WRKSRC} && ${COPYTREE_SHARE} doc ${STAGEDIR}${DOCSDIR} # see upstream Makefile, test target +# tests require compiled extensions in the source directories do-test: - cd ${WRKSRC} && ${PYTHON_CMD} test.py -p -v + cd ${BUILD_WRKSRC} && \ + ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} ${PYDISTUTILS_SETUP} build_ext --inplace && \ + ${PYTHON_CMD} test.py -p -v .include <bsd.port.pre.mk> diff --git a/devel/py-lxml/distinfo b/devel/py-lxml/distinfo index 5c3140b5c9df..dc617269eb97 100644 --- a/devel/py-lxml/distinfo +++ b/devel/py-lxml/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1690387655 -SHA256 (lxml-4.9.3.tar.gz) = 48628bd53a426c9eb9bc066a923acaa0878d1e86129fd5359aee99285f4eed9c -SIZE (lxml-4.9.3.tar.gz) = 3572158 +TIMESTAMP = 1752123348 +SHA256 (lxml-6.0.0.tar.gz) = 032e65120339d44cdc3efc326c9f660f5f7205f3a535c1fdbf898b29ea01fb72 +SIZE (lxml-6.0.0.tar.gz) = 4096938 diff --git a/devel/py-lxml/files/patch-src_lxml_tests_test__etree.py b/devel/py-lxml/files/patch-src_lxml_tests_test__etree.py deleted file mode 100644 index 366d829f1f0c..000000000000 --- a/devel/py-lxml/files/patch-src_lxml_tests_test__etree.py +++ /dev/null @@ -1,10 +0,0 @@ ---- src/lxml/tests/test_etree.py.orig 2023-07-05 10:03:51 UTC -+++ src/lxml/tests/test_etree.py -@@ -3068,6 +3068,7 @@ class ETreeOnlyTestCase(HelperTestCase): - self.assertEqual(r, s.nsmap) - - def test_html_prefix_nsmap(self): -+ return # broken with recent libxml2, probably fixed by https://github.com/lxml/lxml/commit/72f5a287a4016ecb405f2e8a4a03ae22a5b0b496 - etree = self.etree - el = etree.HTML('<hha:page-description>aa</hha:page-description>').find('.//page-description') - if etree.LIBXML_VERSION < (2, 9, 11): diff --git a/devel/py-pytest-asyncio/Makefile b/devel/py-pytest-asyncio/Makefile index 20dd41a35007..faf3613bbd3f 100644 --- a/devel/py-pytest-asyncio/Makefile +++ b/devel/py-pytest-asyncio/Makefile @@ -6,7 +6,7 @@ MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pytest_asyncio-${DISTVERSION} -MAINTAINER= amdmi3@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Py.test plugin providing fixtures and markers for asyncio WWW= https://pypi.org/project/pytest-asyncio/ @@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}pytest4-asyncio +# note that the next version requires pytest 8.2.0, while ports still only have 8.1.1 ATOW RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=6.1.0:devel/py-pytest@${PY_FLAVOR} BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=6.1.0:devel/py-pytest@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>=5.7.1:devel/py-hypothesis@${PY_FLAVOR} \ diff --git a/devel/py-pytest-datadir/Makefile b/devel/py-pytest-datadir/Makefile index 1c17048fd9a2..068821311604 100644 --- a/devel/py-pytest-datadir/Makefile +++ b/devel/py-pytest-datadir/Makefile @@ -1,5 +1,5 @@ PORTNAME= pytest-datadir -PORTVERSION= 1.7.2 +PORTVERSION= 1.8.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pytest-datadir/distinfo b/devel/py-pytest-datadir/distinfo index 65abf0e954e9..3805b841aad3 100644 --- a/devel/py-pytest-datadir/distinfo +++ b/devel/py-pytest-datadir/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751382423 -SHA256 (pytest_datadir-1.7.2.tar.gz) = 15f5228a35d0a3205e4968e75d3b9cca91762424e1eafc21eb637d380a48443e -SIZE (pytest_datadir-1.7.2.tar.gz) = 11265 +TIMESTAMP = 1754319990 +SHA256 (pytest_datadir-1.8.0.tar.gz) = 7a15faed76cebe87cc91941dd1920a9a38eba56a09c11e9ddf1434d28a0f78eb +SIZE (pytest_datadir-1.8.0.tar.gz) = 11848 diff --git a/devel/py-pytest-regtest/Makefile b/devel/py-pytest-regtest/Makefile index 22ea98b17180..bc1660fc0962 100644 --- a/devel/py-pytest-regtest/Makefile +++ b/devel/py-pytest-regtest/Makefile @@ -5,7 +5,7 @@ MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pytest_regtest-${PORTVERSION} -MAINTAINER= amdmi3@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Pytest plugin for regression tests WWW= https://gitlab.com/uweschmitt/pytest-regtest \ https://pypi.org/project/pytest-regtest/ diff --git a/devel/py-python-gitlab/Makefile b/devel/py-python-gitlab/Makefile index a5bcabf68b8a..54b16330c0c3 100644 --- a/devel/py-python-gitlab/Makefile +++ b/devel/py-python-gitlab/Makefile @@ -1,5 +1,5 @@ PORTNAME= python-gitlab -DISTVERSION= 6.1.0 +DISTVERSION= 6.2.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-python-gitlab/distinfo b/devel/py-python-gitlab/distinfo index 2d1567f074e3..8fea8ce0bce4 100644 --- a/devel/py-python-gitlab/distinfo +++ b/devel/py-python-gitlab/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751082840 -SHA256 (python_gitlab-6.1.0.tar.gz) = 062d6943699b09bce40f727f0d0906a0b254ca455593f81745bb1a352535ee77 -SIZE (python_gitlab-6.1.0.tar.gz) = 397674 +TIMESTAMP = 1754194369 +SHA256 (python_gitlab-6.2.0.tar.gz) = b88c79cea65dd2425922c829730ea95827ed7132d869b8532b90a8c7199cc1a6 +SIZE (python_gitlab-6.2.0.tar.gz) = 397611 diff --git a/devel/py-stack-data/Makefile b/devel/py-stack-data/Makefile index bfb6f80e7ab8..56522fc68c44 100644 --- a/devel/py-stack-data/Makefile +++ b/devel/py-stack-data/Makefile @@ -22,10 +22,11 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asttokens>=2.1.0:devel/py-asttokens@${PY_FLA TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}littleutils>=0:devel/py-littleutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=0,1:devel/py-pytest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}typeguard>=0:devel/py-typeguard@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}typeguard>=0:devel/py-typeguard@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}cython>=0:lang/cython@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent pep517 +USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes diff --git a/devel/py-ttkbootstrap/Makefile b/devel/py-ttkbootstrap/Makefile index 8e78f498f55e..a9e257302297 100644 --- a/devel/py-ttkbootstrap/Makefile +++ b/devel/py-ttkbootstrap/Makefile @@ -1,6 +1,5 @@ PORTNAME= ttkbootstrap -DISTVERSION= 1.14.1 -PORTREVISION= 0 +DISTVERSION= 1.14.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-ttkbootstrap/distinfo b/devel/py-ttkbootstrap/distinfo index 80928764b3a7..4e08a1155d8c 100644 --- a/devel/py-ttkbootstrap/distinfo +++ b/devel/py-ttkbootstrap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1753546282 -SHA256 (ttkbootstrap-1.14.1.tar.gz) = 0547301d1f3d971be44027902bcb868c0d358eca70e320147edbe2c829d8fab8 -SIZE (ttkbootstrap-1.14.1.tar.gz) = 144300 +TIMESTAMP = 1754206174 +SHA256 (ttkbootstrap-1.14.2.tar.gz) = aae7885211bdeb134c8af07b0c67c89a50d7997b116199068271ed99b55bc530 +SIZE (ttkbootstrap-1.14.2.tar.gz) = 144296 diff --git a/devel/py-types-Flask/Makefile b/devel/py-types-Flask/Makefile index 27b06dc61911..4c90f696c48c 100644 --- a/devel/py-types-Flask/Makefile +++ b/devel/py-types-Flask/Makefile @@ -5,7 +5,7 @@ CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= amdmi3@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Typing stubs for Flask WWW= https://pypi.org/project/types-Flask/ diff --git a/devel/py-types-Jinja2/Makefile b/devel/py-types-Jinja2/Makefile index 0fc62ee736fa..b032feb876a4 100644 --- a/devel/py-types-Jinja2/Makefile +++ b/devel/py-types-Jinja2/Makefile @@ -5,7 +5,7 @@ CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= amdmi3@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Typing stubs for Jinja2 WWW= https://pypi.org/project/types-Jinja2/ diff --git a/devel/py-types-MarkupSafe/Makefile b/devel/py-types-MarkupSafe/Makefile index a3c20e9d23eb..bc52d8eb97f7 100644 --- a/devel/py-types-MarkupSafe/Makefile +++ b/devel/py-types-MarkupSafe/Makefile @@ -5,7 +5,7 @@ CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= amdmi3@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Typing stubs for MarkupSafe WWW= https://pypi.org/project/types-MarkupSafe/ diff --git a/devel/py-types-Pillow/Makefile b/devel/py-types-Pillow/Makefile index 65ffe4490d6e..3ff8d5ffeb4e 100644 --- a/devel/py-types-Pillow/Makefile +++ b/devel/py-types-Pillow/Makefile @@ -5,7 +5,7 @@ CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= amdmi3@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Typing stubs for Pillow WWW= https://pypi.org/project/types-Pillow/ diff --git a/devel/py-types-PyYAML/Makefile b/devel/py-types-PyYAML/Makefile index 31ed6f843e57..715a23bd5697 100644 --- a/devel/py-types-PyYAML/Makefile +++ b/devel/py-types-PyYAML/Makefile @@ -6,7 +6,7 @@ MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= types_pyyaml-${DISTVERSION} -MAINTAINER= amdmi3@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Typing stubs for PyYAML WWW= https://pypi.org/project/types-PyYAML/ diff --git a/devel/py-types-Werkzeug/Makefile b/devel/py-types-Werkzeug/Makefile index ed3b58b9795b..07458adca6b8 100644 --- a/devel/py-types-Werkzeug/Makefile +++ b/devel/py-types-Werkzeug/Makefile @@ -5,7 +5,7 @@ CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= amdmi3@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Typing stubs for Werkzeug WWW= https://pypi.org/project/types-Werkzeug/ diff --git a/devel/py-types-click/Makefile b/devel/py-types-click/Makefile index 0fd4e7467337..0baa7460965b 100644 --- a/devel/py-types-click/Makefile +++ b/devel/py-types-click/Makefile @@ -5,7 +5,7 @@ CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= amdmi3@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Typing stubs for click WWW= https://pypi.org/project/types-click/ diff --git a/devel/py-types-futures/Makefile b/devel/py-types-futures/Makefile index 1a121bae5795..7d6b5b0c9e48 100644 --- a/devel/py-types-futures/Makefile +++ b/devel/py-types-futures/Makefile @@ -5,7 +5,7 @@ CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= amdmi3@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Typing stubs for futures WWW= https://pypi.org/project/types-futures/ diff --git a/devel/py-types-protobuf/Makefile b/devel/py-types-protobuf/Makefile index 69defc3e7b96..54ae3496d681 100644 --- a/devel/py-types-protobuf/Makefile +++ b/devel/py-types-protobuf/Makefile @@ -5,7 +5,7 @@ MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= types_protobuf-${PORTVERSION} -MAINTAINER= amdmi3@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Typing stubs for protobuf WWW= https://pypi.org/project/types-protobuf/ diff --git a/devel/py-types-psycopg2/Makefile b/devel/py-types-psycopg2/Makefile index 06beb29bd30e..f540d7d357e4 100644 --- a/devel/py-types-psycopg2/Makefile +++ b/devel/py-types-psycopg2/Makefile @@ -5,7 +5,7 @@ MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME:C/-/_/}-${PORTVERSION} -MAINTAINER= amdmi3@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Typing stubs for psycopg2 WWW= https://pypi.org/project/types-psycopg2/ diff --git a/devel/py-types-requests/Makefile b/devel/py-types-requests/Makefile index b41183c5366e..fbf9a1da794e 100644 --- a/devel/py-types-requests/Makefile +++ b/devel/py-types-requests/Makefile @@ -5,7 +5,7 @@ CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= amdmi3@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Typing stubs for requests WWW= https://pypi.org/project/types-requests/ diff --git a/devel/py-types-urllib3/Makefile b/devel/py-types-urllib3/Makefile index 2ecd4b1d2540..17b49f3b7fec 100644 --- a/devel/py-types-urllib3/Makefile +++ b/devel/py-types-urllib3/Makefile @@ -5,7 +5,7 @@ CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= amdmi3@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Typing stubs for urllib3 WWW= https://pypi.org/project/types-urllib3/ diff --git a/devel/py-virtualenv/Makefile b/devel/py-virtualenv/Makefile index de50094f8a8a..53566ee1bc65 100644 --- a/devel/py-virtualenv/Makefile +++ b/devel/py-virtualenv/Makefile @@ -1,5 +1,5 @@ PORTNAME= virtualenv -PORTVERSION= 20.32.0 +PORTVERSION= 20.33.1 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-virtualenv/distinfo b/devel/py-virtualenv/distinfo index 985fdfe1bfb6..16318f2b6139 100644 --- a/devel/py-virtualenv/distinfo +++ b/devel/py-virtualenv/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1753176883 -SHA256 (pypa-virtualenv-20.32.0_GH0.tar.gz) = 3353e411d70b0210493a31655660fb3c7297760060d5fdcba924f769371417b6 -SIZE (pypa-virtualenv-20.32.0_GH0.tar.gz) = 6116343 +TIMESTAMP = 1754494586 +SHA256 (pypa-virtualenv-20.33.1_GH0.tar.gz) = e81c6c66297f4bb4f60d4c34e9045963e7871b4fca421781eceb7de484dae392 +SIZE (pypa-virtualenv-20.33.1_GH0.tar.gz) = 6123073 diff --git a/devel/sbt/Makefile b/devel/sbt/Makefile index 63cd92a31912..37e1c2883ed9 100644 --- a/devel/sbt/Makefile +++ b/devel/sbt/Makefile @@ -1,5 +1,5 @@ PORTNAME= sbt -PORTVERSION= 1.11.3 +PORTVERSION= 1.11.4 CATEGORIES= devel java MASTER_SITES= https://github.com/sbt/sbt/releases/download/v${PORTVERSION}/ diff --git a/devel/sbt/distinfo b/devel/sbt/distinfo index d6491fb36c73..9b0df27b9b6f 100644 --- a/devel/sbt/distinfo +++ b/devel/sbt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752077738 -SHA256 (sbt-1.11.3.tgz) = 3ea50915ac8b989b8b1fc9e24e594a60d3c181d43013fe964b15feb384483b3c -SIZE (sbt-1.11.3.tgz) = 58211941 +TIMESTAMP = 1754308441 +SHA256 (sbt-1.11.4.tgz) = d4b5664264e1d752915f78cc39a49e681df6f61d1abf61cea6966cb221046ab6 +SIZE (sbt-1.11.4.tgz) = 58208407 diff --git a/devel/sdl3/Makefile b/devel/sdl3/Makefile index 904d1ace4925..701491ff77c8 100644 --- a/devel/sdl3/Makefile +++ b/devel/sdl3/Makefile @@ -1,6 +1,6 @@ PORTNAME= sdl3 DISTVERSIONPREFIX= release- -DISTVERSION= 3.2.18 +DISTVERSION= 3.2.20 CATEGORIES= devel MAINTAINER= amdmi3@FreeBSD.org diff --git a/devel/sdl3/distinfo b/devel/sdl3/distinfo index 1badbf3b794d..b8c47c87ad59 100644 --- a/devel/sdl3/distinfo +++ b/devel/sdl3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752520681 -SHA256 (libsdl-org-SDL-release-3.2.18_GH0.tar.gz) = 51539fa13e546bc50c632beed3f34257de2baa38a4c642048de56377903b4265 -SIZE (libsdl-org-SDL-release-3.2.18_GH0.tar.gz) = 16122775 +TIMESTAMP = 1754334324 +SHA256 (libsdl-org-SDL-release-3.2.20_GH0.tar.gz) = f0d9ea12f9e41a17995fec29cfb8dbfe28df75282493b489d3a2a91f30e74fa7 +SIZE (libsdl-org-SDL-release-3.2.20_GH0.tar.gz) = 16121311 diff --git a/devel/sfml/Makefile b/devel/sfml/Makefile index 6de899d3aaaf..33bdc3e06787 100644 --- a/devel/sfml/Makefile +++ b/devel/sfml/Makefile @@ -2,7 +2,7 @@ PORTNAME= SFML DISTVERSION= 2.6.2 CATEGORIES= devel -MAINTAINER= amdmi3@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Simple and Fast Multimedia Library WWW= https://www.sfml-dev.org/ \ https://github.com/SFML/SFML diff --git a/devel/spirv-llvm-translator/Makefile b/devel/spirv-llvm-translator/Makefile index 73c46a00ca39..a070f0816e40 100644 --- a/devel/spirv-llvm-translator/Makefile +++ b/devel/spirv-llvm-translator/Makefile @@ -1,6 +1,7 @@ PORTNAME= spirv-llvm-translator DISTVERSIONPREFIX= v DISTVERSION= ${DISTVERSION_${FLAVOR}} +DISTVERSION_llvm21= 21.1.0 DISTVERSION_llvm20= 20.1.5 DISTVERSION_llvm19= 19.1.10 DISTVERSION_llvm18= 18.1.15 @@ -23,7 +24,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.TXT LIB_DEPENDS= libLLVM-${FLAVOR:S/llvm//}.so:devel/${FLAVOR} -FLAVORS= ${20 19 18 17 16 15 14 13 12 11:L:S/^/llvm/} +FLAVORS= ${21 20 19 18 17 16 15 14 13 12 11:L:S/^/llvm/} CONFLICTS_BUILD=${FLAVOR}-lite USES= cmake compiler:c++11-lib @@ -33,7 +34,9 @@ GH_ACCOUNT= KhronosGroup GH_PROJECT= SPIRV-LLVM-Translator .if ${FLAVOR:U:Mllvm1[12]} # empty -.elif ${FLAVOR:U} == llvm20 || !defined(FLAVOR) +.elif ${FLAVOR:U} == llvm21 || !defined(FLAVOR) +GH_TUPLE= KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-431-g9e3836d:headers/projects/SPIRV-Headers +.elif ${FLAVOR:U} == llvm20 GH_TUPLE= KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-405-g0e71067:headers/projects/SPIRV-Headers .else GH_TUPLE= KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-411-gaa6cef1:headers/projects/SPIRV-Headers diff --git a/devel/spirv-llvm-translator/distinfo.llvm21 b/devel/spirv-llvm-translator/distinfo.llvm21 new file mode 100644 index 000000000000..f97f7b1045e9 --- /dev/null +++ b/devel/spirv-llvm-translator/distinfo.llvm21 @@ -0,0 +1,5 @@ +TIMESTAMP = 1754033293 +SHA256 (KhronosGroup-SPIRV-LLVM-Translator-v21.1.0_GH0.tar.gz) = 4f7019a06c731daebbc18080db338964002493ead4cfb440fef95d120c50a170 +SIZE (KhronosGroup-SPIRV-LLVM-Translator-v21.1.0_GH0.tar.gz) = 1828044 +SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-431-g9e3836d_GH0.tar.gz) = d8aa4e45286c9f4d054e802f11e095c5a3c9c1e261a28fe7cc640ef8bb9f89c9 +SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-431-g9e3836d_GH0.tar.gz) = 540314 diff --git a/devel/tree-sitter-cli/Makefile b/devel/tree-sitter-cli/Makefile new file mode 100644 index 000000000000..f0e4cd72098c --- /dev/null +++ b/devel/tree-sitter-cli/Makefile @@ -0,0 +1,27 @@ +PORTNAME= tree-sitter-cli +DISTVERSIONPREFIX= v +DISTVERSION= 0.25.8 +CATEGORIES= devel + +MAINTAINER= amad@atl.tools +COMMENT= CLI tool for developing, testing, and using Tree-sitter parsers +WWW= https://tree-sitter.github.io/tree-sitter/ + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${LOCALBASE}/bin/node:www/node24 + +USES= cargo +USE_GITHUB= yes +GH_ACCOUNT= tree-sitter +GH_PROJECT= tree-sitter + +CARGO_BUILD_ARGS= -p tree-sitter-cli +CARGO_INSTALL_PATH= cli +# tests require cloning fixtures. +CARGO_TEST= no + +PLIST_FILES= bin/tree-sitter + +.include <bsd.port.mk> diff --git a/devel/tree-sitter-cli/Makefile.crates b/devel/tree-sitter-cli/Makefile.crates new file mode 100644 index 000000000000..cc7b7e610e2f --- /dev/null +++ b/devel/tree-sitter-cli/Makefile.crates @@ -0,0 +1,312 @@ +CARGO_CRATES= adler2-2.0.0 \ + ahash-0.8.11 \ + aho-corasick-1.1.3 \ + allocator-api2-0.2.21 \ + ansi_colours-1.2.3 \ + anstream-0.6.18 \ + anstyle-1.0.10 \ + anstyle-parse-0.2.6 \ + anstyle-query-1.1.2 \ + anstyle-wincon-3.0.7 \ + anyhow-1.0.95 \ + arbitrary-1.4.1 \ + ascii-1.1.0 \ + base64-0.22.1 \ + bindgen-0.71.1 \ + bitflags-1.3.2 \ + bitflags-2.8.0 \ + block2-0.5.1 \ + bstr-1.11.3 \ + bumpalo-3.16.0 \ + bytemuck-1.21.0 \ + byteorder-1.5.0 \ + bytes-1.9.0 \ + cc-1.2.10 \ + cesu8-1.1.0 \ + cexpr-0.6.0 \ + cfg-if-1.0.0 \ + cfg_aliases-0.2.1 \ + chunked_transfer-1.5.0 \ + clang-sys-1.8.1 \ + clap-4.5.27 \ + clap_builder-4.5.27 \ + clap_complete-4.5.42 \ + clap_complete_nushell-4.5.5 \ + clap_derive-4.5.24 \ + clap_lex-0.7.4 \ + cobs-0.2.3 \ + colorchoice-1.0.3 \ + combine-4.6.7 \ + console-0.15.10 \ + cookie-0.18.1 \ + cookie_store-0.21.1 \ + core-foundation-0.10.0 \ + core-foundation-sys-0.8.7 \ + cranelift-bforest-0.116.1 \ + cranelift-bitset-0.116.1 \ + cranelift-codegen-0.116.1 \ + cranelift-codegen-meta-0.116.1 \ + cranelift-codegen-shared-0.116.1 \ + cranelift-control-0.116.1 \ + cranelift-entity-0.116.1 \ + cranelift-frontend-0.116.1 \ + cranelift-isle-0.116.1 \ + cranelift-native-0.116.1 \ + crc32fast-1.4.2 \ + ctor-0.2.9 \ + ctrlc-3.4.5 \ + deranged-0.3.11 \ + dialoguer-0.11.0 \ + diff-0.1.13 \ + displaydoc-0.2.5 \ + document-features-0.2.10 \ + either-1.13.0 \ + embedded-io-0.4.0 \ + embedded-io-0.6.1 \ + encode_unicode-1.0.0 \ + encoding_rs-0.8.35 \ + equivalent-1.0.1 \ + errno-0.3.10 \ + etcetera-0.8.0 \ + fallible-iterator-0.3.0 \ + fastrand-2.3.0 \ + file-id-0.2.2 \ + filetime-0.2.25 \ + flate2-1.0.35 \ + fnv-1.0.7 \ + foldhash-0.1.4 \ + form_urlencoded-1.2.1 \ + fs4-0.12.0 \ + fsevent-sys-4.1.0 \ + fuzzy-matcher-0.3.7 \ + getrandom-0.2.15 \ + gimli-0.31.1 \ + git2-0.20.0 \ + glob-0.3.2 \ + hashbrown-0.14.5 \ + hashbrown-0.15.2 \ + heck-0.5.0 \ + home-0.5.11 \ + html-escape-0.2.13 \ + http-1.2.0 \ + httparse-1.9.5 \ + httpdate-1.0.3 \ + icu_collections-1.5.0 \ + icu_locid-1.5.0 \ + icu_locid_transform-1.5.0 \ + icu_locid_transform_data-1.5.0 \ + icu_normalizer-1.5.0 \ + icu_normalizer_data-1.5.0 \ + icu_properties-1.5.1 \ + icu_properties_data-1.5.0 \ + icu_provider-1.5.0 \ + icu_provider_macros-1.5.0 \ + id-arena-2.2.1 \ + idna-1.0.3 \ + idna_adapter-1.2.0 \ + indexmap-2.7.1 \ + indoc-2.0.5 \ + inotify-0.11.0 \ + inotify-sys-0.1.5 \ + is_terminal_polyfill-1.70.1 \ + itertools-0.12.1 \ + itertools-0.13.0 \ + itoa-1.0.14 \ + jni-0.21.1 \ + jni-sys-0.3.0 \ + jobserver-0.1.32 \ + js-sys-0.3.77 \ + kqueue-1.0.8 \ + kqueue-sys-1.0.4 \ + leb128-0.2.5 \ + libc-0.2.169 \ + libgit2-sys-0.18.0+1.9.0 \ + libloading-0.8.6 \ + libm-0.2.11 \ + libredox-0.1.3 \ + libssh2-sys-0.3.0 \ + libz-sys-1.1.21 \ + linux-raw-sys-0.4.15 \ + litemap-0.7.4 \ + litrs-0.4.1 \ + log-0.4.25 \ + mach2-0.4.2 \ + memchr-2.7.4 \ + memfd-0.6.4 \ + minimal-lexical-0.2.1 \ + miniz_oxide-0.8.3 \ + mio-1.0.3 \ + ndk-context-0.1.1 \ + nix-0.29.0 \ + nom-7.1.3 \ + notify-8.0.0 \ + notify-debouncer-full-0.5.0 \ + notify-types-2.0.0 \ + num-conv-0.1.0 \ + objc-sys-0.3.5 \ + objc2-0.5.2 \ + objc2-encode-4.1.0 \ + objc2-foundation-0.2.2 \ + object-0.36.7 \ + once_cell-1.20.2 \ + openssl-probe-0.1.6 \ + openssl-sys-0.9.104 \ + paste-1.0.15 \ + path-slash-0.2.1 \ + percent-encoding-2.3.1 \ + pin-project-lite-0.2.16 \ + pkg-config-0.3.31 \ + postcard-1.1.1 \ + powerfmt-0.2.0 \ + ppv-lite86-0.2.20 \ + pretty_assertions-1.4.1 \ + prettyplease-0.2.29 \ + proc-macro2-1.0.93 \ + psm-0.1.24 \ + pulley-interpreter-29.0.1 \ + quote-1.0.38 \ + rand-0.8.5 \ + rand_chacha-0.3.1 \ + rand_core-0.6.4 \ + redox_syscall-0.5.8 \ + regalloc2-0.11.1 \ + regex-1.11.1 \ + regex-automata-0.4.9 \ + regex-syntax-0.8.5 \ + rgb-0.8.50 \ + ring-0.17.13 \ + rustc-hash-2.1.0 \ + rustix-0.38.44 \ + rustls-0.23.21 \ + rustls-pemfile-2.2.0 \ + rustls-pki-types-1.10.1 \ + rustls-webpki-0.102.8 \ + ryu-1.0.18 \ + same-file-1.0.6 \ + semver-1.0.25 \ + serde-1.0.217 \ + serde_derive-1.0.217 \ + serde_json-1.0.137 \ + serde_spanned-0.6.8 \ + shell-words-1.1.0 \ + shlex-1.3.0 \ + similar-2.7.0 \ + smallbitvec-2.5.3 \ + smallvec-1.13.2 \ + sptr-0.3.2 \ + stable_deref_trait-1.2.0 \ + streaming-iterator-0.1.9 \ + strsim-0.11.1 \ + subtle-2.6.1 \ + syn-2.0.96 \ + synstructure-0.13.1 \ + target-lexicon-0.13.1 \ + tempfile-3.15.0 \ + termcolor-1.4.1 \ + thiserror-1.0.69 \ + thiserror-2.0.11 \ + thiserror-impl-1.0.69 \ + thiserror-impl-2.0.11 \ + thread_local-1.1.8 \ + time-0.3.37 \ + time-core-0.1.2 \ + time-macros-0.2.19 \ + tiny_http-0.12.0 \ + tinystr-0.7.6 \ + toml-0.8.19 \ + toml_datetime-0.6.8 \ + toml_edit-0.22.22 \ + topological-sort-0.2.2 \ + tracing-0.1.41 \ + tracing-attributes-0.1.28 \ + tracing-core-0.1.33 \ + unicode-ident-1.0.15 \ + unicode-width-0.2.0 \ + unicode-xid-0.2.6 \ + unindent-0.2.3 \ + untrusted-0.9.0 \ + ureq-3.0.0 \ + ureq-proto-0.2.4 \ + url-2.5.4 \ + utf-8-0.7.6 \ + utf16_iter-1.0.5 \ + utf8-width-0.1.7 \ + utf8_iter-1.0.4 \ + utf8parse-0.2.2 \ + vcpkg-0.2.15 \ + version_check-0.9.5 \ + walkdir-2.5.0 \ + wasi-0.11.0+wasi-snapshot-preview1 \ + wasm-bindgen-0.2.100 \ + wasm-bindgen-backend-0.2.100 \ + wasm-bindgen-macro-0.2.100 \ + wasm-bindgen-macro-support-0.2.100 \ + wasm-bindgen-shared-0.2.100 \ + wasm-encoder-0.221.2 \ + wasmparser-0.221.2 \ + wasmparser-0.224.0 \ + wasmprinter-0.221.2 \ + wasmtime-29.0.1 \ + wasmtime-asm-macros-29.0.1 \ + wasmtime-c-api-impl-29.0.1 \ + wasmtime-c-api-macros-29.0.1 \ + wasmtime-component-macro-29.0.1 \ + wasmtime-component-util-29.0.1 \ + wasmtime-cranelift-29.0.1 \ + wasmtime-environ-29.0.1 \ + wasmtime-fiber-29.0.1 \ + wasmtime-jit-icache-coherence-29.0.1 \ + wasmtime-math-29.0.1 \ + wasmtime-slab-29.0.1 \ + wasmtime-versioned-export-macros-29.0.1 \ + wasmtime-winch-29.0.1 \ + wasmtime-wit-bindgen-29.0.1 \ + web-sys-0.3.77 \ + webbrowser-1.0.3 \ + webpki-roots-0.26.7 \ + widestring-1.1.0 \ + winapi-util-0.1.9 \ + winch-codegen-29.0.1 \ + windows-sys-0.45.0 \ + windows-sys-0.48.0 \ + windows-sys-0.52.0 \ + windows-sys-0.59.0 \ + windows-targets-0.42.2 \ + windows-targets-0.48.5 \ + windows-targets-0.52.6 \ + windows_aarch64_gnullvm-0.42.2 \ + windows_aarch64_gnullvm-0.48.5 \ + windows_aarch64_gnullvm-0.52.6 \ + windows_aarch64_msvc-0.42.2 \ + windows_aarch64_msvc-0.48.5 \ + windows_aarch64_msvc-0.52.6 \ + windows_i686_gnu-0.42.2 \ + windows_i686_gnu-0.48.5 \ + windows_i686_gnu-0.52.6 \ + windows_i686_gnullvm-0.52.6 \ + windows_i686_msvc-0.42.2 \ + windows_i686_msvc-0.48.5 \ + windows_i686_msvc-0.52.6 \ + windows_x86_64_gnu-0.42.2 \ + windows_x86_64_gnu-0.48.5 \ + windows_x86_64_gnu-0.52.6 \ + windows_x86_64_gnullvm-0.42.2 \ + windows_x86_64_gnullvm-0.48.5 \ + windows_x86_64_gnullvm-0.52.6 \ + windows_x86_64_msvc-0.42.2 \ + windows_x86_64_msvc-0.48.5 \ + windows_x86_64_msvc-0.52.6 \ + winnow-0.6.24 \ + wit-parser-0.221.2 \ + write16-1.0.0 \ + writeable-0.5.5 \ + yansi-1.0.1 \ + yoke-0.7.5 \ + yoke-derive-0.7.5 \ + zerocopy-0.7.35 \ + zerocopy-derive-0.7.35 \ + zerofrom-0.1.5 \ + zerofrom-derive-0.1.5 \ + zeroize-1.8.1 \ + zerovec-0.10.4 \ + zerovec-derive-0.10.3 diff --git a/devel/tree-sitter-cli/distinfo b/devel/tree-sitter-cli/distinfo new file mode 100644 index 000000000000..bff9850eb86b --- /dev/null +++ b/devel/tree-sitter-cli/distinfo @@ -0,0 +1,627 @@ +TIMESTAMP = 1753976833 +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 +SIZE (rust/crates/ahash-0.8.11.crate) = 43607 +SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 +SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311 +SHA256 (rust/crates/allocator-api2-0.2.21.crate) = 683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923 +SIZE (rust/crates/allocator-api2-0.2.21.crate) = 63622 +SHA256 (rust/crates/ansi_colours-1.2.3.crate) = 14eec43e0298190790f41679fe69ef7a829d2a2ddd78c8c00339e84710e435fe +SIZE (rust/crates/ansi_colours-1.2.3.crate) = 21802 +SHA256 (rust/crates/anstream-0.6.18.crate) = 8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b +SIZE (rust/crates/anstream-0.6.18.crate) = 29681 +SHA256 (rust/crates/anstyle-1.0.10.crate) = 55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9 +SIZE (rust/crates/anstyle-1.0.10.crate) = 15725 +SHA256 (rust/crates/anstyle-parse-0.2.6.crate) = 3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9 +SIZE (rust/crates/anstyle-parse-0.2.6.crate) = 22343 +SHA256 (rust/crates/anstyle-query-1.1.2.crate) = 79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c +SIZE (rust/crates/anstyle-query-1.1.2.crate) = 9969 +SHA256 (rust/crates/anstyle-wincon-3.0.7.crate) = ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e +SIZE (rust/crates/anstyle-wincon-3.0.7.crate) = 12400 +SHA256 (rust/crates/anyhow-1.0.95.crate) = 34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04 +SIZE (rust/crates/anyhow-1.0.95.crate) = 52155 +SHA256 (rust/crates/arbitrary-1.4.1.crate) = dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223 +SIZE (rust/crates/arbitrary-1.4.1.crate) = 36816 +SHA256 (rust/crates/ascii-1.1.0.crate) = d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16 +SIZE (rust/crates/ascii-1.1.0.crate) = 36075 +SHA256 (rust/crates/base64-0.22.1.crate) = 72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6 +SIZE (rust/crates/base64-0.22.1.crate) = 81597 +SHA256 (rust/crates/bindgen-0.71.1.crate) = 5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3 +SIZE (rust/crates/bindgen-0.71.1.crate) = 237785 +SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a +SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 +SHA256 (rust/crates/bitflags-2.8.0.crate) = 8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36 +SIZE (rust/crates/bitflags-2.8.0.crate) = 47482 +SHA256 (rust/crates/block2-0.5.1.crate) = 2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f +SIZE (rust/crates/block2-0.5.1.crate) = 24191 +SHA256 (rust/crates/bstr-1.11.3.crate) = 531a9155a481e2ee699d4f98f43c0ca4ff8ee1bfd55c31e9e98fb29d2b176fe0 +SIZE (rust/crates/bstr-1.11.3.crate) = 351536 +SHA256 (rust/crates/bumpalo-3.16.0.crate) = 79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c +SIZE (rust/crates/bumpalo-3.16.0.crate) = 85677 +SHA256 (rust/crates/bytemuck-1.21.0.crate) = ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3 +SIZE (rust/crates/bytemuck-1.21.0.crate) = 51553 +SHA256 (rust/crates/byteorder-1.5.0.crate) = 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b +SIZE (rust/crates/byteorder-1.5.0.crate) = 23288 +SHA256 (rust/crates/bytes-1.9.0.crate) = 325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b +SIZE (rust/crates/bytes-1.9.0.crate) = 67320 +SHA256 (rust/crates/cc-1.2.10.crate) = 13208fcbb66eaeffe09b99fffbe1af420f00a7b35aa99ad683dfc1aa76145229 +SIZE (rust/crates/cc-1.2.10.crate) = 101251 +SHA256 (rust/crates/cesu8-1.1.0.crate) = 6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c +SIZE (rust/crates/cesu8-1.1.0.crate) = 10555 +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 +SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 +SHA256 (rust/crates/cfg_aliases-0.2.1.crate) = 613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724 +SIZE (rust/crates/cfg_aliases-0.2.1.crate) = 6355 +SHA256 (rust/crates/chunked_transfer-1.5.0.crate) = 6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901 +SIZE (rust/crates/chunked_transfer-1.5.0.crate) = 9779 +SHA256 (rust/crates/clang-sys-1.8.1.crate) = 0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4 +SIZE (rust/crates/clang-sys-1.8.1.crate) = 44009 +SHA256 (rust/crates/clap-4.5.27.crate) = 769b0145982b4b48713e01ec42d61614425f27b7058bda7180a3a41f30104796 +SIZE (rust/crates/clap-4.5.27.crate) = 55737 +SHA256 (rust/crates/clap_builder-4.5.27.crate) = 1b26884eb4b57140e4d2d93652abfa49498b938b3c9179f9fc487b0acc3edad7 +SIZE (rust/crates/clap_builder-4.5.27.crate) = 168024 +SHA256 (rust/crates/clap_complete-4.5.42.crate) = 33a7e468e750fa4b6be660e8b5651ad47372e8fb114030b594c2d75d48c5ffd0 +SIZE (rust/crates/clap_complete-4.5.42.crate) = 47897 +SHA256 (rust/crates/clap_complete_nushell-4.5.5.crate) = c6a8b1593457dfc2fe539002b795710d022dc62a65bf15023f039f9760c7b18a +SIZE (rust/crates/clap_complete_nushell-4.5.5.crate) = 33986 +SHA256 (rust/crates/clap_derive-4.5.24.crate) = 54b755194d6389280185988721fffba69495eed5ee9feeee9a599b53db80318c +SIZE (rust/crates/clap_derive-4.5.24.crate) = 30669 +SHA256 (rust/crates/clap_lex-0.7.4.crate) = f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6 +SIZE (rust/crates/clap_lex-0.7.4.crate) = 12858 +SHA256 (rust/crates/cobs-0.2.3.crate) = 67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15 +SIZE (rust/crates/cobs-0.2.3.crate) = 12576 +SHA256 (rust/crates/colorchoice-1.0.3.crate) = 5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990 +SIZE (rust/crates/colorchoice-1.0.3.crate) = 7923 +SHA256 (rust/crates/combine-4.6.7.crate) = ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd +SIZE (rust/crates/combine-4.6.7.crate) = 134808 +SHA256 (rust/crates/console-0.15.10.crate) = ea3c6ecd8059b57859df5c69830340ed3c41d30e3da0c1cbed90a96ac853041b +SIZE (rust/crates/console-0.15.10.crate) = 36449 +SHA256 (rust/crates/cookie-0.18.1.crate) = 4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747 +SIZE (rust/crates/cookie-0.18.1.crate) = 43551 +SHA256 (rust/crates/cookie_store-0.21.1.crate) = 2eac901828f88a5241ee0600950ab981148a18f2f756900ffba1b125ca6a3ef9 +SIZE (rust/crates/cookie_store-0.21.1.crate) = 34692 +SHA256 (rust/crates/core-foundation-0.10.0.crate) = b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63 +SIZE (rust/crates/core-foundation-0.10.0.crate) = 27023 +SHA256 (rust/crates/core-foundation-sys-0.8.7.crate) = 773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b +SIZE (rust/crates/core-foundation-sys-0.8.7.crate) = 37712 +SHA256 (rust/crates/cranelift-bforest-0.116.1.crate) = e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4 +SIZE (rust/crates/cranelift-bforest-0.116.1.crate) = 30861 +SHA256 (rust/crates/cranelift-bitset-0.116.1.crate) = 7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34 +SIZE (rust/crates/cranelift-bitset-0.116.1.crate) = 8056 +SHA256 (rust/crates/cranelift-codegen-0.116.1.crate) = 2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e +SIZE (rust/crates/cranelift-codegen-0.116.1.crate) = 1051844 +SHA256 (rust/crates/cranelift-codegen-meta-0.116.1.crate) = c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8 +SIZE (rust/crates/cranelift-codegen-meta-0.116.1.crate) = 80475 +SHA256 (rust/crates/cranelift-codegen-shared-0.116.1.crate) = 40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb +SIZE (rust/crates/cranelift-codegen-shared-0.116.1.crate) = 6155 +SHA256 (rust/crates/cranelift-control-0.116.1.crate) = 26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef +SIZE (rust/crates/cranelift-control-0.116.1.crate) = 8253 +SHA256 (rust/crates/cranelift-entity-0.116.1.crate) = 4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323 +SIZE (rust/crates/cranelift-entity-0.116.1.crate) = 29325 +SHA256 (rust/crates/cranelift-frontend-0.116.1.crate) = 4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57 +SIZE (rust/crates/cranelift-frontend-0.116.1.crate) = 54378 +SHA256 (rust/crates/cranelift-isle-0.116.1.crate) = 1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d +SIZE (rust/crates/cranelift-isle-0.116.1.crate) = 75233 +SHA256 (rust/crates/cranelift-native-0.116.1.crate) = b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7 +SIZE (rust/crates/cranelift-native-0.116.1.crate) = 10709 +SHA256 (rust/crates/crc32fast-1.4.2.crate) = a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3 +SIZE (rust/crates/crc32fast-1.4.2.crate) = 38491 +SHA256 (rust/crates/ctor-0.2.9.crate) = 32a2785755761f3ddc1492979ce1e48d2c00d09311c39e4466429188f3dd6501 +SIZE (rust/crates/ctor-0.2.9.crate) = 11032 +SHA256 (rust/crates/ctrlc-3.4.5.crate) = 90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3 +SIZE (rust/crates/ctrlc-3.4.5.crate) = 14592 +SHA256 (rust/crates/deranged-0.3.11.crate) = b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4 +SIZE (rust/crates/deranged-0.3.11.crate) = 18043 +SHA256 (rust/crates/dialoguer-0.11.0.crate) = 658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de +SIZE (rust/crates/dialoguer-0.11.0.crate) = 31286 +SHA256 (rust/crates/diff-0.1.13.crate) = 56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8 +SIZE (rust/crates/diff-0.1.13.crate) = 46216 +SHA256 (rust/crates/displaydoc-0.2.5.crate) = 97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0 +SIZE (rust/crates/displaydoc-0.2.5.crate) = 24219 +SHA256 (rust/crates/document-features-0.2.10.crate) = cb6969eaabd2421f8a2775cfd2471a2b634372b4a25d41e3bd647b79912850a0 +SIZE (rust/crates/document-features-0.2.10.crate) = 14005 +SHA256 (rust/crates/either-1.13.0.crate) = 60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0 +SIZE (rust/crates/either-1.13.0.crate) = 19169 +SHA256 (rust/crates/embedded-io-0.4.0.crate) = ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced +SIZE (rust/crates/embedded-io-0.4.0.crate) = 12901 +SHA256 (rust/crates/embedded-io-0.6.1.crate) = edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d +SIZE (rust/crates/embedded-io-0.6.1.crate) = 13133 +SHA256 (rust/crates/encode_unicode-1.0.0.crate) = 34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0 +SIZE (rust/crates/encode_unicode-1.0.0.crate) = 56986 +SHA256 (rust/crates/encoding_rs-0.8.35.crate) = 75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3 +SIZE (rust/crates/encoding_rs-0.8.35.crate) = 1381050 +SHA256 (rust/crates/equivalent-1.0.1.crate) = 5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5 +SIZE (rust/crates/equivalent-1.0.1.crate) = 6615 +SHA256 (rust/crates/errno-0.3.10.crate) = 33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d +SIZE (rust/crates/errno-0.3.10.crate) = 11824 +SHA256 (rust/crates/etcetera-0.8.0.crate) = 136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943 +SIZE (rust/crates/etcetera-0.8.0.crate) = 13295 +SHA256 (rust/crates/fallible-iterator-0.3.0.crate) = 2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649 +SIZE (rust/crates/fallible-iterator-0.3.0.crate) = 19639 +SHA256 (rust/crates/fastrand-2.3.0.crate) = 37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be +SIZE (rust/crates/fastrand-2.3.0.crate) = 15076 +SHA256 (rust/crates/file-id-0.2.2.crate) = 6bc904b9bbefcadbd8e3a9fb0d464a9b979de6324c03b3c663e8994f46a5be36 +SIZE (rust/crates/file-id-0.2.2.crate) = 9531 +SHA256 (rust/crates/filetime-0.2.25.crate) = 35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586 +SIZE (rust/crates/filetime-0.2.25.crate) = 14940 +SHA256 (rust/crates/flate2-1.0.35.crate) = c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c +SIZE (rust/crates/flate2-1.0.35.crate) = 109188 +SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 +SIZE (rust/crates/fnv-1.0.7.crate) = 11266 +SHA256 (rust/crates/foldhash-0.1.4.crate) = a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f +SIZE (rust/crates/foldhash-0.1.4.crate) = 13764 +SHA256 (rust/crates/form_urlencoded-1.2.1.crate) = e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456 +SIZE (rust/crates/form_urlencoded-1.2.1.crate) = 8969 +SHA256 (rust/crates/fs4-0.12.0.crate) = c29c30684418547d476f0b48e84f4821639119c483b1eccd566c8cd0cd05f521 +SIZE (rust/crates/fs4-0.12.0.crate) = 19854 +SHA256 (rust/crates/fsevent-sys-4.1.0.crate) = 76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2 +SIZE (rust/crates/fsevent-sys-4.1.0.crate) = 4620 +SHA256 (rust/crates/fuzzy-matcher-0.3.7.crate) = 54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94 +SIZE (rust/crates/fuzzy-matcher-0.3.7.crate) = 18047 +SHA256 (rust/crates/getrandom-0.2.15.crate) = c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7 +SIZE (rust/crates/getrandom-0.2.15.crate) = 37163 +SHA256 (rust/crates/gimli-0.31.1.crate) = 07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f +SIZE (rust/crates/gimli-0.31.1.crate) = 279515 +SHA256 (rust/crates/git2-0.20.0.crate) = 3fda788993cc341f69012feba8bf45c0ba4f3291fcc08e214b4d5a7332d88aff +SIZE (rust/crates/git2-0.20.0.crate) = 219198 +SHA256 (rust/crates/glob-0.3.2.crate) = a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2 +SIZE (rust/crates/glob-0.3.2.crate) = 22359 +SHA256 (rust/crates/hashbrown-0.14.5.crate) = e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1 +SIZE (rust/crates/hashbrown-0.14.5.crate) = 141498 +SHA256 (rust/crates/hashbrown-0.15.2.crate) = bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289 +SIZE (rust/crates/hashbrown-0.15.2.crate) = 138478 +SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea +SIZE (rust/crates/heck-0.5.0.crate) = 11517 +SHA256 (rust/crates/home-0.5.11.crate) = 589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf +SIZE (rust/crates/home-0.5.11.crate) = 9926 +SHA256 (rust/crates/html-escape-0.2.13.crate) = 6d1ad449764d627e22bfd7cd5e8868264fc9236e07c752972b4080cd351cb476 +SIZE (rust/crates/html-escape-0.2.13.crate) = 23345 +SHA256 (rust/crates/http-1.2.0.crate) = f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea +SIZE (rust/crates/http-1.2.0.crate) = 105932 +SHA256 (rust/crates/httparse-1.9.5.crate) = 7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946 +SIZE (rust/crates/httparse-1.9.5.crate) = 39029 +SHA256 (rust/crates/httpdate-1.0.3.crate) = df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9 +SIZE (rust/crates/httpdate-1.0.3.crate) = 10639 +SHA256 (rust/crates/icu_collections-1.5.0.crate) = db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526 +SIZE (rust/crates/icu_collections-1.5.0.crate) = 82762 +SHA256 (rust/crates/icu_locid-1.5.0.crate) = 13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637 +SIZE (rust/crates/icu_locid-1.5.0.crate) = 55131 +SHA256 (rust/crates/icu_locid_transform-1.5.0.crate) = 01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e +SIZE (rust/crates/icu_locid_transform-1.5.0.crate) = 29094 +SHA256 (rust/crates/icu_locid_transform_data-1.5.0.crate) = fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e +SIZE (rust/crates/icu_locid_transform_data-1.5.0.crate) = 44727 +SHA256 (rust/crates/icu_normalizer-1.5.0.crate) = 19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f +SIZE (rust/crates/icu_normalizer-1.5.0.crate) = 53113 +SHA256 (rust/crates/icu_normalizer_data-1.5.0.crate) = f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516 +SIZE (rust/crates/icu_normalizer_data-1.5.0.crate) = 50561 +SHA256 (rust/crates/icu_properties-1.5.1.crate) = 93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5 +SIZE (rust/crates/icu_properties-1.5.1.crate) = 64479 +SHA256 (rust/crates/icu_properties_data-1.5.0.crate) = 67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569 +SIZE (rust/crates/icu_properties_data-1.5.0.crate) = 227993 +SHA256 (rust/crates/icu_provider-1.5.0.crate) = 6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9 +SIZE (rust/crates/icu_provider-1.5.0.crate) = 52722 +SHA256 (rust/crates/icu_provider_macros-1.5.0.crate) = 1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6 +SIZE (rust/crates/icu_provider_macros-1.5.0.crate) = 6436 +SHA256 (rust/crates/id-arena-2.2.1.crate) = 25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005 +SIZE (rust/crates/id-arena-2.2.1.crate) = 12203 +SHA256 (rust/crates/idna-1.0.3.crate) = 686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e +SIZE (rust/crates/idna-1.0.3.crate) = 142515 +SHA256 (rust/crates/idna_adapter-1.2.0.crate) = daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71 +SIZE (rust/crates/idna_adapter-1.2.0.crate) = 8206 +SHA256 (rust/crates/indexmap-2.7.1.crate) = 8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652 +SIZE (rust/crates/indexmap-2.7.1.crate) = 88644 +SHA256 (rust/crates/indoc-2.0.5.crate) = b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5 +SIZE (rust/crates/indoc-2.0.5.crate) = 14396 +SHA256 (rust/crates/inotify-0.11.0.crate) = f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3 +SIZE (rust/crates/inotify-0.11.0.crate) = 26241 +SHA256 (rust/crates/inotify-sys-0.1.5.crate) = e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb +SIZE (rust/crates/inotify-sys-0.1.5.crate) = 6965 +SHA256 (rust/crates/is_terminal_polyfill-1.70.1.crate) = 7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf +SIZE (rust/crates/is_terminal_polyfill-1.70.1.crate) = 7492 +SHA256 (rust/crates/itertools-0.12.1.crate) = ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569 +SIZE (rust/crates/itertools-0.12.1.crate) = 137761 +SHA256 (rust/crates/itertools-0.13.0.crate) = 413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186 +SIZE (rust/crates/itertools-0.13.0.crate) = 146261 +SHA256 (rust/crates/itoa-1.0.14.crate) = d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674 +SIZE (rust/crates/itoa-1.0.14.crate) = 11210 +SHA256 (rust/crates/jni-0.21.1.crate) = 1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97 +SIZE (rust/crates/jni-0.21.1.crate) = 105028 +SHA256 (rust/crates/jni-sys-0.3.0.crate) = 8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130 +SIZE (rust/crates/jni-sys-0.3.0.crate) = 10232 +SHA256 (rust/crates/jobserver-0.1.32.crate) = 48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0 +SIZE (rust/crates/jobserver-0.1.32.crate) = 27549 +SHA256 (rust/crates/js-sys-0.3.77.crate) = 1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f +SIZE (rust/crates/js-sys-0.3.77.crate) = 55538 +SHA256 (rust/crates/kqueue-1.0.8.crate) = 7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c +SIZE (rust/crates/kqueue-1.0.8.crate) = 12642 +SHA256 (rust/crates/kqueue-sys-1.0.4.crate) = ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b +SIZE (rust/crates/kqueue-sys-1.0.4.crate) = 7160 +SHA256 (rust/crates/leb128-0.2.5.crate) = 884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67 +SIZE (rust/crates/leb128-0.2.5.crate) = 11843 +SHA256 (rust/crates/libc-0.2.169.crate) = b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a +SIZE (rust/crates/libc-0.2.169.crate) = 757901 +SHA256 (rust/crates/libgit2-sys-0.18.0+1.9.0.crate) = e1a117465e7e1597e8febea8bb0c410f1c7fb93b1e1cddf34363f8390367ffec +SIZE (rust/crates/libgit2-sys-0.18.0+1.9.0.crate) = 1853724 +SHA256 (rust/crates/libloading-0.8.6.crate) = fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34 +SIZE (rust/crates/libloading-0.8.6.crate) = 28922 +SHA256 (rust/crates/libm-0.2.11.crate) = 8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa +SIZE (rust/crates/libm-0.2.11.crate) = 111477 +SHA256 (rust/crates/libredox-0.1.3.crate) = c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d +SIZE (rust/crates/libredox-0.1.3.crate) = 6068 +SHA256 (rust/crates/libssh2-sys-0.3.0.crate) = 2dc8a030b787e2119a731f1951d6a773e2280c660f8ec4b0f5e1505a386e71ee +SIZE (rust/crates/libssh2-sys-0.3.0.crate) = 514550 +SHA256 (rust/crates/libz-sys-1.1.21.crate) = df9b68e50e6e0b26f672573834882eb57759f6db9b3be2ea3c35c91188bb4eaa +SIZE (rust/crates/libz-sys-1.1.21.crate) = 839973 +SHA256 (rust/crates/linux-raw-sys-0.4.15.crate) = d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab +SIZE (rust/crates/linux-raw-sys-0.4.15.crate) = 2150898 +SHA256 (rust/crates/litemap-0.7.4.crate) = 4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104 +SIZE (rust/crates/litemap-0.7.4.crate) = 28257 +SHA256 (rust/crates/litrs-0.4.1.crate) = b4ce301924b7887e9d637144fdade93f9dfff9b60981d4ac161db09720d39aa5 +SIZE (rust/crates/litrs-0.4.1.crate) = 42603 +SHA256 (rust/crates/log-0.4.25.crate) = 04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f +SIZE (rust/crates/log-0.4.25.crate) = 44876 +SHA256 (rust/crates/mach2-0.4.2.crate) = 19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709 +SIZE (rust/crates/mach2-0.4.2.crate) = 21889 +SHA256 (rust/crates/memchr-2.7.4.crate) = 78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3 +SIZE (rust/crates/memchr-2.7.4.crate) = 96670 +SHA256 (rust/crates/memfd-0.6.4.crate) = b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64 +SIZE (rust/crates/memfd-0.6.4.crate) = 12820 +SHA256 (rust/crates/minimal-lexical-0.2.1.crate) = 68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a +SIZE (rust/crates/minimal-lexical-0.2.1.crate) = 94841 +SHA256 (rust/crates/miniz_oxide-0.8.3.crate) = b8402cab7aefae129c6977bb0ff1b8fd9a04eb5b51efc50a70bea51cda0c7924 +SIZE (rust/crates/miniz_oxide-0.8.3.crate) = 61827 +SHA256 (rust/crates/mio-1.0.3.crate) = 2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd +SIZE (rust/crates/mio-1.0.3.crate) = 103703 +SHA256 (rust/crates/ndk-context-0.1.1.crate) = 27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b +SIZE (rust/crates/ndk-context-0.1.1.crate) = 2205 +SHA256 (rust/crates/nix-0.29.0.crate) = 71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46 +SIZE (rust/crates/nix-0.29.0.crate) = 318248 +SHA256 (rust/crates/nom-7.1.3.crate) = d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a +SIZE (rust/crates/nom-7.1.3.crate) = 117570 +SHA256 (rust/crates/notify-8.0.0.crate) = 2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943 +SIZE (rust/crates/notify-8.0.0.crate) = 35590 +SHA256 (rust/crates/notify-debouncer-full-0.5.0.crate) = d2d88b1a7538054351c8258338df7c931a590513fb3745e8c15eb9ff4199b8d1 +SIZE (rust/crates/notify-debouncer-full-0.5.0.crate) = 18990 +SHA256 (rust/crates/notify-types-2.0.0.crate) = 5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d +SIZE (rust/crates/notify-types-2.0.0.crate) = 14495 +SHA256 (rust/crates/num-conv-0.1.0.crate) = 51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9 +SIZE (rust/crates/num-conv-0.1.0.crate) = 7444 +SHA256 (rust/crates/objc-sys-0.3.5.crate) = cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310 +SIZE (rust/crates/objc-sys-0.3.5.crate) = 20560 +SHA256 (rust/crates/objc2-0.5.2.crate) = 46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804 +SIZE (rust/crates/objc2-0.5.2.crate) = 199204 +SHA256 (rust/crates/objc2-encode-4.1.0.crate) = ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33 +SIZE (rust/crates/objc2-encode-4.1.0.crate) = 21004 +SHA256 (rust/crates/objc2-foundation-0.2.2.crate) = 0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8 +SIZE (rust/crates/objc2-foundation-0.2.2.crate) = 249330 +SHA256 (rust/crates/object-0.36.7.crate) = 62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87 +SIZE (rust/crates/object-0.36.7.crate) = 329938 +SHA256 (rust/crates/once_cell-1.20.2.crate) = 1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775 +SIZE (rust/crates/once_cell-1.20.2.crate) = 33394 +SHA256 (rust/crates/openssl-probe-0.1.6.crate) = d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e +SIZE (rust/crates/openssl-probe-0.1.6.crate) = 8128 +SHA256 (rust/crates/openssl-sys-0.9.104.crate) = 45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741 +SIZE (rust/crates/openssl-sys-0.9.104.crate) = 72287 +SHA256 (rust/crates/paste-1.0.15.crate) = 57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a +SIZE (rust/crates/paste-1.0.15.crate) = 18374 +SHA256 (rust/crates/path-slash-0.2.1.crate) = 1e91099d4268b0e11973f036e885d652fb0b21fedcf69738c627f94db6a44f42 +SIZE (rust/crates/path-slash-0.2.1.crate) = 8821 +SHA256 (rust/crates/percent-encoding-2.3.1.crate) = e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e +SIZE (rust/crates/percent-encoding-2.3.1.crate) = 10235 +SHA256 (rust/crates/pin-project-lite-0.2.16.crate) = 3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b +SIZE (rust/crates/pin-project-lite-0.2.16.crate) = 30504 +SHA256 (rust/crates/pkg-config-0.3.31.crate) = 953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2 +SIZE (rust/crates/pkg-config-0.3.31.crate) = 20880 +SHA256 (rust/crates/postcard-1.1.1.crate) = 170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8 +SIZE (rust/crates/postcard-1.1.1.crate) = 35639 +SHA256 (rust/crates/powerfmt-0.2.0.crate) = 439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391 +SIZE (rust/crates/powerfmt-0.2.0.crate) = 15165 +SHA256 (rust/crates/ppv-lite86-0.2.20.crate) = 77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04 +SIZE (rust/crates/ppv-lite86-0.2.20.crate) = 22478 +SHA256 (rust/crates/pretty_assertions-1.4.1.crate) = 3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d +SIZE (rust/crates/pretty_assertions-1.4.1.crate) = 78952 +SHA256 (rust/crates/prettyplease-0.2.29.crate) = 6924ced06e1f7dfe3fa48d57b9f74f55d8915f5036121bef647ef4b204895fac +SIZE (rust/crates/prettyplease-0.2.29.crate) = 71628 +SHA256 (rust/crates/proc-macro2-1.0.93.crate) = 60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99 +SIZE (rust/crates/proc-macro2-1.0.93.crate) = 52388 +SHA256 (rust/crates/psm-0.1.24.crate) = 200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810 +SIZE (rust/crates/psm-0.1.24.crate) = 23294 +SHA256 (rust/crates/pulley-interpreter-29.0.1.crate) = 62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d +SIZE (rust/crates/pulley-interpreter-29.0.1.crate) = 55917 +SHA256 (rust/crates/quote-1.0.38.crate) = 0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc +SIZE (rust/crates/quote-1.0.38.crate) = 31252 +SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 +SIZE (rust/crates/rand-0.8.5.crate) = 87113 +SHA256 (rust/crates/rand_chacha-0.3.1.crate) = e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88 +SIZE (rust/crates/rand_chacha-0.3.1.crate) = 15251 +SHA256 (rust/crates/rand_core-0.6.4.crate) = ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c +SIZE (rust/crates/rand_core-0.6.4.crate) = 22666 +SHA256 (rust/crates/redox_syscall-0.5.8.crate) = 03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834 +SIZE (rust/crates/redox_syscall-0.5.8.crate) = 26319 +SHA256 (rust/crates/regalloc2-0.11.1.crate) = 145c1c267e14f20fb0f88aa76a1c5ffec42d592c1d28b3cd9148ae35916158d3 +SIZE (rust/crates/regalloc2-0.11.1.crate) = 138308 +SHA256 (rust/crates/regex-1.11.1.crate) = b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191 +SIZE (rust/crates/regex-1.11.1.crate) = 254170 +SHA256 (rust/crates/regex-automata-0.4.9.crate) = 809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908 +SIZE (rust/crates/regex-automata-0.4.9.crate) = 618525 +SHA256 (rust/crates/regex-syntax-0.8.5.crate) = 2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c +SIZE (rust/crates/regex-syntax-0.8.5.crate) = 357541 +SHA256 (rust/crates/rgb-0.8.50.crate) = 57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a +SIZE (rust/crates/rgb-0.8.50.crate) = 21980 +SHA256 (rust/crates/ring-0.17.13.crate) = 70ac5d832aa16abd7d1def883a8545280c20a60f523a370aa3a9617c2b8550ee +SIZE (rust/crates/ring-0.17.13.crate) = 1501917 +SHA256 (rust/crates/rustc-hash-2.1.0.crate) = c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497 +SIZE (rust/crates/rustc-hash-2.1.0.crate) = 13316 +SHA256 (rust/crates/rustix-0.38.44.crate) = fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154 +SIZE (rust/crates/rustix-0.38.44.crate) = 379347 +SHA256 (rust/crates/rustls-0.23.21.crate) = 8f287924602bf649d949c63dc8ac8b235fa5387d394020705b80c4eb597ce5b8 +SIZE (rust/crates/rustls-0.23.21.crate) = 337106 +SHA256 (rust/crates/rustls-pemfile-2.2.0.crate) = dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50 +SIZE (rust/crates/rustls-pemfile-2.2.0.crate) = 25849 +SHA256 (rust/crates/rustls-pki-types-1.10.1.crate) = d2bf47e6ff922db3825eb750c4e2ff784c6ff8fb9e13046ef6a1d1c5401b0b37 +SIZE (rust/crates/rustls-pki-types-1.10.1.crate) = 58944 +SHA256 (rust/crates/rustls-webpki-0.102.8.crate) = 64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9 +SIZE (rust/crates/rustls-webpki-0.102.8.crate) = 204327 +SHA256 (rust/crates/ryu-1.0.18.crate) = f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f +SIZE (rust/crates/ryu-1.0.18.crate) = 47713 +SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 +SIZE (rust/crates/same-file-1.0.6.crate) = 10183 +SHA256 (rust/crates/semver-1.0.25.crate) = f79dfe2d285b0488816f30e700a7438c5a73d816b5b7d3ac72fbc48b0d185e03 +SIZE (rust/crates/semver-1.0.25.crate) = 31291 +SHA256 (rust/crates/serde-1.0.217.crate) = 02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70 +SIZE (rust/crates/serde-1.0.217.crate) = 79019 +SHA256 (rust/crates/serde_derive-1.0.217.crate) = 5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0 +SIZE (rust/crates/serde_derive-1.0.217.crate) = 57749 +SHA256 (rust/crates/serde_json-1.0.137.crate) = 930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b +SIZE (rust/crates/serde_json-1.0.137.crate) = 154512 +SHA256 (rust/crates/serde_spanned-0.6.8.crate) = 87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1 +SIZE (rust/crates/serde_spanned-0.6.8.crate) = 9330 +SHA256 (rust/crates/shell-words-1.1.0.crate) = 24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde +SIZE (rust/crates/shell-words-1.1.0.crate) = 9871 +SHA256 (rust/crates/shlex-1.3.0.crate) = 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64 +SIZE (rust/crates/shlex-1.3.0.crate) = 18713 +SHA256 (rust/crates/similar-2.7.0.crate) = bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa +SIZE (rust/crates/similar-2.7.0.crate) = 53928 +SHA256 (rust/crates/smallbitvec-2.5.3.crate) = fcc3fc564a4b53fd1e8589628efafe57602d91bde78be18186b5f61e8faea470 +SIZE (rust/crates/smallbitvec-2.5.3.crate) = 14751 +SHA256 (rust/crates/smallvec-1.13.2.crate) = 3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67 +SIZE (rust/crates/smallvec-1.13.2.crate) = 35216 +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/streaming-iterator-0.1.9.crate) = 2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520 +SIZE (rust/crates/streaming-iterator-0.1.9.crate) = 18482 +SHA256 (rust/crates/strsim-0.11.1.crate) = 7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f +SIZE (rust/crates/strsim-0.11.1.crate) = 14266 +SHA256 (rust/crates/subtle-2.6.1.crate) = 13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292 +SIZE (rust/crates/subtle-2.6.1.crate) = 14562 +SHA256 (rust/crates/syn-2.0.96.crate) = d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80 +SIZE (rust/crates/syn-2.0.96.crate) = 297497 +SHA256 (rust/crates/synstructure-0.13.1.crate) = c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971 +SIZE (rust/crates/synstructure-0.13.1.crate) = 18327 +SHA256 (rust/crates/target-lexicon-0.13.1.crate) = dc12939a1c9b9d391e0b7135f72fd30508b73450753e28341fed159317582a77 +SIZE (rust/crates/target-lexicon-0.13.1.crate) = 27925 +SHA256 (rust/crates/tempfile-3.15.0.crate) = 9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704 +SIZE (rust/crates/tempfile-3.15.0.crate) = 35693 +SHA256 (rust/crates/termcolor-1.4.1.crate) = 06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755 +SIZE (rust/crates/termcolor-1.4.1.crate) = 18773 +SHA256 (rust/crates/thiserror-1.0.69.crate) = b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52 +SIZE (rust/crates/thiserror-1.0.69.crate) = 22198 +SHA256 (rust/crates/thiserror-2.0.11.crate) = d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc +SIZE (rust/crates/thiserror-2.0.11.crate) = 28648 +SHA256 (rust/crates/thiserror-impl-1.0.69.crate) = 4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1 +SIZE (rust/crates/thiserror-impl-1.0.69.crate) = 18365 +SHA256 (rust/crates/thiserror-impl-2.0.11.crate) = 26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2 +SIZE (rust/crates/thiserror-impl-2.0.11.crate) = 21067 +SHA256 (rust/crates/thread_local-1.1.8.crate) = 8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c +SIZE (rust/crates/thread_local-1.1.8.crate) = 13962 +SHA256 (rust/crates/time-0.3.37.crate) = 35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21 +SIZE (rust/crates/time-0.3.37.crate) = 123257 +SHA256 (rust/crates/time-core-0.1.2.crate) = ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3 +SIZE (rust/crates/time-core-0.1.2.crate) = 7191 +SHA256 (rust/crates/time-macros-0.2.19.crate) = 2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de +SIZE (rust/crates/time-macros-0.2.19.crate) = 24268 +SHA256 (rust/crates/tiny_http-0.12.0.crate) = 389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82 +SIZE (rust/crates/tiny_http-0.12.0.crate) = 51330 +SHA256 (rust/crates/tinystr-0.7.6.crate) = 9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f +SIZE (rust/crates/tinystr-0.7.6.crate) = 16971 +SHA256 (rust/crates/toml-0.8.19.crate) = a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e +SIZE (rust/crates/toml-0.8.19.crate) = 50974 +SHA256 (rust/crates/toml_datetime-0.6.8.crate) = 0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41 +SIZE (rust/crates/toml_datetime-0.6.8.crate) = 12028 +SHA256 (rust/crates/toml_edit-0.22.22.crate) = 4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5 +SIZE (rust/crates/toml_edit-0.22.22.crate) = 106387 +SHA256 (rust/crates/topological-sort-0.2.2.crate) = ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d +SIZE (rust/crates/topological-sort-0.2.2.crate) = 10566 +SHA256 (rust/crates/tracing-0.1.41.crate) = 784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0 +SIZE (rust/crates/tracing-0.1.41.crate) = 82448 +SHA256 (rust/crates/tracing-attributes-0.1.28.crate) = 395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d +SIZE (rust/crates/tracing-attributes-0.1.28.crate) = 33280 +SHA256 (rust/crates/tracing-core-0.1.33.crate) = e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c +SIZE (rust/crates/tracing-core-0.1.33.crate) = 63434 +SHA256 (rust/crates/unicode-ident-1.0.15.crate) = 11cd88e12b17c6494200a9c1b683a04fcac9573ed74cd1b62aeb2727c5592243 +SIZE (rust/crates/unicode-ident-1.0.15.crate) = 47463 +SHA256 (rust/crates/unicode-width-0.2.0.crate) = 1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd +SIZE (rust/crates/unicode-width-0.2.0.crate) = 271509 +SHA256 (rust/crates/unicode-xid-0.2.6.crate) = ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853 +SIZE (rust/crates/unicode-xid-0.2.6.crate) = 15744 +SHA256 (rust/crates/unindent-0.2.3.crate) = c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce +SIZE (rust/crates/unindent-0.2.3.crate) = 7306 +SHA256 (rust/crates/untrusted-0.9.0.crate) = 8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1 +SIZE (rust/crates/untrusted-0.9.0.crate) = 14447 +SHA256 (rust/crates/ureq-3.0.0.crate) = e860613aec8c8643c53fb4a3ea3bed801ac09d982b75cb5a1c579e410ef043c2 +SIZE (rust/crates/ureq-3.0.0.crate) = 115063 +SHA256 (rust/crates/ureq-proto-0.2.4.crate) = 319fa2a136b0a13deb093ce09407b39918ecceb68abfc688d9bf9353cf840b94 +SIZE (rust/crates/ureq-proto-0.2.4.crate) = 42393 +SHA256 (rust/crates/url-2.5.4.crate) = 32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60 +SIZE (rust/crates/url-2.5.4.crate) = 81097 +SHA256 (rust/crates/utf-8-0.7.6.crate) = 09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9 +SIZE (rust/crates/utf-8-0.7.6.crate) = 10422 +SHA256 (rust/crates/utf16_iter-1.0.5.crate) = c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246 +SIZE (rust/crates/utf16_iter-1.0.5.crate) = 9736 +SHA256 (rust/crates/utf8-width-0.1.7.crate) = 86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3 +SIZE (rust/crates/utf8-width-0.1.7.crate) = 2977 +SHA256 (rust/crates/utf8_iter-1.0.4.crate) = b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be +SIZE (rust/crates/utf8_iter-1.0.4.crate) = 10437 +SHA256 (rust/crates/utf8parse-0.2.2.crate) = 06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821 +SIZE (rust/crates/utf8parse-0.2.2.crate) = 13499 +SHA256 (rust/crates/vcpkg-0.2.15.crate) = accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426 +SIZE (rust/crates/vcpkg-0.2.15.crate) = 228735 +SHA256 (rust/crates/version_check-0.9.5.crate) = 0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a +SIZE (rust/crates/version_check-0.9.5.crate) = 15554 +SHA256 (rust/crates/walkdir-2.5.0.crate) = 29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b +SIZE (rust/crates/walkdir-2.5.0.crate) = 23951 +SHA256 (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 +SIZE (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131 +SHA256 (rust/crates/wasm-bindgen-0.2.100.crate) = 1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5 +SIZE (rust/crates/wasm-bindgen-0.2.100.crate) = 48288 +SHA256 (rust/crates/wasm-bindgen-backend-0.2.100.crate) = 2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6 +SIZE (rust/crates/wasm-bindgen-backend-0.2.100.crate) = 32111 +SHA256 (rust/crates/wasm-bindgen-macro-0.2.100.crate) = 7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407 +SIZE (rust/crates/wasm-bindgen-macro-0.2.100.crate) = 9663 +SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.100.crate) = 8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de +SIZE (rust/crates/wasm-bindgen-macro-support-0.2.100.crate) = 26243 +SHA256 (rust/crates/wasm-bindgen-shared-0.2.100.crate) = 1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d +SIZE (rust/crates/wasm-bindgen-shared-0.2.100.crate) = 8570 +SHA256 (rust/crates/wasm-encoder-0.221.2.crate) = c17a3bd88f2155da63a1f2fcb8a56377a24f0b6dfed12733bb5f544e86f690c5 +SIZE (rust/crates/wasm-encoder-0.221.2.crate) = 65262 +SHA256 (rust/crates/wasmparser-0.221.2.crate) = 9845c470a2e10b61dd42c385839cdd6496363ed63b5c9e420b5488b77bd22083 +SIZE (rust/crates/wasmparser-0.221.2.crate) = 242909 +SHA256 (rust/crates/wasmparser-0.224.0.crate) = 65881a664fdd43646b647bb27bf186ab09c05bf56779d40aed4c6dce47d423f5 +SIZE (rust/crates/wasmparser-0.224.0.crate) = 247038 +SHA256 (rust/crates/wasmprinter-0.221.2.crate) = a80742ff1b9e6d8c231ac7c7247782c6fc5bce503af760bca071811e5fc9ee56 +SIZE (rust/crates/wasmprinter-0.221.2.crate) = 38348 +SHA256 (rust/crates/wasmtime-29.0.1.crate) = 11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69 +SIZE (rust/crates/wasmtime-29.0.1.crate) = 693309 +SHA256 (rust/crates/wasmtime-asm-macros-29.0.1.crate) = 1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2 +SIZE (rust/crates/wasmtime-asm-macros-29.0.1.crate) = 1865 +SHA256 (rust/crates/wasmtime-c-api-impl-29.0.1.crate) = ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c +SIZE (rust/crates/wasmtime-c-api-impl-29.0.1.crate) = 132016 +SHA256 (rust/crates/wasmtime-c-api-macros-29.0.1.crate) = 022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b +SIZE (rust/crates/wasmtime-c-api-macros-29.0.1.crate) = 2700 +SHA256 (rust/crates/wasmtime-component-macro-29.0.1.crate) = d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf +SIZE (rust/crates/wasmtime-component-macro-29.0.1.crate) = 203168 +SHA256 (rust/crates/wasmtime-component-util-29.0.1.crate) = 707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e +SIZE (rust/crates/wasmtime-component-util-29.0.1.crate) = 2515 +SHA256 (rust/crates/wasmtime-cranelift-29.0.1.crate) = 366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87 +SIZE (rust/crates/wasmtime-cranelift-29.0.1.crate) = 178851 +SHA256 (rust/crates/wasmtime-environ-29.0.1.crate) = cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad +SIZE (rust/crates/wasmtime-environ-29.0.1.crate) = 192670 +SHA256 (rust/crates/wasmtime-fiber-29.0.1.crate) = ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117 +SIZE (rust/crates/wasmtime-fiber-29.0.1.crate) = 27634 +SHA256 (rust/crates/wasmtime-jit-icache-coherence-29.0.1.crate) = ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1 +SIZE (rust/crates/wasmtime-jit-icache-coherence-29.0.1.crate) = 6840 +SHA256 (rust/crates/wasmtime-math-29.0.1.crate) = 29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17 +SIZE (rust/crates/wasmtime-math-29.0.1.crate) = 2630 +SHA256 (rust/crates/wasmtime-slab-29.0.1.crate) = fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf +SIZE (rust/crates/wasmtime-slab-29.0.1.crate) = 5435 +SHA256 (rust/crates/wasmtime-versioned-export-macros-29.0.1.crate) = 86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b +SIZE (rust/crates/wasmtime-versioned-export-macros-29.0.1.crate) = 2038 +SHA256 (rust/crates/wasmtime-winch-29.0.1.crate) = fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f +SIZE (rust/crates/wasmtime-winch-29.0.1.crate) = 13095 +SHA256 (rust/crates/wasmtime-wit-bindgen-29.0.1.crate) = 8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6 +SIZE (rust/crates/wasmtime-wit-bindgen-29.0.1.crate) = 31902 +SHA256 (rust/crates/web-sys-0.3.77.crate) = 33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2 +SIZE (rust/crates/web-sys-0.3.77.crate) = 638246 +SHA256 (rust/crates/webbrowser-1.0.3.crate) = ea9fe1ebb156110ff855242c1101df158b822487e4957b0556d9ffce9db0f535 +SIZE (rust/crates/webbrowser-1.0.3.crate) = 40256 +SHA256 (rust/crates/webpki-roots-0.26.7.crate) = 5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e +SIZE (rust/crates/webpki-roots-0.26.7.crate) = 249392 +SHA256 (rust/crates/widestring-1.1.0.crate) = 7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311 +SIZE (rust/crates/widestring-1.1.0.crate) = 85046 +SHA256 (rust/crates/winapi-util-0.1.9.crate) = cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb +SIZE (rust/crates/winapi-util-0.1.9.crate) = 12464 +SHA256 (rust/crates/winch-codegen-29.0.1.crate) = 2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c +SIZE (rust/crates/winch-codegen-29.0.1.crate) = 119631 +SHA256 (rust/crates/windows-sys-0.45.0.crate) = 75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0 +SIZE (rust/crates/windows-sys-0.45.0.crate) = 2568659 +SHA256 (rust/crates/windows-sys-0.48.0.crate) = 677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9 +SIZE (rust/crates/windows-sys-0.48.0.crate) = 2628884 +SHA256 (rust/crates/windows-sys-0.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d +SIZE (rust/crates/windows-sys-0.52.0.crate) = 2576877 +SHA256 (rust/crates/windows-sys-0.59.0.crate) = 1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b +SIZE (rust/crates/windows-sys-0.59.0.crate) = 2387323 +SHA256 (rust/crates/windows-targets-0.42.2.crate) = 8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071 +SIZE (rust/crates/windows-targets-0.42.2.crate) = 5492 +SHA256 (rust/crates/windows-targets-0.48.5.crate) = 9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c +SIZE (rust/crates/windows-targets-0.48.5.crate) = 6904 +SHA256 (rust/crates/windows-targets-0.52.6.crate) = 9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973 +SIZE (rust/crates/windows-targets-0.52.6.crate) = 6403 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.42.2.crate) = 597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8 +SIZE (rust/crates/windows_aarch64_gnullvm-0.42.2.crate) = 364071 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8 +SIZE (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 418492 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3 +SIZE (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 435718 +SHA256 (rust/crates/windows_aarch64_msvc-0.42.2.crate) = e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43 +SIZE (rust/crates/windows_aarch64_msvc-0.42.2.crate) = 666981 +SHA256 (rust/crates/windows_aarch64_msvc-0.48.5.crate) = dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc +SIZE (rust/crates/windows_aarch64_msvc-0.48.5.crate) = 798483 +SHA256 (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469 +SIZE (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 832615 +SHA256 (rust/crates/windows_i686_gnu-0.42.2.crate) = c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f +SIZE (rust/crates/windows_i686_gnu-0.42.2.crate) = 736236 +SHA256 (rust/crates/windows_i686_gnu-0.48.5.crate) = a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e +SIZE (rust/crates/windows_i686_gnu-0.48.5.crate) = 844891 +SHA256 (rust/crates/windows_i686_gnu-0.52.6.crate) = 8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b +SIZE (rust/crates/windows_i686_gnu-0.52.6.crate) = 880402 +SHA256 (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66 +SIZE (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 475940 +SHA256 (rust/crates/windows_i686_msvc-0.42.2.crate) = 44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060 +SIZE (rust/crates/windows_i686_msvc-0.42.2.crate) = 724951 +SHA256 (rust/crates/windows_i686_msvc-0.48.5.crate) = 8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406 +SIZE (rust/crates/windows_i686_msvc-0.48.5.crate) = 864300 +SHA256 (rust/crates/windows_i686_msvc-0.52.6.crate) = 240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66 +SIZE (rust/crates/windows_i686_msvc-0.52.6.crate) = 901163 +SHA256 (rust/crates/windows_x86_64_gnu-0.42.2.crate) = 8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36 +SIZE (rust/crates/windows_x86_64_gnu-0.42.2.crate) = 699373 +SHA256 (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e +SIZE (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 801619 +SHA256 (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78 +SIZE (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 836363 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.42.2.crate) = 26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3 +SIZE (rust/crates/windows_x86_64_gnullvm-0.42.2.crate) = 364068 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc +SIZE (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 418486 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d +SIZE (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 435707 +SHA256 (rust/crates/windows_x86_64_msvc-0.42.2.crate) = 9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0 +SIZE (rust/crates/windows_x86_64_msvc-0.42.2.crate) = 666936 +SHA256 (rust/crates/windows_x86_64_msvc-0.48.5.crate) = ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538 +SIZE (rust/crates/windows_x86_64_msvc-0.48.5.crate) = 798412 +SHA256 (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec +SIZE (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 832564 +SHA256 (rust/crates/winnow-0.6.24.crate) = c8d71a593cc5c42ad7876e2c1fda56f314f3754c084128833e64f1345ff8a03a +SIZE (rust/crates/winnow-0.6.24.crate) = 165680 +SHA256 (rust/crates/wit-parser-0.221.2.crate) = fbe1538eea6ea5ddbe5defd0dc82539ad7ba751e1631e9185d24a931f0a5adc8 +SIZE (rust/crates/wit-parser-0.221.2.crate) = 137746 +SHA256 (rust/crates/write16-1.0.0.crate) = d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936 +SIZE (rust/crates/write16-1.0.0.crate) = 7218 +SHA256 (rust/crates/writeable-0.5.5.crate) = 1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51 +SIZE (rust/crates/writeable-0.5.5.crate) = 22354 +SHA256 (rust/crates/yansi-1.0.1.crate) = cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049 +SIZE (rust/crates/yansi-1.0.1.crate) = 75497 +SHA256 (rust/crates/yoke-0.7.5.crate) = 120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40 +SIZE (rust/crates/yoke-0.7.5.crate) = 29673 +SHA256 (rust/crates/yoke-derive-0.7.5.crate) = 2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154 +SIZE (rust/crates/yoke-derive-0.7.5.crate) = 7525 +SHA256 (rust/crates/zerocopy-0.7.35.crate) = 1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0 +SIZE (rust/crates/zerocopy-0.7.35.crate) = 152645 +SHA256 (rust/crates/zerocopy-derive-0.7.35.crate) = fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e +SIZE (rust/crates/zerocopy-derive-0.7.35.crate) = 37829 +SHA256 (rust/crates/zerofrom-0.1.5.crate) = cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e +SIZE (rust/crates/zerofrom-0.1.5.crate) = 5091 +SHA256 (rust/crates/zerofrom-derive-0.1.5.crate) = 595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808 +SIZE (rust/crates/zerofrom-derive-0.1.5.crate) = 8285 +SHA256 (rust/crates/zeroize-1.8.1.crate) = ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde +SIZE (rust/crates/zeroize-1.8.1.crate) = 20029 +SHA256 (rust/crates/zerovec-0.10.4.crate) = aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079 +SIZE (rust/crates/zerovec-0.10.4.crate) = 126398 +SHA256 (rust/crates/zerovec-derive-0.10.3.crate) = 6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6 +SIZE (rust/crates/zerovec-derive-0.10.3.crate) = 19438 +SHA256 (tree-sitter-tree-sitter-v0.25.8_GH0.tar.gz) = 178b575244d967f4920a4642408dc4edf6de96948d37d7f06e5b78acee9c0b4e +SIZE (tree-sitter-tree-sitter-v0.25.8_GH0.tar.gz) = 857462 diff --git a/devel/tree-sitter-cli/pkg-descr b/devel/tree-sitter-cli/pkg-descr new file mode 100644 index 000000000000..1e5541976a44 --- /dev/null +++ b/devel/tree-sitter-cli/pkg-descr @@ -0,0 +1,10 @@ +Tree-sitter is a parser generator tool and an incremental parsing library. It +can build a concrete syntax tree for a source file and efficiently update the +syntax tree as the source file is edited. Tree-sitter aims to be: + +- General enough to parse any programming language +- Fast enough to parse on every keystroke in a text editor +- Robust enough to provide useful results even in the presence of syntax + errors +- Dependency-free so that the runtime library (which is written in pure C) + can be embedded in any application diff --git a/devel/wasm-server-runner/Makefile b/devel/wasm-server-runner/Makefile new file mode 100644 index 000000000000..823750b4ee1b --- /dev/null +++ b/devel/wasm-server-runner/Makefile @@ -0,0 +1,21 @@ +PORTNAME= wasm-server-runner +DISTVERSIONPREFIX= v +DISTVERSION= 1.0.0 +CATEGORIES= devel + +MAINTAINER= cs@FreeBSD.org +COMMENT= Cargo runner for WASM +WWW= https://github.com/jakobhellermann/wasm-server-runner/ + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md + +LIB_DEPENDS+= libzstd.so:archivers/zstd + +USES= cargo +USE_GITHUB= yes +GH_ACCOUNT= jakobhellermann + +PLIST_FILES= bin/wasm-server-runner + +.include <bsd.port.mk> diff --git a/devel/wasm-server-runner/Makefile.crates b/devel/wasm-server-runner/Makefile.crates new file mode 100644 index 000000000000..b15d4c010071 --- /dev/null +++ b/devel/wasm-server-runner/Makefile.crates @@ -0,0 +1,220 @@ +CARGO_CRATES= addr2line-0.24.2 \ + adler2-2.0.0 \ + ahash-0.8.11 \ + aho-corasick-1.1.3 \ + alloc-no-stdlib-2.0.4 \ + alloc-stdlib-0.2.2 \ + anyhow-1.0.97 \ + arc-swap-1.7.1 \ + async-compression-0.4.21 \ + atomic-waker-1.1.2 \ + autocfg-1.4.0 \ + aws-lc-rs-1.12.6 \ + aws-lc-sys-0.27.1 \ + axum-0.8.1 \ + axum-core-0.5.0 \ + axum-server-0.7.2 \ + axum-server-dual-protocol-0.7.0 \ + backtrace-0.3.74 \ + base64-0.22.1 \ + bindgen-0.69.5 \ + bitflags-2.9.0 \ + block-buffer-0.10.4 \ + brotli-7.0.0 \ + brotli-decompressor-4.0.2 \ + bytes-1.10.1 \ + cc-1.2.17 \ + cexpr-0.6.0 \ + cfg-if-1.0.0 \ + clang-sys-1.8.1 \ + cmake-0.1.54 \ + cpufeatures-0.2.17 \ + crc32fast-1.4.2 \ + crossbeam-deque-0.8.6 \ + crossbeam-epoch-0.9.18 \ + crossbeam-utils-0.8.21 \ + crypto-common-0.1.6 \ + data-encoding-2.8.0 \ + deranged-0.4.1 \ + digest-0.10.7 \ + directories-6.0.0 \ + dirs-sys-0.5.0 \ + dunce-1.0.5 \ + either-1.15.0 \ + equivalent-1.0.2 \ + errno-0.3.10 \ + fallible-iterator-0.2.0 \ + fastrand-2.3.0 \ + flate2-1.1.0 \ + fnv-1.0.7 \ + fs-err-3.1.0 \ + fs_extra-1.3.0 \ + futures-channel-0.3.31 \ + futures-core-0.3.31 \ + futures-sink-0.3.31 \ + futures-task-0.3.31 \ + futures-util-0.3.31 \ + generic-array-0.14.7 \ + getrandom-0.2.15 \ + getrandom-0.3.2 \ + gimli-0.26.2 \ + gimli-0.31.1 \ + glob-0.3.2 \ + h2-0.4.8 \ + hashbrown-0.12.3 \ + hashbrown-0.14.5 \ + hashbrown-0.15.2 \ + heck-0.5.0 \ + home-0.5.11 \ + http-1.3.1 \ + http-body-1.0.1 \ + http-body-util-0.1.3 \ + http-range-header-0.4.2 \ + httparse-1.10.1 \ + httpdate-1.0.3 \ + hyper-1.6.0 \ + hyper-util-0.1.10 \ + id-arena-2.2.1 \ + indexmap-1.9.3 \ + indexmap-2.8.0 \ + itertools-0.12.1 \ + itoa-1.0.15 \ + jobserver-0.1.32 \ + lazy_static-1.5.0 \ + lazycell-1.3.0 \ + leb128-0.2.5 \ + libc-0.2.171 \ + libloading-0.8.6 \ + libredox-0.1.3 \ + linux-raw-sys-0.4.15 \ + linux-raw-sys-0.9.3 \ + log-0.4.27 \ + matchers-0.1.0 \ + matchit-0.8.4 \ + memchr-2.7.4 \ + mime-0.3.17 \ + mime_guess-2.0.5 \ + minimal-lexical-0.2.1 \ + miniz_oxide-0.8.5 \ + mio-1.0.3 \ + nom-7.1.3 \ + nu-ansi-term-0.46.0 \ + num-conv-0.1.0 \ + object-0.36.7 \ + once_cell-1.21.1 \ + option-ext-0.2.0 \ + overload-0.1.1 \ + percent-encoding-2.3.1 \ + pin-project-1.1.10 \ + pin-project-internal-1.1.10 \ + pin-project-lite-0.2.16 \ + pin-utils-0.1.0 \ + pkg-config-0.3.32 \ + powerfmt-0.2.0 \ + ppv-lite86-0.2.21 \ + prettyplease-0.2.31 \ + proc-macro2-1.0.94 \ + quote-1.0.40 \ + r-efi-5.2.0 \ + rand-0.9.0 \ + rand_chacha-0.9.0 \ + rand_core-0.9.3 \ + rayon-1.10.0 \ + rayon-core-1.12.1 \ + rcgen-0.13.2 \ + redox_users-0.5.0 \ + regex-1.11.1 \ + regex-automata-0.1.10 \ + regex-automata-0.4.9 \ + regex-syntax-0.6.29 \ + regex-syntax-0.8.5 \ + ring-0.17.14 \ + rustc-demangle-0.1.24 \ + rustc-hash-1.1.0 \ + rustix-0.38.44 \ + rustix-1.0.3 \ + rustls-0.23.25 \ + rustls-pemfile-2.2.0 \ + rustls-pki-types-1.11.0 \ + rustls-webpki-0.103.0 \ + rustversion-1.0.20 \ + ryu-1.0.20 \ + semver-1.0.26 \ + serde-1.0.219 \ + serde_derive-1.0.219 \ + serde_json-1.0.140 \ + sha1-0.10.6 \ + sharded-slab-0.1.7 \ + shlex-1.3.0 \ + slab-0.4.9 \ + smallvec-1.14.0 \ + socket2-0.5.8 \ + stable_deref_trait-1.2.0 \ + subtle-2.6.1 \ + syn-2.0.100 \ + sync_wrapper-1.0.2 \ + tempfile-3.19.1 \ + thiserror-2.0.12 \ + thiserror-impl-2.0.12 \ + thread_local-1.1.8 \ + time-0.3.41 \ + time-core-0.1.4 \ + tokio-1.44.1 \ + tokio-macros-2.5.0 \ + tokio-rustls-0.26.2 \ + tokio-tungstenite-0.26.2 \ + tokio-util-0.7.14 \ + tower-0.5.2 \ + tower-http-0.6.2 \ + tower-layer-0.3.3 \ + tower-service-0.3.3 \ + tracing-0.1.41 \ + tracing-core-0.1.33 \ + tracing-log-0.2.0 \ + tracing-subscriber-0.3.19 \ + tungstenite-0.26.2 \ + typenum-1.18.0 \ + unicase-2.8.1 \ + unicode-ident-1.0.18 \ + untrusted-0.9.0 \ + utf-8-0.7.6 \ + valuable-0.1.1 \ + version_check-0.9.5 \ + walrus-0.23.3 \ + walrus-macro-0.22.0 \ + wasi-0.11.0+wasi-snapshot-preview1 \ + wasi-0.14.2+wasi-0.2.4 \ + wasm-bindgen-cli-support-0.2.100 \ + wasm-bindgen-externref-xform-0.2.100 \ + wasm-bindgen-multi-value-xform-0.2.100 \ + wasm-bindgen-shared-0.2.100 \ + wasm-bindgen-threads-xform-0.2.100 \ + wasm-bindgen-wasm-conventions-0.2.100 \ + wasm-bindgen-wasm-interpreter-0.2.100 \ + wasm-encoder-0.214.0 \ + wasmparser-0.214.0 \ + which-4.4.2 \ + winapi-0.3.9 \ + winapi-i686-pc-windows-gnu-0.4.0 \ + winapi-x86_64-pc-windows-gnu-0.4.0 \ + windows-sys-0.52.0 \ + windows-sys-0.59.0 \ + windows-targets-0.52.6 \ + windows_aarch64_gnullvm-0.52.6 \ + windows_aarch64_msvc-0.52.6 \ + windows_i686_gnu-0.52.6 \ + windows_i686_gnullvm-0.52.6 \ + windows_i686_msvc-0.52.6 \ + windows_x86_64_gnu-0.52.6 \ + windows_x86_64_gnullvm-0.52.6 \ + windows_x86_64_msvc-0.52.6 \ + wit-bindgen-rt-0.39.0 \ + yasna-0.5.2 \ + zerocopy-0.7.35 \ + zerocopy-0.8.24 \ + zerocopy-derive-0.7.35 \ + zerocopy-derive-0.8.24 \ + zeroize-1.8.1 \ + zstd-0.13.3 \ + zstd-safe-7.2.4 \ + zstd-sys-2.0.15+zstd.1.5.7 diff --git a/devel/wasm-server-runner/distinfo b/devel/wasm-server-runner/distinfo new file mode 100644 index 000000000000..b3cc8a30ea42 --- /dev/null +++ b/devel/wasm-server-runner/distinfo @@ -0,0 +1,443 @@ +TIMESTAMP = 1754238275 +SHA256 (rust/crates/addr2line-0.24.2.crate) = dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1 +SIZE (rust/crates/addr2line-0.24.2.crate) = 39015 +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 +SIZE (rust/crates/ahash-0.8.11.crate) = 43607 +SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 +SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311 +SHA256 (rust/crates/alloc-no-stdlib-2.0.4.crate) = cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3 +SIZE (rust/crates/alloc-no-stdlib-2.0.4.crate) = 10105 +SHA256 (rust/crates/alloc-stdlib-0.2.2.crate) = 94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece +SIZE (rust/crates/alloc-stdlib-0.2.2.crate) = 6693 +SHA256 (rust/crates/anyhow-1.0.97.crate) = dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f +SIZE (rust/crates/anyhow-1.0.97.crate) = 52221 +SHA256 (rust/crates/arc-swap-1.7.1.crate) = 69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457 +SIZE (rust/crates/arc-swap-1.7.1.crate) = 68512 +SHA256 (rust/crates/async-compression-0.4.21.crate) = c0cf008e5e1a9e9e22a7d3c9a4992e21a350290069e36d8fb72304ed17e8f2d2 +SIZE (rust/crates/async-compression-0.4.21.crate) = 112809 +SHA256 (rust/crates/atomic-waker-1.1.2.crate) = 1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0 +SIZE (rust/crates/atomic-waker-1.1.2.crate) = 12422 +SHA256 (rust/crates/autocfg-1.4.0.crate) = ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26 +SIZE (rust/crates/autocfg-1.4.0.crate) = 17712 +SHA256 (rust/crates/aws-lc-rs-1.12.6.crate) = dabb68eb3a7aa08b46fddfd59a3d55c978243557a90ab804769f7e20e67d2b01 +SIZE (rust/crates/aws-lc-rs-1.12.6.crate) = 199625 +SHA256 (rust/crates/aws-lc-sys-0.27.1.crate) = 77926887776171ced7d662120a75998e444d3750c951abfe07f90da130514b1f +SIZE (rust/crates/aws-lc-sys-0.27.1.crate) = 8495439 +SHA256 (rust/crates/axum-0.8.1.crate) = 6d6fd624c75e18b3b4c6b9caf42b1afe24437daaee904069137d8bab077be8b8 +SIZE (rust/crates/axum-0.8.1.crate) = 172586 +SHA256 (rust/crates/axum-core-0.5.0.crate) = df1362f362fd16024ae199c1970ce98f9661bf5ef94b9808fee734bc3698b733 +SIZE (rust/crates/axum-core-0.5.0.crate) = 26187 +SHA256 (rust/crates/axum-server-0.7.2.crate) = 495c05f60d6df0093e8fb6e74aa5846a0ad06abaf96d76166283720bf740f8ab +SIZE (rust/crates/axum-server-0.7.2.crate) = 42158 +SHA256 (rust/crates/axum-server-dual-protocol-0.7.0.crate) = 2164551db024e87f20316d164eab9f5ad342d8188b08051ceb15ca92a60ea7b7 +SIZE (rust/crates/axum-server-dual-protocol-0.7.0.crate) = 26253 +SHA256 (rust/crates/backtrace-0.3.74.crate) = 8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a +SIZE (rust/crates/backtrace-0.3.74.crate) = 88516 +SHA256 (rust/crates/base64-0.22.1.crate) = 72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6 +SIZE (rust/crates/base64-0.22.1.crate) = 81597 +SHA256 (rust/crates/bindgen-0.69.5.crate) = 271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088 +SIZE (rust/crates/bindgen-0.69.5.crate) = 221128 +SHA256 (rust/crates/bitflags-2.9.0.crate) = 5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd +SIZE (rust/crates/bitflags-2.9.0.crate) = 47654 +SHA256 (rust/crates/block-buffer-0.10.4.crate) = 3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71 +SIZE (rust/crates/block-buffer-0.10.4.crate) = 10538 +SHA256 (rust/crates/brotli-7.0.0.crate) = cc97b8f16f944bba54f0433f07e30be199b6dc2bd25937444bbad560bcea29bd +SIZE (rust/crates/brotli-7.0.0.crate) = 1356970 +SHA256 (rust/crates/brotli-decompressor-4.0.2.crate) = 74fa05ad7d803d413eb8380983b092cbbaf9a85f151b871360e7b00cd7060b37 +SIZE (rust/crates/brotli-decompressor-4.0.2.crate) = 193388 +SHA256 (rust/crates/bytes-1.10.1.crate) = d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a +SIZE (rust/crates/bytes-1.10.1.crate) = 76779 +SHA256 (rust/crates/cc-1.2.17.crate) = 1fcb57c740ae1daf453ae85f16e37396f672b039e00d9d866e07ddb24e328e3a +SIZE (rust/crates/cc-1.2.17.crate) = 105794 +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 +SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 +SHA256 (rust/crates/clang-sys-1.8.1.crate) = 0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4 +SIZE (rust/crates/clang-sys-1.8.1.crate) = 44009 +SHA256 (rust/crates/cmake-0.1.54.crate) = e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0 +SIZE (rust/crates/cmake-0.1.54.crate) = 18955 +SHA256 (rust/crates/cpufeatures-0.2.17.crate) = 59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280 +SIZE (rust/crates/cpufeatures-0.2.17.crate) = 13466 +SHA256 (rust/crates/crc32fast-1.4.2.crate) = a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3 +SIZE (rust/crates/crc32fast-1.4.2.crate) = 38491 +SHA256 (rust/crates/crossbeam-deque-0.8.6.crate) = 9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51 +SIZE (rust/crates/crossbeam-deque-0.8.6.crate) = 22471 +SHA256 (rust/crates/crossbeam-epoch-0.9.18.crate) = 5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e +SIZE (rust/crates/crossbeam-epoch-0.9.18.crate) = 46875 +SHA256 (rust/crates/crossbeam-utils-0.8.21.crate) = d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28 +SIZE (rust/crates/crossbeam-utils-0.8.21.crate) = 42691 +SHA256 (rust/crates/crypto-common-0.1.6.crate) = 1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3 +SIZE (rust/crates/crypto-common-0.1.6.crate) = 8760 +SHA256 (rust/crates/data-encoding-2.8.0.crate) = 575f75dfd25738df5b91b8e43e14d44bda14637a58fae779fd2b064f8bf3e010 +SIZE (rust/crates/data-encoding-2.8.0.crate) = 21394 +SHA256 (rust/crates/deranged-0.4.1.crate) = 28cfac68e08048ae1883171632c2aef3ebc555621ae56fbccce1cbf22dd7f058 +SIZE (rust/crates/deranged-0.4.1.crate) = 23541 +SHA256 (rust/crates/digest-0.10.7.crate) = 9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292 +SIZE (rust/crates/digest-0.10.7.crate) = 19557 +SHA256 (rust/crates/directories-6.0.0.crate) = 16f5094c54661b38d03bd7e50df373292118db60b585c08a411c6d840017fe7d +SIZE (rust/crates/directories-6.0.0.crate) = 17842 +SHA256 (rust/crates/dirs-sys-0.5.0.crate) = e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab +SIZE (rust/crates/dirs-sys-0.5.0.crate) = 10157 +SHA256 (rust/crates/dunce-1.0.5.crate) = 92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813 +SIZE (rust/crates/dunce-1.0.5.crate) = 8244 +SHA256 (rust/crates/either-1.15.0.crate) = 48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719 +SIZE (rust/crates/either-1.15.0.crate) = 20114 +SHA256 (rust/crates/equivalent-1.0.2.crate) = 877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f +SIZE (rust/crates/equivalent-1.0.2.crate) = 7419 +SHA256 (rust/crates/errno-0.3.10.crate) = 33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d +SIZE (rust/crates/errno-0.3.10.crate) = 11824 +SHA256 (rust/crates/fallible-iterator-0.2.0.crate) = 4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7 +SIZE (rust/crates/fallible-iterator-0.2.0.crate) = 18509 +SHA256 (rust/crates/fastrand-2.3.0.crate) = 37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be +SIZE (rust/crates/fastrand-2.3.0.crate) = 15076 +SHA256 (rust/crates/flate2-1.1.0.crate) = 11faaf5a5236997af9848be0bef4db95824b1d534ebc64d0f0c6cf3e67bd38dc +SIZE (rust/crates/flate2-1.1.0.crate) = 110650 +SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 +SIZE (rust/crates/fnv-1.0.7.crate) = 11266 +SHA256 (rust/crates/fs-err-3.1.0.crate) = 1f89bda4c2a21204059a977ed3bfe746677dfd137b83c339e702b0ac91d482aa +SIZE (rust/crates/fs-err-3.1.0.crate) = 23055 +SHA256 (rust/crates/fs_extra-1.3.0.crate) = 42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c +SIZE (rust/crates/fs_extra-1.3.0.crate) = 31298 +SHA256 (rust/crates/futures-channel-0.3.31.crate) = 2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10 +SIZE (rust/crates/futures-channel-0.3.31.crate) = 31971 +SHA256 (rust/crates/futures-core-0.3.31.crate) = 05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e +SIZE (rust/crates/futures-core-0.3.31.crate) = 14318 +SHA256 (rust/crates/futures-sink-0.3.31.crate) = e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7 +SIZE (rust/crates/futures-sink-0.3.31.crate) = 7958 +SHA256 (rust/crates/futures-task-0.3.31.crate) = f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988 +SIZE (rust/crates/futures-task-0.3.31.crate) = 11217 +SHA256 (rust/crates/futures-util-0.3.31.crate) = 9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81 +SIZE (rust/crates/futures-util-0.3.31.crate) = 162124 +SHA256 (rust/crates/generic-array-0.14.7.crate) = 85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a +SIZE (rust/crates/generic-array-0.14.7.crate) = 15950 +SHA256 (rust/crates/getrandom-0.2.15.crate) = c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7 +SIZE (rust/crates/getrandom-0.2.15.crate) = 37163 +SHA256 (rust/crates/getrandom-0.3.2.crate) = 73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0 +SIZE (rust/crates/getrandom-0.3.2.crate) = 49140 +SHA256 (rust/crates/gimli-0.26.2.crate) = 22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d +SIZE (rust/crates/gimli-0.26.2.crate) = 717340 +SHA256 (rust/crates/gimli-0.31.1.crate) = 07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f +SIZE (rust/crates/gimli-0.31.1.crate) = 279515 +SHA256 (rust/crates/glob-0.3.2.crate) = a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2 +SIZE (rust/crates/glob-0.3.2.crate) = 22359 +SHA256 (rust/crates/h2-0.4.8.crate) = 5017294ff4bb30944501348f6f8e42e6ad28f42c8bbef7a74029aff064a4e3c2 +SIZE (rust/crates/h2-0.4.8.crate) = 174535 +SHA256 (rust/crates/hashbrown-0.12.3.crate) = 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888 +SIZE (rust/crates/hashbrown-0.12.3.crate) = 102968 +SHA256 (rust/crates/hashbrown-0.14.5.crate) = e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1 +SIZE (rust/crates/hashbrown-0.14.5.crate) = 141498 +SHA256 (rust/crates/hashbrown-0.15.2.crate) = bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289 +SIZE (rust/crates/hashbrown-0.15.2.crate) = 138478 +SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea +SIZE (rust/crates/heck-0.5.0.crate) = 11517 +SHA256 (rust/crates/home-0.5.11.crate) = 589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf +SIZE (rust/crates/home-0.5.11.crate) = 9926 +SHA256 (rust/crates/http-1.3.1.crate) = f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565 +SIZE (rust/crates/http-1.3.1.crate) = 106063 +SHA256 (rust/crates/http-body-1.0.1.crate) = 1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184 +SIZE (rust/crates/http-body-1.0.1.crate) = 6125 +SHA256 (rust/crates/http-body-util-0.1.3.crate) = b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a +SIZE (rust/crates/http-body-util-0.1.3.crate) = 16975 +SHA256 (rust/crates/http-range-header-0.4.2.crate) = 9171a2ea8a68358193d15dd5d70c1c10a2afc3e7e4c5bc92bc9f025cebd7359c +SIZE (rust/crates/http-range-header-0.4.2.crate) = 8545 +SHA256 (rust/crates/httparse-1.10.1.crate) = 6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87 +SIZE (rust/crates/httparse-1.10.1.crate) = 45190 +SHA256 (rust/crates/httpdate-1.0.3.crate) = df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9 +SIZE (rust/crates/httpdate-1.0.3.crate) = 10639 +SHA256 (rust/crates/hyper-1.6.0.crate) = cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80 +SIZE (rust/crates/hyper-1.6.0.crate) = 153923 +SHA256 (rust/crates/hyper-util-0.1.10.crate) = df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4 +SIZE (rust/crates/hyper-util-0.1.10.crate) = 72887 +SHA256 (rust/crates/id-arena-2.2.1.crate) = 25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005 +SIZE (rust/crates/id-arena-2.2.1.crate) = 12203 +SHA256 (rust/crates/indexmap-1.9.3.crate) = bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99 +SIZE (rust/crates/indexmap-1.9.3.crate) = 54653 +SHA256 (rust/crates/indexmap-2.8.0.crate) = 3954d50fe15b02142bf25d3b8bdadb634ec3948f103d04ffe3031bc8fe9d7058 +SIZE (rust/crates/indexmap-2.8.0.crate) = 89670 +SHA256 (rust/crates/itertools-0.12.1.crate) = ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569 +SIZE (rust/crates/itertools-0.12.1.crate) = 137761 +SHA256 (rust/crates/itoa-1.0.15.crate) = 4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c +SIZE (rust/crates/itoa-1.0.15.crate) = 11231 +SHA256 (rust/crates/jobserver-0.1.32.crate) = 48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0 +SIZE (rust/crates/jobserver-0.1.32.crate) = 27549 +SHA256 (rust/crates/lazy_static-1.5.0.crate) = bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe +SIZE (rust/crates/lazy_static-1.5.0.crate) = 14025 +SHA256 (rust/crates/lazycell-1.3.0.crate) = 830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55 +SIZE (rust/crates/lazycell-1.3.0.crate) = 12502 +SHA256 (rust/crates/leb128-0.2.5.crate) = 884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67 +SIZE (rust/crates/leb128-0.2.5.crate) = 11843 +SHA256 (rust/crates/libc-0.2.171.crate) = c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6 +SIZE (rust/crates/libc-0.2.171.crate) = 785246 +SHA256 (rust/crates/libloading-0.8.6.crate) = fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34 +SIZE (rust/crates/libloading-0.8.6.crate) = 28922 +SHA256 (rust/crates/libredox-0.1.3.crate) = c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d +SIZE (rust/crates/libredox-0.1.3.crate) = 6068 +SHA256 (rust/crates/linux-raw-sys-0.4.15.crate) = d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab +SIZE (rust/crates/linux-raw-sys-0.4.15.crate) = 2150898 +SHA256 (rust/crates/linux-raw-sys-0.9.3.crate) = fe7db12097d22ec582439daf8618b8fdd1a7bef6270e9af3b1ebcd30893cf413 +SIZE (rust/crates/linux-raw-sys-0.9.3.crate) = 2311047 +SHA256 (rust/crates/log-0.4.27.crate) = 13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94 +SIZE (rust/crates/log-0.4.27.crate) = 48120 +SHA256 (rust/crates/matchers-0.1.0.crate) = 8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558 +SIZE (rust/crates/matchers-0.1.0.crate) = 6948 +SHA256 (rust/crates/matchit-0.8.4.crate) = 47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3 +SIZE (rust/crates/matchit-0.8.4.crate) = 33986 +SHA256 (rust/crates/memchr-2.7.4.crate) = 78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3 +SIZE (rust/crates/memchr-2.7.4.crate) = 96670 +SHA256 (rust/crates/mime-0.3.17.crate) = 6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a +SIZE (rust/crates/mime-0.3.17.crate) = 15712 +SHA256 (rust/crates/mime_guess-2.0.5.crate) = f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e +SIZE (rust/crates/mime_guess-2.0.5.crate) = 27166 +SHA256 (rust/crates/minimal-lexical-0.2.1.crate) = 68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a +SIZE (rust/crates/minimal-lexical-0.2.1.crate) = 94841 +SHA256 (rust/crates/miniz_oxide-0.8.5.crate) = 8e3e04debbb59698c15bacbb6d93584a8c0ca9cc3213cb423d31f760d8843ce5 +SIZE (rust/crates/miniz_oxide-0.8.5.crate) = 62237 +SHA256 (rust/crates/mio-1.0.3.crate) = 2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd +SIZE (rust/crates/mio-1.0.3.crate) = 103703 +SHA256 (rust/crates/nom-7.1.3.crate) = d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a +SIZE (rust/crates/nom-7.1.3.crate) = 117570 +SHA256 (rust/crates/nu-ansi-term-0.46.0.crate) = 77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84 +SIZE (rust/crates/nu-ansi-term-0.46.0.crate) = 24311 +SHA256 (rust/crates/num-conv-0.1.0.crate) = 51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9 +SIZE (rust/crates/num-conv-0.1.0.crate) = 7444 +SHA256 (rust/crates/object-0.36.7.crate) = 62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87 +SIZE (rust/crates/object-0.36.7.crate) = 329938 +SHA256 (rust/crates/once_cell-1.21.1.crate) = d75b0bedcc4fe52caa0e03d9f1151a323e4aa5e2d78ba3580400cd3c9e2bc4bc +SIZE (rust/crates/once_cell-1.21.1.crate) = 34256 +SHA256 (rust/crates/option-ext-0.2.0.crate) = 04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d +SIZE (rust/crates/option-ext-0.2.0.crate) = 7345 +SHA256 (rust/crates/overload-0.1.1.crate) = b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39 +SIZE (rust/crates/overload-0.1.1.crate) = 24439 +SHA256 (rust/crates/percent-encoding-2.3.1.crate) = e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e +SIZE (rust/crates/percent-encoding-2.3.1.crate) = 10235 +SHA256 (rust/crates/pin-project-1.1.10.crate) = 677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a +SIZE (rust/crates/pin-project-1.1.10.crate) = 56348 +SHA256 (rust/crates/pin-project-internal-1.1.10.crate) = 6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861 +SIZE (rust/crates/pin-project-internal-1.1.10.crate) = 29162 +SHA256 (rust/crates/pin-project-lite-0.2.16.crate) = 3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b +SIZE (rust/crates/pin-project-lite-0.2.16.crate) = 30504 +SHA256 (rust/crates/pin-utils-0.1.0.crate) = 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 +SIZE (rust/crates/pin-utils-0.1.0.crate) = 7580 +SHA256 (rust/crates/pkg-config-0.3.32.crate) = 7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c +SIZE (rust/crates/pkg-config-0.3.32.crate) = 21370 +SHA256 (rust/crates/powerfmt-0.2.0.crate) = 439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391 +SIZE (rust/crates/powerfmt-0.2.0.crate) = 15165 +SHA256 (rust/crates/ppv-lite86-0.2.21.crate) = 85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9 +SIZE (rust/crates/ppv-lite86-0.2.21.crate) = 22522 +SHA256 (rust/crates/prettyplease-0.2.31.crate) = 5316f57387668042f561aae71480de936257848f9c43ce528e311d89a07cadeb +SIZE (rust/crates/prettyplease-0.2.31.crate) = 72021 +SHA256 (rust/crates/proc-macro2-1.0.94.crate) = a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84 +SIZE (rust/crates/proc-macro2-1.0.94.crate) = 52391 +SHA256 (rust/crates/quote-1.0.40.crate) = 1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d +SIZE (rust/crates/quote-1.0.40.crate) = 31063 +SHA256 (rust/crates/r-efi-5.2.0.crate) = 74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5 +SIZE (rust/crates/r-efi-5.2.0.crate) = 64764 +SHA256 (rust/crates/rand-0.9.0.crate) = 3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94 +SIZE (rust/crates/rand-0.9.0.crate) = 97798 +SHA256 (rust/crates/rand_chacha-0.9.0.crate) = d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb +SIZE (rust/crates/rand_chacha-0.9.0.crate) = 18258 +SHA256 (rust/crates/rand_core-0.9.3.crate) = 99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38 +SIZE (rust/crates/rand_core-0.9.3.crate) = 24543 +SHA256 (rust/crates/rayon-1.10.0.crate) = b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa +SIZE (rust/crates/rayon-1.10.0.crate) = 180155 +SHA256 (rust/crates/rayon-core-1.12.1.crate) = 1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2 +SIZE (rust/crates/rayon-core-1.12.1.crate) = 70701 +SHA256 (rust/crates/rcgen-0.13.2.crate) = 75e669e5202259b5314d1ea5397316ad400819437857b90861765f24c4cf80a2 +SIZE (rust/crates/rcgen-0.13.2.crate) = 77836 +SHA256 (rust/crates/redox_users-0.5.0.crate) = dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b +SIZE (rust/crates/redox_users-0.5.0.crate) = 15586 +SHA256 (rust/crates/regex-1.11.1.crate) = b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191 +SIZE (rust/crates/regex-1.11.1.crate) = 254170 +SHA256 (rust/crates/regex-automata-0.1.10.crate) = 6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132 +SIZE (rust/crates/regex-automata-0.1.10.crate) = 114533 +SHA256 (rust/crates/regex-automata-0.4.9.crate) = 809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908 +SIZE (rust/crates/regex-automata-0.4.9.crate) = 618525 +SHA256 (rust/crates/regex-syntax-0.6.29.crate) = f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1 +SIZE (rust/crates/regex-syntax-0.6.29.crate) = 299752 +SHA256 (rust/crates/regex-syntax-0.8.5.crate) = 2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c +SIZE (rust/crates/regex-syntax-0.8.5.crate) = 357541 +SHA256 (rust/crates/ring-0.17.14.crate) = a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7 +SIZE (rust/crates/ring-0.17.14.crate) = 1502610 +SHA256 (rust/crates/rustc-demangle-0.1.24.crate) = 719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f +SIZE (rust/crates/rustc-demangle-0.1.24.crate) = 29047 +SHA256 (rust/crates/rustc-hash-1.1.0.crate) = 08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2 +SIZE (rust/crates/rustc-hash-1.1.0.crate) = 9331 +SHA256 (rust/crates/rustix-0.38.44.crate) = fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154 +SIZE (rust/crates/rustix-0.38.44.crate) = 379347 +SHA256 (rust/crates/rustix-1.0.3.crate) = e56a18552996ac8d29ecc3b190b4fdbb2d91ca4ec396de7bbffaf43f3d637e96 +SIZE (rust/crates/rustix-1.0.3.crate) = 413960 +SHA256 (rust/crates/rustls-0.23.25.crate) = 822ee9188ac4ec04a2f0531e55d035fb2de73f18b41a63c70c2712503b6fb13c +SIZE (rust/crates/rustls-0.23.25.crate) = 346742 +SHA256 (rust/crates/rustls-pemfile-2.2.0.crate) = dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50 +SIZE (rust/crates/rustls-pemfile-2.2.0.crate) = 25849 +SHA256 (rust/crates/rustls-pki-types-1.11.0.crate) = 917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c +SIZE (rust/crates/rustls-pki-types-1.11.0.crate) = 63933 +SHA256 (rust/crates/rustls-webpki-0.103.0.crate) = 0aa4eeac2588ffff23e9d7a7e9b3f971c5fb5b7ebc9452745e0c232c64f83b2f +SIZE (rust/crates/rustls-webpki-0.103.0.crate) = 209031 +SHA256 (rust/crates/rustversion-1.0.20.crate) = eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2 +SIZE (rust/crates/rustversion-1.0.20.crate) = 20666 +SHA256 (rust/crates/ryu-1.0.20.crate) = 28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f +SIZE (rust/crates/ryu-1.0.20.crate) = 48738 +SHA256 (rust/crates/semver-1.0.26.crate) = 56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0 +SIZE (rust/crates/semver-1.0.26.crate) = 31303 +SHA256 (rust/crates/serde-1.0.219.crate) = 5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6 +SIZE (rust/crates/serde-1.0.219.crate) = 78983 +SHA256 (rust/crates/serde_derive-1.0.219.crate) = 5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00 +SIZE (rust/crates/serde_derive-1.0.219.crate) = 57798 +SHA256 (rust/crates/serde_json-1.0.140.crate) = 20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373 +SIZE (rust/crates/serde_json-1.0.140.crate) = 154852 +SHA256 (rust/crates/sha1-0.10.6.crate) = e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba +SIZE (rust/crates/sha1-0.10.6.crate) = 13517 +SHA256 (rust/crates/sharded-slab-0.1.7.crate) = f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6 +SIZE (rust/crates/sharded-slab-0.1.7.crate) = 58227 +SHA256 (rust/crates/shlex-1.3.0.crate) = 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64 +SIZE (rust/crates/shlex-1.3.0.crate) = 18713 +SHA256 (rust/crates/slab-0.4.9.crate) = 8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67 +SIZE (rust/crates/slab-0.4.9.crate) = 17108 +SHA256 (rust/crates/smallvec-1.14.0.crate) = 7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd +SIZE (rust/crates/smallvec-1.14.0.crate) = 35561 +SHA256 (rust/crates/socket2-0.5.8.crate) = c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8 +SIZE (rust/crates/socket2-0.5.8.crate) = 56309 +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/subtle-2.6.1.crate) = 13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292 +SIZE (rust/crates/subtle-2.6.1.crate) = 14562 +SHA256 (rust/crates/syn-2.0.100.crate) = b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0 +SIZE (rust/crates/syn-2.0.100.crate) = 297947 +SHA256 (rust/crates/sync_wrapper-1.0.2.crate) = 0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263 +SIZE (rust/crates/sync_wrapper-1.0.2.crate) = 6958 +SHA256 (rust/crates/tempfile-3.19.1.crate) = 7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf +SIZE (rust/crates/tempfile-3.19.1.crate) = 39634 +SHA256 (rust/crates/thiserror-2.0.12.crate) = 567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708 +SIZE (rust/crates/thiserror-2.0.12.crate) = 28693 +SHA256 (rust/crates/thiserror-impl-2.0.12.crate) = 7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d +SIZE (rust/crates/thiserror-impl-2.0.12.crate) = 21141 +SHA256 (rust/crates/thread_local-1.1.8.crate) = 8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c +SIZE (rust/crates/thread_local-1.1.8.crate) = 13962 +SHA256 (rust/crates/time-0.3.41.crate) = 8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40 +SIZE (rust/crates/time-0.3.41.crate) = 138369 +SHA256 (rust/crates/time-core-0.1.4.crate) = c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c +SIZE (rust/crates/time-core-0.1.4.crate) = 8422 +SHA256 (rust/crates/tokio-1.44.1.crate) = f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a +SIZE (rust/crates/tokio-1.44.1.crate) = 830115 +SHA256 (rust/crates/tokio-macros-2.5.0.crate) = 6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8 +SIZE (rust/crates/tokio-macros-2.5.0.crate) = 12617 +SHA256 (rust/crates/tokio-rustls-0.26.2.crate) = 8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b +SIZE (rust/crates/tokio-rustls-0.26.2.crate) = 31655 +SHA256 (rust/crates/tokio-tungstenite-0.26.2.crate) = 7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084 +SIZE (rust/crates/tokio-tungstenite-0.26.2.crate) = 29868 +SHA256 (rust/crates/tokio-util-0.7.14.crate) = 6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034 +SIZE (rust/crates/tokio-util-0.7.14.crate) = 118861 +SHA256 (rust/crates/tower-0.5.2.crate) = d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9 +SIZE (rust/crates/tower-0.5.2.crate) = 109417 +SHA256 (rust/crates/tower-http-0.6.2.crate) = 403fa3b783d4b626a8ad51d766ab03cb6d2dbfc46b1c5d4448395e6628dc9697 +SIZE (rust/crates/tower-http-0.6.2.crate) = 129672 +SHA256 (rust/crates/tower-layer-0.3.3.crate) = 121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e +SIZE (rust/crates/tower-layer-0.3.3.crate) = 6180 +SHA256 (rust/crates/tower-service-0.3.3.crate) = 8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3 +SIZE (rust/crates/tower-service-0.3.3.crate) = 6950 +SHA256 (rust/crates/tracing-0.1.41.crate) = 784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0 +SIZE (rust/crates/tracing-0.1.41.crate) = 82448 +SHA256 (rust/crates/tracing-core-0.1.33.crate) = e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c +SIZE (rust/crates/tracing-core-0.1.33.crate) = 63434 +SHA256 (rust/crates/tracing-log-0.2.0.crate) = ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3 +SIZE (rust/crates/tracing-log-0.2.0.crate) = 17561 +SHA256 (rust/crates/tracing-subscriber-0.3.19.crate) = e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008 +SIZE (rust/crates/tracing-subscriber-0.3.19.crate) = 198345 +SHA256 (rust/crates/tungstenite-0.26.2.crate) = 4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13 +SIZE (rust/crates/tungstenite-0.26.2.crate) = 65315 +SHA256 (rust/crates/typenum-1.18.0.crate) = 1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f +SIZE (rust/crates/typenum-1.18.0.crate) = 74871 +SHA256 (rust/crates/unicase-2.8.1.crate) = 75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539 +SIZE (rust/crates/unicase-2.8.1.crate) = 24088 +SHA256 (rust/crates/unicode-ident-1.0.18.crate) = 5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512 +SIZE (rust/crates/unicode-ident-1.0.18.crate) = 47743 +SHA256 (rust/crates/untrusted-0.9.0.crate) = 8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1 +SIZE (rust/crates/untrusted-0.9.0.crate) = 14447 +SHA256 (rust/crates/utf-8-0.7.6.crate) = 09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9 +SIZE (rust/crates/utf-8-0.7.6.crate) = 10422 +SHA256 (rust/crates/valuable-0.1.1.crate) = ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65 +SIZE (rust/crates/valuable-0.1.1.crate) = 28679 +SHA256 (rust/crates/version_check-0.9.5.crate) = 0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a +SIZE (rust/crates/version_check-0.9.5.crate) = 15554 +SHA256 (rust/crates/walrus-0.23.3.crate) = 6481311b98508f4bc2d0abbfa5d42172e7a54b4b24d8f15e28b0dc650be0c59f +SIZE (rust/crates/walrus-0.23.3.crate) = 185259 +SHA256 (rust/crates/walrus-macro-0.22.0.crate) = 439ad39ff894c43c9649fa724cdde9a6fc50b855d517ef071a93e5df82fe51d3 +SIZE (rust/crates/walrus-macro-0.22.0.crate) = 9981 +SHA256 (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 +SIZE (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131 +SHA256 (rust/crates/wasi-0.14.2+wasi-0.2.4.crate) = 9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3 +SIZE (rust/crates/wasi-0.14.2+wasi-0.2.4.crate) = 140921 +SHA256 (rust/crates/wasm-bindgen-cli-support-0.2.100.crate) = 21e1a4a49abe9cd6f762fc65fac2ef5732afeeb66be369d2f71a85b165a533cf +SIZE (rust/crates/wasm-bindgen-cli-support-0.2.100.crate) = 112235 +SHA256 (rust/crates/wasm-bindgen-externref-xform-0.2.100.crate) = 940542c5cdbe96c35f98b5da5c65fb9d18df55a0cb1d81fc5ca4acc4fda4d61c +SIZE (rust/crates/wasm-bindgen-externref-xform-0.2.100.crate) = 17052 +SHA256 (rust/crates/wasm-bindgen-multi-value-xform-0.2.100.crate) = 64b5ad2e97adde0c3e4369c38e0dbaee329ad8f6cc2ee8e01d1d0b13bd8b14cf +SIZE (rust/crates/wasm-bindgen-multi-value-xform-0.2.100.crate) = 12512 +SHA256 (rust/crates/wasm-bindgen-shared-0.2.100.crate) = 1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d +SIZE (rust/crates/wasm-bindgen-shared-0.2.100.crate) = 8570 +SHA256 (rust/crates/wasm-bindgen-threads-xform-0.2.100.crate) = 1cbdf2d55a50f7edc9dd9aecae7a3a40e9736fda851bd8816f98a86167c8c277 +SIZE (rust/crates/wasm-bindgen-threads-xform-0.2.100.crate) = 14551 +SHA256 (rust/crates/wasm-bindgen-wasm-conventions-0.2.100.crate) = b1c24fcaa34d2d84407122cfb1d3f37c3586756cf462be18e049b49245a16c08 +SIZE (rust/crates/wasm-bindgen-wasm-conventions-0.2.100.crate) = 10669 +SHA256 (rust/crates/wasm-bindgen-wasm-interpreter-0.2.100.crate) = 33f24921401faadd6944206f9d6837d07bbb5ff766ed51ad34528089f66550e0 +SIZE (rust/crates/wasm-bindgen-wasm-interpreter-0.2.100.crate) = 14441 +SHA256 (rust/crates/wasm-encoder-0.214.0.crate) = ff694f02a8d7a50b6922b197ae03883fbf18cdb2ae9fbee7b6148456f5f44041 +SIZE (rust/crates/wasm-encoder-0.214.0.crate) = 60901 +SHA256 (rust/crates/wasmparser-0.214.0.crate) = 5309c1090e3e84dad0d382f42064e9933fdaedb87e468cc239f0eabea73ddcb6 +SIZE (rust/crates/wasmparser-0.214.0.crate) = 221381 +SHA256 (rust/crates/which-4.4.2.crate) = 87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7 +SIZE (rust/crates/which-4.4.2.crate) = 15953 +SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 +SIZE (rust/crates/winapi-0.3.9.crate) = 1200382 +SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 +SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 +SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f +SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 +SHA256 (rust/crates/windows-sys-0.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d +SIZE (rust/crates/windows-sys-0.52.0.crate) = 2576877 +SHA256 (rust/crates/windows-sys-0.59.0.crate) = 1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b +SIZE (rust/crates/windows-sys-0.59.0.crate) = 2387323 +SHA256 (rust/crates/windows-targets-0.52.6.crate) = 9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973 +SIZE (rust/crates/windows-targets-0.52.6.crate) = 6403 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3 +SIZE (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 435718 +SHA256 (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469 +SIZE (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 832615 +SHA256 (rust/crates/windows_i686_gnu-0.52.6.crate) = 8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b +SIZE (rust/crates/windows_i686_gnu-0.52.6.crate) = 880402 +SHA256 (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66 +SIZE (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 475940 +SHA256 (rust/crates/windows_i686_msvc-0.52.6.crate) = 240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66 +SIZE (rust/crates/windows_i686_msvc-0.52.6.crate) = 901163 +SHA256 (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78 +SIZE (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 836363 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d +SIZE (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 435707 +SHA256 (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec +SIZE (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 832564 +SHA256 (rust/crates/wit-bindgen-rt-0.39.0.crate) = 6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1 +SIZE (rust/crates/wit-bindgen-rt-0.39.0.crate) = 12241 +SHA256 (rust/crates/yasna-0.5.2.crate) = e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd +SIZE (rust/crates/yasna-0.5.2.crate) = 34859 +SHA256 (rust/crates/zerocopy-0.7.35.crate) = 1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0 +SIZE (rust/crates/zerocopy-0.7.35.crate) = 152645 +SHA256 (rust/crates/zerocopy-0.8.24.crate) = 2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879 +SIZE (rust/crates/zerocopy-0.8.24.crate) = 243777 +SHA256 (rust/crates/zerocopy-derive-0.7.35.crate) = fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e +SIZE (rust/crates/zerocopy-derive-0.7.35.crate) = 37829 +SHA256 (rust/crates/zerocopy-derive-0.8.24.crate) = a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be +SIZE (rust/crates/zerocopy-derive-0.8.24.crate) = 86487 +SHA256 (rust/crates/zeroize-1.8.1.crate) = ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde +SIZE (rust/crates/zeroize-1.8.1.crate) = 20029 +SHA256 (rust/crates/zstd-0.13.3.crate) = e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a +SIZE (rust/crates/zstd-0.13.3.crate) = 30514 +SHA256 (rust/crates/zstd-safe-7.2.4.crate) = 8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d +SIZE (rust/crates/zstd-safe-7.2.4.crate) = 29350 +SHA256 (rust/crates/zstd-sys-2.0.15+zstd.1.5.7.crate) = eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237 +SIZE (rust/crates/zstd-sys-2.0.15+zstd.1.5.7.crate) = 774847 +SHA256 (jakobhellermann-wasm-server-runner-v1.0.0_GH0.tar.gz) = 419c1c377d10607cf237bea07e1ce5c671752b6d6865e8c516b128e413293f50 +SIZE (jakobhellermann-wasm-server-runner-v1.0.0_GH0.tar.gz) = 26076 diff --git a/devel/wasm-server-runner/pkg-descr b/devel/wasm-server-runner/pkg-descr new file mode 100644 index 000000000000..f3dc4eb9ff57 --- /dev/null +++ b/devel/wasm-server-runner/pkg-descr @@ -0,0 +1,2 @@ +wasm-server-runner allows you to run programs in the browser using web assembly +using a simple cargo run. |