diff options
363 files changed, 4881 insertions, 2525 deletions
@@ -4658,3 +4658,6 @@ devel/pycharm-pro|devel/pycharm|2025-07-14|Has expired: Pycharm is now unified p textproc/hq|textproc/html-query|2025-07-21|Project was renamed misc/python-langgraph-checkpoint|misc/py-langgraph-checkpoint|2025-07-22|Rename to a proper name databases/libgdamm5||2025-07-24|No release for a year, depends libgda5 which is not supported anymore upstream +deskutils/kuserfeedback||2025-07-26|Remove Qt5 port, all consumers have been ported to KF6/Qt6 +net/amneziawg-kmod||2025-07-26|Port was committed prematurely +net/amneziawg-tools||2025-07-26|Port was committed prematurely diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk index fd1813ab8662..3e47b64ad63a 100644 --- a/Mk/bsd.gecko.mk +++ b/Mk/bsd.gecko.mk @@ -61,7 +61,7 @@ MOZILLA_VER?= ${PORTVERSION} MOZILLA_BIN?= ${PORTNAME}-bin MOZILLA_EXEC_NAME?=${MOZILLA} USES+= compiler:c++17-lang cpe elfctl gl gmake gnome iconv \ - llvm:min=17,noexport localbase \ + llvm:min=17,noexport localbase nodejs:24,build,env \ pkgconfig python:build desktop-file-utils CPE_VENDOR?=mozilla USE_GL= gl @@ -77,8 +77,7 @@ ELF_FEATURES+= +wxneeded:dist/bin/${MOZILLA} +wxneeded:dist/bin/${MOZILLA}-bin BUNDLE_LIBS= yes BUILD_DEPENDS+= rust-cbindgen>=0.28.0:devel/rust-cbindgen \ - ${RUST_DEFAULT}>=1.88.0:lang/${RUST_DEFAULT} \ - node:www/node + ${RUST_DEFAULT}>=1.88.0:lang/${RUST_DEFAULT} LIB_DEPENDS+= libdrm.so:graphics/libdrm RUN_DEPENDS+= ${LOCALBASE}/lib/libpci.so:devel/libpci LIB_DEPENDS+= libepoll-shim.so:devel/libepoll-shim diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index f3a20128a882..0adc034f5ef8 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -710,8 +710,6 @@ MASTER_SITE_MOZILLA_ADDONS+= \ .if !defined(IGNORE_MASTER_SITE_MYSQL) MASTER_SITE_MYSQL+= \ - ftp://ftp.fi.muni.cz/pub/mysql/Downloads/%SUBDIR%/ \ - ftp://ftp.gwdg.de/pub/misc/mysql/Downloads/%SUBDIR%/ \ https://dev.mysql.com/get/Downloads/%SUBDIR%/ .endif @@ -5,6 +5,16 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20250728: + AFFECTS: users of www/privatebin + AUTHOR: dvl@FreeBSD.org + + This release changes configuration defaults including switching the template + and removing legacy features. + + See details at https://github.com/PrivateBin/PrivateBin/releases/tag/2.0.0 + + 20250720: AFFECTS: users of www/phpmyfaq AUTHOR: flo@FreeBSD.org diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index 508fb433e806..8701c563162a 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -1,7 +1,7 @@ PORTNAME= audacity DISTVERSIONPREFIX= Audacity- DISTVERSION= 3.7.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES+= https://github.com/${PORTNAME}/${PORTNAME}-manual/releases/download/v${DISTVERSION}/:manual DISTFILES+= ${PORTNAME}-manual-${DISTVERSION}.tar.gz:manual diff --git a/audio/audacity/files/patch-cmake-proxies_cmake-modules_dependencies_rapidjson.cmake b/audio/audacity/files/patch-cmake-proxies_cmake-modules_dependencies_rapidjson.cmake new file mode 100644 index 000000000000..afd85ba6a828 --- /dev/null +++ b/audio/audacity/files/patch-cmake-proxies_cmake-modules_dependencies_rapidjson.cmake @@ -0,0 +1,11 @@ +--- cmake-proxies/cmake-modules/dependencies/rapidjson.cmake.orig 2025-06-10 12:52:05 UTC ++++ cmake-proxies/cmake-modules/dependencies/rapidjson.cmake +@@ -3,7 +3,7 @@ if(NOT ${_OPT}use_rapidjson STREQUAL "off") + if(NOT ${_OPT}use_rapidjson STREQUAL "off") + if(NOT TARGET rapidjson::rapidjson) + if(TARGET rapidjson) +- add_library( rapidjson::rapidjson ALIAS rapidjson ) ++ add_library( rapidjson::rapidjson ALIAS RapidJSON ) + else() + # At least on Arch RapidJSONConfig.cmake does not define a target at all + # so we have to do it ourselves diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile index a25ba70025dc..da5ddd38cd9e 100644 --- a/audio/mpg123/Makefile +++ b/audio/mpg123/Makefile @@ -1,5 +1,5 @@ PORTNAME= mpg123 -DISTVERSION= 1.33.0 +DISTVERSION= 1.33.1 CATEGORIES= audio MASTER_SITES= SF \ https://www.mpg123.de/download/ diff --git a/audio/mpg123/distinfo b/audio/mpg123/distinfo index 8982a6e6025b..f14b81abe2da 100644 --- a/audio/mpg123/distinfo +++ b/audio/mpg123/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749363079 -SHA256 (mpg123-1.33.0.tar.bz2) = 2290e3aede6f4d163e1a17452165af33caad4b5f0948f99429cfa2d8385faa9d -SIZE (mpg123-1.33.0.tar.bz2) = 1120676 +TIMESTAMP = 1753717684 +SHA256 (mpg123-1.33.1.tar.bz2) = 1181f65eb3c8a0a8eed8b595a811988f53c82b0916b58d3c8cc9c3ced66f0312 +SIZE (mpg123-1.33.1.tar.bz2) = 1121415 diff --git a/audio/p5-Audio-Scan/files/patch-Scan.xs b/audio/p5-Audio-Scan/files/patch-Scan.xs new file mode 100644 index 000000000000..d7371ff4eb77 --- /dev/null +++ b/audio/p5-Audio-Scan/files/patch-Scan.xs @@ -0,0 +1,58 @@ +Fix Unparseable XSUB parameter: 'char *' in Scan.xs, line xxx + +--- Scan.xs.orig 2025-07-13 08:30:15 UTC ++++ Scan.xs +@@ -214,7 +214,7 @@ HV * + MODULE = Audio::Scan PACKAGE = Audio::Scan + + HV * +-_scan( char *, char *suffix, PerlIO *infile, SV *path, int filter, int md5_size, int md5_offset ) ++_scan( char * _unused, char *suffix, PerlIO *infile, SV *path, int filter, int md5_size, int md5_offset ) + CODE: + { + taghandler *hdl; +@@ -266,7 +266,7 @@ int + RETVAL + + int +-_find_frame( char *, char *suffix, PerlIO *infile, SV *path, int offset ) ++_find_frame( char * _unused, char *suffix, PerlIO *infile, SV *path, int offset ) + CODE: + { + taghandler *hdl; +@@ -282,7 +282,7 @@ HV * + RETVAL + + HV * +-_find_frame_return_info( char *, char *suffix, PerlIO *infile, SV *path, int offset ) ++_find_frame_return_info( char * _unused, char *suffix, PerlIO *infile, SV *path, int offset ) + CODE: + { + taghandler *hdl = _get_taghandler(suffix); +@@ -306,7 +306,7 @@ int + RETVAL + + int +-is_supported(char *, SV *path) ++is_supported(char * _unused, SV *path) + CODE: + { + char *suffix = strrchr( SvPVX(path), '.' ); +@@ -322,7 +322,7 @@ SV * + RETVAL + + SV * +-type_for(char *, SV *suffix) ++type_for(char * _unused, SV *suffix) + CODE: + { + taghandler *hdl = NULL; +@@ -360,7 +360,7 @@ AV * + RETVAL + + AV * +-extensions_for(char *, SV *type) ++extensions_for(char * _unused, SV *type) + CODE: + { + int i, j; diff --git a/audio/p5-MusicBrainz-DiscID/files/patch-DiscID.xs b/audio/p5-MusicBrainz-DiscID/files/patch-DiscID.xs new file mode 100644 index 000000000000..2d2909d74cfe --- /dev/null +++ b/audio/p5-MusicBrainz-DiscID/files/patch-DiscID.xs @@ -0,0 +1,13 @@ +fix Unparseable XSUB parameter: 'offsets ...' in DiscID.xs, line 116 + +--- DiscID.xs.orig 2025-07-13 08:36:28 UTC ++++ DiscID.xs +@@ -113,7 +113,7 @@ int + ## Provides the TOC of a known CD. + ## + int +-discid_put( disc, first_track, sectors, offsets ... ) ++discid_put( disc, first_track, sectors, offsets, ... ) + DiscId *disc + int first_track + int sectors diff --git a/audio/spotify-qt/Makefile b/audio/spotify-qt/Makefile index 1967d8f19676..f5bd10771572 100644 --- a/audio/spotify-qt/Makefile +++ b/audio/spotify-qt/Makefile @@ -1,5 +1,5 @@ PORTNAME= spotify-qt -PORTVERSION= 4.0.0 +PORTVERSION= 4.0.1 DISTVERSIONPREFIX= v CATEGORIES= audio @@ -16,7 +16,7 @@ USES= cmake compiler:c++11-lang qt:6 USE_GITHUB= yes GH_ACCOUNT= kraxarn USE_QT= base svg -USE_GL= opengl +USE_GL= gl opengl PLIST_FILES= bin/spotify-qt \ share/applications/spotify-qt.desktop \ diff --git a/audio/spotify-qt/distinfo b/audio/spotify-qt/distinfo index 4be17161ff71..1536cd68f2e6 100644 --- a/audio/spotify-qt/distinfo +++ b/audio/spotify-qt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746124839 -SHA256 (kraxarn-spotify-qt-v4.0.0_GH0.tar.gz) = 358da63abf1bd0528c7b5e53aa72f2a5df265e9b0b4710cafefba0d0f633a672 -SIZE (kraxarn-spotify-qt-v4.0.0_GH0.tar.gz) = 774826 +TIMESTAMP = 1753514310 +SHA256 (kraxarn-spotify-qt-v4.0.1_GH0.tar.gz) = 75e735fa66eb7d20fd90a9600313a0bb78e071256e528554041641b6076a6b96 +SIZE (kraxarn-spotify-qt-v4.0.1_GH0.tar.gz) = 780822 diff --git a/biology/salmon/Makefile b/biology/salmon/Makefile index 74631d470a17..8332ba416d74 100644 --- a/biology/salmon/Makefile +++ b/biology/salmon/Makefile @@ -1,7 +1,6 @@ PORTNAME= salmon DISTVERSIONPREFIX= v -DISTVERSION= 1.10.2 -PORTREVISION= 8 +DISTVERSION= 1.10.3 CATEGORIES= biology MAINTAINER= jwb@FreeBSD.org @@ -20,18 +19,23 @@ BUILD_DEPENDS= bash:shells/bash \ libgff==2.0.0:biology/libgff \ libtool:devel/libtool \ autoreconf:devel/autoconf \ - aclocal:devel/automake -LIB_DEPENDS= libboost_system.so:devel/boost-libs \ - libtbb.so:devel/onetbb \ - libcurl.so:ftp/curl + aclocal:devel/automake \ + eigen>0:math/eigen3 \ + libdivide>0:math/libdivide \ + curl>0:ftp/curl +LIB_DEPENDS= libtbb.so:devel/onetbb USES= cmake:noninja gmake localbase shebangfix USE_GITHUB= yes +# Can't unbundle io_lib unless we also unbundle htscodecs from io_lib, +# which is a nightmare: explicitly integrated into configure files and +# installs htscodecs files, conflicting with separate htscodecs port. GH_ACCOUNT= COMBINE-lab -GH_TUPLE+= COMBINE-lab:pufferfish:salmon-v1.10.2:pf/external/pufferfish -GH_TUPLE+= jkbonfield:io_lib:io_lib-1-14-15:sio/external/staden-io_lib -GH_TUPLE+= samtools:htscodecs:5aecc6e:htscodec/external/staden-io_lib/htscodecs +GH_TUPLE+= COMBINE-lab:pufferfish:salmon-v${DISTVERSION}:pf/external/pufferfish +GH_TUPLE+= jkbonfield:io_lib:io_lib-1-15-1:sio/external/staden-io_lib +# Update commit hash from io_lib release branch +GH_TUPLE+= samtools:htscodecs:de42211:htscodec/external/staden-io_lib/htscodecs SHEBANG_FILES= scripts/* PLIST_FILES= bin/salmon @@ -40,9 +44,13 @@ CMAKE_ARGS+= -DHAVE_FAST_MALLOC:BOOL=on \ -DFETCHED_PUFFERFISH:BOOL=on \ -DFETCHED_LIBGFF:BOOL=on \ -DFETCH_STADEN:BOOL=true +WITH_DEBUG= yes +CXXFLAGS+= -I${LOCALBASE}/include/eigen3 LDFLAGS+= -lpthread pre-configure: + ${RM} -rf ${WRKSRC}/include/eigen3 \ + ${WRKSRC}/external/pufferfish/include/libdivide (cd ${WRKSRC}/external/staden-io_lib && ./bootstrap) do-install: diff --git a/biology/salmon/distinfo b/biology/salmon/distinfo index 42eb0d9ee404..ea5ed9dddde3 100644 --- a/biology/salmon/distinfo +++ b/biology/salmon/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1689958260 -SHA256 (COMBINE-lab-salmon-v1.10.2_GH0.tar.gz) = 976989182160fef3afb4429ee8b85d8dd39ed6ca212bb14d6a65cde0e985fb98 -SIZE (COMBINE-lab-salmon-v1.10.2_GH0.tar.gz) = 7193261 -SHA256 (COMBINE-lab-pufferfish-salmon-v1.10.2_GH0.tar.gz) = b90ce8079c375136d12e37bc23e451ae34a49d49c54f6cdd2050ba8add758ab4 -SIZE (COMBINE-lab-pufferfish-salmon-v1.10.2_GH0.tar.gz) = 3368053 -SHA256 (jkbonfield-io_lib-io_lib-1-14-15_GH0.tar.gz) = 4444c78846e49a493ff09d56d55ebe61140bb0a76ec5fa1c27eff13ec9dabd8b -SIZE (jkbonfield-io_lib-io_lib-1-14-15_GH0.tar.gz) = 3382074 -SHA256 (samtools-htscodecs-5aecc6e_GH0.tar.gz) = 3abb6a8516761bf0db5149c3d6c077e2d540470180245c2afb1f4400158b1f54 -SIZE (samtools-htscodecs-5aecc6e_GH0.tar.gz) = 3191442 +TIMESTAMP = 1753565795 +SHA256 (COMBINE-lab-salmon-v1.10.3_GH0.tar.gz) = a053fba63598efc4ade3684aa2c8e8e2294186927d4fcdf1041c36edc2aa0871 +SIZE (COMBINE-lab-salmon-v1.10.3_GH0.tar.gz) = 7193092 +SHA256 (COMBINE-lab-pufferfish-salmon-v1.10.3_GH0.tar.gz) = 5d345ba30f22ff4448f4bf2920d2246a11cc38b203e12828c07b2612e41d2951 +SIZE (COMBINE-lab-pufferfish-salmon-v1.10.3_GH0.tar.gz) = 3368105 +SHA256 (jkbonfield-io_lib-io_lib-1-15-1_GH0.tar.gz) = 5fef32bb10991b388b4a92292e58d6ef8e7eda812ab2d6a10daaca9a757e6302 +SIZE (jkbonfield-io_lib-io_lib-1-15-1_GH0.tar.gz) = 3381908 +SHA256 (samtools-htscodecs-de42211_GH0.tar.gz) = 65e632bf00e2e456a3040e8a4748dbd33161595029ba49dec89d5301ebdd4de6 +SIZE (samtools-htscodecs-de42211_GH0.tar.gz) = 3200933 diff --git a/biology/salmon/files/patch-CMakeLists.txt b/biology/salmon/files/patch-CMakeLists.txt index 5a6bd2de2f02..36038f452843 100644 --- a/biology/salmon/files/patch-CMakeLists.txt +++ b/biology/salmon/files/patch-CMakeLists.txt @@ -1,11 +1,11 @@ ---- CMakeLists.txt.orig 2023-07-21 14:03:31 UTC +--- CMakeLists.txt.orig 2025-07-26 11:52:41 UTC +++ CMakeLists.txt @@ -310,14 +310,16 @@ endif() # Grab pufferfish source --- DURING CONFIGURE TIME! # #### -if(NOT FETCHED_PUFFERFISH) -+ ++# if(NOT FETCHED_PUFFERFISH) +# Fetched by GH_TUPLE in FreeBSD port +# if(NOT FETCHED_PUFFERFISH) exec_program(${CMAKE_CURRENT_SOURCE_DIR}/scripts/fetchPufferfish.sh RETURN_VALUE FETCH_PF_SCRIPT_RET) @@ -19,11 +19,12 @@ ## # Super-secret override -@@ -364,7 +366,10 @@ if(NOT Iconv_IS_BUILT_IN) +@@ -364,7 +366,11 @@ endif() set(ICONV_LIB Iconv::Iconv) endif() -find_package(LibLZMA) ++# find_package(LibLZMA) +# lzma is in FreeBSD base +# find_package(LibLZMA) +set(LIBLZMA_FOUND TRUE) @@ -31,29 +32,35 @@ if(NOT LIBLZMA_FOUND) message("Will attempt to fetch and build liblzma") message("=======================================") -@@ -381,8 +386,8 @@ externalproject_add(liblzma +@@ -381,8 +387,11 @@ externalproject_add(liblzma INSTALL_DIR ${CMAKE_CURRENT_SOURCE_DIR}/external/install BUILD_IN_SOURCE TRUE CONFIGURE_COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/external/xz-5.2.2/configure --prefix=<INSTALL_DIR> CC=${CMAKE_C_COMPILER} CXX=${CMAKE_CXX_COMPILER} CFLAGS=${EXTRA_CMAKE_INCLUDE_FLAGS} CPPFLAGS=${EXTRA_CMAKE_INCLUDE_FLAGS} LDFLAGS=${EXTRA_CMAKE_LIBRARY_FLAGS} - BUILD_COMMAND make ${QUIET_MAKE} - INSTALL_COMMAND make ${QUIET_MAKE} install ++# BUILD_COMMAND make ${QUIET_MAKE} ++# INSTALL_COMMAND make ${QUIET_MAKE} install ++# FreeBSD make is bsdmake + BUILD_COMMAND gmake ${QUIET_MAKE} + INSTALL_COMMAND gmake ${QUIET_MAKE} install ) # Tell cmake that the external project generated a library so we can -@@ -411,8 +416,8 @@ externalproject_add(libbz2 +@@ -411,8 +420,11 @@ externalproject_add(libbz2 INSTALL_DIR ${CMAKE_CURRENT_SOURCE_DIR}/external/install BUILD_IN_SOURCE TRUE CONFIGURE_COMMAND "" - BUILD_COMMAND make ${QUIET_MAKE} CC=${CMAKE_C_COMPILER} CXX=${CMAKE_CXX_COMPILER} - INSTALL_COMMAND make ${QUIET_MAKE} install PREFIX=<INSTALL_DIR> ++# BUILD_COMMAND make ${QUIET_MAKE} CC=${CMAKE_C_COMPILER} CXX=${CMAKE_CXX_COMPILER} ++# INSTALL_COMMAND make ${QUIET_MAKE} install PREFIX=<INSTALL_DIR> ++# FreeBSD make is bsdmake + BUILD_COMMAND gmake ${QUIET_MAKE} CC=${CMAKE_C_COMPILER} CXX=${CMAKE_CXX_COMPILER} + INSTALL_COMMAND gmake ${QUIET_MAKE} install PREFIX=<INSTALL_DIR> ) # Tell cmake that the external project generated a library so we can # add dependencies here instead of later -@@ -609,9 +614,11 @@ if (NOT CEREAL_FOUND) +@@ -577,9 +589,11 @@ endif() endif() ## Try and find TBB first @@ -68,53 +75,78 @@ if (${TBB_FOUND}) if (${TBB_VERSION} VERSION_GREATER_EQUAL 2021.4) -@@ -791,22 +798,16 @@ endif() +@@ -761,25 +775,28 @@ if (NOT LIBSTADENIO_FOUND) if (NOT LIBSTADENIO_FOUND) message("Build system will compile Staden IOLib") message("==================================================================") + # stadenio is downloaded by GH_TUPLE in FreeBSD port externalproject_add(libstadenio - DOWNLOAD_DIR ${CMAKE_CURRENT_SOURCE_DIR}/external -- DOWNLOAD_COMMAND curl -k -L https://github.com/jkbonfield/io_lib/releases/download/io_lib-1-14-15/io_lib-1.14.15.tar.gz -o staden-io_lib-v1.14.15.tar.gz && -- ${SHASUM} 20814c4365e1e2fe6630fb11d0df370dec4c5688af3871de7f1cb0129671401e staden-io_lib-v1.14.15.tar.gz && -- mkdir -p staden-io_lib-1.14.15 && -- tar -xzf staden-io_lib-v1.14.15.tar.gz --strip-components=1 -C staden-io_lib-1.14.15 && +- DOWNLOAD_COMMAND curl -k -L https://github.com/jkbonfield/io_lib/releases/download/io_lib-1-15-0/io_lib-1.15.0.tar.gz -o staden-io_lib-v1.15.0.tar.gz && +- ${SHASUM} ad343dac7c77086db1b54585c5887b26eda6430d1639d111dd3304c3b749494f staden-io_lib-v1.15.0.tar.gz && +- mkdir -p staden-io_lib-1.15.0 && +- tar -xzf staden-io_lib-v1.15.0.tar.gz --strip-components=1 -C staden-io_lib-1.15.0 && - rm -fr staden-io_lib && -- mv -f staden-io_lib-1.14.15 staden-io_lib +- mv -f staden-io_lib-1.15.0 staden-io_lib && +- curl -k -L https://github.com/samtools/htscodecs/releases/download/v1.6.0/htscodecs-1.6.0.tar.gz -o htscodecs-1.6.0.tar.gz && +- mkdir -p htscodecs-1.6.0 && +- tar -xzf htscodecs-1.6.0.tar.gz --strip-components=1 -C htscodecs-1.6.0 && +- rm -fr staden-io_lib/htscodecs && +- mv -f htscodecs-1.6.0 staden-io_lib/htscodecs ++ # DOWNLOAD_DIR ${CMAKE_CURRENT_SOURCE_DIR}/external ++ # DOWNLOAD_COMMAND curl -k -L https://github.com/jkbonfield/io_lib/releases/download/io_lib-1-15-0/io_lib-1.15.0.tar.gz -o staden-io_lib-v1.15.0.tar.gz && ++ # ${SHASUM} ad343dac7c77086db1b54585c5887b26eda6430d1639d111dd3304c3b749494f staden-io_lib-v1.15.0.tar.gz && ++ # mkdir -p staden-io_lib-1.15.0 && ++ # tar -xzf staden-io_lib-v1.15.0.tar.gz --strip-components=1 -C staden-io_lib-1.15.0 && ++ # rm -fr staden-io_lib && ++ # mv -f staden-io_lib-1.15.0 staden-io_lib && ++ # curl -k -L https://github.com/samtools/htscodecs/releases/download/v1.6.0/htscodecs-1.6.0.tar.gz -o htscodecs-1.6.0.tar.gz && ++ # mkdir -p htscodecs-1.6.0 && ++ # tar -xzf htscodecs-1.6.0.tar.gz --strip-components=1 -C htscodecs-1.6.0 && ++ # rm -fr staden-io_lib/htscodecs && ++ # mv -f htscodecs-1.6.0 staden-io_lib/htscodecs SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/external/staden-io_lib INSTALL_DIR ${CMAKE_CURRENT_SOURCE_DIR}/external/install CONFIGURE_COMMAND ./configure --enable-shared=no --without-libcurl --prefix=<INSTALL_DIR> LDFLAGS=${LIBSTADEN_LDFLAGS} CFLAGS=${LIBSTADEN_CFLAGS} CC=${CMAKE_C_COMPILER} CXX=${CMAKE_CXX_COMPILER} - BUILD_COMMAND make ${QUIET_MAKE} CC=${CMAKE_C_COMPILER} CXX=${CMAKE_CXX_COMPILER} CFLAGS+=${STADEN_INC} CFLAGS+=${STADEN_LIB} LDFLAGS+=${EXTRA_CMAKE_LIBRARY_FLAGS} CFLAGS+=${EXTRA_CMAKE_INCLUDE_FLAGS} CFLAGS+=${LZFLAG} CFLAGS+=${SCHAR_FLAG} ++ # FreeBSD make is bsdmake + BUILD_COMMAND gmake ${QUIET_MAKE} CC=${CMAKE_C_COMPILER} CXX=${CMAKE_CXX_COMPILER} CFLAGS+=${STADEN_INC} CFLAGS+=${STADEN_LIB} LDFLAGS+=${EXTRA_CMAKE_LIBRARY_FLAGS} CFLAGS+=${EXTRA_CMAKE_INCLUDE_FLAGS} CFLAGS+=${LZFLAG} CFLAGS+=${SCHAR_FLAG} - - BUILD_IN_SOURCE 1 - INSTALL_COMMAND make install ++ # FreeBSD make is bsdmake + INSTALL_COMMAND gmake install ) if(NOT LIBLZMA_FOUND) ExternalProject_Add_StepDependencies(libstadenio build liblzma) -@@ -820,23 +821,9 @@ if (ASAN_BUILD) +@@ -793,23 +810,26 @@ else() set(FAST_MALLOC_LIB "") set(HAVE_FAST_MALLOC TRUE) else() - set(FAST_MALLOC_LIB "") - set(HAVE_FAST_MALLOC FALSE) -- -- # See if we have Jemalloc ++ # set(FAST_MALLOC_LIB "") ++ # set(HAVE_FAST_MALLOC FALSE) + + # See if we have Jemalloc - find_package(Jemalloc) - if(Jemalloc_FOUND) -- ## -- # Don't be so stringent about the version yet -- ## -- #if (NOT (${JEMALLOC_VERSION} VERSION_LESS 5.2.1)) ++ # find_package(Jemalloc) ++ # if(Jemalloc_FOUND) + ## + # Don't be so stringent about the version yet + ## + #if (NOT (${JEMALLOC_VERSION} VERSION_LESS 5.2.1)) - message("Found Jemalloc library --- using this memory allocator") - set(FAST_MALLOC_LIB ${JEMALLOC_LIBRARIES}) - set(HAVE_FAST_MALLOC TRUE) -- #else() -- # message("Fond Jemalloc version ${JEMALLOC_VERSION}, but require >= 5.2.1. Downloading newer version") -- #endif() ++ # message("Found Jemalloc library --- using this memory allocator") ++ # set(FAST_MALLOC_LIB ${JEMALLOC_LIBRARIES}) ++ # set(HAVE_FAST_MALLOC TRUE) + #else() + # message("Fond Jemalloc version ${JEMALLOC_VERSION}, but require >= 5.2.1. Downloading newer version") + #endif() - endif() ++ # endif() + # jemalloc is default on FreeBSD + set(FAST_MALLOC_LIB "/usr/lib/libc.so") + set(HAVE_FAST_MALLOC TRUE) diff --git a/biology/salmon/files/patch-external_pufferfish_external_twopaco_graphconstructor_candidateoccurence.h b/biology/salmon/files/patch-external_pufferfish_external_twopaco_graphconstructor_candidateoccurence.h new file mode 100644 index 000000000000..8686f1695177 --- /dev/null +++ b/biology/salmon/files/patch-external_pufferfish_external_twopaco_graphconstructor_candidateoccurence.h @@ -0,0 +1,11 @@ +--- external/pufferfish/external/twopaco/graphconstructor/candidateoccurence.h.orig 2025-07-26 13:01:27 UTC ++++ external/pufferfish/external/twopaco/graphconstructor/candidateoccurence.h +@@ -58,7 +58,7 @@ namespace TwoPaCo + const CandidateOccurence & operator = (const CandidateOccurence & toCopy) + { + body_ = toCopy.body_; +- count_ = toCopy.count_; ++ count_.store(toCopy.count_.load(std::memory_order_relaxed)); + } + + void Inc() diff --git a/biology/salmon/files/patch-external_pufferfish_src_PuffAligner.cpp b/biology/salmon/files/patch-external_pufferfish_src_PuffAligner.cpp new file mode 100644 index 000000000000..682951604abe --- /dev/null +++ b/biology/salmon/files/patch-external_pufferfish_src_PuffAligner.cpp @@ -0,0 +1,14 @@ +--- external/pufferfish/src/PuffAligner.cpp.orig 2023-06-26 19:34:50 UTC ++++ external/pufferfish/src/PuffAligner.cpp +@@ -1,7 +1,10 @@ + #include "nonstd/string_view.hpp" + #include "PuffAligner.hpp" + #include "Util.hpp" +-#include "libdivide/libdivide.h" ++// Bundled libdivide causes build failures with clang19 ++// Use FreeBSD libdivde port instead ++// #include "libdivide/libdivide.h" ++#include <libdivide.h> + + std::string extractReadSeq(const std::string& readSeq, uint32_t rstart, uint32_t rend, bool isFw) { + std::string subseq = readSeq.substr(rstart, rend - rstart); diff --git a/biology/salmon/files/patch-scripts_fetchPufferfish.sh b/biology/salmon/files/patch-scripts_fetchPufferfish.sh index 566493a5e7ee..a1885fd1ff61 100644 --- a/biology/salmon/files/patch-scripts_fetchPufferfish.sh +++ b/biology/salmon/files/patch-scripts_fetchPufferfish.sh @@ -1,15 +1,13 @@ ---- scripts/fetchPufferfish.sh.orig 2023-07-21 13:59:29 UTC +--- scripts/fetchPufferfish.sh.orig 2025-07-26 17:38:39 UTC +++ scripts/fetchPufferfish.sh -@@ -11,52 +11,12 @@ CURR_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && p +@@ -11,53 +11,6 @@ INSTALL_DIR=${CURR_DIR}/../external/install EXTERNAL_DIR=${CURR_DIR}/../external INSTALL_DIR=${CURR_DIR}/../external/install -if [ -d ${EXTERNAL_DIR}/pufferfish ] ; then - rm -fr ${EXTERNAL_DIR}/pufferfish -fi -+# Pufferfish is downloaded using GH_TUPLE in the FreeBSD port, so remove -+# code here that downloads and unpacks - +- -if [ -d ${INSTALL_DIR}/include/pufferfish ] ; then - rm -fr ${INSTALL_DIR}/include/pufferfish -fi @@ -18,11 +16,11 @@ - rm -fr ${INSTALL_DIR}/src/pufferfish -fi - - SVER=salmon-v1.10.2 - #SVER=develop - #SVER=sketch-mode +-SVER=salmon-v1.10.3 +-#SVER=develop +-#SVER=sketch-mode - --EXPECTED_SHA256=f225b74833f71dcf767a565345224357fb091f90ce79717abc836814d9ccd101 +-EXPECTED_SHA256=52b6699de0d33814b73edb3455175568c2330d8014be017dce7b564e54134860 - -mkdir -p ${EXTERNAL_DIR} -curl -k -L https://github.com/COMBINE-lab/pufferfish/archive/${SVER}.zip -o ${EXTERNAL_DIR}/pufferfish.zip @@ -52,6 +50,15 @@ -rm -fr ${EXTERNAL_DIR}/pufferfish -unzip ${EXTERNAL_DIR}/pufferfish.zip -d ${EXTERNAL_DIR} -mv ${EXTERNAL_DIR}/pufferfish-${SVER} ${EXTERNAL_DIR}/pufferfish - +- mkdir -p ${INSTALL_DIR}/include/pufferfish + cp ${EXTERNAL_DIR}/pufferfish/include/ProgOpts.hpp ${INSTALL_DIR}/include/pufferfish +@@ -90,7 +43,6 @@ cp ${EXTERNAL_DIR}/pufferfish/include/BinWriter.hpp ${ + cp ${EXTERNAL_DIR}/pufferfish/include/BulkChunk.hpp ${INSTALL_DIR}/include/pufferfish + cp ${EXTERNAL_DIR}/pufferfish/include/BinWriter.hpp ${INSTALL_DIR}/include/pufferfish + +-cp -r ${EXTERNAL_DIR}/pufferfish/include/libdivide ${INSTALL_DIR}/include/pufferfish + cp -r ${EXTERNAL_DIR}/pufferfish/include/ksw2pp ${INSTALL_DIR}/include/pufferfish + # this is now automatically tracked and inherited via twopaco (on which libpuffer depends) + # cp -r ${EXTERNAL_DIR}/pufferfish/include/compact_vector ${INSTALL_DIR}/include/pufferfish diff --git a/cad/PrusaSlicer/files/patch-src_slic3r_GUI_PresetArchiveDatabase.cpp b/cad/PrusaSlicer/files/patch-src_slic3r_GUI_PresetArchiveDatabase.cpp new file mode 100644 index 000000000000..cf5b7fe70309 --- /dev/null +++ b/cad/PrusaSlicer/files/patch-src_slic3r_GUI_PresetArchiveDatabase.cpp @@ -0,0 +1,11 @@ +--- src/slic3r/GUI/PresetArchiveDatabase.cpp.orig 2025-07-04 16:42:20 UTC ++++ src/slic3r/GUI/PresetArchiveDatabase.cpp +@@ -577,7 +577,7 @@ void PresetArchiveDatabase::load_app_manifest_json() + if (const auto used = subtree.second.get_optional<bool>("has_installed_printers"); used) { + m_has_installed_printer_repositories_uuid[uuid] = *used; + } else { +- assert(false); ++// assert(false); + m_has_installed_printer_repositories_uuid[uuid] = false; + } + m_archive_repositories.emplace_back(std::make_unique<OnlineArchiveRepository>(std::move(uuid), std::move(manifest))); diff --git a/cad/kicad-devel/Makefile.git_rev b/cad/kicad-devel/Makefile.git_rev index 7be8266f3646..aa1ea1be62dc 100644 --- a/cad/kicad-devel/Makefile.git_rev +++ b/cad/kicad-devel/Makefile.git_rev @@ -1,2 +1,3 @@ -GIT_SRC_HASH= 0256ccb6a6c1521c474a38f98e61ea8198a15b6e -GIT_SRC_DATE= 20250622002633 +GIT_SRC_HASH= dd41e2b00b6c45188f52019154b186f686eaeda1 +GIT_SRC_DATE= 20250726013959 +GIT_SRC_DATE2= 2025.07.26 diff --git a/cad/kicad-devel/distinfo b/cad/kicad-devel/distinfo index 0f3b41bd1099..9774b003cec7 100644 --- a/cad/kicad-devel/distinfo +++ b/cad/kicad-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750587958 -SHA256 (kicad/kicad/code-kicad-0256ccb6a6c1521c474a38f98e61ea8198a15b6e_GL0.tar.gz) = 7fe6cf614c158ce54ef85d77555f9717407961a073934f24c973786bbb4d355c -SIZE (kicad/kicad/code-kicad-0256ccb6a6c1521c474a38f98e61ea8198a15b6e_GL0.tar.gz) = 151644849 +TIMESTAMP = 1753525288 +SHA256 (kicad/kicad/code-kicad-dd41e2b00b6c45188f52019154b186f686eaeda1_GL0.tar.gz) = 70fbca11c3f0f3969ca9b8b705e1f41e1c38343131e4b59671383661732a5f8a +SIZE (kicad/kicad/code-kicad-dd41e2b00b6c45188f52019154b186f686eaeda1_GL0.tar.gz) = 163158412 diff --git a/cad/kicad-devel/files/newVersion.sh b/cad/kicad-devel/files/newVersion.sh index 405b7fd6e1c5..abfd0f434644 100644 --- a/cad/kicad-devel/files/newVersion.sh +++ b/cad/kicad-devel/files/newVersion.sh @@ -15,8 +15,12 @@ cd "${CURDIR}/kicad-repo" GIT_SRC_HASH=`git log -n 1 --pretty=format:"%H"`; GIT_SRC_DATE=`git log -n 1 --date=iso-local -n 1 --pretty=format:"%cd" | \ cut -c '1-19' | sed -e 's,-,,g' -e 's,:,,g' -e 's, ,,g'` +GIT_SRC_DATE2=`git log -n 1 --date=iso-local -n 1 --pretty=format:"%cd" --date=format-local:'%Y.%m.%d' | \ + cut -c '1-19' | sed -e 's,-,,g' -e 's,:,,g' -e 's, ,,g'` + echo "$GIT_SRC_HASH, $GIT_SRC_DATE" echo "GIT_SRC_HASH= ${GIT_SRC_HASH}" > ${CURDIR}/Makefile.git_rev echo "GIT_SRC_DATE= ${GIT_SRC_DATE}" >> ${CURDIR}/Makefile.git_rev +echo "GIT_SRC_DATE2= ${GIT_SRC_DATE2}" >> ${CURDIR}/Makefile.git_rev diff --git a/cad/kicad-devel/pkg-plist b/cad/kicad-devel/pkg-plist index 74ef532237a6..1b81e9f819b5 100644 --- a/cad/kicad-devel/pkg-plist +++ b/cad/kicad-devel/pkg-plist @@ -811,27 +811,46 @@ share/icons/hicolor/scalable/mimetypes/application-x-kicad-worksheet.svg %%DATADIR%%/demos/vme-wren/wren.pretty/TYCO_1888247-1.kicad_mod %%DATADIR%%/demos/vme-wren/wren.pretty/TYCO_2149027-1.kicad_mod %%DATADIR%%/demos/vme-wren/wren.pretty/XFMR_MINI-CIRCUITS_CD542.kicad_mod +%%DATADIR%%/internat/ar/kicad.mo +%%DATADIR%%/internat/bg/kicad.mo +%%DATADIR%%/internat/ca/kicad.mo %%DATADIR%%/internat/cs/kicad.mo +%%DATADIR%%/internat/da/kicad.mo %%DATADIR%%/internat/de/kicad.mo %%DATADIR%%/internat/el/kicad.mo %%DATADIR%%/internat/en/kicad.mo %%DATADIR%%/internat/es/kicad.mo %%DATADIR%%/internat/es_MX/kicad.mo %%DATADIR%%/internat/et/kicad.mo +%%DATADIR%%/internat/fa/kicad.mo %%DATADIR%%/internat/fi/kicad.mo %%DATADIR%%/internat/fr/kicad.mo +%%DATADIR%%/internat/he/kicad.mo +%%DATADIR%%/internat/hr/kicad.mo +%%DATADIR%%/internat/hu/kicad.mo +%%DATADIR%%/internat/id/kicad.mo %%DATADIR%%/internat/it/kicad.mo %%DATADIR%%/internat/ja/kicad.mo +%%DATADIR%%/internat/ka/kicad.mo %%DATADIR%%/internat/ko/kicad.mo %%DATADIR%%/internat/lt/kicad.mo +%%DATADIR%%/internat/lv/kicad.mo %%DATADIR%%/internat/nl/kicad.mo +%%DATADIR%%/internat/no/kicad.mo %%DATADIR%%/internat/pl/kicad.mo %%DATADIR%%/internat/pt/kicad.mo %%DATADIR%%/internat/pt_BR/kicad.mo +%%DATADIR%%/internat/ro/kicad.mo %%DATADIR%%/internat/ru/kicad.mo +%%DATADIR%%/internat/sk/kicad.mo +%%DATADIR%%/internat/sl/kicad.mo +%%DATADIR%%/internat/sr/kicad.mo %%DATADIR%%/internat/sv/kicad.mo +%%DATADIR%%/internat/ta/kicad.mo %%DATADIR%%/internat/th/kicad.mo +%%DATADIR%%/internat/tr/kicad.mo %%DATADIR%%/internat/uk/kicad.mo +%%DATADIR%%/internat/vi/kicad.mo %%DATADIR%%/internat/zh_CN/kicad.mo %%DATADIR%%/internat/zh_TW/kicad.mo %%DATADIR%%/plugins/README-bom.txt diff --git a/cad/kicad-library-footprints-devel/Makefile.git_rev b/cad/kicad-library-footprints-devel/Makefile.git_rev index 2dac54a69b90..79f1419ea163 100644 --- a/cad/kicad-library-footprints-devel/Makefile.git_rev +++ b/cad/kicad-library-footprints-devel/Makefile.git_rev @@ -1,2 +1,2 @@ -GIT_FP_HASH= 7dad74373b2878d231afb553750a367df79fca26 -GIT_FP_DATE= 20250618213625 +GIT_FP_HASH= e4b2ef6e84afdd4da3fb2298ac759032575488b6 +GIT_FP_DATE= 20250725140443 diff --git a/cad/kicad-library-footprints-devel/distinfo b/cad/kicad-library-footprints-devel/distinfo index 9d758fded4cc..dd3252e57ba9 100644 --- a/cad/kicad-library-footprints-devel/distinfo +++ b/cad/kicad-library-footprints-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750526665 -SHA256 (kicad-footprints-7dad74373b2878d231afb553750a367df79fca26.tar.gz) = 53581ceb470521bb4a13f68b6bd9557c3a3657705860c67e55756433185f331c -SIZE (kicad-footprints-7dad74373b2878d231afb553750a367df79fca26.tar.gz) = 12224432 +TIMESTAMP = 1753525451 +SHA256 (kicad-footprints-e4b2ef6e84afdd4da3fb2298ac759032575488b6.tar.gz) = 6d11cf4629c4f4b79238199519e5c92f1e53a0139d97620593f65206c4cddc99 +SIZE (kicad-footprints-e4b2ef6e84afdd4da3fb2298ac759032575488b6.tar.gz) = 12287031 diff --git a/cad/kicad-library-footprints-devel/pkg-plist b/cad/kicad-library-footprints-devel/pkg-plist index e3e8c3fc7f0a..058beccc8343 100644 --- a/cad/kicad-library-footprints-devel/pkg-plist +++ b/cad/kicad-library-footprints-devel/pkg-plist @@ -181,10 +181,18 @@ %%DATADIR%%/footprints/Button_Switch_SMD.pretty/SW_Push_1P1T-MP_NO_Horizontal_Alps_SKRTLAE010.kicad_mod %%DATADIR%%/footprints/Button_Switch_SMD.pretty/SW_Push_1P1T-SH_NO_CK_KMR2xxG.kicad_mod %%DATADIR%%/footprints/Button_Switch_SMD.pretty/SW_Push_1P1T_NO_CK_KMR2.kicad_mod +%%DATADIR%%/footprints/Button_Switch_SMD.pretty/SW_Push_1P1T_NO_CK_KSC6xxG.kicad_mod %%DATADIR%%/footprints/Button_Switch_SMD.pretty/SW_Push_1P1T_NO_CK_KSC6xxJ.kicad_mod %%DATADIR%%/footprints/Button_Switch_SMD.pretty/SW_Push_1P1T_NO_CK_KSC7xxJ.kicad_mod %%DATADIR%%/footprints/Button_Switch_SMD.pretty/SW_Push_1P1T_NO_CK_KSC9xxG.kicad_mod +%%DATADIR%%/footprints/Button_Switch_SMD.pretty/SW_Push_1P1T_NO_CK_KSC9xxJ.kicad_mod %%DATADIR%%/footprints/Button_Switch_SMD.pretty/SW_Push_1P1T_NO_CK_PTS125Sx43PSMTR.kicad_mod +%%DATADIR%%/footprints/Button_Switch_SMD.pretty/SW_Push_1P1T_NO_CK_PTS125Sx43SMTR.kicad_mod +%%DATADIR%%/footprints/Button_Switch_SMD.pretty/SW_Push_1P1T_NO_CK_PTS125Sx73PSMTR.kicad_mod +%%DATADIR%%/footprints/Button_Switch_SMD.pretty/SW_Push_1P1T_NO_CK_PTS125Sx73SMTR.kicad_mod +%%DATADIR%%/footprints/Button_Switch_SMD.pretty/SW_Push_1P1T_NO_CK_PTS125Sx85PSMTR.kicad_mod +%%DATADIR%%/footprints/Button_Switch_SMD.pretty/SW_Push_1P1T_NO_CK_PTS125Sx85SMTR.kicad_mod +%%DATADIR%%/footprints/Button_Switch_SMD.pretty/SW_Push_1P1T_NO_E-Switch_TL3301NxxxxxG.kicad_mod %%DATADIR%%/footprints/Button_Switch_SMD.pretty/SW_Push_1P1T_NO_Vertical_Wuerth_434133025816.kicad_mod %%DATADIR%%/footprints/Button_Switch_SMD.pretty/SW_Push_1P1T_XKB_TS-1187A.kicad_mod %%DATADIR%%/footprints/Button_Switch_SMD.pretty/SW_Push_1TS009xxxx-xxxx-xxxx_6x6x5mm.kicad_mod @@ -211,7 +219,9 @@ %%DATADIR%%/footprints/Button_Switch_SMD.pretty/SW_SPST_CK_RS282G05A3.kicad_mod %%DATADIR%%/footprints/Button_Switch_SMD.pretty/SW_SPST_EVPBF.kicad_mod %%DATADIR%%/footprints/Button_Switch_SMD.pretty/SW_SPST_EVQP0.kicad_mod -%%DATADIR%%/footprints/Button_Switch_SMD.pretty/SW_SPST_EVQP2.kicad_mod +%%DATADIR%%/footprints/Button_Switch_SMD.pretty/SW_SPST_EVQP2_MiddlePushTravel_H2.5mm.kicad_mod +%%DATADIR%%/footprints/Button_Switch_SMD.pretty/SW_SPST_EVQP2_ShortPushTravel_H2.1mm.kicad_mod +%%DATADIR%%/footprints/Button_Switch_SMD.pretty/SW_SPST_EVQP2_ShortPushTravel_H2.5mm.kicad_mod %%DATADIR%%/footprints/Button_Switch_SMD.pretty/SW_SPST_EVQP7A.kicad_mod %%DATADIR%%/footprints/Button_Switch_SMD.pretty/SW_SPST_EVQP7C.kicad_mod %%DATADIR%%/footprints/Button_Switch_SMD.pretty/SW_SPST_EVQPE1.kicad_mod @@ -220,7 +230,7 @@ %%DATADIR%%/footprints/Button_Switch_SMD.pretty/SW_SPST_Omron_B3FS-100xP.kicad_mod %%DATADIR%%/footprints/Button_Switch_SMD.pretty/SW_SPST_Omron_B3FS-101xP.kicad_mod %%DATADIR%%/footprints/Button_Switch_SMD.pretty/SW_SPST_Omron_B3FS-105xP.kicad_mod -%%DATADIR%%/footprints/Button_Switch_SMD.pretty/SW_SPST_PTS645.kicad_mod +%%DATADIR%%/footprints/Button_Switch_SMD.pretty/SW_SPST_PTS645Sx43SMTR92.kicad_mod %%DATADIR%%/footprints/Button_Switch_SMD.pretty/SW_SPST_PTS647_Sx38.kicad_mod %%DATADIR%%/footprints/Button_Switch_SMD.pretty/SW_SPST_PTS647_Sx50.kicad_mod %%DATADIR%%/footprints/Button_Switch_SMD.pretty/SW_SPST_PTS647_Sx70.kicad_mod @@ -334,7 +344,13 @@ %%DATADIR%%/footprints/Button_Switch_THT.pretty/SW_Slide-03_Wuerth-WS-SLTV_10x2.5x6.4_P2.54mm.kicad_mod %%DATADIR%%/footprints/Button_Switch_THT.pretty/SW_Slide_SPDT_Angled_CK_OS102011MA1Q.kicad_mod %%DATADIR%%/footprints/Button_Switch_THT.pretty/SW_Slide_SPDT_Straight_CK_OS102011MS2Q.kicad_mod -%%DATADIR%%/footprints/Button_Switch_THT.pretty/SW_TH_Tactile_Omron_B3F-10xx.kicad_mod +%%DATADIR%%/footprints/Button_Switch_THT.pretty/SW_TH_Tactile_Omron_B3F-100x.kicad_mod +%%DATADIR%%/footprints/Button_Switch_THT.pretty/SW_TH_Tactile_Omron_B3F-102x.kicad_mod +%%DATADIR%%/footprints/Button_Switch_THT.pretty/SW_TH_Tactile_Omron_B3F-106x.kicad_mod +%%DATADIR%%/footprints/Button_Switch_THT.pretty/SW_TH_Tactile_Omron_B3F-107x.kicad_mod +%%DATADIR%%/footprints/Button_Switch_THT.pretty/SW_TH_Tactile_Omron_B3F-110x.kicad_mod +%%DATADIR%%/footprints/Button_Switch_THT.pretty/SW_TH_Tactile_Omron_B3F-1110.kicad_mod +%%DATADIR%%/footprints/Button_Switch_THT.pretty/SW_TH_Tactile_Omron_B3F-112x.kicad_mod %%DATADIR%%/footprints/Button_Switch_THT.pretty/SW_Tactile_SKHH_Angled.kicad_mod %%DATADIR%%/footprints/Button_Switch_THT.pretty/SW_Tactile_SPST_Angled_PTS645Vx31-2LFS.kicad_mod %%DATADIR%%/footprints/Button_Switch_THT.pretty/SW_Tactile_SPST_Angled_PTS645Vx39-2LFS.kicad_mod @@ -7686,12 +7702,12 @@ %%DATADIR%%/footprints/Connector_Video.pretty/DVI-D_Molex_74320-4004_Horizontal.kicad_mod %%DATADIR%%/footprints/Connector_Video.pretty/DVI-I_Molex_74320-1004_Horizontal.kicad_mod %%DATADIR%%/footprints/Connector_Video.pretty/HDMI_A_Amphenol_10029449-x01xLF_Horizontal.kicad_mod -%%DATADIR%%/footprints/Connector_Video.pretty/HDMI_A_Contact_Technology_HDMI-19APL2_Horizontal.kicad_mod +%%DATADIR%%/footprints/Connector_Video.pretty/HDMI_A_Contact_Technology_19APL2_Horizontal.kicad_mod %%DATADIR%%/footprints/Connector_Video.pretty/HDMI_A_Kycon_KDMIX-SL1-NS-WS-B15_VerticalRightAngle.kicad_mod %%DATADIR%%/footprints/Connector_Video.pretty/HDMI_A_Molex_208658-1001_Horizontal.kicad_mod -%%DATADIR%%/footprints/Connector_Video.pretty/HDMI_Micro-D_Molex_46765-0x01.kicad_mod -%%DATADIR%%/footprints/Connector_Video.pretty/HDMI_Micro-D_Molex_46765-1x01.kicad_mod -%%DATADIR%%/footprints/Connector_Video.pretty/HDMI_Micro-D_Molex_46765-2x0x.kicad_mod +%%DATADIR%%/footprints/Connector_Video.pretty/HDMI_Micro-D_Molex_46765-0xxx.kicad_mod +%%DATADIR%%/footprints/Connector_Video.pretty/HDMI_Micro-D_Molex_46765-1xxx.kicad_mod +%%DATADIR%%/footprints/Connector_Video.pretty/HDMI_Micro-D_Molex_46765-2xxx.kicad_mod %%DATADIR%%/footprints/Connector_Wago.pretty/Wago_734-132_1x02_P3.50mm_Vertical.kicad_mod %%DATADIR%%/footprints/Connector_Wago.pretty/Wago_734-133_1x03_P3.50mm_Vertical.kicad_mod %%DATADIR%%/footprints/Connector_Wago.pretty/Wago_734-134_1x04_P3.50mm_Vertical.kicad_mod @@ -8050,7 +8066,11 @@ %%DATADIR%%/footprints/Connector_Wire.pretty/SolderWire-6sqmm_1x06_P14mm_D3.5mm_OD7mm.kicad_mod %%DATADIR%%/footprints/Connector_Wire.pretty/SolderWire-6sqmm_1x06_P14mm_D3.5mm_OD7mm_Relief.kicad_mod %%DATADIR%%/footprints/Connector_Wire.pretty/SolderWire-6sqmm_1x06_P14mm_D3.5mm_OD7mm_Relief2x.kicad_mod +%%DATADIR%%/footprints/Connector_Wire.pretty/SolderWirePad_1x01_SMD_1.5x3mm.kicad_mod %%DATADIR%%/footprints/Connector_Wire.pretty/SolderWirePad_1x01_SMD_1x2mm.kicad_mod +%%DATADIR%%/footprints/Connector_Wire.pretty/SolderWirePad_1x01_SMD_2x4mm.kicad_mod +%%DATADIR%%/footprints/Connector_Wire.pretty/SolderWirePad_1x01_SMD_3x6mm.kicad_mod +%%DATADIR%%/footprints/Connector_Wire.pretty/SolderWirePad_1x01_SMD_4x8mm.kicad_mod %%DATADIR%%/footprints/Connector_Wire.pretty/SolderWirePad_1x01_SMD_5x10mm.kicad_mod %%DATADIR%%/footprints/Connector_Wuerth.pretty/Wuerth_WR-PHD_610004243021_SMD_2x02_P2.54mm_Vertical.kicad_mod %%DATADIR%%/footprints/Connector_Wuerth.pretty/Wuerth_WR-PHD_610006243021_SMD_2x03_P2.54mm_Vertical.kicad_mod @@ -8142,6 +8162,7 @@ %%DATADIR%%/footprints/Converter_ACDC.pretty/Converter_ACDC_TRACO_TMLM-05_THT.kicad_mod %%DATADIR%%/footprints/Converter_ACDC.pretty/Converter_ACDC_TRACO_TMLM-10-20_THT.kicad_mod %%DATADIR%%/footprints/Converter_ACDC.pretty/Converter_ACDC_TRACO_TMPW10_1xx_THT.kicad_mod +%%DATADIR%%/footprints/Converter_ACDC.pretty/Converter_ACDC_TRACO_TMPW25_1xx_THT.kicad_mod %%DATADIR%%/footprints/Converter_ACDC.pretty/Converter_ACDC_TRACO_TMPW5-1xx_THT.kicad_mod %%DATADIR%%/footprints/Converter_ACDC.pretty/Converter_ACDC_TRACO_TPP-15-1xx-D_THT.kicad_mod %%DATADIR%%/footprints/Converter_ACDC.pretty/Converter_ACDC_Vigortronix_VTX-214-010-1xx_THT.kicad_mod @@ -8211,9 +8232,12 @@ %%DATADIR%%/footprints/Converter_DCDC.pretty/Converter_DCDC_TRACO_TEN20-xxxx-N4_THT.kicad_mod %%DATADIR%%/footprints/Converter_DCDC.pretty/Converter_DCDC_TRACO_TEN20-xxxx_THT.kicad_mod %%DATADIR%%/footprints/Converter_DCDC.pretty/Converter_DCDC_TRACO_TEN40-110xxWIRH_THT.kicad_mod +%%DATADIR%%/footprints/Converter_DCDC.pretty/Converter_DCDC_TRACO_TES1-051x_121x_241x_Single_SMD.kicad_mod +%%DATADIR%%/footprints/Converter_DCDC.pretty/Converter_DCDC_TRACO_TES1-052x_122x_242x_Dual_SMD.kicad_mod %%DATADIR%%/footprints/Converter_DCDC.pretty/Converter_DCDC_TRACO_THB10-xxxx_Dual_THT.kicad_mod %%DATADIR%%/footprints/Converter_DCDC.pretty/Converter_DCDC_TRACO_THB10-xxxx_Single_THT.kicad_mod %%DATADIR%%/footprints/Converter_DCDC.pretty/Converter_DCDC_TRACO_THD_15-xxxxWIN_THT.kicad_mod +%%DATADIR%%/footprints/Converter_DCDC.pretty/Converter_DCDC_TRACO_THN10-xxxxUIR_THT.kicad_mod %%DATADIR%%/footprints/Converter_DCDC.pretty/Converter_DCDC_TRACO_THN30-xxxx_THT.kicad_mod %%DATADIR%%/footprints/Converter_DCDC.pretty/Converter_DCDC_TRACO_THR40-72xxWI_THT.kicad_mod %%DATADIR%%/footprints/Converter_DCDC.pretty/Converter_DCDC_TRACO_TMA-05xxD_12xxD_Dual_THT.kicad_mod @@ -8644,6 +8668,7 @@ %%DATADIR%%/footprints/Display.pretty/Adafruit_SSD1306.kicad_mod %%DATADIR%%/footprints/Display.pretty/Adafruit_SSD1306_No_Mounting_Holes.kicad_mod %%DATADIR%%/footprints/Display.pretty/CR2013-MI2120.kicad_mod +%%DATADIR%%/footprints/Display.pretty/DL1416.kicad_mod %%DATADIR%%/footprints/Display.pretty/EA-eDIP128B-XXX.kicad_mod %%DATADIR%%/footprints/Display.pretty/EA_DOGL128-6.kicad_mod %%DATADIR%%/footprints/Display.pretty/EA_DOGM128-6.kicad_mod @@ -8744,7 +8769,7 @@ %%DATADIR%%/footprints/Fiducial.pretty/Fiducial_1.5mm_Mask4.5mm.kicad_mod %%DATADIR%%/footprints/Fiducial.pretty/Fiducial_1mm_Mask2mm.kicad_mod %%DATADIR%%/footprints/Fiducial.pretty/Fiducial_1mm_Mask3mm.kicad_mod -%%DATADIR%%/footprints/Fiducial.pretty/Fiducial_Cross_0.5mm_Mask2mm.kicad_mod +%%DATADIR%%/footprints/Fiducial.pretty/Fiducial_Cross_1.5mm_Mask2mm.kicad_mod %%DATADIR%%/footprints/Filter.pretty/Filter_1109-5_1.1x0.9mm.kicad_mod %%DATADIR%%/footprints/Filter.pretty/Filter_1411-5_1.4x1.1mm.kicad_mod %%DATADIR%%/footprints/Filter.pretty/Filter_Bourns_SRF0905_6.0x9.2mm.kicad_mod @@ -8886,6 +8911,8 @@ %%DATADIR%%/footprints/Fuse.pretty/Fuseholder_Littelfuse_Nano2_157x.kicad_mod %%DATADIR%%/footprints/Fuse.pretty/Fuseholder_TR5_Littelfuse_No560_No460.kicad_mod %%DATADIR%%/footprints/Fuse.pretty/GDT_Bourns_2038.kicad_mod +%%DATADIR%%/footprints/Fuse.pretty/GDT_Yageo_3RxxxxL-6.kicad_mod +%%DATADIR%%/footprints/Fuse.pretty/GDT_Yageo_3RxxxxM-6.kicad_mod %%DATADIR%%/footprints/Heatsink.pretty/Heatsink_125x35x50mm_3xFixationM3.kicad_mod %%DATADIR%%/footprints/Heatsink.pretty/Heatsink_35x26mm_1xFixation3mm_Fischer-SK486-35.kicad_mod %%DATADIR%%/footprints/Heatsink.pretty/Heatsink_38x38mm_SpringFixation.kicad_mod @@ -9065,6 +9092,40 @@ %%DATADIR%%/footprints/Inductor_SMD.pretty/L_Changjiang_FNR8040S.kicad_mod %%DATADIR%%/footprints/Inductor_SMD.pretty/L_Changjiang_FNR8050S.kicad_mod %%DATADIR%%/footprints/Inductor_SMD.pretty/L_Changjiang_FNR8065S.kicad_mod +%%DATADIR%%/footprints/Inductor_SMD.pretty/L_Changjiang_FTC100765D.kicad_mod +%%DATADIR%%/footprints/Inductor_SMD.pretty/L_Changjiang_FTC121065S.kicad_mod +%%DATADIR%%/footprints/Inductor_SMD.pretty/L_Changjiang_FTC141207S.kicad_mod +%%DATADIR%%/footprints/Inductor_SMD.pretty/L_Changjiang_FTC141208S.kicad_mod +%%DATADIR%%/footprints/Inductor_SMD.pretty/L_Changjiang_FTC141265S.kicad_mod +%%DATADIR%%/footprints/Inductor_SMD.pretty/L_Changjiang_FTC160808S.kicad_mod +%%DATADIR%%/footprints/Inductor_SMD.pretty/L_Changjiang_FTC160865S.kicad_mod +%%DATADIR%%/footprints/Inductor_SMD.pretty/L_Changjiang_FTC201208S.kicad_mod +%%DATADIR%%/footprints/Inductor_SMD.pretty/L_Changjiang_FTC201210S.kicad_mod +%%DATADIR%%/footprints/Inductor_SMD.pretty/L_Changjiang_FTC201212S.kicad_mod +%%DATADIR%%/footprints/Inductor_SMD.pretty/L_Changjiang_FTC201265S.kicad_mod +%%DATADIR%%/footprints/Inductor_SMD.pretty/L_Changjiang_FTC201607S.kicad_mod +%%DATADIR%%/footprints/Inductor_SMD.pretty/L_Changjiang_FTC201608S.kicad_mod +%%DATADIR%%/footprints/Inductor_SMD.pretty/L_Changjiang_FTC201610D.kicad_mod +%%DATADIR%%/footprints/Inductor_SMD.pretty/L_Changjiang_FTC201610S.kicad_mod +%%DATADIR%%/footprints/Inductor_SMD.pretty/L_Changjiang_FTC201612S.kicad_mod +%%DATADIR%%/footprints/Inductor_SMD.pretty/L_Changjiang_FTC201655S.kicad_mod +%%DATADIR%%/footprints/Inductor_SMD.pretty/L_Changjiang_FTC201665S.kicad_mod +%%DATADIR%%/footprints/Inductor_SMD.pretty/L_Changjiang_FTC252008S.kicad_mod +%%DATADIR%%/footprints/Inductor_SMD.pretty/L_Changjiang_FTC252010S.kicad_mod +%%DATADIR%%/footprints/Inductor_SMD.pretty/L_Changjiang_FTC252012S.kicad_mod +%%DATADIR%%/footprints/Inductor_SMD.pretty/L_Changjiang_FTC252075S.kicad_mod +%%DATADIR%%/footprints/Inductor_SMD.pretty/L_Changjiang_FTC303010D.kicad_mod +%%DATADIR%%/footprints/Inductor_SMD.pretty/L_Changjiang_FTC303012D.kicad_mod +%%DATADIR%%/footprints/Inductor_SMD.pretty/L_Changjiang_FTC303015D.kicad_mod +%%DATADIR%%/footprints/Inductor_SMD.pretty/L_Changjiang_FTC303018D.kicad_mod +%%DATADIR%%/footprints/Inductor_SMD.pretty/L_Changjiang_FTC303020D.kicad_mod +%%DATADIR%%/footprints/Inductor_SMD.pretty/L_Changjiang_FTC322510S.kicad_mod +%%DATADIR%%/footprints/Inductor_SMD.pretty/L_Changjiang_FTC322512S.kicad_mod +%%DATADIR%%/footprints/Inductor_SMD.pretty/L_Changjiang_FTC322520S.kicad_mod +%%DATADIR%%/footprints/Inductor_SMD.pretty/L_Changjiang_FTC404010S.kicad_mod +%%DATADIR%%/footprints/Inductor_SMD.pretty/L_Changjiang_FTC404012S.kicad_mod +%%DATADIR%%/footprints/Inductor_SMD.pretty/L_Changjiang_FTC404020S.kicad_mod +%%DATADIR%%/footprints/Inductor_SMD.pretty/L_Changjiang_FTC404030S.kicad_mod %%DATADIR%%/footprints/Inductor_SMD.pretty/L_Changjiang_FXL0412.kicad_mod %%DATADIR%%/footprints/Inductor_SMD.pretty/L_Changjiang_FXL0420.kicad_mod %%DATADIR%%/footprints/Inductor_SMD.pretty/L_Changjiang_FXL0518.kicad_mod @@ -9240,7 +9301,8 @@ %%DATADIR%%/footprints/Inductor_SMD.pretty/L_Ferrocore_DLG-1005.kicad_mod %%DATADIR%%/footprints/Inductor_SMD.pretty/L_KOHERelec_MDA5030.kicad_mod %%DATADIR%%/footprints/Inductor_SMD.pretty/L_KOHERelec_MDA7030.kicad_mod -%%DATADIR%%/footprints/Inductor_SMD.pretty/L_Murata_DEM35xxC.kicad_mod +%%DATADIR%%/footprints/Inductor_SMD.pretty/L_Murata_DEM3512C.kicad_mod +%%DATADIR%%/footprints/Inductor_SMD.pretty/L_Murata_DEM3518C.kicad_mod %%DATADIR%%/footprints/Inductor_SMD.pretty/L_Murata_DFE201610P.kicad_mod %%DATADIR%%/footprints/Inductor_SMD.pretty/L_Murata_LQH2MCNxxxx02_2.0x1.6mm.kicad_mod %%DATADIR%%/footprints/Inductor_SMD.pretty/L_Murata_LQH55DN_5.7x5.0mm.kicad_mod @@ -9295,6 +9357,7 @@ %%DATADIR%%/footprints/Inductor_SMD.pretty/L_SXN_SMDRI64.kicad_mod %%DATADIR%%/footprints/Inductor_SMD.pretty/L_SXN_SMDRI73.kicad_mod %%DATADIR%%/footprints/Inductor_SMD.pretty/L_SXN_SMDRI74.kicad_mod +%%DATADIR%%/footprints/Inductor_SMD.pretty/L_SXN_SMMS1770.kicad_mod %%DATADIR%%/footprints/Inductor_SMD.pretty/L_Sagami_CER1242B.kicad_mod %%DATADIR%%/footprints/Inductor_SMD.pretty/L_Sagami_CER1257B.kicad_mod %%DATADIR%%/footprints/Inductor_SMD.pretty/L_Sagami_CER1277B.kicad_mod @@ -9459,7 +9522,6 @@ %%DATADIR%%/footprints/Inductor_SMD.pretty/L_Vishay_IHSM-3825.kicad_mod %%DATADIR%%/footprints/Inductor_SMD.pretty/L_Vishay_IHSM-4825.kicad_mod %%DATADIR%%/footprints/Inductor_SMD.pretty/L_Vishay_IHSM-5832.kicad_mod -%%DATADIR%%/footprints/Inductor_SMD.pretty/L_Vishay_IHSM-7382.kicad_mod %%DATADIR%%/footprints/Inductor_SMD.pretty/L_Vishay_IHSM-7832.kicad_mod %%DATADIR%%/footprints/Inductor_SMD.pretty/L_Walsin_WLFM201209x.kicad_mod %%DATADIR%%/footprints/Inductor_SMD.pretty/L_Walsin_WLFM201609x.kicad_mod @@ -9868,8 +9930,12 @@ %%DATADIR%%/footprints/LED_SMD.pretty/LED_Cree-XB.kicad_mod %%DATADIR%%/footprints/LED_SMD.pretty/LED_Cree-XH.kicad_mod %%DATADIR%%/footprints/LED_SMD.pretty/LED_Cree-XHP35.kicad_mod -%%DATADIR%%/footprints/LED_SMD.pretty/LED_Cree-XHP50_12V.kicad_mod -%%DATADIR%%/footprints/LED_SMD.pretty/LED_Cree-XHP50_6V.kicad_mod +%%DATADIR%%/footprints/LED_SMD.pretty/LED_Cree-XHP50_12V_HighDensity.kicad_mod +%%DATADIR%%/footprints/LED_SMD.pretty/LED_Cree-XHP50_12V_HighIntensity.kicad_mod +%%DATADIR%%/footprints/LED_SMD.pretty/LED_Cree-XHP50_3V_HighDensity.kicad_mod +%%DATADIR%%/footprints/LED_SMD.pretty/LED_Cree-XHP50_3V_HighIntensity.kicad_mod +%%DATADIR%%/footprints/LED_SMD.pretty/LED_Cree-XHP50_6V_HighDensity.kicad_mod +%%DATADIR%%/footprints/LED_SMD.pretty/LED_Cree-XHP50_6V_HighIntensity.kicad_mod %%DATADIR%%/footprints/LED_SMD.pretty/LED_Cree-XHP70_12V.kicad_mod %%DATADIR%%/footprints/LED_SMD.pretty/LED_Cree-XHP70_6V.kicad_mod %%DATADIR%%/footprints/LED_SMD.pretty/LED_Cree-XP-G.kicad_mod @@ -10235,16 +10301,6 @@ %%DATADIR%%/footprints/Mounting_Wuerth.pretty/Mounting_Wuerth_WA-SMSE-ExternalM3_H7mm_9771070360.kicad_mod %%DATADIR%%/footprints/Mounting_Wuerth.pretty/Mounting_Wuerth_WA-SMSE-ExternalM3_H8mm_9771080360.kicad_mod %%DATADIR%%/footprints/Mounting_Wuerth.pretty/Mounting_Wuerth_WA-SMSE-ExternalM3_H9mm_9771090360.kicad_mod -%%DATADIR%%/footprints/Mounting_Wuerth.pretty/Mounting_Wuerth_WA-SMSI-4.5mm_H10mm_9774100482.kicad_mod -%%DATADIR%%/footprints/Mounting_Wuerth.pretty/Mounting_Wuerth_WA-SMSI-4.5mm_H1mm_9774010482.kicad_mod -%%DATADIR%%/footprints/Mounting_Wuerth.pretty/Mounting_Wuerth_WA-SMSI-4.5mm_H2mm_9774020482.kicad_mod -%%DATADIR%%/footprints/Mounting_Wuerth.pretty/Mounting_Wuerth_WA-SMSI-4.5mm_H3mm_9774030482.kicad_mod -%%DATADIR%%/footprints/Mounting_Wuerth.pretty/Mounting_Wuerth_WA-SMSI-4.5mm_H4mm_9774040482.kicad_mod -%%DATADIR%%/footprints/Mounting_Wuerth.pretty/Mounting_Wuerth_WA-SMSI-4.5mm_H5mm_9774050482.kicad_mod -%%DATADIR%%/footprints/Mounting_Wuerth.pretty/Mounting_Wuerth_WA-SMSI-4.5mm_H6mm_9774060482.kicad_mod -%%DATADIR%%/footprints/Mounting_Wuerth.pretty/Mounting_Wuerth_WA-SMSI-4.5mm_H7mm_9774070482.kicad_mod -%%DATADIR%%/footprints/Mounting_Wuerth.pretty/Mounting_Wuerth_WA-SMSI-4.5mm_H8mm_9774080482.kicad_mod -%%DATADIR%%/footprints/Mounting_Wuerth.pretty/Mounting_Wuerth_WA-SMSI-4.5mm_H9mm_9774090482.kicad_mod %%DATADIR%%/footprints/Mounting_Wuerth.pretty/Mounting_Wuerth_WA-SMSI-M1.6_H0.5mm_9774005633.kicad_mod %%DATADIR%%/footprints/Mounting_Wuerth.pretty/Mounting_Wuerth_WA-SMSI-M1.6_H1.5mm_9774015633.kicad_mod %%DATADIR%%/footprints/Mounting_Wuerth.pretty/Mounting_Wuerth_WA-SMSI-M1.6_H1mm_9774010633.kicad_mod @@ -10323,6 +10379,16 @@ %%DATADIR%%/footprints/Mounting_Wuerth.pretty/Mounting_Wuerth_WA-SMSI-M3_H7mm_9774070360.kicad_mod %%DATADIR%%/footprints/Mounting_Wuerth.pretty/Mounting_Wuerth_WA-SMSI-M3_H8mm_9774080360.kicad_mod %%DATADIR%%/footprints/Mounting_Wuerth.pretty/Mounting_Wuerth_WA-SMSI-M3_H9mm_9774090360.kicad_mod +%%DATADIR%%/footprints/Mounting_Wuerth.pretty/Mounting_Wuerth_WA-SMSI-M4_H10mm_9774100482.kicad_mod +%%DATADIR%%/footprints/Mounting_Wuerth.pretty/Mounting_Wuerth_WA-SMSI-M4_H1mm_9774010482.kicad_mod +%%DATADIR%%/footprints/Mounting_Wuerth.pretty/Mounting_Wuerth_WA-SMSI-M4_H2mm_9774020482.kicad_mod +%%DATADIR%%/footprints/Mounting_Wuerth.pretty/Mounting_Wuerth_WA-SMSI-M4_H3mm_9774030482.kicad_mod +%%DATADIR%%/footprints/Mounting_Wuerth.pretty/Mounting_Wuerth_WA-SMSI-M4_H4mm_9774040482.kicad_mod +%%DATADIR%%/footprints/Mounting_Wuerth.pretty/Mounting_Wuerth_WA-SMSI-M4_H5mm_9774050482.kicad_mod +%%DATADIR%%/footprints/Mounting_Wuerth.pretty/Mounting_Wuerth_WA-SMSI-M4_H6mm_9774060482.kicad_mod +%%DATADIR%%/footprints/Mounting_Wuerth.pretty/Mounting_Wuerth_WA-SMSI-M4_H7mm_9774070482.kicad_mod +%%DATADIR%%/footprints/Mounting_Wuerth.pretty/Mounting_Wuerth_WA-SMSI-M4_H8mm_9774080482.kicad_mod +%%DATADIR%%/footprints/Mounting_Wuerth.pretty/Mounting_Wuerth_WA-SMSI-M4_H9mm_9774090482.kicad_mod %%DATADIR%%/footprints/Mounting_Wuerth.pretty/Mounting_Wuerth_WA-SMSR-3.2mm_H10.6mm_ReverseMount_9775106960.kicad_mod %%DATADIR%%/footprints/Mounting_Wuerth.pretty/Mounting_Wuerth_WA-SMSR-3.2mm_H11.6mm_ReverseMount_9775116960.kicad_mod %%DATADIR%%/footprints/Mounting_Wuerth.pretty/Mounting_Wuerth_WA-SMSR-3.2mm_H2.6mm_ReverseMount_9775026960.kicad_mod @@ -10830,6 +10896,8 @@ %%DATADIR%%/footprints/Package_BGA.pretty/Xilinx_RS484.kicad_mod %%DATADIR%%/footprints/Package_BGA.pretty/Xilinx_SBG484.kicad_mod %%DATADIR%%/footprints/Package_BGA.pretty/Xilinx_SBG485.kicad_mod +%%DATADIR%%/footprints/Package_BGA.pretty/csBGA-64_5x5mm_Layout8x8_P0.5mm.kicad_mod +%%DATADIR%%/footprints/Package_BGA.pretty/ucBGA-64_4x4mm_Layout8x8_P0.4mm.kicad_mod %%DATADIR%%/footprints/Package_CSP.pretty/Analog_LFCSP-16-1EP_4x4mm_P0.65mm_EP2.1x2.1mm.kicad_mod %%DATADIR%%/footprints/Package_CSP.pretty/Analog_LFCSP-16-1EP_4x4mm_P0.65mm_EP2.1x2.1mm_ThermalVias.kicad_mod %%DATADIR%%/footprints/Package_CSP.pretty/Analog_LFCSP-16-1EP_4x4mm_P0.65mm_EP2.35x2.35mm.kicad_mod @@ -11005,6 +11073,7 @@ %%DATADIR%%/footprints/Package_CSP.pretty/WLCSP-8_1.551x2.284mm_Layout2x4_P0.5mm.kicad_mod %%DATADIR%%/footprints/Package_CSP.pretty/WLCSP-8_1.58x1.63x0.35mm_Layout3x5_P0.35x0.4mm_Ball0.25mm_Pad0.25mm_NSMD.kicad_mod %%DATADIR%%/footprints/Package_CSP.pretty/WLCSP-9_1.21x1.22mm_Layout3x3_P0.4mm.kicad_mod +%%DATADIR%%/footprints/Package_CSP.pretty/Xilinx_CSG48_7.0x7.0mm_Layout7x7_P0.8mm.kicad_mod %%DATADIR%%/footprints/Package_CSP.pretty/pSemi_CSP-16_1.64x2.04mm_P0.4mm.kicad_mod %%DATADIR%%/footprints/Package_CSP.pretty/pSemi_CSP-16_1.64x2.04mm_P0.4mm_Pad0.18mm.kicad_mod %%DATADIR%%/footprints/Package_DFN_QFN.pretty/AMS_QFN-4-1EP_2x2mm_P0.95mm_EP0.7x1.6mm.kicad_mod @@ -11491,11 +11560,14 @@ %%DATADIR%%/footprints/Package_DFN_QFN.pretty/Texas_DLH0010A_WSON-10-1EP_2.2x2mm_P0.4mm_EP0.9x1.5mm.kicad_mod %%DATADIR%%/footprints/Package_DFN_QFN.pretty/Texas_DLH0010A_WSON-10-1EP_2.2x2mm_P0.4mm_EP0.9x1.5mm_ThermalVias.kicad_mod %%DATADIR%%/footprints/Package_DFN_QFN.pretty/Texas_DRB0008A.kicad_mod +%%DATADIR%%/footprints/Package_DFN_QFN.pretty/Texas_DSQ0010A_WSON-10-1EP_2x2mm_P0.4mm_EP0.9x1.5mm.kicad_mod +%%DATADIR%%/footprints/Package_DFN_QFN.pretty/Texas_DSQ0010A_WSON-10-1EP_2x2mm_P0.4mm_EP0.9x1.5mm_ThermalVias.kicad_mod %%DATADIR%%/footprints/Package_DFN_QFN.pretty/Texas_MOF0009A.kicad_mod %%DATADIR%%/footprints/Package_DFN_QFN.pretty/Texas_PicoStar_DFN-3_0.69x0.60mm.kicad_mod %%DATADIR%%/footprints/Package_DFN_QFN.pretty/Texas_QFN-41_10x16mm.kicad_mod %%DATADIR%%/footprints/Package_DFN_QFN.pretty/Texas_R-PUQFN-N10.kicad_mod %%DATADIR%%/footprints/Package_DFN_QFN.pretty/Texas_R-PUQFN-N12.kicad_mod +%%DATADIR%%/footprints/Package_DFN_QFN.pretty/Texas_RDX0007A_QFN-FCMOD-7-3.3x4mm-P0.5mm_4EP.kicad_mod %%DATADIR%%/footprints/Package_DFN_QFN.pretty/Texas_REF0038A_WQFN-38-2EP_6x4mm_P0.4.kicad_mod %%DATADIR%%/footprints/Package_DFN_QFN.pretty/Texas_RGC0064B_VQFN-64-1EP_9x9mm_P0.5mm_EP4.25x4.25mm.kicad_mod %%DATADIR%%/footprints/Package_DFN_QFN.pretty/Texas_RGC0064B_VQFN-64-1EP_9x9mm_P0.5mm_EP4.25x4.25mm_ThermalVias.kicad_mod @@ -11673,6 +11745,8 @@ %%DATADIR%%/footprints/Package_DFN_QFN.pretty/VQFN-46-1EP_5x6mm_P0.4mm_EP2.8x3.8mm_ThermalVias.kicad_mod %%DATADIR%%/footprints/Package_DFN_QFN.pretty/VQFN-48-1EP_6x6mm_P0.4mm_EP4.1x4.1mm.kicad_mod %%DATADIR%%/footprints/Package_DFN_QFN.pretty/VQFN-48-1EP_6x6mm_P0.4mm_EP4.1x4.1mm_ThermalVias.kicad_mod +%%DATADIR%%/footprints/Package_DFN_QFN.pretty/VQFN-48-1EP_7x7mm_P0.5mm_EP2.6x2.6mm.kicad_mod +%%DATADIR%%/footprints/Package_DFN_QFN.pretty/VQFN-48-1EP_7x7mm_P0.5mm_EP2.6x2.6mm_ThermalVias.kicad_mod %%DATADIR%%/footprints/Package_DFN_QFN.pretty/VQFN-48-1EP_7x7mm_P0.5mm_EP4.1x4.1mm.kicad_mod %%DATADIR%%/footprints/Package_DFN_QFN.pretty/VQFN-48-1EP_7x7mm_P0.5mm_EP4.1x4.1mm_ThermalVias.kicad_mod %%DATADIR%%/footprints/Package_DFN_QFN.pretty/VQFN-48-1EP_7x7mm_P0.5mm_EP5.15x5.15mm.kicad_mod @@ -12115,6 +12189,7 @@ %%DATADIR%%/footprints/Package_QFP.pretty/EQFP-144-1EP_20x20mm_P0.5mm_EP8.93x8.7mm_ThermalVias.kicad_mod %%DATADIR%%/footprints/Package_QFP.pretty/HTQFP-64-1EP_10x10mm_P0.5mm_EP8x8mm.kicad_mod %%DATADIR%%/footprints/Package_QFP.pretty/HTQFP-64-1EP_10x10mm_P0.5mm_EP8x8mm_Mask4.4x4.4mm_ThermalVias.kicad_mod +%%DATADIR%%/footprints/Package_QFP.pretty/Hitachi_FP80B_PQFP-80_14x20mm_P0.8mm.kicad_mod %%DATADIR%%/footprints/Package_QFP.pretty/LQFP-100-1EP_14x14mm_P0.5mm_EP6.9x6.9mm.kicad_mod %%DATADIR%%/footprints/Package_QFP.pretty/LQFP-100-1EP_14x14mm_P0.5mm_EP6.9x6.9mm_ThermalVias.kicad_mod %%DATADIR%%/footprints/Package_QFP.pretty/LQFP-100_14x14mm_P0.5mm.kicad_mod @@ -12155,6 +12230,7 @@ %%DATADIR%%/footprints/Package_QFP.pretty/Microchip_PQFP-44_10x10mm_P0.8mm.kicad_mod %%DATADIR%%/footprints/Package_QFP.pretty/PQFP-100_14x20mm_P0.65mm.kicad_mod %%DATADIR%%/footprints/Package_QFP.pretty/PQFP-112_20x20mm_P0.65mm.kicad_mod +%%DATADIR%%/footprints/Package_QFP.pretty/PQFP-128_28x28mm_P0.8mm.kicad_mod %%DATADIR%%/footprints/Package_QFP.pretty/PQFP-132_24x24mm_P0.635mm.kicad_mod %%DATADIR%%/footprints/Package_QFP.pretty/PQFP-132_24x24mm_P0.635mm_i386.kicad_mod %%DATADIR%%/footprints/Package_QFP.pretty/PQFP-144_28x28mm_P0.65mm.kicad_mod @@ -12165,6 +12241,7 @@ %%DATADIR%%/footprints/Package_QFP.pretty/PQFP-256_28x28mm_P0.4mm.kicad_mod %%DATADIR%%/footprints/Package_QFP.pretty/PQFP-44_10x10mm_P0.8mm.kicad_mod %%DATADIR%%/footprints/Package_QFP.pretty/PQFP-64_14x14mm_P0.8mm.kicad_mod +%%DATADIR%%/footprints/Package_QFP.pretty/PQFP-80_14x14mm_P0.65mm.kicad_mod %%DATADIR%%/footprints/Package_QFP.pretty/PQFP-80_14x20mm_P0.8mm.kicad_mod %%DATADIR%%/footprints/Package_QFP.pretty/TQFP-100-1EP_14x14mm_P0.5mm_EP5x5mm.kicad_mod %%DATADIR%%/footprints/Package_QFP.pretty/TQFP-100-1EP_14x14mm_P0.5mm_EP5x5mm_ThermalVias.kicad_mod @@ -12237,8 +12314,6 @@ %%DATADIR%%/footprints/Package_SO.pretty/HSOP-8-1EP_3.9x4.9mm_P1.27mm_EP2.41x3.1mm_ThermalVias.kicad_mod %%DATADIR%%/footprints/Package_SO.pretty/HTSOP-8-1EP_3.9x4.9mm_P1.27mm_EP2.4x3.2mm.kicad_mod %%DATADIR%%/footprints/Package_SO.pretty/HTSOP-8-1EP_3.9x4.9mm_P1.27mm_EP2.4x3.2mm_ThermalVias.kicad_mod -%%DATADIR%%/footprints/Package_SO.pretty/HTSSOP-14-1EP_4.4x5mm_P0.65mm_EP3.4x5mm_Mask3x3.1mm.kicad_mod -%%DATADIR%%/footprints/Package_SO.pretty/HTSSOP-14-1EP_4.4x5mm_P0.65mm_EP3.4x5mm_Mask3x3.1mm_ThermalVias.kicad_mod %%DATADIR%%/footprints/Package_SO.pretty/HTSSOP-16-1EP_4.4x5mm_P0.65mm_EP3.4x5mm.kicad_mod %%DATADIR%%/footprints/Package_SO.pretty/HTSSOP-16-1EP_4.4x5mm_P0.65mm_EP3.4x5mm_Mask2.46x2.31mm.kicad_mod %%DATADIR%%/footprints/Package_SO.pretty/HTSSOP-16-1EP_4.4x5mm_P0.65mm_EP3.4x5mm_Mask2.46x2.31mm_ThermalVias.kicad_mod @@ -12256,6 +12331,8 @@ %%DATADIR%%/footprints/Package_SO.pretty/HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP3.4x6.5mm_Mask2.96x2.96mm_ThermalVias.kicad_mod %%DATADIR%%/footprints/Package_SO.pretty/HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP3.4x6.5mm_ThermalVias.kicad_mod %%DATADIR%%/footprints/Package_SO.pretty/HTSSOP-24-1EP_4.4x7.8mm_P0.65mm_EP3.2x5mm.kicad_mod +%%DATADIR%%/footprints/Package_SO.pretty/HTSSOP-24-1EP_4.4x7.8mm_P0.65mm_EP3.4x7.8mm_Mask2.44x3.42mm.kicad_mod +%%DATADIR%%/footprints/Package_SO.pretty/HTSSOP-24-1EP_4.4x7.8mm_P0.65mm_EP3.4x7.8mm_Mask2.44x3.42mm_ThermalVias.kicad_mod %%DATADIR%%/footprints/Package_SO.pretty/HTSSOP-24-1EP_4.4x7.8mm_P0.65mm_EP3.4x7.8mm_Mask2.4x2.98mm.kicad_mod %%DATADIR%%/footprints/Package_SO.pretty/HTSSOP-24-1EP_4.4x7.8mm_P0.65mm_EP3.4x7.8mm_Mask2.4x2.98mm_ThermalVias.kicad_mod %%DATADIR%%/footprints/Package_SO.pretty/HTSSOP-24-1EP_4.4x7.8mm_P0.65mm_EP3.4x7.8mm_Mask2.4x4.68mm.kicad_mod @@ -12304,6 +12381,7 @@ %%DATADIR%%/footprints/Package_SO.pretty/Infineon_PG-DSO-8-59_7.5x6.3mm.kicad_mod %%DATADIR%%/footprints/Package_SO.pretty/Infineon_PG-TSDSO-14-22.kicad_mod %%DATADIR%%/footprints/Package_SO.pretty/Infineon_SOIC-20W_7.6x12.8mm_P1.27mm.kicad_mod +%%DATADIR%%/footprints/Package_SO.pretty/JEITA_SOIC-16_3.9x9.9mm_P1.27mm.kicad_mod %%DATADIR%%/footprints/Package_SO.pretty/JEITA_SOIC-8_3.9x4.9mm_P1.27mm.kicad_mod %%DATADIR%%/footprints/Package_SO.pretty/Linear_HTSSOP-31-38-1EP_4.4x9.7mm_P0.5mm_EP2.74x4.75mm.kicad_mod %%DATADIR%%/footprints/Package_SO.pretty/Linear_HTSSOP-31-38-1EP_4.4x9.7mm_P0.5mm_EP2.74x4.75mm_ThermalVias.kicad_mod @@ -12414,7 +12492,6 @@ %%DATADIR%%/footprints/Package_SO.pretty/SOJ-32_7.62x20.955mm_P1.27mm.kicad_mod %%DATADIR%%/footprints/Package_SO.pretty/SOJ-36_10.16x23.495mm_P1.27mm.kicad_mod %%DATADIR%%/footprints/Package_SO.pretty/SOJ-44_10.16x28.575mm_P1.27mm.kicad_mod -%%DATADIR%%/footprints/Package_SO.pretty/SOP-16_3.9x9.9mm_P1.27mm.kicad_mod %%DATADIR%%/footprints/Package_SO.pretty/SOP-16_4.4x10.4mm_P1.27mm.kicad_mod %%DATADIR%%/footprints/Package_SO.pretty/SOP-16_4.55x10.3mm_P1.27mm.kicad_mod %%DATADIR%%/footprints/Package_SO.pretty/SOP-18_7.495x11.515mm_P1.27mm.kicad_mod @@ -12458,6 +12535,7 @@ %%DATADIR%%/footprints/Package_SO.pretty/SSOP-24_5.3x8.2mm_P0.65mm.kicad_mod %%DATADIR%%/footprints/Package_SO.pretty/SSOP-28_3.9x9.9mm_P0.635mm.kicad_mod %%DATADIR%%/footprints/Package_SO.pretty/SSOP-28_5.3x10.2mm_P0.65mm.kicad_mod +%%DATADIR%%/footprints/Package_SO.pretty/SSOP-40_8.8x17.5mm_P0.8mm.kicad_mod %%DATADIR%%/footprints/Package_SO.pretty/SSOP-44_5.3x12.8mm_P0.5mm.kicad_mod %%DATADIR%%/footprints/Package_SO.pretty/SSOP-48_5.3x12.8mm_P0.5mm.kicad_mod %%DATADIR%%/footprints/Package_SO.pretty/SSOP-48_7.5x15.9mm_P0.635mm.kicad_mod @@ -12466,6 +12544,7 @@ %%DATADIR%%/footprints/Package_SO.pretty/SSOP-8_2.95x2.8mm_P0.65mm.kicad_mod %%DATADIR%%/footprints/Package_SO.pretty/SSOP-8_3.95x5.21x3.27mm_P1.27mm.kicad_mod %%DATADIR%%/footprints/Package_SO.pretty/SSOP-8_3.9x5.05mm_P1.27mm.kicad_mod +%%DATADIR%%/footprints/Package_SO.pretty/SSOP-8_5.3x3mm_P0.65mm.kicad_mod %%DATADIR%%/footprints/Package_SO.pretty/STC_SOP-16_3.9x9.9mm_P1.27mm.kicad_mod %%DATADIR%%/footprints/Package_SO.pretty/ST_MultiPowerSO-30.kicad_mod %%DATADIR%%/footprints/Package_SO.pretty/ST_PowerSSO-24_SlugDown.kicad_mod @@ -12518,7 +12597,6 @@ %%DATADIR%%/footprints/Package_SO.pretty/TSSOP-20_4.4x5mm_P0.4mm.kicad_mod %%DATADIR%%/footprints/Package_SO.pretty/TSSOP-20_4.4x5mm_P0.5mm.kicad_mod %%DATADIR%%/footprints/Package_SO.pretty/TSSOP-20_4.4x6.5mm_P0.65mm.kicad_mod -%%DATADIR%%/footprints/Package_SO.pretty/TSSOP-24-1EP_4.4x7.8mm_P0.65mm_EP3.2x5mm.kicad_mod %%DATADIR%%/footprints/Package_SO.pretty/TSSOP-24_4.4x5mm_P0.4mm.kicad_mod %%DATADIR%%/footprints/Package_SO.pretty/TSSOP-24_4.4x6.5mm_P0.5mm.kicad_mod %%DATADIR%%/footprints/Package_SO.pretty/TSSOP-24_4.4x7.8mm_P0.65mm.kicad_mod @@ -12591,6 +12669,8 @@ %%DATADIR%%/footprints/Package_SO.pretty/Texas_HSOP-8-1EP_3.9x4.9mm_P1.27mm.kicad_mod %%DATADIR%%/footprints/Package_SO.pretty/Texas_HSOP-8-1EP_3.9x4.9mm_P1.27mm_ThermalVias.kicad_mod %%DATADIR%%/footprints/Package_SO.pretty/Texas_HTSOP-8-1EP_3.9x4.9mm_P1.27mm_EP2.95x4.9mm_Mask2.4x3.1mm_ThermalVias.kicad_mod +%%DATADIR%%/footprints/Package_SO.pretty/Texas_HTSSOP-14-1EP_4.4x5mm_P0.65mm_EP3.4x5mm_Mask3.155x3.255mm.kicad_mod +%%DATADIR%%/footprints/Package_SO.pretty/Texas_HTSSOP-14-1EP_4.4x5mm_P0.65mm_EP3.4x5mm_Mask3.155x3.255mm_ThermalVias.kicad_mod %%DATADIR%%/footprints/Package_SO.pretty/Texas_PW0020A_TSSOP-20_4.4x6.5mm_P0.65mm.kicad_mod %%DATADIR%%/footprints/Package_SO.pretty/Texas_PWP0020A.kicad_mod %%DATADIR%%/footprints/Package_SO.pretty/Texas_PWP0028V_TSSOP-28-1EP_4.4x9.7mm_P0.65mm_EP3.4x9.7mm_Mask2.94x5.62mm.kicad_mod @@ -12939,6 +13019,7 @@ %%DATADIR%%/footprints/Package_TO_SOT_THT.pretty/TO-220-7_P2.54x5.08mm_StaggerOdd_Lead3.08mm_Vertical.kicad_mod %%DATADIR%%/footprints/Package_TO_SOT_THT.pretty/TO-220-7_P2.54x5.1mm_StaggerOdd_Lead8.025mm_TabDown.kicad_mod %%DATADIR%%/footprints/Package_TO_SOT_THT.pretty/TO-220-8_Vertical.kicad_mod +%%DATADIR%%/footprints/Package_TO_SOT_THT.pretty/TO-220-9_P1.93x5.08mm_StaggerOdd_Lead3.378mm_Vertical.kicad_mod %%DATADIR%%/footprints/Package_TO_SOT_THT.pretty/TO-220-9_P1.94x3.7mm_StaggerEven_Lead3.8mm_Vertical.kicad_mod %%DATADIR%%/footprints/Package_TO_SOT_THT.pretty/TO-220-9_P1.94x3.7mm_StaggerOdd_Lead3.8mm_Vertical.kicad_mod %%DATADIR%%/footprints/Package_TO_SOT_THT.pretty/TO-220-9_P1.94x3.8mm_StaggerEven_Lead5.85mm_TabDown.kicad_mod @@ -13098,6 +13179,37 @@ %%DATADIR%%/footprints/Package_TO_SOT_THT.pretty/TO-99-6_Window.kicad_mod %%DATADIR%%/footprints/Package_TO_SOT_THT.pretty/TO-99-8.kicad_mod %%DATADIR%%/footprints/Package_TO_SOT_THT.pretty/TO-99-8_Window.kicad_mod +%%DATADIR%%/footprints/Panelization.pretty/BreakLine_11h_D0.5mm_P0.85mm.kicad_mod +%%DATADIR%%/footprints/Panelization.pretty/BreakLine_1h_D0.5mm_P0.85mm.kicad_mod +%%DATADIR%%/footprints/Panelization.pretty/BreakLine_2h_D0.5mm_P0.85mm.kicad_mod +%%DATADIR%%/footprints/Panelization.pretty/BreakLine_2h_D0.5mm_P1.7mm.kicad_mod +%%DATADIR%%/footprints/Panelization.pretty/BreakLine_3h_D0.5mm_P0.85mm.kicad_mod +%%DATADIR%%/footprints/Panelization.pretty/BreakLine_3h_D0.5mm_P1.7mm.kicad_mod +%%DATADIR%%/footprints/Panelization.pretty/BreakLine_5h_D0.5mm_P0.85mm.kicad_mod +%%DATADIR%%/footprints/Panelization.pretty/BreakLine_7h_D0.5mm_P0.85mm.kicad_mod +%%DATADIR%%/footprints/Panelization.pretty/BreakLine_9h_D0.5mm_P0.85mm.kicad_mod +%%DATADIR%%/footprints/Panelization.pretty/MouseBite-Part_2.0x2.0mm_0h.kicad_mod +%%DATADIR%%/footprints/Panelization.pretty/MouseBite-Part_2.0x2.0mm_inset_D0.5mm_P0.85mm_4h_Trace.kicad_mod +%%DATADIR%%/footprints/Panelization.pretty/MouseBite-Part_2.0x2.0mm_inset_D0.5mm_P0.85mm_5h.kicad_mod +%%DATADIR%%/footprints/Panelization.pretty/MouseBite-Part_2.0x2.0mm_outset_D0.5mm_P0.85mm_2h_Trace.kicad_mod +%%DATADIR%%/footprints/Panelization.pretty/MouseBite-Part_2.0x2.0mm_outset_D0.5mm_P0.85mm_3h.kicad_mod +%%DATADIR%%/footprints/Panelization.pretty/MouseBite-Part_2.0x4.5mm_0h.kicad_mod +%%DATADIR%%/footprints/Panelization.pretty/MouseBite-Part_2.0x4.5mm_inset_D0.5mm_P0.85mm_5h_Trace.kicad_mod +%%DATADIR%%/footprints/Panelization.pretty/MouseBite-Part_2.0x4.5mm_inset_D0.5mm_P0.85mm_7h.kicad_mod +%%DATADIR%%/footprints/Panelization.pretty/MouseBite-Part_2.0x4.5mm_outset_D0.5mm_P0.85mm_5h_Trace.kicad_mod +%%DATADIR%%/footprints/Panelization.pretty/MouseBite-Part_2.0x4.5mm_outset_D0.5mm_P0.85mm_7h.kicad_mod +%%DATADIR%%/footprints/Panelization.pretty/MouseBite-Slot-Jumper_01005.kicad_mod +%%DATADIR%%/footprints/Panelization.pretty/MouseBite-Slot-Jumper_0201.kicad_mod +%%DATADIR%%/footprints/Panelization.pretty/MouseBite-Slot_2.0x2.0mm_inset_D0.5mm_P0.85mm_4h_Trace.kicad_mod +%%DATADIR%%/footprints/Panelization.pretty/MouseBite-Slot_2.0x2.0mm_inset_D0.5mm_P0.85mm_5h.kicad_mod +%%DATADIR%%/footprints/Panelization.pretty/MouseBite-Slot_2.0x2.0mm_outset_D0.5mm_P0.85mm_2h_Trace.kicad_mod +%%DATADIR%%/footprints/Panelization.pretty/MouseBite-Slot_2.0x2.0mm_outset_D0.5mm_P0.85mm_3h.kicad_mod +%%DATADIR%%/footprints/Panelization.pretty/MouseBite-Slot_2.0x4.5mm_inset_D0.5mm_P0.85mm_5h_Trace.kicad_mod +%%DATADIR%%/footprints/Panelization.pretty/MouseBite-Slot_2.0x4.5mm_inset_D0.5mm_P0.85mm_7h.kicad_mod +%%DATADIR%%/footprints/Panelization.pretty/MouseBite-Slot_2.0x4.5mm_outset_D0.5mm_P0.85mm_5h_Trace.kicad_mod +%%DATADIR%%/footprints/Panelization.pretty/MouseBite-Slot_2.0x4.5mm_outset_D0.5mm_P0.85mm_7h.kicad_mod +%%DATADIR%%/footprints/Panelization.pretty/MouseBite-Slot_2.54x2.54mm_on-edge_D0.5mm_P0.85mm_4h_Trace.kicad_mod +%%DATADIR%%/footprints/Panelization.pretty/MouseBite-Slot_2.54x5.08mm_on-edge_D0.5mm_P0.85mm_5h_Trace.kicad_mod %%DATADIR%%/footprints/Potentiometer_SMD.pretty/Potentiometer_ACP_CA14-VSMD_Vertical.kicad_mod %%DATADIR%%/footprints/Potentiometer_SMD.pretty/Potentiometer_ACP_CA14-VSMD_Vertical_Hole.kicad_mod %%DATADIR%%/footprints/Potentiometer_SMD.pretty/Potentiometer_ACP_CA6-VSMD_Vertical.kicad_mod @@ -13374,6 +13486,7 @@ %%DATADIR%%/footprints/RF_Module.pretty/RAK4200.kicad_mod %%DATADIR%%/footprints/RF_Module.pretty/RAK811.kicad_mod %%DATADIR%%/footprints/RF_Module.pretty/RFDigital_RFD77101.kicad_mod +%%DATADIR%%/footprints/RF_Module.pretty/RMC20452T.kicad_mod %%DATADIR%%/footprints/RF_Module.pretty/RN2483.kicad_mod %%DATADIR%%/footprints/RF_Module.pretty/RN42.kicad_mod %%DATADIR%%/footprints/RF_Module.pretty/RN42N.kicad_mod @@ -13816,6 +13929,7 @@ %%DATADIR%%/footprints/Sensor_Humidity.pretty/Sensirion_DFN-4-1EP_2x2mm_P1mm_EP0.7x1.6mm.kicad_mod %%DATADIR%%/footprints/Sensor_Humidity.pretty/Sensirion_DFN-4_1.5x1.5mm_P0.8mm_SHT4x_NoCentralPad.kicad_mod %%DATADIR%%/footprints/Sensor_Humidity.pretty/Sensirion_DFN-8-1EP_2.5x2.5mm_P0.5mm_EP1.1x1.7mm.kicad_mod +%%DATADIR%%/footprints/Sensor_Humidity.pretty/Texas_S-PWSON-N6-HDC2080.kicad_mod %%DATADIR%%/footprints/Sensor_Motion.pretty/Analog_LGA-16_3.25x3mm_P0.5mm_LayoutBorder3x5y.kicad_mod %%DATADIR%%/footprints/Sensor_Motion.pretty/InvenSense_QFN-24_3x3mm_P0.4mm.kicad_mod %%DATADIR%%/footprints/Sensor_Motion.pretty/InvenSense_QFN-24_3x3mm_P0.4mm_NoMask.kicad_mod @@ -13831,19 +13945,19 @@ %%DATADIR%%/footprints/Sensor_Pressure.pretty/TE_MS5837-xxBA.kicad_mod %%DATADIR%%/footprints/Sensor_Voltage.pretty/LEM_LV25-P.kicad_mod %%DATADIR%%/footprints/Socket.pretty/3M_Textool_240-1288-00-0602J_2x20_P2.54mm.kicad_mod -%%DATADIR%%/footprints/Socket.pretty/DIP_Socket-14_W4.3_W5.08_W7.62_W10.16_W10.9_3M_214-3339-00-0602J.kicad_mod -%%DATADIR%%/footprints/Socket.pretty/DIP_Socket-16_W4.3_W5.08_W7.62_W10.16_W10.9_3M_216-3340-00-0602J.kicad_mod -%%DATADIR%%/footprints/Socket.pretty/DIP_Socket-18_W4.3_W5.08_W7.62_W10.16_W10.9_3M_218-3341-00-0602J.kicad_mod -%%DATADIR%%/footprints/Socket.pretty/DIP_Socket-20_W4.3_W5.08_W7.62_W10.16_W10.9_3M_220-3342-00-0602J.kicad_mod -%%DATADIR%%/footprints/Socket.pretty/DIP_Socket-22_W6.9_W7.62_W10.16_W12.7_W13.5_3M_222-3343-00-0602J.kicad_mod -%%DATADIR%%/footprints/Socket.pretty/DIP_Socket-24_W11.9_W12.7_W15.24_W17.78_W18.5_3M_224-1275-00-0602J.kicad_mod -%%DATADIR%%/footprints/Socket.pretty/DIP_Socket-24_W4.3_W5.08_W7.62_W10.16_W10.9_3M_224-5248-00-0602J.kicad_mod -%%DATADIR%%/footprints/Socket.pretty/DIP_Socket-28_W11.9_W12.7_W15.24_W17.78_W18.5_3M_228-1277-00-0602J.kicad_mod -%%DATADIR%%/footprints/Socket.pretty/DIP_Socket-28_W6.9_W7.62_W10.16_W12.7_W13.5_3M_228-4817-00-0602J.kicad_mod -%%DATADIR%%/footprints/Socket.pretty/DIP_Socket-32_W11.9_W12.7_W15.24_W17.78_W18.5_3M_232-1285-00-0602J.kicad_mod -%%DATADIR%%/footprints/Socket.pretty/DIP_Socket-40_W11.9_W12.7_W15.24_W17.78_W18.5_3M_240-1280-00-0602J.kicad_mod -%%DATADIR%%/footprints/Socket.pretty/DIP_Socket-40_W22.1_W22.86_W25.4_W27.94_W28.7_3M_240-3639-00-0602J.kicad_mod -%%DATADIR%%/footprints/Socket.pretty/DIP_Socket-42_W11.9_W12.7_W15.24_W17.78_W18.5_3M_242-1281-00-0602J.kicad_mod +%%DATADIR%%/footprints/Socket.pretty/DIP_Socket-14_W4.3mm_W5.08mm_W7.62mm_W10.16mm_W10.9mm_3M_214-3339-00-0602J.kicad_mod +%%DATADIR%%/footprints/Socket.pretty/DIP_Socket-16_W4.3mm_W5.08mm_W7.62mm_W10.16mm_W10.9mm_3M_216-3340-00-0602J.kicad_mod +%%DATADIR%%/footprints/Socket.pretty/DIP_Socket-18_W4.3mm_W5.08mm_W7.62mm_W10.16mm_W10.9mm_3M_218-3341-00-0602J.kicad_mod +%%DATADIR%%/footprints/Socket.pretty/DIP_Socket-20_W4.3mm_W5.08mm_W7.62mm_W10.16mm_W10.9mm_3M_220-3342-00-0602J.kicad_mod +%%DATADIR%%/footprints/Socket.pretty/DIP_Socket-22_W6.9mm_W7.62mm_W10.16mm_W12.7mm_W13.5mm_3M_222-3343-00-0602J.kicad_mod +%%DATADIR%%/footprints/Socket.pretty/DIP_Socket-24_W11.9mm_W12.7mm_W15.24mm_W17.78mm_W18.5mm_3M_224-1275-00-0602J.kicad_mod +%%DATADIR%%/footprints/Socket.pretty/DIP_Socket-24_W4.3mm_W5.08mm_W7.62mm_W10.16mm_W10.9mm_3M_224-5248-00-0602J.kicad_mod +%%DATADIR%%/footprints/Socket.pretty/DIP_Socket-28_W11.9mm_W12.7mm_W15.24mm_W17.78mm_W18.5mm_3M_228-1277-00-0602J.kicad_mod +%%DATADIR%%/footprints/Socket.pretty/DIP_Socket-28_W6.9mm_W7.62mm_W10.16mm_W12.7mm_W13.5mm_3M_228-4817-00-0602J.kicad_mod +%%DATADIR%%/footprints/Socket.pretty/DIP_Socket-32_W11.9mm_W12.7mm_W15.24mm_W17.78mm_W18.5mm_3M_232-1285-00-0602J.kicad_mod +%%DATADIR%%/footprints/Socket.pretty/DIP_Socket-40_W11.9mm_W12.7mm_W15.24mm_W17.78mm_W18.5mm_3M_240-1280-00-0602J.kicad_mod +%%DATADIR%%/footprints/Socket.pretty/DIP_Socket-40_W22.1mm_W22.86mm_W25.4mm_W27.94mm_W28.7mm_3M_240-3639-00-0602J.kicad_mod +%%DATADIR%%/footprints/Socket.pretty/DIP_Socket-42_W11.9mm_W12.7mm_W15.24mm_W17.78mm_W18.5mm_3M_242-1281-00-0602J.kicad_mod %%DATADIR%%/footprints/Socket.pretty/Wells_648-0482211SA01.kicad_mod %%DATADIR%%/footprints/Symbol.pretty/CE-Logo_11.2x8mm_SilkScreen.kicad_mod %%DATADIR%%/footprints/Symbol.pretty/CE-Logo_16.8x12mm_SilkScreen.kicad_mod diff --git a/cad/kicad-library-packages3d-devel/Makefile.git_rev b/cad/kicad-library-packages3d-devel/Makefile.git_rev index 616902e5eecf..8b60b2f7e68b 100644 --- a/cad/kicad-library-packages3d-devel/Makefile.git_rev +++ b/cad/kicad-library-packages3d-devel/Makefile.git_rev @@ -1,2 +1,2 @@ -GIT_P3D_HASH= 35bb55bdd41cb2bca2e226a35bdaf8ebd8bd87ec -GIT_P3D_DATE= 20250620171851 +GIT_P3D_HASH= e2d108716c5e5aa56b94c117f316b471cd911246 +GIT_P3D_DATE= 20250724093842 diff --git a/cad/kicad-library-packages3d-devel/distinfo b/cad/kicad-library-packages3d-devel/distinfo index 7f57c150e86c..d2a49dc7ce5a 100644 --- a/cad/kicad-library-packages3d-devel/distinfo +++ b/cad/kicad-library-packages3d-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750526719 -SHA256 (kicad-packages3D-35bb55bdd41cb2bca2e226a35bdaf8ebd8bd87ec.tar.gz) = 7889b7c03405224d68c6c9b3e900bac516ec9ac93a91fc655023d8415b94625c -SIZE (kicad-packages3D-35bb55bdd41cb2bca2e226a35bdaf8ebd8bd87ec.tar.gz) = 873533862 +TIMESTAMP = 1753525470 +SHA256 (kicad-packages3D-e2d108716c5e5aa56b94c117f316b471cd911246.tar.gz) = 4e2cf6972cc69089a6a68ef95f2d1848ff48da17dda6b01c5cffd624cacaf67a +SIZE (kicad-packages3D-e2d108716c5e5aa56b94c117f316b471cd911246.tar.gz) = 874985808 diff --git a/cad/kicad-library-packages3d-devel/pkg-plist b/cad/kicad-library-packages3d-devel/pkg-plist index 8ad23759ba7d..7ca7a1fbc69e 100644 --- a/cad/kicad-library-packages3d-devel/pkg-plist +++ b/cad/kicad-library-packages3d-devel/pkg-plist @@ -50,6 +50,8 @@ %%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_MPD_BC2AAPC_2xAA.wrl %%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_MPD_BH-18650-PC2.step %%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_MPD_BH-18650-PC2.wrl +%%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_Multicomp_BC-2001_1x2032.step +%%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_Multicomp_BC-2001_1x2032.wrl %%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_Seiko_MS621F.step %%DATADIR%%/3dmodels/Battery.3dshapes/BatteryHolder_Seiko_MS621F.wrl %%DATADIR%%/3dmodels/Battery.3dshapes/Battery_CR1225.step @@ -60,6 +62,10 @@ %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/Nidec_Copal_SH-7010B.wrl %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/Nidec_Copal_SH-7040B.step %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/Nidec_Copal_SH-7040B.wrl +%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/Panasonic_EVQPUJ_EVQPUA.step +%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/Panasonic_EVQPUK_EVQPUB.step +%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/Panasonic_EVQPUL_EVQPUC.step +%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/Panasonic_EVQPUM_EVQPUD.step %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_DIP_SPSTx01_Slide_6.7x4.1mm_W6.73mm_P2.54mm_LowProfile_JPin.step %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_DIP_SPSTx01_Slide_6.7x4.1mm_W6.73mm_P2.54mm_LowProfile_JPin.wrl %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_DIP_SPSTx01_Slide_6.7x4.1mm_W8.61mm_P2.54mm_LowProfile.step @@ -232,34 +238,68 @@ %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_DIP_SPSTx12_Slide_6.7x32.04mm_W8.61mm_P2.54mm_LowProfile.wrl %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_DIP_SPSTx12_Slide_9.78x32.66mm_W8.61mm_P2.54mm.step %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_DIP_SPSTx12_Slide_9.78x32.66mm_W8.61mm_P2.54mm.wrl +%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_Push_1P1T-SH_NO_CK_KMR2xxG.step +%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_Push_1P1T_NO_CK_KMR2.step +%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_Push_1P1T_NO_CK_KSC6xxG.step +%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_Push_1P1T_NO_CK_KSC6xxJ.step +%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_Push_1P1T_NO_CK_KSC7xxJ.step +%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_Push_1P1T_NO_CK_KSC9xxG.step +%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_Push_1P1T_NO_CK_KSC9xxJ.step +%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_Push_1P1T_NO_CK_PTS125Sx43PSMTR.step +%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_Push_1P1T_NO_CK_PTS125Sx43SMTR.step +%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_Push_1P1T_NO_CK_PTS125Sx73PSMTR.step +%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_Push_1P1T_NO_CK_PTS125Sx73SMTR.step +%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_Push_1P1T_NO_CK_PTS125Sx85PSMTR.step +%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_Push_1P1T_NO_CK_PTS125Sx85SMTR.step +%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_Push_1P1T_NO_E-Switch_TL3301NxxxxxG.step %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_Push_1TS009xxxx-xxxx-xxxx_6x6x5mm.step %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_Push_1TS009xxxx-xxxx-xxxx_6x6x5mm.wrl +%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_Push_SPST_NO_Alps_SKRK.step %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SP3T_PCM13.step %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SP3T_PCM13.wrl %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPDT_PCM12.step %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPDT_PCM12.wrl +%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_B3S-1000.step +%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_B3S-1100.step +%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_B3SL-1002P.step +%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_B3SL-1022P.step %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_B3U-1000P-B.step %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_B3U-1000P-B.wrl %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_B3U-1000P.step %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_B3U-1000P.wrl +%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_B3U-1100P-B.step +%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_B3U-1100P.step +%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_B3U-3000P-B.step +%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_B3U-3000P.step +%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_B3U-3100P-B.step +%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_B3U-3100P.step %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_CK_RS282G05A3.step %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_CK_RS282G05A3.wrl -%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_EVQP2.step -%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_EVQP2.wrl +%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_EVPBF.step +%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_EVQP0.step +%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_EVQP2_MiddlePushTravel_H2.5mm.step +%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_EVQP2_ShortPushTravel_H2.1mm.step +%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_EVQP2_ShortPushTravel_H2.5mm.step +%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_EVQP7A.step +%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_EVQP7C.step %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_EVQPE1.step %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_EVQPE1.wrl %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_FSMSM.step %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_FSMSM.wrl +%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_Omron_B3FS-100xP.step +%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_Omron_B3FS-101xP.step %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_Omron_B3FS-105xP.step %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_Omron_B3FS-105xP.wrl -%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_PTS645.step -%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_PTS645.wrl +%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_PTS645Sx43SMTR92.step %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_PTS647Sx38.step %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_PTS647Sx38.wrl %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_PTS647Sx50.step %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_PTS647Sx50.wrl %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_PTS647Sx70.step %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_PTS647Sx70.wrl +%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_PTS810.step +%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_Panasonic_EVQPL_3PL_5PL_PT_A08.step +%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_Panasonic_EVQPL_3PL_5PL_PT_A15.step %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_REED_CT05-XXXX-G1.step %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_REED_CT05-XXXX-G1.wrl %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_REED_CT05-XXXX-J1.step @@ -270,6 +310,11 @@ %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_REED_CT10-XXXX-G2.wrl %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_REED_CT10-XXXX-G4.step %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_REED_CT10-XXXX-G4.wrl +%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_SKQG_WithStem.step +%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_SKQG_WithoutStem.step +%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_TL3305A.step +%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_TL3305B.step +%%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_TL3305C.step %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_TL3342.step %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_SPST_TL3342.wrl %%DATADIR%%/3dmodels/Button_Switch_SMD.3dshapes/SW_Tactile_SPST_NO_Straight_CK_PTS636Sx25SMTRLFS.step @@ -380,6 +425,7 @@ %%DATADIR%%/3dmodels/Button_Switch_THT.3dshapes/SW_E-Switch_EG2219_DPDT_Angled.wrl %%DATADIR%%/3dmodels/Button_Switch_THT.3dshapes/SW_NKK_BB15AH.step %%DATADIR%%/3dmodels/Button_Switch_THT.3dshapes/SW_NKK_BB15AH.wrl +%%DATADIR%%/3dmodels/Button_Switch_THT.3dshapes/SW_PUSH-12mm_Wuerth-430476085716.step %%DATADIR%%/3dmodels/Button_Switch_THT.3dshapes/SW_PUSH_1P1T_6x3.5mm_H4.3_APEM_MJTP1243.step %%DATADIR%%/3dmodels/Button_Switch_THT.3dshapes/SW_PUSH_1P1T_6x3.5mm_H5.0_APEM_MJTP1250.step %%DATADIR%%/3dmodels/Button_Switch_THT.3dshapes/SW_PUSH_6mm.step @@ -400,7 +446,13 @@ %%DATADIR%%/3dmodels/Button_Switch_THT.3dshapes/SW_Slide_SPDT_Angled_CK_OS102011MA1Q.wrl %%DATADIR%%/3dmodels/Button_Switch_THT.3dshapes/SW_Slide_SPDT_Straight_CK_OS102011MS2Q.step %%DATADIR%%/3dmodels/Button_Switch_THT.3dshapes/SW_Slide_SPDT_Straight_CK_OS102011MS2Q.wrl -%%DATADIR%%/3dmodels/Button_Switch_THT.3dshapes/SW_TH_Tactile_Omron_B3F-10xx.step +%%DATADIR%%/3dmodels/Button_Switch_THT.3dshapes/SW_TH_Tactile_Omron_B3F-100x.step +%%DATADIR%%/3dmodels/Button_Switch_THT.3dshapes/SW_TH_Tactile_Omron_B3F-102x.step +%%DATADIR%%/3dmodels/Button_Switch_THT.3dshapes/SW_TH_Tactile_Omron_B3F-106x.step +%%DATADIR%%/3dmodels/Button_Switch_THT.3dshapes/SW_TH_Tactile_Omron_B3F-107x.step +%%DATADIR%%/3dmodels/Button_Switch_THT.3dshapes/SW_TH_Tactile_Omron_B3F-110x.step +%%DATADIR%%/3dmodels/Button_Switch_THT.3dshapes/SW_TH_Tactile_Omron_B3F-1110.step +%%DATADIR%%/3dmodels/Button_Switch_THT.3dshapes/SW_TH_Tactile_Omron_B3F-112x.step %%DATADIR%%/3dmodels/Button_Switch_THT.3dshapes/SW_Tactile_SPST_Angled_PTS645Vx31-2LFS.step %%DATADIR%%/3dmodels/Button_Switch_THT.3dshapes/SW_Tactile_SPST_Angled_PTS645Vx31-2LFS.wrl %%DATADIR%%/3dmodels/Button_Switch_THT.3dshapes/SW_Tactile_SPST_Angled_PTS645Vx39-2LFS.step @@ -409,6 +461,8 @@ %%DATADIR%%/3dmodels/Button_Switch_THT.3dshapes/SW_Tactile_SPST_Angled_PTS645Vx58-2LFS.wrl %%DATADIR%%/3dmodels/Button_Switch_THT.3dshapes/SW_Tactile_SPST_Angled_PTS645Vx83-2LFS.step %%DATADIR%%/3dmodels/Button_Switch_THT.3dshapes/SW_Tactile_SPST_Angled_PTS645Vx83-2LFS.wrl +%%DATADIR%%/3dmodels/Button_Switch_THT.3dshapes/SW_Tactile_Straight_KSA0Axx1LFTR.step +%%DATADIR%%/3dmodels/Button_Switch_THT.3dshapes/SW_Tactile_Straight_KSL0Axx1LFTR.step %%DATADIR%%/3dmodels/Button_Switch_THT.3dshapes/SW_XKB_DM1-16UC-1.step %%DATADIR%%/3dmodels/Button_Switch_THT.3dshapes/SW_XKB_DM1-16UC-1.wrl %%DATADIR%%/3dmodels/Button_Switch_THT.3dshapes/SW_XKB_DM1-16UD-1.step @@ -445,6 +499,7 @@ %%DATADIR%%/3dmodels/Buzzer_Beeper.3dshapes/MagneticBuzzer_StarMicronics_HMB-06_HMB-12.wrl %%DATADIR%%/3dmodels/Buzzer_Beeper.3dshapes/PUIAudio_SMT_0825_S_4_R.step %%DATADIR%%/3dmodels/Buzzer_Beeper.3dshapes/PUIAudio_SMT_0825_S_4_R.wrl +%%DATADIR%%/3dmodels/Buzzer_Beeper.3dshapes/Speaker_CUI_CMR-1206S-67.step %%DATADIR%%/3dmodels/Capacitor_SMD.3dshapes/CP_Elec_10x10.5.step %%DATADIR%%/3dmodels/Capacitor_SMD.3dshapes/CP_Elec_10x10.5.wrl %%DATADIR%%/3dmodels/Capacitor_SMD.3dshapes/CP_Elec_10x10.step @@ -1467,6 +1522,7 @@ %%DATADIR%%/3dmodels/Connector_Card.3dshapes/microSD_HC_Hirose_DM3D-SF.wrl %%DATADIR%%/3dmodels/Connector_Card.3dshapes/nanoSIM_Hinged_CUI_NSIM-2-C.step %%DATADIR%%/3dmodels/Connector_Card.3dshapes/nanoSIM_Hinged_CUI_NSIM-2-C.wrl +%%DATADIR%%/3dmodels/Connector_Coaxial.3dshapes/BNC_Amphenol_B6252HB-NPP3G-50_Horizontal.step %%DATADIR%%/3dmodels/Connector_Coaxial.3dshapes/LEMO-EPG.00.302.NLN.step %%DATADIR%%/3dmodels/Connector_Coaxial.3dshapes/LEMO-EPG.00.302.NLN.wrl %%DATADIR%%/3dmodels/Connector_Coaxial.3dshapes/LEMO-EPL.00.250.NTN.step @@ -9005,6 +9061,7 @@ %%DATADIR%%/3dmodels/Inductor_SMD.3dshapes/L_APV_APH1770.wrl %%DATADIR%%/3dmodels/Inductor_SMD.3dshapes/L_APV_APH2213.step %%DATADIR%%/3dmodels/Inductor_SMD.3dshapes/L_APV_APH2213.wrl +%%DATADIR%%/3dmodels/Inductor_SMD.3dshapes/L_AVX_LMLP07A7.step %%DATADIR%%/3dmodels/Inductor_SMD.3dshapes/L_Abracon_ASPI-0425.step %%DATADIR%%/3dmodels/Inductor_SMD.3dshapes/L_Abracon_ASPI-0425.wrl %%DATADIR%%/3dmodels/Inductor_SMD.3dshapes/L_Abracon_ASPIAIG-F4020.step @@ -9343,6 +9400,8 @@ %%DATADIR%%/3dmodels/Inductor_SMD.3dshapes/L_KOHERelec_MDA5030.wrl %%DATADIR%%/3dmodels/Inductor_SMD.3dshapes/L_KOHERelec_MDA7030.step %%DATADIR%%/3dmodels/Inductor_SMD.3dshapes/L_KOHERelec_MDA7030.wrl +%%DATADIR%%/3dmodels/Inductor_SMD.3dshapes/L_Murata_DEM3512C.step +%%DATADIR%%/3dmodels/Inductor_SMD.3dshapes/L_Murata_DEM3518C.step %%DATADIR%%/3dmodels/Inductor_SMD.3dshapes/L_Pulse_PA4320.step %%DATADIR%%/3dmodels/Inductor_SMD.3dshapes/L_Pulse_PA4320.wrl %%DATADIR%%/3dmodels/Inductor_SMD.3dshapes/L_Pulse_PA4332.step @@ -9367,6 +9426,7 @@ %%DATADIR%%/3dmodels/Inductor_SMD.3dshapes/L_SXN_SMDRI73.wrl %%DATADIR%%/3dmodels/Inductor_SMD.3dshapes/L_SXN_SMDRI74.step %%DATADIR%%/3dmodels/Inductor_SMD.3dshapes/L_SXN_SMDRI74.wrl +%%DATADIR%%/3dmodels/Inductor_SMD.3dshapes/L_SXN_SMMS1770.step %%DATADIR%%/3dmodels/Inductor_SMD.3dshapes/L_Sunlord_MWSA0402S.step %%DATADIR%%/3dmodels/Inductor_SMD.3dshapes/L_Sunlord_MWSA0402S.wrl %%DATADIR%%/3dmodels/Inductor_SMD.3dshapes/L_Sunlord_MWSA0412S.step @@ -9585,8 +9645,29 @@ %%DATADIR%%/3dmodels/Inductor_SMD.3dshapes/L_TechFuse_SL1250.wrl %%DATADIR%%/3dmodels/Inductor_SMD.3dshapes/L_TechFuse_SL1265.step %%DATADIR%%/3dmodels/Inductor_SMD.3dshapes/L_TechFuse_SL1265.wrl +%%DATADIR%%/3dmodels/Inductor_SMD.3dshapes/L_Wuerth_HCI-1030.step +%%DATADIR%%/3dmodels/Inductor_SMD.3dshapes/L_Wuerth_HCI-1040.step +%%DATADIR%%/3dmodels/Inductor_SMD.3dshapes/L_Wuerth_HCI-1050.step +%%DATADIR%%/3dmodels/Inductor_SMD.3dshapes/L_Wuerth_HCI-1335.step +%%DATADIR%%/3dmodels/Inductor_SMD.3dshapes/L_Wuerth_HCI-1350.step +%%DATADIR%%/3dmodels/Inductor_SMD.3dshapes/L_Wuerth_HCI-1365.step +%%DATADIR%%/3dmodels/Inductor_SMD.3dshapes/L_Wuerth_HCI-1890.step %%DATADIR%%/3dmodels/Inductor_SMD.3dshapes/L_Wuerth_HCI-2212.step %%DATADIR%%/3dmodels/Inductor_SMD.3dshapes/L_Wuerth_HCI-2212.wrl +%%DATADIR%%/3dmodels/Inductor_SMD.3dshapes/L_Wuerth_HCI-5040.step +%%DATADIR%%/3dmodels/Inductor_SMD.3dshapes/L_Wuerth_HCI-7030.step +%%DATADIR%%/3dmodels/Inductor_SMD.3dshapes/L_Wuerth_HCI-7040.step +%%DATADIR%%/3dmodels/Inductor_SMD.3dshapes/L_Wuerth_HCI-7050.step +%%DATADIR%%/3dmodels/Inductor_SMD.3dshapes/L_Wuerth_HCM-1050.step +%%DATADIR%%/3dmodels/Inductor_SMD.3dshapes/L_Wuerth_HCM-1052.step +%%DATADIR%%/3dmodels/Inductor_SMD.3dshapes/L_Wuerth_HCM-1070.step +%%DATADIR%%/3dmodels/Inductor_SMD.3dshapes/L_Wuerth_HCM-1078.step +%%DATADIR%%/3dmodels/Inductor_SMD.3dshapes/L_Wuerth_HCM-1190.step +%%DATADIR%%/3dmodels/Inductor_SMD.3dshapes/L_Wuerth_HCM-1240.step +%%DATADIR%%/3dmodels/Inductor_SMD.3dshapes/L_Wuerth_HCM-1350.step +%%DATADIR%%/3dmodels/Inductor_SMD.3dshapes/L_Wuerth_HCM-1390.step +%%DATADIR%%/3dmodels/Inductor_SMD.3dshapes/L_Wuerth_HCM-7050.step +%%DATADIR%%/3dmodels/Inductor_SMD.3dshapes/L_Wuerth_HCM-7070.step %%DATADIR%%/3dmodels/Inductor_SMD.3dshapes/L_Wuerth_MAPI-1610.step %%DATADIR%%/3dmodels/Inductor_SMD.3dshapes/L_Wuerth_MAPI-1610.wrl %%DATADIR%%/3dmodels/Inductor_SMD.3dshapes/L_Wuerth_MAPI-2010.step @@ -10205,26 +10286,6 @@ %%DATADIR%%/3dmodels/Mounting_Wuerth.3dshapes/Mounting_Wuerth_WA-SMSE-ExternalM3_H8mm_9771080360.wrl %%DATADIR%%/3dmodels/Mounting_Wuerth.3dshapes/Mounting_Wuerth_WA-SMSE-ExternalM3_H9mm_9771090360.step %%DATADIR%%/3dmodels/Mounting_Wuerth.3dshapes/Mounting_Wuerth_WA-SMSE-ExternalM3_H9mm_9771090360.wrl -%%DATADIR%%/3dmodels/Mounting_Wuerth.3dshapes/Mounting_Wuerth_WA-SMSI-4.5mm_H10mm_9774100482.step -%%DATADIR%%/3dmodels/Mounting_Wuerth.3dshapes/Mounting_Wuerth_WA-SMSI-4.5mm_H10mm_9774100482.wrl -%%DATADIR%%/3dmodels/Mounting_Wuerth.3dshapes/Mounting_Wuerth_WA-SMSI-4.5mm_H1mm_9774010482.step -%%DATADIR%%/3dmodels/Mounting_Wuerth.3dshapes/Mounting_Wuerth_WA-SMSI-4.5mm_H1mm_9774010482.wrl -%%DATADIR%%/3dmodels/Mounting_Wuerth.3dshapes/Mounting_Wuerth_WA-SMSI-4.5mm_H2mm_9774020482.step -%%DATADIR%%/3dmodels/Mounting_Wuerth.3dshapes/Mounting_Wuerth_WA-SMSI-4.5mm_H2mm_9774020482.wrl -%%DATADIR%%/3dmodels/Mounting_Wuerth.3dshapes/Mounting_Wuerth_WA-SMSI-4.5mm_H3mm_9774030482.step -%%DATADIR%%/3dmodels/Mounting_Wuerth.3dshapes/Mounting_Wuerth_WA-SMSI-4.5mm_H3mm_9774030482.wrl -%%DATADIR%%/3dmodels/Mounting_Wuerth.3dshapes/Mounting_Wuerth_WA-SMSI-4.5mm_H4mm_9774040482.step -%%DATADIR%%/3dmodels/Mounting_Wuerth.3dshapes/Mounting_Wuerth_WA-SMSI-4.5mm_H4mm_9774040482.wrl -%%DATADIR%%/3dmodels/Mounting_Wuerth.3dshapes/Mounting_Wuerth_WA-SMSI-4.5mm_H5mm_9774050482.step -%%DATADIR%%/3dmodels/Mounting_Wuerth.3dshapes/Mounting_Wuerth_WA-SMSI-4.5mm_H5mm_9774050482.wrl -%%DATADIR%%/3dmodels/Mounting_Wuerth.3dshapes/Mounting_Wuerth_WA-SMSI-4.5mm_H6mm_9774060482.step -%%DATADIR%%/3dmodels/Mounting_Wuerth.3dshapes/Mounting_Wuerth_WA-SMSI-4.5mm_H6mm_9774060482.wrl -%%DATADIR%%/3dmodels/Mounting_Wuerth.3dshapes/Mounting_Wuerth_WA-SMSI-4.5mm_H7mm_9774070482.step -%%DATADIR%%/3dmodels/Mounting_Wuerth.3dshapes/Mounting_Wuerth_WA-SMSI-4.5mm_H7mm_9774070482.wrl -%%DATADIR%%/3dmodels/Mounting_Wuerth.3dshapes/Mounting_Wuerth_WA-SMSI-4.5mm_H8mm_9774080482.step -%%DATADIR%%/3dmodels/Mounting_Wuerth.3dshapes/Mounting_Wuerth_WA-SMSI-4.5mm_H8mm_9774080482.wrl -%%DATADIR%%/3dmodels/Mounting_Wuerth.3dshapes/Mounting_Wuerth_WA-SMSI-4.5mm_H9mm_9774090482.step -%%DATADIR%%/3dmodels/Mounting_Wuerth.3dshapes/Mounting_Wuerth_WA-SMSI-4.5mm_H9mm_9774090482.wrl %%DATADIR%%/3dmodels/Mounting_Wuerth.3dshapes/Mounting_Wuerth_WA-SMSI-M1.6_H1.5mm_9774015633.step %%DATADIR%%/3dmodels/Mounting_Wuerth.3dshapes/Mounting_Wuerth_WA-SMSI-M1.6_H1.5mm_9774015633.wrl %%DATADIR%%/3dmodels/Mounting_Wuerth.3dshapes/Mounting_Wuerth_WA-SMSI-M1.6_H1mm_9774010633.step @@ -10331,6 +10392,16 @@ %%DATADIR%%/3dmodels/Mounting_Wuerth.3dshapes/Mounting_Wuerth_WA-SMSI-M3_H8mm_9774080360.wrl %%DATADIR%%/3dmodels/Mounting_Wuerth.3dshapes/Mounting_Wuerth_WA-SMSI-M3_H9mm_9774090360.step %%DATADIR%%/3dmodels/Mounting_Wuerth.3dshapes/Mounting_Wuerth_WA-SMSI-M3_H9mm_9774090360.wrl +%%DATADIR%%/3dmodels/Mounting_Wuerth.3dshapes/Mounting_Wuerth_WA-SMSI-M4_H10mm_9774100482.step +%%DATADIR%%/3dmodels/Mounting_Wuerth.3dshapes/Mounting_Wuerth_WA-SMSI-M4_H1mm_9774010482.step +%%DATADIR%%/3dmodels/Mounting_Wuerth.3dshapes/Mounting_Wuerth_WA-SMSI-M4_H2mm_9774020482.step +%%DATADIR%%/3dmodels/Mounting_Wuerth.3dshapes/Mounting_Wuerth_WA-SMSI-M4_H3mm_9774030482.step +%%DATADIR%%/3dmodels/Mounting_Wuerth.3dshapes/Mounting_Wuerth_WA-SMSI-M4_H4mm_9774040482.step +%%DATADIR%%/3dmodels/Mounting_Wuerth.3dshapes/Mounting_Wuerth_WA-SMSI-M4_H5mm_9774050482.step +%%DATADIR%%/3dmodels/Mounting_Wuerth.3dshapes/Mounting_Wuerth_WA-SMSI-M4_H6mm_9774060482.step +%%DATADIR%%/3dmodels/Mounting_Wuerth.3dshapes/Mounting_Wuerth_WA-SMSI-M4_H7mm_9774070482.step +%%DATADIR%%/3dmodels/Mounting_Wuerth.3dshapes/Mounting_Wuerth_WA-SMSI-M4_H8mm_9774080482.step +%%DATADIR%%/3dmodels/Mounting_Wuerth.3dshapes/Mounting_Wuerth_WA-SMSI-M4_H9mm_9774090482.step %%DATADIR%%/3dmodels/Mounting_Wuerth.3dshapes/Mounting_Wuerth_WA-SMSR-3.2mm_H10.6mm_ReverseMount_9775106960.step %%DATADIR%%/3dmodels/Mounting_Wuerth.3dshapes/Mounting_Wuerth_WA-SMSR-3.2mm_H10.6mm_ReverseMount_9775106960.wrl %%DATADIR%%/3dmodels/Mounting_Wuerth.3dshapes/Mounting_Wuerth_WA-SMSR-3.2mm_H11.6mm_ReverseMount_9775116960.step @@ -10745,6 +10816,8 @@ %%DATADIR%%/3dmodels/Package_BGA.3dshapes/WLP-4_0.83x0.83mm_P0.4mm.wrl %%DATADIR%%/3dmodels/Package_BGA.3dshapes/WLP-4_0.86x0.86mm_P0.4mm.step %%DATADIR%%/3dmodels/Package_BGA.3dshapes/WLP-4_0.86x0.86mm_P0.4mm.wrl +%%DATADIR%%/3dmodels/Package_BGA.3dshapes/csBGA-64_5x5mm_Layout8x8_P0.5mm.step +%%DATADIR%%/3dmodels/Package_BGA.3dshapes/ucBGA-64_4x4mm_Layout8x8_P0.4mm.step %%DATADIR%%/3dmodels/Package_CSP.3dshapes/Analog_LFCSP-16-1EP_4x4mm_P0.65mm_EP2.1x2.1mm.step %%DATADIR%%/3dmodels/Package_CSP.3dshapes/Analog_LFCSP-16-1EP_4x4mm_P0.65mm_EP2.1x2.1mm.wrl %%DATADIR%%/3dmodels/Package_CSP.3dshapes/Analog_LFCSP-16-1EP_4x4mm_P0.65mm_EP2.35x2.35mm.step @@ -10785,6 +10858,7 @@ %%DATADIR%%/3dmodels/Package_CSP.3dshapes/NXP_SOT1450-2_WLCSP-100_5.07x5.07mm_Layout10x10_P0.5mm.wrl %%DATADIR%%/3dmodels/Package_CSP.3dshapes/WLCSP-9_1.21x1.22mm_Layout3x3_P0.4mm.step %%DATADIR%%/3dmodels/Package_CSP.3dshapes/WLCSP-9_1.21x1.22mm_Layout3x3_P0.4mm.wrl +%%DATADIR%%/3dmodels/Package_CSP.3dshapes/Xilinx_CSG48_7.0x7.0mm_Layout7x7_P0.8mm.step %%DATADIR%%/3dmodels/Package_DFN_QFN.3dshapes/AO_DFN-8-1EP_5.55x5.2mm_P1.27mm_EP4.12x4.6mm.step %%DATADIR%%/3dmodels/Package_DFN_QFN.3dshapes/AO_DFN-8-1EP_5.55x5.2mm_P1.27mm_EP4.12x4.6mm.wrl %%DATADIR%%/3dmodels/Package_DFN_QFN.3dshapes/ArtInChip_QFN-100-1EP_12x12mm_P0.4mm_EP7.4x7.4mm.step @@ -11035,6 +11109,7 @@ %%DATADIR%%/3dmodels/Package_DFN_QFN.3dshapes/TQFN-48-1EP_7x7mm_P0.5mm_EP5.1x5.1mm.wrl %%DATADIR%%/3dmodels/Package_DFN_QFN.3dshapes/Texas_DLH0010A_WSON-10-1EP_2.2x2mm_P0.4mm_EP0.9x1.5mm.step %%DATADIR%%/3dmodels/Package_DFN_QFN.3dshapes/Texas_DLH0010A_WSON-10-1EP_2.2x2mm_P0.4mm_EP0.9x1.5mm.wrl +%%DATADIR%%/3dmodels/Package_DFN_QFN.3dshapes/Texas_DSQ0010A_WSON-10-1EP_2x2mm_P0.4mm_EP0.9x1.5mm.step %%DATADIR%%/3dmodels/Package_DFN_QFN.3dshapes/Texas_PicoStar_DFN-3_0.69x0.60mm.step %%DATADIR%%/3dmodels/Package_DFN_QFN.3dshapes/Texas_PicoStar_DFN-3_0.69x0.60mm.wrl %%DATADIR%%/3dmodels/Package_DFN_QFN.3dshapes/Texas_R-PUQFN-N12.step @@ -11765,8 +11840,6 @@ %%DATADIR%%/3dmodels/Package_SO.3dshapes/HTSOP-8-1EP_3.9x4.9mm_P1.27mm.wrl %%DATADIR%%/3dmodels/Package_SO.3dshapes/HTSOP-8-1EP_3.9x4.9mm_P1.27mm_EP2.4x3.2mm.step %%DATADIR%%/3dmodels/Package_SO.3dshapes/HTSOP-8-1EP_3.9x4.9mm_P1.27mm_EP2.4x3.2mm.wrl -%%DATADIR%%/3dmodels/Package_SO.3dshapes/HTSSOP-14-1EP_4.4x5mm_P0.65mm_EP3.4x5mm_Mask3x3.1mm.step -%%DATADIR%%/3dmodels/Package_SO.3dshapes/HTSSOP-14-1EP_4.4x5mm_P0.65mm_EP3.4x5mm_Mask3x3.1mm.wrl %%DATADIR%%/3dmodels/Package_SO.3dshapes/HTSSOP-16-1EP_4.4x5mm_P0.65mm_EP3.4x5mm.step %%DATADIR%%/3dmodels/Package_SO.3dshapes/HTSSOP-16-1EP_4.4x5mm_P0.65mm_EP3.4x5mm.wrl %%DATADIR%%/3dmodels/Package_SO.3dshapes/HTSSOP-16-1EP_4.4x5mm_P0.65mm_EP3.4x5mm_Mask2.66x2.46mm.step @@ -11787,6 +11860,8 @@ %%DATADIR%%/3dmodels/Package_SO.3dshapes/HTSSOP-56-1EP_6.1x14mm_P0.5mm_EP3.61x6.35mm.wrl %%DATADIR%%/3dmodels/Package_SO.3dshapes/Infineon_PG-DSO-20-U03_7.5x12.8mm.step %%DATADIR%%/3dmodels/Package_SO.3dshapes/Infineon_PG-DSO-20-U03_7.5x12.8mm.wrl +%%DATADIR%%/3dmodels/Package_SO.3dshapes/JEITA_SOIC-16_3.9x9.9mm_P1.27mm.step +%%DATADIR%%/3dmodels/Package_SO.3dshapes/JEITA_SOIC-16_3.9x9.9mm_P1.27mm.wrl %%DATADIR%%/3dmodels/Package_SO.3dshapes/JEITA_SOIC-8_3.9x4.9mm_P1.27mm.step %%DATADIR%%/3dmodels/Package_SO.3dshapes/JEITA_SOIC-8_3.9x4.9mm_P1.27mm.wrl %%DATADIR%%/3dmodels/Package_SO.3dshapes/MSOP-10-1EP_3x3mm_P0.5mm_EP1.68x1.88mm.step @@ -11903,8 +11978,6 @@ %%DATADIR%%/3dmodels/Package_SO.3dshapes/SOIC-8_7.5x5.85mm_P1.27mm.wrl %%DATADIR%%/3dmodels/Package_SO.3dshapes/SOJ-36_10.16x23.495mm_P1.27mm.step %%DATADIR%%/3dmodels/Package_SO.3dshapes/SOJ-36_10.16x23.495mm_P1.27mm.wrl -%%DATADIR%%/3dmodels/Package_SO.3dshapes/SOP-16_3.9x9.9mm_P1.27mm.step -%%DATADIR%%/3dmodels/Package_SO.3dshapes/SOP-16_3.9x9.9mm_P1.27mm.wrl %%DATADIR%%/3dmodels/Package_SO.3dshapes/SOP-16_4.4x10.4mm_P1.27mm.step %%DATADIR%%/3dmodels/Package_SO.3dshapes/SOP-16_4.4x10.4mm_P1.27mm.wrl %%DATADIR%%/3dmodels/Package_SO.3dshapes/SOP-28_8.4x18.16mm_P1.27mm.step @@ -12155,6 +12228,7 @@ %%DATADIR%%/3dmodels/Package_SO.3dshapes/Texas_HTSOP-8-1EP_3.9x4.9mm_P1.27mm_EP2.85x4.9mm_Mask2.4x3.1mm_ThermalVias.wrl %%DATADIR%%/3dmodels/Package_SO.3dshapes/Texas_HTSOP-8-1EP_3.9x4.9mm_P1.27mm_EP2.95x4.9mm_Mask2.4x3.1mm_ThermalVias.step %%DATADIR%%/3dmodels/Package_SO.3dshapes/Texas_HTSOP-8-1EP_3.9x4.9mm_P1.27mm_EP2.95x4.9mm_Mask2.4x3.1mm_ThermalVias.wrl +%%DATADIR%%/3dmodels/Package_SO.3dshapes/Texas_HTSSOP-14-1EP_4.4x5mm_P0.65mm_EP3.4x5mm_Mask3.155x3.255mm.step %%DATADIR%%/3dmodels/Package_SO.3dshapes/Texas_PWP0020A.step %%DATADIR%%/3dmodels/Package_SO.3dshapes/Texas_PWP0020A.wrl %%DATADIR%%/3dmodels/Package_SO.3dshapes/Toshiba_SOIC-4-6_4.4x3.6mm_P1.27mm.step @@ -13154,6 +13228,7 @@ %%DATADIR%%/3dmodels/Sensor_Current.3dshapes/LEM_LTSR-NP.wrl %%DATADIR%%/3dmodels/Sensor_Distance.3dshapes/ST_VL53L1x.step %%DATADIR%%/3dmodels/Sensor_Distance.3dshapes/ST_VL53L1x.wrl +%%DATADIR%%/3dmodels/Sensor_Humidity.3dshapes/Texas_S-PWSON-N6-HDC2080.step %%DATADIR%%/3dmodels/Sensor_Pressure.3dshapes/NXP_MPL115A1_LGA-8_3x5mm_P1.25mm.step %%DATADIR%%/3dmodels/Sensor_Pressure.3dshapes/NXP_MPL115A1_LGA-8_3x5mm_P1.25mm.wrl %%DATADIR%%/3dmodels/Sensor_Voltage.3dshapes/LEM_LV25-P.step diff --git a/cad/kicad-library-symbols-devel/Makefile.git_rev b/cad/kicad-library-symbols-devel/Makefile.git_rev index 0413b60839e4..9167f1d29db4 100644 --- a/cad/kicad-library-symbols-devel/Makefile.git_rev +++ b/cad/kicad-library-symbols-devel/Makefile.git_rev @@ -1,2 +1,2 @@ -GIT_SYM_HASH= de5f976efaed514925e126560fb9d953c34162cc -GIT_SYM_DATE= 20250621075801 +GIT_SYM_HASH= c661595f53a3658ed70898be31a8fbd0ef0a4026 +GIT_SYM_DATE= 20250724193438 diff --git a/cad/kicad-library-symbols-devel/distinfo b/cad/kicad-library-symbols-devel/distinfo index cb17b975973c..aad1ef83ea57 100644 --- a/cad/kicad-library-symbols-devel/distinfo +++ b/cad/kicad-library-symbols-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750526717 -SHA256 (kicad-symbols-de5f976efaed514925e126560fb9d953c34162cc.tar.gz) = cc852a730154a8437678bc2d6a753877cdea04fd2f8ef093ab9293f40de1b30d -SIZE (kicad-symbols-de5f976efaed514925e126560fb9d953c34162cc.tar.gz) = 10753651 +TIMESTAMP = 1753543300 +SHA256 (kicad-symbols-c661595f53a3658ed70898be31a8fbd0ef0a4026.tar.gz) = d146567cfe7e8a245e45ee18e82c7af8ede0a86d87e64bf04658284fd73afe63 +SIZE (kicad-symbols-c661595f53a3658ed70898be31a8fbd0ef0a4026.tar.gz) = 10770803 diff --git a/cad/nvc/Makefile b/cad/nvc/Makefile index 22c11481fba0..7d698892ceee 100644 --- a/cad/nvc/Makefile +++ b/cad/nvc/Makefile @@ -1,6 +1,6 @@ PORTNAME= nvc DISTVERSIONPREFIX= r -DISTVERSION= 1.17.0 +DISTVERSION= 1.17.1 CATEGORIES= cad MAINTAINER= yuri@FreeBSD.org diff --git a/cad/nvc/distinfo b/cad/nvc/distinfo index c66bf3ebc561..1c6691618031 100644 --- a/cad/nvc/distinfo +++ b/cad/nvc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752402693 -SHA256 (nickg-nvc-r1.17.0_GH0.tar.gz) = bbb82ff5ee090ad672e0136709ea1a055d201098b7413375b4ecb7e292266e00 -SIZE (nickg-nvc-r1.17.0_GH0.tar.gz) = 2263262 +TIMESTAMP = 1753630627 +SHA256 (nickg-nvc-r1.17.1_GH0.tar.gz) = be6268c5848f518d3fc67058ca50fa4b1d68267b558bb4e023abe5d3f8a5bb63 +SIZE (nickg-nvc-r1.17.1_GH0.tar.gz) = 2265466 diff --git a/cad/openscad-devel/Makefile.git_rev b/cad/openscad-devel/Makefile.git_rev index bc5297f9d217..00e05b5e745c 100644 --- a/cad/openscad-devel/Makefile.git_rev +++ b/cad/openscad-devel/Makefile.git_rev @@ -1,5 +1,5 @@ -GIT_SRC_HASH= 3880cb3214ca5ab89553093781a075d15722863d -GIT_SRC_DATE= 2025.07.02 +GIT_SRC_HASH= 6a8ab04bfd8bbe5cafab3efb74d2b46cb33fafe7 +GIT_SRC_DATE= 2025.07.25 GIT_MCAD_HASH= 1ea402208c3127ffb443931e9bb1681c191dacca GIT_CLIPPER2_HASH= 6901921c4be75126d1de60bfd24bd86a61319fd0 GIT_OPENCSG_HASH= 313018fbf997f484f66cb4a320bbd2abf79a4fc1 diff --git a/cad/openscad-devel/distinfo b/cad/openscad-devel/distinfo index c6f093111af7..56387439fe0d 100644 --- a/cad/openscad-devel/distinfo +++ b/cad/openscad-devel/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1752134053 -SHA256 (openscad-openscad-2025.07.02-3880cb3214ca5ab89553093781a075d15722863d_GH0.tar.gz) = b71e6c7b9ae11311a03e00fc2e8bf0c61be10a3b7bd2526c564aaabb41a41630 -SIZE (openscad-openscad-2025.07.02-3880cb3214ca5ab89553093781a075d15722863d_GH0.tar.gz) = 24541446 +TIMESTAMP = 1753524188 +SHA256 (openscad-openscad-2025.07.25-6a8ab04bfd8bbe5cafab3efb74d2b46cb33fafe7_GH0.tar.gz) = e8851c051776ea1b01a500097175efed98f1186b1ebeddb31196bf269a640a4c +SIZE (openscad-openscad-2025.07.25-6a8ab04bfd8bbe5cafab3efb74d2b46cb33fafe7_GH0.tar.gz) = 24710625 SHA256 (microsoft-mimalloc-4cebb48062196625b91c79311f3ff4b22f493d47_GH0.tar.gz) = 1811a777b83ffa9cb5c2f3c1b2f41b48bd72b6f044812d7ba2c2bacf5e1b8e2c SIZE (microsoft-mimalloc-4cebb48062196625b91c79311f3ff4b22f493d47_GH0.tar.gz) = 1133506 SHA256 (elalish-manifold-2f4741e0b1de44d6d461b869e481351335340b44_GH0.tar.gz) = 1dc8aa37aa4a1c8278ce7dfe4fc8096c2fa3c382910a5b8a62c1586921b8b334 diff --git a/comms/gnuradio/pkg-plist b/comms/gnuradio/pkg-plist index 6b90377292c6..44676c8f7cfd 100644 --- a/comms/gnuradio/pkg-plist +++ b/comms/gnuradio/pkg-plist @@ -16962,19 +16962,15 @@ share/bash-completion/completions/gr_modtool %%DATADIR%%/modtool/templates/gr-newmod/.conda/recipe/conda_build_config.yaml %%DATADIR%%/modtool/templates/gr-newmod/.conda/recipe/meta.yaml %%DATADIR%%/modtool/templates/gr-newmod/CMakeLists.txt -%%DATADIR%%/modtool/templates/gr-newmod/CMakeLists.txt.bak %%DATADIR%%/modtool/templates/gr-newmod/MANIFEST.yml %%DATADIR%%/modtool/templates/gr-newmod/apps/CMakeLists.txt -%%DATADIR%%/modtool/templates/gr-newmod/apps/CMakeLists.txt.bak %%DATADIR%%/modtool/templates/gr-newmod/cmake/Modules/CMakeParseArgumentsCopy.cmake %%DATADIR%%/modtool/templates/gr-newmod/cmake/Modules/gnuradio-howtoConfig.cmake %%DATADIR%%/modtool/templates/gr-newmod/cmake/Modules/targetConfig.cmake.in %%DATADIR%%/modtool/templates/gr-newmod/cmake/cmake_uninstall.cmake.in %%DATADIR%%/modtool/templates/gr-newmod/docs/CMakeLists.txt -%%DATADIR%%/modtool/templates/gr-newmod/docs/CMakeLists.txt.bak %%DATADIR%%/modtool/templates/gr-newmod/docs/README.howto %%DATADIR%%/modtool/templates/gr-newmod/docs/doxygen/CMakeLists.txt -%%DATADIR%%/modtool/templates/gr-newmod/docs/doxygen/CMakeLists.txt.bak %%DATADIR%%/modtool/templates/gr-newmod/docs/doxygen/Doxyfile.in %%DATADIR%%/modtool/templates/gr-newmod/docs/doxygen/doxyxml/__init__.py %%DATADIR%%/modtool/templates/gr-newmod/docs/doxygen/doxyxml/base.py @@ -16991,21 +16987,15 @@ share/bash-completion/completions/gr_modtool %%DATADIR%%/modtool/templates/gr-newmod/docs/doxygen/pydoc_macros.h %%DATADIR%%/modtool/templates/gr-newmod/docs/doxygen/update_pydoc.py %%DATADIR%%/modtool/templates/gr-newmod/examples/CMakeLists.txt -%%DATADIR%%/modtool/templates/gr-newmod/examples/CMakeLists.txt.bak %%DATADIR%%/modtool/templates/gr-newmod/examples/README %%DATADIR%%/modtool/templates/gr-newmod/grc/CMakeLists.txt -%%DATADIR%%/modtool/templates/gr-newmod/grc/CMakeLists.txt.bak %%DATADIR%%/modtool/templates/gr-newmod/include/gnuradio/howto/CMakeLists.txt -%%DATADIR%%/modtool/templates/gr-newmod/include/gnuradio/howto/CMakeLists.txt.bak %%DATADIR%%/modtool/templates/gr-newmod/include/gnuradio/howto/api.h %%DATADIR%%/modtool/templates/gr-newmod/lib/CMakeLists.txt -%%DATADIR%%/modtool/templates/gr-newmod/lib/CMakeLists.txt.bak %%DATADIR%%/modtool/templates/gr-newmod/python/howto/.gitignore %%DATADIR%%/modtool/templates/gr-newmod/python/howto/CMakeLists.txt -%%DATADIR%%/modtool/templates/gr-newmod/python/howto/CMakeLists.txt.bak %%DATADIR%%/modtool/templates/gr-newmod/python/howto/__init__.py %%DATADIR%%/modtool/templates/gr-newmod/python/howto/bindings/CMakeLists.txt -%%DATADIR%%/modtool/templates/gr-newmod/python/howto/bindings/CMakeLists.txt.bak %%DATADIR%%/modtool/templates/gr-newmod/python/howto/bindings/README.md %%DATADIR%%/modtool/templates/gr-newmod/python/howto/bindings/bind_oot_file.py %%DATADIR%%/modtool/templates/gr-newmod/python/howto/bindings/docstrings/README.md diff --git a/converters/cl-babel-sbcl/Makefile b/converters/cl-babel-sbcl/Makefile index 00fcf667b56f..a889364e8bd7 100644 --- a/converters/cl-babel-sbcl/Makefile +++ b/converters/cl-babel-sbcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= babel DISTVERSION= 0.5.0-24 -PORTREVISION= 7 +PORTREVISION= 8 PORTEPOCH= 1 CATEGORIES= converters lisp PKGNAMEPREFIX= cl- diff --git a/databases/kuzu/Makefile b/databases/kuzu/Makefile index def0f4db1b3c..0525e279c2ec 100644 --- a/databases/kuzu/Makefile +++ b/databases/kuzu/Makefile @@ -1,6 +1,6 @@ PORTNAME= kuzu DISTVERSIONPREFIX= v -DISTVERSION= 0.11.0 +DISTVERSION= 0.11.1 CATEGORIES= databases MAINTAINER= mahlon@martini.nu diff --git a/databases/kuzu/distinfo b/databases/kuzu/distinfo index 92176c7b2b9f..fe333e51101b 100644 --- a/databases/kuzu/distinfo +++ b/databases/kuzu/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752437160 -SHA256 (kuzudb-kuzu-v0.11.0_GH0.tar.gz) = 445872031fd41153dd5a35a3d471354f1a98f853df5aad45a0a47154c69eaf2f -SIZE (kuzudb-kuzu-v0.11.0_GH0.tar.gz) = 154099568 +TIMESTAMP = 1753508135 +SHA256 (kuzudb-kuzu-v0.11.1_GH0.tar.gz) = 479a9943ad9db3b9a28925438c05563a00e7eb72eaeff07ca21b9d3378069eb7 +SIZE (kuzudb-kuzu-v0.11.1_GH0.tar.gz) = 154108734 diff --git a/databases/mysql-connector-c++/Makefile b/databases/mysql-connector-c++/Makefile index 3ca4a0bfa497..aecced016939 100644 --- a/databases/mysql-connector-c++/Makefile +++ b/databases/mysql-connector-c++/Makefile @@ -1,6 +1,5 @@ PORTNAME= mysql-connector-c++ -PORTVERSION= 8.0.33 -PORTREVISION= 12 +DISTVERSION= 9.4.0 CATEGORIES= databases MASTER_SITES= MYSQL/Connector-C++ DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -30,7 +29,7 @@ CMAKE_ARGS= -DCMAKE_ENABLE_C++17=ON \ -DWITH_ZLIB=system \ -DWITH_ZSTD=system -PLIST_SUB= PORTVERSION=${PORTVERSION} +PLIST_SUB= PORTVERSION=${DISTVERSION} PORTDOCS= * OPTIONS_DEFINE= DOCS JDBC @@ -48,6 +47,9 @@ JDBC_CMAKE_ON= -DWITH_JDBC=ON post-install: @${RM} ${STAGEDIR}${PREFIX}/INFO_BIN @${RM} ${STAGEDIR}${PREFIX}/INFO_SRC + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/cmake + @${MV} ${STAGEDIR}${PREFIX}/mysql-*.cmake \ + ${STAGEDIR}${PREFIX}/lib/cmake/ post-install-DOCS-on: @${RM} ${STAGEDIR}${DOCSDIR}/INSTALL \ diff --git a/databases/mysql-connector-c++/distinfo b/databases/mysql-connector-c++/distinfo index 07e02a50bd6e..a8150b9cf430 100644 --- a/databases/mysql-connector-c++/distinfo +++ b/databases/mysql-connector-c++/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1688279127 -SHA256 (mysql-connector-c++-8.0.33-src.tar.gz) = 160cf6881fbde9bd46cd11aaf12930b676bc6e27589ac5c7ba49c196b97e053b -SIZE (mysql-connector-c++-8.0.33-src.tar.gz) = 4531693 +TIMESTAMP = 1753568390 +SHA256 (mysql-connector-c++-9.4.0-src.tar.gz) = 36a7c93d4a10d1da2a2e66367559d91741aa0f0362bc0ae943171cf1771f6615 +SIZE (mysql-connector-c++-9.4.0-src.tar.gz) = 4788987 diff --git a/databases/mysql-connector-c++/pkg-plist b/databases/mysql-connector-c++/pkg-plist index 0871a6f066b6..f3b0d695718f 100644 --- a/databases/mysql-connector-c++/pkg-plist +++ b/databases/mysql-connector-c++/pkg-plist @@ -50,8 +50,10 @@ include/mysqlx/version_info.h include/mysqlx/xapi.h include/mysqlx/xdevapi.h %%JDBC%%lib/libmysqlcppconn.so -%%JDBC%%lib/libmysqlcppconn.so.9 -%%JDBC%%lib/libmysqlcppconn.so.9.%%PORTVERSION%% -lib/libmysqlcppconn8.so -lib/libmysqlcppconn8.so.2 -lib/libmysqlcppconn8.so.2.%%PORTVERSION%% +%%JDBC%%lib/libmysqlcppconn.so.10 +%%JDBC%%lib/libmysqlcppconn.so.10.%%PORTVERSION%% +lib/cmake/mysql-concpp-config-version.cmake +lib/cmake/mysql-concpp-config.cmake +lib/libmysqlcppconnx.so +lib/libmysqlcppconnx.so.2 +lib/libmysqlcppconnx.so.2.%%PORTVERSION%% diff --git a/databases/p5-POE-Component-RRDTool/Makefile b/databases/p5-POE-Component-RRDTool/Makefile index 907adc1166d8..e3b22a35fea8 100644 --- a/databases/p5-POE-Component-RRDTool/Makefile +++ b/databases/p5-POE-Component-RRDTool/Makefile @@ -24,4 +24,10 @@ CONFIGURE_ARGS= </dev/null post-patch: @${REINPLACE_CMD} -e 's|($$maj, $$min, $$sub)|&; &|' ${WRKSRC}/Makefile.PL -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} >= 504200 +EXTRA_PATCHES= ${PATCHDIR}/extrapatch-Makefile.PL +.endif + +.include <bsd.port.post.mk> diff --git a/databases/p5-POE-Component-RRDTool/files/extrapatch-Makefile.PL b/databases/p5-POE-Component-RRDTool/files/extrapatch-Makefile.PL new file mode 100644 index 000000000000..f980543c8932 --- /dev/null +++ b/databases/p5-POE-Component-RRDTool/files/extrapatch-Makefile.PL @@ -0,0 +1,14 @@ +fix sh: Syntax error: Unterminated quoted string + Filter command '"sed" "-e" "s\"' failed + +--- Makefile.PL.orig 2025-07-13 08:56:55 UTC ++++ Makefile.PL +@@ -21,7 +21,7 @@ WriteMakefile( + 'PREREQ_PM' => { + 'POE' => '0.22', + }, +- PM_FILTER => "sed -e s\\#__DEFAULT_RRDTOOL__\\#${DEFAULT_RRDTOOL}\\#g -e s\\#__RRDTOOL_VERSION__\\#${RRDTOOL_VERSION}\\#g", ++ PM_FILTER => "sed -e s=__DEFAULT_RRDTOOL__=${DEFAULT_RRDTOOL}=g -e s=__RRDTOOL_VERSION__=${RRDTOOL_VERSION}=g", + (($] ge '5.005') ? + ( 'AUTHOR' => 'Todd Caine <todd@pobox.com>', + 'ABSTRACT' => 'POE interface to Tobias Oetiker\'s RRDTool', diff --git a/databases/pgbadger/Makefile b/databases/pgbadger/Makefile index 3175477d45fb..fdacccd32a89 100644 --- a/databases/pgbadger/Makefile +++ b/databases/pgbadger/Makefile @@ -1,6 +1,6 @@ PORTNAME= pgbadger PORTVERSION= 13.1 -DISTVERSIONPREFIX=v +DISTVERSIONPREFIX= v CATEGORIES= databases MAINTAINER= girgen@FreeBSD.org @@ -11,10 +11,11 @@ LICENSE= PostgreSQL BUILD_DEPENDS= gsed:textproc/gsed +USES= gmake perl5 + USE_GITHUB= yes GH_ACCOUNT= darold -USES= gmake perl5 USE_PERL5= configure NO_ARCH= yes diff --git a/databases/pgbadger/files/patch-Makefile.PL b/databases/pgbadger/files/patch-Makefile.PL index ff336ed38eab..5d39cb52fbda 100644 --- a/databases/pgbadger/files/patch-Makefile.PL +++ b/databases/pgbadger/files/patch-Makefile.PL @@ -1,6 +1,6 @@ ---- Makefile.PL.orig 2018-09-13 11:03:46.086169000 +0200 -+++ Makefile.PL 2018-09-13 11:03:58.018702000 +0200 -@@ -45,13 +45,13 @@ +--- Makefile.PL.orig 2025-03-16 11:52:30 UTC ++++ Makefile.PL +@@ -55,13 +55,13 @@ doc/synopsis.pod: Makefile pgbadger echo "=head1 SYNOPSIS" > $@ ./pgbadger --help >> $@ echo "=head1 DESCRIPTION" >> $@ diff --git a/databases/pgbadger/files/patch-pgbadger b/databases/pgbadger/files/patch-pgbadger new file mode 100644 index 000000000000..f469e209e9ea --- /dev/null +++ b/databases/pgbadger/files/patch-pgbadger @@ -0,0 +1,22 @@ +fix Possible precedence problem between ! and string eq + +--- pgbadger.orig 2025-07-13 10:08:32 UTC ++++ pgbadger +@@ -20462,7 +20462,7 @@ sub highlight_code + # lowercase/uppercase known functions or words followed by an open parenthesis + # if the token is not a keyword, an open parenthesis or a comment + if (($self->_is_function( $token, $last_token, $next_token ) && $next_token eq '(') +- || (!$self->_is_keyword( $token, $next_token, $last_token ) && !$next_token eq '(' ++ || (!$self->_is_keyword( $token, $next_token, $last_token ) && $next_token ne '(' + && $token ne '(' && !$self->_is_comment( $token )) ) { + if ($self->{ 'uc_functions' } == 1) { + $token = '<span class="kw2_l">' . $token . '</span>'; +@@ -23062,7 +23062,7 @@ sub _add_token + # if the token is not a keyword, an open parenthesis or a comment + my $fct = $self->_is_function( $token, $last_token, $next_token ) || ''; + if (($fct and $next_token eq '(' and defined $last_token and uc($last_token) ne 'CREATE') +- or (!$self->_is_keyword( $token, $next_token, $last_token ) and !$next_token eq '(' ++ or (!$self->_is_keyword( $token, $next_token, $last_token ) and $next_token ne '(' + and $token ne '(' and !$self->_is_comment( $token )) ) + { + $token =~ s/$fct/\L$fct\E/i if ( $self->{ 'uc_functions' } == 1 ); diff --git a/databases/pgbouncer/Makefile b/databases/pgbouncer/Makefile index 867c56b2c9c5..7a6470591d3d 100644 --- a/databases/pgbouncer/Makefile +++ b/databases/pgbouncer/Makefile @@ -1,5 +1,5 @@ PORTNAME= pgbouncer -DISTVERSION= 1.23.1 +DISTVERSION= 1.24.1 CATEGORIES= databases MASTER_SITES= https://www.pgbouncer.org/downloads/files/${DISTVERSION}/ diff --git a/databases/pgbouncer/distinfo b/databases/pgbouncer/distinfo index 1232ed485344..9e941734cd68 100644 --- a/databases/pgbouncer/distinfo +++ b/databases/pgbouncer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734778449 -SHA256 (pgbouncer-1.23.1.tar.gz) = 1963b497231d9a560a62d266e4a2eae6881ab401853d93e5d292c3740eec5084 -SIZE (pgbouncer-1.23.1.tar.gz) = 700025 +TIMESTAMP = 1753649195 +SHA256 (pgbouncer-1.24.1.tar.gz) = da72a3aba13072876d055a3e58dd4aba4a5de4ed6148e73033185245598fd3e0 +SIZE (pgbouncer-1.24.1.tar.gz) = 717796 diff --git a/databases/pgbouncer/pkg-descr b/databases/pgbouncer/pkg-descr index a4690341723d..4b84c8d76f1f 100644 --- a/databases/pgbouncer/pkg-descr +++ b/databases/pgbouncer/pkg-descr @@ -30,4 +30,4 @@ below for incompatible features. Most aggressive method. This is transaction pooling with a twist: Multi-statement transactions are disallowed. This is meant to enforce -“autocommit” mode on the client, mostly targeted at PL/Proxy. +"autocommit" mode on the client, mostly targeted at PL/Proxy. diff --git a/databases/postgis-jdbc/Makefile b/databases/postgis-jdbc/Makefile index 928b1ad533b0..20305ea641e0 100644 --- a/databases/postgis-jdbc/Makefile +++ b/databases/postgis-jdbc/Makefile @@ -17,9 +17,9 @@ USES= java zip:infozip NO_BUILD= yes NO_ARCH= yes -PLIST_FILES= %%JAVAJARDIR%%/postgis-jdbc-2.1.7.jar +PLIST_FILES= ${JAVAJARDIR}/postgis-jdbc-2.1.7.jar do-install: - ${INSTALL_DATA} ${_DISTDIR}${PORTNAME}-${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR} + ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}-${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR} .include <bsd.port.mk> diff --git a/databases/py-pgmigrate/Makefile b/databases/py-pgmigrate/Makefile index 307ec26f16cb..094a2bd34f6f 100644 --- a/databases/py-pgmigrate/Makefile +++ b/databases/py-pgmigrate/Makefile @@ -1,6 +1,5 @@ PORTNAME= pgmigrate -DISTVERSION= 1.0.9 -PORTREVISION= 1 +DISTVERSION= 1.0.10 CATEGORIES= databases python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-pgmigrate/distinfo b/databases/py-pgmigrate/distinfo index 34ba343d6c93..3949a7df7bd4 100644 --- a/databases/py-pgmigrate/distinfo +++ b/databases/py-pgmigrate/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734776042 -SHA256 (yandex-pgmigrate-1.0.9_GH0.tar.gz) = 0b411fd495b1fcbc1c5bbbae07ca02c403d44f815b700405159e30c82eb775db -SIZE (yandex-pgmigrate-1.0.9_GH0.tar.gz) = 31656 +TIMESTAMP = 1753649600 +SHA256 (yandex-pgmigrate-1.0.10_GH0.tar.gz) = b8d0bedf84de4524a41d1371ffac8d359d1f3c97a3d2e7a2b9648b72cf31c1bb +SIZE (yandex-pgmigrate-1.0.10_GH0.tar.gz) = 32047 diff --git a/databases/redis-devel/Makefile b/databases/redis-devel/Makefile index 1e3f2e0116ad..98deab2fde6f 100644 --- a/databases/redis-devel/Makefile +++ b/databases/redis-devel/Makefile @@ -1,9 +1,9 @@ PORTNAME= redis -DISTVERSION= 7.4.3.20250430 +DISTVERSION= 8.0.2.20250528 CATEGORIES= databases PKGNAMESUFFIX= -devel -MAINTAINER= yasu@FreeBSD.org +MAINTAINER= bofh@freebsd.org COMMENT= Persistent key-value database with built-in net interface WWW= https://redis.io/ @@ -18,7 +18,7 @@ LICENSE_PERMS_SSPLv1= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USES+= compiler:c11 cpe gmake tcl:test CPE_VENDOR= redislabs USE_GITHUB= yes -GH_TAGNAME= de16bee70 +GH_TAGNAME= 7f60945bc USE_RC_SUBR= redis sentinel MAKE_ENV= OPTIMIZATION= \ diff --git a/databases/redis-devel/distinfo b/databases/redis-devel/distinfo index e00bc5a7f0d5..2bd7764b145b 100644 --- a/databases/redis-devel/distinfo +++ b/databases/redis-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746096453 -SHA256 (redis-redis-7.4.3.20250430-de16bee70_GH0.tar.gz) = 5fb9acc64b6d888daa90dd6a0756a0d16a7da742c0435312dd2042f12b20c6e7 -SIZE (redis-redis-7.4.3.20250430-de16bee70_GH0.tar.gz) = 3849894 +TIMESTAMP = 1753619706 +SHA256 (redis-redis-8.0.2.20250528-7f60945bc_GH0.tar.gz) = 2c25d26af4839cb12ca7feaddbe19a364b11f8cc0f8bed34ffb329a9771e8c32 +SIZE (redis-redis-8.0.2.20250528-7f60945bc_GH0.tar.gz) = 3880799 diff --git a/databases/redis-devel/files/patch-deps-Makefile b/databases/redis-devel/files/patch-deps-Makefile index 9da224428a99..cb057a8e8142 100644 --- a/databases/redis-devel/files/patch-deps-Makefile +++ b/databases/redis-devel/files/patch-deps-Makefile @@ -1,15 +1,15 @@ ---- deps/Makefile.orig 2023-06-29 16:32:01 UTC +--- deps/Makefile.orig 2025-05-28 09:43:59 UTC +++ deps/Makefile -@@ -83,7 +83,7 @@ LUA_LDFLAGS+= $(LDFLAGS) +@@ -110,7 +110,7 @@ else ifeq ($(LUA_DEBUG),yes) LUA_CFLAGS+= -O0 -g -DLUA_USE_APICHECK else - LUA_CFLAGS+= -O2 + LUA_CFLAGS+= endif - # lua's Makefile defines AR="ar rcu", which is unusual, and makes it more - # challenging to cross-compile lua (and redis). These defines make it easier -@@ -106,7 +106,7 @@ endif + ifeq ($(LUA_COVERAGE),yes) + LUA_CFLAGS += -fprofile-arcs -ftest-coverage +@@ -138,7 +138,7 @@ jemalloc: .make-prerequisites jemalloc: .make-prerequisites @printf '%b %b\n' $(MAKECOLOR)MAKE$(ENDCOLOR) $(BINCOLOR)$@$(ENDCOLOR) diff --git a/databases/redis-devel/files/patch-deps-hiredis-Makefile b/databases/redis-devel/files/patch-deps-hiredis-Makefile index a2789076673c..5084572f7440 100644 --- a/databases/redis-devel/files/patch-deps-hiredis-Makefile +++ b/databases/redis-devel/files/patch-deps-hiredis-Makefile @@ -1,27 +1,27 @@ ---- deps/hiredis/Makefile.orig 2023-07-30 05:48:29 UTC +--- deps/hiredis/Makefile.orig 2025-05-28 09:43:59 UTC +++ deps/hiredis/Makefile -@@ -15,7 +15,7 @@ HIREDIS_PATCH=$(shell grep HIREDIS_PATCH hiredis.h | a +@@ -15,7 +15,7 @@ HIREDIS_SONAME=$(shell grep HIREDIS_SONAME hiredis.h | HIREDIS_SONAME=$(shell grep HIREDIS_SONAME hiredis.h | awk '{print $$3}') - + # Installation related variables and target -PREFIX?=/usr/local +PREFIX?=${PREFIX} INCLUDE_PATH?=include/hiredis LIBRARY_PATH?=lib PKGCONF_PATH?=pkgconfig -@@ -38,10 +38,8 @@ export REDIS_TEST_CONFIG +@@ -43,10 +43,8 @@ CXX:=$(shell sh -c 'type $${CXX%% *} >/dev/null 2>/dev # Fallback to gcc when $CC is not in $PATH. CC:=$(shell sh -c 'type $${CC%% *} >/dev/null 2>/dev/null && echo $(CC) || echo gcc') CXX:=$(shell sh -c 'type $${CXX%% *} >/dev/null 2>/dev/null && echo $(CXX) || echo g++') -OPTIMIZATION?=-O3 WARNINGS=-Wall -Wextra -Werror -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -DEBUG_FLAGS?= -g -ggdb --REAL_CFLAGS=$(OPTIMIZATION) -fPIC $(CPPFLAGS) $(CFLAGS) $(WARNINGS) $(DEBUG_FLAGS) $(PLATFORM_FLAGS) -+REAL_CFLAGS=$(OPTIMIZATION) -fPIC $(CFLAGS) $(WARNINGS) $(DEBUG_FLAGS) $(PLATFORM_FLAGS) - REAL_LDFLAGS=$(LDFLAGS) - +-REAL_CFLAGS=$(OPTIMIZATION) -fPIC $(CPPFLAGS) $(CFLAGS) $(WARNINGS) $(DEBUG_FLAGS) $(PLATFORM_FLAGS) $(HIREDIS_CFLAGS) ++REAL_CFLAGS=$(OPTIMIZATION) -fPIC $(CFLAGS) $(WARNINGS) $(DEBUG_FLAGS) $(PLATFORM_FLAGS) $(HIREDIS_CFLAGS) + REAL_LDFLAGS=$(LDFLAGS) $(HIREDIS_LDFLAGS) + DYLIBSUFFIX=so -@@ -122,7 +120,16 @@ ifeq ($(uname_S),FreeBSD) +@@ -127,7 +125,16 @@ endif else REAL_CFLAGS+=-pedantic endif diff --git a/databases/redis/Makefile b/databases/redis/Makefile index fbfcdeaa7f98..8eacfb4ed6dd 100644 --- a/databases/redis/Makefile +++ b/databases/redis/Makefile @@ -3,7 +3,7 @@ DISTVERSION= 8.0.3 CATEGORIES= databases MASTER_SITES= https://download.redis.io/releases/ -MAINTAINER= yasu@FreeBSD.org +MAINTAINER= bofh@freebsd.org COMMENT= Persistent key-value database with built-in net interface WWW= https://redis.io/ diff --git a/databases/redis62/Makefile b/databases/redis62/Makefile index 4054530ac784..8675d0034c67 100644 --- a/databases/redis62/Makefile +++ b/databases/redis62/Makefile @@ -4,7 +4,7 @@ CATEGORIES= databases MASTER_SITES= https://download.redis.io/releases/ PKGNAMESUFFIX= 62 -MAINTAINER= yasu@FreeBSD.org +MAINTAINER= bofh@freebsd.org COMMENT= Persistent key-value database with built-in net interface WWW= https://redis.io/ diff --git a/databases/redis72/Makefile b/databases/redis72/Makefile index 88e906e30831..e930719992a1 100644 --- a/databases/redis72/Makefile +++ b/databases/redis72/Makefile @@ -4,7 +4,7 @@ CATEGORIES= databases MASTER_SITES= https://download.redis.io/releases/ PKGNAMESUFFIX= 72 -MAINTAINER= yasu@FreeBSD.org +MAINTAINER= bofh@freebsd.org COMMENT= Persistent key-value database with built-in net interface WWW= https://redis.io/ diff --git a/databases/redis74/Makefile b/databases/redis74/Makefile index 81de920bb66c..2e84d9cc8b50 100644 --- a/databases/redis74/Makefile +++ b/databases/redis74/Makefile @@ -4,7 +4,7 @@ CATEGORIES= databases MASTER_SITES= https://download.redis.io/releases/ PKGNAMESUFFIX= 74 -MAINTAINER= yasu@FreeBSD.org +MAINTAINER= bofh@freebsd.org COMMENT= Persistent key-value database with built-in net interface WWW= https://redis.io/ diff --git a/databases/valkey/Makefile b/databases/valkey/Makefile index 50d68cce5349..9a9dcb7f18fe 100644 --- a/databases/valkey/Makefile +++ b/databases/valkey/Makefile @@ -2,7 +2,7 @@ PORTNAME= valkey DISTVERSION= 8.1.3 CATEGORIES= databases -MAINTAINER= yasu@FreeBSD.org +MAINTAINER= bofh@freebsd.org COMMENT= High-performance data structure server that primarily serves key/value workloads WWW= https://valkey.io/ diff --git a/deskutils/Makefile b/deskutils/Makefile index b5927042cd00..ca3b1442d8ae 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -152,7 +152,6 @@ SUBDIR += kronometer SUBDIR += kruler SUBDIR += ktimetracker - SUBDIR += kuserfeedback SUBDIR += kweather SUBDIR += kweathercore SUBDIR += latte-dock diff --git a/deskutils/arttime/Makefile b/deskutils/arttime/Makefile index 3188cd54d20a..35107fcad293 100644 --- a/deskutils/arttime/Makefile +++ b/deskutils/arttime/Makefile @@ -1,6 +1,6 @@ PORTNAME= arttime DISTVERSIONPREFIX= v -DISTVERSION= 2.3.4 +DISTVERSION= 2.4.0 CATEGORIES= deskutils MAINTAINER= ehaupt@FreeBSD.org diff --git a/deskutils/arttime/distinfo b/deskutils/arttime/distinfo index 41d6299e89fd..af5b502e7b3e 100644 --- a/deskutils/arttime/distinfo +++ b/deskutils/arttime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1717349711 -SHA256 (poetaman-arttime-v2.3.4_GH0.tar.gz) = c6a45fe6053d14745be33da577e7209e63cc48123df41abb7397278887de8c3b -SIZE (poetaman-arttime-v2.3.4_GH0.tar.gz) = 399323 +TIMESTAMP = 1753627000 +SHA256 (poetaman-arttime-v2.4.0_GH0.tar.gz) = f1418522d36528b38ce604d1a9ec14ddf6284aa6a15d28a7eb5c01a872a6d436 +SIZE (poetaman-arttime-v2.4.0_GH0.tar.gz) = 400570 diff --git a/deskutils/arttime/pkg-plist b/deskutils/arttime/pkg-plist index a4d59e48f15c..6808294c838a 100644 --- a/deskutils/arttime/pkg-plist +++ b/deskutils/arttime/pkg-plist @@ -60,6 +60,7 @@ bin/arttime %%DATADIR%%/textart/bowling %%DATADIR%%/textart/boyskateboard %%DATADIR%%/textart/braille +%%DATADIR%%/textart/bridge %%DATADIR%%/textart/buddha %%DATADIR%%/textart/buddha2 %%DATADIR%%/textart/buddha5 @@ -305,6 +306,7 @@ bin/arttime %%DATADIR%%/textart/passport %%DATADIR%%/textart/pattern %%DATADIR%%/textart/pattern2 +%%DATADIR%%/textart/pattern3 %%DATADIR%%/textart/peacock %%DATADIR%%/textart/peacock2 %%DATADIR%%/textart/pharoah @@ -327,6 +329,7 @@ bin/arttime %%DATADIR%%/textart/poem_surfing %%DATADIR%%/textart/pointsettias %%DATADIR%%/textart/pointsettias2 +%%DATADIR%%/textart/police %%DATADIR%%/textart/pomodoro %%DATADIR%%/textart/prayer %%DATADIR%%/textart/pride50 diff --git a/deskutils/kuserfeedback/Makefile b/deskutils/kuserfeedback/Makefile deleted file mode 100644 index 87eaed4d599a..000000000000 --- a/deskutils/kuserfeedback/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -PORTNAME= kuserfeedback -DISTVERSION= 1.3.0 -PORTREVISION= 1 -CATEGORIES= deskutils kde -MASTER_SITES= KDE/stable/${PORTNAME}/ - -MAINTAINER= kde@FreeBSD.org -COMMENT= Framework for collecting user feedback -WWW= https://github.com/kde/kuserfeedback - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/COPYING.LIB - -DEPRECATED= has its functionality stripped compared to a kf6 variant - -USES= bison cmake compiler:c++11-lang kde:5 qt:5 tar:xz -USE_KDE= ecm:build -USE_QT= charts core declarative gui linguisttools network printsupport \ - svg widgets \ - buildtools:build qmake:build - -# KF6 coinstallability -CMAKE_OFF= ENABLE_CLI ENABLE_CONSOLE ENABLE_DOCS - -OPTIONS_DEFINE= SERVER - -SERVER_DESC= Enable all features (requires php) -SERVER_USES= php -SERVER_CMAKE_BOOL= ENABLE_PHP ENABLE_PHP_UNIT -SERVER_BUILD_DEPENDS= phpunit:devel/phpunit9@${PHP_FLAVOR} -SERVER_RUN_DEPENDS= phpunit:devel/phpunit9@${PHP_FLAVOR} - -.include <bsd.port.mk> diff --git a/deskutils/kuserfeedback/distinfo b/deskutils/kuserfeedback/distinfo deleted file mode 100644 index ef840d85910c..000000000000 --- a/deskutils/kuserfeedback/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1699044746 -SHA256 (kuserfeedback-1.3.0.tar.xz) = 252308b822dd4690ea85ab1688c9b0da5512978ac6b435f77a5979fc1d2ffd13 -SIZE (kuserfeedback-1.3.0.tar.xz) = 230644 diff --git a/deskutils/kuserfeedback/pkg-descr b/deskutils/kuserfeedback/pkg-descr deleted file mode 100644 index 131ad0ea1bf0..000000000000 --- a/deskutils/kuserfeedback/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -Framework for collecting feedback from application users via telemetry and -targeted surveys. - -Telemetry - - * Extensible set of data sources for telemetry. - * Full control for the user on what data to contribute. - -Surveys - - * Distribute surveys and offer users to participate in them. - * Survey targeting based on telemetry data. - * Allow the user to configure how often they want to participate in surveys. - - -This framework consists of the following components: - - * Libraries for use in applications. - * QML bindings for the above. - * A server application. - * A management and analytics application. diff --git a/deskutils/kuserfeedback/pkg-plist b/deskutils/kuserfeedback/pkg-plist deleted file mode 100644 index 36d142054311..000000000000 --- a/deskutils/kuserfeedback/pkg-plist +++ /dev/null @@ -1,132 +0,0 @@ -@comment bin/UserFeedbackConsole -@comment bin/userfeedbackctl -include/KUserFeedback/AbstractDataSource -include/KUserFeedback/ApplicationVersionSource -include/KUserFeedback/CompilerInfoSource -include/KUserFeedback/CpuInfoSource -include/KUserFeedback/FeedbackConfigDialog -include/KUserFeedback/FeedbackConfigUiController -include/KUserFeedback/FeedbackConfigWidget -include/KUserFeedback/LocaleInfoSource -include/KUserFeedback/NotificationPopup -include/KUserFeedback/OpenGLInfoSource -include/KUserFeedback/PlatformInfoSource -include/KUserFeedback/PropertyRatioSource -include/KUserFeedback/Provider -include/KUserFeedback/QPAInfoSource -include/KUserFeedback/QtVersionSource -include/KUserFeedback/ScreenInfoSource -include/KUserFeedback/StartCountSource -include/KUserFeedback/StyleInfoSource -include/KUserFeedback/SurveyInfo -include/KUserFeedback/UsageTimeSource -include/KUserFeedback/abstractdatasource.h -include/KUserFeedback/applicationversionsource.h -include/KUserFeedback/compilerinfosource.h -include/KUserFeedback/cpuinfosource.h -include/KUserFeedback/feedbackconfigdialog.h -include/KUserFeedback/feedbackconfiguicontroller.h -include/KUserFeedback/feedbackconfigwidget.h -include/KUserFeedback/kuserfeedback_version.h -include/KUserFeedback/kuserfeedbackcore_export.h -include/KUserFeedback/kuserfeedbackwidgets_export.h -include/KUserFeedback/localeinfosource.h -include/KUserFeedback/notificationpopup.h -include/KUserFeedback/openglinfosource.h -include/KUserFeedback/platforminfosource.h -include/KUserFeedback/propertyratiosource.h -include/KUserFeedback/provider.h -include/KUserFeedback/qpainfosource.h -include/KUserFeedback/qtversionsource.h -include/KUserFeedback/screeninfosource.h -include/KUserFeedback/startcountsource.h -include/KUserFeedback/styleinfosource.h -include/KUserFeedback/surveyinfo.h -include/KUserFeedback/usagetimesource.h -lib/cmake/KUserFeedback/KUserFeedbackConfig.cmake -lib/cmake/KUserFeedback/KUserFeedbackConfigVersion.cmake -lib/cmake/KUserFeedback/KUserFeedbackTarget-%%CMAKE_BUILD_TYPE%%.cmake -lib/cmake/KUserFeedback/KUserFeedbackTarget.cmake -lib/libKUserFeedbackCore.so -lib/libKUserFeedbackCore.so.1 -lib/libKUserFeedbackCore.so.1.3.0 -lib/libKUserFeedbackWidgets.so -lib/libKUserFeedbackWidgets.so.1 -lib/libKUserFeedbackWidgets.so.1.3.0 -%%QT_MKSPECDIR%%/modules/qt_KUserFeedbackCore.pri -%%QT_MKSPECDIR%%/modules/qt_KUserFeedbackWidgets.pri -%%QT_QMLDIR%%/org/kde/userfeedback/libKUserFeedbackQml.so -%%QT_QMLDIR%%/org/kde/userfeedback/qmldir -@comment share/KDE/UserFeedbackConsole/user-feedback-manual.qch -@comment share/KDE/UserFeedbackConsole/user-feedback.qhc -@comment share/applications/org.kde.kuserfeedback-console.desktop -share/locale/ar/LC_MESSAGES/userfeedbackconsole5_qt.qm -share/locale/ar/LC_MESSAGES/userfeedbackprovider5_qt.qm -share/locale/az/LC_MESSAGES/userfeedbackconsole5_qt.qm -share/locale/az/LC_MESSAGES/userfeedbackprovider5_qt.qm -share/locale/bg/LC_MESSAGES/userfeedbackconsole5_qt.qm -share/locale/bg/LC_MESSAGES/userfeedbackprovider5_qt.qm -share/locale/ca/LC_MESSAGES/userfeedbackconsole5_qt.qm -share/locale/ca/LC_MESSAGES/userfeedbackprovider5_qt.qm -share/locale/ca@valencia/LC_MESSAGES/userfeedbackconsole5_qt.qm -share/locale/ca@valencia/LC_MESSAGES/userfeedbackprovider5_qt.qm -share/locale/cs/LC_MESSAGES/userfeedbackconsole5_qt.qm -share/locale/cs/LC_MESSAGES/userfeedbackprovider5_qt.qm -share/locale/da/LC_MESSAGES/userfeedbackconsole5_qt.qm -share/locale/da/LC_MESSAGES/userfeedbackprovider5_qt.qm -share/locale/de/LC_MESSAGES/userfeedbackconsole5_qt.qm -share/locale/de/LC_MESSAGES/userfeedbackprovider5_qt.qm -share/locale/en_GB/LC_MESSAGES/userfeedbackconsole5_qt.qm -share/locale/en_GB/LC_MESSAGES/userfeedbackprovider5_qt.qm -share/locale/es/LC_MESSAGES/userfeedbackconsole5_qt.qm -share/locale/es/LC_MESSAGES/userfeedbackprovider5_qt.qm -share/locale/et/LC_MESSAGES/userfeedbackconsole5_qt.qm -share/locale/et/LC_MESSAGES/userfeedbackprovider5_qt.qm -share/locale/fi/LC_MESSAGES/userfeedbackconsole5_qt.qm -share/locale/fi/LC_MESSAGES/userfeedbackprovider5_qt.qm -share/locale/fr/LC_MESSAGES/userfeedbackconsole5_qt.qm -share/locale/fr/LC_MESSAGES/userfeedbackprovider5_qt.qm -share/locale/gl/LC_MESSAGES/userfeedbackconsole5_qt.qm -share/locale/gl/LC_MESSAGES/userfeedbackprovider5_qt.qm -share/locale/ia/LC_MESSAGES/userfeedbackconsole5_qt.qm -share/locale/ia/LC_MESSAGES/userfeedbackprovider5_qt.qm -share/locale/id/LC_MESSAGES/userfeedbackconsole5_qt.qm -share/locale/id/LC_MESSAGES/userfeedbackprovider5_qt.qm -share/locale/it/LC_MESSAGES/userfeedbackconsole5_qt.qm -share/locale/it/LC_MESSAGES/userfeedbackprovider5_qt.qm -share/locale/ja/LC_MESSAGES/userfeedbackconsole5_qt.qm -share/locale/ja/LC_MESSAGES/userfeedbackprovider5_qt.qm -share/locale/ka/LC_MESSAGES/userfeedbackconsole5_qt.qm -share/locale/ka/LC_MESSAGES/userfeedbackprovider5_qt.qm -share/locale/ko/LC_MESSAGES/userfeedbackconsole5_qt.qm -share/locale/ko/LC_MESSAGES/userfeedbackprovider5_qt.qm -share/locale/lt/LC_MESSAGES/userfeedbackconsole5_qt.qm -share/locale/lt/LC_MESSAGES/userfeedbackprovider5_qt.qm -share/locale/nl/LC_MESSAGES/userfeedbackconsole5_qt.qm -share/locale/nl/LC_MESSAGES/userfeedbackprovider5_qt.qm -share/locale/nn/LC_MESSAGES/userfeedbackprovider5_qt.qm -share/locale/pl/LC_MESSAGES/userfeedbackconsole5_qt.qm -share/locale/pl/LC_MESSAGES/userfeedbackprovider5_qt.qm -share/locale/pt/LC_MESSAGES/userfeedbackconsole5_qt.qm -share/locale/pt/LC_MESSAGES/userfeedbackprovider5_qt.qm -share/locale/pt_BR/LC_MESSAGES/userfeedbackconsole5_qt.qm -share/locale/pt_BR/LC_MESSAGES/userfeedbackprovider5_qt.qm -share/locale/ro/LC_MESSAGES/userfeedbackprovider5_qt.qm -share/locale/ru/LC_MESSAGES/userfeedbackconsole5_qt.qm -share/locale/ru/LC_MESSAGES/userfeedbackprovider5_qt.qm -share/locale/sk/LC_MESSAGES/userfeedbackconsole5_qt.qm -share/locale/sk/LC_MESSAGES/userfeedbackprovider5_qt.qm -share/locale/sl/LC_MESSAGES/userfeedbackconsole5_qt.qm -share/locale/sl/LC_MESSAGES/userfeedbackprovider5_qt.qm -share/locale/sv/LC_MESSAGES/userfeedbackconsole5_qt.qm -share/locale/sv/LC_MESSAGES/userfeedbackprovider5_qt.qm -share/locale/tr/LC_MESSAGES/userfeedbackconsole5_qt.qm -share/locale/tr/LC_MESSAGES/userfeedbackprovider5_qt.qm -share/locale/uk/LC_MESSAGES/userfeedbackconsole5_qt.qm -share/locale/uk/LC_MESSAGES/userfeedbackprovider5_qt.qm -share/locale/zh_CN/LC_MESSAGES/userfeedbackconsole5_qt.qm -share/locale/zh_CN/LC_MESSAGES/userfeedbackprovider5_qt.qm -share/locale/zh_TW/LC_MESSAGES/userfeedbackconsole5_qt.qm -share/locale/zh_TW/LC_MESSAGES/userfeedbackprovider5_qt.qm -@comment share/metainfo/org.kde.kuserfeedback-console.appdata.xml -share/qlogging-categories5/org_kde_UserFeedback.categories diff --git a/deskutils/stirling-pdf/Makefile b/deskutils/stirling-pdf/Makefile index 824708d89692..13d587b3288a 100644 --- a/deskutils/stirling-pdf/Makefile +++ b/deskutils/stirling-pdf/Makefile @@ -1,5 +1,5 @@ PORTNAME= stirling-pdf -PORTVERSION= 1.0.2 +PORTVERSION= 1.1.0 CATEGORIES= deskutils java MASTER_SITES= https://files.stirlingpdf.com/v${PORTVERSION}/ DISTNAME= Stirling-PDF-with-login diff --git a/deskutils/stirling-pdf/distinfo b/deskutils/stirling-pdf/distinfo index 46bad29c78f8..d69e6e0f7a7c 100644 --- a/deskutils/stirling-pdf/distinfo +++ b/deskutils/stirling-pdf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752125821 -SHA256 (stirling-pdf/1.0.2/Stirling-PDF-with-login.jar) = a32de483ad6d66ca6ab105fa5f0b2ca97f916c971f58f9d40ac7a2396f63686e -SIZE (stirling-pdf/1.0.2/Stirling-PDF-with-login.jar) = 155649222 +TIMESTAMP = 1753506595 +SHA256 (stirling-pdf/1.1.0/Stirling-PDF-with-login.jar) = 663679698948f853207e0f57d43e094267daf183c8ade62818935c9a505fc62d +SIZE (stirling-pdf/1.1.0/Stirling-PDF-with-login.jar) = 155518422 diff --git a/devel/Makefile b/devel/Makefile index b979cdbd9757..5004714c4cc7 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1619,6 +1619,7 @@ SUBDIR += lua-lpeg SUBDIR += lua-luacheck SUBDIR += lua-luarocks + SUBDIR += lua-luastatic SUBDIR += lua-lunit SUBDIR += lua-lunitx SUBDIR += lua-mode diff --git a/devel/cargo-leptos/Makefile b/devel/cargo-leptos/Makefile index da046e1673f0..512928207ecf 100644 --- a/devel/cargo-leptos/Makefile +++ b/devel/cargo-leptos/Makefile @@ -1,6 +1,6 @@ PORTNAME= cargo-leptos DISTVERSIONPREFIX= v -DISTVERSION= 0.2.39 +DISTVERSION= 0.2.42 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/cargo-leptos/distinfo b/devel/cargo-leptos/distinfo index 391923857257..88aceabd74a3 100644 --- a/devel/cargo-leptos/distinfo +++ b/devel/cargo-leptos/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1752733620 +TIMESTAMP = 1753630668 SHA256 (rust/crates/Inflector-0.11.4.crate) = fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3 SIZE (rust/crates/Inflector-0.11.4.crate) = 17438 SHA256 (rust/crates/addr2line-0.24.2.crate) = dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1 @@ -1233,5 +1233,5 @@ SHA256 (rust/crates/zlib-rs-0.5.1.crate) = 626bd9fa9734751fc50d6060752170984d705 SIZE (rust/crates/zlib-rs-0.5.1.crate) = 193055 SHA256 (rust/crates/zopfli-0.8.2.crate) = edfc5ee405f504cd4984ecc6f14d02d55cfda60fa4b689434ef4102aae150cd7 SIZE (rust/crates/zopfli-0.8.2.crate) = 51842 -SHA256 (leptos-rs-cargo-leptos-v0.2.39_GH0.tar.gz) = eff009eea32f820def0104fd29041b7ccdb9cb2ce9529ff12e3d93d8cc1445e6 -SIZE (leptos-rs-cargo-leptos-v0.2.39_GH0.tar.gz) = 226595 +SHA256 (leptos-rs-cargo-leptos-v0.2.42_GH0.tar.gz) = 6892f512a1c5c13614d349c94da66acdd9c96676de58bc6c28b20d29f938c31a +SIZE (leptos-rs-cargo-leptos-v0.2.42_GH0.tar.gz) = 227836 diff --git a/devel/cargo-tarpaulin/Makefile b/devel/cargo-tarpaulin/Makefile index c0109e10d126..648b5501a6ad 100644 --- a/devel/cargo-tarpaulin/Makefile +++ b/devel/cargo-tarpaulin/Makefile @@ -1,6 +1,5 @@ PORTNAME= cargo-tarpaulin -DISTVERSION= 0.32.0 -PORTREVISION= 4 +DISTVERSION= 0.32.8 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org @@ -21,239 +20,6 @@ USE_GITHUB= yes GH_ACCOUNT= xd009642 GH_PROJECT= tarpaulin -CARGO_CRATES= addr2line-0.21.0 \ - adler-1.0.2 \ - adler32-1.2.0 \ - aho-corasick-1.1.3 \ - android-tzdata-0.1.1 \ - android_system_properties-0.1.5 \ - anstream-0.6.14 \ - anstyle-1.0.7 \ - anstyle-parse-0.2.4 \ - anstyle-query-1.0.3 \ - anstyle-wincon-3.0.3 \ - anyhow-1.0.83 \ - autocfg-1.3.0 \ - backtrace-0.3.71 \ - base64-0.21.7 \ - bitflags-1.3.2 \ - bitflags-2.5.0 \ - bumpalo-3.16.0 \ - bytes-1.6.0 \ - camino-1.1.6 \ - cargo-platform-0.1.8 \ - cargo_metadata-0.19.1 \ - cc-1.0.97 \ - cfg-if-1.0.0 \ - cfg_aliases-0.2.1 \ - chrono-0.4.39 \ - clap-4.5.4 \ - clap_builder-4.5.2 \ - clap_derive-4.5.4 \ - clap_lex-0.7.0 \ - colorchoice-1.0.1 \ - core-foundation-0.9.4 \ - core-foundation-sys-0.8.6 \ - coveralls-api-0.6.0 \ - crc32fast-1.4.0 \ - deflate-1.0.0 \ - encoding_rs-0.8.34 \ - env_filter-0.1.0 \ - env_logger-0.11.3 \ - equivalent-1.0.1 \ - errno-0.3.8 \ - fallible-iterator-0.3.0 \ - fastrand-2.1.0 \ - flate2-1.0.30 \ - fnv-1.0.7 \ - foreign-types-0.3.2 \ - foreign-types-shared-0.1.1 \ - form_urlencoded-1.2.1 \ - futures-channel-0.3.30 \ - futures-core-0.3.30 \ - futures-io-0.3.30 \ - futures-sink-0.3.30 \ - futures-task-0.3.30 \ - futures-util-0.3.30 \ - gimli-0.28.1 \ - gimli-0.31.1 \ - git2-0.20.0 \ - glob-0.3.2 \ - gzip-header-1.0.0 \ - h2-0.3.26 \ - hashbrown-0.11.2 \ - hashbrown-0.15.2 \ - heck-0.5.0 \ - hermit-abi-0.3.9 \ - hex-0.4.3 \ - http-0.2.12 \ - http-body-0.4.6 \ - httparse-1.8.0 \ - httpdate-1.0.3 \ - humantime-2.1.0 \ - humantime-serde-1.1.1 \ - hyper-0.14.28 \ - hyper-tls-0.5.0 \ - iana-time-zone-0.1.60 \ - iana-time-zone-haiku-0.1.2 \ - idna-0.5.0 \ - indexmap-1.8.2 \ - indexmap-2.7.1 \ - ipnet-2.9.0 \ - is_terminal_polyfill-1.70.0 \ - itoa-1.0.11 \ - jobserver-0.1.31 \ - js-sys-0.3.69 \ - lazy_static-1.5.0 \ - lcov-0.8.1 \ - leb128-0.2.5 \ - libc-0.2.169 \ - libgit2-sys-0.18.0+1.9.0 \ - libssh2-sys-0.3.0 \ - libz-sys-1.1.16 \ - linux-raw-sys-0.4.13 \ - llvm_profparser-0.7.1 \ - log-0.4.21 \ - matchers-0.1.0 \ - md5-0.7.0 \ - memchr-2.7.2 \ - mime-0.3.17 \ - mime_guess-2.0.4 \ - minimal-lexical-0.2.1 \ - miniz_oxide-0.7.2 \ - mio-0.8.11 \ - native-tls-0.2.11 \ - nix-0.29.0 \ - nom-7.1.3 \ - nu-ansi-term-0.46.0 \ - num-traits-0.2.19 \ - num_cpus-1.16.0 \ - object-0.26.2 \ - object-0.32.2 \ - object-0.36.7 \ - once_cell-1.19.0 \ - openssl-0.10.70 \ - openssl-macros-0.1.1 \ - openssl-probe-0.1.5 \ - openssl-src-300.2.3+3.2.1 \ - openssl-sys-0.9.105 \ - overload-0.1.1 \ - percent-encoding-2.3.1 \ - pin-project-lite-0.2.14 \ - pin-utils-0.1.0 \ - pkg-config-0.3.30 \ - proc-macro2-1.0.93 \ - procfs-0.17.0 \ - procfs-core-0.17.0 \ - quick-error-1.2.3 \ - quick-xml-0.37.2 \ - quote-1.0.38 \ - regex-1.11.1 \ - regex-automata-0.1.10 \ - regex-automata-0.4.8 \ - regex-syntax-0.6.29 \ - regex-syntax-0.8.5 \ - reqwest-0.11.27 \ - rustc-demangle-0.1.24 \ - rustc-hash-1.1.0 \ - rustc_version-0.4.1 \ - rustix-0.38.34 \ - rustls-pemfile-1.0.4 \ - rusty-fork-0.3.0 \ - ruzstd-0.7.3 \ - ryu-1.0.18 \ - same-file-1.0.6 \ - schannel-0.1.23 \ - security-framework-2.11.0 \ - security-framework-sys-2.11.0 \ - semver-1.0.23 \ - serde-1.0.217 \ - serde_derive-1.0.217 \ - serde_json-1.0.138 \ - serde_spanned-0.6.8 \ - serde_urlencoded-0.7.1 \ - sharded-slab-0.1.7 \ - slab-0.4.9 \ - smallvec-1.13.2 \ - socket2-0.5.7 \ - stable_deref_trait-1.2.0 \ - static_assertions-1.1.0 \ - strsim-0.11.1 \ - syn-2.0.90 \ - sync_wrapper-0.1.2 \ - system-configuration-0.5.1 \ - system-configuration-sys-0.5.0 \ - tempfile-3.10.1 \ - test-log-0.2.17 \ - test-log-macros-0.2.16 \ - thiserror-1.0.60 \ - thiserror-2.0.4 \ - thiserror-impl-1.0.60 \ - thiserror-impl-2.0.4 \ - thread_local-1.1.8 \ - tinyvec-1.6.0 \ - tinyvec_macros-0.1.1 \ - tokio-1.37.0 \ - tokio-native-tls-0.3.1 \ - tokio-util-0.7.11 \ - toml-0.8.20 \ - toml_datetime-0.6.8 \ - toml_edit-0.22.23 \ - tower-service-0.3.2 \ - tracing-0.1.41 \ - tracing-attributes-0.1.28 \ - tracing-core-0.1.33 \ - tracing-log-0.2.0 \ - tracing-subscriber-0.3.19 \ - try-lock-0.2.5 \ - twox-hash-1.6.3 \ - unicase-2.7.0 \ - unicode-bidi-0.3.15 \ - unicode-ident-1.0.12 \ - unicode-normalization-0.1.23 \ - url-2.5.0 \ - utf8parse-0.2.1 \ - valuable-0.1.0 \ - vcpkg-0.2.15 \ - version_check-0.9.4 \ - wait-timeout-0.2.0 \ - walkdir-2.5.0 \ - want-0.3.1 \ - wasi-0.11.0+wasi-snapshot-preview1 \ - wasm-bindgen-0.2.92 \ - wasm-bindgen-backend-0.2.92 \ - wasm-bindgen-futures-0.4.42 \ - wasm-bindgen-macro-0.2.92 \ - wasm-bindgen-macro-support-0.2.92 \ - wasm-bindgen-shared-0.2.92 \ - web-sys-0.3.69 \ - winapi-0.3.9 \ - winapi-i686-pc-windows-gnu-0.4.0 \ - winapi-util-0.1.8 \ - winapi-x86_64-pc-windows-gnu-0.4.0 \ - windows-core-0.52.0 \ - windows-sys-0.48.0 \ - windows-sys-0.52.0 \ - windows-targets-0.48.5 \ - windows-targets-0.52.5 \ - windows_aarch64_gnullvm-0.48.5 \ - windows_aarch64_gnullvm-0.52.5 \ - windows_aarch64_msvc-0.48.5 \ - windows_aarch64_msvc-0.52.5 \ - windows_i686_gnu-0.48.5 \ - windows_i686_gnu-0.52.5 \ - windows_i686_gnullvm-0.52.5 \ - windows_i686_msvc-0.48.5 \ - windows_i686_msvc-0.52.5 \ - windows_x86_64_gnu-0.48.5 \ - windows_x86_64_gnu-0.52.5 \ - windows_x86_64_gnullvm-0.48.5 \ - windows_x86_64_gnullvm-0.52.5 \ - windows_x86_64_msvc-0.48.5 \ - windows_x86_64_msvc-0.52.5 \ - winnow-0.7.1 \ - winreg-0.50.0 - OPENSSLINC= /usr/include OPENSSLLIB= /usr/lib diff --git a/devel/cargo-tarpaulin/Makefile.crates b/devel/cargo-tarpaulin/Makefile.crates new file mode 100644 index 000000000000..220c2da78b5b --- /dev/null +++ b/devel/cargo-tarpaulin/Makefile.crates @@ -0,0 +1,272 @@ +CARGO_CRATES= addr2line-0.24.2 \ + adler2-2.0.0 \ + adler32-1.2.0 \ + aho-corasick-1.1.3 \ + android-tzdata-0.1.1 \ + android_system_properties-0.1.5 \ + 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.98 \ + autocfg-1.4.0 \ + backtrace-0.3.75 \ + base64-0.22.1 \ + bitflags-2.9.1 \ + bumpalo-3.17.0 \ + bytes-1.10.1 \ + camino-1.1.9 \ + cargo-platform-0.2.0 \ + cargo-util-schemas-0.2.0 \ + cargo_metadata-0.20.0 \ + cc-1.2.23 \ + cfg-if-1.0.1 \ + cfg_aliases-0.2.1 \ + chrono-0.4.41 \ + clap-4.5.38 \ + clap_builder-4.5.38 \ + clap_derive-4.5.32 \ + clap_lex-0.7.4 \ + colorchoice-1.0.3 \ + core-foundation-0.9.4 \ + core-foundation-sys-0.8.7 \ + coveralls-api-0.7.0 \ + crc32fast-1.4.2 \ + deflate-1.0.0 \ + displaydoc-0.2.5 \ + env_filter-0.1.3 \ + env_logger-0.11.8 \ + equivalent-1.0.2 \ + erased-serde-0.4.6 \ + errno-0.3.12 \ + fallible-iterator-0.3.0 \ + fastrand-2.3.0 \ + flate2-1.1.1 \ + fnv-1.0.7 \ + foreign-types-0.3.2 \ + foreign-types-shared-0.1.1 \ + form_urlencoded-1.2.1 \ + futures-channel-0.3.31 \ + futures-core-0.3.31 \ + futures-io-0.3.31 \ + futures-sink-0.3.31 \ + futures-task-0.3.31 \ + futures-util-0.3.31 \ + getrandom-0.3.3 \ + gimli-0.31.1 \ + gimli-0.32.0 \ + git2-0.20.2 \ + glob-0.3.2 \ + gzip-header-1.0.0 \ + hashbrown-0.11.2 \ + hashbrown-0.15.3 \ + heck-0.5.0 \ + hermit-abi-0.5.1 \ + hex-0.4.3 \ + http-1.3.1 \ + http-body-1.0.1 \ + http-body-util-0.1.3 \ + httparse-1.10.1 \ + humantime-2.2.0 \ + humantime-serde-1.1.1 \ + hyper-1.6.0 \ + hyper-tls-0.6.0 \ + hyper-util-0.1.12 \ + iana-time-zone-0.1.63 \ + iana-time-zone-haiku-0.1.2 \ + icu_collections-2.0.0 \ + icu_locale_core-2.0.0 \ + icu_normalizer-2.0.0 \ + icu_normalizer_data-2.0.0 \ + icu_properties-2.0.1 \ + icu_properties_data-2.0.1 \ + icu_provider-2.0.0 \ + idna-1.0.3 \ + idna_adapter-1.2.1 \ + indexmap-1.8.2 \ + indexmap-2.9.0 \ + ipnet-2.11.0 \ + is_terminal_polyfill-1.70.1 \ + itoa-1.0.15 \ + jobserver-0.1.33 \ + js-sys-0.3.77 \ + lazy_static-1.5.0 \ + lcov-0.8.1 \ + leb128-0.2.5 \ + libc-0.2.174 \ + libgit2-sys-0.18.1+1.9.0 \ + libssh2-sys-0.3.1 \ + libz-sys-1.1.22 \ + linux-raw-sys-0.4.15 \ + linux-raw-sys-0.9.4 \ + litemap-0.8.0 \ + llvm_profparser-0.8.3 \ + log-0.4.27 \ + matchers-0.1.0 \ + md5-0.7.0 \ + memchr-2.7.4 \ + mime-0.3.17 \ + mime_guess-2.0.5 \ + minimal-lexical-0.2.1 \ + miniz_oxide-0.8.8 \ + mio-1.0.3 \ + native-tls-0.2.14 \ + nix-0.30.1 \ + nom-7.1.3 \ + nu-ansi-term-0.46.0 \ + num-traits-0.2.19 \ + num_cpus-1.17.0 \ + object-0.26.2 \ + object-0.36.7 \ + object-0.37.1 \ + once_cell-1.21.3 \ + openssl-0.10.72 \ + openssl-macros-0.1.1 \ + openssl-probe-0.1.6 \ + openssl-src-300.5.0+3.5.0 \ + openssl-sys-0.9.108 \ + ordered-float-2.10.1 \ + overload-0.1.1 \ + percent-encoding-2.3.1 \ + pin-project-lite-0.2.16 \ + pin-utils-0.1.0 \ + pkg-config-0.3.32 \ + potential_utf-0.1.2 \ + proc-macro2-1.0.95 \ + procfs-0.17.0 \ + procfs-core-0.17.0 \ + quick-error-1.2.3 \ + quick-xml-0.37.5 \ + quote-1.0.40 \ + r-efi-5.2.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 \ + reqwest-0.12.15 \ + rustc-demangle-0.1.25 \ + rustc-hash-1.1.0 \ + rustc_version-0.4.1 \ + rustix-0.38.44 \ + rustix-1.0.7 \ + rustls-pemfile-2.2.0 \ + rustls-pki-types-1.12.0 \ + rustversion-1.0.20 \ + rusty-fork-0.3.0 \ + ruzstd-0.8.1 \ + ryu-1.0.20 \ + same-file-1.0.6 \ + schannel-0.1.27 \ + security-framework-2.11.1 \ + security-framework-sys-2.14.0 \ + semver-1.0.26 \ + serde-1.0.219 \ + serde-untagged-0.1.7 \ + serde-value-0.7.0 \ + serde_derive-1.0.219 \ + serde_json-1.0.140 \ + serde_spanned-0.6.9 \ + serde_urlencoded-0.7.1 \ + sharded-slab-0.1.7 \ + shlex-1.3.0 \ + slab-0.4.9 \ + smallvec-1.15.0 \ + socket2-0.5.9 \ + stable_deref_trait-1.2.0 \ + strsim-0.11.1 \ + syn-2.0.101 \ + sync_wrapper-1.0.2 \ + synstructure-0.13.2 \ + system-configuration-0.6.1 \ + system-configuration-sys-0.6.0 \ + tempfile-3.20.0 \ + test-log-0.2.17 \ + test-log-macros-0.2.17 \ + thiserror-1.0.69 \ + thiserror-2.0.12 \ + thiserror-impl-1.0.69 \ + thiserror-impl-2.0.12 \ + thread_local-1.1.8 \ + tinystr-0.8.1 \ + tokio-1.45.0 \ + tokio-native-tls-0.3.1 \ + toml-0.8.23 \ + toml_datetime-0.6.11 \ + toml_edit-0.22.27 \ + toml_write-0.1.2 \ + tower-0.5.2 \ + tower-layer-0.3.3 \ + tower-service-0.3.3 \ + tracing-0.1.41 \ + tracing-attributes-0.1.28 \ + tracing-core-0.1.33 \ + tracing-log-0.2.0 \ + tracing-subscriber-0.3.19 \ + try-lock-0.2.5 \ + twox-hash-2.1.1 \ + typeid-1.0.3 \ + unicase-2.8.1 \ + unicode-ident-1.0.18 \ + unicode-xid-0.2.6 \ + url-2.5.4 \ + utf8_iter-1.0.4 \ + utf8parse-0.2.2 \ + valuable-0.1.1 \ + vcpkg-0.2.15 \ + wait-timeout-0.2.1 \ + walkdir-2.5.0 \ + want-0.3.1 \ + wasi-0.11.0+wasi-snapshot-preview1 \ + wasi-0.14.2+wasi-0.2.4 \ + wasm-bindgen-0.2.100 \ + wasm-bindgen-backend-0.2.100 \ + wasm-bindgen-futures-0.4.50 \ + wasm-bindgen-macro-0.2.100 \ + wasm-bindgen-macro-support-0.2.100 \ + wasm-bindgen-shared-0.2.100 \ + web-sys-0.3.77 \ + winapi-0.3.9 \ + winapi-i686-pc-windows-gnu-0.4.0 \ + winapi-util-0.1.9 \ + winapi-x86_64-pc-windows-gnu-0.4.0 \ + windows-core-0.61.2 \ + windows-implement-0.60.0 \ + windows-interface-0.59.1 \ + windows-link-0.1.1 \ + windows-registry-0.4.0 \ + windows-result-0.3.4 \ + windows-strings-0.3.1 \ + windows-strings-0.4.2 \ + windows-sys-0.52.0 \ + windows-sys-0.59.0 \ + windows-targets-0.52.6 \ + windows-targets-0.53.0 \ + windows_aarch64_gnullvm-0.52.6 \ + windows_aarch64_gnullvm-0.53.0 \ + windows_aarch64_msvc-0.52.6 \ + windows_aarch64_msvc-0.53.0 \ + windows_i686_gnu-0.52.6 \ + windows_i686_gnu-0.53.0 \ + windows_i686_gnullvm-0.52.6 \ + windows_i686_gnullvm-0.53.0 \ + windows_i686_msvc-0.52.6 \ + windows_i686_msvc-0.53.0 \ + windows_x86_64_gnu-0.52.6 \ + windows_x86_64_gnu-0.53.0 \ + windows_x86_64_gnullvm-0.52.6 \ + windows_x86_64_gnullvm-0.53.0 \ + windows_x86_64_msvc-0.52.6 \ + windows_x86_64_msvc-0.53.0 \ + winnow-0.7.10 \ + wit-bindgen-rt-0.39.0 \ + writeable-0.6.1 \ + yoke-0.8.0 \ + yoke-derive-0.8.0 \ + zerofrom-0.1.6 \ + zerofrom-derive-0.1.6 \ + zeroize-1.8.1 \ + zerotrie-0.2.2 \ + zerovec-0.11.2 \ + zerovec-derive-0.11.1 diff --git a/devel/cargo-tarpaulin/distinfo b/devel/cargo-tarpaulin/distinfo index 5395207841a8..cff61728aad4 100644 --- a/devel/cargo-tarpaulin/distinfo +++ b/devel/cargo-tarpaulin/distinfo @@ -1,8 +1,8 @@ -TIMESTAMP = 1739613979 -SHA256 (rust/crates/addr2line-0.21.0.crate) = 8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb -SIZE (rust/crates/addr2line-0.21.0.crate) = 40807 -SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe -SIZE (rust/crates/adler-1.0.2.crate) = 12778 +TIMESTAMP = 1753610028 +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/adler32-1.2.0.crate) = aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234 SIZE (rust/crates/adler32-1.2.0.crate) = 6411 SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 @@ -11,82 +11,84 @@ SHA256 (rust/crates/android-tzdata-0.1.1.crate) = e999941b234f3131b00bc13c22d06e SIZE (rust/crates/android-tzdata-0.1.1.crate) = 7674 SHA256 (rust/crates/android_system_properties-0.1.5.crate) = 819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311 SIZE (rust/crates/android_system_properties-0.1.5.crate) = 5243 -SHA256 (rust/crates/anstream-0.6.14.crate) = 418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b -SIZE (rust/crates/anstream-0.6.14.crate) = 29160 -SHA256 (rust/crates/anstyle-1.0.7.crate) = 038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b -SIZE (rust/crates/anstyle-1.0.7.crate) = 15709 -SHA256 (rust/crates/anstyle-parse-0.2.4.crate) = c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4 -SIZE (rust/crates/anstyle-parse-0.2.4.crate) = 23069 -SHA256 (rust/crates/anstyle-query-1.0.3.crate) = a64c907d4e79225ac72e2a354c9ce84d50ebb4586dee56c82b3ee73004f537f5 -SIZE (rust/crates/anstyle-query-1.0.3.crate) = 9742 -SHA256 (rust/crates/anstyle-wincon-3.0.3.crate) = 61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19 -SIZE (rust/crates/anstyle-wincon-3.0.3.crate) = 12179 -SHA256 (rust/crates/anyhow-1.0.83.crate) = 25bdb32cbbdce2b519a9cd7df3a678443100e265d5e25ca763b7572a5104f5f3 -SIZE (rust/crates/anyhow-1.0.83.crate) = 45650 -SHA256 (rust/crates/autocfg-1.3.0.crate) = 0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0 -SIZE (rust/crates/autocfg-1.3.0.crate) = 16524 -SHA256 (rust/crates/backtrace-0.3.71.crate) = 26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d -SIZE (rust/crates/backtrace-0.3.71.crate) = 86553 -SHA256 (rust/crates/base64-0.21.7.crate) = 9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567 -SIZE (rust/crates/base64-0.21.7.crate) = 82576 -SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a -SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 -SHA256 (rust/crates/bitflags-2.5.0.crate) = cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1 -SIZE (rust/crates/bitflags-2.5.0.crate) = 43821 -SHA256 (rust/crates/bumpalo-3.16.0.crate) = 79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c -SIZE (rust/crates/bumpalo-3.16.0.crate) = 85677 -SHA256 (rust/crates/bytes-1.6.0.crate) = 514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9 -SIZE (rust/crates/bytes-1.6.0.crate) = 60605 -SHA256 (rust/crates/camino-1.1.6.crate) = c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c -SIZE (rust/crates/camino-1.1.6.crate) = 30519 -SHA256 (rust/crates/cargo-platform-0.1.8.crate) = 24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc -SIZE (rust/crates/cargo-platform-0.1.8.crate) = 11813 -SHA256 (rust/crates/cargo_metadata-0.19.1.crate) = 8769706aad5d996120af43197bf46ef6ad0fda35216b4505f926a365a232d924 -SIZE (rust/crates/cargo_metadata-0.19.1.crate) = 26131 -SHA256 (rust/crates/cc-1.0.97.crate) = 099a5357d84c4c61eb35fc8eafa9a79a902c2f76911e5747ced4e032edd8d9b4 -SIZE (rust/crates/cc-1.0.97.crate) = 76951 -SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd -SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 +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.98.crate) = e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487 +SIZE (rust/crates/anyhow-1.0.98.crate) = 53334 +SHA256 (rust/crates/autocfg-1.4.0.crate) = ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26 +SIZE (rust/crates/autocfg-1.4.0.crate) = 17712 +SHA256 (rust/crates/backtrace-0.3.75.crate) = 6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002 +SIZE (rust/crates/backtrace-0.3.75.crate) = 92665 +SHA256 (rust/crates/base64-0.22.1.crate) = 72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6 +SIZE (rust/crates/base64-0.22.1.crate) = 81597 +SHA256 (rust/crates/bitflags-2.9.1.crate) = 1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967 +SIZE (rust/crates/bitflags-2.9.1.crate) = 47913 +SHA256 (rust/crates/bumpalo-3.17.0.crate) = 1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf +SIZE (rust/crates/bumpalo-3.17.0.crate) = 91975 +SHA256 (rust/crates/bytes-1.10.1.crate) = d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a +SIZE (rust/crates/bytes-1.10.1.crate) = 76779 +SHA256 (rust/crates/camino-1.1.9.crate) = 8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3 +SIZE (rust/crates/camino-1.1.9.crate) = 37552 +SHA256 (rust/crates/cargo-platform-0.2.0.crate) = 84982c6c0ae343635a3a4ee6dedef965513735c8b183caa7289fa6e27399ebd4 +SIZE (rust/crates/cargo-platform-0.2.0.crate) = 13373 +SHA256 (rust/crates/cargo-util-schemas-0.2.0.crate) = e63d2780ac94487eb9f1fea7b0d56300abc9eb488800854ca217f102f5caccca +SIZE (rust/crates/cargo-util-schemas-0.2.0.crate) = 23612 +SHA256 (rust/crates/cargo_metadata-0.20.0.crate) = 4f7835cfc6135093070e95eb2b53e5d9b5c403dc3a6be6040ee026270aa82502 +SIZE (rust/crates/cargo_metadata-0.20.0.crate) = 32312 +SHA256 (rust/crates/cc-1.2.23.crate) = 5f4ac86a9e5bc1e2b3449ab9d7d3a6a405e3d1bb28d7b9be8614f55846ae3766 +SIZE (rust/crates/cc-1.2.23.crate) = 106527 +SHA256 (rust/crates/cfg-if-1.0.1.crate) = 9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268 +SIZE (rust/crates/cfg-if-1.0.1.crate) = 8683 SHA256 (rust/crates/cfg_aliases-0.2.1.crate) = 613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724 SIZE (rust/crates/cfg_aliases-0.2.1.crate) = 6355 -SHA256 (rust/crates/chrono-0.4.39.crate) = 7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825 -SIZE (rust/crates/chrono-0.4.39.crate) = 222248 -SHA256 (rust/crates/clap-4.5.4.crate) = 90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0 -SIZE (rust/crates/clap-4.5.4.crate) = 55401 -SHA256 (rust/crates/clap_builder-4.5.2.crate) = ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4 -SIZE (rust/crates/clap_builder-4.5.2.crate) = 163566 -SHA256 (rust/crates/clap_derive-4.5.4.crate) = 528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64 -SIZE (rust/crates/clap_derive-4.5.4.crate) = 29159 -SHA256 (rust/crates/clap_lex-0.7.0.crate) = 98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce -SIZE (rust/crates/clap_lex-0.7.0.crate) = 11915 -SHA256 (rust/crates/colorchoice-1.0.1.crate) = 0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422 -SIZE (rust/crates/colorchoice-1.0.1.crate) = 7895 +SHA256 (rust/crates/chrono-0.4.41.crate) = c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d +SIZE (rust/crates/chrono-0.4.41.crate) = 234621 +SHA256 (rust/crates/clap-4.5.38.crate) = ed93b9805f8ba930df42c2590f05453d5ec36cbb85d018868a5b24d31f6ac000 +SIZE (rust/crates/clap-4.5.38.crate) = 57140 +SHA256 (rust/crates/clap_builder-4.5.38.crate) = 379026ff283facf611b0ea629334361c4211d1b12ee01024eec1591133b04120 +SIZE (rust/crates/clap_builder-4.5.38.crate) = 169177 +SHA256 (rust/crates/clap_derive-4.5.32.crate) = 09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7 +SIZE (rust/crates/clap_derive-4.5.32.crate) = 33441 +SHA256 (rust/crates/clap_lex-0.7.4.crate) = f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6 +SIZE (rust/crates/clap_lex-0.7.4.crate) = 12858 +SHA256 (rust/crates/colorchoice-1.0.3.crate) = 5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990 +SIZE (rust/crates/colorchoice-1.0.3.crate) = 7923 SHA256 (rust/crates/core-foundation-0.9.4.crate) = 91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f SIZE (rust/crates/core-foundation-0.9.4.crate) = 27743 -SHA256 (rust/crates/core-foundation-sys-0.8.6.crate) = 06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f -SIZE (rust/crates/core-foundation-sys-0.8.6.crate) = 37629 -SHA256 (rust/crates/coveralls-api-0.6.0.crate) = e07c65ecfe8bc0aa668923234a499ee7317082847bd9de36f77cbc4fc5123a66 -SIZE (rust/crates/coveralls-api-0.6.0.crate) = 11376 -SHA256 (rust/crates/crc32fast-1.4.0.crate) = b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa -SIZE (rust/crates/crc32fast-1.4.0.crate) = 38665 +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/coveralls-api-0.7.0.crate) = 2b0d9065c788bbdef212fd6565a46c151504b7b383fdbe4624621640520a49d5 +SIZE (rust/crates/coveralls-api-0.7.0.crate) = 21436 +SHA256 (rust/crates/crc32fast-1.4.2.crate) = a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3 +SIZE (rust/crates/crc32fast-1.4.2.crate) = 38491 SHA256 (rust/crates/deflate-1.0.0.crate) = c86f7e25f518f4b81808a2cf1c50996a61f5c2eb394b2393bd87f2a4780a432f SIZE (rust/crates/deflate-1.0.0.crate) = 62722 -SHA256 (rust/crates/encoding_rs-0.8.34.crate) = b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59 -SIZE (rust/crates/encoding_rs-0.8.34.crate) = 1378166 -SHA256 (rust/crates/env_filter-0.1.0.crate) = a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea -SIZE (rust/crates/env_filter-0.1.0.crate) = 11553 -SHA256 (rust/crates/env_logger-0.11.3.crate) = 38b35839ba51819680ba087cd351788c9a3c476841207e0b8cee0b04722343b9 -SIZE (rust/crates/env_logger-0.11.3.crate) = 29704 -SHA256 (rust/crates/equivalent-1.0.1.crate) = 5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5 -SIZE (rust/crates/equivalent-1.0.1.crate) = 6615 -SHA256 (rust/crates/errno-0.3.8.crate) = a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245 -SIZE (rust/crates/errno-0.3.8.crate) = 10645 +SHA256 (rust/crates/displaydoc-0.2.5.crate) = 97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0 +SIZE (rust/crates/displaydoc-0.2.5.crate) = 24219 +SHA256 (rust/crates/env_filter-0.1.3.crate) = 186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0 +SIZE (rust/crates/env_filter-0.1.3.crate) = 15191 +SHA256 (rust/crates/env_logger-0.11.8.crate) = 13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f +SIZE (rust/crates/env_logger-0.11.8.crate) = 32538 +SHA256 (rust/crates/equivalent-1.0.2.crate) = 877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f +SIZE (rust/crates/equivalent-1.0.2.crate) = 7419 +SHA256 (rust/crates/erased-serde-0.4.6.crate) = e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7 +SIZE (rust/crates/erased-serde-0.4.6.crate) = 28352 +SHA256 (rust/crates/errno-0.3.12.crate) = cea14ef9355e3beab063703aa9dab15afd25f0667c341310c1e5274bb1d0da18 +SIZE (rust/crates/errno-0.3.12.crate) = 12423 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.1.0.crate) = 9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a -SIZE (rust/crates/fastrand-2.1.0.crate) = 14907 -SHA256 (rust/crates/flate2-1.0.30.crate) = 5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae -SIZE (rust/crates/flate2-1.0.30.crate) = 75511 +SHA256 (rust/crates/fastrand-2.3.0.crate) = 37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be +SIZE (rust/crates/fastrand-2.3.0.crate) = 15076 +SHA256 (rust/crates/flate2-1.1.1.crate) = 7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece +SIZE (rust/crates/flate2-1.1.1.crate) = 77224 SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 SIZE (rust/crates/fnv-1.0.7.crate) = 11266 SHA256 (rust/crates/foreign-types-0.3.2.crate) = f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1 @@ -95,268 +97,310 @@ SHA256 (rust/crates/foreign-types-shared-0.1.1.crate) = 00b0228411908ca8685dba7f SIZE (rust/crates/foreign-types-shared-0.1.1.crate) = 5672 SHA256 (rust/crates/form_urlencoded-1.2.1.crate) = e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456 SIZE (rust/crates/form_urlencoded-1.2.1.crate) = 8969 -SHA256 (rust/crates/futures-channel-0.3.30.crate) = eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78 -SIZE (rust/crates/futures-channel-0.3.30.crate) = 31736 -SHA256 (rust/crates/futures-core-0.3.30.crate) = dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d -SIZE (rust/crates/futures-core-0.3.30.crate) = 14071 -SHA256 (rust/crates/futures-io-0.3.30.crate) = a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1 -SIZE (rust/crates/futures-io-0.3.30.crate) = 8910 -SHA256 (rust/crates/futures-sink-0.3.30.crate) = 9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5 -SIZE (rust/crates/futures-sink-0.3.30.crate) = 7852 -SHA256 (rust/crates/futures-task-0.3.30.crate) = 38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004 -SIZE (rust/crates/futures-task-0.3.30.crate) = 11126 -SHA256 (rust/crates/futures-util-0.3.30.crate) = 3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48 -SIZE (rust/crates/futures-util-0.3.30.crate) = 159977 -SHA256 (rust/crates/gimli-0.28.1.crate) = 4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253 -SIZE (rust/crates/gimli-0.28.1.crate) = 270497 +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-io-0.3.31.crate) = 9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6 +SIZE (rust/crates/futures-io-0.3.31.crate) = 9047 +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/getrandom-0.3.3.crate) = 26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4 +SIZE (rust/crates/getrandom-0.3.3.crate) = 49493 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/gimli-0.32.0.crate) = 93563d740bc9ef04104f9ed6f86f1e3275c2cdafb95664e26584b9ca807a8ffe +SIZE (rust/crates/gimli-0.32.0.crate) = 286715 +SHA256 (rust/crates/git2-0.20.2.crate) = 2deb07a133b1520dc1a5690e9bd08950108873d7ed5de38dcc74d3b5ebffa110 +SIZE (rust/crates/git2-0.20.2.crate) = 223479 SHA256 (rust/crates/glob-0.3.2.crate) = a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2 SIZE (rust/crates/glob-0.3.2.crate) = 22359 SHA256 (rust/crates/gzip-header-1.0.0.crate) = 95cc527b92e6029a62960ad99aa8a6660faa4555fe5f731aab13aa6a921795a2 SIZE (rust/crates/gzip-header-1.0.0.crate) = 12445 -SHA256 (rust/crates/h2-0.3.26.crate) = 81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8 -SIZE (rust/crates/h2-0.3.26.crate) = 168315 SHA256 (rust/crates/hashbrown-0.11.2.crate) = ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e SIZE (rust/crates/hashbrown-0.11.2.crate) = 85713 -SHA256 (rust/crates/hashbrown-0.15.2.crate) = bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289 -SIZE (rust/crates/hashbrown-0.15.2.crate) = 138478 +SHA256 (rust/crates/hashbrown-0.15.3.crate) = 84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3 +SIZE (rust/crates/hashbrown-0.15.3.crate) = 140413 SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea SIZE (rust/crates/heck-0.5.0.crate) = 11517 -SHA256 (rust/crates/hermit-abi-0.3.9.crate) = d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024 -SIZE (rust/crates/hermit-abi-0.3.9.crate) = 16165 +SHA256 (rust/crates/hermit-abi-0.5.1.crate) = f154ce46856750ed433c8649605bf7ed2de3bc35fd9d2a9f30cddd873c80cb08 +SIZE (rust/crates/hermit-abi-0.5.1.crate) = 17549 SHA256 (rust/crates/hex-0.4.3.crate) = 7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70 SIZE (rust/crates/hex-0.4.3.crate) = 13299 -SHA256 (rust/crates/http-0.2.12.crate) = 601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1 -SIZE (rust/crates/http-0.2.12.crate) = 101964 -SHA256 (rust/crates/http-body-0.4.6.crate) = 7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2 -SIZE (rust/crates/http-body-0.4.6.crate) = 10773 -SHA256 (rust/crates/httparse-1.8.0.crate) = d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904 -SIZE (rust/crates/httparse-1.8.0.crate) = 29954 -SHA256 (rust/crates/httpdate-1.0.3.crate) = df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9 -SIZE (rust/crates/httpdate-1.0.3.crate) = 10639 -SHA256 (rust/crates/humantime-2.1.0.crate) = 9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4 -SIZE (rust/crates/humantime-2.1.0.crate) = 16749 +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/httparse-1.10.1.crate) = 6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87 +SIZE (rust/crates/httparse-1.10.1.crate) = 45190 +SHA256 (rust/crates/humantime-2.2.0.crate) = 9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f +SIZE (rust/crates/humantime-2.2.0.crate) = 20646 SHA256 (rust/crates/humantime-serde-1.1.1.crate) = 57a3db5ea5923d99402c94e9feb261dc5ee9b4efa158b0315f788cf549cc200c SIZE (rust/crates/humantime-serde-1.1.1.crate) = 7886 -SHA256 (rust/crates/hyper-0.14.28.crate) = bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80 -SIZE (rust/crates/hyper-0.14.28.crate) = 197204 -SHA256 (rust/crates/hyper-tls-0.5.0.crate) = d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905 -SIZE (rust/crates/hyper-tls-0.5.0.crate) = 13257 -SHA256 (rust/crates/iana-time-zone-0.1.60.crate) = e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141 -SIZE (rust/crates/iana-time-zone-0.1.60.crate) = 27074 +SHA256 (rust/crates/hyper-1.6.0.crate) = cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80 +SIZE (rust/crates/hyper-1.6.0.crate) = 153923 +SHA256 (rust/crates/hyper-tls-0.6.0.crate) = 70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0 +SIZE (rust/crates/hyper-tls-0.6.0.crate) = 15052 +SHA256 (rust/crates/hyper-util-0.1.12.crate) = cf9f1e950e0d9d1d3c47184416723cf29c0d1f93bd8cccf37e4beb6b44f31710 +SIZE (rust/crates/hyper-util-0.1.12.crate) = 94918 +SHA256 (rust/crates/iana-time-zone-0.1.63.crate) = b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8 +SIZE (rust/crates/iana-time-zone-0.1.63.crate) = 32919 SHA256 (rust/crates/iana-time-zone-haiku-0.1.2.crate) = f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f SIZE (rust/crates/iana-time-zone-haiku-0.1.2.crate) = 7185 -SHA256 (rust/crates/idna-0.5.0.crate) = 634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6 -SIZE (rust/crates/idna-0.5.0.crate) = 271940 +SHA256 (rust/crates/icu_collections-2.0.0.crate) = 200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47 +SIZE (rust/crates/icu_collections-2.0.0.crate) = 83033 +SHA256 (rust/crates/icu_locale_core-2.0.0.crate) = 0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a +SIZE (rust/crates/icu_locale_core-2.0.0.crate) = 74430 +SHA256 (rust/crates/icu_normalizer-2.0.0.crate) = 436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979 +SIZE (rust/crates/icu_normalizer-2.0.0.crate) = 61543 +SHA256 (rust/crates/icu_normalizer_data-2.0.0.crate) = 00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3 +SIZE (rust/crates/icu_normalizer_data-2.0.0.crate) = 68101 +SHA256 (rust/crates/icu_properties-2.0.1.crate) = 016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b +SIZE (rust/crates/icu_properties-2.0.1.crate) = 58165 +SHA256 (rust/crates/icu_properties_data-2.0.1.crate) = 298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632 +SIZE (rust/crates/icu_properties_data-2.0.1.crate) = 159735 +SHA256 (rust/crates/icu_provider-2.0.0.crate) = 03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af +SIZE (rust/crates/icu_provider-2.0.0.crate) = 50966 +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.1.crate) = 3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344 +SIZE (rust/crates/idna_adapter-1.2.1.crate) = 10389 SHA256 (rust/crates/indexmap-1.8.2.crate) = e6012d540c5baa3589337a98ce73408de9b5a25ec9fc2c6fd6be8f0d39e0ca5a SIZE (rust/crates/indexmap-1.8.2.crate) = 53219 -SHA256 (rust/crates/indexmap-2.7.1.crate) = 8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652 -SIZE (rust/crates/indexmap-2.7.1.crate) = 88644 -SHA256 (rust/crates/ipnet-2.9.0.crate) = 8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3 -SIZE (rust/crates/ipnet-2.9.0.crate) = 27627 -SHA256 (rust/crates/is_terminal_polyfill-1.70.0.crate) = f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800 -SIZE (rust/crates/is_terminal_polyfill-1.70.0.crate) = 7451 -SHA256 (rust/crates/itoa-1.0.11.crate) = 49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b -SIZE (rust/crates/itoa-1.0.11.crate) = 10563 -SHA256 (rust/crates/jobserver-0.1.31.crate) = d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e -SIZE (rust/crates/jobserver-0.1.31.crate) = 27306 -SHA256 (rust/crates/js-sys-0.3.69.crate) = 29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d -SIZE (rust/crates/js-sys-0.3.69.crate) = 81083 +SHA256 (rust/crates/indexmap-2.9.0.crate) = cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e +SIZE (rust/crates/indexmap-2.9.0.crate) = 91214 +SHA256 (rust/crates/ipnet-2.11.0.crate) = 469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130 +SIZE (rust/crates/ipnet-2.11.0.crate) = 29718 +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/itoa-1.0.15.crate) = 4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c +SIZE (rust/crates/itoa-1.0.15.crate) = 11231 +SHA256 (rust/crates/jobserver-0.1.33.crate) = 38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a +SIZE (rust/crates/jobserver-0.1.33.crate) = 29136 +SHA256 (rust/crates/js-sys-0.3.77.crate) = 1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f +SIZE (rust/crates/js-sys-0.3.77.crate) = 55538 SHA256 (rust/crates/lazy_static-1.5.0.crate) = bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe SIZE (rust/crates/lazy_static-1.5.0.crate) = 14025 SHA256 (rust/crates/lcov-0.8.1.crate) = 1ccfa6d5e585a884db65b37f38184e4364eaf74d884ac35d0a90fe9baf80b723 SIZE (rust/crates/lcov-0.8.1.crate) = 19922 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/libssh2-sys-0.3.0.crate) = 2dc8a030b787e2119a731f1951d6a773e2280c660f8ec4b0f5e1505a386e71ee -SIZE (rust/crates/libssh2-sys-0.3.0.crate) = 514550 -SHA256 (rust/crates/libz-sys-1.1.16.crate) = 5e143b5e666b2695d28f6bca6497720813f699c9602dd7f5cac91008b8ada7f9 -SIZE (rust/crates/libz-sys-1.1.16.crate) = 3958920 -SHA256 (rust/crates/linux-raw-sys-0.4.13.crate) = 01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c -SIZE (rust/crates/linux-raw-sys-0.4.13.crate) = 1493855 -SHA256 (rust/crates/llvm_profparser-0.7.1.crate) = b0a154508b6dd69753d85b1b506fa80b9358bb3864a65f90b7516613f803f209 -SIZE (rust/crates/llvm_profparser-0.7.1.crate) = 44834 -SHA256 (rust/crates/log-0.4.21.crate) = 90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c -SIZE (rust/crates/log-0.4.21.crate) = 43442 +SHA256 (rust/crates/libc-0.2.174.crate) = 1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776 +SIZE (rust/crates/libc-0.2.174.crate) = 779933 +SHA256 (rust/crates/libgit2-sys-0.18.1+1.9.0.crate) = e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e +SIZE (rust/crates/libgit2-sys-0.18.1+1.9.0.crate) = 1855262 +SHA256 (rust/crates/libssh2-sys-0.3.1.crate) = 220e4f05ad4a218192533b300327f5150e809b54c4ec83b5a1d91833601811b9 +SIZE (rust/crates/libssh2-sys-0.3.1.crate) = 582851 +SHA256 (rust/crates/libz-sys-1.1.22.crate) = 8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d +SIZE (rust/crates/libz-sys-1.1.22.crate) = 841053 +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.4.crate) = cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12 +SIZE (rust/crates/linux-raw-sys-0.9.4.crate) = 2311088 +SHA256 (rust/crates/litemap-0.8.0.crate) = 241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956 +SIZE (rust/crates/litemap-0.8.0.crate) = 34344 +SHA256 (rust/crates/llvm_profparser-0.8.3.crate) = 709c1026b4902051c7cff758799defada26e18e41eb390648177e2e142c59fd9 +SIZE (rust/crates/llvm_profparser-0.8.3.crate) = 45270 +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/md5-0.7.0.crate) = 490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771 SIZE (rust/crates/md5-0.7.0.crate) = 6671 -SHA256 (rust/crates/memchr-2.7.2.crate) = 6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d -SIZE (rust/crates/memchr-2.7.2.crate) = 96220 +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.4.crate) = 4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef -SIZE (rust/crates/mime_guess-2.0.4.crate) = 26399 +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.7.2.crate) = 9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7 -SIZE (rust/crates/miniz_oxide-0.7.2.crate) = 55731 -SHA256 (rust/crates/mio-0.8.11.crate) = a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c -SIZE (rust/crates/mio-0.8.11.crate) = 102983 -SHA256 (rust/crates/native-tls-0.2.11.crate) = 07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e -SIZE (rust/crates/native-tls-0.2.11.crate) = 29008 -SHA256 (rust/crates/nix-0.29.0.crate) = 71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46 -SIZE (rust/crates/nix-0.29.0.crate) = 318248 +SHA256 (rust/crates/miniz_oxide-0.8.8.crate) = 3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a +SIZE (rust/crates/miniz_oxide-0.8.8.crate) = 67065 +SHA256 (rust/crates/mio-1.0.3.crate) = 2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd +SIZE (rust/crates/mio-1.0.3.crate) = 103703 +SHA256 (rust/crates/native-tls-0.2.14.crate) = 87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e +SIZE (rust/crates/native-tls-0.2.14.crate) = 29385 +SHA256 (rust/crates/nix-0.30.1.crate) = 74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6 +SIZE (rust/crates/nix-0.30.1.crate) = 342015 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-traits-0.2.19.crate) = 071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841 SIZE (rust/crates/num-traits-0.2.19.crate) = 51631 -SHA256 (rust/crates/num_cpus-1.16.0.crate) = 4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43 -SIZE (rust/crates/num_cpus-1.16.0.crate) = 15713 +SHA256 (rust/crates/num_cpus-1.17.0.crate) = 91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b +SIZE (rust/crates/num_cpus-1.17.0.crate) = 15874 SHA256 (rust/crates/object-0.26.2.crate) = 39f37e50073ccad23b6d09bcb5b263f4e76d3bb6038e4a3c08e52162ffa8abc2 SIZE (rust/crates/object-0.26.2.crate) = 238067 -SHA256 (rust/crates/object-0.32.2.crate) = a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441 -SIZE (rust/crates/object-0.32.2.crate) = 286994 SHA256 (rust/crates/object-0.36.7.crate) = 62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87 SIZE (rust/crates/object-0.36.7.crate) = 329938 -SHA256 (rust/crates/once_cell-1.19.0.crate) = 3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92 -SIZE (rust/crates/once_cell-1.19.0.crate) = 33046 -SHA256 (rust/crates/openssl-0.10.70.crate) = 61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6 -SIZE (rust/crates/openssl-0.10.70.crate) = 277545 +SHA256 (rust/crates/object-0.37.1.crate) = 03fd943161069e1768b4b3d050890ba48730e590f57e56d4aa04e7e090e61b4a +SIZE (rust/crates/object-0.37.1.crate) = 338929 +SHA256 (rust/crates/once_cell-1.21.3.crate) = 42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d +SIZE (rust/crates/once_cell-1.21.3.crate) = 34534 +SHA256 (rust/crates/openssl-0.10.72.crate) = fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da +SIZE (rust/crates/openssl-0.10.72.crate) = 283852 SHA256 (rust/crates/openssl-macros-0.1.1.crate) = a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c SIZE (rust/crates/openssl-macros-0.1.1.crate) = 5601 -SHA256 (rust/crates/openssl-probe-0.1.5.crate) = ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf -SIZE (rust/crates/openssl-probe-0.1.5.crate) = 7227 -SHA256 (rust/crates/openssl-src-300.2.3+3.2.1.crate) = 5cff92b6f71555b61bb9315f7c64da3ca43d87531622120fea0195fc761b4843 -SIZE (rust/crates/openssl-src-300.2.3+3.2.1.crate) = 9584245 -SHA256 (rust/crates/openssl-sys-0.9.105.crate) = 8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc -SIZE (rust/crates/openssl-sys-0.9.105.crate) = 72287 +SHA256 (rust/crates/openssl-probe-0.1.6.crate) = d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e +SIZE (rust/crates/openssl-probe-0.1.6.crate) = 8128 +SHA256 (rust/crates/openssl-src-300.5.0+3.5.0.crate) = e8ce546f549326b0e6052b649198487d91320875da901e7bd11a06d1ee3f9c2f +SIZE (rust/crates/openssl-src-300.5.0+3.5.0.crate) = 10488436 +SHA256 (rust/crates/openssl-sys-0.9.108.crate) = e145e1651e858e820e4860f7b9c5e169bc1d8ce1c86043be79fa7b7634821847 +SIZE (rust/crates/openssl-sys-0.9.108.crate) = 78190 +SHA256 (rust/crates/ordered-float-2.10.1.crate) = 68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c +SIZE (rust/crates/ordered-float-2.10.1.crate) = 16029 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-lite-0.2.14.crate) = bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02 -SIZE (rust/crates/pin-project-lite-0.2.14.crate) = 28817 +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.30.crate) = d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec -SIZE (rust/crates/pkg-config-0.3.30.crate) = 20613 -SHA256 (rust/crates/proc-macro2-1.0.93.crate) = 60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99 -SIZE (rust/crates/proc-macro2-1.0.93.crate) = 52388 +SHA256 (rust/crates/pkg-config-0.3.32.crate) = 7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c +SIZE (rust/crates/pkg-config-0.3.32.crate) = 21370 +SHA256 (rust/crates/potential_utf-0.1.2.crate) = e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585 +SIZE (rust/crates/potential_utf-0.1.2.crate) = 9613 +SHA256 (rust/crates/proc-macro2-1.0.95.crate) = 02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778 +SIZE (rust/crates/proc-macro2-1.0.95.crate) = 51820 SHA256 (rust/crates/procfs-0.17.0.crate) = cc5b72d8145275d844d4b5f6d4e1eef00c8cd889edb6035c21675d1bb1f45c9f SIZE (rust/crates/procfs-0.17.0.crate) = 73252 SHA256 (rust/crates/procfs-core-0.17.0.crate) = 239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec SIZE (rust/crates/procfs-core-0.17.0.crate) = 87533 SHA256 (rust/crates/quick-error-1.2.3.crate) = a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0 SIZE (rust/crates/quick-error-1.2.3.crate) = 15066 -SHA256 (rust/crates/quick-xml-0.37.2.crate) = 165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003 -SIZE (rust/crates/quick-xml-0.37.2.crate) = 188017 -SHA256 (rust/crates/quote-1.0.38.crate) = 0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc -SIZE (rust/crates/quote-1.0.38.crate) = 31252 +SHA256 (rust/crates/quick-xml-0.37.5.crate) = 331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb +SIZE (rust/crates/quick-xml-0.37.5.crate) = 190481 +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/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.8.crate) = 368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3 -SIZE (rust/crates/regex-automata-0.4.8.crate) = 617784 +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/reqwest-0.11.27.crate) = dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62 -SIZE (rust/crates/reqwest-0.11.27.crate) = 163155 -SHA256 (rust/crates/rustc-demangle-0.1.24.crate) = 719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f -SIZE (rust/crates/rustc-demangle-0.1.24.crate) = 29047 +SHA256 (rust/crates/reqwest-0.12.15.crate) = d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb +SIZE (rust/crates/reqwest-0.12.15.crate) = 199320 +SHA256 (rust/crates/rustc-demangle-0.1.25.crate) = 989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f +SIZE (rust/crates/rustc-demangle-0.1.25.crate) = 29590 SHA256 (rust/crates/rustc-hash-1.1.0.crate) = 08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2 SIZE (rust/crates/rustc-hash-1.1.0.crate) = 9331 SHA256 (rust/crates/rustc_version-0.4.1.crate) = cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92 SIZE (rust/crates/rustc_version-0.4.1.crate) = 12245 -SHA256 (rust/crates/rustix-0.38.34.crate) = 70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f -SIZE (rust/crates/rustix-0.38.34.crate) = 365160 -SHA256 (rust/crates/rustls-pemfile-1.0.4.crate) = 1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c -SIZE (rust/crates/rustls-pemfile-1.0.4.crate) = 22092 +SHA256 (rust/crates/rustix-0.38.44.crate) = fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154 +SIZE (rust/crates/rustix-0.38.44.crate) = 379347 +SHA256 (rust/crates/rustix-1.0.7.crate) = c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266 +SIZE (rust/crates/rustix-1.0.7.crate) = 414500 +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.12.0.crate) = 229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79 +SIZE (rust/crates/rustls-pki-types-1.12.0.crate) = 64740 +SHA256 (rust/crates/rustversion-1.0.20.crate) = eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2 +SIZE (rust/crates/rustversion-1.0.20.crate) = 20666 SHA256 (rust/crates/rusty-fork-0.3.0.crate) = cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f SIZE (rust/crates/rusty-fork-0.3.0.crate) = 19881 -SHA256 (rust/crates/ruzstd-0.7.3.crate) = fad02996bfc73da3e301efe90b1837be9ed8f4a462b6ed410aa35d00381de89f -SIZE (rust/crates/ruzstd-0.7.3.crate) = 67611 -SHA256 (rust/crates/ryu-1.0.18.crate) = f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f -SIZE (rust/crates/ryu-1.0.18.crate) = 47713 +SHA256 (rust/crates/ruzstd-0.8.1.crate) = 3640bec8aad418d7d03c72ea2de10d5c646a598f9883c7babc160d91e3c1b26c +SIZE (rust/crates/ruzstd-0.8.1.crate) = 97738 +SHA256 (rust/crates/ryu-1.0.20.crate) = 28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f +SIZE (rust/crates/ryu-1.0.20.crate) = 48738 SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 SIZE (rust/crates/same-file-1.0.6.crate) = 10183 -SHA256 (rust/crates/schannel-0.1.23.crate) = fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534 -SIZE (rust/crates/schannel-0.1.23.crate) = 41667 -SHA256 (rust/crates/security-framework-2.11.0.crate) = c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0 -SIZE (rust/crates/security-framework-2.11.0.crate) = 80191 -SHA256 (rust/crates/security-framework-sys-2.11.0.crate) = 317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7 -SIZE (rust/crates/security-framework-sys-2.11.0.crate) = 18718 -SHA256 (rust/crates/semver-1.0.23.crate) = 61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b -SIZE (rust/crates/semver-1.0.23.crate) = 30622 -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.138.crate) = d434192e7da787e94a6ea7e9670b26a036d0ca41e0b7efb2676dd32bae872949 -SIZE (rust/crates/serde_json-1.0.138.crate) = 154769 -SHA256 (rust/crates/serde_spanned-0.6.8.crate) = 87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1 -SIZE (rust/crates/serde_spanned-0.6.8.crate) = 9330 +SHA256 (rust/crates/schannel-0.1.27.crate) = 1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d +SIZE (rust/crates/schannel-0.1.27.crate) = 42772 +SHA256 (rust/crates/security-framework-2.11.1.crate) = 897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02 +SIZE (rust/crates/security-framework-2.11.1.crate) = 80188 +SHA256 (rust/crates/security-framework-sys-2.14.0.crate) = 49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32 +SIZE (rust/crates/security-framework-sys-2.14.0.crate) = 20537 +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-untagged-0.1.7.crate) = 299d9c19d7d466db4ab10addd5703e4c615dec2a5a16dbbafe191045e87ee66e +SIZE (rust/crates/serde-untagged-0.1.7.crate) = 17371 +SHA256 (rust/crates/serde-value-0.7.0.crate) = f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c +SIZE (rust/crates/serde-value-0.7.0.crate) = 10249 +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/serde_spanned-0.6.9.crate) = bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3 +SIZE (rust/crates/serde_spanned-0.6.9.crate) = 10210 SHA256 (rust/crates/serde_urlencoded-0.7.1.crate) = d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd SIZE (rust/crates/serde_urlencoded-0.7.1.crate) = 12822 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.13.2.crate) = 3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67 -SIZE (rust/crates/smallvec-1.13.2.crate) = 35216 -SHA256 (rust/crates/socket2-0.5.7.crate) = ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c -SIZE (rust/crates/socket2-0.5.7.crate) = 55758 +SHA256 (rust/crates/smallvec-1.15.0.crate) = 8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9 +SIZE (rust/crates/smallvec-1.15.0.crate) = 38113 +SHA256 (rust/crates/socket2-0.5.9.crate) = 4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef +SIZE (rust/crates/socket2-0.5.9.crate) = 57432 SHA256 (rust/crates/stable_deref_trait-1.2.0.crate) = a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3 SIZE (rust/crates/stable_deref_trait-1.2.0.crate) = 8054 -SHA256 (rust/crates/static_assertions-1.1.0.crate) = a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f -SIZE (rust/crates/static_assertions-1.1.0.crate) = 18480 SHA256 (rust/crates/strsim-0.11.1.crate) = 7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f SIZE (rust/crates/strsim-0.11.1.crate) = 14266 -SHA256 (rust/crates/syn-2.0.90.crate) = 919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31 -SIZE (rust/crates/syn-2.0.90.crate) = 290584 -SHA256 (rust/crates/sync_wrapper-0.1.2.crate) = 2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160 -SIZE (rust/crates/sync_wrapper-0.1.2.crate) = 6933 -SHA256 (rust/crates/system-configuration-0.5.1.crate) = ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7 -SIZE (rust/crates/system-configuration-0.5.1.crate) = 12618 -SHA256 (rust/crates/system-configuration-sys-0.5.0.crate) = a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9 -SIZE (rust/crates/system-configuration-sys-0.5.0.crate) = 6730 -SHA256 (rust/crates/tempfile-3.10.1.crate) = 85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1 -SIZE (rust/crates/tempfile-3.10.1.crate) = 33653 +SHA256 (rust/crates/syn-2.0.101.crate) = 8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf +SIZE (rust/crates/syn-2.0.101.crate) = 299250 +SHA256 (rust/crates/sync_wrapper-1.0.2.crate) = 0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263 +SIZE (rust/crates/sync_wrapper-1.0.2.crate) = 6958 +SHA256 (rust/crates/synstructure-0.13.2.crate) = 728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2 +SIZE (rust/crates/synstructure-0.13.2.crate) = 18950 +SHA256 (rust/crates/system-configuration-0.6.1.crate) = 3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b +SIZE (rust/crates/system-configuration-0.6.1.crate) = 17935 +SHA256 (rust/crates/system-configuration-sys-0.6.0.crate) = 8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4 +SIZE (rust/crates/system-configuration-sys-0.6.0.crate) = 11090 +SHA256 (rust/crates/tempfile-3.20.0.crate) = e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1 +SIZE (rust/crates/tempfile-3.20.0.crate) = 42306 SHA256 (rust/crates/test-log-0.2.17.crate) = e7f46083d221181166e5b6f6b1e5f1d499f3a76888826e6cb1d057554157cd0f SIZE (rust/crates/test-log-0.2.17.crate) = 14421 -SHA256 (rust/crates/test-log-macros-0.2.16.crate) = 5999e24eaa32083191ba4e425deb75cdf25efefabe5aaccb7446dd0d4122a3f5 -SIZE (rust/crates/test-log-macros-0.2.16.crate) = 7603 -SHA256 (rust/crates/thiserror-1.0.60.crate) = 579e9083ca58dd9dcf91a9923bb9054071b9ebbd800b342194c9feb0ee89fc18 -SIZE (rust/crates/thiserror-1.0.60.crate) = 21247 -SHA256 (rust/crates/thiserror-2.0.4.crate) = 2f49a1853cf82743e3b7950f77e0f4d622ca36cf4317cba00c767838bac8d490 -SIZE (rust/crates/thiserror-2.0.4.crate) = 28392 -SHA256 (rust/crates/thiserror-impl-1.0.60.crate) = e2470041c06ec3ac1ab38d0356a6119054dedaea53e12fbefc0de730a1c08524 -SIZE (rust/crates/thiserror-impl-1.0.60.crate) = 15787 -SHA256 (rust/crates/thiserror-impl-2.0.4.crate) = 8381894bb3efe0c4acac3ded651301ceee58a15d47c2e34885ed1908ad667061 -SIZE (rust/crates/thiserror-impl-2.0.4.crate) = 20720 +SHA256 (rust/crates/test-log-macros-0.2.17.crate) = 888d0c3c6db53c0fdab160d2ed5e12ba745383d3e85813f2ea0f2b1475ab553f +SIZE (rust/crates/test-log-macros-0.2.17.crate) = 8127 +SHA256 (rust/crates/thiserror-1.0.69.crate) = b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52 +SIZE (rust/crates/thiserror-1.0.69.crate) = 22198 +SHA256 (rust/crates/thiserror-2.0.12.crate) = 567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708 +SIZE (rust/crates/thiserror-2.0.12.crate) = 28693 +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.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/tinyvec-1.6.0.crate) = 87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50 -SIZE (rust/crates/tinyvec-1.6.0.crate) = 45991 -SHA256 (rust/crates/tinyvec_macros-0.1.1.crate) = 1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20 -SIZE (rust/crates/tinyvec_macros-0.1.1.crate) = 5865 -SHA256 (rust/crates/tokio-1.37.0.crate) = 1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787 -SIZE (rust/crates/tokio-1.37.0.crate) = 764297 +SHA256 (rust/crates/tinystr-0.8.1.crate) = 5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b +SIZE (rust/crates/tinystr-0.8.1.crate) = 23333 +SHA256 (rust/crates/tokio-1.45.0.crate) = 2513ca694ef9ede0fb23fe71a4ee4107cb102b9dc1930f6d0fd77aae068ae165 +SIZE (rust/crates/tokio-1.45.0.crate) = 800721 SHA256 (rust/crates/tokio-native-tls-0.3.1.crate) = bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2 SIZE (rust/crates/tokio-native-tls-0.3.1.crate) = 20676 -SHA256 (rust/crates/tokio-util-0.7.11.crate) = 9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1 -SIZE (rust/crates/tokio-util-0.7.11.crate) = 113421 -SHA256 (rust/crates/toml-0.8.20.crate) = cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148 -SIZE (rust/crates/toml-0.8.20.crate) = 51095 -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.23.crate) = 02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee -SIZE (rust/crates/toml_edit-0.22.23.crate) = 106376 -SHA256 (rust/crates/tower-service-0.3.2.crate) = b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52 -SIZE (rust/crates/tower-service-0.3.2.crate) = 6847 +SHA256 (rust/crates/toml-0.8.23.crate) = dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362 +SIZE (rust/crates/toml-0.8.23.crate) = 36050 +SHA256 (rust/crates/toml_datetime-0.6.11.crate) = 22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c +SIZE (rust/crates/toml_datetime-0.6.11.crate) = 16125 +SHA256 (rust/crates/toml_edit-0.22.27.crate) = 41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a +SIZE (rust/crates/toml_edit-0.22.27.crate) = 78602 +SHA256 (rust/crates/toml_write-0.1.2.crate) = 5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801 +SIZE (rust/crates/toml_write-0.1.2.crate) = 15660 +SHA256 (rust/crates/tower-0.5.2.crate) = d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9 +SIZE (rust/crates/tower-0.5.2.crate) = 109417 +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-attributes-0.1.28.crate) = 395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d @@ -369,99 +413,135 @@ SHA256 (rust/crates/tracing-subscriber-0.3.19.crate) = e8189decb5ac0fa7bc8b96b7c SIZE (rust/crates/tracing-subscriber-0.3.19.crate) = 198345 SHA256 (rust/crates/try-lock-0.2.5.crate) = e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b SIZE (rust/crates/try-lock-0.2.5.crate) = 4314 -SHA256 (rust/crates/twox-hash-1.6.3.crate) = 97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675 -SIZE (rust/crates/twox-hash-1.6.3.crate) = 21842 -SHA256 (rust/crates/unicase-2.7.0.crate) = f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89 -SIZE (rust/crates/unicase-2.7.0.crate) = 23783 -SHA256 (rust/crates/unicode-bidi-0.3.15.crate) = 08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75 -SIZE (rust/crates/unicode-bidi-0.3.15.crate) = 56811 -SHA256 (rust/crates/unicode-ident-1.0.12.crate) = 3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b -SIZE (rust/crates/unicode-ident-1.0.12.crate) = 42168 -SHA256 (rust/crates/unicode-normalization-0.1.23.crate) = a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5 -SIZE (rust/crates/unicode-normalization-0.1.23.crate) = 122649 -SHA256 (rust/crates/url-2.5.0.crate) = 31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633 -SIZE (rust/crates/url-2.5.0.crate) = 78605 -SHA256 (rust/crates/utf8parse-0.2.1.crate) = 711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a -SIZE (rust/crates/utf8parse-0.2.1.crate) = 13435 -SHA256 (rust/crates/valuable-0.1.0.crate) = 830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d -SIZE (rust/crates/valuable-0.1.0.crate) = 27718 +SHA256 (rust/crates/twox-hash-2.1.1.crate) = 8b907da542cbced5261bd3256de1b3a1bf340a3d37f93425a07362a1d687de56 +SIZE (rust/crates/twox-hash-2.1.1.crate) = 35627 +SHA256 (rust/crates/typeid-1.0.3.crate) = bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c +SIZE (rust/crates/typeid-1.0.3.crate) = 9006 +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/unicode-xid-0.2.6.crate) = ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853 +SIZE (rust/crates/unicode-xid-0.2.6.crate) = 15744 +SHA256 (rust/crates/url-2.5.4.crate) = 32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60 +SIZE (rust/crates/url-2.5.4.crate) = 81097 +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/valuable-0.1.1.crate) = ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65 +SIZE (rust/crates/valuable-0.1.1.crate) = 28679 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.4.crate) = 49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f -SIZE (rust/crates/version_check-0.9.4.crate) = 14895 -SHA256 (rust/crates/wait-timeout-0.2.0.crate) = 9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6 -SIZE (rust/crates/wait-timeout-0.2.0.crate) = 12441 +SHA256 (rust/crates/wait-timeout-0.2.1.crate) = 09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11 +SIZE (rust/crates/wait-timeout-0.2.1.crate) = 11435 SHA256 (rust/crates/walkdir-2.5.0.crate) = 29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b SIZE (rust/crates/walkdir-2.5.0.crate) = 23951 SHA256 (rust/crates/want-0.3.1.crate) = bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e SIZE (rust/crates/want-0.3.1.crate) = 6398 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.92.crate) = 4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8 -SIZE (rust/crates/wasm-bindgen-0.2.92.crate) = 184119 -SHA256 (rust/crates/wasm-bindgen-backend-0.2.92.crate) = 614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da -SIZE (rust/crates/wasm-bindgen-backend-0.2.92.crate) = 28348 -SHA256 (rust/crates/wasm-bindgen-futures-0.4.42.crate) = 76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0 -SIZE (rust/crates/wasm-bindgen-futures-0.4.42.crate) = 15380 -SHA256 (rust/crates/wasm-bindgen-macro-0.2.92.crate) = a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726 -SIZE (rust/crates/wasm-bindgen-macro-0.2.92.crate) = 13835 -SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.92.crate) = e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7 -SIZE (rust/crates/wasm-bindgen-macro-support-0.2.92.crate) = 20092 -SHA256 (rust/crates/wasm-bindgen-shared-0.2.92.crate) = af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96 -SIZE (rust/crates/wasm-bindgen-shared-0.2.92.crate) = 7263 -SHA256 (rust/crates/web-sys-0.3.69.crate) = 77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef -SIZE (rust/crates/web-sys-0.3.69.crate) = 728877 +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-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-futures-0.4.50.crate) = 555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61 +SIZE (rust/crates/wasm-bindgen-futures-0.4.50.crate) = 16181 +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/web-sys-0.3.77.crate) = 33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2 +SIZE (rust/crates/web-sys-0.3.77.crate) = 638246 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-util-0.1.8.crate) = 4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b -SIZE (rust/crates/winapi-util-0.1.8.crate) = 12416 +SHA256 (rust/crates/winapi-util-0.1.9.crate) = cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb +SIZE (rust/crates/winapi-util-0.1.9.crate) = 12464 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-core-0.52.0.crate) = 33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9 -SIZE (rust/crates/windows-core-0.52.0.crate) = 42154 -SHA256 (rust/crates/windows-sys-0.48.0.crate) = 677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9 -SIZE (rust/crates/windows-sys-0.48.0.crate) = 2628884 +SHA256 (rust/crates/windows-core-0.61.2.crate) = c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3 +SIZE (rust/crates/windows-core-0.61.2.crate) = 36771 +SHA256 (rust/crates/windows-implement-0.60.0.crate) = a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836 +SIZE (rust/crates/windows-implement-0.60.0.crate) = 15073 +SHA256 (rust/crates/windows-interface-0.59.1.crate) = bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8 +SIZE (rust/crates/windows-interface-0.59.1.crate) = 11735 +SHA256 (rust/crates/windows-link-0.1.1.crate) = 76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38 +SIZE (rust/crates/windows-link-0.1.1.crate) = 6154 +SHA256 (rust/crates/windows-registry-0.4.0.crate) = 4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3 +SIZE (rust/crates/windows-registry-0.4.0.crate) = 12572 +SHA256 (rust/crates/windows-result-0.3.4.crate) = 56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6 +SIZE (rust/crates/windows-result-0.3.4.crate) = 13418 +SHA256 (rust/crates/windows-strings-0.3.1.crate) = 87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319 +SIZE (rust/crates/windows-strings-0.3.1.crate) = 13922 +SHA256 (rust/crates/windows-strings-0.4.2.crate) = 56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57 +SIZE (rust/crates/windows-strings-0.4.2.crate) = 13983 SHA256 (rust/crates/windows-sys-0.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d SIZE (rust/crates/windows-sys-0.52.0.crate) = 2576877 -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.5.crate) = 6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb -SIZE (rust/crates/windows-targets-0.52.5.crate) = 6376 -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.5.crate) = 7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263 -SIZE (rust/crates/windows_aarch64_gnullvm-0.52.5.crate) = 433266 -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.5.crate) = 9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6 -SIZE (rust/crates/windows_aarch64_msvc-0.52.5.crate) = 827944 -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.5.crate) = 88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670 -SIZE (rust/crates/windows_i686_gnu-0.52.5.crate) = 875699 -SHA256 (rust/crates/windows_i686_gnullvm-0.52.5.crate) = 87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9 -SIZE (rust/crates/windows_i686_gnullvm-0.52.5.crate) = 473064 -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.5.crate) = db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf -SIZE (rust/crates/windows_i686_msvc-0.52.5.crate) = 895404 -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.5.crate) = 4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9 -SIZE (rust/crates/windows_x86_64_gnu-0.52.5.crate) = 831539 -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.5.crate) = 852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596 -SIZE (rust/crates/windows_x86_64_gnullvm-0.52.5.crate) = 433246 -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.5.crate) = bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0 -SIZE (rust/crates/windows_x86_64_msvc-0.52.5.crate) = 827905 -SHA256 (rust/crates/winnow-0.7.1.crate) = 86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f -SIZE (rust/crates/winnow-0.7.1.crate) = 170986 -SHA256 (rust/crates/winreg-0.50.0.crate) = 524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1 -SIZE (rust/crates/winreg-0.50.0.crate) = 29703 -SHA256 (xd009642-tarpaulin-0.32.0_GH0.tar.gz) = f394f7080a45fbbecabe5f1878c3598651cb5c755ed42a3134c3143143afb3ce -SIZE (xd009642-tarpaulin-0.32.0_GH0.tar.gz) = 223463 +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-targets-0.53.0.crate) = b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b +SIZE (rust/crates/windows-targets-0.53.0.crate) = 7020 +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_gnullvm-0.53.0.crate) = 86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764 +SIZE (rust/crates/windows_aarch64_gnullvm-0.53.0.crate) = 782443 +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_aarch64_msvc-0.53.0.crate) = c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c +SIZE (rust/crates/windows_aarch64_msvc-0.53.0.crate) = 834446 +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_gnu-0.53.0.crate) = c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3 +SIZE (rust/crates/windows_i686_gnu-0.53.0.crate) = 936973 +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_gnullvm-0.53.0.crate) = 9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11 +SIZE (rust/crates/windows_i686_gnullvm-0.53.0.crate) = 854056 +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_i686_msvc-0.53.0.crate) = 581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d +SIZE (rust/crates/windows_i686_msvc-0.53.0.crate) = 903450 +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_gnu-0.53.0.crate) = 2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba +SIZE (rust/crates/windows_x86_64_gnu-0.53.0.crate) = 902585 +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_gnullvm-0.53.0.crate) = 0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57 +SIZE (rust/crates/windows_x86_64_gnullvm-0.53.0.crate) = 782434 +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/windows_x86_64_msvc-0.53.0.crate) = 271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486 +SIZE (rust/crates/windows_x86_64_msvc-0.53.0.crate) = 834400 +SHA256 (rust/crates/winnow-0.7.10.crate) = c06928c8748d81b05c9be96aad92e1b6ff01833332f281e8cfca3be4b35fc9ec +SIZE (rust/crates/winnow-0.7.10.crate) = 176073 +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/writeable-0.6.1.crate) = ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb +SIZE (rust/crates/writeable-0.6.1.crate) = 24068 +SHA256 (rust/crates/yoke-0.8.0.crate) = 5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc +SIZE (rust/crates/yoke-0.8.0.crate) = 28726 +SHA256 (rust/crates/yoke-derive-0.8.0.crate) = 38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6 +SIZE (rust/crates/yoke-derive-0.8.0.crate) = 7521 +SHA256 (rust/crates/zerofrom-0.1.6.crate) = 50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5 +SIZE (rust/crates/zerofrom-0.1.6.crate) = 5669 +SHA256 (rust/crates/zerofrom-derive-0.1.6.crate) = d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502 +SIZE (rust/crates/zerofrom-derive-0.1.6.crate) = 8305 +SHA256 (rust/crates/zeroize-1.8.1.crate) = ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde +SIZE (rust/crates/zeroize-1.8.1.crate) = 20029 +SHA256 (rust/crates/zerotrie-0.2.2.crate) = 36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595 +SIZE (rust/crates/zerotrie-0.2.2.crate) = 74423 +SHA256 (rust/crates/zerovec-0.11.2.crate) = 4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428 +SIZE (rust/crates/zerovec-0.11.2.crate) = 124500 +SHA256 (rust/crates/zerovec-derive-0.11.1.crate) = 5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f +SIZE (rust/crates/zerovec-derive-0.11.1.crate) = 21294 +SHA256 (xd009642-tarpaulin-0.32.8_GH0.tar.gz) = 8a850a07521f0bcbd6eececa705afb702904db5ecc20bb944f4b2888ee20b9b0 +SIZE (xd009642-tarpaulin-0.32.8_GH0.tar.gz) = 232042 diff --git a/devel/cirrus-cli/Makefile b/devel/cirrus-cli/Makefile index 41f554629f88..298f3aa6f6fb 100644 --- a/devel/cirrus-cli/Makefile +++ b/devel/cirrus-cli/Makefile @@ -1,6 +1,6 @@ PORTNAME= cirrus-cli DISTVERSIONPREFIX= v -DISTVERSION= 0.140.8 +DISTVERSION= 0.141.0 CATEGORIES= devel MAINTAINER= bofh@FreeBSD.org diff --git a/devel/cirrus-cli/distinfo b/devel/cirrus-cli/distinfo index 42cfd3068e32..c474f76d22d1 100644 --- a/devel/cirrus-cli/distinfo +++ b/devel/cirrus-cli/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1753444912 -SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.140.8/v0.140.8.mod) = b8a18fc69c1d97512327785f7558b1242ceb3be78759a071ab109b921461c3e4 -SIZE (go/devel_cirrus-cli/cirrus-cli-v0.140.8/v0.140.8.mod) = 11416 -SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.140.8/v0.140.8.zip) = 6529cd2f0cdbcd52b27a2e50b5f407cb0c3a560b618b8270bdd79dae8a73a94e -SIZE (go/devel_cirrus-cli/cirrus-cli-v0.140.8/v0.140.8.zip) = 1421385 +TIMESTAMP = 1753618671 +SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.141.0/v0.141.0.mod) = 9d5f2df27ffb1a50dffeb3a297b60b8379b54a857ffab65203f14be51e69979b +SIZE (go/devel_cirrus-cli/cirrus-cli-v0.141.0/v0.141.0.mod) = 11426 +SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.141.0/v0.141.0.zip) = 3cb51cd7d63af0430f5cf7f639ceb1487c650a7ef93f4f629dc5bfa92f850dd8 +SIZE (go/devel_cirrus-cli/cirrus-cli-v0.141.0/v0.141.0.zip) = 1417064 diff --git a/devel/cl-alexandria-sbcl/Makefile b/devel/cl-alexandria-sbcl/Makefile index 5e501c6d0753..586144a1c622 100644 --- a/devel/cl-alexandria-sbcl/Makefile +++ b/devel/cl-alexandria-sbcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= alexandria PORTVERSION= 1.4 -PORTREVISION= 9 +PORTREVISION= 10 PORTEPOCH= 1 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- diff --git a/devel/cl-infix-sbcl/Makefile b/devel/cl-infix-sbcl/Makefile index 4200aa42f0e3..61b9bf3f8999 100644 --- a/devel/cl-infix-sbcl/Makefile +++ b/devel/cl-infix-sbcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= infix PORTVERSION= 19960628 -PORTREVISION= 102 +PORTREVISION= 103 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/devel/cl-port-sbcl/Makefile b/devel/cl-port-sbcl/Makefile index bb66adf297b6..4224c4553b02 100644 --- a/devel/cl-port-sbcl/Makefile +++ b/devel/cl-port-sbcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= port PORTVERSION= 2002.10.02.1 -PORTREVISION= 100 +PORTREVISION= 101 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/devel/cl-split-sequence-sbcl/Makefile b/devel/cl-split-sequence-sbcl/Makefile index 7763a46365cf..5a487571c238 100644 --- a/devel/cl-split-sequence-sbcl/Makefile +++ b/devel/cl-split-sequence-sbcl/Makefile @@ -1,7 +1,7 @@ PORTNAME= split-sequence DISTVERSIONPREFIX= v DISTVERSION= 2.0.1-3 -PORTREVISION= 7 +PORTREVISION= 8 DISTVERSIONSUFFIX= -g89a10b4 PORTEPOCH= 1 CATEGORIES= devel lisp diff --git a/devel/cl-trivial-features-sbcl/Makefile b/devel/cl-trivial-features-sbcl/Makefile index 1524cd872cb7..bdd71449a4ef 100644 --- a/devel/cl-trivial-features-sbcl/Makefile +++ b/devel/cl-trivial-features-sbcl/Makefile @@ -1,7 +1,7 @@ PORTNAME= trivial-features DISTVERSIONPREFIX= v DISTVERSION= 1.0-4 -PORTREVISION= 7 +PORTREVISION= 8 DISTVERSIONSUFFIX= -gd249a62 PORTEPOCH= 1 CATEGORIES= devel lisp diff --git a/devel/cl-trivial-gray-streams-sbcl/Makefile b/devel/cl-trivial-gray-streams-sbcl/Makefile index 1860025b295f..04e79b5bcb51 100644 --- a/devel/cl-trivial-gray-streams-sbcl/Makefile +++ b/devel/cl-trivial-gray-streams-sbcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= trivial-gray-streams PORTVERSION= 20240217 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/devel/delve/Makefile b/devel/delve/Makefile index ea7cbe30e0d9..e538fc3cf67e 100644 --- a/devel/delve/Makefile +++ b/devel/delve/Makefile @@ -1,7 +1,6 @@ PORTNAME= delve DISTVERSIONPREFIX= v -DISTVERSION= 1.24.2 -PORTREVISION= 3 +DISTVERSION= 1.25.1 CATEGORIES= devel MAINTAINER= dmitry.wagin@ya.ru diff --git a/devel/delve/distinfo b/devel/delve/distinfo index abb50b406240..d5ee73ac442a 100644 --- a/devel/delve/distinfo +++ b/devel/delve/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744457619 -SHA256 (go-delve-delve-v1.24.2_GH0.tar.gz) = c26cce64c4cbef25b7652708cda198e9c081ea3abfbe411ed8048e131dba6275 -SIZE (go-delve-delve-v1.24.2_GH0.tar.gz) = 9685412 +TIMESTAMP = 1753578006 +SHA256 (go-delve-delve-v1.25.1_GH0.tar.gz) = 2fc5fb553ff09c368d5e1fe6abd7279389804d75ad7b5a0fd053138049ecd968 +SIZE (go-delve-delve-v1.25.1_GH0.tar.gz) = 9793261 diff --git a/devel/fungw/Makefile b/devel/fungw/Makefile index ab2ca5194f72..715d4195fb07 100644 --- a/devel/fungw/Makefile +++ b/devel/fungw/Makefile @@ -44,4 +44,10 @@ TCL_USES= tcl post-install: [ '${STRIP}' = -s ] && ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libfungw*.so.? -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} >= 504200 +BROKEN= does not compile +.endif + +.include <bsd.port.post.mk> diff --git a/devel/gitg/Makefile b/devel/gitg/Makefile index 5df371df1e2c..9f4c562d4acd 100644 --- a/devel/gitg/Makefile +++ b/devel/gitg/Makefile @@ -21,7 +21,9 @@ LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ libpeas-1.0.so:devel/libpeas1 \ libgspell-1.so:textproc/gspell \ libdazzle-1.0.so:x11-toolkits/libdazzle \ - libsecret-1.so:security/libsecret + libsecret-1.so:security/libsecret \ + libgpgme.so:security/gpgme \ + libhandy-1.so:x11-toolkits/libhandy RUN_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas PORTSCOUT= limitw:1,even diff --git a/devel/got/Makefile b/devel/got/Makefile index 84925b9116b3..5329e0ee2e49 100644 --- a/devel/got/Makefile +++ b/devel/got/Makefile @@ -1,5 +1,5 @@ PORTNAME= got -DISTVERSION= 0.115 +DISTVERSION= 0.116 CATEGORIES= devel MASTER_SITES= https://gameoftrees.org/releases/portable/ DISTNAME= got-portable-${DISTVERSION} diff --git a/devel/got/distinfo b/devel/got/distinfo index f8780a4edd9e..5a6b28308884 100644 --- a/devel/got/distinfo +++ b/devel/got/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751058753 -SHA256 (got-portable-0.115.tar.gz) = adf0bc1cc374747df8fb525b777b8f12d1bfd6e893752281922961b2c88989e7 -SIZE (got-portable-0.115.tar.gz) = 1579926 +TIMESTAMP = 1753530816 +SHA256 (got-portable-0.116.tar.gz) = e8a64ad73b82c1b6df9df9da5a3e8da9be6051c3497379940806878d958e4dff +SIZE (got-portable-0.116.tar.gz) = 1585985 diff --git a/devel/got/files/patch-lib_delta.c b/devel/got/files/patch-lib_delta.c new file mode 100644 index 000000000000..5ff416b141d7 --- /dev/null +++ b/devel/got/files/patch-lib_delta.c @@ -0,0 +1,22 @@ +--- lib/delta.c.orig 2025-07-26 10:40:07 UTC ++++ lib/delta.c +@@ -321,7 +321,8 @@ got_delta_apply_in_mem(uint8_t *base_buf, size_t base_ + if (err == NULL && *outsize != result_size) + err = got_error_fmt(GOT_ERR_BAD_DELTA, + "delta application result size mismatch: actual: %zd " +- "expected: %llu", *outsize, result_size); ++ "expected: %llu", *outsize, ++ (unsigned long long)result_size); + + return err; + } +@@ -390,7 +391,8 @@ got_delta_apply(FILE *base_file, const uint8_t *delta_ + if (err == NULL && *outsize != result_size) + err = got_error_fmt(GOT_ERR_BAD_DELTA, + "delta application result size mismatch: actual: %zd " +- "expected: %llu", *outsize, result_size); ++ "expected: %llu", *outsize, ++ (unsigned long long)result_size); + + if (memstream != NULL) { + if (fclose(memstream) == EOF && err == NULL) diff --git a/devel/got/files/patch-regress_cmdline_revert.sh b/devel/got/files/patch-regress_cmdline_revert.sh new file mode 100644 index 000000000000..7da38092cfe8 --- /dev/null +++ b/devel/got/files/patch-regress_cmdline_revert.sh @@ -0,0 +1,34 @@ +--- regress/cmdline/revert.sh.orig 2025-07-22 08:18:04 UTC ++++ regress/cmdline/revert.sh +@@ -1884,9 +1884,12 @@ test_revert_staged_file() { + > /dev/null) + local commit_id=`git_show_head $testroot/repo` + +- sed -i -e 's/line 0/line 0a/' $testroot/wt/epsilon/zeta +- sed -i -e 's/line 4/line 4a/' $testroot/wt/epsilon/zeta +- sed -i -e 's/line 6/line 6a/' $testroot/wt/epsilon/zeta ++ ed -s $testroot/wt/epsilon/zeta <<-\EOF ++ ,s/line 0/line 0a/ ++ ,s/line 4/line 4a/ ++ ,s/line 6/line 6a/ ++ w ++ EOF + + # stage line 0 and line 6 + printf "y\n" > $testroot/patchscript +@@ -1991,9 +1994,12 @@ test_revert_partially_staged_file() { + > /dev/null) + local commit_id=`git_show_head $testroot/repo` + +- sed -i -e 's/line 0/line 0a/' $testroot/wt/epsilon/zeta +- sed -i -e 's/line 4/line 4a/' $testroot/wt/epsilon/zeta +- sed -i -e 's/line 6/line 6a/' $testroot/wt/epsilon/zeta ++ ed -s $testroot/wt/epsilon/zeta <<-\EOF ++ ,s/line 0/line 0a/ ++ ,s/line 4/line 4a/ ++ ,s/line 6/line 6a/ ++ w ++ EOF + + # stage line 0 and line 6 + printf "y\n" > $testroot/patchscript diff --git a/devel/inih/Makefile b/devel/inih/Makefile index b3f70025993e..6d3dbea52d3e 100644 --- a/devel/inih/Makefile +++ b/devel/inih/Makefile @@ -1,6 +1,6 @@ PORTNAME= inih DISTVERSIONPREFIX= r -DISTVERSION= 60 +DISTVERSION= 61 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/inih/distinfo b/devel/inih/distinfo index 5541d9f29ae3..f6ccf6122024 100644 --- a/devel/inih/distinfo +++ b/devel/inih/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744360685 -SHA256 (benhoyt-inih-r60_GH0.tar.gz) = 706aa05c888b53bd170e5d8aa8f8a9d9ccf5449dfed262d5103d1f292af26774 -SIZE (benhoyt-inih-r60_GH0.tar.gz) = 21121 +TIMESTAMP = 1753507375 +SHA256 (benhoyt-inih-r61_GH0.tar.gz) = 7caf26a2202a4ca689df3fe4175dfa74e0faa18fcca07331bba934fd0ecb8f12 +SIZE (benhoyt-inih-r61_GH0.tar.gz) = 21456 diff --git a/devel/jetbrains-clion/Makefile b/devel/jetbrains-clion/Makefile index 48cb98f560ed..86b7cff00201 100644 --- a/devel/jetbrains-clion/Makefile +++ b/devel/jetbrains-clion/Makefile @@ -1,13 +1,12 @@ PORTNAME= clion -DISTVERSION= 2024.3.5 -PORTREVISION= 1 +DISTVERSION= 2025.1.4 CATEGORIES= devel MASTER_SITES= https://download-cdn.jetbrains.com/cpp/ \ - https://packages.jetbrains.team/files/p/clion/ports/2024.3/freebsd/clang/:clang + https://packages.jetbrains.team/files/p/clion/ports/2025.1.4/freebsd/clang/:clang PKGNAMEPREFIX= jetbrains- DISTFILES= CLion-${PORTVERSION}.tar.gz -DISTFILES_aarch64= clang-clion2024.3-freebsd-aarch64.tar.gz:clang -DISTFILES_amd64= clang-clion2024.3-freebsd-x86_64.tar.gz:clang +DISTFILES_aarch64= clang-clion2025.1.4-freebsd-aarch64.tar.gz:clang +DISTFILES_amd64= clang-clion2025.1.4-freebsd-x86_64.tar.gz:clang DIST_SUBDIR= jetbrains .if make(makesum) @@ -81,10 +80,12 @@ do-install: ${WRKSRC}/lib/jna \ ${WRKSRC}/lib/native \ ${WRKSRC}/lib/pty4j \ + ${WRKSRC}/lib/skiko-awt-runtime-all \ ${WRKSRC}/plugins/cidr-completionMlRanking-plugin \ ${WRKSRC}/plugins/clion-cwm-plugin \ ${WRKSRC}/plugins/clion-radler \ ${WRKSRC}/plugins/gateway-plugin/lib/remote-dev-workers \ + ${WRKSRC}/plugins/python-ce/helpers/testResources/data/generator3 \ ${WRKSRC}/plugins/remote-dev-server ${MKDIR} ${STAGEDIR}${DATADIR} @(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} \ diff --git a/devel/jetbrains-clion/distinfo b/devel/jetbrains-clion/distinfo index 57b77041a078..f4073f27dbf1 100644 --- a/devel/jetbrains-clion/distinfo +++ b/devel/jetbrains-clion/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1743540211 -SHA256 (jetbrains/CLion-2024.3.5.tar.gz) = 502145600b1955156841fa5db37e70f97f960aecbfb7503578c728416f83eaaa -SIZE (jetbrains/CLion-2024.3.5.tar.gz) = 1577257365 -SHA256 (jetbrains/clang-clion2024.3-freebsd-aarch64.tar.gz) = 770ab3641d6ad3f48117a8735d5c1978b84d98f68e92bdec96175061132ce446 -SIZE (jetbrains/clang-clion2024.3-freebsd-aarch64.tar.gz) = 95455336 -SHA256 (jetbrains/clang-clion2024.3-freebsd-x86_64.tar.gz) = 0b016de849e78dab9e098ea86b2e7c37a94eb7a9b61b90fc1bb0f3c8d05ae396 -SIZE (jetbrains/clang-clion2024.3-freebsd-x86_64.tar.gz) = 95612357 +TIMESTAMP = 1753644138 +SHA256 (jetbrains/CLion-2025.1.4.tar.gz) = 8d90be9d11c0f47b380f4a9f705058215817edf043bdcea2223d788d25193f78 +SIZE (jetbrains/CLion-2025.1.4.tar.gz) = 1572762665 +SHA256 (jetbrains/clang-clion2025.1.4-freebsd-aarch64.tar.gz) = 57664fa4139c4752df65aaf8e5b5cb46c00841357e06ff0e53a308de5676b795 +SIZE (jetbrains/clang-clion2025.1.4-freebsd-aarch64.tar.gz) = 92451462 +SHA256 (jetbrains/clang-clion2025.1.4-freebsd-x86_64.tar.gz) = 2b95ee5eba8019184c16d2b42201ba2c0ee9e132c741c8bd0d7489cabb9ea169 +SIZE (jetbrains/clang-clion2025.1.4-freebsd-x86_64.tar.gz) = 92613956 diff --git a/devel/jetbrains-clion/pkg-plist b/devel/jetbrains-clion/pkg-plist index 12afc6a110d2..729865be4518 100644 --- a/devel/jetbrains-clion/pkg-plist +++ b/devel/jetbrains-clion/pkg-plist @@ -50,6 +50,7 @@ share/applications/clion.desktop %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/assert-side-effect.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/assignment-in-if-condition.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/bad-signal-to-kill-thread.html +%%DATADIR%%/bin/clang/clangTidyDoc/bugprone/bitwise-pointer-cast.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/bool-pointer-implicit-conversion.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/branch-clone.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/casting-through-void.html @@ -69,6 +70,7 @@ share/applications/clion.desktop %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/inaccurate-erase.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/inc-dec-in-conditions.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/incorrect-enable-if.html +%%DATADIR%%/bin/clang/clangTidyDoc/bugprone/incorrect-enable-shared-from-this.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/incorrect-roundings.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/infinite-loop.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/integer-division.html @@ -85,6 +87,7 @@ share/applications/clion.desktop %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/narrowing-conversions.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/no-escape.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/non-zero-enum-to-bool-conversion.html +%%DATADIR%%/bin/clang/clangTidyDoc/bugprone/nondeterministic-pointer-iteration-order.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/not-null-terminated-result.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/optional-value-conversion.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/parent-virtual-call.html @@ -193,7 +196,7 @@ share/applications/clion.desktop %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/cplusplus.NewDelete.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/cplusplus.NewDeleteLeaks.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/cplusplus.PlacementNew.html -%%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/cplusplus.PureVirtualCall.html +%%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/cplusplus.SelfAssignment.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/cplusplus.StringChecker.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/deadcode.DeadStores.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/fuchsia.HandleChecker.html @@ -206,7 +209,6 @@ share/applications/clion.desktop %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/optin.cplusplus.UninitializedObject.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/optin.cplusplus.VirtualCall.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/optin.mpi.MPI-Checker.html -%%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/optin.osx.OSObjectCStyleCast.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/optin.osx.cocoa.localizability.EmptyLocalizationContextChecker.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/optin.osx.cocoa.localizability.NonLocalizedStringChecker.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/optin.performance.GCDAntipattern.html @@ -214,9 +216,7 @@ share/applications/clion.desktop %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/optin.portability.UnixAPI.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/optin.taint.TaintedAlloc.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/osx.API.html -%%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/osx.MIG.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/osx.NumberObjectConversion.html -%%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/osx.OSObjectRetainCount.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/osx.ObjCProperty.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/osx.SecKeychainAPI.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/osx.cocoa.AtSync.html @@ -270,9 +270,6 @@ share/applications/clion.desktop %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/unix.Vfork.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/unix.cstring.BadSizeArg.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/unix.cstring.NullArg.html -%%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/valist.CopyToSelf.html -%%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/valist.Uninitialized.html -%%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/valist.Unterminated.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/webkit.NoUncountedMemberChecker.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/webkit.RefCntblBaseVirtualDtor.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/webkit.UncountedLambdaCapturesChecker.html @@ -446,6 +443,7 @@ share/applications/clion.desktop %%DATADIR%%/bin/clang/clangTidyDoc/modernize/use-emplace.html %%DATADIR%%/bin/clang/clangTidyDoc/modernize/use-equals-default.html %%DATADIR%%/bin/clang/clangTidyDoc/modernize/use-equals-delete.html +%%DATADIR%%/bin/clang/clangTidyDoc/modernize/use-integer-sign-comparison.html %%DATADIR%%/bin/clang/clangTidyDoc/modernize/use-nodiscard.html %%DATADIR%%/bin/clang/clangTidyDoc/modernize/use-noexcept.html %%DATADIR%%/bin/clang/clangTidyDoc/modernize/use-nullptr.html @@ -495,6 +493,7 @@ share/applications/clion.desktop %%DATADIR%%/bin/clang/clangTidyDoc/portability/restrict-system-includes.html %%DATADIR%%/bin/clang/clangTidyDoc/portability/simd-intrinsics.html %%DATADIR%%/bin/clang/clangTidyDoc/portability/std-allocator-const.html +%%DATADIR%%/bin/clang/clangTidyDoc/portability/template-virtual-member-function.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/avoid-const-params-in-decls.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/avoid-nested-conditional-operator.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/avoid-return-with-void-value.html @@ -583,6 +582,7 @@ share/applications/clion.desktop %%DATADIR%%/bin/cmake/quickdoc/command/cmake_minimum_required.html %%DATADIR%%/bin/cmake/quickdoc/command/cmake_parse_arguments.html %%DATADIR%%/bin/cmake/quickdoc/command/cmake_path.html +%%DATADIR%%/bin/cmake/quickdoc/command/cmake_pkg_config.html %%DATADIR%%/bin/cmake/quickdoc/command/cmake_policy.html %%DATADIR%%/bin/cmake/quickdoc/command/configure_file.html %%DATADIR%%/bin/cmake/quickdoc/command/continue.html @@ -1129,6 +1129,16 @@ share/applications/clion.desktop %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0168.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0169.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0170.html +%%DATADIR%%/bin/cmake/quickdoc/policy/CMP0171.html +%%DATADIR%%/bin/cmake/quickdoc/policy/CMP0172.html +%%DATADIR%%/bin/cmake/quickdoc/policy/CMP0173.html +%%DATADIR%%/bin/cmake/quickdoc/policy/CMP0174.html +%%DATADIR%%/bin/cmake/quickdoc/policy/CMP0175.html +%%DATADIR%%/bin/cmake/quickdoc/policy/CMP0176.html +%%DATADIR%%/bin/cmake/quickdoc/policy/CMP0177.html +%%DATADIR%%/bin/cmake/quickdoc/policy/CMP0178.html +%%DATADIR%%/bin/cmake/quickdoc/policy/CMP0179.html +%%DATADIR%%/bin/cmake/quickdoc/policy/CMP0180.html %%DATADIR%%/bin/cmake/quickdoc/prop_cache/ADVANCED.html %%DATADIR%%/bin/cmake/quickdoc/prop_cache/HELPSTRING.html %%DATADIR%%/bin/cmake/quickdoc/prop_cache/MODIFIED.html @@ -1305,6 +1315,7 @@ share/applications/clion.desktop %%DATADIR%%/bin/cmake/quickdoc/prop_test/WORKING_DIRECTORY.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/ADDITIONAL_CLEAN_FILES.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/AIX_EXPORT_ALL_SYMBOLS.html +%%DATADIR%%/bin/cmake/quickdoc/prop_tgt/AIX_SHARED_LIBRARY_ARCHIVE.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/ALIASED_TARGET.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/ALIAS_GLOBAL.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/ANDROID_ANT_ADDITIONAL_OPTIONS.html @@ -1412,6 +1423,7 @@ share/applications/clion.desktop %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/EXCLUDE_FROM_ALL.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/EXCLUDE_FROM_DEFAULT_BUILD.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/EXCLUDE_FROM_DEFAULT_BUILD_CONFIG.html +%%DATADIR%%/bin/cmake/quickdoc/prop_tgt/EXPORT_BUILD_DATABASE.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/EXPORT_COMPILE_COMMANDS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/EXPORT_FIND_PACKAGE_NAME.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/EXPORT_NAME.html @@ -1535,6 +1547,7 @@ share/applications/clion.desktop %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/LINK_INTERFACE_MULTIPLICITY_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/LINK_LIBRARIES.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/LINK_LIBRARIES_ONLY_TARGETS.html +%%DATADIR%%/bin/cmake/quickdoc/prop_tgt/LINK_LIBRARIES_STRATEGY.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/LINK_LIBRARY_OVERRIDE.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/LINK_LIBRARY_OVERRIDE_LIBRARY.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/LINK_OPTIONS.html @@ -1632,6 +1645,7 @@ share/applications/clion.desktop %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/VS_DOTNET_TARGET_FRAMEWORK_VERSION.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/VS_DPI_AWARE.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/VS_FILTER_PROPS.html +%%DATADIR%%/bin/cmake/quickdoc/prop_tgt/VS_FRAMEWORK_REFERENCES.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/VS_GLOBAL_KEYWORD.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/VS_GLOBAL_PROJECT_TYPES.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/VS_GLOBAL_ROOTNAMESPACE.html @@ -1711,6 +1725,7 @@ share/applications/clion.desktop %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_ADD_CUSTOM_COMMAND_DEPENDS_EXPLICIT_ONLY.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_ADSP_ROOT.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_AIX_EXPORT_ALL_SYMBOLS.html +%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_AIX_SHARED_LIBRARY_ARCHIVE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_ANDROID_ANT_ADDITIONAL_OPTIONS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_ANDROID_API.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_ANDROID_API_MIN.html @@ -1864,6 +1879,7 @@ share/applications/clion.desktop %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_EXE_LINKER_FLAGS_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_EXE_LINKER_FLAGS_CONFIG_INIT.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_EXE_LINKER_FLAGS_INIT.html +%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_EXPORT_BUILD_DATABASE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_EXPORT_COMPILE_COMMANDS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_EXPORT_FIND_PACKAGE_NAME.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_EXPORT_NO_PACKAGE_REGISTRY.html @@ -1929,6 +1945,7 @@ share/applications/clion.desktop %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_HOME_DIRECTORY.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_HOST_APPLE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_HOST_BSD.html +%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_HOST_EXECUTABLE_SUFFIX.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_HOST_LINUX.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_HOST_SOLARIS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_HOST_SYSTEM.html @@ -1999,6 +2016,7 @@ share/applications/clion.desktop %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_CPPCHECK.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_CPPLINT.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_CREATE_SHARED_LIBRARY.html +%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_CREATE_SHARED_LIBRARY_ARCHIVE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_CREATE_SHARED_MODULE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_CREATE_STATIC_LIBRARY.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_EXTENSIONS.html @@ -2016,6 +2034,8 @@ share/applications/clion.desktop %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_FLAGS_RELWITHDEBINFO.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_FLAGS_RELWITHDEBINFO_INIT.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_HOST_COMPILER.html +%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_HOST_COMPILER_ID.html +%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_HOST_COMPILER_VERSION.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_IGNORE_EXTENSIONS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_IMPLICIT_INCLUDE_DIRECTORIES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_IMPLICIT_LINK_DIRECTORIES.html @@ -2049,6 +2069,7 @@ share/applications/clion.desktop %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_STANDARD_INCLUDE_DIRECTORIES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_STANDARD_LATEST.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_STANDARD_LIBRARIES.html +%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_STANDARD_LINK_DIRECTORIES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_STANDARD_REQUIRED.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_USING_LINKER_MODE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_USING_LINKER_TYPE.html @@ -2068,6 +2089,7 @@ share/applications/clion.desktop %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LINK_GROUP_USING_FEATURE_SUPPORTED.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LINK_INTERFACE_LIBRARIES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LINK_LIBRARIES_ONLY_TARGETS.html +%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LINK_LIBRARIES_STRATEGY.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LINK_LIBRARY_FEATURE_ATTRIBUTES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LINK_LIBRARY_FILE_FLAG.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LINK_LIBRARY_FLAG.html @@ -2150,6 +2172,7 @@ share/applications/clion.desktop %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_RUNTIME_OUTPUT_DIRECTORY.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_RUNTIME_OUTPUT_DIRECTORY_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_SCRIPT_MODE_FILE.html +%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_SHARED_LIBRARY_ARCHIVE_SUFFIX.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_SHARED_LIBRARY_ENABLE_EXPORTS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_SHARED_LIBRARY_PREFIX.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_SHARED_LIBRARY_SUFFIX.html @@ -2260,6 +2283,7 @@ share/applications/clion.desktop %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_WATCOM_RUNTIME_LIBRARY.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_WIN32_EXECUTABLE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS.html +%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_WINDOWS_KMDF_VERSION.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_XCODE_ATTRIBUTE_an-attribute.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_XCODE_BUILD_SYSTEM.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_XCODE_GENERATE_SCHEME.html @@ -2422,6 +2446,7 @@ share/applications/clion.desktop %%DATADIR%%/bin/cmake/quickdoc/variable/PROJECT_VERSION_TWEAK.html %%DATADIR%%/bin/cmake/quickdoc/variable/PackageName_ROOT.html %%DATADIR%%/bin/cmake/quickdoc/variable/UNIX.html +%%DATADIR%%/bin/cmake/quickdoc/variable/WASI.html %%DATADIR%%/bin/cmake/quickdoc/variable/WIN32.html %%DATADIR%%/bin/cmake/quickdoc/variable/WINCE.html %%DATADIR%%/bin/cmake/quickdoc/variable/WINDOWS_PHONE.html @@ -2431,6 +2456,9 @@ share/applications/clion.desktop %%DATADIR%%/bin/format.sh %%DATADIR%%/bin/gdb/renderers/default/__init__.py %%DATADIR%%/bin/gdb/renderers/default/commands.py +%%DATADIR%%/bin/gdb/renderers/default/gdb_group_value.py +%%DATADIR%%/bin/gdb/renderers/default/gdb_qt.py +%%DATADIR%%/bin/gdb/renderers/default/gdb_qt_init.py %%DATADIR%%/bin/gdb/renderers/default/libstdcxx_printers.py %%DATADIR%%/bin/gdb/renderers/default/printers.py %%DATADIR%%/bin/gdb/renderers/libstdcxx/__init__.py @@ -2448,13 +2476,13 @@ share/applications/clion.desktop %%DATADIR%%/bin/helpers/jb_declarative_formatters/type_name_template.py %%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz.py %%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz_expression.py +%%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz_generated_method.py %%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz_intrinsic.py %%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz_item_nodes.py %%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz_item_providers.py %%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz_mixins.py %%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz_storage.py %%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz_summary.py -%%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz_synthetic_method.py %%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz_top_level_methods.py %%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz_type_traits.py %%DATADIR%%/bin/idea.properties @@ -2463,7 +2491,9 @@ share/applications/clion.desktop %%DATADIR%%/bin/jetbrains_client64.vmoptions %%DATADIR%%/bin/lldb/helpers/jb_lldb_init.py %%DATADIR%%/bin/lldb/helpers/jb_lldb_polyfills.py +%%DATADIR%%/bin/lldb/helpers/jb_lldb_python_profiler.py %%DATADIR%%/bin/lldb/helpers/jb_lldb_stepping.py +%%DATADIR%%/bin/lldb/helpers/mixed_mode/jb_mono_utils.py %%DATADIR%%/bin/lldb/helpers/renderers/__init__.py %%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_builtin_formatters.py %%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_cache.py @@ -2480,11 +2510,46 @@ share/applications/clion.desktop %%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_logging_manager.py %%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_natvis_formatters.py %%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_natvis_loader.py +%%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_natvis_synthetic_item_type_viz_cache.py %%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_string_utils.py %%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_utils.py +%%DATADIR%%/bin/lldb/helpers/stepping/__init__.py +%%DATADIR%%/bin/lldb/helpers/stepping/jb_lldb_abstract_scripted_thread_plan.py +%%DATADIR%%/bin/lldb/helpers/stepping/jb_lldb_abstract_thread_plan_with_lazy_context.py +%%DATADIR%%/bin/lldb/helpers/stepping/jb_lldb_address_range.py +%%DATADIR%%/bin/lldb/helpers/stepping/jb_lldb_delegate_step.py +%%DATADIR%%/bin/lldb/helpers/stepping/jb_lldb_instructions_reader.py +%%DATADIR%%/bin/lldb/helpers/stepping/jb_lldb_line_spec.py %%DATADIR%%/bin/lldb/renderers/lldb_formatters/__init__.py %%DATADIR%%/bin/lldb/renderers/lldb_formatters/jetbrains_stl_formatters.py +%%DATADIR%%/bin/lldb/renderers/lldb_formatters/lldb_group_value.py +%%DATADIR%%/bin/lldb/renderers/lldb_formatters/lldb_qt.py +%%DATADIR%%/bin/lldb/renderers/lldb_formatters/lldb_qt_init.py %%DATADIR%%/bin/ltedit.sh +%%DATADIR%%/bin/qt/.pylintrc +%%DATADIR%%/bin/qt/LICENSE.GPL3-EXCEPT +%%DATADIR%%/bin/qt/LICENSE.MIT +%%DATADIR%%/bin/qt/README.txt +%%DATADIR%%/bin/qt/android_stdtypes.py +%%DATADIR%%/bin/qt/boosttypes.py +%%DATADIR%%/bin/qt/cdbbridge.py +%%DATADIR%%/bin/qt/cdbext.pyi +%%DATADIR%%/bin/qt/creatortypes.py +%%DATADIR%%/bin/qt/dumper.py +%%DATADIR%%/bin/qt/gdbbridge.py +%%DATADIR%%/bin/qt/gdbtracepoint.py +%%DATADIR%%/bin/qt/libcpp_stdtypes.py +%%DATADIR%%/bin/qt/lldbbridge.py +%%DATADIR%%/bin/qt/loadorder.txt +%%DATADIR%%/bin/qt/misctypes.py +%%DATADIR%%/bin/qt/opencvtypes.py +%%DATADIR%%/bin/qt/pdbbridge.py +%%DATADIR%%/bin/qt/personaltypes.py +%%DATADIR%%/bin/qt/qttypes.py +%%DATADIR%%/bin/qt/setup.cfg +%%DATADIR%%/bin/qt/stdtypes.py +%%DATADIR%%/bin/qt/utils.py +%%DATADIR%%/bin/qt/visualize.py %%DATADIR%%/bin/restarter %%DATADIR%%/bin/rtos/azure/Thread.py %%DATADIR%%/bin/rtos/azure/__init__.py @@ -2511,14 +2576,13 @@ share/applications/clion.desktop %%DATADIR%%/lib/app-client.jar %%DATADIR%%/lib/app.jar %%DATADIR%%/lib/bouncy-castle.jar -%%DATADIR%%/lib/build-marker-CL-243.26053.34 -%%DATADIR%%/lib/cds/classesLogAgent.jar +%%DATADIR%%/lib/build-marker-CL-251.27812.15 %%DATADIR%%/lib/ext/platform-main.jar %%DATADIR%%/lib/external-system-rt.jar %%DATADIR%%/lib/externalProcess-rt.jar %%DATADIR%%/lib/forms_rt.jar -%%DATADIR%%/lib/frontend/frontend-customization.jar -%%DATADIR%%/lib/frontend/frontend.jar +%%DATADIR%%/lib/frontend-split/frontend-split-customization.jar +%%DATADIR%%/lib/frontend-split/frontend-split.jar %%DATADIR%%/lib/groovy.jar %%DATADIR%%/lib/jna/%%ARCH%%/libjnidispatch.so %%DATADIR%%/lib/jps-model.jar @@ -2531,17 +2595,25 @@ share/applications/clion.desktop %%DATADIR%%/lib/modules/intellij.execution.process.mediator.client.jar %%DATADIR%%/lib/modules/intellij.execution.process.mediator.common.jar %%DATADIR%%/lib/modules/intellij.execution.process.mediator.daemon.jar +%%DATADIR%%/lib/modules/intellij.grid.core.impl.jar +%%DATADIR%%/lib/modules/intellij.grid.csv.core.impl.jar +%%DATADIR%%/lib/modules/intellij.grid.impl.jar +%%DATADIR%%/lib/modules/intellij.grid.jar +%%DATADIR%%/lib/modules/intellij.grid.types.jar %%DATADIR%%/lib/modules/intellij.ide.startup.importSettings.jar -%%DATADIR%%/lib/modules/intellij.libraries.compose.desktop.jar +%%DATADIR%%/lib/modules/intellij.libraries.compose.foundation.desktop.jar %%DATADIR%%/lib/modules/intellij.libraries.grpc.jar %%DATADIR%%/lib/modules/intellij.libraries.grpc.netty.shaded.jar %%DATADIR%%/lib/modules/intellij.libraries.ktor.client.cio.jar %%DATADIR%%/lib/modules/intellij.libraries.ktor.client.jar %%DATADIR%%/lib/modules/intellij.libraries.microba.jar %%DATADIR%%/lib/modules/intellij.libraries.skiko.jar +%%DATADIR%%/lib/modules/intellij.platform.bookmarks.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.bookmarks.frontend.jar %%DATADIR%%/lib/modules/intellij.platform.clouds.jar %%DATADIR%%/lib/modules/intellij.platform.collaborationTools.jar %%DATADIR%%/lib/modules/intellij.platform.compose.jar +%%DATADIR%%/lib/modules/intellij.platform.compose.markdown.jar %%DATADIR%%/lib/modules/intellij.platform.coverage.agent.jar %%DATADIR%%/lib/modules/intellij.platform.coverage.jar %%DATADIR%%/lib/modules/intellij.platform.dap.jar @@ -2549,6 +2621,9 @@ share/applications/clion.desktop %%DATADIR%%/lib/modules/intellij.platform.debugger.impl.frontend.jar %%DATADIR%%/lib/modules/intellij.platform.diagnostic.freezeAnalyzer.jar %%DATADIR%%/lib/modules/intellij.platform.diagnostic.freezes.jar +%%DATADIR%%/lib/modules/intellij.platform.editor.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.editor.frontend.jar +%%DATADIR%%/lib/modules/intellij.platform.editor.jar %%DATADIR%%/lib/modules/intellij.platform.execution.dashboard.jar %%DATADIR%%/lib/modules/intellij.platform.execution.serviceView.jar %%DATADIR%%/lib/modules/intellij.platform.frontend.jar @@ -2556,6 +2631,16 @@ share/applications/clion.desktop %%DATADIR%%/lib/modules/intellij.platform.images.backend.svg.jar %%DATADIR%%/lib/modules/intellij.platform.images.copyright.jar %%DATADIR%%/lib/modules/intellij.platform.inline.completion.jar +%%DATADIR%%/lib/modules/intellij.platform.jewel.foundation.jar +%%DATADIR%%/lib/modules/intellij.platform.jewel.ideLafBridge.jar +%%DATADIR%%/lib/modules/intellij.platform.jewel.markdown.core.jar +%%DATADIR%%/lib/modules/intellij.platform.jewel.markdown.extensions.autolink.jar +%%DATADIR%%/lib/modules/intellij.platform.jewel.markdown.extensions.gfmAlerts.jar +%%DATADIR%%/lib/modules/intellij.platform.jewel.markdown.extensions.gfmStrikethrough.jar +%%DATADIR%%/lib/modules/intellij.platform.jewel.markdown.extensions.gfmTables.jar +%%DATADIR%%/lib/modules/intellij.platform.jewel.markdown.extensions.images.jar +%%DATADIR%%/lib/modules/intellij.platform.jewel.markdown.ideLafBridgeStyling.jar +%%DATADIR%%/lib/modules/intellij.platform.jewel.ui.jar %%DATADIR%%/lib/modules/intellij.platform.kernel.backend.jar %%DATADIR%%/lib/modules/intellij.platform.lvcs.impl.jar %%DATADIR%%/lib/modules/intellij.platform.navbar.backend.jar @@ -2564,13 +2649,26 @@ share/applications/clion.desktop %%DATADIR%%/lib/modules/intellij.platform.navbar.monolith.jar %%DATADIR%%/lib/modules/intellij.platform.progress.backend.jar %%DATADIR%%/lib/modules/intellij.platform.project.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.recentFiles.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.recentFiles.frontend.jar +%%DATADIR%%/lib/modules/intellij.platform.recentFiles.jar %%DATADIR%%/lib/modules/intellij.platform.registry.cloud.jar %%DATADIR%%/lib/modules/intellij.platform.rpc.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.searchEverywhere.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.searchEverywhere.frontend.jar +%%DATADIR%%/lib/modules/intellij.platform.searchEverywhere.jar %%DATADIR%%/lib/modules/intellij.platform.settings.local.jar %%DATADIR%%/lib/modules/intellij.platform.smRunner.vcs.jar %%DATADIR%%/lib/modules/intellij.platform.tips.jar %%DATADIR%%/lib/modules/intellij.platform.vcs.dvcs.impl.jar +%%DATADIR%%/lib/modules/intellij.platform.vcs.dvcs.impl.shared.jar +%%DATADIR%%/lib/modules/intellij.platform.vcs.impl.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.vcs.impl.exec.jar +%%DATADIR%%/lib/modules/intellij.platform.vcs.impl.frontend.jar %%DATADIR%%/lib/modules/intellij.platform.vcs.impl.jar +%%DATADIR%%/lib/modules/intellij.platform.vcs.impl.lang.actions.jar +%%DATADIR%%/lib/modules/intellij.platform.vcs.impl.lang.jar +%%DATADIR%%/lib/modules/intellij.platform.vcs.impl.shared.jar %%DATADIR%%/lib/modules/intellij.platform.vcs.log.impl.jar %%DATADIR%%/lib/modules/intellij.platform.whatsNew.jar %%DATADIR%%/lib/modules/intellij.profiler.asyncOne.jar @@ -2578,7 +2676,6 @@ share/applications/clion.desktop %%DATADIR%%/lib/modules/intellij.profiler.ultimate.ideaAsyncProfiler.jar %%DATADIR%%/lib/modules/intellij.rml.dfa.impl.jar %%DATADIR%%/lib/modules/intellij.settingsSync.core.jar -%%DATADIR%%/lib/modules/intellij.smart.update.jar %%DATADIR%%/lib/native/%%SQLITE_ARCH%%/libsqliteij.so %%DATADIR%%/lib/nio-fs.jar %%DATADIR%%/lib/opentelemetry.jar @@ -2627,12 +2724,14 @@ share/applications/clion.desktop %%DATADIR%%/plugins/angular/ngCli/schematicsProvider70.js %%DATADIR%%/plugins/angular/ngCli/schematicsProvider80.js %%DATADIR%%/plugins/angular/ngCli/schematicsProvider90.js -%%DATADIR%%/plugins/c-clangd-plugin/lib/c-clangd-plugin.jar +%%DATADIR%%/plugins/c-clangd/lib/c-clangd.jar +%%DATADIR%%/plugins/c-clangd/lib/modules/intellij.c.clangd.toolwindow.jar %%DATADIR%%/plugins/c-clangdBridge-plugin/lib/c-clangdBridge-plugin.jar %%DATADIR%%/plugins/c-performanceTesting-plugin/lib/c-performanceTesting-plugin.jar %%DATADIR%%/plugins/c-plugin/lib/c-plugin.jar %%DATADIR%%/plugins/charts/lib/charts.jar %%DATADIR%%/plugins/cidr-base-plugin/lib/cidr-base-plugin.jar +%%DATADIR%%/plugins/cidr-base-plugin/lib/modules/intellij.cidr.translateCode.jar %%DATADIR%%/plugins/cidr-clangConfig-plugin/lib/cidr-clangConfig-plugin.jar %%DATADIR%%/plugins/cidr-clangFormat-plugin/lib/cidr-clangFormat-plugin.jar %%DATADIR%%/plugins/cidr-compiler-custom-plugin/lib/cidr-compiler-custom-plugin.jar @@ -2647,8 +2746,13 @@ share/applications/clion.desktop %%DATADIR%%/plugins/clion-diagnostics-plugin/lib/clion-diagnostics-plugin.jar %%DATADIR%%/plugins/clion-embedded-plugin/lib/clion-embedded-plugin.jar %%DATADIR%%/plugins/clion-ide/lib/clion-ide.jar +%%DATADIR%%/plugins/clion-ide/lib/modules/intellij.c.dfa.jar %%DATADIR%%/plugins/clion-ide/lib/modules/intellij.cidr.coverage.jar +%%DATADIR%%/plugins/clion-ide/lib/modules/intellij.cidr.profiling.jar %%DATADIR%%/plugins/clion-ide/lib/modules/intellij.clion.coverage.jar +%%DATADIR%%/plugins/clion-ide/lib/modules/intellij.clion.newUiOnboarding.jar +%%DATADIR%%/plugins/clion-ide/lib/modules/intellij.clion.wizard.aipromo.jar +%%DATADIR%%/plugins/clion-ide/lib/modules/intellij.profiler.clion.jar %%DATADIR%%/plugins/clion-makefile-plugin/lib/clion-makefile-plugin.jar %%DATADIR%%/plugins/clion-meson-plugin/lib/clion-meson-plugin.jar %%DATADIR%%/plugins/clion-packageManager-plugin/lib/clion-packageManager-plugin.jar @@ -2685,23 +2789,36 @@ share/applications/clion.desktop %%DATADIR%%/plugins/dts/lib/dts.jar %%DATADIR%%/plugins/emojipicker/lib/emojipicker.jar %%DATADIR%%/plugins/featuresTrainer/lib/featuresTrainer.jar -%%DATADIR%%/plugins/fullLine/full-line-cpu-detector.zip %%DATADIR%%/plugins/fullLine/full-line-model-objectivec.zip -%%DATADIR%%/plugins/fullLine/full-line-native-server.zip +%%DATADIR%%/plugins/fullLine/full-line-native-server-linux-x86_64.zip %%DATADIR%%/plugins/fullLine/lib/fullLine.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.css.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.go.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.html.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.java.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.js.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.kotlin.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.php.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.python.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rider.cpp.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rider.csharp.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.ruby.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.terraform.jar -%%DATADIR%%/plugins/fullLine/promo/.DS_Store +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.css.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.go.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.html.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.java.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.js.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.kotlin.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.php.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.python.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rider.cpp.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rider.csharp.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.ruby.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rust.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.terraform.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.cpp.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.css.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.go.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.html.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.java.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.javascript.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.kotlin.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.php.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.python.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.rider.cpp.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.rider.csharp.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.ruby.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.rust.completion.jar %%DATADIR%%/plugins/fullLine/promo/Aqua/AIEnterprise.png %%DATADIR%%/plugins/fullLine/promo/Aqua/CloudCompletion.png %%DATADIR%%/plugins/fullLine/promo/Aqua/CloudCompletion_dark.png @@ -2718,13 +2835,13 @@ share/applications/clion.desktop %%DATADIR%%/plugins/fullLine/promo/Aqua/MergeWithAI.png %%DATADIR%%/plugins/fullLine/promo/Aqua/MergeWithAI_dark.png %%DATADIR%%/plugins/fullLine/promo/Aqua/content.json -%%DATADIR%%/plugins/fullLine/promo/CLion/ ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/CLion/ ContextAwareChat_dark.png %%DATADIR%%/plugins/fullLine/promo/CLion/AIEnterprise.png %%DATADIR%%/plugins/fullLine/promo/CLion/CloudCompletion.png %%DATADIR%%/plugins/fullLine/promo/CLion/CloudCompletion_dark.png %%DATADIR%%/plugins/fullLine/promo/CLion/CommandGenerationInTerminal.png %%DATADIR%%/plugins/fullLine/promo/CLion/CommandGenerationInTerminal_dark.png +%%DATADIR%%/plugins/fullLine/promo/CLion/ContextAwareChat.png +%%DATADIR%%/plugins/fullLine/promo/CLion/ContextAwareChat_dark.png %%DATADIR%%/plugins/fullLine/promo/CLion/FixWithAI.png %%DATADIR%%/plugins/fullLine/promo/CLion/FixWithAI_dark.png %%DATADIR%%/plugins/fullLine/promo/CLion/LocalCompletion.png @@ -2842,7 +2959,6 @@ share/applications/clion.desktop %%DATADIR%%/plugins/fullLine/promo/Ruby/MergeWithAI.png %%DATADIR%%/plugins/fullLine/promo/Ruby/MergeWithAI_dark.png %%DATADIR%%/plugins/fullLine/promo/Ruby/content.json -%%DATADIR%%/plugins/fullLine/promo/RustRover/.DS_Store %%DATADIR%%/plugins/fullLine/promo/RustRover/AIEnterprise.png %%DATADIR%%/plugins/fullLine/promo/RustRover/CloudCompletion.png %%DATADIR%%/plugins/fullLine/promo/RustRover/CloudCompletion_dark.png @@ -2879,22 +2995,21 @@ share/applications/clion.desktop %%DATADIR%%/plugins/gateway-plugin/resources/gateway.vmoptions %%DATADIR%%/plugins/gateway-terminal/lib/gateway-terminal.jar %%DATADIR%%/plugins/grazie/lib/grazie.jar -%%DATADIR%%/plugins/grid-core-impl/lib/grid-core-impl.jar -%%DATADIR%%/plugins/grid-core-impl/lib/jdbc-console-types.jar -%%DATADIR%%/plugins/grid-impl/lib/grid-impl.jar -%%DATADIR%%/plugins/grid-impl/lib/grid-scripting.jar +%%DATADIR%%/plugins/grid-plugin/lib/grid-plugin.jar +%%DATADIR%%/plugins/grid-plugin/lib/modules/intellij.grid.scripting.rt.jar %%DATADIR%%/plugins/html-tools/lib/html-tools.jar %%DATADIR%%/plugins/ini/lib/ini.jar +%%DATADIR%%/plugins/javascript-debugger/META-INF/chromeConnector.xml +%%DATADIR%%/plugins/javascript-debugger/META-INF/webStormSpecific.xml %%DATADIR%%/plugins/javascript-debugger/debugConnectionForwarder.js %%DATADIR%%/plugins/javascript-debugger/debugConnector.js %%DATADIR%%/plugins/javascript-debugger/debugConnectorPortPublisher.js %%DATADIR%%/plugins/javascript-debugger/debugConnectorUtil.js %%DATADIR%%/plugins/javascript-debugger/lib/ChromeConnector.jar -%%DATADIR%%/plugins/javascript-debugger/lib/FirefoxConnector.jar %%DATADIR%%/plugins/javascript-debugger/lib/javascript-debugger.jar -%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.debugger.nashorn.jar -%%DATADIR%%/plugins/javascript-debugger/lib/nashorn-debugger-9-rt.jar -%%DATADIR%%/plugins/javascript-debugger/lib/nashorn-debugger-rt.jar +%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.debugger.backend.jar +%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.debugger.frontend.jar +%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.debugger.shared.jar %%DATADIR%%/plugins/javascript-intentions/lib/javascript-intentions.jar %%DATADIR%%/plugins/javascript-plugin/helpers/base-test-reporter/intellij-stringifier.js %%DATADIR%%/plugins/javascript-plugin/helpers/base-test-reporter/intellij-tree.js @@ -2932,9 +3047,11 @@ share/applications/clion.desktop %%DATADIR%%/plugins/javascript-plugin/helpers/vitest-intellij/node_modules/vitest-intellij-reporter-safe.js %%DATADIR%%/plugins/javascript-plugin/helpers/vitest-intellij/vitest-intellij-reporter.js %%DATADIR%%/plugins/javascript-plugin/helpers/vitest-intellij/vitest-intellij-util.js -%%DATADIR%%/plugins/javascript-plugin/js/js-predefined-d6986cc7102b-1632447f56bf.ijx -%%DATADIR%%/plugins/javascript-plugin/js/js-predefined-d6986cc7102b-1632447f56bf.txt +%%DATADIR%%/plugins/javascript-plugin/js/js-predefined-d6986cc7102b-09060db00ec0.ijx +%%DATADIR%%/plugins/javascript-plugin/js/js-predefined-d6986cc7102b-09060db00ec0.txt %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/!HowToUpdateBundledTypeScript.md +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/_tsserver.js +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/_typingsInstaller.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/browser.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/cancellationToken.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/diagnosticMessages.json @@ -2960,6 +3077,7 @@ share/applications/clion.desktop %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2016.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2016.full.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2016.intl.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.arraybuffer.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.date.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.full.d.ts @@ -3012,6 +3130,15 @@ share/applications/clion.desktop %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2023.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2023.full.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2023.intl.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.arraybuffer.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.collection.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.full.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.object.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.promise.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.regexp.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.sharedmemory.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.string.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es5.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es6.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.array.d.ts @@ -3064,6 +3191,7 @@ share/applications/clion.desktop %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-ide-plugin/index.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-ide-plugin/package.json %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-ide-plugin/protocol.js +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-ide-plugin/utils.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-vue/bin/vue-language-server.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-vue/package.json %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-vue1/bin/vue-language-server.js @@ -3101,6 +3229,8 @@ share/applications/clion.desktop %%DATADIR%%/plugins/javascript-plugin/languageService/eslint/src/standard17-plugin.ts %%DATADIR%%/plugins/javascript-plugin/languageService/eslint/src/typings/js-lanuage-api.d.ts %%DATADIR%%/plugins/javascript-plugin/languageService/eslint/tsconfig.json +%%DATADIR%%/plugins/javascript-plugin/lib/frontend-split/javascript-frontend.jar +%%DATADIR%%/plugins/javascript-plugin/lib/javascript-frontback.jar %%DATADIR%%/plugins/javascript-plugin/lib/javascript-plugin.jar %%DATADIR%%/plugins/javascript-plugin/projectTemplates/JavaScript/no_samples.zip %%DATADIR%%/plugins/javascript-plugin/projectTemplates/JavaScript/with_samples.zip @@ -3141,9 +3271,9 @@ share/applications/clion.desktop %%DATADIR%%/plugins/javascript-plugin/reporting/playwright/playwrightTestStep.js %%DATADIR%%/plugins/javascript-plugin/reporting/playwright/playwrightTestStructure.d.ts %%DATADIR%%/plugins/javascript-plugin/reporting/playwright/playwrightTestStructure.js -%%DATADIR%%/plugins/json/lib/client/json-frontend.jar -%%DATADIR%%/plugins/json/lib/json-split.jar +%%DATADIR%%/plugins/json/lib/frontend-split/json-frontend.jar %%DATADIR%%/plugins/json/lib/json.jar +%%DATADIR%%/plugins/json/lib/modules/intellij.json.split.jar %%DATADIR%%/plugins/jsonpath/lib/jsonpath.jar %%DATADIR%%/plugins/karma/js_reporter/karma-intellij/LICENSE.txt %%DATADIR%%/plugins/karma/js_reporter/karma-intellij/README.md @@ -3181,6 +3311,8 @@ share/applications/clion.desktop %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/GammaJul.ForTea.Core.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Application.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.CommandLine.CleanupCode.Resources.Strings.ja-JP.resources +%%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Common.Resources.Resources.Strings.ja-JP.resources +%%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Common.SnapshotManagement.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Common.SubsystemsManagement.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Common.SystemModulesOptionsManager.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Common.SystemModulesOptionsManager.Resources.SystemModulesConstants.ja-JP.resources @@ -3207,6 +3339,7 @@ share/applications/clion.desktop %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Platform.MsBuildHost.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Platform.UIInteractive.Ide.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Platform.UIInteractive.Text.Resources.Strings.ja-JP.resources +%%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Platform.VisualStudio.AnyEnd.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Platform.VisualStudio.Backend.OutOfProcess.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Platform.VisualStudio.Backend.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Platform.VisualStudio.Protocol.Resources.Strings.ja-JP.resources @@ -3245,6 +3378,8 @@ share/applications/clion.desktop %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.PsiFeatures.VisualStudio.SinceVs16RoslynAware.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.PsiFeatures.VisualStudio.SinceVs17.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.PsiFeatures.Web.UIInteractive.Resources.Strings.ja-JP.resources +%%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Qodana.Core.Resources.Strings.ja-JP.resources +%%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Qodana.VisualStudio.Common.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.RdBackend.Common.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.AI.Core.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Cpp.Resources.Strings.ja-JP.resources @@ -3393,10 +3528,18 @@ share/applications/clion.desktop %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.VsIntegration.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.XamarinMacAgent.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.dotCover.Home.Presentation.Resources.Strings.ja-JP.resources +%%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.dotCover.Ide.Common.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.dotCover.Ide.Core.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.dotCover.Interactive.Core.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.dotCover.Interactive.Presentation.Resources.Strings.ja-JP.resources +%%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.dotCover.Model.Interface.Resources.Strings.ja-JP.resources +%%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.dotCover.Model.Resources.Strings.ja-JP.resources +%%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.dotCover.Presentation.Avalonia.Resources.Strings.ja-JP.resources +%%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.dotCover.Presentation.Wpf.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.dotCover.RiderPlugin.Resources.Strings.ja-JP.resources +%%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.dotCover.StandaloneRunner.Resources.Strings.ja-JP.resources +%%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.dotCover.ViewModel.Interface.Resources.Strings.ja-JP.resources +%%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.dotCover.ViewModel.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.dotCover.Vs.Presentation.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.dotMemory.Core.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.dotMemory.Home.Presentation.Resources.Strings.ja-JP.resources @@ -3420,6 +3563,8 @@ share/applications/clion.desktop %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/GammaJul.ForTea.Core.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Application.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.CommandLine.CleanupCode.Resources.Strings.ko-KR.resources +%%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Common.Resources.Resources.Strings.ko-KR.resources +%%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Common.SnapshotManagement.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Common.SubsystemsManagement.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Common.SystemModulesOptionsManager.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Common.SystemModulesOptionsManager.Resources.SystemModulesConstants.ko-KR.resources @@ -3446,6 +3591,7 @@ share/applications/clion.desktop %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Platform.MsBuildHost.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Platform.UIInteractive.Ide.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Platform.UIInteractive.Text.Resources.Strings.ko-KR.resources +%%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Platform.VisualStudio.AnyEnd.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Platform.VisualStudio.Backend.OutOfProcess.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Platform.VisualStudio.Backend.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Platform.VisualStudio.Protocol.Resources.Strings.ko-KR.resources @@ -3484,6 +3630,8 @@ share/applications/clion.desktop %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.PsiFeatures.VisualStudio.SinceVs16RoslynAware.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.PsiFeatures.VisualStudio.SinceVs17.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.PsiFeatures.Web.UIInteractive.Resources.Strings.ko-KR.resources +%%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Qodana.Core.Resources.Strings.ko-KR.resources +%%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Qodana.VisualStudio.Common.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.RdBackend.Common.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.AI.Core.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Cpp.Resources.Strings.ko-KR.resources @@ -3632,10 +3780,18 @@ share/applications/clion.desktop %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.VsIntegration.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.XamarinMacAgent.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.dotCover.Home.Presentation.Resources.Strings.ko-KR.resources +%%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.dotCover.Ide.Common.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.dotCover.Ide.Core.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.dotCover.Interactive.Core.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.dotCover.Interactive.Presentation.Resources.Strings.ko-KR.resources +%%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.dotCover.Model.Interface.Resources.Strings.ko-KR.resources +%%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.dotCover.Model.Resources.Strings.ko-KR.resources +%%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.dotCover.Presentation.Avalonia.Resources.Strings.ko-KR.resources +%%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.dotCover.Presentation.Wpf.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.dotCover.RiderPlugin.Resources.Strings.ko-KR.resources +%%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.dotCover.StandaloneRunner.Resources.Strings.ko-KR.resources +%%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.dotCover.ViewModel.Interface.Resources.Strings.ko-KR.resources +%%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.dotCover.ViewModel.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.dotCover.Vs.Presentation.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.dotMemory.Core.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.dotMemory.Home.Presentation.Resources.Strings.ko-KR.resources @@ -3659,6 +3815,8 @@ share/applications/clion.desktop %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/GammaJul.ForTea.Core.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Application.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.CommandLine.CleanupCode.Resources.Strings.zh-CN.resources +%%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Common.Resources.Resources.Strings.zh-CN.resources +%%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Common.SnapshotManagement.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Common.SubsystemsManagement.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Common.SystemModulesOptionsManager.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Common.SystemModulesOptionsManager.Resources.SystemModulesConstants.zh-CN.resources @@ -3685,6 +3843,7 @@ share/applications/clion.desktop %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Platform.MsBuildHost.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Platform.UIInteractive.Ide.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Platform.UIInteractive.Text.Resources.Strings.zh-CN.resources +%%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Platform.VisualStudio.AnyEnd.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Platform.VisualStudio.Backend.OutOfProcess.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Platform.VisualStudio.Backend.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Platform.VisualStudio.Protocol.Resources.Strings.zh-CN.resources @@ -3723,6 +3882,8 @@ share/applications/clion.desktop %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.PsiFeatures.VisualStudio.SinceVs16RoslynAware.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.PsiFeatures.VisualStudio.SinceVs17.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.PsiFeatures.Web.UIInteractive.Resources.Strings.zh-CN.resources +%%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Qodana.Core.Resources.Strings.zh-CN.resources +%%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Qodana.VisualStudio.Common.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.RdBackend.Common.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.AI.Core.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Cpp.Resources.Strings.zh-CN.resources @@ -3871,10 +4032,18 @@ share/applications/clion.desktop %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.VsIntegration.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.XamarinMacAgent.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.dotCover.Home.Presentation.Resources.Strings.zh-CN.resources +%%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.dotCover.Ide.Common.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.dotCover.Ide.Core.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.dotCover.Interactive.Core.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.dotCover.Interactive.Presentation.Resources.Strings.zh-CN.resources +%%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.dotCover.Model.Interface.Resources.Strings.zh-CN.resources +%%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.dotCover.Model.Resources.Strings.zh-CN.resources +%%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.dotCover.Presentation.Avalonia.Resources.Strings.zh-CN.resources +%%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.dotCover.Presentation.Wpf.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.dotCover.RiderPlugin.Resources.Strings.zh-CN.resources +%%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.dotCover.StandaloneRunner.Resources.Strings.zh-CN.resources +%%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.dotCover.ViewModel.Interface.Resources.Strings.zh-CN.resources +%%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.dotCover.ViewModel.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.dotCover.Vs.Presentation.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.dotMemory.Core.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.dotMemory.Home.Presentation.Resources.Strings.zh-CN.resources @@ -3893,8 +4062,6 @@ share/applications/clion.desktop %%DATADIR%%/plugins/localization-zh/lib/localization-zh.jar %%DATADIR%%/plugins/makefile/lib/makefile.jar %%DATADIR%%/plugins/markdown/lib/markdown.jar -%%DATADIR%%/plugins/markdown/lib/modules/intellij.markdown.compose.preview.jar -%%DATADIR%%/plugins/ml-inline-completion/lib/ml-inline-completion.jar %%DATADIR%%/plugins/nativeDebug-plugin/lib/nativeDebug-plugin.jar %%DATADIR%%/plugins/nextjs/lib/nextjs.jar %%DATADIR%%/plugins/nodeJS-remoteInterpreter/lib/nodeJS-remoteInterpreter.jar @@ -3982,8 +4149,8 @@ share/applications/clion.desktop %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/package.json %%DATADIR%%/plugins/nodeJS/lib/nodeJS.jar %%DATADIR%%/plugins/performanceTesting-async/lib/performanceTesting-async.jar +%%DATADIR%%/plugins/performanceTesting/lib/modules/intellij.performanceTesting.frontend.jar %%DATADIR%%/plugins/performanceTesting/lib/performanceTesting.jar -%%DATADIR%%/plugins/platform-ide-provisioner/lib/platform-ide-provisioner.jar %%DATADIR%%/plugins/platform-ijent-impl/ijent-aarch64-unknown-linux-musl-release %%DATADIR%%/plugins/platform-ijent-impl/ijent-x86_64-unknown-linux-musl-release %%DATADIR%%/plugins/platform-ijent-impl/lib/platform-ijent-impl.jar @@ -4139,6 +4306,688 @@ share/applications/clion.desktop %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/jax.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/PreviewHTML/config.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/PreviewHTML/jax.js +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/apps/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/apps/config.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/apps/registry.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/conf/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/conf/global_settings.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/conf/locale/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/conf/urls/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/conf/urls/i18n.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/conf/urls/static.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/actions.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/apps.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/checks.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/decorators.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/exceptions.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/filters.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/forms.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/helpers.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/migrations/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/models.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/options.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/sites.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/templatetags/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/templatetags/admin_list.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/templatetags/admin_modify.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/templatetags/admin_urls.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/templatetags/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/templatetags/log.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/tests.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/views/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/views/autocomplete.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/views/decorators.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/views/main.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/widgets.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admindocs/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admindocs/apps.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admindocs/middleware.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admindocs/urls.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admindocs/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admindocs/views.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/admin.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/apps.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/backends.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/base_user.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/checks.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/context_processors.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/decorators.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/forms.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/handlers/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/handlers/modwsgi.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/hashers.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/management/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/management/commands/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/management/commands/changepassword.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/management/commands/createsuperuser.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/middleware.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/migrations/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/mixins.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/models.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/password_validation.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/signals.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/tokens.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/urls.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/validators.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/views.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/contenttypes/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/contenttypes/admin.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/contenttypes/apps.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/contenttypes/checks.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/contenttypes/fields.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/contenttypes/forms.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/contenttypes/management/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/contenttypes/management/commands/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/contenttypes/management/commands/remove_stale_contenttypes.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/contenttypes/migrations/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/contenttypes/models.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/contenttypes/prefetch.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/contenttypes/views.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/flatpages/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/flatpages/admin.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/flatpages/apps.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/flatpages/forms.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/flatpages/middleware.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/flatpages/migrations/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/flatpages/models.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/flatpages/sitemaps.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/flatpages/templatetags/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/flatpages/templatetags/flatpages.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/flatpages/urls.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/flatpages/views.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/admin/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/admin/options.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/apps.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/base/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/base/adapter.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/base/features.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/base/models.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/base/operations.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/mysql/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/mysql/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/mysql/features.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/mysql/introspection.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/mysql/operations.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/mysql/schema.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/oracle/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/oracle/adapter.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/oracle/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/oracle/features.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/oracle/introspection.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/oracle/models.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/oracle/operations.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/oracle/schema.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/postgis/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/postgis/adapter.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/postgis/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/postgis/const.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/postgis/features.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/postgis/introspection.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/postgis/models.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/postgis/operations.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/postgis/pgraster.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/postgis/schema.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/spatialite/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/spatialite/adapter.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/spatialite/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/spatialite/client.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/spatialite/features.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/spatialite/introspection.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/spatialite/models.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/spatialite/operations.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/spatialite/schema.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/models/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/models/aggregates.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/models/fields.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/models/functions.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/models/lookups.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/models/proxy.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/models/sql/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/models/sql/conversion.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/feeds.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/forms/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/forms/fields.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/forms/widgets.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/datasource.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/driver.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/envelope.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/error.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/feature.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/field.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/geometries.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/geomtype.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/layer.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/libgdal.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/prototypes/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/prototypes/ds.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/prototypes/errcheck.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/prototypes/generation.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/prototypes/geom.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/prototypes/raster.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/prototypes/srs.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/raster/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/raster/band.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/raster/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/raster/const.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/raster/source.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/srs.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geoip2/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geoip2/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geoip2/resources.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geometry.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/collections.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/coordseq.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/error.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/factory.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/geometry.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/io.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/libgeos.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/linestring.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/mutable_list.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/point.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/polygon.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/prepared.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/prototypes/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/prototypes/coordseq.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/prototypes/errcheck.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/prototypes/geom.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/prototypes/io.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/prototypes/misc.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/prototypes/predicates.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/prototypes/prepared.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/prototypes/threadsafe.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/prototypes/topology.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/measure.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/ptr.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/serializers/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/serializers/geojson.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/shortcuts.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/sitemaps/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/sitemaps/kml.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/sitemaps/views.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/utils/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/utils/layermapping.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/utils/ogrinfo.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/utils/ogrinspect.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/utils/srs.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/views.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/humanize/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/humanize/apps.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/humanize/templatetags/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/humanize/templatetags/humanize.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/messages/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/messages/api.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/messages/apps.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/messages/constants.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/messages/context_processors.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/messages/middleware.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/messages/storage/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/messages/storage/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/messages/storage/cookie.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/messages/storage/fallback.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/messages/storage/session.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/messages/test.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/messages/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/messages/views.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/aggregates/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/aggregates/general.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/aggregates/mixins.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/aggregates/statistics.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/apps.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/constraints.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/expressions.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/fields/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/fields/array.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/fields/citext.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/fields/hstore.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/fields/jsonb.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/fields/ranges.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/fields/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/forms/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/forms/array.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/forms/hstore.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/forms/ranges.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/functions.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/indexes.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/lookups.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/operations.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/search.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/serializers.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/signals.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/validators.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/redirects/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/redirects/admin.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/redirects/apps.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/redirects/middleware.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/redirects/migrations/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/redirects/models.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/apps.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/backends/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/backends/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/backends/cache.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/backends/cached_db.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/backends/db.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/backends/file.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/backends/signed_cookies.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/base_session.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/exceptions.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/management/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/management/commands/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/management/commands/clearsessions.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/middleware.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/migrations/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/models.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/serializers.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sitemaps/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sitemaps/apps.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sitemaps/views.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sites/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sites/admin.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sites/apps.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sites/checks.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sites/management.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sites/managers.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sites/middleware.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sites/migrations/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sites/models.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sites/requests.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sites/shortcuts.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/staticfiles/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/staticfiles/apps.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/staticfiles/checks.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/staticfiles/finders.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/staticfiles/handlers.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/staticfiles/management/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/staticfiles/management/commands/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/staticfiles/management/commands/collectstatic.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/staticfiles/management/commands/findstatic.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/staticfiles/management/commands/runserver.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/staticfiles/storage.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/staticfiles/testing.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/staticfiles/urls.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/staticfiles/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/staticfiles/views.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/syndication/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/syndication/apps.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/syndication/views.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/asgi.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/cache/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/cache/backends/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/cache/backends/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/cache/backends/db.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/cache/backends/dummy.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/cache/backends/filebased.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/cache/backends/locmem.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/cache/backends/memcached.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/cache/backends/redis.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/cache/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/checks/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/checks/async_checks.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/checks/caches.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/checks/compatibility/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/checks/compatibility/django_4_0.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/checks/database.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/checks/files.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/checks/messages.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/checks/model_checks.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/checks/registry.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/checks/security/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/checks/security/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/checks/security/csrf.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/checks/security/sessions.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/checks/templates.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/checks/translation.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/checks/urls.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/exceptions.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/files/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/files/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/files/images.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/files/locks.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/files/move.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/files/storage/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/files/storage/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/files/storage/filesystem.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/files/storage/handler.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/files/storage/memory.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/files/storage/mixins.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/files/temp.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/files/uploadedfile.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/files/uploadhandler.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/files/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/handlers/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/handlers/asgi.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/handlers/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/handlers/exception.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/handlers/wsgi.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/mail/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/mail/backends/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/mail/backends/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/mail/backends/console.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/mail/backends/dummy.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/mail/backends/filebased.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/mail/backends/locmem.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/mail/backends/smtp.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/mail/message.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/mail/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/color.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/check.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/compilemessages.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/createcachetable.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/dbshell.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/diffsettings.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/dumpdata.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/flush.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/inspectdb.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/loaddata.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/makemessages.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/makemigrations.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/migrate.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/optimizemigration.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/runserver.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/sendtestemail.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/shell.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/showmigrations.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/sqlflush.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/sqlmigrate.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/sqlsequencereset.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/squashmigrations.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/startapp.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/startproject.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/test.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/testserver.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/sql.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/templates.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/paginator.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/serializers/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/serializers/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/serializers/json.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/serializers/jsonl.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/serializers/python.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/serializers/pyyaml.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/serializers/xml_serializer.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/servers/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/servers/basehttp.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/signals.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/signing.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/validators.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/wsgi.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/base/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/base/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/base/client.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/base/creation.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/base/features.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/base/introspection.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/base/operations.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/base/schema.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/base/validation.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/ddl_references.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/dummy/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/dummy/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/dummy/features.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/mysql/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/mysql/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/mysql/client.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/mysql/compiler.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/mysql/creation.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/mysql/features.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/mysql/introspection.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/mysql/operations.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/mysql/schema.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/mysql/validation.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/oracle/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/oracle/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/oracle/client.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/oracle/creation.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/oracle/features.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/oracle/functions.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/oracle/introspection.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/oracle/operations.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/oracle/schema.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/oracle/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/oracle/validation.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/postgresql/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/postgresql/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/postgresql/client.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/postgresql/creation.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/postgresql/features.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/postgresql/introspection.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/postgresql/operations.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/postgresql/schema.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/signals.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/sqlite3/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/sqlite3/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/sqlite3/client.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/sqlite3/creation.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/sqlite3/features.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/sqlite3/introspection.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/sqlite3/operations.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/sqlite3/schema.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/autodetector.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/exceptions.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/executor.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/graph.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/loader.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/migration.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/operations/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/operations/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/operations/fields.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/operations/models.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/operations/special.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/operations/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/optimizer.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/questioner.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/recorder.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/serializer.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/state.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/writer.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/aggregates.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/constants.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/constraints.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/deletion.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/enums.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/expressions.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/fields/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/fields/files.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/fields/generated.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/fields/json.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/fields/mixins.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/fields/proxy.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/fields/related.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/fields/related_descriptors.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/fields/related_lookups.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/fields/reverse_related.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/functions/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/functions/comparison.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/functions/datetime.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/functions/math.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/functions/mixins.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/functions/text.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/functions/window.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/indexes.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/lookups.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/manager.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/options.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/query.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/query_utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/signals.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/sql/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/sql/compiler.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/sql/constants.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/sql/datastructures.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/sql/query.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/sql/subqueries.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/sql/where.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/transaction.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/dispatch/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/dispatch/dispatcher.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/forms/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/forms/boundfield.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/forms/fields.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/forms/forms.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/forms/formsets.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/forms/models.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/forms/renderers.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/forms/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/forms/widgets.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/http/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/http/cookie.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/http/multipartparser.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/http/request.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/http/response.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/middleware/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/middleware/cache.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/middleware/clickjacking.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/middleware/common.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/middleware/csrf.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/middleware/gzip.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/middleware/http.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/middleware/locale.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/middleware/security.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/shortcuts.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/backends/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/backends/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/backends/django.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/backends/dummy.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/backends/jinja2.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/backends/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/context.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/context_processors.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/defaultfilters.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/defaulttags.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/engine.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/exceptions.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/library.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/loader.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/loader_tags.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/loaders/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/loaders/app_directories.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/loaders/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/loaders/cached.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/loaders/filesystem.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/loaders/locmem.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/response.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/smartif.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/templatetags/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/templatetags/cache.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/templatetags/i18n.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/templatetags/l10n.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/templatetags/static.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/templatetags/tz.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/test/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/test/client.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/test/html.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/test/runner.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/test/selenium.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/test/signals.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/test/testcases.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/test/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/urls/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/urls/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/urls/conf.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/urls/converters.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/urls/exceptions.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/urls/resolvers.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/urls/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/_os.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/archive.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/asyncio.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/autoreload.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/cache.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/choices.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/connection.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/crypto.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/datastructures.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/dateformat.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/dateparse.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/dates.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/deconstruct.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/decorators.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/deprecation.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/duration.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/encoding.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/feedgenerator.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/formats.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/functional.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/hashable.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/html.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/http.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/inspect.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/ipv6.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/itercompat.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/jslex.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/log.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/lorem_ipsum.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/module_loading.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/numberformat.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/regex_helper.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/safestring.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/termcolors.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/text.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/timesince.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/timezone.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/translation/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/translation/reloader.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/translation/template.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/translation/trans_null.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/translation/trans_real.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/tree.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/version.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/xmlutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/csrf.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/debug.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/decorators/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/decorators/cache.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/decorators/clickjacking.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/decorators/common.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/decorators/csrf.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/decorators/debug.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/decorators/gzip.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/decorators/http.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/decorators/vary.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/defaults.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/generic/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/generic/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/generic/dates.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/generic/detail.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/generic/edit.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/generic/list.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/i18n.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/static.pyi %%DATADIR%%/plugins/python-ce/helpers/check_all_test_suite.py %%DATADIR%%/plugins/python-ce/helpers/conda_packaging_tool.py %%DATADIR%%/plugins/python-ce/helpers/coverage_runner/__init__.py @@ -4305,6 +5154,10 @@ share/applications/clion.desktop %%DATADIR%%/plugins/python-ce/helpers/generator3/util_methods.py %%DATADIR%%/plugins/python-ce/helpers/generator3/version.txt %%DATADIR%%/plugins/python-ce/helpers/icon-robots.txt +%%DATADIR%%/plugins/python-ce/helpers/jupyter_debug/__init__.py +%%DATADIR%%/plugins/python-ce/helpers/jupyter_debug/pydev_jupyter_plugin.py +%%DATADIR%%/plugins/python-ce/helpers/jupyter_debug/pydev_jupyter_utils.py +%%DATADIR%%/plugins/python-ce/helpers/jupyter_debug/pydev_jupyter_vars.py %%DATADIR%%/plugins/python-ce/helpers/packaging_tool.py %%DATADIR%%/plugins/python-ce/helpers/pip-24.3.1-py2.py3-none-any.whl %%DATADIR%%/plugins/python-ce/helpers/pockets/__init__.py @@ -4802,7 +5655,7 @@ share/applications/clion.desktop %%DATADIR%%/plugins/python-ce/helpers/pycodestyle.py %%DATADIR%%/plugins/python-ce/helpers/pydev/LICENSE %%DATADIR%%/plugins/python-ce/helpers/pydev/MANIFEST.in -%%DATADIR%%/plugins/python-ce/helpers/pydev/README.rst +%%DATADIR%%/plugins/python-ce/helpers/pydev/README.md %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/__init__.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/_pydev_calltip_util.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/_pydev_completer.py @@ -4936,10 +5789,14 @@ share/applications/clion.desktop %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_xml.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/smart_step_into/__init__.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/smart_step_into/pydevd_smart_step_into_27.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/smart_step_into/pydevd_smart_step_into_311.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/smart_step_into/pydevd_smart_step_into_36_310.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/smart_step_into/pydevd_smart_step_into_util.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/__init__.py +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/images/__init__.py +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/images/pydevd_image_loader.py +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/images/pydevd_matplotlib_image.py +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/images/pydevd_numpy_based_image.py +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/images/pydevd_numpy_image.py +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/images/pydevd_pillow_image.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/pydevd_dataset.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/pydevd_numpy.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/pydevd_numpy_based.py @@ -4980,6 +5837,14 @@ share/applications/clion.desktop %%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/names_to_rename.py %%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/pydevd_release_process.txt %%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/rename_pep8.py +%%DATADIR%%/plugins/python-ce/helpers/pydev/ci-requirements/ci-requirements-27.txt +%%DATADIR%%/plugins/python-ce/helpers/pydev/ci-requirements/ci-requirements-310.txt +%%DATADIR%%/plugins/python-ce/helpers/pydev/ci-requirements/ci-requirements-311.txt +%%DATADIR%%/plugins/python-ce/helpers/pydev/ci-requirements/ci-requirements-312.txt +%%DATADIR%%/plugins/python-ce/helpers/pydev/ci-requirements/ci-requirements-313.txt +%%DATADIR%%/plugins/python-ce/helpers/pydev/ci-requirements/ci-requirements-314.txt +%%DATADIR%%/plugins/python-ce/helpers/pydev/ci-requirements/ci-requirements-38.txt +%%DATADIR%%/plugins/python-ce/helpers/pydev/ci-requirements/ci-requirements-39.txt %%DATADIR%%/plugins/python-ce/helpers/pydev/interpreterInfo.py %%DATADIR%%/plugins/python-ce/helpers/pydev/merge_pydev_pycharm.txt %%DATADIR%%/plugins/python-ce/helpers/pydev/pycharm-console.rst @@ -5104,6 +5969,14 @@ share/applications/clion.desktop %%DATADIR%%/plugins/python-ce/helpers/pydev/stubs/_django_manager_body.py %%DATADIR%%/plugins/python-ce/helpers/pydev/stubs/_get_tips.py %%DATADIR%%/plugins/python-ce/helpers/pydev/stubs/pycompletion.py +%%DATADIR%%/plugins/python-ce/helpers/pydev/test-requirements/test-requirements-27.txt +%%DATADIR%%/plugins/python-ce/helpers/pydev/test-requirements/test-requirements-310.txt +%%DATADIR%%/plugins/python-ce/helpers/pydev/test-requirements/test-requirements-311.txt +%%DATADIR%%/plugins/python-ce/helpers/pydev/test-requirements/test-requirements-312.txt +%%DATADIR%%/plugins/python-ce/helpers/pydev/test-requirements/test-requirements-313.txt +%%DATADIR%%/plugins/python-ce/helpers/pydev/test-requirements/test-requirements-314.txt +%%DATADIR%%/plugins/python-ce/helpers/pydev/test-requirements/test-requirements-38.txt +%%DATADIR%%/plugins/python-ce/helpers/pydev/test-requirements/test-requirements-39.txt %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/isort_container/isort/__init__.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/isort_container/isort/__main__.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/isort_container/isort/hooks.py @@ -5228,11 +6101,125 @@ share/applications/clion.desktop %%DATADIR%%/plugins/python-ce/helpers/rest_runners/sphinx_runner.py %%DATADIR%%/plugins/python-ce/helpers/setuptools-44.1.1-py2.py3-none-any.whl %%DATADIR%%/plugins/python-ce/helpers/six.py +%%DATADIR%%/plugins/python-ce/helpers/sphinxcontrib/__init__.py %%DATADIR%%/plugins/python-ce/helpers/sphinxcontrib/napoleon/__init__.py %%DATADIR%%/plugins/python-ce/helpers/sphinxcontrib/napoleon/_upstream.py %%DATADIR%%/plugins/python-ce/helpers/sphinxcontrib/napoleon/_version.py %%DATADIR%%/plugins/python-ce/helpers/sphinxcontrib/napoleon/docstring.py %%DATADIR%%/plugins/python-ce/helpers/syspath.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/.gitattributes +%%DATADIR%%/plugins/python-ce/helpers/testResources/__main__.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/build.gradle.kts +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_fragments_math.html +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_fragments_math.json +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_fragments_math_out.json +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_fragments_only_multiline_return_section.html +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_fragments_only_multiline_return_section.json +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_fragments_only_multiline_return_section_out.json +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_fragments_simple.html +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_fragments_simple.json +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_fragments_simple_out.json +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_no_empty_line_between_text_and_attributes.html +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_no_empty_line_between_text_and_attributes.rest +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_no_empty_line_between_text_and_attributes.txt +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_no_empty_line_between_text_and_seealso.html +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_no_empty_line_between_text_and_seealso.rest +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_no_empty_line_between_text_and_seealso.txt +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_return_description_no_type.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_return_description_no_type.rest +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_sections.html +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_sections.rest +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_sections.txt +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/numpy_ZD846170.html +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/numpy_ZD846170.rest +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/numpy_ZD846170.txt +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/numpy_fragments_params.html +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/numpy_fragments_params.json +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/numpy_fragments_params_out.json +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/numpy_fragments_table.html +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/numpy_fragments_table.json +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/numpy_fragments_table_out.json +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/numpy_no_empty_line_between_text_and_param.html +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/numpy_no_empty_line_between_text_and_param.rest +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/numpy_no_empty_line_between_text_and_param.txt +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/numpy_no_summary.html +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/numpy_no_summary.rest +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/numpy_no_summary.txt +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/numpy_vararg.html +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/numpy_vararg.rest +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/numpy_vararg.txt +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_bad_rtype_annotation.html +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_bad_rtype_annotation.txt +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_fragments_functional.json +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_fragments_functional_out.json +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_fragments_only_body.html +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_fragments_only_body.json +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_fragments_only_body_out.json +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_fragments_unicode.html +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_fragments_unicode.json +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_fragments_unicode_out.json +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_gimpfu_docstring.html +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_gimpfu_docstring.txt +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_no_empty_line_between_math_and_param.html +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_no_empty_line_between_math_and_param.txt +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_no_empty_line_between_text_and_param.html +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_no_empty_line_between_text_and_param.txt +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_returns_and_rtype_combined.html +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_returns_and_rtype_combined.txt +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_rtype_type_without_return_param.html +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_rtype_type_without_return_param.txt +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_simple.html +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_simple.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_type_in_backticks.html +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_type_in_backticks.txt +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/basic_layout/root1/mod.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/basic_layout/root1/pkg/__init__.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/basic_layout/root1/pkg/mod1.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/basic_layout/root1/pkg/mod2.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/basic_layout/root2/mod.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/basic_layout/root3/mod.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/nested_roots/root/pkg/__init__.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/nested_roots/root/pkg/nested/mod.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/new_state_json_content/root/dir/mod.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/new_state_json_content/root/mod.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/non_dir_roots_ignored/root.egg +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/non_dir_roots_ignored/root/mod.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/non_existing_roots_ignored/root/mod.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/output_dir_cannot_be_inside_root/root/mod.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/output_dir_cannot_be_root/root/mod.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/project_root_excluded/project_root/__init__.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/project_root_excluded/root1/__init__.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/project_root_excluded/root2/__init__.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/roots_with_identical_name/dir/root/mod.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/roots_with_identical_name/root/mod.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/state_json_invalid_entries_removed/root/dir/mod.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/state_json_original_order_of_roots_preserved/a/mod.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/state_json_original_order_of_roots_preserved/b/mod.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/state_json_original_order_of_roots_preserved/c/mod.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/state_json_when_dir_added/root/dir/mod.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/state_json_when_dir_added/root/new/__init__.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/state_json_when_dir_removed/root/mod.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/state_json_when_file_added/root/dir/mod.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/state_json_when_file_added/root/new.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/state_json_when_file_changed/root/dir/mod.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/state_json_when_file_removed/root/dir/mod.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/state_json_when_nothing_changed/root/dir/mod.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/state_json_when_root_added/new/mod.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/state_json_when_root_added/root/dir/mod.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/state_json_when_root_removed/root/dir/mod.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/versioned_dot_so_libraries_ignored/root/lib.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/versioned_dot_so_libraries_ignored/root/lib.so.8 +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/versioned_dot_so_libraries_ignored/root/lib.so.8.1 +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/versioned_dot_so_libraries_ignored/root/lib.so.8.1.0 +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/versioned_dot_so_libraries_ignored/root/lib.so.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/generator3_tests/__init__.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/generator3_tests/test_generation.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/generator3_tests/test_redeclarator.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/generator3_tests/test_utils.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/test_docstring_formatter.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/test_remote_sync.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/testing.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/tox.ini %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/README.md %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_ply/__init__.py %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_ply/cpp.py @@ -6275,7 +7262,8 @@ share/applications/clion.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ssl.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/stat.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/statistics.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/string.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/string/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/string/templatelib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/stringprep.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/struct.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/subprocess.pyi @@ -9122,17 +10110,6 @@ share/applications/clion.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/span.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/tags.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/tracer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/mqtt/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/mqtt/client.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/mqtt/matcher.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/mqtt/packettypes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/mqtt/properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/mqtt/publish.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/mqtt/reasoncodes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/mqtt/subscribe.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/mqtt/subscribeoptions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/@tests/stubtest_allowlist_darwin.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/@tests/stubtest_allowlist_linux.txt @@ -10497,8 +11474,22 @@ share/applications/clion.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/_aliases.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/audio.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/autodiff.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/autograph/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/autograph/experimental.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/bitwise.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/compiler/xla/service/hlo_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/compiler/xla/service/hlo_profile_printer_data_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/compiler/xla/service/metrics_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/compiler/xla/service/test_compilation_environment_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/compiler/xla/service/xla_compile_result_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/compiler/xla/tsl/protobuf/bfc_memory_map_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/compiler/xla/tsl/protobuf/test_log_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/compiler/xla/xla_data_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/compiler/xla/xla_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/config/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/config/experimental.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/example/example_parser_configuration_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/example/example_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/example/feature_pb2.pyi @@ -10506,11 +11497,14 @@ share/applications/clion.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/api_def_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/attr_value_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/cost_graph_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/cpp_shape_inference_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/dataset_metadata_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/dataset_options_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/dataset_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/device_attributes_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/full_type_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/function_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/graph_debug_info_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/graph_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/graph_transfer_info_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/kernel_def_pb2.pyi @@ -10518,6 +11512,7 @@ share/applications/clion.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/model_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/node_def_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/op_def_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/optimized_function_graph_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/reader_base_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/resource_handle_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/step_stats_pb2.pyi @@ -10535,27 +11530,26 @@ share/applications/clion.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/composite_tensor_variant_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/config_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/control_flow_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/coordination_config_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/core_platform_payloads_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/data_service_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/debug_event_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/debug_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/device_filters_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/device_properties_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/distributed_runtime_payloads_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/error_codes_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/fingerprint_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/graph_debug_info_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/meta_graph_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/named_tensor_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/queue_runner_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/remote_tensor_handle_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/rewriter_config_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/rpc_options_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/saved_model_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/saved_object_graph_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/saver_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/service_config_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/snapshot_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/status_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/struct_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/tensor_bundle_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/tensorflow_server_pb2.pyi @@ -10573,28 +11567,38 @@ share/applications/clion.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/util/test_log_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/data/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/data/experimental.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/distribute/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/distribute/coordinator.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/distribute/experimental/coordinator.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/dtypes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/experimental/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/experimental/dtensor.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/feature_column/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/initializers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/io/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/io/gfile.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/activations.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/callbacks.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/constraints.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/initializers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/layers.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/layers/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/losses.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/metrics.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/models.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/optimizers/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/optimizers/legacy/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/optimizers/schedules.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/regularizers.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/linalg.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/math.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/nn.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/distribute/distribute_lib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/feature_column/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/feature_column/feature_column_v2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/feature_column/sequence_feature_column.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/framework/dtypes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/keras/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/keras/protobuf/projector_config_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/keras/protobuf/saved_metadata_pb2.pyi @@ -10602,9 +11606,29 @@ share/applications/clion.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/trackable/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/trackable/autotrackable.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/trackable/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/trackable/resource.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/trackable/ressource.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/training/tracking/autotrackable.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/random.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/raw_ops.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/saved_model/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/saved_model/experimental.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/signal.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/sparse.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/strings.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/summary.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/train/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/train/experimental.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/tsl/protobuf/coordination_config_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/tsl/protobuf/coordination_service_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/tsl/protobuf/distributed_runtime_payloads_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/tsl/protobuf/dnn_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/tsl/protobuf/error_codes_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/tsl/protobuf/histogram_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/tsl/protobuf/rpc_options_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/tsl/protobuf/status_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/types/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/types/experimental.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/toml/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/toml/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/toml/toml/__init__.pyi @@ -10884,8 +11908,9 @@ share/applications/clion.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zxcvbn/zxcvbn/matching.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zxcvbn/zxcvbn/scoring.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zxcvbn/zxcvbn/time_estimates.pyi +%%DATADIR%%/plugins/python-ce/helpers/uv/uv_sync_proxy.py %%DATADIR%%/plugins/python-ce/helpers/virtualenv-20.13.0.pyz -%%DATADIR%%/plugins/python-ce/helpers/virtualenv-20.24.5.pyz +%%DATADIR%%/plugins/python-ce/helpers/virtualenv-py3.pyz %%DATADIR%%/plugins/python-ce/lib/python-ce.jar %%DATADIR%%/plugins/python-ce/lib/python-common.jar %%DATADIR%%/plugins/qml-plugin/lib/qml-plugin.jar @@ -10901,6 +11926,7 @@ share/applications/clion.desktop %%DATADIR%%/plugins/searchEverywhereMl/lib/searchEverywhereMl.jar %%DATADIR%%/plugins/settingsSync/lib/settingsSync.jar %%DATADIR%%/plugins/sh/lib/sh.jar +%%DATADIR%%/plugins/station-plugin/lib/modules/intellij.station.frontend.split.jar %%DATADIR%%/plugins/station-plugin/lib/station-plugin.jar %%DATADIR%%/plugins/styled-components/lib/styled-components.jar %%DATADIR%%/plugins/stylelint/lib/stylelint.jar @@ -10913,13 +11939,21 @@ share/applications/clion.desktop %%DATADIR%%/plugins/terminal/shell-integrations/bash/bash-fig.bash %%DATADIR%%/plugins/terminal/shell-integrations/bash/bash-integration.bash %%DATADIR%%/plugins/terminal/shell-integrations/bash/bash-preexec.bash +%%DATADIR%%/plugins/terminal/shell-integrations/bash/command-block-support-reworked.bash %%DATADIR%%/plugins/terminal/shell-integrations/bash/command-block-support.bash +%%DATADIR%%/plugins/terminal/shell-integrations/fish/command-block-support-reworked.fish %%DATADIR%%/plugins/terminal/shell-integrations/fish/command-block-support.fish %%DATADIR%%/plugins/terminal/shell-integrations/fish/fish-integration.fish +%%DATADIR%%/plugins/terminal/shell-integrations/powershell/command-block-support-reworked.ps1 %%DATADIR%%/plugins/terminal/shell-integrations/powershell/command-block-support.ps1 %%DATADIR%%/plugins/terminal/shell-integrations/powershell/powershell-integration.ps1 -%%DATADIR%%/plugins/terminal/shell-integrations/zsh/.zshenv +%%DATADIR%%/plugins/terminal/shell-integrations/zsh/command-block-support-reworked.zsh %%DATADIR%%/plugins/terminal/shell-integrations/zsh/command-block-support.zsh +%%DATADIR%%/plugins/terminal/shell-integrations/zsh/zdotdir/.zlogin +%%DATADIR%%/plugins/terminal/shell-integrations/zsh/zdotdir/.zprofile +%%DATADIR%%/plugins/terminal/shell-integrations/zsh/zdotdir/.zshenv +%%DATADIR%%/plugins/terminal/shell-integrations/zsh/zdotdir/.zshrc +%%DATADIR%%/plugins/terminal/shell-integrations/zsh/zdotdir/source-original.zsh %%DATADIR%%/plugins/terminal/shell-integrations/zsh/zsh-integration.zsh %%DATADIR%%/plugins/textmate/lib/bundles/adoc/LICENSE %%DATADIR%%/plugins/textmate/lib/bundles/adoc/README.md @@ -11298,6 +12332,7 @@ share/applications/clion.desktop %%DATADIR%%/plugins/textmate/lib/bundles/yaml/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/yaml/syntaxes/yaml.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/textmate.jar +%%DATADIR%%/plugins/toml/lib/toml-frontend.jar %%DATADIR%%/plugins/toml/lib/toml.jar %%DATADIR%%/plugins/tslint/js/convert-tslint-config.js %%DATADIR%%/plugins/tslint/js/languageService/tslint-plugin-provider.js @@ -11305,10 +12340,11 @@ share/applications/clion.desktop %%DATADIR%%/plugins/tslint/js/utils.js %%DATADIR%%/plugins/tslint/lib/tslint.jar %%DATADIR%%/plugins/uml/lib/uml-support.jar +%%DATADIR%%/plugins/vcs-git-commit-modal/lib/vcs-git-commit-modal.jar %%DATADIR%%/plugins/vcs-git/lib/git4idea-rt.jar %%DATADIR%%/plugins/vcs-git/lib/vcs-git.jar -%%DATADIR%%/plugins/vcs-github-ultimate/lib/vcs-github.jar -%%DATADIR%%/plugins/vcs-gitlab/lib/vcs-gitlab.jar +%%DATADIR%%/plugins/vcs-github-IU/lib/vcs-github.jar +%%DATADIR%%/plugins/vcs-gitlab-IU/lib/vcs-gitlab.jar %%DATADIR%%/plugins/vcs-hg/lib/vcs-hg.jar %%DATADIR%%/plugins/vcs-perforce/lib/vcs-perforce.jar %%DATADIR%%/plugins/vcs-svn/lib/vcs-svn.jar @@ -11350,8 +12386,8 @@ share/applications/clion.desktop %%DATADIR%%/plugins/webpack/lib/webpack.jar %%DATADIR%%/plugins/xpath/lib/rt/xslt-rt.jar %%DATADIR%%/plugins/xpath/lib/xpath.jar -%%DATADIR%%/plugins/yaml/lib/client/yaml-frontend.jar -%%DATADIR%%/plugins/yaml/lib/yaml-editing.jar +%%DATADIR%%/plugins/yaml/lib/modules/intellij.yaml.backend.jar +%%DATADIR%%/plugins/yaml/lib/modules/intellij.yaml.frontend.split.jar %%DATADIR%%/plugins/yaml/lib/yaml.jar %%DATADIR%%/product-info.json share/man/man1/clion.1.gz diff --git a/devel/jetbrains-goland/Makefile b/devel/jetbrains-goland/Makefile index ac997ad216fb..00dd2285ffbd 100644 --- a/devel/jetbrains-goland/Makefile +++ b/devel/jetbrains-goland/Makefile @@ -1,5 +1,5 @@ PORTNAME= goland -DISTVERSION= 2025.1.2 +DISTVERSION= 2025.1.4 CATEGORIES= devel MASTER_SITES= https://download-cdn.jetbrains.com/go/ PKGNAMEPREFIX= jetbrains- @@ -65,6 +65,7 @@ do-install: ${WRKSRC}/lib/jna \ ${WRKSRC}/lib/native \ ${WRKSRC}/lib/pty4j \ + ${WRKSRC}/lib/skiko-awt-runtime-all \ ${WRKSRC}/plugins/cwm-plugin \ ${WRKSRC}/plugins/gateway-plugin/lib/remote-dev-workers \ ${WRKSRC}/plugins/go-plugin/lib/dlv \ diff --git a/devel/jetbrains-goland/distinfo b/devel/jetbrains-goland/distinfo index 8253778f4bec..64e1db69fb7d 100644 --- a/devel/jetbrains-goland/distinfo +++ b/devel/jetbrains-goland/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750080637 -SHA256 (jetbrains/goland-2025.1.2.tar.gz) = 18d4465e8c50911d8f4ecd7ba75ee1aa14cf3d05eb4df39790729cf67bf2a638 -SIZE (jetbrains/goland-2025.1.2.tar.gz) = 1123057926 +TIMESTAMP = 1753543577 +SHA256 (jetbrains/goland-2025.1.4.tar.gz) = 42efe9cc97248403e868180339f403ab390e9a335a658bd7aa905b64c03c7a31 +SIZE (jetbrains/goland-2025.1.4.tar.gz) = 1087590072 diff --git a/devel/jetbrains-goland/pkg-plist b/devel/jetbrains-goland/pkg-plist index 95a48975583a..28cb7c203780 100644 --- a/devel/jetbrains-goland/pkg-plist +++ b/devel/jetbrains-goland/pkg-plist @@ -20,7 +20,7 @@ share/applications/goland.desktop %%DATADIR%%/lib/app-client.jar %%DATADIR%%/lib/app.jar %%DATADIR%%/lib/bouncy-castle.jar -%%DATADIR%%/lib/build-marker-GO-251.26094.127 +%%DATADIR%%/lib/build-marker-GO-251.27812.54 %%DATADIR%%/lib/ext/platform-main.jar %%DATADIR%%/lib/external-system-rt.jar %%DATADIR%%/lib/externalProcess-rt.jar @@ -58,6 +58,7 @@ share/applications/goland.desktop %%DATADIR%%/lib/modules/intellij.platform.clouds.jar %%DATADIR%%/lib/modules/intellij.platform.collaborationTools.jar %%DATADIR%%/lib/modules/intellij.platform.compose.jar +%%DATADIR%%/lib/modules/intellij.platform.compose.markdown.jar %%DATADIR%%/lib/modules/intellij.platform.coverage.agent.jar %%DATADIR%%/lib/modules/intellij.platform.coverage.jar %%DATADIR%%/lib/modules/intellij.platform.dap.jar @@ -82,6 +83,7 @@ share/applications/goland.desktop %%DATADIR%%/lib/modules/intellij.platform.jewel.markdown.extensions.gfmAlerts.jar %%DATADIR%%/lib/modules/intellij.platform.jewel.markdown.extensions.gfmStrikethrough.jar %%DATADIR%%/lib/modules/intellij.platform.jewel.markdown.extensions.gfmTables.jar +%%DATADIR%%/lib/modules/intellij.platform.jewel.markdown.extensions.images.jar %%DATADIR%%/lib/modules/intellij.platform.jewel.markdown.ideLafBridgeStyling.jar %%DATADIR%%/lib/modules/intellij.platform.jewel.ui.jar %%DATADIR%%/lib/modules/intellij.platform.kernel.backend.jar @@ -197,6 +199,7 @@ share/applications/goland.desktop %%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.rider.cpp.completion.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.rider.csharp.completion.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.ruby.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.rust.completion.jar %%DATADIR%%/plugins/fullLine/promo/Aqua/AIEnterprise.png %%DATADIR%%/plugins/fullLine/promo/Aqua/CloudCompletion.png %%DATADIR%%/plugins/fullLine/promo/Aqua/CloudCompletion_dark.png @@ -383,8 +386,8 @@ share/applications/goland.desktop %%DATADIR%%/plugins/go-plugin/license/golang-license.txt %%DATADIR%%/plugins/go-plugin/license/gopher-license.txt %%DATADIR%%/plugins/go-plugin/license/re2j-license.txt -%%DATADIR%%/plugins/go-sharedIndexes-bundled/gosdk/gosdk-3b128438d3f6-4b567d62c776.ijx -%%DATADIR%%/plugins/go-sharedIndexes-bundled/gosdk/gosdk-3b128438d3f6-4b567d62c776.txt +%%DATADIR%%/plugins/go-sharedIndexes-bundled/gosdk/gosdk-3b128438d3f6-07d2d2d66b1e.ijx +%%DATADIR%%/plugins/go-sharedIndexes-bundled/gosdk/gosdk-3b128438d3f6-07d2d2d66b1e.txt %%DATADIR%%/plugins/go-sharedIndexes-bundled/lib/go-sharedIndexes-bundled.jar %%DATADIR%%/plugins/go-template/lib/go-template.jar %%DATADIR%%/plugins/grazie/lib/grazie.jar @@ -446,9 +449,11 @@ share/applications/goland.desktop %%DATADIR%%/plugins/javascript-plugin/helpers/vitest-intellij/node_modules/vitest-intellij-reporter-safe.js %%DATADIR%%/plugins/javascript-plugin/helpers/vitest-intellij/vitest-intellij-reporter.js %%DATADIR%%/plugins/javascript-plugin/helpers/vitest-intellij/vitest-intellij-util.js -%%DATADIR%%/plugins/javascript-plugin/js/js-predefined-d6986cc7102b-b26f3e71634d.ijx -%%DATADIR%%/plugins/javascript-plugin/js/js-predefined-d6986cc7102b-b26f3e71634d.txt +%%DATADIR%%/plugins/javascript-plugin/js/js-predefined-d6986cc7102b-09060db00ec0.ijx +%%DATADIR%%/plugins/javascript-plugin/js/js-predefined-d6986cc7102b-09060db00ec0.txt %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/!HowToUpdateBundledTypeScript.md +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/_tsserver.js +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/_typingsInstaller.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/browser.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/cancellationToken.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/diagnosticMessages.json @@ -474,6 +479,7 @@ share/applications/goland.desktop %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2016.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2016.full.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2016.intl.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.arraybuffer.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.date.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.full.d.ts @@ -526,6 +532,15 @@ share/applications/goland.desktop %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2023.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2023.full.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2023.intl.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.arraybuffer.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.collection.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.full.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.object.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.promise.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.regexp.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.sharedmemory.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.string.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es5.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es6.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.array.d.ts diff --git a/devel/jetbrains-phpstorm/Makefile b/devel/jetbrains-phpstorm/Makefile index bced7ddc4e54..5165ddd9982c 100644 --- a/devel/jetbrains-phpstorm/Makefile +++ b/devel/jetbrains-phpstorm/Makefile @@ -1,5 +1,5 @@ PORTNAME= phpstorm -DISTVERSION= 2024.3.5 +DISTVERSION= 2025.1.4.1 CATEGORIES= devel MASTER_SITES= https://download-cdn.jetbrains.com/webide/ PKGNAMEPREFIX= jetbrains- @@ -27,7 +27,7 @@ RUN_DEPENDS= intellij-fsnotifier>0:java/intellij-fsnotifier \ USES= cpe java python:run CPE_VENDOR= jetbrains -JAVA_VERSION= 17+ +JAVA_VERSION= 21+ DATADIR= ${PREFIX}/share/jetbrains/${PORTNAME} @@ -37,7 +37,7 @@ NO_BUILD= yes SUB_FILES= ${PORTNAME} ${PORTNAME}.desktop pkg-message SUB_LIST= JAVA_HOME=${JAVA_HOME} -WRKSRC= ${WRKDIR}/PhpStorm-243.26053.13 +WRKSRC= ${WRKDIR}/PhpStorm-251.27812.52 _PTY4J_ARCH= freebsd/${ARCH:S/amd64/x86-64/} _SQLITE_ARCH= linux-${ARCH:S/amd64/x86_64/} @@ -59,6 +59,7 @@ do-install: ${WRKSRC}/lib/jna \ ${WRKSRC}/lib/native \ ${WRKSRC}/lib/pty4j \ + ${WRKSRC}/lib/skiko-awt-runtime-all \ ${WRKSRC}/plugins/cwm-plugin \ ${WRKSRC}/plugins/gateway-plugin/lib/remote-dev-workers \ ${WRKSRC}/plugins/remote-dev-server \ @@ -86,5 +87,7 @@ do-install: # Use sqlite replacement provided by devel/jetbrains-sqlite ${MKDIR} ${STAGEDIR}${DATADIR}/lib/native/${_SQLITE_ARCH} ${LN} -sf ../../../../sqlite/${ARCH}/libsqliteij.so ${STAGEDIR}${DATADIR}/lib/native/${_SQLITE_ARCH}/libsqliteij.so +# Disable automatic updates + ${ECHO} "ide.no.platform.update=FreeBSD Ports" >> ${STAGEDIR}${DATADIR}/bin/idea.properties .include <bsd.port.mk> diff --git a/devel/jetbrains-phpstorm/distinfo b/devel/jetbrains-phpstorm/distinfo index 1a0ed7b6e8d5..20760446014a 100644 --- a/devel/jetbrains-phpstorm/distinfo +++ b/devel/jetbrains-phpstorm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741987183 -SHA256 (jetbrains/PhpStorm-2024.3.5.tar.gz) = e12efb584eb9b632703d1bee9986d95ac09aceaf76ca40e9188d82b713ff0fc1 -SIZE (jetbrains/PhpStorm-2024.3.5.tar.gz) = 1041249561 +TIMESTAMP = 1753563231 +SHA256 (jetbrains/PhpStorm-2025.1.4.1.tar.gz) = 92cd8d570d0307188190761c7cd0d0f77351ff119735073c2a101e4a364292b4 +SIZE (jetbrains/PhpStorm-2025.1.4.1.tar.gz) = 1024833285 diff --git a/devel/jetbrains-phpstorm/pkg-plist b/devel/jetbrains-phpstorm/pkg-plist index 68acb1f94178..3651ed5c559c 100644 --- a/devel/jetbrains-phpstorm/pkg-plist +++ b/devel/jetbrains-phpstorm/pkg-plist @@ -20,14 +20,13 @@ share/applications/phpstorm.desktop %%DATADIR%%/lib/app-client.jar %%DATADIR%%/lib/app.jar %%DATADIR%%/lib/bouncy-castle.jar -%%DATADIR%%/lib/build-marker-PS-243.26053.13 -%%DATADIR%%/lib/cds/classesLogAgent.jar +%%DATADIR%%/lib/build-marker-PS-251.27812.52 %%DATADIR%%/lib/ext/platform-main.jar %%DATADIR%%/lib/external-system-rt.jar %%DATADIR%%/lib/externalProcess-rt.jar %%DATADIR%%/lib/forms_rt.jar -%%DATADIR%%/lib/frontend/frontend-customization.jar -%%DATADIR%%/lib/frontend/frontend.jar +%%DATADIR%%/lib/frontend-split/frontend-split-customization.jar +%%DATADIR%%/lib/frontend-split/frontend-split.jar %%DATADIR%%/lib/groovy.jar %%DATADIR%%/lib/jna/%%ARCH%%/libjnidispatch.so %%DATADIR%%/lib/jps-model.jar @@ -35,17 +34,25 @@ share/applications/phpstorm.desktop %%DATADIR%%/lib/kotlinx-coroutines-slf4j-1.8.0-intellij.jar %%DATADIR%%/lib/lib-client.jar %%DATADIR%%/lib/lib.jar +%%DATADIR%%/lib/modules/intellij.grid.core.impl.jar +%%DATADIR%%/lib/modules/intellij.grid.csv.core.impl.jar +%%DATADIR%%/lib/modules/intellij.grid.impl.jar +%%DATADIR%%/lib/modules/intellij.grid.jar +%%DATADIR%%/lib/modules/intellij.grid.types.jar %%DATADIR%%/lib/modules/intellij.ide.startup.importSettings.jar -%%DATADIR%%/lib/modules/intellij.libraries.compose.desktop.jar +%%DATADIR%%/lib/modules/intellij.libraries.compose.foundation.desktop.jar %%DATADIR%%/lib/modules/intellij.libraries.ktor.client.cio.jar %%DATADIR%%/lib/modules/intellij.libraries.ktor.client.jar %%DATADIR%%/lib/modules/intellij.libraries.microba.jar %%DATADIR%%/lib/modules/intellij.libraries.skiko.jar %%DATADIR%%/lib/modules/intellij.php.newUiOnboarding.jar %%DATADIR%%/lib/modules/intellij.phpstorm.customization.jar +%%DATADIR%%/lib/modules/intellij.platform.bookmarks.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.bookmarks.frontend.jar %%DATADIR%%/lib/modules/intellij.platform.clouds.jar %%DATADIR%%/lib/modules/intellij.platform.collaborationTools.jar %%DATADIR%%/lib/modules/intellij.platform.compose.jar +%%DATADIR%%/lib/modules/intellij.platform.compose.markdown.jar %%DATADIR%%/lib/modules/intellij.platform.coverage.agent.jar %%DATADIR%%/lib/modules/intellij.platform.coverage.jar %%DATADIR%%/lib/modules/intellij.platform.dap.jar @@ -53,6 +60,9 @@ share/applications/phpstorm.desktop %%DATADIR%%/lib/modules/intellij.platform.debugger.impl.frontend.jar %%DATADIR%%/lib/modules/intellij.platform.diagnostic.freezeAnalyzer.jar %%DATADIR%%/lib/modules/intellij.platform.diagnostic.freezes.jar +%%DATADIR%%/lib/modules/intellij.platform.editor.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.editor.frontend.jar +%%DATADIR%%/lib/modules/intellij.platform.editor.jar %%DATADIR%%/lib/modules/intellij.platform.execution.dashboard.jar %%DATADIR%%/lib/modules/intellij.platform.execution.serviceView.jar %%DATADIR%%/lib/modules/intellij.platform.frontend.jar @@ -60,6 +70,16 @@ share/applications/phpstorm.desktop %%DATADIR%%/lib/modules/intellij.platform.images.backend.svg.jar %%DATADIR%%/lib/modules/intellij.platform.images.copyright.jar %%DATADIR%%/lib/modules/intellij.platform.inline.completion.jar +%%DATADIR%%/lib/modules/intellij.platform.jewel.foundation.jar +%%DATADIR%%/lib/modules/intellij.platform.jewel.ideLafBridge.jar +%%DATADIR%%/lib/modules/intellij.platform.jewel.markdown.core.jar +%%DATADIR%%/lib/modules/intellij.platform.jewel.markdown.extensions.autolink.jar +%%DATADIR%%/lib/modules/intellij.platform.jewel.markdown.extensions.gfmAlerts.jar +%%DATADIR%%/lib/modules/intellij.platform.jewel.markdown.extensions.gfmStrikethrough.jar +%%DATADIR%%/lib/modules/intellij.platform.jewel.markdown.extensions.gfmTables.jar +%%DATADIR%%/lib/modules/intellij.platform.jewel.markdown.extensions.images.jar +%%DATADIR%%/lib/modules/intellij.platform.jewel.markdown.ideLafBridgeStyling.jar +%%DATADIR%%/lib/modules/intellij.platform.jewel.ui.jar %%DATADIR%%/lib/modules/intellij.platform.kernel.backend.jar %%DATADIR%%/lib/modules/intellij.platform.lvcs.impl.jar %%DATADIR%%/lib/modules/intellij.platform.navbar.backend.jar @@ -68,20 +88,32 @@ share/applications/phpstorm.desktop %%DATADIR%%/lib/modules/intellij.platform.navbar.monolith.jar %%DATADIR%%/lib/modules/intellij.platform.progress.backend.jar %%DATADIR%%/lib/modules/intellij.platform.project.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.recentFiles.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.recentFiles.frontend.jar +%%DATADIR%%/lib/modules/intellij.platform.recentFiles.jar %%DATADIR%%/lib/modules/intellij.platform.registry.cloud.jar %%DATADIR%%/lib/modules/intellij.platform.rpc.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.searchEverywhere.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.searchEverywhere.frontend.jar +%%DATADIR%%/lib/modules/intellij.platform.searchEverywhere.jar %%DATADIR%%/lib/modules/intellij.platform.settings.local.jar %%DATADIR%%/lib/modules/intellij.platform.smRunner.vcs.jar %%DATADIR%%/lib/modules/intellij.platform.tips.jar %%DATADIR%%/lib/modules/intellij.platform.vcs.dvcs.impl.jar +%%DATADIR%%/lib/modules/intellij.platform.vcs.dvcs.impl.shared.jar +%%DATADIR%%/lib/modules/intellij.platform.vcs.impl.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.vcs.impl.exec.jar +%%DATADIR%%/lib/modules/intellij.platform.vcs.impl.frontend.jar %%DATADIR%%/lib/modules/intellij.platform.vcs.impl.jar +%%DATADIR%%/lib/modules/intellij.platform.vcs.impl.lang.actions.jar +%%DATADIR%%/lib/modules/intellij.platform.vcs.impl.lang.jar +%%DATADIR%%/lib/modules/intellij.platform.vcs.impl.shared.jar %%DATADIR%%/lib/modules/intellij.platform.vcs.log.impl.jar %%DATADIR%%/lib/modules/intellij.platform.whatsNew.jar %%DATADIR%%/lib/modules/intellij.profiler.asyncOne.jar %%DATADIR%%/lib/modules/intellij.profiler.common.jar %%DATADIR%%/lib/modules/intellij.profiler.ultimate.ideaAsyncProfiler.jar %%DATADIR%%/lib/modules/intellij.settingsSync.core.jar -%%DATADIR%%/lib/modules/intellij.smart.update.jar %%DATADIR%%/lib/native/%%SQLITE_ARCH%%/libsqliteij.so %%DATADIR%%/lib/nio-fs.jar %%DATADIR%%/lib/opentelemetry.jar @@ -157,23 +189,36 @@ share/applications/phpstorm.desktop %%DATADIR%%/plugins/editorconfig/lib/editorconfig.jar %%DATADIR%%/plugins/emojipicker/lib/emojipicker.jar %%DATADIR%%/plugins/fileWatcher/lib/fileWatcher.jar -%%DATADIR%%/plugins/fullLine/full-line-cpu-detector.zip %%DATADIR%%/plugins/fullLine/full-line-model-php.zip -%%DATADIR%%/plugins/fullLine/full-line-native-server.zip +%%DATADIR%%/plugins/fullLine/full-line-native-server-linux-x86_64.zip %%DATADIR%%/plugins/fullLine/lib/fullLine.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.css.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.go.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.html.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.java.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.js.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.kotlin.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.php.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.python.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rider.cpp.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rider.csharp.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.ruby.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.terraform.jar -%%DATADIR%%/plugins/fullLine/promo/.DS_Store +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.css.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.go.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.html.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.java.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.js.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.kotlin.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.php.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.python.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rider.cpp.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rider.csharp.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.ruby.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rust.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.terraform.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.cpp.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.css.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.go.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.html.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.java.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.javascript.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.kotlin.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.php.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.python.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.rider.cpp.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.rider.csharp.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.ruby.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.rust.completion.jar %%DATADIR%%/plugins/fullLine/promo/Aqua/AIEnterprise.png %%DATADIR%%/plugins/fullLine/promo/Aqua/CloudCompletion.png %%DATADIR%%/plugins/fullLine/promo/Aqua/CloudCompletion_dark.png @@ -190,13 +235,13 @@ share/applications/phpstorm.desktop %%DATADIR%%/plugins/fullLine/promo/Aqua/MergeWithAI.png %%DATADIR%%/plugins/fullLine/promo/Aqua/MergeWithAI_dark.png %%DATADIR%%/plugins/fullLine/promo/Aqua/content.json -%%DATADIR%%/plugins/fullLine/promo/CLion/ ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/CLion/ ContextAwareChat_dark.png %%DATADIR%%/plugins/fullLine/promo/CLion/AIEnterprise.png %%DATADIR%%/plugins/fullLine/promo/CLion/CloudCompletion.png %%DATADIR%%/plugins/fullLine/promo/CLion/CloudCompletion_dark.png %%DATADIR%%/plugins/fullLine/promo/CLion/CommandGenerationInTerminal.png %%DATADIR%%/plugins/fullLine/promo/CLion/CommandGenerationInTerminal_dark.png +%%DATADIR%%/plugins/fullLine/promo/CLion/ContextAwareChat.png +%%DATADIR%%/plugins/fullLine/promo/CLion/ContextAwareChat_dark.png %%DATADIR%%/plugins/fullLine/promo/CLion/FixWithAI.png %%DATADIR%%/plugins/fullLine/promo/CLion/FixWithAI_dark.png %%DATADIR%%/plugins/fullLine/promo/CLion/LocalCompletion.png @@ -314,7 +359,6 @@ share/applications/phpstorm.desktop %%DATADIR%%/plugins/fullLine/promo/Ruby/MergeWithAI.png %%DATADIR%%/plugins/fullLine/promo/Ruby/MergeWithAI_dark.png %%DATADIR%%/plugins/fullLine/promo/Ruby/content.json -%%DATADIR%%/plugins/fullLine/promo/RustRover/.DS_Store %%DATADIR%%/plugins/fullLine/promo/RustRover/AIEnterprise.png %%DATADIR%%/plugins/fullLine/promo/RustRover/CloudCompletion.png %%DATADIR%%/plugins/fullLine/promo/RustRover/CloudCompletion_dark.png @@ -352,10 +396,8 @@ share/applications/phpstorm.desktop %%DATADIR%%/plugins/gateway-terminal/lib/gateway-terminal.jar %%DATADIR%%/plugins/gherkin/lib/gherkin.jar %%DATADIR%%/plugins/grazie/lib/grazie.jar -%%DATADIR%%/plugins/grid-core-impl/lib/grid-core-impl.jar -%%DATADIR%%/plugins/grid-core-impl/lib/jdbc-console-types.jar -%%DATADIR%%/plugins/grid-impl/lib/grid-impl.jar -%%DATADIR%%/plugins/grid-impl/lib/grid-scripting.jar +%%DATADIR%%/plugins/grid-plugin/lib/grid-plugin.jar +%%DATADIR%%/plugins/grid-plugin/lib/modules/intellij.grid.scripting.rt.jar %%DATADIR%%/plugins/html-tools/lib/html-tools.jar %%DATADIR%%/plugins/hunspell/lib/hunspell.jar %%DATADIR%%/plugins/ideolog/lib/ideolog.jar @@ -372,16 +414,17 @@ share/applications/phpstorm.desktop %%DATADIR%%/plugins/javascript-cucumber/lib/cucumberjs_formatter_v3.js %%DATADIR%%/plugins/javascript-cucumber/lib/cucumberjs_formatter_v7.js %%DATADIR%%/plugins/javascript-cucumber/lib/javascript-cucumber.jar +%%DATADIR%%/plugins/javascript-debugger/META-INF/chromeConnector.xml +%%DATADIR%%/plugins/javascript-debugger/META-INF/webStormSpecific.xml %%DATADIR%%/plugins/javascript-debugger/debugConnectionForwarder.js %%DATADIR%%/plugins/javascript-debugger/debugConnector.js %%DATADIR%%/plugins/javascript-debugger/debugConnectorPortPublisher.js %%DATADIR%%/plugins/javascript-debugger/debugConnectorUtil.js %%DATADIR%%/plugins/javascript-debugger/lib/ChromeConnector.jar -%%DATADIR%%/plugins/javascript-debugger/lib/FirefoxConnector.jar %%DATADIR%%/plugins/javascript-debugger/lib/javascript-debugger.jar -%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.debugger.nashorn.jar -%%DATADIR%%/plugins/javascript-debugger/lib/nashorn-debugger-9-rt.jar -%%DATADIR%%/plugins/javascript-debugger/lib/nashorn-debugger-rt.jar +%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.debugger.backend.jar +%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.debugger.frontend.jar +%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.debugger.shared.jar %%DATADIR%%/plugins/javascript-intentions/lib/javascript-intentions.jar %%DATADIR%%/plugins/javascript-plugin/helpers/base-test-reporter/intellij-stringifier.js %%DATADIR%%/plugins/javascript-plugin/helpers/base-test-reporter/intellij-tree.js @@ -419,9 +462,11 @@ share/applications/phpstorm.desktop %%DATADIR%%/plugins/javascript-plugin/helpers/vitest-intellij/node_modules/vitest-intellij-reporter-safe.js %%DATADIR%%/plugins/javascript-plugin/helpers/vitest-intellij/vitest-intellij-reporter.js %%DATADIR%%/plugins/javascript-plugin/helpers/vitest-intellij/vitest-intellij-util.js -%%DATADIR%%/plugins/javascript-plugin/js/js-predefined-d6986cc7102b-1632447f56bf.ijx -%%DATADIR%%/plugins/javascript-plugin/js/js-predefined-d6986cc7102b-1632447f56bf.txt +%%DATADIR%%/plugins/javascript-plugin/js/js-predefined-d6986cc7102b-09060db00ec0.ijx +%%DATADIR%%/plugins/javascript-plugin/js/js-predefined-d6986cc7102b-09060db00ec0.txt %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/!HowToUpdateBundledTypeScript.md +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/_tsserver.js +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/_typingsInstaller.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/browser.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/cancellationToken.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/diagnosticMessages.json @@ -447,6 +492,7 @@ share/applications/phpstorm.desktop %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2016.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2016.full.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2016.intl.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.arraybuffer.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.date.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.full.d.ts @@ -499,6 +545,15 @@ share/applications/phpstorm.desktop %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2023.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2023.full.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2023.intl.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.arraybuffer.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.collection.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.full.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.object.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.promise.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.regexp.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.sharedmemory.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.string.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es5.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es6.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.array.d.ts @@ -551,6 +606,7 @@ share/applications/phpstorm.desktop %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-ide-plugin/index.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-ide-plugin/package.json %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-ide-plugin/protocol.js +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-ide-plugin/utils.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-vue/bin/vue-language-server.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-vue/package.json %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-vue1/bin/vue-language-server.js @@ -588,6 +644,8 @@ share/applications/phpstorm.desktop %%DATADIR%%/plugins/javascript-plugin/languageService/eslint/src/standard17-plugin.ts %%DATADIR%%/plugins/javascript-plugin/languageService/eslint/src/typings/js-lanuage-api.d.ts %%DATADIR%%/plugins/javascript-plugin/languageService/eslint/tsconfig.json +%%DATADIR%%/plugins/javascript-plugin/lib/frontend-split/javascript-frontend.jar +%%DATADIR%%/plugins/javascript-plugin/lib/javascript-frontback.jar %%DATADIR%%/plugins/javascript-plugin/lib/javascript-plugin.jar %%DATADIR%%/plugins/javascript-plugin/projectTemplates/JavaScript/no_samples.zip %%DATADIR%%/plugins/javascript-plugin/projectTemplates/JavaScript/with_samples.zip @@ -629,9 +687,9 @@ share/applications/phpstorm.desktop %%DATADIR%%/plugins/javascript-plugin/reporting/playwright/playwrightTestStructure.d.ts %%DATADIR%%/plugins/javascript-plugin/reporting/playwright/playwrightTestStructure.js %%DATADIR%%/plugins/joomla/lib/joomla.jar -%%DATADIR%%/plugins/json/lib/client/json-frontend.jar -%%DATADIR%%/plugins/json/lib/json-split.jar +%%DATADIR%%/plugins/json/lib/frontend-split/json-frontend.jar %%DATADIR%%/plugins/json/lib/json.jar +%%DATADIR%%/plugins/json/lib/modules/intellij.json.split.jar %%DATADIR%%/plugins/jsonpath/lib/jsonpath.jar %%DATADIR%%/plugins/karma/js_reporter/karma-intellij/LICENSE.txt %%DATADIR%%/plugins/karma/js_reporter/karma-intellij/README.md @@ -665,9 +723,7 @@ share/applications/phpstorm.desktop %%DATADIR%%/plugins/localization-zh/lib/localization-zh.jar %%DATADIR%%/plugins/makefile/lib/makefile.jar %%DATADIR%%/plugins/markdown/lib/markdown.jar -%%DATADIR%%/plugins/markdown/lib/modules/intellij.markdown.compose.preview.jar %%DATADIR%%/plugins/marketplaceMl/lib/marketplaceMl.jar -%%DATADIR%%/plugins/ml-inline-completion/lib/ml-inline-completion.jar %%DATADIR%%/plugins/nextjs/lib/nextjs.jar %%DATADIR%%/plugins/nodeJS-remoteInterpreter/lib/nodeJS-remoteInterpreter.jar %%DATADIR%%/plugins/nodeJS/js/mocha-intellij/.gitignore @@ -755,29 +811,28 @@ share/applications/phpstorm.desktop %%DATADIR%%/plugins/nodeJS/lib/nodeJS.jar %%DATADIR%%/plugins/packageChecker/lib/packageChecker.jar %%DATADIR%%/plugins/performanceTesting-async/lib/performanceTesting-async.jar +%%DATADIR%%/plugins/performanceTesting/lib/modules/intellij.performanceTesting.frontend.jar %%DATADIR%%/plugins/performanceTesting/lib/performanceTesting.jar %%DATADIR%%/plugins/pest/lib/pest.jar -%%DATADIR%%/plugins/phing/lib/phing.jar %%DATADIR%%/plugins/php-architecture/lib/php-architecture.jar %%DATADIR%%/plugins/php-commandLineTool/lib/php-commandLineTool.jar %%DATADIR%%/plugins/php-docker/lib/php-docker.jar %%DATADIR%%/plugins/php-eval/lib/php-eval.jar %%DATADIR%%/plugins/php-grazie/lib/php-grazie.jar -%%DATADIR%%/plugins/php-impl/lib/frontend/php-frontend.jar +%%DATADIR%%/plugins/php-impl/lib/frontend-split/php-frontend.jar %%DATADIR%%/plugins/php-impl/lib/php-frontback.jar %%DATADIR%%/plugins/php-impl/lib/php.jar %%DATADIR%%/plugins/php-markdown/lib/php-markdown.jar %%DATADIR%%/plugins/php-remoteInterpreter/lib/php-remoteInterpreter.jar %%DATADIR%%/plugins/php-sharedIndexes/lib/php-sharedIndexes.jar -%%DATADIR%%/plugins/php-sharedIndexes/php/php-predefined-a98d8de5180a-1ec7b7818973.ijx -%%DATADIR%%/plugins/php-sharedIndexes/php/php-predefined-a98d8de5180a-1ec7b7818973.txt +%%DATADIR%%/plugins/php-sharedIndexes/php/php-predefined-a98d8de5180a-e5747d4f5a45.ijx +%%DATADIR%%/plugins/php-sharedIndexes/php/php-predefined-a98d8de5180a-e5747d4f5a45.txt %%DATADIR%%/plugins/php-sql/lib/php-sql.jar %%DATADIR%%/plugins/php-workshop/lib/php-workshop.jar %%DATADIR%%/plugins/php/lib/php-openapi-src.jar %%DATADIR%%/plugins/phpspec/lib/phpspec.jar %%DATADIR%%/plugins/phpstan/lib/phpstan.jar %%DATADIR%%/plugins/phpt/lib/phpt.jar -%%DATADIR%%/plugins/platform-ide-provisioner/lib/platform-ide-provisioner.jar %%DATADIR%%/plugins/platform-ijent-impl/ijent-aarch64-unknown-linux-musl-release %%DATADIR%%/plugins/platform-ijent-impl/ijent-x86_64-unknown-linux-musl-release %%DATADIR%%/plugins/platform-ijent-impl/lib/platform-ijent-impl.jar @@ -793,7 +848,6 @@ share/applications/phpstorm.desktop %%DATADIR%%/plugins/psalm/lib/psalm.jar %%DATADIR%%/plugins/qodana/lib/qodana.jar %%DATADIR%%/plugins/react/lib/react.jar -%%DATADIR%%/plugins/rector/lib/rector.jar %%DATADIR%%/plugins/remoteRun/lib/remoteRun.jar %%DATADIR%%/plugins/restClient/lib/restClient.jar %%DATADIR%%/plugins/sass/lib/sass.jar @@ -801,6 +855,7 @@ share/applications/phpstorm.desktop %%DATADIR%%/plugins/searchEverywhereMl/lib/searchEverywhereMl.jar %%DATADIR%%/plugins/settingsSync/lib/settingsSync.jar %%DATADIR%%/plugins/sh/lib/sh.jar +%%DATADIR%%/plugins/station-plugin/lib/modules/intellij.station.frontend.split.jar %%DATADIR%%/plugins/station-plugin/lib/station-plugin.jar %%DATADIR%%/plugins/styled-components/lib/styled-components.jar %%DATADIR%%/plugins/stylelint/lib/stylelint.jar @@ -814,13 +869,21 @@ share/applications/phpstorm.desktop %%DATADIR%%/plugins/terminal/shell-integrations/bash/bash-fig.bash %%DATADIR%%/plugins/terminal/shell-integrations/bash/bash-integration.bash %%DATADIR%%/plugins/terminal/shell-integrations/bash/bash-preexec.bash +%%DATADIR%%/plugins/terminal/shell-integrations/bash/command-block-support-reworked.bash %%DATADIR%%/plugins/terminal/shell-integrations/bash/command-block-support.bash +%%DATADIR%%/plugins/terminal/shell-integrations/fish/command-block-support-reworked.fish %%DATADIR%%/plugins/terminal/shell-integrations/fish/command-block-support.fish %%DATADIR%%/plugins/terminal/shell-integrations/fish/fish-integration.fish +%%DATADIR%%/plugins/terminal/shell-integrations/powershell/command-block-support-reworked.ps1 %%DATADIR%%/plugins/terminal/shell-integrations/powershell/command-block-support.ps1 %%DATADIR%%/plugins/terminal/shell-integrations/powershell/powershell-integration.ps1 -%%DATADIR%%/plugins/terminal/shell-integrations/zsh/.zshenv +%%DATADIR%%/plugins/terminal/shell-integrations/zsh/command-block-support-reworked.zsh %%DATADIR%%/plugins/terminal/shell-integrations/zsh/command-block-support.zsh +%%DATADIR%%/plugins/terminal/shell-integrations/zsh/zdotdir/.zlogin +%%DATADIR%%/plugins/terminal/shell-integrations/zsh/zdotdir/.zprofile +%%DATADIR%%/plugins/terminal/shell-integrations/zsh/zdotdir/.zshenv +%%DATADIR%%/plugins/terminal/shell-integrations/zsh/zdotdir/.zshrc +%%DATADIR%%/plugins/terminal/shell-integrations/zsh/zdotdir/source-original.zsh %%DATADIR%%/plugins/terminal/shell-integrations/zsh/zsh-integration.zsh %%DATADIR%%/plugins/textmate/lib/bundles/adoc/LICENSE %%DATADIR%%/plugins/textmate/lib/bundles/adoc/README.md @@ -1207,10 +1270,11 @@ share/applications/phpstorm.desktop %%DATADIR%%/plugins/twig/lib/twig.jar %%DATADIR%%/plugins/uml/lib/uml-support.jar %%DATADIR%%/plugins/vagrant/lib/vagrant.jar +%%DATADIR%%/plugins/vcs-git-commit-modal/lib/vcs-git-commit-modal.jar %%DATADIR%%/plugins/vcs-git/lib/git4idea-rt.jar %%DATADIR%%/plugins/vcs-git/lib/vcs-git.jar -%%DATADIR%%/plugins/vcs-github-ultimate/lib/vcs-github.jar -%%DATADIR%%/plugins/vcs-gitlab/lib/vcs-gitlab.jar +%%DATADIR%%/plugins/vcs-github-IU/lib/vcs-github.jar +%%DATADIR%%/plugins/vcs-gitlab-IU/lib/vcs-gitlab.jar %%DATADIR%%/plugins/vcs-hg/lib/vcs-hg.jar %%DATADIR%%/plugins/vcs-perforce/lib/vcs-perforce.jar %%DATADIR%%/plugins/vcs-svn/lib/vcs-svn.jar @@ -1255,8 +1319,8 @@ share/applications/phpstorm.desktop %%DATADIR%%/plugins/xml-refactoring/lib/xml-refactoring.jar %%DATADIR%%/plugins/xpath/lib/rt/xslt-rt.jar %%DATADIR%%/plugins/xpath/lib/xpath.jar -%%DATADIR%%/plugins/yaml/lib/client/yaml-frontend.jar -%%DATADIR%%/plugins/yaml/lib/yaml-editing.jar +%%DATADIR%%/plugins/yaml/lib/modules/intellij.yaml.backend.jar +%%DATADIR%%/plugins/yaml/lib/modules/intellij.yaml.frontend.split.jar %%DATADIR%%/plugins/yaml/lib/yaml.jar %%DATADIR%%/product-info.json share/man/man1/phpstorm.1.gz diff --git a/devel/jetbrains-rustrover/Makefile b/devel/jetbrains-rustrover/Makefile index 363fd78a683d..72b6a2dc6d75 100644 --- a/devel/jetbrains-rustrover/Makefile +++ b/devel/jetbrains-rustrover/Makefile @@ -1,5 +1,5 @@ PORTNAME= rustrover -DISTVERSION= 2024.3.8 +DISTVERSION= 2025.1.5 CATEGORIES= devel MASTER_SITES= https://download-cdn.jetbrains.com/rustrover/ PKGNAMEPREFIX= jetbrains- @@ -28,7 +28,7 @@ RUN_DEPENDS= cmake:devel/cmake-core \ USES= cpe java python:run CPE_VENDOR= jetbrains -JAVA_VERSION= 17+ +JAVA_VERSION= 21+ DATADIR= ${PREFIX}/share/jetbrains/${PORTNAME} diff --git a/devel/jetbrains-rustrover/distinfo b/devel/jetbrains-rustrover/distinfo index 5bd3f96b5511..b0e8c803267f 100644 --- a/devel/jetbrains-rustrover/distinfo +++ b/devel/jetbrains-rustrover/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745181146 -SHA256 (jetbrains/RustRover-2024.3.8.tar.gz) = 53b009a1151d68aaff59f513b04abee5d4af5bdcb2e1f4b979fd78306ccd07c3 -SIZE (jetbrains/RustRover-2024.3.8.tar.gz) = 1100803602 +TIMESTAMP = 1753563334 +SHA256 (jetbrains/RustRover-2025.1.5.tar.gz) = 54eda433719c132c48e733b659b29113d362fea3b9c7dd4109497ed31da7c6f6 +SIZE (jetbrains/RustRover-2025.1.5.tar.gz) = 1127119232 diff --git a/devel/jetbrains-rustrover/pkg-plist b/devel/jetbrains-rustrover/pkg-plist index bd62ac6aea3e..e6d121f71cc5 100644 --- a/devel/jetbrains-rustrover/pkg-plist +++ b/devel/jetbrains-rustrover/pkg-plist @@ -18,14 +18,13 @@ share/applications/rustrover.desktop %%DATADIR%%/lib/app-client.jar %%DATADIR%%/lib/app.jar %%DATADIR%%/lib/bouncy-castle.jar -%%DATADIR%%/lib/build-marker-RR-243.26053.64 -%%DATADIR%%/lib/cds/classesLogAgent.jar +%%DATADIR%%/lib/build-marker-RR-251.26927.79 %%DATADIR%%/lib/ext/platform-main.jar %%DATADIR%%/lib/external-system-rt.jar %%DATADIR%%/lib/externalProcess-rt.jar %%DATADIR%%/lib/forms_rt.jar -%%DATADIR%%/lib/frontend/frontend-customization.jar -%%DATADIR%%/lib/frontend/frontend.jar +%%DATADIR%%/lib/frontend-split/frontend-split-customization.jar +%%DATADIR%%/lib/frontend-split/frontend-split.jar %%DATADIR%%/lib/groovy.jar %%DATADIR%%/lib/jna/%%ARCH%%/libjnidispatch.so %%DATADIR%%/lib/jps-model.jar @@ -37,14 +36,21 @@ share/applications/rustrover.desktop %%DATADIR%%/lib/modules/intellij.execution.process.mediator.client.jar %%DATADIR%%/lib/modules/intellij.execution.process.mediator.common.jar %%DATADIR%%/lib/modules/intellij.execution.process.mediator.daemon.jar +%%DATADIR%%/lib/modules/intellij.grid.core.impl.jar +%%DATADIR%%/lib/modules/intellij.grid.csv.core.impl.jar +%%DATADIR%%/lib/modules/intellij.grid.impl.jar +%%DATADIR%%/lib/modules/intellij.grid.jar +%%DATADIR%%/lib/modules/intellij.grid.types.jar %%DATADIR%%/lib/modules/intellij.ide.startup.importSettings.jar -%%DATADIR%%/lib/modules/intellij.libraries.compose.desktop.jar +%%DATADIR%%/lib/modules/intellij.libraries.compose.foundation.desktop.jar %%DATADIR%%/lib/modules/intellij.libraries.grpc.jar %%DATADIR%%/lib/modules/intellij.libraries.grpc.netty.shaded.jar %%DATADIR%%/lib/modules/intellij.libraries.ktor.client.cio.jar %%DATADIR%%/lib/modules/intellij.libraries.ktor.client.jar %%DATADIR%%/lib/modules/intellij.libraries.microba.jar %%DATADIR%%/lib/modules/intellij.libraries.skiko.jar +%%DATADIR%%/lib/modules/intellij.platform.bookmarks.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.bookmarks.frontend.jar %%DATADIR%%/lib/modules/intellij.platform.clouds.jar %%DATADIR%%/lib/modules/intellij.platform.collaborationTools.jar %%DATADIR%%/lib/modules/intellij.platform.compose.jar @@ -55,12 +61,24 @@ share/applications/rustrover.desktop %%DATADIR%%/lib/modules/intellij.platform.debugger.impl.frontend.jar %%DATADIR%%/lib/modules/intellij.platform.diagnostic.freezeAnalyzer.jar %%DATADIR%%/lib/modules/intellij.platform.diagnostic.freezes.jar +%%DATADIR%%/lib/modules/intellij.platform.editor.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.editor.frontend.jar +%%DATADIR%%/lib/modules/intellij.platform.editor.jar %%DATADIR%%/lib/modules/intellij.platform.execution.dashboard.jar %%DATADIR%%/lib/modules/intellij.platform.execution.serviceView.jar %%DATADIR%%/lib/modules/intellij.platform.frontend.jar %%DATADIR%%/lib/modules/intellij.platform.images.backend.svg.jar %%DATADIR%%/lib/modules/intellij.platform.images.copyright.jar %%DATADIR%%/lib/modules/intellij.platform.inline.completion.jar +%%DATADIR%%/lib/modules/intellij.platform.jewel.foundation.jar +%%DATADIR%%/lib/modules/intellij.platform.jewel.ideLafBridge.jar +%%DATADIR%%/lib/modules/intellij.platform.jewel.markdown.core.jar +%%DATADIR%%/lib/modules/intellij.platform.jewel.markdown.extensions.autolink.jar +%%DATADIR%%/lib/modules/intellij.platform.jewel.markdown.extensions.gfmAlerts.jar +%%DATADIR%%/lib/modules/intellij.platform.jewel.markdown.extensions.gfmStrikethrough.jar +%%DATADIR%%/lib/modules/intellij.platform.jewel.markdown.extensions.gfmTables.jar +%%DATADIR%%/lib/modules/intellij.platform.jewel.markdown.ideLafBridgeStyling.jar +%%DATADIR%%/lib/modules/intellij.platform.jewel.ui.jar %%DATADIR%%/lib/modules/intellij.platform.kernel.backend.jar %%DATADIR%%/lib/modules/intellij.platform.lvcs.impl.jar %%DATADIR%%/lib/modules/intellij.platform.navbar.backend.jar @@ -69,21 +87,34 @@ share/applications/rustrover.desktop %%DATADIR%%/lib/modules/intellij.platform.navbar.monolith.jar %%DATADIR%%/lib/modules/intellij.platform.progress.backend.jar %%DATADIR%%/lib/modules/intellij.platform.project.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.recentFiles.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.recentFiles.frontend.jar +%%DATADIR%%/lib/modules/intellij.platform.recentFiles.jar %%DATADIR%%/lib/modules/intellij.platform.registry.cloud.jar %%DATADIR%%/lib/modules/intellij.platform.rpc.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.searchEverywhere.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.searchEverywhere.frontend.jar +%%DATADIR%%/lib/modules/intellij.platform.searchEverywhere.jar %%DATADIR%%/lib/modules/intellij.platform.settings.local.jar %%DATADIR%%/lib/modules/intellij.platform.smRunner.vcs.jar %%DATADIR%%/lib/modules/intellij.platform.tips.jar %%DATADIR%%/lib/modules/intellij.platform.vcs.dvcs.impl.jar +%%DATADIR%%/lib/modules/intellij.platform.vcs.dvcs.impl.shared.jar +%%DATADIR%%/lib/modules/intellij.platform.vcs.impl.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.vcs.impl.exec.jar +%%DATADIR%%/lib/modules/intellij.platform.vcs.impl.frontend.jar %%DATADIR%%/lib/modules/intellij.platform.vcs.impl.jar +%%DATADIR%%/lib/modules/intellij.platform.vcs.impl.lang.actions.jar +%%DATADIR%%/lib/modules/intellij.platform.vcs.impl.lang.jar +%%DATADIR%%/lib/modules/intellij.platform.vcs.impl.shared.jar %%DATADIR%%/lib/modules/intellij.platform.vcs.log.impl.jar +%%DATADIR%%/lib/modules/intellij.platform.whatsNew.jar %%DATADIR%%/lib/modules/intellij.profiler.asyncOne.jar %%DATADIR%%/lib/modules/intellij.profiler.clion.jar %%DATADIR%%/lib/modules/intellij.profiler.common.jar %%DATADIR%%/lib/modules/intellij.profiler.ultimate.ideaAsyncProfiler.jar %%DATADIR%%/lib/modules/intellij.rustrover.customization.jar %%DATADIR%%/lib/modules/intellij.settingsSync.core.jar -%%DATADIR%%/lib/modules/intellij.smart.update.jar %%DATADIR%%/lib/native/%%SQLITE_ARCH%%/libsqliteij.so %%DATADIR%%/lib/nio-fs.jar %%DATADIR%%/lib/opentelemetry.jar @@ -153,23 +184,36 @@ share/applications/rustrover.desktop %%DATADIR%%/plugins/css-impl/lib/css-impl.jar %%DATADIR%%/plugins/dev/lib/dev.jar %%DATADIR%%/plugins/emojipicker/lib/emojipicker.jar -%%DATADIR%%/plugins/fullLine/full-line-cpu-detector.zip %%DATADIR%%/plugins/fullLine/full-line-model-rust.zip -%%DATADIR%%/plugins/fullLine/full-line-native-server.zip +%%DATADIR%%/plugins/fullLine/full-line-native-server-linux-x86_64.zip %%DATADIR%%/plugins/fullLine/lib/fullLine.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.css.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.go.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.html.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.java.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.js.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.kotlin.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.php.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.python.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rider.cpp.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rider.csharp.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.ruby.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.terraform.jar -%%DATADIR%%/plugins/fullLine/promo/.DS_Store +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.css.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.go.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.html.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.java.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.js.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.kotlin.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.php.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.python.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rider.cpp.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rider.csharp.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.ruby.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rust.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.terraform.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.cpp.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.css.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.go.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.html.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.java.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.javascript.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.kotlin.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.php.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.python.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.rider.cpp.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.rider.csharp.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.ruby.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.rust.completion.jar %%DATADIR%%/plugins/fullLine/promo/Aqua/AIEnterprise.png %%DATADIR%%/plugins/fullLine/promo/Aqua/CloudCompletion.png %%DATADIR%%/plugins/fullLine/promo/Aqua/CloudCompletion_dark.png @@ -186,13 +230,13 @@ share/applications/rustrover.desktop %%DATADIR%%/plugins/fullLine/promo/Aqua/MergeWithAI.png %%DATADIR%%/plugins/fullLine/promo/Aqua/MergeWithAI_dark.png %%DATADIR%%/plugins/fullLine/promo/Aqua/content.json -%%DATADIR%%/plugins/fullLine/promo/CLion/ ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/CLion/ ContextAwareChat_dark.png %%DATADIR%%/plugins/fullLine/promo/CLion/AIEnterprise.png %%DATADIR%%/plugins/fullLine/promo/CLion/CloudCompletion.png %%DATADIR%%/plugins/fullLine/promo/CLion/CloudCompletion_dark.png %%DATADIR%%/plugins/fullLine/promo/CLion/CommandGenerationInTerminal.png %%DATADIR%%/plugins/fullLine/promo/CLion/CommandGenerationInTerminal_dark.png +%%DATADIR%%/plugins/fullLine/promo/CLion/ContextAwareChat.png +%%DATADIR%%/plugins/fullLine/promo/CLion/ContextAwareChat_dark.png %%DATADIR%%/plugins/fullLine/promo/CLion/FixWithAI.png %%DATADIR%%/plugins/fullLine/promo/CLion/FixWithAI_dark.png %%DATADIR%%/plugins/fullLine/promo/CLion/LocalCompletion.png @@ -310,7 +354,6 @@ share/applications/rustrover.desktop %%DATADIR%%/plugins/fullLine/promo/Ruby/MergeWithAI.png %%DATADIR%%/plugins/fullLine/promo/Ruby/MergeWithAI_dark.png %%DATADIR%%/plugins/fullLine/promo/Ruby/content.json -%%DATADIR%%/plugins/fullLine/promo/RustRover/.DS_Store %%DATADIR%%/plugins/fullLine/promo/RustRover/AIEnterprise.png %%DATADIR%%/plugins/fullLine/promo/RustRover/CloudCompletion.png %%DATADIR%%/plugins/fullLine/promo/RustRover/CloudCompletion_dark.png @@ -347,15 +390,11 @@ share/applications/rustrover.desktop %%DATADIR%%/plugins/gateway-plugin/resources/gateway.vmoptions %%DATADIR%%/plugins/gateway-terminal/lib/gateway-terminal.jar %%DATADIR%%/plugins/grazie/lib/grazie.jar -%%DATADIR%%/plugins/grid-core-impl/lib/grid-core-impl.jar -%%DATADIR%%/plugins/grid-core-impl/lib/jdbc-console-types.jar -%%DATADIR%%/plugins/grid-impl/lib/grid-impl.jar -%%DATADIR%%/plugins/grid-impl/lib/grid-scripting.jar +%%DATADIR%%/plugins/grid-plugin/lib/grid-plugin.jar +%%DATADIR%%/plugins/grid-plugin/lib/modules/intellij.grid.scripting.rt.jar %%DATADIR%%/plugins/html-tools/lib/html-tools.jar %%DATADIR%%/plugins/intellij-rust/lib/intellij-rust.jar -%%DATADIR%%/plugins/intellij-rust/lib/modules/intellij.rustrover.full-line.jar %%DATADIR%%/plugins/intellij-rust/lib/modules/intellij.rustrover.ml-completion.jar -%%DATADIR%%/plugins/intellij-rust/lib/modules/intellij.rustrover.monorepo-capable.jar %%DATADIR%%/plugins/intellij-rust/prettyPrinters/gdb_formatters/gdb/__init__.pyi %%DATADIR%%/plugins/intellij-rust/prettyPrinters/gdb_formatters/gdb_lookup.py %%DATADIR%%/plugins/intellij-rust/prettyPrinters/gdb_formatters/gdb_providers.py @@ -364,16 +403,17 @@ share/applications/rustrover.desktop %%DATADIR%%/plugins/intellij-rust/prettyPrinters/lldb_formatters/lldb/formatters.pyi %%DATADIR%%/plugins/intellij-rust/prettyPrinters/lldb_formatters/lldb_providers.py %%DATADIR%%/plugins/intellij-rust/prettyPrinters/rust_types.py +%%DATADIR%%/plugins/javascript-debugger/META-INF/chromeConnector.xml +%%DATADIR%%/plugins/javascript-debugger/META-INF/webStormSpecific.xml %%DATADIR%%/plugins/javascript-debugger/debugConnectionForwarder.js %%DATADIR%%/plugins/javascript-debugger/debugConnector.js %%DATADIR%%/plugins/javascript-debugger/debugConnectorPortPublisher.js %%DATADIR%%/plugins/javascript-debugger/debugConnectorUtil.js %%DATADIR%%/plugins/javascript-debugger/lib/ChromeConnector.jar -%%DATADIR%%/plugins/javascript-debugger/lib/FirefoxConnector.jar %%DATADIR%%/plugins/javascript-debugger/lib/javascript-debugger.jar -%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.debugger.nashorn.jar -%%DATADIR%%/plugins/javascript-debugger/lib/nashorn-debugger-9-rt.jar -%%DATADIR%%/plugins/javascript-debugger/lib/nashorn-debugger-rt.jar +%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.debugger.backend.jar +%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.debugger.frontend.jar +%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.debugger.shared.jar %%DATADIR%%/plugins/javascript-intentions/lib/javascript-intentions.jar %%DATADIR%%/plugins/javascript-plugin/helpers/base-test-reporter/intellij-stringifier.js %%DATADIR%%/plugins/javascript-plugin/helpers/base-test-reporter/intellij-tree.js @@ -411,9 +451,11 @@ share/applications/rustrover.desktop %%DATADIR%%/plugins/javascript-plugin/helpers/vitest-intellij/node_modules/vitest-intellij-reporter-safe.js %%DATADIR%%/plugins/javascript-plugin/helpers/vitest-intellij/vitest-intellij-reporter.js %%DATADIR%%/plugins/javascript-plugin/helpers/vitest-intellij/vitest-intellij-util.js -%%DATADIR%%/plugins/javascript-plugin/js/js-predefined-d6986cc7102b-1632447f56bf.ijx -%%DATADIR%%/plugins/javascript-plugin/js/js-predefined-d6986cc7102b-1632447f56bf.txt +%%DATADIR%%/plugins/javascript-plugin/js/js-predefined-d6986cc7102b-09060db00ec0.ijx +%%DATADIR%%/plugins/javascript-plugin/js/js-predefined-d6986cc7102b-09060db00ec0.txt %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/!HowToUpdateBundledTypeScript.md +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/_tsserver.js +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/_typingsInstaller.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/browser.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/cancellationToken.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/diagnosticMessages.json @@ -439,6 +481,7 @@ share/applications/rustrover.desktop %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2016.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2016.full.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2016.intl.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.arraybuffer.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.date.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.full.d.ts @@ -491,6 +534,15 @@ share/applications/rustrover.desktop %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2023.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2023.full.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2023.intl.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.arraybuffer.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.collection.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.full.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.object.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.promise.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.regexp.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.sharedmemory.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.string.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es5.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es6.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.array.d.ts @@ -543,6 +595,7 @@ share/applications/rustrover.desktop %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-ide-plugin/index.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-ide-plugin/package.json %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-ide-plugin/protocol.js +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-ide-plugin/utils.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-vue/bin/vue-language-server.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-vue/package.json %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-vue1/bin/vue-language-server.js @@ -580,6 +633,8 @@ share/applications/rustrover.desktop %%DATADIR%%/plugins/javascript-plugin/languageService/eslint/src/standard17-plugin.ts %%DATADIR%%/plugins/javascript-plugin/languageService/eslint/src/typings/js-lanuage-api.d.ts %%DATADIR%%/plugins/javascript-plugin/languageService/eslint/tsconfig.json +%%DATADIR%%/plugins/javascript-plugin/lib/frontend-split/javascript-frontend.jar +%%DATADIR%%/plugins/javascript-plugin/lib/javascript-frontback.jar %%DATADIR%%/plugins/javascript-plugin/lib/javascript-plugin.jar %%DATADIR%%/plugins/javascript-plugin/projectTemplates/JavaScript/no_samples.zip %%DATADIR%%/plugins/javascript-plugin/projectTemplates/JavaScript/with_samples.zip @@ -620,9 +675,9 @@ share/applications/rustrover.desktop %%DATADIR%%/plugins/javascript-plugin/reporting/playwright/playwrightTestStep.js %%DATADIR%%/plugins/javascript-plugin/reporting/playwright/playwrightTestStructure.d.ts %%DATADIR%%/plugins/javascript-plugin/reporting/playwright/playwrightTestStructure.js -%%DATADIR%%/plugins/json/lib/client/json-frontend.jar -%%DATADIR%%/plugins/json/lib/json-split.jar +%%DATADIR%%/plugins/json/lib/frontend-split/json-frontend.jar %%DATADIR%%/plugins/json/lib/json.jar +%%DATADIR%%/plugins/json/lib/modules/intellij.json.split.jar %%DATADIR%%/plugins/jsonpath/lib/jsonpath.jar %%DATADIR%%/plugins/karma/js_reporter/karma-intellij/LICENSE.txt %%DATADIR%%/plugins/karma/js_reporter/karma-intellij/README.md @@ -658,8 +713,6 @@ share/applications/rustrover.desktop %%DATADIR%%/plugins/localization-ko/lib/localization-ko.jar %%DATADIR%%/plugins/localization-zh/lib/localization-zh.jar %%DATADIR%%/plugins/markdown/lib/markdown.jar -%%DATADIR%%/plugins/markdown/lib/modules/intellij.markdown.compose.preview.jar -%%DATADIR%%/plugins/ml-inline-completion/lib/ml-inline-completion.jar %%DATADIR%%/plugins/nativeDebug-plugin/lib/nativeDebug-plugin.jar %%DATADIR%%/plugins/nextjs/lib/nextjs.jar %%DATADIR%%/plugins/nodeJS-remoteInterpreter/lib/nodeJS-remoteInterpreter.jar @@ -747,8 +800,8 @@ share/applications/rustrover.desktop %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/package.json %%DATADIR%%/plugins/nodeJS/lib/nodeJS.jar %%DATADIR%%/plugins/performanceTesting-async/lib/performanceTesting-async.jar +%%DATADIR%%/plugins/performanceTesting/lib/modules/intellij.performanceTesting.frontend.jar %%DATADIR%%/plugins/performanceTesting/lib/performanceTesting.jar -%%DATADIR%%/plugins/platform-ide-provisioner/lib/platform-ide-provisioner.jar %%DATADIR%%/plugins/platform-ijent-impl/ijent-aarch64-unknown-linux-musl-release %%DATADIR%%/plugins/platform-ijent-impl/ijent-x86_64-unknown-linux-musl-release %%DATADIR%%/plugins/platform-ijent-impl/lib/platform-ijent-impl.jar @@ -771,6 +824,7 @@ share/applications/rustrover.desktop %%DATADIR%%/plugins/searchEverywhereMl/lib/searchEverywhereMl.jar %%DATADIR%%/plugins/settingsSync/lib/settingsSync.jar %%DATADIR%%/plugins/sh/lib/sh.jar +%%DATADIR%%/plugins/station-plugin/lib/modules/intellij.station.frontend.split.jar %%DATADIR%%/plugins/station-plugin/lib/station-plugin.jar %%DATADIR%%/plugins/styled-components/lib/styled-components.jar %%DATADIR%%/plugins/stylelint/lib/stylelint.jar @@ -783,13 +837,21 @@ share/applications/rustrover.desktop %%DATADIR%%/plugins/terminal/shell-integrations/bash/bash-fig.bash %%DATADIR%%/plugins/terminal/shell-integrations/bash/bash-integration.bash %%DATADIR%%/plugins/terminal/shell-integrations/bash/bash-preexec.bash +%%DATADIR%%/plugins/terminal/shell-integrations/bash/command-block-support-reworked.bash %%DATADIR%%/plugins/terminal/shell-integrations/bash/command-block-support.bash +%%DATADIR%%/plugins/terminal/shell-integrations/fish/command-block-support-reworked.fish %%DATADIR%%/plugins/terminal/shell-integrations/fish/command-block-support.fish %%DATADIR%%/plugins/terminal/shell-integrations/fish/fish-integration.fish +%%DATADIR%%/plugins/terminal/shell-integrations/powershell/command-block-support-reworked.ps1 %%DATADIR%%/plugins/terminal/shell-integrations/powershell/command-block-support.ps1 %%DATADIR%%/plugins/terminal/shell-integrations/powershell/powershell-integration.ps1 -%%DATADIR%%/plugins/terminal/shell-integrations/zsh/.zshenv +%%DATADIR%%/plugins/terminal/shell-integrations/zsh/command-block-support-reworked.zsh %%DATADIR%%/plugins/terminal/shell-integrations/zsh/command-block-support.zsh +%%DATADIR%%/plugins/terminal/shell-integrations/zsh/zdotdir/.zlogin +%%DATADIR%%/plugins/terminal/shell-integrations/zsh/zdotdir/.zprofile +%%DATADIR%%/plugins/terminal/shell-integrations/zsh/zdotdir/.zshenv +%%DATADIR%%/plugins/terminal/shell-integrations/zsh/zdotdir/.zshrc +%%DATADIR%%/plugins/terminal/shell-integrations/zsh/zdotdir/source-original.zsh %%DATADIR%%/plugins/terminal/shell-integrations/zsh/zsh-integration.zsh %%DATADIR%%/plugins/textmate/lib/bundles/adoc/LICENSE %%DATADIR%%/plugins/textmate/lib/bundles/adoc/README.md @@ -1168,6 +1230,7 @@ share/applications/rustrover.desktop %%DATADIR%%/plugins/textmate/lib/bundles/yaml/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/yaml/syntaxes/yaml.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/textmate.jar +%%DATADIR%%/plugins/toml/lib/toml-frontend.jar %%DATADIR%%/plugins/toml/lib/toml.jar %%DATADIR%%/plugins/tslint/js/convert-tslint-config.js %%DATADIR%%/plugins/tslint/js/languageService/tslint-plugin-provider.js @@ -1175,10 +1238,11 @@ share/applications/rustrover.desktop %%DATADIR%%/plugins/tslint/js/utils.js %%DATADIR%%/plugins/tslint/lib/tslint.jar %%DATADIR%%/plugins/uml/lib/uml-support.jar +%%DATADIR%%/plugins/vcs-git-commit-modal/lib/vcs-git-commit-modal.jar %%DATADIR%%/plugins/vcs-git/lib/git4idea-rt.jar %%DATADIR%%/plugins/vcs-git/lib/vcs-git.jar -%%DATADIR%%/plugins/vcs-github-ultimate/lib/vcs-github.jar -%%DATADIR%%/plugins/vcs-gitlab/lib/vcs-gitlab.jar +%%DATADIR%%/plugins/vcs-github-IU/lib/vcs-github.jar +%%DATADIR%%/plugins/vcs-gitlab-IU/lib/vcs-gitlab.jar %%DATADIR%%/plugins/vcs-hg/lib/vcs-hg.jar %%DATADIR%%/plugins/vcs-perforce/lib/vcs-perforce.jar %%DATADIR%%/plugins/vcs-svn/lib/vcs-svn.jar @@ -1220,8 +1284,8 @@ share/applications/rustrover.desktop %%DATADIR%%/plugins/webpack/lib/webpack.jar %%DATADIR%%/plugins/xpath/lib/rt/xslt-rt.jar %%DATADIR%%/plugins/xpath/lib/xpath.jar -%%DATADIR%%/plugins/yaml/lib/client/yaml-frontend.jar -%%DATADIR%%/plugins/yaml/lib/yaml-editing.jar +%%DATADIR%%/plugins/yaml/lib/modules/intellij.yaml.backend.jar +%%DATADIR%%/plugins/yaml/lib/modules/intellij.yaml.frontend.split.jar %%DATADIR%%/plugins/yaml/lib/yaml.jar %%DATADIR%%/product-info.json share/man/man1/rustrover.1.gz diff --git a/devel/jetbrains-webstorm/Makefile b/devel/jetbrains-webstorm/Makefile index 079900db0740..7145326379d8 100644 --- a/devel/jetbrains-webstorm/Makefile +++ b/devel/jetbrains-webstorm/Makefile @@ -1,5 +1,5 @@ PORTNAME= webstorm -DISTVERSION= 2024.3.5 +DISTVERSION= 2025.1.4.1 CATEGORIES= devel MASTER_SITES= https://download-cdn.jetbrains.com/webstorm/ PKGNAMEPREFIX= jetbrains- @@ -27,7 +27,7 @@ RUN_DEPENDS= intellij-fsnotifier>0:java/intellij-fsnotifier \ USES= cpe java python:run CPE_VENDOR= jetbrains -JAVA_VERSION= 17+ +JAVA_VERSION= 21+ DATADIR= ${PREFIX}/share/jetbrains/${PORTNAME} @@ -37,7 +37,7 @@ NO_BUILD= yes SUB_FILES= ${PORTNAME} ${PORTNAME}.desktop pkg-message SUB_LIST= JAVA_HOME=${JAVA_HOME} -WRKSRC= ${WRKDIR}/WebStorm-243.26053.12 +WRKSRC= ${WRKDIR}/WebStorm-251.27812.50 _PTY4J_ARCH= freebsd/${ARCH:S/amd64/x86-64/} _SQLITE_ARCH= linux-${ARCH:S/amd64/x86_64/} @@ -59,6 +59,7 @@ do-install: ${WRKSRC}/lib/jna \ ${WRKSRC}/lib/native \ ${WRKSRC}/lib/pty4j \ + ${WRKSRC}/lib/skiko-awt-runtime-all \ ${WRKSRC}/plugins/cwm-plugin \ ${WRKSRC}/plugins/gateway-plugin/lib/remote-dev-workers \ ${WRKSRC}/plugins/remote-dev-server \ @@ -86,5 +87,7 @@ do-install: # Use sqlite replacement provided by devel/jetbrains-sqlite ${MKDIR} ${STAGEDIR}${DATADIR}/lib/native/${_SQLITE_ARCH} ${LN} -sf ../../../../sqlite/${ARCH}/libsqliteij.so ${STAGEDIR}${DATADIR}/lib/native/${_SQLITE_ARCH}/libsqliteij.so +# Disable automatic updates + ${ECHO} "ide.no.platform.update=FreeBSD Ports" >> ${STAGEDIR}${DATADIR}/bin/idea.properties .include <bsd.port.mk> diff --git a/devel/jetbrains-webstorm/distinfo b/devel/jetbrains-webstorm/distinfo index 7b3428c1bae9..5f7646596f5b 100644 --- a/devel/jetbrains-webstorm/distinfo +++ b/devel/jetbrains-webstorm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741987251 -SHA256 (jetbrains/WebStorm-2024.3.5.tar.gz) = da587d7ca3ebb08f067143e4a6b35f1aa133aa10af7fc365496838006fcd1aed -SIZE (jetbrains/WebStorm-2024.3.5.tar.gz) = 1088962559 +TIMESTAMP = 1753563294 +SHA256 (jetbrains/WebStorm-2025.1.4.1.tar.gz) = f10bfc1028350a73928b49dc51db336e9c77c680b9844d29c305218e7d5db192 +SIZE (jetbrains/WebStorm-2025.1.4.1.tar.gz) = 1068929093 diff --git a/devel/jetbrains-webstorm/pkg-plist b/devel/jetbrains-webstorm/pkg-plist index 00841582636f..c59c1653b746 100644 --- a/devel/jetbrains-webstorm/pkg-plist +++ b/devel/jetbrains-webstorm/pkg-plist @@ -20,14 +20,13 @@ share/applications/webstorm.desktop %%DATADIR%%/lib/app-client.jar %%DATADIR%%/lib/app.jar %%DATADIR%%/lib/bouncy-castle.jar -%%DATADIR%%/lib/build-marker-WS-243.26053.12 -%%DATADIR%%/lib/cds/classesLogAgent.jar +%%DATADIR%%/lib/build-marker-WS-251.27812.50 %%DATADIR%%/lib/ext/platform-main.jar %%DATADIR%%/lib/external-system-rt.jar %%DATADIR%%/lib/externalProcess-rt.jar %%DATADIR%%/lib/forms_rt.jar -%%DATADIR%%/lib/frontend/frontend-customization.jar -%%DATADIR%%/lib/frontend/frontend.jar +%%DATADIR%%/lib/frontend-split/frontend-split-customization.jar +%%DATADIR%%/lib/frontend-split/frontend-split.jar %%DATADIR%%/lib/groovy.jar %%DATADIR%%/lib/jna/%%ARCH%%/libjnidispatch.so %%DATADIR%%/lib/jps-model.jar @@ -35,15 +34,23 @@ share/applications/webstorm.desktop %%DATADIR%%/lib/kotlinx-coroutines-slf4j-1.8.0-intellij.jar %%DATADIR%%/lib/lib-client.jar %%DATADIR%%/lib/lib.jar +%%DATADIR%%/lib/modules/intellij.grid.core.impl.jar +%%DATADIR%%/lib/modules/intellij.grid.csv.core.impl.jar +%%DATADIR%%/lib/modules/intellij.grid.impl.jar +%%DATADIR%%/lib/modules/intellij.grid.jar +%%DATADIR%%/lib/modules/intellij.grid.types.jar %%DATADIR%%/lib/modules/intellij.ide.startup.importSettings.jar -%%DATADIR%%/lib/modules/intellij.libraries.compose.desktop.jar +%%DATADIR%%/lib/modules/intellij.libraries.compose.foundation.desktop.jar %%DATADIR%%/lib/modules/intellij.libraries.ktor.client.cio.jar %%DATADIR%%/lib/modules/intellij.libraries.ktor.client.jar %%DATADIR%%/lib/modules/intellij.libraries.microba.jar %%DATADIR%%/lib/modules/intellij.libraries.skiko.jar +%%DATADIR%%/lib/modules/intellij.platform.bookmarks.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.bookmarks.frontend.jar %%DATADIR%%/lib/modules/intellij.platform.clouds.jar %%DATADIR%%/lib/modules/intellij.platform.collaborationTools.jar %%DATADIR%%/lib/modules/intellij.platform.compose.jar +%%DATADIR%%/lib/modules/intellij.platform.compose.markdown.jar %%DATADIR%%/lib/modules/intellij.platform.coverage.agent.jar %%DATADIR%%/lib/modules/intellij.platform.coverage.jar %%DATADIR%%/lib/modules/intellij.platform.dap.jar @@ -51,6 +58,9 @@ share/applications/webstorm.desktop %%DATADIR%%/lib/modules/intellij.platform.debugger.impl.frontend.jar %%DATADIR%%/lib/modules/intellij.platform.diagnostic.freezeAnalyzer.jar %%DATADIR%%/lib/modules/intellij.platform.diagnostic.freezes.jar +%%DATADIR%%/lib/modules/intellij.platform.editor.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.editor.frontend.jar +%%DATADIR%%/lib/modules/intellij.platform.editor.jar %%DATADIR%%/lib/modules/intellij.platform.execution.dashboard.jar %%DATADIR%%/lib/modules/intellij.platform.execution.serviceView.jar %%DATADIR%%/lib/modules/intellij.platform.frontend.jar @@ -58,6 +68,16 @@ share/applications/webstorm.desktop %%DATADIR%%/lib/modules/intellij.platform.images.backend.svg.jar %%DATADIR%%/lib/modules/intellij.platform.images.copyright.jar %%DATADIR%%/lib/modules/intellij.platform.inline.completion.jar +%%DATADIR%%/lib/modules/intellij.platform.jewel.foundation.jar +%%DATADIR%%/lib/modules/intellij.platform.jewel.ideLafBridge.jar +%%DATADIR%%/lib/modules/intellij.platform.jewel.markdown.core.jar +%%DATADIR%%/lib/modules/intellij.platform.jewel.markdown.extensions.autolink.jar +%%DATADIR%%/lib/modules/intellij.platform.jewel.markdown.extensions.gfmAlerts.jar +%%DATADIR%%/lib/modules/intellij.platform.jewel.markdown.extensions.gfmStrikethrough.jar +%%DATADIR%%/lib/modules/intellij.platform.jewel.markdown.extensions.gfmTables.jar +%%DATADIR%%/lib/modules/intellij.platform.jewel.markdown.extensions.images.jar +%%DATADIR%%/lib/modules/intellij.platform.jewel.markdown.ideLafBridgeStyling.jar +%%DATADIR%%/lib/modules/intellij.platform.jewel.ui.jar %%DATADIR%%/lib/modules/intellij.platform.kernel.backend.jar %%DATADIR%%/lib/modules/intellij.platform.lvcs.impl.jar %%DATADIR%%/lib/modules/intellij.platform.navbar.backend.jar @@ -66,23 +86,36 @@ share/applications/webstorm.desktop %%DATADIR%%/lib/modules/intellij.platform.navbar.monolith.jar %%DATADIR%%/lib/modules/intellij.platform.progress.backend.jar %%DATADIR%%/lib/modules/intellij.platform.project.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.recentFiles.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.recentFiles.frontend.jar +%%DATADIR%%/lib/modules/intellij.platform.recentFiles.jar %%DATADIR%%/lib/modules/intellij.platform.registry.cloud.jar %%DATADIR%%/lib/modules/intellij.platform.rpc.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.searchEverywhere.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.searchEverywhere.frontend.jar +%%DATADIR%%/lib/modules/intellij.platform.searchEverywhere.jar %%DATADIR%%/lib/modules/intellij.platform.settings.local.jar %%DATADIR%%/lib/modules/intellij.platform.smRunner.vcs.jar %%DATADIR%%/lib/modules/intellij.platform.tips.jar %%DATADIR%%/lib/modules/intellij.platform.vcs.dvcs.impl.jar +%%DATADIR%%/lib/modules/intellij.platform.vcs.dvcs.impl.shared.jar +%%DATADIR%%/lib/modules/intellij.platform.vcs.impl.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.vcs.impl.exec.jar +%%DATADIR%%/lib/modules/intellij.platform.vcs.impl.frontend.jar %%DATADIR%%/lib/modules/intellij.platform.vcs.impl.jar +%%DATADIR%%/lib/modules/intellij.platform.vcs.impl.lang.actions.jar +%%DATADIR%%/lib/modules/intellij.platform.vcs.impl.lang.jar +%%DATADIR%%/lib/modules/intellij.platform.vcs.impl.shared.jar %%DATADIR%%/lib/modules/intellij.platform.vcs.log.impl.jar %%DATADIR%%/lib/modules/intellij.profiler.asyncOne.jar %%DATADIR%%/lib/modules/intellij.profiler.common.jar %%DATADIR%%/lib/modules/intellij.profiler.ultimate.ideaAsyncProfiler.jar %%DATADIR%%/lib/modules/intellij.settingsSync.core.jar -%%DATADIR%%/lib/modules/intellij.smart.update.jar %%DATADIR%%/lib/modules/intellij.webstorm.customization.jar %%DATADIR%%/lib/modules/intellij.webstorm.easterEgg.jar %%DATADIR%%/lib/modules/intellij.webstorm.newUiOnboarding.git.jar %%DATADIR%%/lib/modules/intellij.webstorm.newUiOnboarding.jar +%%DATADIR%%/lib/modules/intellij.webstorm.typeEngineWidget.jar %%DATADIR%%/lib/native/%%SQLITE_ARCH%%/libsqliteij.so %%DATADIR%%/lib/nio-fs.jar %%DATADIR%%/lib/opentelemetry.jar @@ -152,24 +185,37 @@ share/applications/webstorm.desktop %%DATADIR%%/plugins/emojipicker/lib/emojipicker.jar %%DATADIR%%/plugins/featuresTrainer/lib/featuresTrainer.jar %%DATADIR%%/plugins/fileWatcher/lib/fileWatcher.jar -%%DATADIR%%/plugins/fullLine/full-line-cpu-detector.zip %%DATADIR%%/plugins/fullLine/full-line-model-html.zip %%DATADIR%%/plugins/fullLine/full-line-model-ws.zip -%%DATADIR%%/plugins/fullLine/full-line-native-server.zip +%%DATADIR%%/plugins/fullLine/full-line-native-server-linux-x86_64.zip %%DATADIR%%/plugins/fullLine/lib/fullLine.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.css.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.go.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.html.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.java.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.js.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.kotlin.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.php.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.python.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rider.cpp.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rider.csharp.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.ruby.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.terraform.jar -%%DATADIR%%/plugins/fullLine/promo/.DS_Store +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.css.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.go.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.html.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.java.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.js.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.kotlin.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.php.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.python.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rider.cpp.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rider.csharp.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.ruby.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rust.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.terraform.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.cpp.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.css.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.go.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.html.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.java.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.javascript.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.kotlin.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.php.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.python.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.rider.cpp.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.rider.csharp.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.ruby.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.rust.completion.jar %%DATADIR%%/plugins/fullLine/promo/Aqua/AIEnterprise.png %%DATADIR%%/plugins/fullLine/promo/Aqua/CloudCompletion.png %%DATADIR%%/plugins/fullLine/promo/Aqua/CloudCompletion_dark.png @@ -186,13 +232,13 @@ share/applications/webstorm.desktop %%DATADIR%%/plugins/fullLine/promo/Aqua/MergeWithAI.png %%DATADIR%%/plugins/fullLine/promo/Aqua/MergeWithAI_dark.png %%DATADIR%%/plugins/fullLine/promo/Aqua/content.json -%%DATADIR%%/plugins/fullLine/promo/CLion/ ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/CLion/ ContextAwareChat_dark.png %%DATADIR%%/plugins/fullLine/promo/CLion/AIEnterprise.png %%DATADIR%%/plugins/fullLine/promo/CLion/CloudCompletion.png %%DATADIR%%/plugins/fullLine/promo/CLion/CloudCompletion_dark.png %%DATADIR%%/plugins/fullLine/promo/CLion/CommandGenerationInTerminal.png %%DATADIR%%/plugins/fullLine/promo/CLion/CommandGenerationInTerminal_dark.png +%%DATADIR%%/plugins/fullLine/promo/CLion/ContextAwareChat.png +%%DATADIR%%/plugins/fullLine/promo/CLion/ContextAwareChat_dark.png %%DATADIR%%/plugins/fullLine/promo/CLion/FixWithAI.png %%DATADIR%%/plugins/fullLine/promo/CLion/FixWithAI_dark.png %%DATADIR%%/plugins/fullLine/promo/CLion/LocalCompletion.png @@ -310,7 +356,6 @@ share/applications/webstorm.desktop %%DATADIR%%/plugins/fullLine/promo/Ruby/MergeWithAI.png %%DATADIR%%/plugins/fullLine/promo/Ruby/MergeWithAI_dark.png %%DATADIR%%/plugins/fullLine/promo/Ruby/content.json -%%DATADIR%%/plugins/fullLine/promo/RustRover/.DS_Store %%DATADIR%%/plugins/fullLine/promo/RustRover/AIEnterprise.png %%DATADIR%%/plugins/fullLine/promo/RustRover/CloudCompletion.png %%DATADIR%%/plugins/fullLine/promo/RustRover/CloudCompletion_dark.png @@ -348,10 +393,8 @@ share/applications/webstorm.desktop %%DATADIR%%/plugins/gateway-terminal/lib/gateway-terminal.jar %%DATADIR%%/plugins/gherkin/lib/gherkin.jar %%DATADIR%%/plugins/grazie/lib/grazie.jar -%%DATADIR%%/plugins/grid-core-impl/lib/grid-core-impl.jar -%%DATADIR%%/plugins/grid-core-impl/lib/jdbc-console-types.jar -%%DATADIR%%/plugins/grid-impl/lib/grid-impl.jar -%%DATADIR%%/plugins/grid-impl/lib/grid-scripting.jar +%%DATADIR%%/plugins/grid-plugin/lib/grid-plugin.jar +%%DATADIR%%/plugins/grid-plugin/lib/modules/intellij.grid.scripting.rt.jar %%DATADIR%%/plugins/handlebars/lib/handlebars.jar %%DATADIR%%/plugins/html-tools/lib/html-tools.jar %%DATADIR%%/plugins/indexing-shared-ultimate-plugin-bundled/lib/indexing-shared-ultimate-plugin-bundled.jar @@ -370,16 +413,17 @@ share/applications/webstorm.desktop %%DATADIR%%/plugins/javascript-cucumber/lib/cucumberjs_formatter_v3.js %%DATADIR%%/plugins/javascript-cucumber/lib/cucumberjs_formatter_v7.js %%DATADIR%%/plugins/javascript-cucumber/lib/javascript-cucumber.jar +%%DATADIR%%/plugins/javascript-debugger/META-INF/chromeConnector.xml +%%DATADIR%%/plugins/javascript-debugger/META-INF/webStormSpecific.xml %%DATADIR%%/plugins/javascript-debugger/debugConnectionForwarder.js %%DATADIR%%/plugins/javascript-debugger/debugConnector.js %%DATADIR%%/plugins/javascript-debugger/debugConnectorPortPublisher.js %%DATADIR%%/plugins/javascript-debugger/debugConnectorUtil.js %%DATADIR%%/plugins/javascript-debugger/lib/ChromeConnector.jar -%%DATADIR%%/plugins/javascript-debugger/lib/FirefoxConnector.jar %%DATADIR%%/plugins/javascript-debugger/lib/javascript-debugger.jar -%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.debugger.nashorn.jar -%%DATADIR%%/plugins/javascript-debugger/lib/nashorn-debugger-9-rt.jar -%%DATADIR%%/plugins/javascript-debugger/lib/nashorn-debugger-rt.jar +%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.debugger.backend.jar +%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.debugger.frontend.jar +%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.debugger.shared.jar %%DATADIR%%/plugins/javascript-intentions/lib/javascript-intentions.jar %%DATADIR%%/plugins/javascript-plugin/helpers/base-test-reporter/intellij-stringifier.js %%DATADIR%%/plugins/javascript-plugin/helpers/base-test-reporter/intellij-tree.js @@ -417,9 +461,11 @@ share/applications/webstorm.desktop %%DATADIR%%/plugins/javascript-plugin/helpers/vitest-intellij/node_modules/vitest-intellij-reporter-safe.js %%DATADIR%%/plugins/javascript-plugin/helpers/vitest-intellij/vitest-intellij-reporter.js %%DATADIR%%/plugins/javascript-plugin/helpers/vitest-intellij/vitest-intellij-util.js -%%DATADIR%%/plugins/javascript-plugin/js/js-predefined-d6986cc7102b-1632447f56bf.ijx -%%DATADIR%%/plugins/javascript-plugin/js/js-predefined-d6986cc7102b-1632447f56bf.txt +%%DATADIR%%/plugins/javascript-plugin/js/js-predefined-d6986cc7102b-09060db00ec0.ijx +%%DATADIR%%/plugins/javascript-plugin/js/js-predefined-d6986cc7102b-09060db00ec0.txt %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/!HowToUpdateBundledTypeScript.md +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/_tsserver.js +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/_typingsInstaller.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/browser.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/cancellationToken.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/diagnosticMessages.json @@ -445,6 +491,7 @@ share/applications/webstorm.desktop %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2016.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2016.full.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2016.intl.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.arraybuffer.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.date.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.full.d.ts @@ -497,6 +544,15 @@ share/applications/webstorm.desktop %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2023.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2023.full.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2023.intl.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.arraybuffer.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.collection.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.full.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.object.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.promise.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.regexp.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.sharedmemory.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.string.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es5.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es6.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.array.d.ts @@ -549,6 +605,7 @@ share/applications/webstorm.desktop %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-ide-plugin/index.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-ide-plugin/package.json %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-ide-plugin/protocol.js +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-ide-plugin/utils.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-vue/bin/vue-language-server.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-vue/package.json %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-vue1/bin/vue-language-server.js @@ -586,6 +643,8 @@ share/applications/webstorm.desktop %%DATADIR%%/plugins/javascript-plugin/languageService/eslint/src/standard17-plugin.ts %%DATADIR%%/plugins/javascript-plugin/languageService/eslint/src/typings/js-lanuage-api.d.ts %%DATADIR%%/plugins/javascript-plugin/languageService/eslint/tsconfig.json +%%DATADIR%%/plugins/javascript-plugin/lib/frontend-split/javascript-frontend.jar +%%DATADIR%%/plugins/javascript-plugin/lib/javascript-frontback.jar %%DATADIR%%/plugins/javascript-plugin/lib/javascript-plugin.jar %%DATADIR%%/plugins/javascript-plugin/projectTemplates/JavaScript/no_samples.zip %%DATADIR%%/plugins/javascript-plugin/projectTemplates/JavaScript/with_samples.zip @@ -627,9 +686,9 @@ share/applications/webstorm.desktop %%DATADIR%%/plugins/javascript-plugin/reporting/playwright/playwrightTestStructure.d.ts %%DATADIR%%/plugins/javascript-plugin/reporting/playwright/playwrightTestStructure.js %%DATADIR%%/plugins/js-liveEdit/lib/js-liveEdit.jar -%%DATADIR%%/plugins/json/lib/client/json-frontend.jar -%%DATADIR%%/plugins/json/lib/json-split.jar +%%DATADIR%%/plugins/json/lib/frontend-split/json-frontend.jar %%DATADIR%%/plugins/json/lib/json.jar +%%DATADIR%%/plugins/json/lib/modules/intellij.json.split.jar %%DATADIR%%/plugins/jsonpath/lib/jsonpath.jar %%DATADIR%%/plugins/karma/js_reporter/karma-intellij/LICENSE.txt %%DATADIR%%/plugins/karma/js_reporter/karma-intellij/README.md @@ -662,9 +721,7 @@ share/applications/webstorm.desktop %%DATADIR%%/plugins/localization-ko/lib/localization-ko.jar %%DATADIR%%/plugins/localization-zh/lib/localization-zh.jar %%DATADIR%%/plugins/markdown/lib/markdown.jar -%%DATADIR%%/plugins/markdown/lib/modules/intellij.markdown.compose.preview.jar %%DATADIR%%/plugins/microservices-ui/lib/microservices-ui.jar -%%DATADIR%%/plugins/ml-inline-completion/lib/ml-inline-completion.jar %%DATADIR%%/plugins/nextjs/lib/nextjs.jar %%DATADIR%%/plugins/nodeJS-remoteInterpreter/lib/nodeJS-remoteInterpreter.jar %%DATADIR%%/plugins/nodeJS/js/mocha-intellij/.gitignore @@ -752,8 +809,8 @@ share/applications/webstorm.desktop %%DATADIR%%/plugins/nodeJS/lib/nodeJS.jar %%DATADIR%%/plugins/packageChecker/lib/packageChecker.jar %%DATADIR%%/plugins/performanceTesting-async/lib/performanceTesting-async.jar +%%DATADIR%%/plugins/performanceTesting/lib/modules/intellij.performanceTesting.frontend.jar %%DATADIR%%/plugins/performanceTesting/lib/performanceTesting.jar -%%DATADIR%%/plugins/platform-ide-provisioner/lib/platform-ide-provisioner.jar %%DATADIR%%/plugins/platform-ijent-impl/ijent-aarch64-unknown-linux-musl-release %%DATADIR%%/plugins/platform-ijent-impl/ijent-x86_64-unknown-linux-musl-release %%DATADIR%%/plugins/platform-ijent-impl/lib/platform-ijent-impl.jar @@ -775,6 +832,7 @@ share/applications/webstorm.desktop %%DATADIR%%/plugins/searchEverywhereMl/lib/searchEverywhereMl.jar %%DATADIR%%/plugins/settingsSync/lib/settingsSync.jar %%DATADIR%%/plugins/sh/lib/sh.jar +%%DATADIR%%/plugins/station-plugin/lib/modules/intellij.station.frontend.split.jar %%DATADIR%%/plugins/station-plugin/lib/station-plugin.jar %%DATADIR%%/plugins/styled-components/lib/styled-components.jar %%DATADIR%%/plugins/stylelint/lib/stylelint.jar @@ -788,13 +846,21 @@ share/applications/webstorm.desktop %%DATADIR%%/plugins/terminal/shell-integrations/bash/bash-fig.bash %%DATADIR%%/plugins/terminal/shell-integrations/bash/bash-integration.bash %%DATADIR%%/plugins/terminal/shell-integrations/bash/bash-preexec.bash +%%DATADIR%%/plugins/terminal/shell-integrations/bash/command-block-support-reworked.bash %%DATADIR%%/plugins/terminal/shell-integrations/bash/command-block-support.bash +%%DATADIR%%/plugins/terminal/shell-integrations/fish/command-block-support-reworked.fish %%DATADIR%%/plugins/terminal/shell-integrations/fish/command-block-support.fish %%DATADIR%%/plugins/terminal/shell-integrations/fish/fish-integration.fish +%%DATADIR%%/plugins/terminal/shell-integrations/powershell/command-block-support-reworked.ps1 %%DATADIR%%/plugins/terminal/shell-integrations/powershell/command-block-support.ps1 %%DATADIR%%/plugins/terminal/shell-integrations/powershell/powershell-integration.ps1 -%%DATADIR%%/plugins/terminal/shell-integrations/zsh/.zshenv +%%DATADIR%%/plugins/terminal/shell-integrations/zsh/command-block-support-reworked.zsh %%DATADIR%%/plugins/terminal/shell-integrations/zsh/command-block-support.zsh +%%DATADIR%%/plugins/terminal/shell-integrations/zsh/zdotdir/.zlogin +%%DATADIR%%/plugins/terminal/shell-integrations/zsh/zdotdir/.zprofile +%%DATADIR%%/plugins/terminal/shell-integrations/zsh/zdotdir/.zshenv +%%DATADIR%%/plugins/terminal/shell-integrations/zsh/zdotdir/.zshrc +%%DATADIR%%/plugins/terminal/shell-integrations/zsh/zdotdir/source-original.zsh %%DATADIR%%/plugins/terminal/shell-integrations/zsh/zsh-integration.zsh %%DATADIR%%/plugins/textmate/lib/bundles/adoc/LICENSE %%DATADIR%%/plugins/textmate/lib/bundles/adoc/README.md @@ -1180,10 +1246,11 @@ share/applications/webstorm.desktop %%DATADIR%%/plugins/tslint/lib/tslint.jar %%DATADIR%%/plugins/uml/lib/uml-support.jar %%DATADIR%%/plugins/vagrant/lib/vagrant.jar +%%DATADIR%%/plugins/vcs-git-commit-modal/lib/vcs-git-commit-modal.jar %%DATADIR%%/plugins/vcs-git/lib/git4idea-rt.jar %%DATADIR%%/plugins/vcs-git/lib/vcs-git.jar -%%DATADIR%%/plugins/vcs-github-ultimate/lib/vcs-github.jar -%%DATADIR%%/plugins/vcs-gitlab/lib/vcs-gitlab.jar +%%DATADIR%%/plugins/vcs-github-IU/lib/vcs-github.jar +%%DATADIR%%/plugins/vcs-gitlab-IU/lib/vcs-gitlab.jar %%DATADIR%%/plugins/vcs-hg/lib/vcs-hg.jar %%DATADIR%%/plugins/vcs-svn/lib/vcs-svn.jar %%DATADIR%%/plugins/vitejs/lib/vitejs.jar @@ -1224,8 +1291,8 @@ share/applications/webstorm.desktop %%DATADIR%%/plugins/webp/lib/webp.jar %%DATADIR%%/plugins/webpack/lib/webpack.jar %%DATADIR%%/plugins/xml-refactoring/lib/xml-refactoring.jar -%%DATADIR%%/plugins/yaml/lib/client/yaml-frontend.jar -%%DATADIR%%/plugins/yaml/lib/yaml-editing.jar +%%DATADIR%%/plugins/yaml/lib/modules/intellij.yaml.backend.jar +%%DATADIR%%/plugins/yaml/lib/modules/intellij.yaml.frontend.split.jar %%DATADIR%%/plugins/yaml/lib/yaml.jar %%DATADIR%%/product-info.json share/man/man1/webstorm.1.gz diff --git a/devel/lua-luastatic/Makefile b/devel/lua-luastatic/Makefile new file mode 100644 index 000000000000..6d47eb734934 --- /dev/null +++ b/devel/lua-luastatic/Makefile @@ -0,0 +1,30 @@ +PORTNAME= luastatic +PORTVERSION= 0.0.12 +CATEGORIES= devel +PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} + +MAINTAINER= kevans@FreeBSD.org +COMMENT= Build a standalone executable from a Lua program +WWW= https://github.com/ers35/luastatic + +LICENSE= CC0-1.0 +LICENSE_FILE= ${WRKSRC}/license.txt + +USES= gmake lua + +USE_GITHUB= yes +GH_ACCOUNT= ers35 + +MAKE_ENV+= LUA=${LUA_CMD} +MAKE_ENV+= LIBLUA_A=${LOCALBASE}/lib/liblua-${LUA_VER}.a +MAKE_ENV+= LUA_INCLUDE=${LUA_INCDIR} + +PLIST_FILES= bin/luastatic +ALL_TARGET= luastatic +TEST_TARGET= run_test + +do-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/luastatic ${STAGEDIR}${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/devel/lua-luastatic/distinfo b/devel/lua-luastatic/distinfo new file mode 100644 index 000000000000..c6fd7b33891f --- /dev/null +++ b/devel/lua-luastatic/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1752800790 +SHA256 (ers35-luastatic-0.0.12_GH0.tar.gz) = 9cf817f9bb95d7d3b62a0ccffc14124ac5f8e0df1e1c482b9bf49e0473e02797 +SIZE (ers35-luastatic-0.0.12_GH0.tar.gz) = 11689 diff --git a/devel/lua-luastatic/pkg-descr b/devel/lua-luastatic/pkg-descr new file mode 100644 index 000000000000..7d8359b3a656 --- /dev/null +++ b/devel/lua-luastatic/pkg-descr @@ -0,0 +1,3 @@ +luastatic is a command line tool that builds a standalone executable from a Lua +program. The resulting executable is intended to run on systems that do not +otherwise have Lua installed. diff --git a/devel/oci-cli/Makefile b/devel/oci-cli/Makefile index da85250cdd6f..ee12a5a53f90 100644 --- a/devel/oci-cli/Makefile +++ b/devel/oci-cli/Makefile @@ -1,6 +1,6 @@ PORTNAME= oci-cli DISTVERSIONPREFIX= v -DISTVERSION= 3.62.1 +DISTVERSION= 3.63.0 CATEGORIES= devel PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,14 +22,14 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}arrow>=1.0.0:devel/py-arrow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certifi>0:security/py-certifi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}click>=8.0.4:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jmespath>=0.10.0:devel/py-jmespath@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}oci>=2.155.1:devel/py-oci@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}oci>=2.156.0:devel/py-oci@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openssl>=22.1.0:security/py-openssl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}prompt-toolkit>=3.0.29:devel/py-prompt-toolkit@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.5.3:devel/py-python-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=2016.10:devel/py-pytz@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyyaml>=5.4:devel/py-pyyaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.15.0:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}terminaltables>=3.1.0:textproc/py-terminaltables@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyyaml>=5.4:devel/py-pyyaml@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}terminaltables>=3.1.0:textproc/py-terminaltables@${PY_FLAVOR} USES= python:3.9-3.12 USE_GITHUB= yes diff --git a/devel/oci-cli/distinfo b/devel/oci-cli/distinfo index d0f070877633..3411d0be27ce 100644 --- a/devel/oci-cli/distinfo +++ b/devel/oci-cli/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752052007 -SHA256 (oracle-oci-cli-v3.62.1_GH0.tar.gz) = 5b5a26edfd692b8e7d23b36a65f6d10417bad4ebbfabdd50e2502e9ffaa79113 -SIZE (oracle-oci-cli-v3.62.1_GH0.tar.gz) = 5970595 +TIMESTAMP = 1753522281 +SHA256 (oracle-oci-cli-v3.63.0_GH0.tar.gz) = 62fc339e65b92e85a7f08ee761e0b033688269419034f57c6495d0d9212bc674 +SIZE (oracle-oci-cli-v3.63.0_GH0.tar.gz) = 5985912 diff --git a/devel/p5-EV/files/patch-typemap b/devel/p5-EV/files/patch-typemap new file mode 100644 index 000000000000..d2fd4c1b79a2 --- /dev/null +++ b/devel/p5-EV/files/patch-typemap @@ -0,0 +1,17 @@ +Patch from https://github.com/Perl/perl5/issues/22353#issuecomment-2198256977 + +--- typemap.orig 2010-10-29 18:42:23 UTC ++++ typemap +@@ -37,9 +37,9 @@ T_WATCHER + + T_WATCHER + if (!(SvROK ($arg) && SvOBJECT (SvRV ($arg)) +- && (SvSTASH (SvRV ($arg)) == stash_" . ($type =~ /ev_(\S+)/, "$1") . " +- || sv_derived_from ($arg, \"EV::" . ($type =~ /ev_(\S+)/, ucfirst "$1") . "\")))) +- croak (\"object is not of type EV::" . ($type =~ /ev_(\S+)/, ucfirst "$1") . "\"); ++ && (SvSTASH (SvRV ($arg)) == stash_${ ($type =~ /ev_(\S+)/, \"$1") } ++ || sv_derived_from ($arg, \"EV::${ ($type =~ /ev_(\S+)/, \ucfirst "$1") }\")))) ++ croak (\"object is not of type EV::${ ($type =~ /ev_(\S+)/, \ucfirst "$1") }\"); + $var = ($type)SvPVX (SvRV ($arg)); + + OUTPUT diff --git a/devel/p5-Inline-Tcl/files/patch-Tcl.xs b/devel/p5-Inline-Tcl/files/patch-Tcl.xs new file mode 100644 index 000000000000..4533c470a831 --- /dev/null +++ b/devel/p5-Inline-Tcl/files/patch-Tcl.xs @@ -0,0 +1,13 @@ +fix Unparseable XSUB parameter: 'FNAME...' in Tcl.xs, line 113 + +--- Tcl.xs.orig 2025-07-13 08:42:18 UTC ++++ Tcl.xs +@@ -110,7 +110,7 @@ void + RETVAL + + void +-_eval_tcl_function(PKG, FNAME...) ++_eval_tcl_function(PKG, FNAME, ...) + char* PKG; + char* FNAME; + PREINIT: diff --git a/devel/p5-JSON-Hyper/Makefile b/devel/p5-JSON-Hyper/Makefile index 545f1ec6cd99..6386deed19c8 100644 --- a/devel/p5-JSON-Hyper/Makefile +++ b/devel/p5-JSON-Hyper/Makefile @@ -20,4 +20,8 @@ RUN_DEPENDS= p5-JSON>=2.0:converters/p5-JSON \ USES= perl5 USE_PERL5= configure +# Remove old, broken, bundled Scalar::Util +post-extract: + ${RM} -rf ${WRKSRC}/inc/Scalar + .include <bsd.port.mk> diff --git a/devel/p5-Object-Role/Makefile b/devel/p5-Object-Role/Makefile index 3c3dc11a3f32..908cacd09055 100644 --- a/devel/p5-Object-Role/Makefile +++ b/devel/p5-Object-Role/Makefile @@ -19,4 +19,8 @@ RUN_DEPENDS= p5-Sub-Name>=0:devel/p5-Sub-Name USES= perl5 USE_PERL5= configure +# Remove old, broken, bundled Scalar::Util +post-extract: + ${RM} -rf ${WRKSRC}/inc/Scalar + .include <bsd.port.mk> diff --git a/devel/p5-Thrift-XS/files/patch-xs b/devel/p5-Thrift-XS/files/patch-xs new file mode 100644 index 000000000000..350f5c6275d1 --- /dev/null +++ b/devel/p5-Thrift-XS/files/patch-xs @@ -0,0 +1,42 @@ +fix Unparseable XSUB parameter: 'SV * /*name*/' in ... + +--- BinaryProtocol.xs.orig 2025-07-13 08:46:14 UTC ++++ BinaryProtocol.xs +@@ -129,7 +129,7 @@ int + RETVAL + + int +-writeFieldBegin(TBinaryProtocol *p, SV * /*name*/, int type, int id) ++writeFieldBegin(TBinaryProtocol *p, SV * _unused, int type, int id) + CODE: + { + DEBUG_TRACE("writeFieldBegin(type %d, id %d)\n", type, id); +@@ -487,7 +487,7 @@ int + RETVAL + + int +-readFieldBegin(TBinaryProtocol *p, SV * /*name*/, SV *fieldtype, SV *fieldid) ++readFieldBegin(TBinaryProtocol *p, SV * _unused, SV *fieldtype, SV *fieldid) + CODE: + { + DEBUG_TRACE("readFieldBegin()\n"); +--- CompactProtocol.xs.orig 2025-07-13 08:46:25 UTC ++++ CompactProtocol.xs +@@ -97,7 +97,7 @@ void + } + + void +-writeFieldBegin(TBinaryProtocol *p, SV * /*name*/, int type, int id) ++writeFieldBegin(TBinaryProtocol *p, SV * _unused, int type, int id) + CODE: + { + DEBUG_TRACE("writeFieldBegin()\n"); +@@ -362,7 +362,7 @@ void + } + + void +-readFieldBegin(TBinaryProtocol *p, SV * /*name*/, SV *fieldtype, SV *fieldid) ++readFieldBegin(TBinaryProtocol *p, SV * _unused, SV *fieldtype, SV *fieldid) + CODE: + { + DEBUG_TRACE("readFieldBegin()\n"); diff --git a/devel/py-flynt/Makefile b/devel/py-flynt/Makefile index 6b6c9f217a6f..d62c4c146bf6 100644 --- a/devel/py-flynt/Makefile +++ b/devel/py-flynt/Makefile @@ -1,5 +1,5 @@ PORTNAME= flynt -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.3 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,10 +10,8 @@ WWW= https://github.com/ikamensh/flynt LICENSE= MIT BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astor>0:devel/py-astor@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tomli>1.1.0:textproc/py-tomli@${PY_FLAVOR} -USES= python +USES= python:3.9+ USE_GITHUB= yes USE_PYTHON= autoplist pep517 @@ -21,4 +19,10 @@ NO_ARCH= yes GH_ACCOUNT= ikamensh -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PYTHON_REL} < 31100 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tomli>1.1.0:textproc/py-tomli@${PY_FLAVOR} +.endif + +.include <bsd.port.post.mk> diff --git a/devel/py-flynt/distinfo b/devel/py-flynt/distinfo index 1574d85327d8..fd64721e7ece 100644 --- a/devel/py-flynt/distinfo +++ b/devel/py-flynt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1692736926 -SHA256 (ikamensh-flynt-1.0.1_GH0.tar.gz) = b8a2ad633b3670f04aa1ccac13ac30bb2c0e6a6b83ecea69bd256a0413110ede -SIZE (ikamensh-flynt-1.0.1_GH0.tar.gz) = 55138 +TIMESTAMP = 1753640294 +SHA256 (ikamensh-flynt-1.0.3_GH0.tar.gz) = 33c191ce163c09cebdc2d014495f4a9ba4276ecfb9437919b4fe6b2eef5a16a2 +SIZE (ikamensh-flynt-1.0.3_GH0.tar.gz) = 58959 diff --git a/devel/py-hatch-nodejs-version/Makefile b/devel/py-hatch-nodejs-version/Makefile index 18e08990befb..37f1a459fdcf 100644 --- a/devel/py-hatch-nodejs-version/Makefile +++ b/devel/py-hatch-nodejs-version/Makefile @@ -1,5 +1,5 @@ PORTNAME= hatch-nodejs-version -DISTVERSION= 0.3.2 +DISTVERSION= 0.4.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-hatch-nodejs-version/distinfo b/devel/py-hatch-nodejs-version/distinfo index 73d3cce95b0b..cf48aef01c39 100644 --- a/devel/py-hatch-nodejs-version/distinfo +++ b/devel/py-hatch-nodejs-version/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1694353329 -SHA256 (hatch_nodejs_version-0.3.2.tar.gz) = 8a7828d817b71e50bbbbb01c9bfc0b329657b7900c56846489b9c958de15b54c -SIZE (hatch_nodejs_version-0.3.2.tar.gz) = 16942 +TIMESTAMP = 1753512766 +SHA256 (hatch_nodejs_version-0.4.0.tar.gz) = 2428ea398dd053f019d2b7ac949dd6b690ca8e826b6d433ad13c5b6c475ae91b +SIZE (hatch_nodejs_version-0.4.0.tar.gz) = 17797 diff --git a/devel/py-oci/Makefile b/devel/py-oci/Makefile index 1cf7e11e517c..7a6cddde73e4 100644 --- a/devel/py-oci/Makefile +++ b/devel/py-oci/Makefile @@ -1,5 +1,5 @@ PORTNAME= oci -DISTVERSION= 2.155.1 +DISTVERSION= 2.156.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,9 +20,13 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAV ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>0:security/py-certifi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}circuitbreaker>=1.3.1:devel/py-circuitbreaker@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}docstring_parser>=0.16:textproc/py-docstring_parser@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mcp>=1.6.0:misc/py-mcp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openssl>=17.5.0:security/py-openssl@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pydantic2>=2.10.6:devel/py-pydantic2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.5.3<3.0.0:devel/py-python-dateutil@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytz>=2016.10:devel/py-pytz@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pytz>=2016.10:devel/py-pytz@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}rich>=13.9.4:textproc/py-rich@${PY_FLAVOR} USES= python:3.9-3.12 USE_PYTHON= autoplist cryptography pep517 diff --git a/devel/py-oci/distinfo b/devel/py-oci/distinfo index aeb7a1b17465..1f93669f8d63 100644 --- a/devel/py-oci/distinfo +++ b/devel/py-oci/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752051701 -SHA256 (oci-2.155.1.tar.gz) = eab2ff5cf960f15f36edf9beb5279d19768accb1401cb3c5deae9648ba8cdbf6 -SIZE (oci-2.155.1.tar.gz) = 15241023 +TIMESTAMP = 1753518562 +SHA256 (oci-2.156.0.tar.gz) = 0939c4e310f3004cbcc37f048cf665e93d13cc4ea28920c5e41302bc6bab978b +SIZE (oci-2.156.0.tar.gz) = 15514372 diff --git a/devel/py-tox/Makefile b/devel/py-tox/Makefile index e994e0860d2f..46c9cc99695b 100644 --- a/devel/py-tox/Makefile +++ b/devel/py-tox/Makefile @@ -1,5 +1,5 @@ PORTNAME= tox -DISTVERSION= 4.28.1 +DISTVERSION= 4.28.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-tox/distinfo b/devel/py-tox/distinfo index 46110e5090a8..a691850d7c05 100644 --- a/devel/py-tox/distinfo +++ b/devel/py-tox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1753371386 -SHA256 (tox-4.28.1.tar.gz) = 227ce1fdfea7763107aed3a8ac87d74b1bd1240ad7dd9c37fc2cb2b318006520 -SIZE (tox-4.28.1.tar.gz) = 199598 +TIMESTAMP = 1753618893 +SHA256 (tox-4.28.2.tar.gz) = 895c74a3857a9cff6f142363dbd3735f6d66a72c0c315e91b6c9a2980a842ce3 +SIZE (tox-4.28.2.tar.gz) = 199615 diff --git a/devel/py-ttkbootstrap/Makefile b/devel/py-ttkbootstrap/Makefile index 3073279e9905..8e78f498f55e 100644 --- a/devel/py-ttkbootstrap/Makefile +++ b/devel/py-ttkbootstrap/Makefile @@ -1,5 +1,5 @@ PORTNAME= ttkbootstrap -DISTVERSION= 1.14.0 +DISTVERSION= 1.14.1 PORTREVISION= 0 CATEGORIES= devel python MASTER_SITES= PYPI diff --git a/devel/py-ttkbootstrap/distinfo b/devel/py-ttkbootstrap/distinfo index e32d96415a3d..80928764b3a7 100644 --- a/devel/py-ttkbootstrap/distinfo +++ b/devel/py-ttkbootstrap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751726151 -SHA256 (ttkbootstrap-1.14.0.tar.gz) = 17fe56c73d79545bda2aa552338962530b35be4f4241242a36813af2be8c2030 -SIZE (ttkbootstrap-1.14.0.tar.gz) = 143260 +TIMESTAMP = 1753546282 +SHA256 (ttkbootstrap-1.14.1.tar.gz) = 0547301d1f3d971be44027902bcb868c0d358eca70e320147edbe2c829d8fab8 +SIZE (ttkbootstrap-1.14.1.tar.gz) = 144300 diff --git a/devel/py-ty/Makefile b/devel/py-ty/Makefile index 902a4ed3656c..2740d691050e 100644 --- a/devel/py-ty/Makefile +++ b/devel/py-ty/Makefile @@ -1,5 +1,5 @@ PORTNAME= ty -DISTVERSION= 0.0.1a15 +DISTVERSION= 0.0.1a16 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-ty/Makefile.crates b/devel/py-ty/Makefile.crates index 5cf2beaa350b..d629d3433167 100644 --- a/devel/py-ty/Makefile.crates +++ b/devel/py-ty/Makefile.crates @@ -27,6 +27,7 @@ CARGO_CRATES= adler2-2.0.0 \ bincode_derive-2.0.1 \ bitflags-1.3.2 \ bitflags-2.9.1 \ + bitvec-1.0.1 \ block-buffer-0.10.4 \ boxcar-0.2.13 \ bstr-1.12.0 \ @@ -117,6 +118,7 @@ CARGO_CRATES= adler2-2.0.0 \ form_urlencoded-1.2.1 \ fs-err-2.11.0 \ fsevent-sys-4.1.0 \ + funty-2.0.0 \ generic-array-0.14.7 \ get-size-derive2-0.5.2 \ get-size2-0.5.2 \ @@ -159,6 +161,7 @@ CARGO_CRATES= adler2-2.0.0 \ insta-cmd-0.6.0 \ interpolator-0.5.0 \ intrusive-collections-0.9.7 \ + inventory-0.3.20 \ is-docker-0.2.0 \ is-macro-0.3.7 \ is-terminal-0.4.16 \ @@ -220,7 +223,6 @@ CARGO_CRATES= adler2-2.0.0 \ os_pipe-1.2.1 \ os_str_bytes-7.1.0 \ overload-0.1.1 \ - papaya-0.2.3 \ parking_lot-0.12.3 \ parking_lot_core-0.9.10 \ paste-1.0.15 \ @@ -264,8 +266,9 @@ CARGO_CRATES= adler2-2.0.0 \ quote-use-0.8.4 \ quote-use-macros-0.8.4 \ r-efi-5.2.0 \ + radium-0.7.0 \ rand-0.8.5 \ - rand-0.9.1 \ + rand-0.9.2 \ rand_chacha-0.3.1 \ rand_chacha-0.9.0 \ rand_core-0.6.4 \ @@ -292,12 +295,11 @@ CARGO_CRATES= adler2-2.0.0 \ schemars_derive-0.8.22 \ scopeguard-1.2.0 \ seahash-4.1.0 \ - seize-0.5.0 \ serde-1.0.219 \ serde-wasm-bindgen-0.6.5 \ serde_derive-1.0.219 \ serde_derive_internals-0.29.1 \ - serde_json-1.0.140 \ + serde_json-1.0.141 \ serde_repr-0.1.20 \ serde_spanned-0.6.9 \ serde_spanned-1.0.0 \ @@ -318,10 +320,11 @@ CARGO_CRATES= adler2-2.0.0 \ statrs-0.18.0 \ strip-ansi-escapes-0.2.1 \ strsim-0.11.1 \ - strum-0.27.1 \ - strum_macros-0.27.1 \ + strum-0.27.2 \ + strum_macros-0.27.2 \ syn-2.0.104 \ synstructure-0.13.2 \ + tap-1.0.1 \ tempfile-3.20.0 \ termcolor-1.4.1 \ terminal_size-0.4.2 \ @@ -442,6 +445,7 @@ CARGO_CRATES= adler2-2.0.0 \ winsafe-0.0.19 \ wit-bindgen-rt-0.39.0 \ writeable-0.6.1 \ + wyz-0.5.1 \ yansi-1.0.1 \ yoke-0.8.0 \ yoke-derive-0.8.0 \ @@ -456,5 +460,5 @@ CARGO_CRATES= adler2-2.0.0 \ zstd-0.11.2+zstd.1.5.2 \ zstd-safe-5.0.2+zstd.1.5.2 \ zstd-sys-2.0.15+zstd.1.5.7 \ - salsa,salsa-macro-rules,salsa-macros@git+https://github.com/salsa-rs/salsa?rev=fc00eba89e5dcaa5edba51c41aa5f309b5cb126b\#fc00eba89e5dcaa5edba51c41aa5f309b5cb126b \ + salsa,salsa-macro-rules,salsa-macros@git+https://github.com/salsa-rs/salsa?rev=dba66f1a37acca014c2402f231ed5b361bd7d8fe\#dba66f1a37acca014c2402f231ed5b361bd7d8fe \ lsp-types@git+https://github.com/astral-sh/lsp-types.git?rev=3512a9f\#3512a9f33eadc5402cfab1b8f7340824c8ca1439 diff --git a/devel/py-ty/distinfo b/devel/py-ty/distinfo index 62a433cb7152..71547af844b0 100644 --- a/devel/py-ty/distinfo +++ b/devel/py-ty/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1752976781 -SHA256 (ty-0.0.1a15.tar.gz) = b601eb50e981bd3fb857eb17b473cad3728dab67f53370b6790dfc342797eb20 -SIZE (ty-0.0.1a15.tar.gz) = 3886937 +TIMESTAMP = 1753578829 +SHA256 (ty-0.0.1a16.tar.gz) = 9ade26904870dc9bd988e58bad4382857f75ae05edb682ee0ba2f26fcc2d4c0f +SIZE (ty-0.0.1a16.tar.gz) = 3961822 SHA256 (rust/crates/adler2-2.0.0.crate) = 512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627 SIZE (rust/crates/adler2-2.0.0.crate) = 13529 SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 @@ -59,6 +59,8 @@ SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c9 SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 SHA256 (rust/crates/bitflags-2.9.1.crate) = 1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967 SIZE (rust/crates/bitflags-2.9.1.crate) = 47913 +SHA256 (rust/crates/bitvec-1.0.1.crate) = 1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c +SIZE (rust/crates/bitvec-1.0.1.crate) = 224375 SHA256 (rust/crates/block-buffer-0.10.4.crate) = 3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71 SIZE (rust/crates/block-buffer-0.10.4.crate) = 10538 SHA256 (rust/crates/boxcar-0.2.13.crate) = 26c4925bc979b677330a8c7fe7a8c94af2dbb4a2d37b4a20a80d884400f46baa @@ -239,6 +241,8 @@ SHA256 (rust/crates/fs-err-2.11.0.crate) = 88a41f105fe1d5b6b34b2055e3dc59bb79b46 SIZE (rust/crates/fs-err-2.11.0.crate) = 20449 SHA256 (rust/crates/fsevent-sys-4.1.0.crate) = 76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2 SIZE (rust/crates/fsevent-sys-4.1.0.crate) = 4620 +SHA256 (rust/crates/funty-2.0.0.crate) = e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c +SIZE (rust/crates/funty-2.0.0.crate) = 13160 SHA256 (rust/crates/generic-array-0.14.7.crate) = 85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a SIZE (rust/crates/generic-array-0.14.7.crate) = 15950 SHA256 (rust/crates/get-size-derive2-0.5.2.crate) = 028f3cfad7c3e3b1d8d04ef0a1c03576f2d62800803fe1301a4cd262849f2dea @@ -323,6 +327,8 @@ SHA256 (rust/crates/interpolator-0.5.0.crate) = 71dd52191aae121e8611f1e8dc3e324d SIZE (rust/crates/interpolator-0.5.0.crate) = 29578 SHA256 (rust/crates/intrusive-collections-0.9.7.crate) = 189d0897e4cbe8c75efedf3502c18c887b05046e59d28404d4d8e46cbc4d1e86 SIZE (rust/crates/intrusive-collections-0.9.7.crate) = 56609 +SHA256 (rust/crates/inventory-0.3.20.crate) = ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83 +SIZE (rust/crates/inventory-0.3.20.crate) = 16414 SHA256 (rust/crates/is-docker-0.2.0.crate) = 928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3 SIZE (rust/crates/is-docker-0.2.0.crate) = 2664 SHA256 (rust/crates/is-macro-0.3.7.crate) = 1d57a3e447e24c22647738e4607f1df1e0ec6f72e16182c4cd199f647cdfb0e4 @@ -445,8 +451,6 @@ SHA256 (rust/crates/os_str_bytes-7.1.0.crate) = c86e2db86dd008b4c88c77a9bb83d928 SIZE (rust/crates/os_str_bytes-7.1.0.crate) = 28150 SHA256 (rust/crates/overload-0.1.1.crate) = b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39 SIZE (rust/crates/overload-0.1.1.crate) = 24439 -SHA256 (rust/crates/papaya-0.2.3.crate) = f92dd0b07c53a0a0c764db2ace8c541dc47320dad97c2200c2a637ab9dd2328f -SIZE (rust/crates/papaya-0.2.3.crate) = 67232 SHA256 (rust/crates/parking_lot-0.12.3.crate) = f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27 SIZE (rust/crates/parking_lot-0.12.3.crate) = 41860 SHA256 (rust/crates/parking_lot_core-0.9.10.crate) = 1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8 @@ -533,10 +537,12 @@ SHA256 (rust/crates/quote-use-macros-0.8.4.crate) = 82ebfb7faafadc06a7ab141a6f67 SIZE (rust/crates/quote-use-macros-0.8.4.crate) = 5660 SHA256 (rust/crates/r-efi-5.2.0.crate) = 74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5 SIZE (rust/crates/r-efi-5.2.0.crate) = 64764 +SHA256 (rust/crates/radium-0.7.0.crate) = dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09 +SIZE (rust/crates/radium-0.7.0.crate) = 10906 SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 SIZE (rust/crates/rand-0.8.5.crate) = 87113 -SHA256 (rust/crates/rand-0.9.1.crate) = 9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97 -SIZE (rust/crates/rand-0.9.1.crate) = 97986 +SHA256 (rust/crates/rand-0.9.2.crate) = 6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1 +SIZE (rust/crates/rand-0.9.2.crate) = 99930 SHA256 (rust/crates/rand_chacha-0.3.1.crate) = e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88 SIZE (rust/crates/rand_chacha-0.3.1.crate) = 15251 SHA256 (rust/crates/rand_chacha-0.9.0.crate) = d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb @@ -589,8 +595,6 @@ SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7 SIZE (rust/crates/scopeguard-1.2.0.crate) = 11619 SHA256 (rust/crates/seahash-4.1.0.crate) = 1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b SIZE (rust/crates/seahash-4.1.0.crate) = 31976 -SHA256 (rust/crates/seize-0.5.0.crate) = e4b8d813387d566f627f3ea1b914c068aac94c40ae27ec43f5f33bde65abefe7 -SIZE (rust/crates/seize-0.5.0.crate) = 36959 SHA256 (rust/crates/serde-1.0.219.crate) = 5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6 SIZE (rust/crates/serde-1.0.219.crate) = 78983 SHA256 (rust/crates/serde-wasm-bindgen-0.6.5.crate) = 8302e169f0eddcc139c70f139d19d6467353af16f9fce27e8c30158036a1e16b @@ -599,8 +603,8 @@ SHA256 (rust/crates/serde_derive-1.0.219.crate) = 5b0276cf7f2c73365f7157c8123c21 SIZE (rust/crates/serde_derive-1.0.219.crate) = 57798 SHA256 (rust/crates/serde_derive_internals-0.29.1.crate) = 18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711 SIZE (rust/crates/serde_derive_internals-0.29.1.crate) = 26189 -SHA256 (rust/crates/serde_json-1.0.140.crate) = 20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373 -SIZE (rust/crates/serde_json-1.0.140.crate) = 154852 +SHA256 (rust/crates/serde_json-1.0.141.crate) = 30b9eff21ebe718216c6ec64e1d9ac57087aad11efc64e32002bce4a0d4c03d3 +SIZE (rust/crates/serde_json-1.0.141.crate) = 155322 SHA256 (rust/crates/serde_repr-0.1.20.crate) = 175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c SIZE (rust/crates/serde_repr-0.1.20.crate) = 12627 SHA256 (rust/crates/serde_spanned-0.6.9.crate) = bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3 @@ -641,14 +645,16 @@ SHA256 (rust/crates/strip-ansi-escapes-0.2.1.crate) = 2a8f8038e7e7969abb3f1b7c2a SIZE (rust/crates/strip-ansi-escapes-0.2.1.crate) = 8273 SHA256 (rust/crates/strsim-0.11.1.crate) = 7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f SIZE (rust/crates/strsim-0.11.1.crate) = 14266 -SHA256 (rust/crates/strum-0.27.1.crate) = f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32 -SIZE (rust/crates/strum-0.27.1.crate) = 7467 -SHA256 (rust/crates/strum_macros-0.27.1.crate) = c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8 -SIZE (rust/crates/strum_macros-0.27.1.crate) = 29670 +SHA256 (rust/crates/strum-0.27.2.crate) = af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf +SIZE (rust/crates/strum-0.27.2.crate) = 8489 +SHA256 (rust/crates/strum_macros-0.27.2.crate) = 7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7 +SIZE (rust/crates/strum_macros-0.27.2.crate) = 30522 SHA256 (rust/crates/syn-2.0.104.crate) = 17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40 SIZE (rust/crates/syn-2.0.104.crate) = 299699 SHA256 (rust/crates/synstructure-0.13.2.crate) = 728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2 SIZE (rust/crates/synstructure-0.13.2.crate) = 18950 +SHA256 (rust/crates/tap-1.0.1.crate) = 55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369 +SIZE (rust/crates/tap-1.0.1.crate) = 11316 SHA256 (rust/crates/tempfile-3.20.0.crate) = e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1 SIZE (rust/crates/tempfile-3.20.0.crate) = 42306 SHA256 (rust/crates/termcolor-1.4.1.crate) = 06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755 @@ -889,6 +895,8 @@ SHA256 (rust/crates/wit-bindgen-rt-0.39.0.crate) = 6f42320e61fe2cfd34354ecb597f8 SIZE (rust/crates/wit-bindgen-rt-0.39.0.crate) = 12241 SHA256 (rust/crates/writeable-0.6.1.crate) = ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb SIZE (rust/crates/writeable-0.6.1.crate) = 24068 +SHA256 (rust/crates/wyz-0.5.1.crate) = 05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed +SIZE (rust/crates/wyz-0.5.1.crate) = 18790 SHA256 (rust/crates/yansi-1.0.1.crate) = cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049 SIZE (rust/crates/yansi-1.0.1.crate) = 75497 SHA256 (rust/crates/yoke-0.8.0.crate) = 5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc @@ -917,7 +925,7 @@ SHA256 (rust/crates/zstd-safe-5.0.2+zstd.1.5.2.crate) = 1d2a5585e04f9eea4b2a3d1e SIZE (rust/crates/zstd-safe-5.0.2+zstd.1.5.2.crate) = 17273 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 (salsa-rs-salsa-fc00eba89e5dcaa5edba51c41aa5f309b5cb126b_GH0.tar.gz) = d5e8f6c2b83c43610249be2b689763b3c6c59e43f52bbadb1adaf555e8db48c8 -SIZE (salsa-rs-salsa-fc00eba89e5dcaa5edba51c41aa5f309b5cb126b_GH0.tar.gz) = 684112 +SHA256 (salsa-rs-salsa-dba66f1a37acca014c2402f231ed5b361bd7d8fe_GH0.tar.gz) = d640626048c04fbfbdfa6fac8d4269bfd9d4176c7870e8688fa646ade30fac2c +SIZE (salsa-rs-salsa-dba66f1a37acca014c2402f231ed5b361bd7d8fe_GH0.tar.gz) = 685209 SHA256 (astral-sh-lsp-types-3512a9f33eadc5402cfab1b8f7340824c8ca1439_GH0.tar.gz) = 410f889792e86186b6299ad534446510207a9e2e55b78301b77fc8b661b46913 SIZE (astral-sh-lsp-types-3512a9f33eadc5402cfab1b8f7340824c8ca1439_GH0.tar.gz) = 71124 diff --git a/devel/universal-ctags/Makefile b/devel/universal-ctags/Makefile index 5aa93fc1a9ba..4f614792b297 100644 --- a/devel/universal-ctags/Makefile +++ b/devel/universal-ctags/Makefile @@ -1,5 +1,5 @@ PORTNAME= universal-ctags -PORTVERSION= p6.2.20250615.0 +PORTVERSION= p6.2.20250727.0 PORTREVISION= 1 CATEGORIES= devel diff --git a/devel/universal-ctags/distinfo b/devel/universal-ctags/distinfo index fffc8736c114..dd7be695bc86 100644 --- a/devel/universal-ctags/distinfo +++ b/devel/universal-ctags/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750622285 -SHA256 (universal-ctags-ctags-p6.2.20250615.0_GH0.tar.gz) = 34a5ab1a05353de2712dd8479d959cd4ec21b0f39c400731e53ecd192d2770fc -SIZE (universal-ctags-ctags-p6.2.20250615.0_GH0.tar.gz) = 3288662 +TIMESTAMP = 1753640872 +SHA256 (universal-ctags-ctags-p6.2.20250727.0_GH0.tar.gz) = 5e220083eef20e0c3e6387f281e6663c52059aed0026a61fa619efbf84a3b9c3 +SIZE (universal-ctags-ctags-p6.2.20250727.0_GH0.tar.gz) = 3292539 diff --git a/devel/uv/Makefile b/devel/uv/Makefile index 7dfa130ab66c..8730516df940 100644 --- a/devel/uv/Makefile +++ b/devel/uv/Makefile @@ -1,5 +1,5 @@ PORTNAME= uv -DISTVERSION= 0.7.21 +DISTVERSION= 0.8.3 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/uv/Makefile.crates b/devel/uv/Makefile.crates index 9bba9c06d544..fce7eac81d15 100644 --- a/devel/uv/Makefile.crates +++ b/devel/uv/Makefile.crates @@ -48,8 +48,8 @@ CARGO_CRATES= addr2line-0.24.2 \ byteorder-lite-0.1.0 \ bytes-1.9.0 \ bzip2-0.4.4 \ - bzip2-0.5.0 \ - bzip2-sys-0.1.11+1.0.8 \ + bzip2-0.5.2 \ + bzip2-sys-0.1.13+1.0.8 \ camino-1.1.9 \ cargo-util-0.2.21 \ cast-0.3.0 \ @@ -67,9 +67,9 @@ CARGO_CRATES= addr2line-0.24.2 \ clap_complete_nushell-4.5.5 \ clap_derive-4.5.41 \ clap_lex-0.7.4 \ - codspeed-3.0.3 \ - codspeed-criterion-compat-3.0.3 \ - codspeed-criterion-compat-walltime-3.0.3 \ + codspeed-3.0.4 \ + codspeed-criterion-compat-3.0.4 \ + codspeed-criterion-compat-walltime-3.0.4 \ color_quant-1.1.0 \ colorchoice-1.0.3 \ colored-2.2.0 \ @@ -128,7 +128,7 @@ CARGO_CRATES= addr2line-0.24.2 \ float-cmp-0.9.0 \ float-cmp-0.10.0 \ fnv-1.0.7 \ - foldhash-0.1.4 \ + foldhash-0.1.5 \ fontconfig-parser-0.5.7 \ fontdb-0.12.0 \ form_urlencoded-1.2.1 \ @@ -163,7 +163,7 @@ CARGO_CRATES= addr2line-0.24.2 \ hermit-abi-0.3.9 \ hermit-abi-0.4.0 \ hex-0.4.3 \ - home-0.5.11 \ + home-0.5.9 \ homedir-0.3.4 \ html-escape-0.2.13 \ http-1.3.1 \ @@ -333,7 +333,7 @@ CARGO_CRATES= addr2line-0.24.2 \ rustc-demangle-0.1.24 \ rustc-hash-2.1.1 \ rustix-0.38.44 \ - rustix-1.0.7 \ + rustix-1.0.8 \ rustls-0.23.22 \ rustls-native-certs-0.8.1 \ rustls-pki-types-1.11.0 \ @@ -357,8 +357,8 @@ CARGO_CRATES= addr2line-0.24.2 \ serde-untagged-0.1.7 \ serde_derive-1.0.219 \ serde_derive_internals-0.29.1 \ - serde_json-1.0.140 \ - serde_spanned-0.6.9 \ + serde_json-1.0.141 \ + serde_spanned-1.0.0 \ serde_urlencoded-0.7.1 \ serde_yaml-0.9.34+deprecated \ sha2-0.10.9 \ @@ -424,10 +424,11 @@ CARGO_CRATES= addr2line-0.24.2 \ tokio-rustls-0.26.1 \ tokio-stream-0.1.17 \ tokio-util-0.7.15 \ - toml-0.8.23 \ - toml_datetime-0.6.11 \ - toml_edit-0.22.27 \ - toml_write-0.1.2 \ + toml-0.9.2 \ + toml_datetime-0.7.0 \ + toml_edit-0.23.2 \ + toml_parser-1.0.1 \ + toml_writer-1.0.2 \ tower-0.5.2 \ tower-http-0.6.6 \ tower-layer-0.3.3 \ @@ -486,7 +487,7 @@ CARGO_CRATES= addr2line-0.24.2 \ wasm-bindgen-macro-support-0.2.100 \ wasm-bindgen-shared-0.2.100 \ wasm-streams-0.4.2 \ - wasmtimer-0.4.1 \ + wasmtimer-0.4.2 \ web-sys-0.3.77 \ web-time-1.1.0 \ webpki-roots-0.26.8 \ diff --git a/devel/uv/distinfo b/devel/uv/distinfo index abee6e463e7b..999681a1fccc 100644 --- a/devel/uv/distinfo +++ b/devel/uv/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1752732939 +TIMESTAMP = 1753455245 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 @@ -99,10 +99,10 @@ SHA256 (rust/crates/bytes-1.9.0.crate) = 325918d6fe32f23b19878fe4b34794ae41fc19d SIZE (rust/crates/bytes-1.9.0.crate) = 67320 SHA256 (rust/crates/bzip2-0.4.4.crate) = bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8 SIZE (rust/crates/bzip2-0.4.4.crate) = 34197 -SHA256 (rust/crates/bzip2-0.5.0.crate) = bafdbf26611df8c14810e268ddceda071c297570a5fb360ceddf617fe417ef58 -SIZE (rust/crates/bzip2-0.5.0.crate) = 34197 -SHA256 (rust/crates/bzip2-sys-0.1.11+1.0.8.crate) = 736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc -SIZE (rust/crates/bzip2-sys-0.1.11+1.0.8.crate) = 633444 +SHA256 (rust/crates/bzip2-0.5.2.crate) = 49ecfb22d906f800d4fe833b6282cf4dc1c298f5057ca0b5445e5c209735ca47 +SIZE (rust/crates/bzip2-0.5.2.crate) = 38314 +SHA256 (rust/crates/bzip2-sys-0.1.13+1.0.8.crate) = 225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14 +SIZE (rust/crates/bzip2-sys-0.1.13+1.0.8.crate) = 633818 SHA256 (rust/crates/camino-1.1.9.crate) = 8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3 SIZE (rust/crates/camino-1.1.9.crate) = 37552 SHA256 (rust/crates/cargo-util-0.2.21.crate) = c95ec8b2485b20aed818bd7460f8eecc6c87c35c84191b353a3aba9aa1736c36 @@ -137,12 +137,12 @@ SHA256 (rust/crates/clap_derive-4.5.41.crate) = ef4f52386a59ca4c860f7393bcf8abd8 SIZE (rust/crates/clap_derive-4.5.41.crate) = 33493 SHA256 (rust/crates/clap_lex-0.7.4.crate) = f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6 SIZE (rust/crates/clap_lex-0.7.4.crate) = 12858 -SHA256 (rust/crates/codspeed-3.0.3.crate) = a7524e02ff6173bc143d9abc01b518711b77addb60de871bbe5686843f88fb48 -SIZE (rust/crates/codspeed-3.0.3.crate) = 12859 -SHA256 (rust/crates/codspeed-criterion-compat-3.0.3.crate) = 2f71662331c4f854131a42b95055f3f8cbca53640348985f699635b1f96d8c26 -SIZE (rust/crates/codspeed-criterion-compat-3.0.3.crate) = 21805 -SHA256 (rust/crates/codspeed-criterion-compat-walltime-3.0.3.crate) = e3c9bd9e895e0aa263d139a8b5f58a4ea4abb86d5982ec7f58d3c7b8465c1e01 -SIZE (rust/crates/codspeed-criterion-compat-walltime-3.0.3.crate) = 123664 +SHA256 (rust/crates/codspeed-3.0.4.crate) = d29180405ab3b37bb020246ea66bf8ae233708766fd59581ae929feaef10ce91 +SIZE (rust/crates/codspeed-3.0.4.crate) = 12887 +SHA256 (rust/crates/codspeed-criterion-compat-3.0.4.crate) = 2454d874ca820ffd71273565530ad318f413195bbc99dce6c958ca07db362c63 +SIZE (rust/crates/codspeed-criterion-compat-3.0.4.crate) = 21805 +SHA256 (rust/crates/codspeed-criterion-compat-walltime-3.0.4.crate) = 093a9383cdd1a5a0bd1a47cdafb49ae0c6dcd0793c8fb8f79768bab423128c9c +SIZE (rust/crates/codspeed-criterion-compat-walltime-3.0.4.crate) = 123672 SHA256 (rust/crates/color_quant-1.1.0.crate) = 3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b SIZE (rust/crates/color_quant-1.1.0.crate) = 6649 SHA256 (rust/crates/colorchoice-1.0.3.crate) = 5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990 @@ -259,8 +259,8 @@ SHA256 (rust/crates/float-cmp-0.10.0.crate) = b09cf3155332e944990140d967ff5eceb7 SIZE (rust/crates/float-cmp-0.10.0.crate) = 10702 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/foldhash-0.1.5.crate) = d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2 +SIZE (rust/crates/foldhash-0.1.5.crate) = 21901 SHA256 (rust/crates/fontconfig-parser-0.5.7.crate) = c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7 SIZE (rust/crates/fontconfig-parser-0.5.7.crate) = 39564 SHA256 (rust/crates/fontdb-0.12.0.crate) = ff20bef7942a72af07104346154a70a70b089c572e454b41bef6eb6cb10e9c06 @@ -329,8 +329,8 @@ SHA256 (rust/crates/hermit-abi-0.4.0.crate) = fbf6a919d6cf397374f7dfeeea91d974c7 SIZE (rust/crates/hermit-abi-0.4.0.crate) = 16310 SHA256 (rust/crates/hex-0.4.3.crate) = 7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70 SIZE (rust/crates/hex-0.4.3.crate) = 13299 -SHA256 (rust/crates/home-0.5.11.crate) = 589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf -SIZE (rust/crates/home-0.5.11.crate) = 9926 +SHA256 (rust/crates/home-0.5.9.crate) = e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5 +SIZE (rust/crates/home-0.5.9.crate) = 8760 SHA256 (rust/crates/homedir-0.3.4.crate) = 5bdbbd5bc8c5749697ccaa352fa45aff8730cf21c68029c0eef1ffed7c3d6ba2 SIZE (rust/crates/homedir-0.3.4.crate) = 14883 SHA256 (rust/crates/html-escape-0.2.13.crate) = 6d1ad449764d627e22bfd7cd5e8868264fc9236e07c752972b4080cd351cb476 @@ -669,8 +669,8 @@ SHA256 (rust/crates/rustc-hash-2.1.1.crate) = 357703d41365b4b27c590e3ed91eabb1b6 SIZE (rust/crates/rustc-hash-2.1.1.crate) = 14154 SHA256 (rust/crates/rustix-0.38.44.crate) = fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154 SIZE (rust/crates/rustix-0.38.44.crate) = 379347 -SHA256 (rust/crates/rustix-1.0.7.crate) = c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266 -SIZE (rust/crates/rustix-1.0.7.crate) = 414500 +SHA256 (rust/crates/rustix-1.0.8.crate) = 11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8 +SIZE (rust/crates/rustix-1.0.8.crate) = 416688 SHA256 (rust/crates/rustls-0.23.22.crate) = 9fb9263ab4eb695e42321db096e3b8fbd715a59b154d5c88d82db2175b681ba7 SIZE (rust/crates/rustls-0.23.22.crate) = 341983 SHA256 (rust/crates/rustls-native-certs-0.8.1.crate) = 7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3 @@ -717,10 +717,10 @@ SHA256 (rust/crates/serde_derive-1.0.219.crate) = 5b0276cf7f2c73365f7157c8123c21 SIZE (rust/crates/serde_derive-1.0.219.crate) = 57798 SHA256 (rust/crates/serde_derive_internals-0.29.1.crate) = 18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711 SIZE (rust/crates/serde_derive_internals-0.29.1.crate) = 26189 -SHA256 (rust/crates/serde_json-1.0.140.crate) = 20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373 -SIZE (rust/crates/serde_json-1.0.140.crate) = 154852 -SHA256 (rust/crates/serde_spanned-0.6.9.crate) = bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3 -SIZE (rust/crates/serde_spanned-0.6.9.crate) = 10210 +SHA256 (rust/crates/serde_json-1.0.141.crate) = 30b9eff21ebe718216c6ec64e1d9ac57087aad11efc64e32002bce4a0d4c03d3 +SIZE (rust/crates/serde_json-1.0.141.crate) = 155322 +SHA256 (rust/crates/serde_spanned-1.0.0.crate) = 40734c41988f7306bb04f0ecf60ec0f3f1caa34290e4e8ea471dcd3346483b83 +SIZE (rust/crates/serde_spanned-1.0.0.crate) = 10956 SHA256 (rust/crates/serde_urlencoded-0.7.1.crate) = d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd SIZE (rust/crates/serde_urlencoded-0.7.1.crate) = 12822 SHA256 (rust/crates/serde_yaml-0.9.34+deprecated.crate) = 6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47 @@ -851,14 +851,16 @@ SHA256 (rust/crates/tokio-stream-0.1.17.crate) = eca58d7bba4a75707817a2c44174253 SIZE (rust/crates/tokio-stream-0.1.17.crate) = 38477 SHA256 (rust/crates/tokio-util-0.7.15.crate) = 66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df SIZE (rust/crates/tokio-util-0.7.15.crate) = 124255 -SHA256 (rust/crates/toml-0.8.23.crate) = dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362 -SIZE (rust/crates/toml-0.8.23.crate) = 36050 -SHA256 (rust/crates/toml_datetime-0.6.11.crate) = 22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c -SIZE (rust/crates/toml_datetime-0.6.11.crate) = 16125 -SHA256 (rust/crates/toml_edit-0.22.27.crate) = 41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a -SIZE (rust/crates/toml_edit-0.22.27.crate) = 78602 -SHA256 (rust/crates/toml_write-0.1.2.crate) = 5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801 -SIZE (rust/crates/toml_write-0.1.2.crate) = 15660 +SHA256 (rust/crates/toml-0.9.2.crate) = ed0aee96c12fa71097902e0bb061a5e1ebd766a6636bb605ba401c45c1650eac +SIZE (rust/crates/toml-0.9.2.crate) = 56695 +SHA256 (rust/crates/toml_datetime-0.7.0.crate) = bade1c3e902f58d73d3f294cd7f20391c1cb2fbcb643b73566bc773971df91e3 +SIZE (rust/crates/toml_datetime-0.7.0.crate) = 18108 +SHA256 (rust/crates/toml_edit-0.23.2.crate) = d1dee9dc43ac2aaf7d3b774e2fba5148212bf2bd9374f4e50152ebe9afd03d42 +SIZE (rust/crates/toml_edit-0.23.2.crate) = 66406 +SHA256 (rust/crates/toml_parser-1.0.1.crate) = 97200572db069e74c512a14117b296ba0a80a30123fbbb5aa1f4a348f639ca30 +SIZE (rust/crates/toml_parser-1.0.1.crate) = 35063 +SHA256 (rust/crates/toml_writer-1.0.2.crate) = fcc842091f2def52017664b53082ecbbeb5c7731092bad69d2c63050401dfd64 +SIZE (rust/crates/toml_writer-1.0.2.crate) = 16988 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.6.crate) = adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2 @@ -975,8 +977,8 @@ SHA256 (rust/crates/wasm-bindgen-shared-0.2.100.crate) = 1a05d73b933a847d6cccdda SIZE (rust/crates/wasm-bindgen-shared-0.2.100.crate) = 8570 SHA256 (rust/crates/wasm-streams-0.4.2.crate) = 15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65 SIZE (rust/crates/wasm-streams-0.4.2.crate) = 36773 -SHA256 (rust/crates/wasmtimer-0.4.1.crate) = 0048ad49a55b9deb3953841fa1fc5858f0efbcb7a18868c899a360269fac1b23 -SIZE (rust/crates/wasmtimer-0.4.1.crate) = 32750 +SHA256 (rust/crates/wasmtimer-0.4.2.crate) = d8d49b5d6c64e8558d9b1b065014426f35c18de636895d24893dbbd329743446 +SIZE (rust/crates/wasmtimer-0.4.2.crate) = 36948 SHA256 (rust/crates/web-sys-0.3.77.crate) = 33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2 SIZE (rust/crates/web-sys-0.3.77.crate) = 638246 SHA256 (rust/crates/web-time-1.1.0.crate) = 5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb @@ -1159,5 +1161,5 @@ SHA256 (astral-sh-rs-async-zip-c909fda63fcafe4af496a07bfda28a5aae97e58d_GH0.tar. SIZE (astral-sh-rs-async-zip-c909fda63fcafe4af496a07bfda28a5aae97e58d_GH0.tar.gz) = 51763 SHA256 (astral-sh-reqwest-middleware-ad8b9d332d1773fde8b4cd008486de5973e0a3f8_GH0.tar.gz) = 5ff23bcb5f724323cb2c7d6a9b597a9a05ce06295b1a7e2c667d378099f1a8d7 SIZE (astral-sh-reqwest-middleware-ad8b9d332d1773fde8b4cd008486de5973e0a3f8_GH0.tar.gz) = 41975 -SHA256 (astral-sh-uv-0.7.21_GH0.tar.gz) = 089f2f5e388da95c4e5ca8b4dc2c9d1421f3bf9dd5d05546be8e27c943428101 -SIZE (astral-sh-uv-0.7.21_GH0.tar.gz) = 4149924 +SHA256 (astral-sh-uv-0.8.3_GH0.tar.gz) = 6779018e26db1b7981f26bce36b9dd0860d58f497d989f334ea8561bb5bca706 +SIZE (astral-sh-uv-0.8.3_GH0.tar.gz) = 4195821 diff --git a/dns/subfinder/Makefile b/dns/subfinder/Makefile index 5cf0669a8788..27f29ad0a793 100644 --- a/dns/subfinder/Makefile +++ b/dns/subfinder/Makefile @@ -1,7 +1,6 @@ PORTNAME= subfinder DISTVERSIONPREFIX= v -DISTVERSION= 2.6.7 -PORTREVISION= 5 +DISTVERSION= 2.8.0 CATEGORIES= dns MAINTAINER= yuri@FreeBSD.org diff --git a/dns/subfinder/distinfo b/dns/subfinder/distinfo index c66f2ca246ca..0565d8858579 100644 --- a/dns/subfinder/distinfo +++ b/dns/subfinder/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1729922597 -SHA256 (go/dns_subfinder/subfinder-v2.6.7/v2.6.7.mod) = 10410adf2f00fe2451991ee1089a8a33d171067c935743d39e6855aec521cf1b -SIZE (go/dns_subfinder/subfinder-v2.6.7/v2.6.7.mod) = 6217 -SHA256 (go/dns_subfinder/subfinder-v2.6.7/v2.6.7.zip) = 8502d003c7a409e294af93ca6a1b2a7c6eb3f6bbb1a2d146f7e36dbe9aab6802 -SIZE (go/dns_subfinder/subfinder-v2.6.7/v2.6.7.zip) = 122451 +TIMESTAMP = 1753555518 +SHA256 (go/dns_subfinder/subfinder-v2.8.0/v2.8.0.mod) = 50fade15849989815f762d2e1c4d99034be5983f7dfe581b907868daba4eebcf +SIZE (go/dns_subfinder/subfinder-v2.8.0/v2.8.0.mod) = 6633 +SHA256 (go/dns_subfinder/subfinder-v2.8.0/v2.8.0.zip) = c973bd7c4da1be7d33b1e803006abc38435791c9b6638b0e39c88774b22a4464 +SIZE (go/dns_subfinder/subfinder-v2.8.0/v2.8.0.zip) = 131922 diff --git a/editors/vscode/Makefile b/editors/vscode/Makefile index 943cd0ad6c7c..84d716e3c9e1 100644 --- a/editors/vscode/Makefile +++ b/editors/vscode/Makefile @@ -1,5 +1,5 @@ PORTNAME= vscode -DISTVERSION= 1.102.1 +DISTVERSION= 1.102.2 CATEGORIES= editors MASTER_SITES= https://github.com/tagattie/FreeBSD-VSCode/releases/download/${DISTVERSION}/:node_modules DISTFILES= vscode-node-modules-${DISTVERSION}${EXTRACT_SUFX}:node_modules \ @@ -68,7 +68,7 @@ USES= desktop-file-utils gl gmake gnome gssapi:mit iconv:wchar_t \ USE_GITHUB= yes GH_ACCOUNT= microsoft -SOURCE_COMMIT_HASH= 7adae6a56e34cb64d08899664b814cf620465925 +SOURCE_COMMIT_HASH= c306e94f98122556ca081f527b466015e1bc37b0 BINARY_ALIAS= python=${PYTHON_CMD} diff --git a/editors/vscode/distinfo b/editors/vscode/distinfo index fcf53bb88296..324ac3a34051 100644 --- a/editors/vscode/distinfo +++ b/editors/vscode/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1752691900 -SHA256 (vscode/vscode-node-modules-1.102.1.tar.gz) = 787d61d3790a051437ee6fb2907d2b1c8dc2bdd2c783c5be389d33df6dcd1b62 -SIZE (vscode/vscode-node-modules-1.102.1.tar.gz) = 394107822 -SHA256 (vscode/vscode-marketplace-exts-1.102.1.tar.gz) = 63acfad513625d70774c3dcc5a9ca2619f6715503bb9eb43f90cfac2d5c9520e -SIZE (vscode/vscode-marketplace-exts-1.102.1.tar.gz) = 1710140 -SHA256 (vscode/microsoft-vscode-1.102.1_GH0.tar.gz) = b018b0f447cdd88674d92659ddd1688f64e11a1c05a16773d8fa5a22072fd13e -SIZE (vscode/microsoft-vscode-1.102.1_GH0.tar.gz) = 22977874 +TIMESTAMP = 1753604236 +SHA256 (vscode/vscode-node-modules-1.102.2.tar.gz) = 6bd3a0a5f768ee3bae0f47b69dfe4fb03cb4b57c4885e24033bb23140b7a4715 +SIZE (vscode/vscode-node-modules-1.102.2.tar.gz) = 394019213 +SHA256 (vscode/vscode-marketplace-exts-1.102.2.tar.gz) = 22c19d5422e8a64dc13cce50b746e86b9e582aacd31cadc8f9790cf39e857d0b +SIZE (vscode/vscode-marketplace-exts-1.102.2.tar.gz) = 1711844 +SHA256 (vscode/microsoft-vscode-1.102.2_GH0.tar.gz) = 1f14a299aca4bb8016d16f4d50baf658ccfb8eafece1a3027e25154b4c5d37ed +SIZE (vscode/microsoft-vscode-1.102.2_GH0.tar.gz) = 22978413 diff --git a/emulators/fs-uae-launcher/Makefile b/emulators/fs-uae-launcher/Makefile index 869330b66d1f..dcd019265555 100644 --- a/emulators/fs-uae-launcher/Makefile +++ b/emulators/fs-uae-launcher/Makefile @@ -1,27 +1,29 @@ PORTNAME= fs-uae-launcher -PORTVERSION= 3.1.68 -PORTREVISION= 2 +PORTVERSION= 3.1.70 CATEGORIES= emulators MASTER_SITES= https://fs-uae.net/files/FS-UAE-Launcher/Stable/${PORTVERSION}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= atanubiswas484@gmail.com COMMENT= GUI launcher for the FS-UAE Amiga emulator WWW= http://fs-uae.net/launcher LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-lhafile>0:archivers/py-python-lhafile@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}python-lhafile>0:archivers/py-python-lhafile@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} -USES= gettext gmake gnome pathfix pyqt:5 python tar:xz -USE_PYTHON= distutils autoplist noflavors +USES= gmake gnome pathfix pyqt:5 python tar:xz +USE_PYTHON= autoplist distutils noflavors USE_PYQT= pyqt5 -MAKE_ARGS= prefix=${PREFIX} PYTHON=${PYTHON_CMD} +MAKE_ARGS= prefix=${PREFIX} \ + PYTHON=${PYTHON_CMD} PYDISTUTILS_INSTALLARGS+= --install-lib=${PYTHON_SITELIBDIR} -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes +NLS_USES= gettext-tools .include <bsd.port.mk> diff --git a/emulators/fs-uae-launcher/distinfo b/emulators/fs-uae-launcher/distinfo index b52e2b016ccb..776477a49ed6 100644 --- a/emulators/fs-uae-launcher/distinfo +++ b/emulators/fs-uae-launcher/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1698712158 -SHA256 (fs-uae-launcher-3.1.68.tar.xz) = e36104442db278e0f1d073dbc2be2f9a937cd33e964968b75b324c393f8ec030 -SIZE (fs-uae-launcher-3.1.68.tar.xz) = 7736036 +TIMESTAMP = 1752274726 +SHA256 (fs-uae-launcher-3.1.70.tar.xz) = caf27cb1ae38575dd211427a0bd4a04be3766451f9fb6d134cbd88098f40dfa7 +SIZE (fs-uae-launcher-3.1.70.tar.xz) = 7707368 diff --git a/filesystems/hammer2/Makefile b/filesystems/hammer2/Makefile index e48d52155961..d10a2a56b870 100644 --- a/filesystems/hammer2/Makefile +++ b/filesystems/hammer2/Makefile @@ -1,6 +1,6 @@ PORTNAME= hammer2 DISTVERSIONPREFIX= v -DISTVERSION= 1.2.11 +DISTVERSION= 1.2.12 CATEGORIES= filesystems MAINTAINER= tkusumi@netbsd.org diff --git a/filesystems/hammer2/distinfo b/filesystems/hammer2/distinfo index bd6e94bf7c11..8b997fc37d2b 100644 --- a/filesystems/hammer2/distinfo +++ b/filesystems/hammer2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752282134 -SHA256 (kusumi-freebsd_hammer2-v1.2.11_GH0.tar.gz) = e140a0ae92dfc44395fa8b094a1c22e7b2c4b6257f37f813a5f6211110330250 -SIZE (kusumi-freebsd_hammer2-v1.2.11_GH0.tar.gz) = 298916 +TIMESTAMP = 1753578735 +SHA256 (kusumi-freebsd_hammer2-v1.2.12_GH0.tar.gz) = 91e1108bbdc3f743697172e286731d0421bc52c4a9fc6769a2666983c671e88c +SIZE (kusumi-freebsd_hammer2-v1.2.12_GH0.tar.gz) = 300550 diff --git a/finance/odoo16/Makefile b/finance/odoo16/Makefile index 56913ed6a163..bb2f680a2d8b 100644 --- a/finance/odoo16/Makefile +++ b/finance/odoo16/Makefile @@ -1,5 +1,6 @@ PORTNAME= odoo PORTVERSION= 16.0.20250719 +PORTREVISION= 1 CATEGORIES= finance www PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= 16 @@ -101,7 +102,7 @@ post-patch: ${WRKSRC}/odoo/addons/snailmail/models/snailmail_letter.py.orig \ ${WRKSRC}/odoo/addons/website_slides/models/slide_slide.py.orig \ ${WRKSRC}/odoo/addons/website_event/controllers/main.py.orig \ - ${WRKSRC}/odoo/addons/website/models/website.py \ + ${WRKSRC}/odoo/addons/website/models/website.py.orig \ ${WRKSRC}/odoo/http.py.orig \ ${WRKSRC}/odoo/tools/pdf.py.orig diff --git a/games/anki/Makefile b/games/anki/Makefile index 51e571fdbcc8..56433fedfa71 100644 --- a/games/anki/Makefile +++ b/games/anki/Makefile @@ -1,5 +1,5 @@ PORTNAME= anki -DISTVERSION= 25.07.4 +DISTVERSION= 25.07.5 # Don't forget to update ${_MY_BUILDHASH} if DISTVERSION changes CATEGORIES= games education python MASTER_SITES= LOCAL/kai/:yarncache @@ -48,7 +48,7 @@ USES= cargo desktop-file-utils ninja nodejs:build pyqt:6 python \ USE_GITHUB= yes GH_ACCOUNT= ankitects # Translation files -GH_TUPLE= ankitects:anki-core-i18n:40ed2ea:ftlrslib \ +GH_TUPLE= ankitects:anki-core-i18n:a019a54:ftlrslib \ ankitects:anki-desktop-ftl:bc2da83:ftlextra USE_PYQT= pyqt6 sip:build webengine @@ -92,7 +92,7 @@ MPV_RUN_DEPENDS= mpv:multimedia/mpv # Should contain the most recent commit that reflects ${DISTVERSION} and must # be exactly 8 digits otherwise the check for newer versions won't work as # expected. -_MY_BUILDHASH= e511d63b +_MY_BUILDHASH= 7172b2d2 # Remove ${CARGO_BUILD_TARGET} from ${CARGO_ENV} to avoid problems with # hardcoded paths as the "runner" build system expects its components # in ${WRKSRC}/out/rust/debug diff --git a/games/anki/distinfo b/games/anki/distinfo index 0b7c9bd7ce87..70699e098ee1 100644 --- a/games/anki/distinfo +++ b/games/anki/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1753377198 -SHA256 (anki-yarn-cache-25.07.4.tar.gz) = 5137bb8dcbf4d19e7731c048327b344c524365271cd5a77a4669c9217a1d8336 -SIZE (anki-yarn-cache-25.07.4.tar.gz) = 527830365 +TIMESTAMP = 1753518688 +SHA256 (anki-yarn-cache-25.07.5.tar.gz) = 361af862b2c914e1c430b5f896cfca8b6d75ff6a8520c799eb1c70e59c60a7c4 +SIZE (anki-yarn-cache-25.07.5.tar.gz) = 527779870 SHA256 (rust/crates/addr2line-0.24.2.crate) = dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1 SIZE (rust/crates/addr2line-0.24.2.crate) = 39015 SHA256 (rust/crates/adler2-2.0.1.crate) = 320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa @@ -1513,9 +1513,9 @@ SHA256 (ankitects-rust-url-bb930b8d089f4d30d7d19c12e54e66191de47b88_GH0.tar.gz) SIZE (ankitects-rust-url-bb930b8d089f4d30d7d19c12e54e66191de47b88_GH0.tar.gz) = 394844 SHA256 (ankitects-linkcheck-184b2ca50ed39ca43da13f0b830a463861adb9ca_GH0.tar.gz) = 58ac773ba2e7c76a9ec3f59ee9571576d76e74d58c4974a1d606d6976e1be70e SIZE (ankitects-linkcheck-184b2ca50ed39ca43da13f0b830a463861adb9ca_GH0.tar.gz) = 19408 -SHA256 (ankitects-anki-25.07.4_GH0.tar.gz) = 1eb7247fbeb4ec9a88d6b8375c67a73a00f001675869f3a4871cbd177db4688a -SIZE (ankitects-anki-25.07.4_GH0.tar.gz) = 2513427 -SHA256 (ankitects-anki-core-i18n-40ed2ea_GH0.tar.gz) = 0a38064b03078eac22778a57e6a30f5ae4d5d41c9b72e76b6c82fa4b7ca514f0 -SIZE (ankitects-anki-core-i18n-40ed2ea_GH0.tar.gz) = 1693635 +SHA256 (ankitects-anki-25.07.5_GH0.tar.gz) = ad9c0f53c2388680cde23b131d9c2abbf0f5338024ae35d8f34592fdcdf63179 +SIZE (ankitects-anki-25.07.5_GH0.tar.gz) = 2513730 +SHA256 (ankitects-anki-core-i18n-a019a54_GH0.tar.gz) = c930da9b944b2e4af721f85248afbdf8142586da785092807bd2212f1934e355 +SIZE (ankitects-anki-core-i18n-a019a54_GH0.tar.gz) = 1697738 SHA256 (ankitects-anki-desktop-ftl-bc2da83_GH0.tar.gz) = c561a0def2f170093c0cdf419a1429221cf1b531f1c6a603cf2be8c14e55a67f SIZE (ankitects-anki-desktop-ftl-bc2da83_GH0.tar.gz) = 250840 diff --git a/games/corsix-th/Makefile b/games/corsix-th/Makefile index 66d63e140097..8be5c20b123f 100644 --- a/games/corsix-th/Makefile +++ b/games/corsix-th/Makefile @@ -1,6 +1,6 @@ PORTNAME= corsixth -DISTVERSION= 0.68.0 DISTVERSIONPREFIX= v +DISTVERSION= 0.69.0 CATEGORIES= games MAINTAINER= madpilot@FreeBSD.org diff --git a/games/corsix-th/distinfo b/games/corsix-th/distinfo index 8f9152a986f5..de72eabb34a4 100644 --- a/games/corsix-th/distinfo +++ b/games/corsix-th/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1728835757 -SHA256 (CorsixTH-CorsixTH-v0.68.0_GH0.tar.gz) = 54034b8434f5c583178405d2c84477f903fe2b15933b611f42230668e35d632e -SIZE (CorsixTH-CorsixTH-v0.68.0_GH0.tar.gz) = 4240659 +TIMESTAMP = 1753532269 +SHA256 (CorsixTH-CorsixTH-v0.69.0_GH0.tar.gz) = 0f2dbdc2b8b6b2e4d5e80a6be02a72d586d0072efe867750a424746bd318f1f5 +SIZE (CorsixTH-CorsixTH-v0.69.0_GH0.tar.gz) = 4323298 diff --git a/games/corsix-th/pkg-plist b/games/corsix-th/pkg-plist index a3e22eecc324..c5770ffd7bc4 100644 --- a/games/corsix-th/pkg-plist +++ b/games/corsix-th/pkg-plist @@ -124,6 +124,7 @@ share/metainfo/com.corsixth.corsixth.metainfo.xml %%DATADIR%%/Lua/dialogs/resizables/folder_settings.lua %%DATADIR%%/Lua/dialogs/resizables/hotkey_assign.lua %%DATADIR%%/Lua/dialogs/resizables/lua_console.lua +%%DATADIR%%/Lua/dialogs/resizables/machine_menu.lua %%DATADIR%%/Lua/dialogs/resizables/main_menu.lua %%DATADIR%%/Lua/dialogs/resizables/map_editor.lua %%DATADIR%%/Lua/dialogs/resizables/menu_list_dialog.lua @@ -241,6 +242,7 @@ share/metainfo/com.corsixth.corsixth.metainfo.xml %%DATADIR%%/Lua/languages/hungarian.lua %%DATADIR%%/Lua/languages/iberic_portuguese.lua %%DATADIR%%/Lua/languages/italian.lua +%%DATADIR%%/Lua/languages/japanese.lua %%DATADIR%%/Lua/languages/korean.lua %%DATADIR%%/Lua/languages/norwegian.lua %%DATADIR%%/Lua/languages/original_strings.lua @@ -340,7 +342,6 @@ share/metainfo/com.corsixth.corsixth.metainfo.xml %%DATADIR%%/Lua/rooms/ultrascan.lua %%DATADIR%%/Lua/rooms/ward.lua %%DATADIR%%/Lua/rooms/x_ray_room.lua -%%DATADIR%%/Lua/run_debugger.lua %%DATADIR%%/Lua/sprite_viewer.lua %%DATADIR%%/Lua/staff_profile.lua %%DATADIR%%/Lua/strict.lua diff --git a/games/linux-steam-utils/Makefile b/games/linux-steam-utils/Makefile index cc8ee7ced549..32c210b57b67 100644 --- a/games/linux-steam-utils/Makefile +++ b/games/linux-steam-utils/Makefile @@ -1,5 +1,5 @@ PORTNAME= steam-utils -DISTVERSION= 20250627 +DISTVERSION= 20250724 CATEGORIES= games linux PKGNAMEPREFIX= linux- diff --git a/games/linux-steam-utils/distinfo b/games/linux-steam-utils/distinfo index 2474fe1d09b2..8ce925d7a021 100644 --- a/games/linux-steam-utils/distinfo +++ b/games/linux-steam-utils/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751058817 -SHA256 (shkhln-linuxulator-steam-utils-20250627_GH0.tar.gz) = 6f414622445460565258106a54770cf4d0a8776d82a73ada076a22ff67e410bb -SIZE (shkhln-linuxulator-steam-utils-20250627_GH0.tar.gz) = 43037 +TIMESTAMP = 1753564976 +SHA256 (shkhln-linuxulator-steam-utils-20250724_GH0.tar.gz) = 15ed2a51614fbc954962d7100927cef9b55f74215965d43090d57869997cf13a +SIZE (shkhln-linuxulator-steam-utils-20250724_GH0.tar.gz) = 42884 diff --git a/games/linux-steam-utils/pkg-plist b/games/linux-steam-utils/pkg-plist index 9958b12106f4..d8ca8dd6db2c 100644 --- a/games/linux-steam-utils/pkg-plist +++ b/games/linux-steam-utils/pkg-plist @@ -45,6 +45,7 @@ steam-utils/lxbin/lsu-linux-to-freebsd-env steam-utils/lxbin/lsu-webhelper-chroot steam-utils/lxbin/lsu-webhelper-chroot.rb steam-utils/lxbin/tar +steam-utils/lxbin/xdg-open steam-utils/lxbin/xdg-user-dir steam-utils/lxbin/xrandr steam-utils/lxbin/zenity diff --git a/games/openrct2/Makefile b/games/openrct2/Makefile index 14928e52ee38..39039b313a08 100644 --- a/games/openrct2/Makefile +++ b/games/openrct2/Makefile @@ -1,9 +1,9 @@ PORTNAME= openrct2 DISTVERSIONPREFIX= v -DISTVERSION= 0.4.21 +DISTVERSION= 0.4.24 CATEGORIES= games MASTER_SITES= https://github.com/OpenRCT2/title-sequences/releases/download/v0.4.14/:sequence \ - https://github.com/OpenRCT2/objects/releases/download/v1.6.1/:object \ + https://github.com/OpenRCT2/objects/releases/download/v1.7.1/:object \ https://github.com/OpenRCT2/OpenMusic/releases/download/v1.6/:openmsx \ https://github.com/OpenRCT2/OpenSoundEffects/releases/download/v1.0.5/:opensfx DISTFILES= title-sequences.zip:sequence \ diff --git a/games/openrct2/distinfo b/games/openrct2/distinfo index ab27ada3bf01..2d693f590362 100644 --- a/games/openrct2/distinfo +++ b/games/openrct2/distinfo @@ -1,11 +1,11 @@ -TIMESTAMP = 1743884183 +TIMESTAMP = 1753552402 SHA256 (title-sequences.zip) = 140df714e806fed411cc49763e7f16b0fcf2a487a57001d1e50fce8f9148a9f3 SIZE (title-sequences.zip) = 7791573 -SHA256 (objects.zip) = 6829186630e52c332b6a4847ebb936c549a522fcadaf8f5e5e4579c4c91a4450 -SIZE (objects.zip) = 8056882 +SHA256 (objects.zip) = 679bacb320e0106f4cacfc6619a4b2e322936f55bda8c1447446bc26dbfea193 +SIZE (objects.zip) = 10939128 SHA256 (openmusic.zip) = f097d3a4ccd39f7546f97db3ecb1b8be73648f53b7a7595b86cccbdc1a7557e4 SIZE (openmusic.zip) = 42921141 SHA256 (opensound.zip) = a952148be164c128e4fd3aea96822e5f051edd9a0b1f2c84de7f7628ce3b2e18 SIZE (opensound.zip) = 4012384 -SHA256 (OpenRCT2-OpenRCT2-v0.4.21_GH0.tar.gz) = 538488214df3b113b2dd2f52f5a49f351d9abb15ae34993ff023d4f0ce3e7af0 -SIZE (OpenRCT2-OpenRCT2-v0.4.21_GH0.tar.gz) = 23506846 +SHA256 (OpenRCT2-OpenRCT2-v0.4.24_GH0.tar.gz) = e34c8e792bb35a54bc4d26c4b5dd3d8fe9bb5002e20652a26acd8cf97a657444 +SIZE (OpenRCT2-OpenRCT2-v0.4.24_GH0.tar.gz) = 23966640 diff --git a/games/openrct2/pkg-plist b/games/openrct2/pkg-plist index 2b5a91d08942..72cd860adf47 100644 --- a/games/openrct2/pkg-plist +++ b/games/openrct2/pkg-plist @@ -28,6 +28,7 @@ share/mime/packages/openrct2.xml %%DATADIR%%/assetpack/openrct2.music.alternative.parkap %%DATADIR%%/assetpack/openrct2.music.cover.parkap %%DATADIR%%/assetpack/openrct2.sound.parkap +%%DATADIR%%/fonts.dat %%DATADIR%%/g2.dat %%DATADIR%%/language/ar-EG.txt %%DATADIR%%/language/ca-ES.txt @@ -79,26 +80,42 @@ share/mime/packages/openrct2.xml %%DATADIR%%/object/official/ride/openrct2.ride.modern_twister.parkobj %%DATADIR%%/object/official/ride/openrct2.ride.single_rail_coaster.parkobj %%DATADIR%%/object/official/ride/rct2dlc.ride.zpanda.parkobj -%%DATADIR%%/object/official/scenario_text/rct1dlc.scenario_text.fort_anachronism.json -%%DATADIR%%/object/official/scenario_text/rct2dlc.scenario_text.panda_world.json -%%DATADIR%%/object/official/scenario_text/uces.scenario_text.beneath_the_christmas_tree.json -%%DATADIR%%/object/official/scenario_text/uces.scenario_text.bigrock_blast.json -%%DATADIR%%/object/official/scenario_text/uces.scenario_text.camp_mockingbird.json -%%DATADIR%%/object/official/scenario_text/uces.scenario_text.cemetery_ridge.json -%%DATADIR%%/object/official/scenario_text/uces.scenario_text.choochoo_town.json -%%DATADIR%%/object/official/scenario_text/uces.scenario_text.dragon_islands.json -%%DATADIR%%/object/official/scenario_text/uces.scenario_text.kiddie_karnival_ii.json -%%DATADIR%%/object/official/scenario_text/uces.scenario_text.luna_park_cleveland.json -%%DATADIR%%/object/official/scenario_text/uces.scenario_text.mount_vesuvius.json -%%DATADIR%%/object/official/scenario_text/uces.scenario_text.niagara_falls_gorge.json -%%DATADIR%%/object/official/scenario_text/uces.scenario_text.rocky_mountain_miners.json -%%DATADIR%%/object/official/scenario_text/uces.scenario_text.sand_dune.json -%%DATADIR%%/object/official/scenario_text/uces.scenario_text.the_lighthouse_of_alexandria.json -%%DATADIR%%/object/official/scenario_text/uces.scenario_text.the_sandbox.json -%%DATADIR%%/object/official/scenario_text/uces.scenario_text.the_time_machine.json -%%DATADIR%%/object/official/scenario_text/uces.scenario_text.tower_of_babel.json -%%DATADIR%%/object/official/scenario_text/uces.scenario_text.transformation.json -%%DATADIR%%/object/official/scenario_text/uces.scenario_text.urbis_incognitus.json +%%DATADIR%%/object/official/scenario_meta/rct1dlc.scenario_meta.bobsled_roller_coaster_competition.parkobj +%%DATADIR%%/object/official/scenario_meta/rct1dlc.scenario_meta.competition_land_1.parkobj +%%DATADIR%%/object/official/scenario_meta/rct1dlc.scenario_meta.competition_land_2.parkobj +%%DATADIR%%/object/official/scenario_meta/rct1dlc.scenario_meta.fort_anachronism.parkobj +%%DATADIR%%/object/official/scenario_meta/rct1dlc.scenario_meta.gameplay.parkobj +%%DATADIR%%/object/official/scenario_meta/rct1dlc.scenario_meta.go_karts_competition.parkobj +%%DATADIR%%/object/official/scenario_meta/rct1dlc.scenario_meta.inverted_roller_coaster_competition.parkobj +%%DATADIR%%/object/official/scenario_meta/rct1dlc.scenario_meta.mine_train_roller_coaster_competition.parkobj +%%DATADIR%%/object/official/scenario_meta/rct1dlc.scenario_meta.pc_gaming_world.parkobj +%%DATADIR%%/object/official/scenario_meta/rct1dlc.scenario_meta.pc_player.parkobj +%%DATADIR%%/object/official/scenario_meta/rct1dlc.scenario_meta.stand_up_steel_roller_coaster_competition.parkobj +%%DATADIR%%/object/official/scenario_meta/rct1dlc.scenario_meta.steel_corkscrew_roller_coaster_competition.parkobj +%%DATADIR%%/object/official/scenario_meta/rct1dlc.scenario_meta.steel_mini_roller_coaster_competition.parkobj +%%DATADIR%%/object/official/scenario_meta/rct1dlc.scenario_meta.steel_roller_coaster_competition.parkobj +%%DATADIR%%/object/official/scenario_meta/rct1dlc.scenario_meta.steel_twister_roller_coaster_competition.parkobj +%%DATADIR%%/object/official/scenario_meta/rct1dlc.scenario_meta.suspended_roller_coaster_competition.parkobj +%%DATADIR%%/object/official/scenario_meta/rct1dlc.scenario_meta.wooden_roller_coaster_competition.parkobj +%%DATADIR%%/object/official/scenario_meta/rct2dlc.scenario_meta.panda_world.parkobj +%%DATADIR%%/object/official/scenario_meta/uces.scenario_meta.beneath_the_christmas_tree.parkobj +%%DATADIR%%/object/official/scenario_meta/uces.scenario_meta.bigrock_blast.parkobj +%%DATADIR%%/object/official/scenario_meta/uces.scenario_meta.camp_mockingbird.parkobj +%%DATADIR%%/object/official/scenario_meta/uces.scenario_meta.cemetery_ridge.parkobj +%%DATADIR%%/object/official/scenario_meta/uces.scenario_meta.choochoo_town.parkobj +%%DATADIR%%/object/official/scenario_meta/uces.scenario_meta.dragon_islands.parkobj +%%DATADIR%%/object/official/scenario_meta/uces.scenario_meta.kiddie_karnival_ii.parkobj +%%DATADIR%%/object/official/scenario_meta/uces.scenario_meta.luna_park_cleveland.parkobj +%%DATADIR%%/object/official/scenario_meta/uces.scenario_meta.mount_vesuvius.parkobj +%%DATADIR%%/object/official/scenario_meta/uces.scenario_meta.niagara_falls_gorge.parkobj +%%DATADIR%%/object/official/scenario_meta/uces.scenario_meta.rocky_mountain_miners.parkobj +%%DATADIR%%/object/official/scenario_meta/uces.scenario_meta.sand_dune.parkobj +%%DATADIR%%/object/official/scenario_meta/uces.scenario_meta.the_lighthouse_of_alexandria.parkobj +%%DATADIR%%/object/official/scenario_meta/uces.scenario_meta.the_sandbox.parkobj +%%DATADIR%%/object/official/scenario_meta/uces.scenario_meta.the_time_machine.parkobj +%%DATADIR%%/object/official/scenario_meta/uces.scenario_meta.tower_of_babel.parkobj +%%DATADIR%%/object/official/scenario_meta/uces.scenario_meta.transformation.parkobj +%%DATADIR%%/object/official/scenario_meta/uces.scenario_meta.urbis_incognitus.parkobj %%DATADIR%%/object/official/scenery_group/rct2dlc.scenery_group.scgpanda.parkobj %%DATADIR%%/object/official/scenery_small/official.scenery_small.support_structure_half.parkobj %%DATADIR%%/object/official/scenery_small/rct2dlc.scenery_small.bigpanda.parkobj @@ -225,91 +242,91 @@ share/mime/packages/openrct2.xml %%DATADIR%%/object/rct1/ride/rct1ll.ride.jet_skis.parkobj %%DATADIR%%/object/rct1/ride/rct1ll.ride.rafts.parkobj %%DATADIR%%/object/rct1/ride/rct1ll.ride.steam_trains_american.parkobj -%%DATADIR%%/object/rct1/scenario_text/rct1.scenario_text.bumbly_beach.json -%%DATADIR%%/object/rct1/scenario_text/rct1.scenario_text.crumbly_woods.json -%%DATADIR%%/object/rct1/scenario_text/rct1.scenario_text.diamond_heights.json -%%DATADIR%%/object/rct1/scenario_text/rct1.scenario_text.dynamite_dunes.json -%%DATADIR%%/object/rct1/scenario_text/rct1.scenario_text.evergreen_gardens.json -%%DATADIR%%/object/rct1/scenario_text/rct1.scenario_text.forest_frontiers.json -%%DATADIR%%/object/rct1/scenario_text/rct1.scenario_text.ivory_towers.json -%%DATADIR%%/object/rct1/scenario_text/rct1.scenario_text.karts_coasters.json -%%DATADIR%%/object/rct1/scenario_text/rct1.scenario_text.katies_dreamland.json -%%DATADIR%%/object/rct1/scenario_text/rct1.scenario_text.leafy_lake.json -%%DATADIR%%/object/rct1/scenario_text/rct1.scenario_text.lightning_peaks.json -%%DATADIR%%/object/rct1/scenario_text/rct1.scenario_text.mega_park.json -%%DATADIR%%/object/rct1/scenario_text/rct1.scenario_text.mels_world.json -%%DATADIR%%/object/rct1/scenario_text/rct1.scenario_text.millennium_mines.json -%%DATADIR%%/object/rct1/scenario_text/rct1.scenario_text.mystic_mountain.json -%%DATADIR%%/object/rct1/scenario_text/rct1.scenario_text.pacific_pyramids.json -%%DATADIR%%/object/rct1/scenario_text/rct1.scenario_text.paradise_pier.json -%%DATADIR%%/object/rct1/scenario_text/rct1.scenario_text.pokey_park.json -%%DATADIR%%/object/rct1/scenario_text/rct1.scenario_text.rainbow_valley.json -%%DATADIR%%/object/rct1/scenario_text/rct1.scenario_text.thunder_rock.json -%%DATADIR%%/object/rct1/scenario_text/rct1.scenario_text.trinity_islands.json -%%DATADIR%%/object/rct1/scenario_text/rct1.scenario_text.white_water_park.json -%%DATADIR%%/object/rct1/scenario_text/rct1aa.scenario_text.adrenaline_heights.json -%%DATADIR%%/object/rct1/scenario_text/rct1aa.scenario_text.barony_bridge.json -%%DATADIR%%/object/rct1/scenario_text/rct1aa.scenario_text.butterfly_dam.json -%%DATADIR%%/object/rct1/scenario_text/rct1aa.scenario_text.canary_mines.json -%%DATADIR%%/object/rct1/scenario_text/rct1aa.scenario_text.coaster_canyon.json -%%DATADIR%%/object/rct1/scenario_text/rct1aa.scenario_text.coaster_crazy.json -%%DATADIR%%/object/rct1/scenario_text/rct1aa.scenario_text.fiasco_forest.json -%%DATADIR%%/object/rct1/scenario_text/rct1aa.scenario_text.fruit_farm.json -%%DATADIR%%/object/rct1/scenario_text/rct1aa.scenario_text.fun_fortress.json -%%DATADIR%%/object/rct1/scenario_text/rct1aa.scenario_text.funtopia.json -%%DATADIR%%/object/rct1/scenario_text/rct1aa.scenario_text.future_world.json -%%DATADIR%%/object/rct1/scenario_text/rct1aa.scenario_text.gentle_glen.json -%%DATADIR%%/object/rct1/scenario_text/rct1aa.scenario_text.geoffrey_gardens.json -%%DATADIR%%/object/rct1/scenario_text/rct1aa.scenario_text.giggle_downs.json -%%DATADIR%%/object/rct1/scenario_text/rct1aa.scenario_text.harmonic_hills.json -%%DATADIR%%/object/rct1/scenario_text/rct1aa.scenario_text.haunted_harbour.json -%%DATADIR%%/object/rct1/scenario_text/rct1aa.scenario_text.hydro_hills.json -%%DATADIR%%/object/rct1/scenario_text/rct1aa.scenario_text.jolly_jungle.json -%%DATADIR%%/object/rct1/scenario_text/rct1aa.scenario_text.magic_quarters.json -%%DATADIR%%/object/rct1/scenario_text/rct1aa.scenario_text.mineral_park.json -%%DATADIR%%/object/rct1/scenario_text/rct1aa.scenario_text.pickle_park.json -%%DATADIR%%/object/rct1/scenario_text/rct1aa.scenario_text.roman_village.json -%%DATADIR%%/object/rct1/scenario_text/rct1aa.scenario_text.rotting_heights.json -%%DATADIR%%/object/rct1/scenario_text/rct1aa.scenario_text.sprightly_park.json -%%DATADIR%%/object/rct1/scenario_text/rct1aa.scenario_text.swamp_cove.json -%%DATADIR%%/object/rct1/scenario_text/rct1aa.scenario_text.three_monkeys_park.json -%%DATADIR%%/object/rct1/scenario_text/rct1aa.scenario_text.thunderstorm_park.json -%%DATADIR%%/object/rct1/scenario_text/rct1aa.scenario_text.urban_park.json -%%DATADIR%%/object/rct1/scenario_text/rct1aa.scenario_text.utopia_park.json -%%DATADIR%%/object/rct1/scenario_text/rct1aa.scenario_text.whispering_cliffs.json -%%DATADIR%%/object/rct1/scenario_text/rct1ll.scenario_text.alton_towers.json -%%DATADIR%%/object/rct1/scenario_text/rct1ll.scenario_text.arid_heights.json -%%DATADIR%%/object/rct1/scenario_text/rct1ll.scenario_text.blackpool_pleasure_beach.json -%%DATADIR%%/object/rct1/scenario_text/rct1ll.scenario_text.crater_lake.json -%%DATADIR%%/object/rct1/scenario_text/rct1ll.scenario_text.crazy_craters.json -%%DATADIR%%/object/rct1/scenario_text/rct1ll.scenario_text.dragons_cove.json -%%DATADIR%%/object/rct1/scenario_text/rct1ll.scenario_text.dusty_desert.json -%%DATADIR%%/object/rct1/scenario_text/rct1ll.scenario_text.frightmare_hills.json -%%DATADIR%%/object/rct1/scenario_text/rct1ll.scenario_text.good_knight_park.json -%%DATADIR%%/object/rct1/scenario_text/rct1ll.scenario_text.grand_glacier.json -%%DATADIR%%/object/rct1/scenario_text/rct1ll.scenario_text.heidepark.json -%%DATADIR%%/object/rct1/scenario_text/rct1ll.scenario_text.icarus_park.json -%%DATADIR%%/object/rct1/scenario_text/rct1ll.scenario_text.iceberg_islands.json -%%DATADIR%%/object/rct1/scenario_text/rct1ll.scenario_text.icicle_worlds.json -%%DATADIR%%/object/rct1/scenario_text/rct1ll.scenario_text.megaworld_park.json -%%DATADIR%%/object/rct1/scenario_text/rct1ll.scenario_text.micro_park.json -%%DATADIR%%/object/rct1/scenario_text/rct1ll.scenario_text.nevermore_park.json -%%DATADIR%%/object/rct1/scenario_text/rct1ll.scenario_text.octagon_park.json -%%DATADIR%%/object/rct1/scenario_text/rct1ll.scenario_text.pacifica.json -%%DATADIR%%/object/rct1/scenario_text/rct1ll.scenario_text.paradise_pier_2.json -%%DATADIR%%/object/rct1/scenario_text/rct1ll.scenario_text.pleasure_island.json -%%DATADIR%%/object/rct1/scenario_text/rct1ll.scenario_text.razor_rocks.json -%%DATADIR%%/object/rct1/scenario_text/rct1ll.scenario_text.southern_sands.json -%%DATADIR%%/object/rct1/scenario_text/rct1ll.scenario_text.sunny_swamps.json -%%DATADIR%%/object/rct1/scenario_text/rct1ll.scenario_text.terror_town.json -%%DATADIR%%/object/rct1/scenario_text/rct1ll.scenario_text.thunder_rocks.json -%%DATADIR%%/object/rct1/scenario_text/rct1ll.scenario_text.tiny_towers.json -%%DATADIR%%/object/rct1/scenario_text/rct1ll.scenario_text.urban_jungle.json -%%DATADIR%%/object/rct1/scenario_text/rct1ll.scenario_text.venus_ponds.json -%%DATADIR%%/object/rct1/scenario_text/rct1ll.scenario_text.vertigo_views.json -%%DATADIR%%/object/rct1/scenario_text/rct1ll.scenario_text.volcania.json -%%DATADIR%%/object/rct1/scenario_text/rct1ll.scenario_text.wacky_warren.json -%%DATADIR%%/object/rct1/scenario_text/rct1ll.scenario_text.woodworm_park.json +%%DATADIR%%/object/rct1/scenario_meta/rct1.scenario_meta.bumbly_beach.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1.scenario_meta.crumbly_woods.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1.scenario_meta.diamond_heights.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1.scenario_meta.dynamite_dunes.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1.scenario_meta.evergreen_gardens.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1.scenario_meta.forest_frontiers.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1.scenario_meta.ivory_towers.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1.scenario_meta.karts_coasters.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1.scenario_meta.katies_dreamland.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1.scenario_meta.leafy_lake.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1.scenario_meta.lightning_peaks.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1.scenario_meta.mega_park.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1.scenario_meta.mels_world.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1.scenario_meta.millennium_mines.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1.scenario_meta.mystic_mountain.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1.scenario_meta.pacific_pyramids.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1.scenario_meta.paradise_pier.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1.scenario_meta.pokey_park.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1.scenario_meta.rainbow_valley.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1.scenario_meta.thunder_rock.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1.scenario_meta.trinity_islands.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1.scenario_meta.white_water_park.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1aa.scenario_meta.adrenaline_heights.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1aa.scenario_meta.barony_bridge.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1aa.scenario_meta.butterfly_dam.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1aa.scenario_meta.canary_mines.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1aa.scenario_meta.coaster_canyon.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1aa.scenario_meta.coaster_crazy.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1aa.scenario_meta.fiasco_forest.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1aa.scenario_meta.fruit_farm.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1aa.scenario_meta.fun_fortress.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1aa.scenario_meta.funtopia.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1aa.scenario_meta.future_world.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1aa.scenario_meta.gentle_glen.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1aa.scenario_meta.geoffrey_gardens.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1aa.scenario_meta.giggle_downs.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1aa.scenario_meta.harmonic_hills.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1aa.scenario_meta.haunted_harbour.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1aa.scenario_meta.hydro_hills.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1aa.scenario_meta.jolly_jungle.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1aa.scenario_meta.magic_quarters.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1aa.scenario_meta.mineral_park.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1aa.scenario_meta.pickle_park.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1aa.scenario_meta.roman_village.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1aa.scenario_meta.rotting_heights.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1aa.scenario_meta.sprightly_park.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1aa.scenario_meta.swamp_cove.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1aa.scenario_meta.three_monkeys_park.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1aa.scenario_meta.thunderstorm_park.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1aa.scenario_meta.urban_park.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1aa.scenario_meta.utopia_park.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1aa.scenario_meta.whispering_cliffs.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1ll.scenario_meta.alton_towers.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1ll.scenario_meta.arid_heights.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1ll.scenario_meta.blackpool_pleasure_beach.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1ll.scenario_meta.crater_lake.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1ll.scenario_meta.crazy_craters.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1ll.scenario_meta.dragons_cove.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1ll.scenario_meta.dusty_desert.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1ll.scenario_meta.frightmare_hills.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1ll.scenario_meta.good_knight_park.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1ll.scenario_meta.grand_glacier.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1ll.scenario_meta.heidepark.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1ll.scenario_meta.icarus_park.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1ll.scenario_meta.iceberg_islands.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1ll.scenario_meta.icicle_worlds.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1ll.scenario_meta.megaworld_park.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1ll.scenario_meta.micro_park.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1ll.scenario_meta.nevermore_park.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1ll.scenario_meta.octagon_park.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1ll.scenario_meta.pacifica.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1ll.scenario_meta.paradise_pier_2.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1ll.scenario_meta.pleasure_island.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1ll.scenario_meta.razor_rocks.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1ll.scenario_meta.southern_sands.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1ll.scenario_meta.sunny_swamps.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1ll.scenario_meta.terror_town.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1ll.scenario_meta.thunder_rocks.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1ll.scenario_meta.tiny_towers.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1ll.scenario_meta.urban_jungle.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1ll.scenario_meta.venus_ponds.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1ll.scenario_meta.vertigo_views.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1ll.scenario_meta.volcania.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1ll.scenario_meta.wacky_warren.parkobj +%%DATADIR%%/object/rct1/scenario_meta/rct1ll.scenario_meta.woodworm_park.parkobj %%DATADIR%%/object/rct1/scenery_wall/rct1.scenery_wall.playing_card_wall_1.json %%DATADIR%%/object/rct1/scenery_wall/rct1.scenery_wall.playing_card_wall_2.json %%DATADIR%%/object/rct1/scenery_wall/rct1.scenery_wall.roman_column_wall.json @@ -596,33 +613,33 @@ share/mime/packages/openrct2.xml %%DATADIR%%/object/rct2/ride/rct2.ride.wonton.json %%DATADIR%%/object/rct2/ride/rct2.ride.zldb.json %%DATADIR%%/object/rct2/ride/rct2.ride.zlog.json -%%DATADIR%%/object/rct2/scenario_text/rct2.scenario_text.alpine_adventures.json -%%DATADIR%%/object/rct2/scenario_text/rct2.scenario_text.amity_airfield.json -%%DATADIR%%/object/rct2/scenario_text/rct2.scenario_text.botany_breakers.json -%%DATADIR%%/object/rct2/scenario_text/rct2.scenario_text.build_your_own_six_flags_belgium.json -%%DATADIR%%/object/rct2/scenario_text/rct2.scenario_text.build_your_own_six_flags_great_adventure.json -%%DATADIR%%/object/rct2/scenario_text/rct2.scenario_text.build_your_own_six_flags_holland.json -%%DATADIR%%/object/rct2/scenario_text/rct2.scenario_text.build_your_own_six_flags_magic_mountain.json -%%DATADIR%%/object/rct2/scenario_text/rct2.scenario_text.build_your_own_six_flags_over_texas.json -%%DATADIR%%/object/rct2/scenario_text/rct2.scenario_text.build_your_own_six_flags_park.json -%%DATADIR%%/object/rct2/scenario_text/rct2.scenario_text.bumbly_bazaar.json -%%DATADIR%%/object/rct2/scenario_text/rct2.scenario_text.crazy_castle.json -%%DATADIR%%/object/rct2/scenario_text/rct2.scenario_text.dusty_greens.json -%%DATADIR%%/object/rct2/scenario_text/rct2.scenario_text.electric_fields.json -%%DATADIR%%/object/rct2/scenario_text/rct2.scenario_text.extreme_heights.json -%%DATADIR%%/object/rct2/scenario_text/rct2.scenario_text.factory_capers.json -%%DATADIR%%/object/rct2/scenario_text/rct2.scenario_text.fungus_woods.json -%%DATADIR%%/object/rct2/scenario_text/rct2.scenario_text.ghost_town.json -%%DATADIR%%/object/rct2/scenario_text/rct2.scenario_text.gravity_gardens.json -%%DATADIR%%/object/rct2/scenario_text/rct2.scenario_text.infernal_views.json -%%DATADIR%%/object/rct2/scenario_text/rct2.scenario_text.lucky_lake.json -%%DATADIR%%/object/rct2/scenario_text/rct2.scenario_text.rainbow_summit.json -%%DATADIR%%/object/rct2/scenario_text/rct2.scenario_text.six_flags_belgium.json -%%DATADIR%%/object/rct2/scenario_text/rct2.scenario_text.six_flags_great_adventure.json -%%DATADIR%%/object/rct2/scenario_text/rct2.scenario_text.six_flags_holland.json -%%DATADIR%%/object/rct2/scenario_text/rct2.scenario_text.six_flags_magic_mountain.json -%%DATADIR%%/object/rct2/scenario_text/rct2.scenario_text.six_flags_over_texas.json -%%DATADIR%%/object/rct2/scenario_text/rct2.scenario_text.tycoon_park.json +%%DATADIR%%/object/rct2/scenario_meta/rct2.scenario_meta.alpine_adventures.parkobj +%%DATADIR%%/object/rct2/scenario_meta/rct2.scenario_meta.amity_airfield.parkobj +%%DATADIR%%/object/rct2/scenario_meta/rct2.scenario_meta.botany_breakers.parkobj +%%DATADIR%%/object/rct2/scenario_meta/rct2.scenario_meta.build_your_own_six_flags_belgium.parkobj +%%DATADIR%%/object/rct2/scenario_meta/rct2.scenario_meta.build_your_own_six_flags_great_adventure.parkobj +%%DATADIR%%/object/rct2/scenario_meta/rct2.scenario_meta.build_your_own_six_flags_holland.parkobj +%%DATADIR%%/object/rct2/scenario_meta/rct2.scenario_meta.build_your_own_six_flags_magic_mountain.parkobj +%%DATADIR%%/object/rct2/scenario_meta/rct2.scenario_meta.build_your_own_six_flags_over_texas.parkobj +%%DATADIR%%/object/rct2/scenario_meta/rct2.scenario_meta.build_your_own_six_flags_park.parkobj +%%DATADIR%%/object/rct2/scenario_meta/rct2.scenario_meta.bumbly_bazaar.parkobj +%%DATADIR%%/object/rct2/scenario_meta/rct2.scenario_meta.crazy_castle.parkobj +%%DATADIR%%/object/rct2/scenario_meta/rct2.scenario_meta.dusty_greens.parkobj +%%DATADIR%%/object/rct2/scenario_meta/rct2.scenario_meta.electric_fields.parkobj +%%DATADIR%%/object/rct2/scenario_meta/rct2.scenario_meta.extreme_heights.parkobj +%%DATADIR%%/object/rct2/scenario_meta/rct2.scenario_meta.factory_capers.parkobj +%%DATADIR%%/object/rct2/scenario_meta/rct2.scenario_meta.fungus_woods.parkobj +%%DATADIR%%/object/rct2/scenario_meta/rct2.scenario_meta.ghost_town.parkobj +%%DATADIR%%/object/rct2/scenario_meta/rct2.scenario_meta.gravity_gardens.parkobj +%%DATADIR%%/object/rct2/scenario_meta/rct2.scenario_meta.infernal_views.parkobj +%%DATADIR%%/object/rct2/scenario_meta/rct2.scenario_meta.lucky_lake.parkobj +%%DATADIR%%/object/rct2/scenario_meta/rct2.scenario_meta.rainbow_summit.parkobj +%%DATADIR%%/object/rct2/scenario_meta/rct2.scenario_meta.six_flags_belgium.parkobj +%%DATADIR%%/object/rct2/scenario_meta/rct2.scenario_meta.six_flags_great_adventure.parkobj +%%DATADIR%%/object/rct2/scenario_meta/rct2.scenario_meta.six_flags_holland.parkobj +%%DATADIR%%/object/rct2/scenario_meta/rct2.scenario_meta.six_flags_magic_mountain.parkobj +%%DATADIR%%/object/rct2/scenario_meta/rct2.scenario_meta.six_flags_over_texas.parkobj +%%DATADIR%%/object/rct2/scenario_meta/rct2.scenario_meta.tycoon_park.parkobj %%DATADIR%%/object/rct2/scenery_group/rct2.scenery_group.scgabstr.json %%DATADIR%%/object/rct2/scenery_group/rct2.scenery_group.scgcandy.json %%DATADIR%%/object/rct2/scenery_group/rct2.scenery_group.scgclass.json @@ -1273,20 +1290,20 @@ share/mime/packages/openrct2.xml %%DATADIR%%/object/rct2tt/ride/rct2tt.ride.trilobte.json %%DATADIR%%/object/rct2tt/ride/rct2tt.ride.valkyrie.json %%DATADIR%%/object/rct2tt/ride/rct2tt.ride.zeplelin.json -%%DATADIR%%/object/rct2tt/scenario_text/rct2tt.scenario_text.alcatraz.json -%%DATADIR%%/object/rct2tt/scenario_text/rct2tt.scenario_text.animatronic_antics.json -%%DATADIR%%/object/rct2tt/scenario_text/rct2tt.scenario_text.cliffside_castle.json -%%DATADIR%%/object/rct2tt/scenario_text/rct2tt.scenario_text.coastersaurus.json -%%DATADIR%%/object/rct2tt/scenario_text/rct2tt.scenario_text.crater_carnage.json -%%DATADIR%%/object/rct2tt/scenario_text/rct2tt.scenario_text.extraterrestrial_extravaganza.json -%%DATADIR%%/object/rct2tt/scenario_text/rct2tt.scenario_text.gemini_city.json -%%DATADIR%%/object/rct2tt/scenario_text/rct2tt.scenario_text.metropolis.json -%%DATADIR%%/object/rct2tt/scenario_text/rct2tt.scenario_text.mythological_madness.json -%%DATADIR%%/object/rct2tt/scenario_text/rct2tt.scenario_text.rock_n_roll_revival.json -%%DATADIR%%/object/rct2tt/scenario_text/rct2tt.scenario_text.rocky_rambles.json -%%DATADIR%%/object/rct2tt/scenario_text/rct2tt.scenario_text.schneider_shores.json -%%DATADIR%%/object/rct2tt/scenario_text/rct2tt.scenario_text.sherwood_forest.json -%%DATADIR%%/object/rct2tt/scenario_text/rct2tt.scenario_text.woodstock.json +%%DATADIR%%/object/rct2tt/scenario_meta/rct2tt.scenario_meta.alcatraz.parkobj +%%DATADIR%%/object/rct2tt/scenario_meta/rct2tt.scenario_meta.animatronic_antics.parkobj +%%DATADIR%%/object/rct2tt/scenario_meta/rct2tt.scenario_meta.cliffside_castle.parkobj +%%DATADIR%%/object/rct2tt/scenario_meta/rct2tt.scenario_meta.coastersaurus.parkobj +%%DATADIR%%/object/rct2tt/scenario_meta/rct2tt.scenario_meta.crater_carnage.parkobj +%%DATADIR%%/object/rct2tt/scenario_meta/rct2tt.scenario_meta.extraterrestrial_extravaganza.parkobj +%%DATADIR%%/object/rct2tt/scenario_meta/rct2tt.scenario_meta.gemini_city.parkobj +%%DATADIR%%/object/rct2tt/scenario_meta/rct2tt.scenario_meta.metropolis.parkobj +%%DATADIR%%/object/rct2tt/scenario_meta/rct2tt.scenario_meta.mythological_madness.parkobj +%%DATADIR%%/object/rct2tt/scenario_meta/rct2tt.scenario_meta.rock_n_roll_revival.parkobj +%%DATADIR%%/object/rct2tt/scenario_meta/rct2tt.scenario_meta.rocky_rambles.parkobj +%%DATADIR%%/object/rct2tt/scenario_meta/rct2tt.scenario_meta.schneider_shores.parkobj +%%DATADIR%%/object/rct2tt/scenario_meta/rct2tt.scenario_meta.sherwood_forest.parkobj +%%DATADIR%%/object/rct2tt/scenario_meta/rct2tt.scenario_meta.woodstock.parkobj %%DATADIR%%/object/rct2tt/scenery_group/rct2tt.scenery_group.scg1920s.json %%DATADIR%%/object/rct2tt/scenery_group/rct2tt.scenery_group.scg1920w.json %%DATADIR%%/object/rct2tt/scenery_group/rct2tt.scenery_group.scg1960s.json @@ -1903,23 +1920,23 @@ share/mime/packages/openrct2.xml %%DATADIR%%/object/rct2ww/ride/rct2ww.ride.tigrtwst.parkobj %%DATADIR%%/object/rct2ww/ride/rct2ww.ride.tutlboat.json %%DATADIR%%/object/rct2ww/ride/rct2ww.ride.whicgrub.json -%%DATADIR%%/object/rct2ww/scenario_text/rct2ww.scenario_text.ayers_adventure.json -%%DATADIR%%/object/rct2ww/scenario_text/rct2ww.scenario_text.beach_barbecue_blast.json -%%DATADIR%%/object/rct2ww/scenario_text/rct2ww.scenario_text.canyon_calamities.json -%%DATADIR%%/object/rct2ww/scenario_text/rct2ww.scenario_text.european_extravaganza.json -%%DATADIR%%/object/rct2ww/scenario_text/rct2ww.scenario_text.from_the_ashes.json -%%DATADIR%%/object/rct2ww/scenario_text/rct2ww.scenario_text.great_wall_of_china.json -%%DATADIR%%/object/rct2ww/scenario_text/rct2ww.scenario_text.icy_adventures.json -%%DATADIR%%/object/rct2ww/scenario_text/rct2ww.scenario_text.lost_city_founder.json -%%DATADIR%%/object/rct2ww/scenario_text/rct2ww.scenario_text.mines_of_africa.json -%%DATADIR%%/object/rct2ww/scenario_text/rct2ww.scenario_text.mirage_madness.json -%%DATADIR%%/object/rct2ww/scenario_text/rct2ww.scenario_text.okinawa_coast.json -%%DATADIR%%/object/rct2ww/scenario_text/rct2ww.scenario_text.over_the_edge.json -%%DATADIR%%/object/rct2ww/scenario_text/rct2ww.scenario_text.park_maharaja.json -%%DATADIR%%/object/rct2ww/scenario_text/rct2ww.scenario_text.rainforest_romp.json -%%DATADIR%%/object/rct2ww/scenario_text/rct2ww.scenario_text.rollercoaster_heaven.json -%%DATADIR%%/object/rct2ww/scenario_text/rct2ww.scenario_text.sugarloaf_shores.json -%%DATADIR%%/object/rct2ww/scenario_text/rct2ww.scenario_text.wacky_waikiki.json +%%DATADIR%%/object/rct2ww/scenario_meta/rct2ww.scenario_meta.ayers_adventure.parkobj +%%DATADIR%%/object/rct2ww/scenario_meta/rct2ww.scenario_meta.beach_barbecue_blast.parkobj +%%DATADIR%%/object/rct2ww/scenario_meta/rct2ww.scenario_meta.canyon_calamities.parkobj +%%DATADIR%%/object/rct2ww/scenario_meta/rct2ww.scenario_meta.european_extravaganza.parkobj +%%DATADIR%%/object/rct2ww/scenario_meta/rct2ww.scenario_meta.from_the_ashes.parkobj +%%DATADIR%%/object/rct2ww/scenario_meta/rct2ww.scenario_meta.great_wall_of_china.parkobj +%%DATADIR%%/object/rct2ww/scenario_meta/rct2ww.scenario_meta.icy_adventures.parkobj +%%DATADIR%%/object/rct2ww/scenario_meta/rct2ww.scenario_meta.lost_city_founder.parkobj +%%DATADIR%%/object/rct2ww/scenario_meta/rct2ww.scenario_meta.mines_of_africa.parkobj +%%DATADIR%%/object/rct2ww/scenario_meta/rct2ww.scenario_meta.mirage_madness.parkobj +%%DATADIR%%/object/rct2ww/scenario_meta/rct2ww.scenario_meta.okinawa_coast.parkobj +%%DATADIR%%/object/rct2ww/scenario_meta/rct2ww.scenario_meta.over_the_edge.parkobj +%%DATADIR%%/object/rct2ww/scenario_meta/rct2ww.scenario_meta.park_maharaja.parkobj +%%DATADIR%%/object/rct2ww/scenario_meta/rct2ww.scenario_meta.rainforest_romp.parkobj +%%DATADIR%%/object/rct2ww/scenario_meta/rct2ww.scenario_meta.rollercoaster_heaven.parkobj +%%DATADIR%%/object/rct2ww/scenario_meta/rct2ww.scenario_meta.sugarloaf_shores.parkobj +%%DATADIR%%/object/rct2ww/scenario_meta/rct2ww.scenario_meta.wacky_waikiki.parkobj %%DATADIR%%/object/rct2ww/scenery_group/rct2ww.scenery_group.scgafric.json %%DATADIR%%/object/rct2ww/scenery_group/rct2ww.scenery_group.scgartic.json %%DATADIR%%/object/rct2ww/scenery_group/rct2ww.scenery_group.scgasia.json @@ -2626,6 +2643,7 @@ share/mime/packages/openrct2.xml %%DATADIR%%/scenario_patches/8cd8484.parkpatch %%DATADIR%%/scenario_patches/8efd5c6.parkpatch %%DATADIR%%/scenario_patches/92f4b50.parkpatch +%%DATADIR%%/scenario_patches/9401f88.parkpatch %%DATADIR%%/scenario_patches/9c8b7cf.parkpatch %%DATADIR%%/scenario_patches/a04b536.parkpatch %%DATADIR%%/scenario_patches/a0b4362.parkpatch @@ -2676,7 +2694,10 @@ share/mime/packages/openrct2.xml %%DATADIR%%/shaders/applypalette.vert %%DATADIR%%/shaders/applytransparency.frag %%DATADIR%%/shaders/applytransparency.vert +%%DATADIR%%/shaders/copyrect.frag +%%DATADIR%%/shaders/copyrect.vert %%DATADIR%%/shaders/drawline.frag %%DATADIR%%/shaders/drawline.vert %%DATADIR%%/shaders/drawrect.frag %%DATADIR%%/shaders/drawrect.vert +%%DATADIR%%/tracks.dat diff --git a/games/veloren-weekly/Makefile b/games/veloren-weekly/Makefile index a6e01235bf8d..ebd9e2502c73 100644 --- a/games/veloren-weekly/Makefile +++ b/games/veloren-weekly/Makefile @@ -1,5 +1,5 @@ PORTNAME= veloren -PORTVERSION= s20250723 +PORTVERSION= s20250726 CATEGORIES= games wayland PKGNAMESUFFIX= -weekly @@ -25,7 +25,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-pl USES= cargo xorg USE_XORG= xcb USE_GITLAB= yes -GL_TAGNAME= v0.17.0-893-g9d18d62328 # git describe --match='v[0-9]*' weekly +GL_TAGNAME= v0.17.0-897-g8e02bae8f3 # git describe --match='v[0-9]*' weekly CARGO_ENV= VELOREN_USERDATA_STRATEGY=system SHADERC_LIB_DIR="${LOCALBASE}/lib" PLIST_FILES= bin/${PORTNAME}-server-cli \ bin/${PORTNAME}-voxygen \ diff --git a/games/veloren-weekly/distinfo b/games/veloren-weekly/distinfo index d11e1fed8bff..fde05990aeb1 100644 --- a/games/veloren-weekly/distinfo +++ b/games/veloren-weekly/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1753302830 +TIMESTAMP = 1753536803 SHA256 (rust/crates/ab_glyph-0.2.29.crate) = ec3672c180e71eeaaac3a541fbbc5f5ad4def8b747c595ad30d674e43049f7b0 SIZE (rust/crates/ab_glyph-0.2.29.crate) = 20011 SHA256 (rust/crates/ab_glyph_rasterizer-0.1.8.crate) = c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046 @@ -1871,5 +1871,5 @@ SHA256 (veloren-conrod-c74446362371dc837b8b4b6d6ddcd7693b48d9b6_GL0.tar.gz) = 43 SIZE (veloren-conrod-c74446362371dc837b8b4b6d6ddcd7693b48d9b6_GL0.tar.gz) = 808402 SHA256 (DaforLynx-kira-v0.10.7-with-config_GH0.tar.gz) = ffc38b7c73cb6419d02a21a3905cd0b00b3a544711230c5b11ef77301b7b9bb2 SIZE (DaforLynx-kira-v0.10.7-with-config_GH0.tar.gz) = 4379268 -SHA256 (veloren-v0.17.0-893-g9d18d62328.tar.bz2) = a38f9c69d485315bde6a568f56eb9efb10798e37fb3b84e2668ca8ee04389adc -SIZE (veloren-v0.17.0-893-g9d18d62328.tar.bz2) = 334149585 +SHA256 (veloren-v0.17.0-897-g8e02bae8f3.tar.bz2) = 7a7fdbc1437d48a7bd0bb0bb0454968931f5e6c6125a1c94c4c34bb6221373f2 +SIZE (veloren-v0.17.0-897-g8e02bae8f3.tar.bz2) = 334124257 diff --git a/graphics/R-cran-pixmap/Makefile b/graphics/R-cran-pixmap/Makefile index 41bba8572dd2..ad92dfbeae88 100644 --- a/graphics/R-cran-pixmap/Makefile +++ b/graphics/R-cran-pixmap/Makefile @@ -1,5 +1,5 @@ PORTNAME= pixmap -DISTVERSION= 0.4-13 +DISTVERSION= 0.4-14 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/graphics/R-cran-pixmap/distinfo b/graphics/R-cran-pixmap/distinfo index 0ad84fc537b2..fce36055ba70 100644 --- a/graphics/R-cran-pixmap/distinfo +++ b/graphics/R-cran-pixmap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714829283 -SHA256 (pixmap_0.4-13.tar.gz) = e3dbc641a0497575b45a4140dadc6bf43cdf39b02393f93f1b0ee4f4d026e711 -SIZE (pixmap_0.4-13.tar.gz) = 34980 +TIMESTAMP = 1753596798 +SHA256 (pixmap_0.4-14.tar.gz) = 26710c931f95b89b66b50e3ee1c4b6e1ba383b8067f80b3d7de2f0d58cb9fa9e +SIZE (pixmap_0.4-14.tar.gz) = 37054 diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile index 2eb8eec775b6..ef173e2a4f31 100644 --- a/graphics/mesa-devel/Makefile +++ b/graphics/mesa-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= mesa -DISTVERSION= 25.2-branchpoint-383 -DISTVERSIONSUFFIX= -g8a4ef5977e2 +DISTVERSION= 25.2-branchpoint-497 +DISTVERSIONSUFFIX= -g8037d22f015 CATEGORIES= graphics PKGNAMESUFFIX= -devel @@ -128,7 +128,7 @@ VDPAU_IMPLIES= X11 VKLAYERS_DESC= Vulkan layers: ${VKLAYERS_MESON_ON:C/.*=//} (implies ${VKLAYERS_IMPLIES}) VKLAYERS_BUILD_DEPENDS= glslangValidator:graphics/glslang VKLAYERS_LIB_DEPENDS= libpng.so:graphics/png -VKLAYERS_MESON_ON= -Dvulkan-layers=device-select,overlay,screenshot,vram-report-limit +VKLAYERS_MESON_ON= -Dvulkan-layers=anti-lag,device-select,overlay,screenshot,vram-report-limit VKLAYERS_IMPLIES= ${"${PORT_OPTIONS:Manv}":?anv:radv} # any from OPTIONS_GROUP_VULKAN WAYLAND_BUILD_DEPENDS= wayland-protocols>0:graphics/wayland-protocols diff --git a/graphics/mesa-devel/distinfo b/graphics/mesa-devel/distinfo index e36352d2a435..af5cf3221960 100644 --- a/graphics/mesa-devel/distinfo +++ b/graphics/mesa-devel/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1753315889 -SHA256 (mesa-25.2-branchpoint-383-g8a4ef5977e2.tar.bz2) = 8a6b35fa482533f04afdb6f1b48dd02a8088fd83a4f41d4f4b89074d9a47242b -SIZE (mesa-25.2-branchpoint-383-g8a4ef5977e2.tar.bz2) = 58360954 +TIMESTAMP = 1753555416 +SHA256 (mesa-25.2-branchpoint-497-g8037d22f015.tar.bz2) = a7834c3219ac88a714f1eeeda32a2ea114597e01085d9465c34e95b89c58035e +SIZE (mesa-25.2-branchpoint-497-g8037d22f015.tar.bz2) = 58382340 SHA256 (700efacda59c.patch) = 0d567fe737ad1404e1f12d7cd018826d9095c23835f1ed5aaa1c81cb58d3d008 SIZE (700efacda59c.patch) = 983 SHA256 (2930dcbb3329.patch) = f90ab77950ba1a56d165f0bc8a3cbd9c5f624bb5c67d1c7f337316027e8295e8 diff --git a/graphics/mesa-devel/pkg-plist b/graphics/mesa-devel/pkg-plist index a825e5bd2183..71eaba960928 100644 --- a/graphics/mesa-devel/pkg-plist +++ b/graphics/mesa-devel/pkg-plist @@ -26,6 +26,7 @@ lib/libEGL_mesa%%SUFFIX%%.so.0.0.0 %%OPENCL%%lib/libRusticlOpenCL.so %%OPENCL%%lib/libRusticlOpenCL.so.1 %%OPENCL%%lib/libRusticlOpenCL.so.1.0.0 +%%VKLAYERS%%lib/libVkLayer_MESA_anti_lag.so %%VKLAYERS%%lib/libVkLayer_MESA_device_select.so %%VKLAYERS%%lib/libVkLayer_MESA_overlay.so %%VKLAYERS%%lib/libVkLayer_MESA_screenshot.so @@ -56,4 +57,5 @@ share/drirc.d/00-mesa%%SUFFIX%%-defaults.conf %%anv%%%%NO_COINST%%share/vulkan/icd.d/intel_icd.%%ARCH%%.json %%hasvk%%share/vulkan/icd.d/intel_hasvk_icd.%%ARCH%%.json %%radv%%%%NO_COINST%%share/vulkan/icd.d/radeon_icd.%%ARCH%%.json +%%VKLAYERS%%share/vulkan/implicit_layer.d/VkLayer_MESA_anti_lag.json %%VKLAYERS%%share/vulkan/implicit_layer.d/VkLayer_MESA_device_select.json diff --git a/graphics/openexr-website-docs/Makefile b/graphics/openexr-website-docs/Makefile index beceac14bc4c..5a1c782b622a 100644 --- a/graphics/openexr-website-docs/Makefile +++ b/graphics/openexr-website-docs/Makefile @@ -1,5 +1,5 @@ PORTNAME= openexr-website-docs -PORTVERSION= 3.3.4 +PORTVERSION= 3.3.5 PORTREVISION= 0 MASTER_SITES= https://github.com/AcademySoftwareFoundation/openexr/releases/download/v${PORTVERSION}/:DEFAULT \ https://raw.githubusercontent.com/AcademySoftwareFoundation/openexr-images/main/:website \ diff --git a/graphics/openexr-website-docs/distinfo b/graphics/openexr-website-docs/distinfo index 2238c21fb6c6..47b7309067ac 100644 --- a/graphics/openexr-website-docs/distinfo +++ b/graphics/openexr-website-docs/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1749666587 -SHA256 (openexr/openexr-3.3.4.tar.gz) = 73a6d83edcc68333afb95e133f6e12012073815a854bc41abc1a01c1db5f124c -SIZE (openexr/openexr-3.3.4.tar.gz) = 21206562 +TIMESTAMP = 1753650858 +SHA256 (openexr/openexr-3.3.5.tar.gz) = 8f9241f0e9d6b7aec7e9509cf2a9224416b9cd9d41740deab3827b1f2d01c662 +SIZE (openexr/openexr-3.3.5.tar.gz) = 21207074 SHA256 (openexr/TestImages/README.rst) = 3cbb0a9ab20868940de1b9bf582bdc5ff4244cc585c682d6e40b9befb8fd593c SIZE (openexr/TestImages/README.rst) = 2588 SHA256 (openexr/TestImages/AllHalfValues.exr) = eede573a0b59b79f21de15ee9d3b7649d58d8f2a8e7787ea34f192db3b3c84a4 diff --git a/graphics/openexr/Makefile b/graphics/openexr/Makefile index 40ce6dea9c33..b577182f98dc 100644 --- a/graphics/openexr/Makefile +++ b/graphics/openexr/Makefile @@ -1,5 +1,5 @@ PORTNAME?= openexr -PORTVERSION?= 3.3.4 # ALSO update openexr-website-docs! -- verify sigstore: make makesum verify-sigstore +PORTVERSION?= 3.3.5 # ALSO update openexr-website-docs! -- verify sigstore: make makesum verify-sigstore PORTREVISION?= 0 CATEGORIES= graphics devel .if !defined(MASTERDIR) diff --git a/graphics/openexr/distinfo b/graphics/openexr/distinfo index 81cbff8e8eb3..b09b1ed3a98b 100644 --- a/graphics/openexr/distinfo +++ b/graphics/openexr/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1749601389 -SHA256 (openexr/openexr-3.3.4.tar.gz) = 73a6d83edcc68333afb95e133f6e12012073815a854bc41abc1a01c1db5f124c -SIZE (openexr/openexr-3.3.4.tar.gz) = 21206562 +TIMESTAMP = 1753648872 +SHA256 (openexr/openexr-3.3.5.tar.gz) = 8f9241f0e9d6b7aec7e9509cf2a9224416b9cd9d41740deab3827b1f2d01c662 +SIZE (openexr/openexr-3.3.5.tar.gz) = 21207074 SHA256 (openexr/Beachball/multipart.0001.exr) = 0cd032069fbaa14a2766861fef9893ea66a6494ff64650725d3b26a500df774b SIZE (openexr/Beachball/multipart.0001.exr) = 2894260 SHA256 (openexr/Beachball/singlepart.0001.exr) = 29719942ed3c095a8f8f111fc139fc4c28f446007f5bfce00177cae585b1a87a diff --git a/graphics/p5-Gimp/Makefile b/graphics/p5-Gimp/Makefile index 132cd2d77243..d20507687cf6 100644 --- a/graphics/p5-Gimp/Makefile +++ b/graphics/p5-Gimp/Makefile @@ -36,4 +36,10 @@ post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Gimp/Net/Net.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Gimp/UI/UI.so -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} >= 504200 +BROKEN= fails to build +.endif + +.include <bsd.port.post.mk> diff --git a/graphics/p5-Image-ExifTool-devel/Makefile b/graphics/p5-Image-ExifTool-devel/Makefile index 102f42220d17..3c49754cec8d 100644 --- a/graphics/p5-Image-ExifTool-devel/Makefile +++ b/graphics/p5-Image-ExifTool-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= Image-ExifTool -DISTVERSION= 13.32 +DISTVERSION= 13.33 CATEGORIES= graphics perl5 MASTER_SITES= https://exiftool.org/ \ SF/exiftool diff --git a/graphics/p5-Image-ExifTool-devel/distinfo b/graphics/p5-Image-ExifTool-devel/distinfo index 295a8c69ddd2..ddf0a5f0c82f 100644 --- a/graphics/p5-Image-ExifTool-devel/distinfo +++ b/graphics/p5-Image-ExifTool-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751542077 -SHA256 (Image-ExifTool-13.32.tar.gz) = e4b462f1a111bde3e3c4519e06d71efaacc576c36f4c3407b3d225c39393c829 -SIZE (Image-ExifTool-13.32.tar.gz) = 7461392 +TIMESTAMP = 1753562706 +SHA256 (Image-ExifTool-13.33.tar.gz) = 0cc6ecb10d529969a7e7766f5160ad591efa9bba7513b9185c8a1e6c54421fed +SIZE (Image-ExifTool-13.33.tar.gz) = 7487576 diff --git a/graphics/p5-Image-ExifTool-devel/pkg-plist b/graphics/p5-Image-ExifTool-devel/pkg-plist index 5d41d8b7cc01..a0cf3975c1b3 100644 --- a/graphics/p5-Image-ExifTool-devel/pkg-plist +++ b/graphics/p5-Image-ExifTool-devel/pkg-plist @@ -208,6 +208,7 @@ bin/exiftool %%SITE_PERL%%/Image/ExifTool/Sony.pm %%SITE_PERL%%/Image/ExifTool/SonyIDC.pm %%SITE_PERL%%/Image/ExifTool/Stim.pm +%%SITE_PERL%%/Image/ExifTool/TNEF.pm %%SITE_PERL%%/Image/ExifTool/TagInfoXML.pm %%SITE_PERL%%/Image/ExifTool/TagLookup.pm %%SITE_PERL%%/Image/ExifTool/TagNames.pod @@ -412,6 +413,7 @@ bin/exiftool %%PERL5_MAN3%%/Image::ExifTool::Sony.3.gz %%PERL5_MAN3%%/Image::ExifTool::SonyIDC.3.gz %%PERL5_MAN3%%/Image::ExifTool::Stim.3.gz +%%PERL5_MAN3%%/Image::ExifTool::TNEF.3.gz %%PERL5_MAN3%%/Image::ExifTool::TagInfoXML.3.gz %%PERL5_MAN3%%/Image::ExifTool::TagLookup.3.gz %%PERL5_MAN3%%/Image::ExifTool::TagNames.3.gz diff --git a/graphics/qt6-wayland/Makefile b/graphics/qt6-wayland/Makefile index 430aef820fe7..a63bdb800592 100644 --- a/graphics/qt6-wayland/Makefile +++ b/graphics/qt6-wayland/Makefile @@ -1,5 +1,6 @@ PORTNAME= wayland DISTVERSION= ${QT6_VERSION} +PORTREVISION= 1 CATEGORIES= graphics wayland PKGNAMEPREFIX= qt6- diff --git a/graphics/qt6-wayland/files/patch-src_client_qwaylandshellsurface__p.h b/graphics/qt6-wayland/files/patch-src_client_qwaylandshellsurface__p.h new file mode 100644 index 000000000000..9380ad7616d6 --- /dev/null +++ b/graphics/qt6-wayland/files/patch-src_client_qwaylandshellsurface__p.h @@ -0,0 +1,23 @@ +Add QWaylandShellSurface::nativeResource() to allow using it instead of +surfaceRole(). The problem with latter is that it relies on RTTI, which is not +stable across shared modules loaded with RTLD_LOCAL. + +x11/plasma6-layer-shell-qt calls into this private API and crashes. Linux/GCC +users are not seeing this because libstdc++ use different algorithm for comparing +RTTI. Our libc++ can be switched to this algorithm too by building with +-DLIBCXX_TYPEINFO_COMPARISON_IMPLEMENTATION=2, but this is too drastic approach. + +Related URLs: +* https://bugs.kde.org/show_bug.cgi?id=479679 +* https://github.com/llvm/llvm-project/issues/36746 + +--- src/client/qwaylandshellsurface_p.h.orig 2025-05-29 00:19:49 UTC ++++ src/client/qwaylandshellsurface_p.h +@@ -85,6 +85,7 @@ class Q_WAYLANDCLIENT_EXPORT QWaylandShellSurface : pu + QPlatformWindow *platformWindow(); + struct wl_surface *wlSurface(); + ++ virtual void* nativeResource(const QByteArray&) { return nullptr; } + virtual std::any surfaceRole() const { return std::any(); }; + + virtual void attachPopup(QWaylandShellSurface *popup) { Q_UNUSED(popup); } diff --git a/graphics/qt6-wayland/files/patch-src_plugins_shellintegration_xdg-shell_qwaylandxdgshell__p.h b/graphics/qt6-wayland/files/patch-src_plugins_shellintegration_xdg-shell_qwaylandxdgshell__p.h new file mode 100644 index 000000000000..205ecb55e559 --- /dev/null +++ b/graphics/qt6-wayland/files/patch-src_plugins_shellintegration_xdg-shell_qwaylandxdgshell__p.h @@ -0,0 +1,13 @@ +Companion change to patch-src_plugins_shellintegration_xdg-shell_qwaylandxdgshell__p.h + +--- src/plugins/shellintegration/xdg-shell/qwaylandxdgshell_p.h.orig 2025-05-29 00:19:49 UTC ++++ src/plugins/shellintegration/xdg-shell/qwaylandxdgshell_p.h +@@ -75,7 +75,7 @@ class Q_WAYLANDCLIENT_EXPORT QWaylandXdgSurface : publ + + void setSizeHints(); + +- void *nativeResource(const QByteArray &resource); ++ void *nativeResource(const QByteArray &resource) override; + + std::any surfaceRole() const override; + diff --git a/lang/sbcl/Makefile b/lang/sbcl/Makefile index c162dfbb494c..23ae4ff38b39 100644 --- a/lang/sbcl/Makefile +++ b/lang/sbcl/Makefile @@ -3,7 +3,7 @@ # pinned to exact versions of everything used to build them. PORTNAME= sbcl -DISTVERSION= 2.5.6 +DISTVERSION= 2.5.7 DISTVERSIONSUFFIX= -source PORTEPOCH= 1 CATEGORIES= lang lisp diff --git a/lang/sbcl/distinfo b/lang/sbcl/distinfo index 32802bcc7ba3..d5154107b095 100644 --- a/lang/sbcl/distinfo +++ b/lang/sbcl/distinfo @@ -1,8 +1,6 @@ -TIMESTAMP = 1751522329 -SHA256 (sbcl-2.5.6-source.tar.bz2) = 6dd7cebff6d38f2e41baece14c4c56a32e968828aaa4171b8e840852c5b43f35 -SIZE (sbcl-2.5.6-source.tar.bz2) = 8267002 -SHA256 (sbcl-2.5.6-documentation-html.tar.bz2) = be38be34edef29799e10fb32e06002cddae1d324615ee401c9733d2f682e7570 -SIZE (sbcl-2.5.6-documentation-html.tar.bz2) = 235929 +TIMESTAMP = 1753698145 +SHA256 (sbcl-2.5.7-source.tar.bz2) = c4fafeb795699d5bcff9085091acc762dcf5e55f85235625f3d7aef12c89d1d3 +SIZE (sbcl-2.5.7-source.tar.bz2) = 8276880 SHA256 (sbcl-1.2.7-x86-64-freebsd-binary.tar.bz2) = c61f5e777e56921d2452d0fa6b71024ccd9b99bc659676498d398b8663176492 SIZE (sbcl-1.2.7-x86-64-freebsd-binary.tar.bz2) = 10463348 SHA256 (sbcl-1.2.7-x86-freebsd-binary.tar.bz2) = cf68bfab780a14964d9593f5b47fa3e174cf43e95ae3e558712d218f1c37bdbe diff --git a/mail/imap-tools/Makefile b/mail/imap-tools/Makefile index 9e452d606683..22539f956c61 100644 --- a/mail/imap-tools/Makefile +++ b/mail/imap-tools/Makefile @@ -6,7 +6,7 @@ DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} MAINTAINER= mat@FreeBSD.org COMMENT= A collection of tools to manipulate IMAP mailboxes -WWW= https://gitlab.com/mat813/imap-tools +WWW= https://gitlab.com/mat813/imap-tools-rs LICENSE= MIT diff --git a/mail/mailpit/Makefile b/mail/mailpit/Makefile index e079478bd4f2..5bb5a077e8f6 100644 --- a/mail/mailpit/Makefile +++ b/mail/mailpit/Makefile @@ -1,7 +1,6 @@ PORTNAME= mailpit DISTVERSIONPREFIX= v -DISTVERSION= 1.27.1 -PORTREVISION= 1 +DISTVERSION= 1.27.3 CATEGORIES= mail devel MASTER_SITES= https://www.madpilot.net/mailpit/:npmcache \ LOCAL/madpilot/mailpit:npmcache diff --git a/mail/mailpit/distinfo b/mail/mailpit/distinfo index 5f0b0f5c68da..20d3103f2617 100644 --- a/mail/mailpit/distinfo +++ b/mail/mailpit/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1751804939 -SHA256 (go/mail_mailpit/mailpit-v1.27.1/mailpit-npm-cache-1.27.1.tar.zst) = 0914e72fd74883c738bd62c4d69910b3aa7600cc453c7eeecb11491b88ecd73e -SIZE (go/mail_mailpit/mailpit-v1.27.1/mailpit-npm-cache-1.27.1.tar.zst) = 43491920 -SHA256 (go/mail_mailpit/mailpit-v1.27.1/v1.27.1.mod) = de7a9c659a9f5cbbabdff795a8c0e009f48fa61da3decaadc0896f9b16318bf9 -SIZE (go/mail_mailpit/mailpit-v1.27.1/v1.27.1.mod) = 3048 -SHA256 (go/mail_mailpit/mailpit-v1.27.1/v1.27.1.zip) = c8b3f0049bc483de0a928a333174ac4562fd078b2687f37ef1825dcf63d791d7 -SIZE (go/mail_mailpit/mailpit-v1.27.1/v1.27.1.zip) = 600308 +TIMESTAMP = 1753712249 +SHA256 (go/mail_mailpit/mailpit-v1.27.3/mailpit-npm-cache-1.27.3.tar.zst) = 24aa5e0101a94f5972c2bf4a7e99d728081e7b8151fabd2a9d93cc99a234697f +SIZE (go/mail_mailpit/mailpit-v1.27.3/mailpit-npm-cache-1.27.3.tar.zst) = 37966716 +SHA256 (go/mail_mailpit/mailpit-v1.27.3/v1.27.3.mod) = df8cee5331cf068f0c7209fc6319aad1fb04bd1c3b524b6444bdaeabad84340c +SIZE (go/mail_mailpit/mailpit-v1.27.3/v1.27.3.mod) = 3048 +SHA256 (go/mail_mailpit/mailpit-v1.27.3/v1.27.3.zip) = 50eb8fae77052c16903238b1f8105a9fcb87cfd157eb7e84e92854384369835a +SIZE (go/mail_mailpit/mailpit-v1.27.3/v1.27.3.zip) = 582446 diff --git a/mail/mailpit/files/patch-package-lock.json b/mail/mailpit/files/patch-package-lock.json index 7a0dc0c6326b..5f54e06a2b1e 100644 --- a/mail/mailpit/files/patch-package-lock.json +++ b/mail/mailpit/files/patch-package-lock.json @@ -1,6 +1,6 @@ --- package-lock.json.orig 1979-11-29 23:00:00 UTC +++ package-lock.json -@@ -30,9 +30,9 @@ +@@ -31,9 +31,9 @@ "@types/bootstrap": "^5.2.7", "@types/tinycon": "^0.6.3", "@vue/compiler-sfc": "^3.2.37", @@ -12,29 +12,22 @@ "eslint": "^9.29.0", "eslint-config-prettier": "^10.1.5", "eslint-plugin-vue": "^10.2.0", -@@ -107,14 +107,6 @@ +@@ -107,456 +107,6 @@ "node": ">=6.9.0" } }, - "node_modules/@bufbuild/protobuf": { -- "version": "2.6.0", -- "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-2.6.0.tgz", -- "integrity": "sha512-6cuonJVNOIL7lTj5zgo/Rc2bKAo4/GvN+rKCrUj7GdEHRzCk8zKOfFwUsL9nAVk5rSIsRmlgcpLzTRysopEeeg==", +- "version": "2.6.2", +- "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-2.6.2.tgz", +- "integrity": "sha512-vLu7SRY84CV/Dd+NUdgtidn2hS5hSMUC1vDBY0VcviTdgRYkU43vIz3vIFbmx14cX1r+mM7WjzE5Fl1fGEM0RQ==", - "dev": true, - "license": "(Apache-2.0 AND BSD-3-Clause)", - "peer": true - }, - "node_modules/@emnapi/core": { - "version": "1.4.3", - "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.4.3.tgz", -@@ -149,431 +141,6 @@ - "tslib": "^2.4.0" - } - }, - "node_modules/@esbuild/aix-ppc64": { -- "version": "0.25.5", -- "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.5.tgz", -- "integrity": "sha512-9o3TMmpmftaCMepOdA5k/yDw8SfInyzWWTjYTFCX3kPSDJMROQTb8jg+h9Cnwnmm1vOzvxN7gIfB5V2ewpjtGA==", +- "version": "0.25.8", +- "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.8.tgz", +- "integrity": "sha512-urAvrUedIqEiFR3FYSLTWQgLu5tb+m0qZw0NBEasUeo6wuqatkMDaRT+1uABiGXEu5vqgPd7FGE1BhsAIy9QVA==", - "cpu": [ - "ppc64" - ], @@ -49,9 +42,9 @@ - } - }, - "node_modules/@esbuild/android-arm": { -- "version": "0.25.5", -- "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.5.tgz", -- "integrity": "sha512-AdJKSPeEHgi7/ZhuIPtcQKr5RQdo6OO2IL87JkianiMYMPbCtot9fxPbrMiBADOWWm3T2si9stAiVsGbTQFkbA==", +- "version": "0.25.8", +- "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.8.tgz", +- "integrity": "sha512-RONsAvGCz5oWyePVnLdZY/HHwA++nxYWIX1atInlaW6SEkwq6XkP3+cb825EUcRs5Vss/lGh/2YxAb5xqc07Uw==", - "cpu": [ - "arm" - ], @@ -66,9 +59,9 @@ - } - }, - "node_modules/@esbuild/android-arm64": { -- "version": "0.25.5", -- "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.5.tgz", -- "integrity": "sha512-VGzGhj4lJO+TVGV1v8ntCZWJktV7SGCs3Pn1GRWI1SBFtRALoomm8k5E9Pmwg3HOAal2VDc2F9+PM/rEY6oIDg==", +- "version": "0.25.8", +- "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.8.tgz", +- "integrity": "sha512-OD3p7LYzWpLhZEyATcTSJ67qB5D+20vbtr6vHlHWSQYhKtzUYrETuWThmzFpZtFsBIxRvhO07+UgVA9m0i/O1w==", - "cpu": [ - "arm64" - ], @@ -83,9 +76,9 @@ - } - }, - "node_modules/@esbuild/android-x64": { -- "version": "0.25.5", -- "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.5.tgz", -- "integrity": "sha512-D2GyJT1kjvO//drbRT3Hib9XPwQeWd9vZoBJn+bu/lVsOZ13cqNdDeqIF/xQ5/VmWvMduP6AmXvylO/PIc2isw==", +- "version": "0.25.8", +- "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.8.tgz", +- "integrity": "sha512-yJAVPklM5+4+9dTeKwHOaA+LQkmrKFX96BM0A/2zQrbS6ENCmxc4OVoBs5dPkCCak2roAD+jKCdnmOqKszPkjA==", - "cpu": [ - "x64" - ], @@ -100,9 +93,9 @@ - } - }, - "node_modules/@esbuild/darwin-arm64": { -- "version": "0.25.5", -- "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.5.tgz", -- "integrity": "sha512-GtaBgammVvdF7aPIgH2jxMDdivezgFu6iKpmT+48+F8Hhg5J/sfnDieg0aeG/jfSvkYQU2/pceFPDKlqZzwnfQ==", +- "version": "0.25.8", +- "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.8.tgz", +- "integrity": "sha512-Jw0mxgIaYX6R8ODrdkLLPwBqHTtYHJSmzzd+QeytSugzQ0Vg4c5rDky5VgkoowbZQahCbsv1rT1KW72MPIkevw==", - "cpu": [ - "arm64" - ], @@ -117,9 +110,9 @@ - } - }, - "node_modules/@esbuild/darwin-x64": { -- "version": "0.25.5", -- "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.5.tgz", -- "integrity": "sha512-1iT4FVL0dJ76/q1wd7XDsXrSW+oLoquptvh4CLR4kITDtqi2e/xwXwdCVH8hVHU43wgJdsq7Gxuzcs6Iq/7bxQ==", +- "version": "0.25.8", +- "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.8.tgz", +- "integrity": "sha512-Vh2gLxxHnuoQ+GjPNvDSDRpoBCUzY4Pu0kBqMBDlK4fuWbKgGtmDIeEC081xi26PPjn+1tct+Bh8FjyLlw1Zlg==", - "cpu": [ - "x64" - ], @@ -134,9 +127,9 @@ - } - }, - "node_modules/@esbuild/freebsd-arm64": { -- "version": "0.25.5", -- "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.5.tgz", -- "integrity": "sha512-nk4tGP3JThz4La38Uy/gzyXtpkPW8zSAmoUhK9xKKXdBCzKODMc2adkB2+8om9BDYugz+uGV7sLmpTYzvmz6Sw==", +- "version": "0.25.8", +- "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.8.tgz", +- "integrity": "sha512-YPJ7hDQ9DnNe5vxOm6jaie9QsTwcKedPvizTVlqWG9GBSq+BuyWEDazlGaDTC5NGU4QJd666V0yqCBL2oWKPfA==", - "cpu": [ - "arm64" - ], @@ -151,9 +144,9 @@ - } - }, - "node_modules/@esbuild/freebsd-x64": { -- "version": "0.25.5", -- "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.5.tgz", -- "integrity": "sha512-PrikaNjiXdR2laW6OIjlbeuCPrPaAl0IwPIaRv+SMV8CiM8i2LqVUHFC1+8eORgWyY7yhQY+2U2fA55mBzReaw==", +- "version": "0.25.8", +- "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.8.tgz", +- "integrity": "sha512-MmaEXxQRdXNFsRN/KcIimLnSJrk2r5H8v+WVafRWz5xdSVmWLoITZQXcgehI2ZE6gioE6HirAEToM/RvFBeuhw==", - "cpu": [ - "x64" - ], @@ -168,9 +161,9 @@ - } - }, - "node_modules/@esbuild/linux-arm": { -- "version": "0.25.5", -- "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.5.tgz", -- "integrity": "sha512-cPzojwW2okgh7ZlRpcBEtsX7WBuqbLrNXqLU89GxWbNt6uIg78ET82qifUy3W6OVww6ZWobWub5oqZOVtwolfw==", +- "version": "0.25.8", +- "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.8.tgz", +- "integrity": "sha512-FuzEP9BixzZohl1kLf76KEVOsxtIBFwCaLupVuk4eFVnOZfU+Wsn+x5Ryam7nILV2pkq2TqQM9EZPsOBuMC+kg==", - "cpu": [ - "arm" - ], @@ -185,9 +178,9 @@ - } - }, - "node_modules/@esbuild/linux-arm64": { -- "version": "0.25.5", -- "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.5.tgz", -- "integrity": "sha512-Z9kfb1v6ZlGbWj8EJk9T6czVEjjq2ntSYLY2cw6pAZl4oKtfgQuS4HOq41M/BcoLPzrUbNd+R4BXFyH//nHxVg==", +- "version": "0.25.8", +- "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.8.tgz", +- "integrity": "sha512-WIgg00ARWv/uYLU7lsuDK00d/hHSfES5BzdWAdAig1ioV5kaFNrtK8EqGcUBJhYqotlUByUKz5Qo6u8tt7iD/w==", - "cpu": [ - "arm64" - ], @@ -202,9 +195,9 @@ - } - }, - "node_modules/@esbuild/linux-ia32": { -- "version": "0.25.5", -- "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.5.tgz", -- "integrity": "sha512-sQ7l00M8bSv36GLV95BVAdhJ2QsIbCuCjh/uYrWiMQSUuV+LpXwIqhgJDcvMTj+VsQmqAHL2yYaasENvJ7CDKA==", +- "version": "0.25.8", +- "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.8.tgz", +- "integrity": "sha512-A1D9YzRX1i+1AJZuFFUMP1E9fMaYY+GnSQil9Tlw05utlE86EKTUA7RjwHDkEitmLYiFsRd9HwKBPEftNdBfjg==", - "cpu": [ - "ia32" - ], @@ -219,9 +212,9 @@ - } - }, - "node_modules/@esbuild/linux-loong64": { -- "version": "0.25.5", -- "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.5.tgz", -- "integrity": "sha512-0ur7ae16hDUC4OL5iEnDb0tZHDxYmuQyhKhsPBV8f99f6Z9KQM02g33f93rNH5A30agMS46u2HP6qTdEt6Q1kg==", +- "version": "0.25.8", +- "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.8.tgz", +- "integrity": "sha512-O7k1J/dwHkY1RMVvglFHl1HzutGEFFZ3kNiDMSOyUrB7WcoHGf96Sh+64nTRT26l3GMbCW01Ekh/ThKM5iI7hQ==", - "cpu": [ - "loong64" - ], @@ -236,9 +229,9 @@ - } - }, - "node_modules/@esbuild/linux-mips64el": { -- "version": "0.25.5", -- "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.5.tgz", -- "integrity": "sha512-kB/66P1OsHO5zLz0i6X0RxlQ+3cu0mkxS3TKFvkb5lin6uwZ/ttOkP3Z8lfR9mJOBk14ZwZ9182SIIWFGNmqmg==", +- "version": "0.25.8", +- "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.8.tgz", +- "integrity": "sha512-uv+dqfRazte3BzfMp8PAQXmdGHQt2oC/y2ovwpTteqrMx2lwaksiFZ/bdkXJC19ttTvNXBuWH53zy/aTj1FgGw==", - "cpu": [ - "mips64el" - ], @@ -253,9 +246,9 @@ - } - }, - "node_modules/@esbuild/linux-ppc64": { -- "version": "0.25.5", -- "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.5.tgz", -- "integrity": "sha512-UZCmJ7r9X2fe2D6jBmkLBMQetXPXIsZjQJCjgwpVDz+YMcS6oFR27alkgGv3Oqkv07bxdvw7fyB71/olceJhkQ==", +- "version": "0.25.8", +- "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.8.tgz", +- "integrity": "sha512-GyG0KcMi1GBavP5JgAkkstMGyMholMDybAf8wF5A70CALlDM2p/f7YFE7H92eDeH/VBtFJA5MT4nRPDGg4JuzQ==", - "cpu": [ - "ppc64" - ], @@ -270,9 +263,9 @@ - } - }, - "node_modules/@esbuild/linux-riscv64": { -- "version": "0.25.5", -- "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.5.tgz", -- "integrity": "sha512-kTxwu4mLyeOlsVIFPfQo+fQJAV9mh24xL+y+Bm6ej067sYANjyEw1dNHmvoqxJUCMnkBdKpvOn0Ahql6+4VyeA==", +- "version": "0.25.8", +- "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.8.tgz", +- "integrity": "sha512-rAqDYFv3yzMrq7GIcen3XP7TUEG/4LK86LUPMIz6RT8A6pRIDn0sDcvjudVZBiiTcZCY9y2SgYX2lgK3AF+1eg==", - "cpu": [ - "riscv64" - ], @@ -287,9 +280,9 @@ - } - }, - "node_modules/@esbuild/linux-s390x": { -- "version": "0.25.5", -- "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.5.tgz", -- "integrity": "sha512-K2dSKTKfmdh78uJ3NcWFiqyRrimfdinS5ErLSn3vluHNeHVnBAFWC8a4X5N+7FgVE1EjXS1QDZbpqZBjfrqMTQ==", +- "version": "0.25.8", +- "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.8.tgz", +- "integrity": "sha512-Xutvh6VjlbcHpsIIbwY8GVRbwoviWT19tFhgdA7DlenLGC/mbc3lBoVb7jxj9Z+eyGqvcnSyIltYUrkKzWqSvg==", - "cpu": [ - "s390x" - ], @@ -304,9 +297,9 @@ - } - }, - "node_modules/@esbuild/linux-x64": { -- "version": "0.25.5", -- "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.5.tgz", -- "integrity": "sha512-uhj8N2obKTE6pSZ+aMUbqq+1nXxNjZIIjCjGLfsWvVpy7gKCOL6rsY1MhRh9zLtUtAI7vpgLMK6DxjO8Qm9lJw==", +- "version": "0.25.8", +- "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.8.tgz", +- "integrity": "sha512-ASFQhgY4ElXh3nDcOMTkQero4b1lgubskNlhIfJrsH5OKZXDpUAKBlNS0Kx81jwOBp+HCeZqmoJuihTv57/jvQ==", - "cpu": [ - "x64" - ], @@ -321,9 +314,9 @@ - } - }, - "node_modules/@esbuild/netbsd-arm64": { -- "version": "0.25.5", -- "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.5.tgz", -- "integrity": "sha512-pwHtMP9viAy1oHPvgxtOv+OkduK5ugofNTVDilIzBLpoWAM16r7b/mxBvfpuQDpRQFMfuVr5aLcn4yveGvBZvw==", +- "version": "0.25.8", +- "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.8.tgz", +- "integrity": "sha512-d1KfruIeohqAi6SA+gENMuObDbEjn22olAR7egqnkCD9DGBG0wsEARotkLgXDu6c4ncgWTZJtN5vcgxzWRMzcw==", - "cpu": [ - "arm64" - ], @@ -338,9 +331,9 @@ - } - }, - "node_modules/@esbuild/netbsd-x64": { -- "version": "0.25.5", -- "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.5.tgz", -- "integrity": "sha512-WOb5fKrvVTRMfWFNCroYWWklbnXH0Q5rZppjq0vQIdlsQKuw6mdSihwSo4RV/YdQ5UCKKvBy7/0ZZYLBZKIbwQ==", +- "version": "0.25.8", +- "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.8.tgz", +- "integrity": "sha512-nVDCkrvx2ua+XQNyfrujIG38+YGyuy2Ru9kKVNyh5jAys6n+l44tTtToqHjino2My8VAY6Lw9H7RI73XFi66Cg==", - "cpu": [ - "x64" - ], @@ -355,9 +348,9 @@ - } - }, - "node_modules/@esbuild/openbsd-arm64": { -- "version": "0.25.5", -- "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.5.tgz", -- "integrity": "sha512-7A208+uQKgTxHd0G0uqZO8UjK2R0DDb4fDmERtARjSHWxqMTye4Erz4zZafx7Di9Cv+lNHYuncAkiGFySoD+Mw==", +- "version": "0.25.8", +- "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.8.tgz", +- "integrity": "sha512-j8HgrDuSJFAujkivSMSfPQSAa5Fxbvk4rgNAS5i3K+r8s1X0p1uOO2Hl2xNsGFppOeHOLAVgYwDVlmxhq5h+SQ==", - "cpu": [ - "arm64" - ], @@ -372,9 +365,9 @@ - } - }, - "node_modules/@esbuild/openbsd-x64": { -- "version": "0.25.5", -- "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.5.tgz", -- "integrity": "sha512-G4hE405ErTWraiZ8UiSoesH8DaCsMm0Cay4fsFWOOUcz8b8rC6uCvnagr+gnioEjWn0wC+o1/TAHt+It+MpIMg==", +- "version": "0.25.8", +- "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.8.tgz", +- "integrity": "sha512-1h8MUAwa0VhNCDp6Af0HToI2TJFAn1uqT9Al6DJVzdIBAd21m/G0Yfc77KDM3uF3T/YaOgQq3qTJHPbTOInaIQ==", - "cpu": [ - "x64" - ], @@ -388,10 +381,27 @@ - "node": ">=18" - } - }, +- "node_modules/@esbuild/openharmony-arm64": { +- "version": "0.25.8", +- "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.8.tgz", +- "integrity": "sha512-r2nVa5SIK9tSWd0kJd9HCffnDHKchTGikb//9c7HX+r+wHYCpQrSgxhlY6KWV1nFo1l4KFbsMlHk+L6fekLsUg==", +- "cpu": [ +- "arm64" +- ], +- "dev": true, +- "license": "MIT", +- "optional": true, +- "os": [ +- "openharmony" +- ], +- "engines": { +- "node": ">=18" +- } +- }, - "node_modules/@esbuild/sunos-x64": { -- "version": "0.25.5", -- "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.5.tgz", -- "integrity": "sha512-l+azKShMy7FxzY0Rj4RCt5VD/q8mG/e+mDivgspo+yL8zW7qEwctQ6YqKX34DTEleFAvCIUviCFX1SDZRSyMQA==", +- "version": "0.25.8", +- "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.8.tgz", +- "integrity": "sha512-zUlaP2S12YhQ2UzUfcCuMDHQFJyKABkAjvO5YSndMiIkMimPmxA+BYSBikWgsRpvyxuRnow4nS5NPnf9fpv41w==", - "cpu": [ - "x64" - ], @@ -406,9 +416,9 @@ - } - }, - "node_modules/@esbuild/win32-arm64": { -- "version": "0.25.5", -- "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.5.tgz", -- "integrity": "sha512-O2S7SNZzdcFG7eFKgvwUEZ2VG9D/sn/eIiz8XRZ1Q/DO5a3s76Xv0mdBzVM5j5R639lXQmPmSo0iRpHqUUrsxw==", +- "version": "0.25.8", +- "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.8.tgz", +- "integrity": "sha512-YEGFFWESlPva8hGL+zvj2z/SaK+pH0SwOM0Nc/d+rVnW7GSTFlLBGzZkuSU9kFIGIo8q9X3ucpZhu8PDN5A2sQ==", - "cpu": [ - "arm64" - ], @@ -423,9 +433,9 @@ - } - }, - "node_modules/@esbuild/win32-ia32": { -- "version": "0.25.5", -- "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.5.tgz", -- "integrity": "sha512-onOJ02pqs9h1iMJ1PQphR+VZv8qBMQ77Klcsqv9CNW2w6yLqoURLcgERAIurY6QE63bbLuqgP9ATqajFLK5AMQ==", +- "version": "0.25.8", +- "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.8.tgz", +- "integrity": "sha512-hiGgGC6KZ5LZz58OL/+qVVoZiuZlUYlYHNAmczOm7bs2oE1XriPFi5ZHHrS8ACpV5EjySrnoCKmcbQMN+ojnHg==", - "cpu": [ - "ia32" - ], @@ -440,9 +450,9 @@ - } - }, - "node_modules/@esbuild/win32-x64": { -- "version": "0.25.5", -- "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.5.tgz", -- "integrity": "sha512-TXv6YnJ8ZMVdX+SXWVBo/0p8LTcrUYngpWjvm91TMjjBQii7Oz11Lw5lbDV5Y0TzuhSJHwiH4hEtC1I42mMS0g==", +- "version": "0.25.8", +- "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.8.tgz", +- "integrity": "sha512-cn3Yr7+OaaZq1c+2pe+8yxC8E144SReCQjN6/2ynubzYjvyqZjTXfQJpAcQpsdJq3My7XADANiYGHoFC69pLQw==", - "cpu": [ - "x64" - ], @@ -459,7 +469,7 @@ "node_modules/@eslint-community/eslint-utils": { "version": "4.7.0", "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz", -@@ -1224,6 +791,7 @@ +@@ -1117,6 +667,7 @@ "version": "2.11.8", "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz", "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==", @@ -467,7 +477,7 @@ "license": "MIT", "funding": { "type": "opencollective", -@@ -2916,14 +2484,6 @@ +@@ -2089,14 +1640,6 @@ "ieee754": "^1.2.1" } }, @@ -479,10 +489,10 @@ - "license": "MIT/X11", - "peer": true - }, - "node_modules/call-bind": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz", -@@ -3042,14 +2602,6 @@ + "node_modules/call-bind-apply-helpers": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", +@@ -2179,14 +1722,6 @@ "dev": true, "license": "MIT" }, @@ -497,14 +507,14 @@ "node_modules/combined-stream": { "version": "1.0.8", "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", -@@ -3528,47 +3080,6 @@ - "url": "https://github.com/sponsors/ljharb" +@@ -2410,48 +1945,6 @@ + "node": ">= 0.4" } }, - "node_modules/esbuild": { -- "version": "0.25.5", -- "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.5.tgz", -- "integrity": "sha512-P8OtKZRv/5J5hhz0cUAdu/cLuPIKXpQl1R9pZtvmHWQvrAUVd0UNIPT4IB4W3rNOqVO0rlqHmCIbSwxh/c9yUQ==", +- "version": "0.25.8", +- "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.8.tgz", +- "integrity": "sha512-vVC0USHGtMi8+R4Kz8rt6JhEWLxsv9Rnu/lGYbPR8u47B+DCBksq9JarW0zOO7bs37hyOK1l2/oqtbciutL5+Q==", - "dev": true, - "hasInstallScript": true, - "license": "MIT", @@ -515,44 +525,45 @@ - "node": ">=18" - }, - "optionalDependencies": { -- "@esbuild/aix-ppc64": "0.25.5", -- "@esbuild/android-arm": "0.25.5", -- "@esbuild/android-arm64": "0.25.5", -- "@esbuild/android-x64": "0.25.5", -- "@esbuild/darwin-arm64": "0.25.5", -- "@esbuild/darwin-x64": "0.25.5", -- "@esbuild/freebsd-arm64": "0.25.5", -- "@esbuild/freebsd-x64": "0.25.5", -- "@esbuild/linux-arm": "0.25.5", -- "@esbuild/linux-arm64": "0.25.5", -- "@esbuild/linux-ia32": "0.25.5", -- "@esbuild/linux-loong64": "0.25.5", -- "@esbuild/linux-mips64el": "0.25.5", -- "@esbuild/linux-ppc64": "0.25.5", -- "@esbuild/linux-riscv64": "0.25.5", -- "@esbuild/linux-s390x": "0.25.5", -- "@esbuild/linux-x64": "0.25.5", -- "@esbuild/netbsd-arm64": "0.25.5", -- "@esbuild/netbsd-x64": "0.25.5", -- "@esbuild/openbsd-arm64": "0.25.5", -- "@esbuild/openbsd-x64": "0.25.5", -- "@esbuild/sunos-x64": "0.25.5", -- "@esbuild/win32-arm64": "0.25.5", -- "@esbuild/win32-ia32": "0.25.5", -- "@esbuild/win32-x64": "0.25.5" +- "@esbuild/aix-ppc64": "0.25.8", +- "@esbuild/android-arm": "0.25.8", +- "@esbuild/android-arm64": "0.25.8", +- "@esbuild/android-x64": "0.25.8", +- "@esbuild/darwin-arm64": "0.25.8", +- "@esbuild/darwin-x64": "0.25.8", +- "@esbuild/freebsd-arm64": "0.25.8", +- "@esbuild/freebsd-x64": "0.25.8", +- "@esbuild/linux-arm": "0.25.8", +- "@esbuild/linux-arm64": "0.25.8", +- "@esbuild/linux-ia32": "0.25.8", +- "@esbuild/linux-loong64": "0.25.8", +- "@esbuild/linux-mips64el": "0.25.8", +- "@esbuild/linux-ppc64": "0.25.8", +- "@esbuild/linux-riscv64": "0.25.8", +- "@esbuild/linux-s390x": "0.25.8", +- "@esbuild/linux-x64": "0.25.8", +- "@esbuild/netbsd-arm64": "0.25.8", +- "@esbuild/netbsd-x64": "0.25.8", +- "@esbuild/openbsd-arm64": "0.25.8", +- "@esbuild/openbsd-x64": "0.25.8", +- "@esbuild/openharmony-arm64": "0.25.8", +- "@esbuild/sunos-x64": "0.25.8", +- "@esbuild/win32-arm64": "0.25.8", +- "@esbuild/win32-ia32": "0.25.8", +- "@esbuild/win32-x64": "0.25.8" - } - }, "node_modules/esbuild-plugin-vue-next": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/esbuild-plugin-vue-next/-/esbuild-plugin-vue-next-0.1.4.tgz", -@@ -3599,6 +3110,19 @@ +@@ -2482,6 +1975,19 @@ "sass-embedded": "^1.71.1" } }, + "node_modules/esbuild-wasm": { -+ "version": "0.25.5", -+ "resolved": "https://registry.npmjs.org/esbuild-wasm/-/esbuild-wasm-0.25.5.tgz", -+ "integrity": "sha512-V/rbdOws2gDcnCAECfPrajhuafI0WY4WumUgc8ZHwOLnvmM0doLQ+dqvVFI2qkVxQsvo6880aC9IjpyDqcwwTw==", ++ "version": "0.25.8", ++ "resolved": "https://registry.npmjs.org/esbuild-wasm/-/esbuild-wasm-0.25.8.tgz", ++ "integrity": "sha512-VFUDMoZdf/NsyCepv5heZqvNLYj9HL+xEKG5tktsFbx+shR8Dt9MchKBEdu/5the2RfTzgxkO6B/nUfzmsWN9Q==", + "dev": true, + "license": "MIT", + "bin": { @@ -565,8 +576,8 @@ "node_modules/escape-string-regexp": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", -@@ -6198,17 +5722,6 @@ - "queue-microtask": "^1.2.2" +@@ -3798,17 +3304,6 @@ + "node": ">=4" } }, - "node_modules/rxjs": { @@ -580,10 +591,10 @@ - "tslib": "^2.1.0" - } - }, - "node_modules/safe-array-concat": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.3.tgz", -@@ -6292,353 +5805,6 @@ + "node_modules/safe-identifier": { + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/safe-identifier/-/safe-identifier-0.4.2.tgz", +@@ -3837,353 +3332,6 @@ "@parcel/watcher": "^2.4.1" } }, @@ -937,7 +948,7 @@ "node_modules/semver": { "version": "7.7.2", "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz", -@@ -7013,31 +6179,6 @@ +@@ -4304,31 +3452,6 @@ "ramda-adjunct": "^5.1.0" } }, @@ -966,42 +977,25 @@ - "node": ">=16.0.0" - } - }, - "node_modules/tapable": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.2.tgz", -@@ -7189,7 +6330,8 @@ - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", - "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", - "dev": true, -- "license": "0BSD" -+ "license": "0BSD", -+ "optional": true + "node_modules/timezones-list": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/timezones-list/-/timezones-list-3.1.0.tgz", +@@ -4413,14 +3536,6 @@ + "integrity": "sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w==", + "license": "Apache-2.0" }, +- "node_modules/tslib": { +- "version": "2.8.1", +- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", +- "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", +- "dev": true, +- "license": "0BSD", +- "peer": true +- }, "node_modules/type-check": { "version": "0.4.0", -@@ -7291,21 +6433,6 @@ - "ts-toolbelt": "^9.6.0" - } - }, -- "node_modules/typescript": { -- "version": "5.8.3", -- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz", -- "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==", -- "devOptional": true, -- "license": "Apache-2.0", -- "peer": true, -- "bin": { -- "tsc": "bin/tsc", -- "tsserver": "bin/tsserver" -- }, -- "engines": { -- "node": ">=14.17" -- } -- }, - "node_modules/typescript-eslint": { - "version": "8.35.1", - "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.35.1.tgz", -@@ -7406,14 +6533,6 @@ + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", +@@ -4466,14 +3581,6 @@ "dev": true, "license": "MIT" }, @@ -1014,9 +1008,9 @@ - "peer": true - }, "node_modules/vue": { - "version": "3.5.17", - "resolved": "https://registry.npmjs.org/vue/-/vue-3.5.17.tgz", -@@ -7442,31 +6561,6 @@ + "version": "3.5.18", + "resolved": "https://registry.npmjs.org/vue/-/vue-3.5.18.tgz", +@@ -4502,31 +3609,6 @@ "license": "MIT", "peerDependencies": { "vue": "^3" diff --git a/mail/mailpit/files/patch-package.json b/mail/mailpit/files/patch-package.json index 22d834f15e4b..c355fa893d1c 100644 --- a/mail/mailpit/files/patch-package.json +++ b/mail/mailpit/files/patch-package.json @@ -1,6 +1,6 @@ --- package.json.orig 1979-11-29 23:00:00 UTC +++ package.json -@@ -34,9 +34,9 @@ +@@ -35,9 +35,9 @@ "@types/bootstrap": "^5.2.7", "@types/tinycon": "^0.6.3", "@vue/compiler-sfc": "^3.2.37", diff --git a/mail/thunderbird-esr/Makefile b/mail/thunderbird-esr/Makefile index fc29b8434d09..063b69fbbaa0 100644 --- a/mail/thunderbird-esr/Makefile +++ b/mail/thunderbird-esr/Makefile @@ -1,5 +1,6 @@ PORTNAME= thunderbird DISTVERSION= 140.1.0 +PORTREVISION= 1 CATEGORIES= mail news net-im wayland MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build1/source diff --git a/mail/thunderbird-esr/files/patch-bug1876632 b/mail/thunderbird-esr/files/patch-bug1876632 new file mode 100644 index 000000000000..3932b1deccc9 --- /dev/null +++ b/mail/thunderbird-esr/files/patch-bug1876632 @@ -0,0 +1,35 @@ +commit 4f531ca86d24be5d4de673f6e652ed899151d20c +Author: Jesper Schmitz Mouridsen <jesper@schmitz.computer> +Date: Wed Jul 23 22:01:31 2025 +0000 + + Bug 1876632 Fix aslr allocations on FreeBSD r=spidermonkey-reviewers,sfink + + Without the alignment flag the desired address + gets randomized by aslr in a way which causes it to not + be aligned. Furthermore the TryToAlignChunk almost always + fails. With this fix it never gets to TryToAlignChunk + because the flag guarantees upfront alignment. + + Differential Revision: https://phabricator.services.mozilla.com/D257824 + +diff --git js/src/gc/Memory.cpp js/src/gc/Memory.cpp +index e790f1784ede..13639c9a6eb4 100644 +--- js/src/gc/Memory.cpp ++++ js/src/gc/Memory.cpp +@@ -608,7 +608,16 @@ static void* MapAlignedPagesRandom(size_t length, size_t alignment) { + for (size_t i = 1; i <= 1024; ++i) { + if (i & 0xf) { + uint64_t desired = alignment * GetNumberInRange(minNum, maxNum); ++# if defined(__FreeBSD__) && defined(__aarch64__) ++ int flags = MAP_PRIVATE | MAP_ANON | ++ MAP_ALIGNED(mozilla::CeilingLog2Size(alignment)); ++ region = MozTaggedAnonymousMmap((void*)(uintptr_t)desired, length, ++ int(PageAccess::ReadWrite), flags, -1, 0, ++ "js-gc-heap"); ++# else + region = MapMemoryAtFuzzy(reinterpret_cast<void*>(desired), length); ++ ++# endif + if (!region) { + continue; + } diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index db910ff21632..2ebe069477a3 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -1,6 +1,6 @@ PORTNAME= thunderbird DISTVERSION= 141.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail news net-im wayland MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}${DISTVERSIONSUFFIX}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}${DISTVERSIONSUFFIX}-candidates/build3/source diff --git a/mail/thunderbird/files/patch-bug1876632 b/mail/thunderbird/files/patch-bug1876632 new file mode 100644 index 000000000000..3932b1deccc9 --- /dev/null +++ b/mail/thunderbird/files/patch-bug1876632 @@ -0,0 +1,35 @@ +commit 4f531ca86d24be5d4de673f6e652ed899151d20c +Author: Jesper Schmitz Mouridsen <jesper@schmitz.computer> +Date: Wed Jul 23 22:01:31 2025 +0000 + + Bug 1876632 Fix aslr allocations on FreeBSD r=spidermonkey-reviewers,sfink + + Without the alignment flag the desired address + gets randomized by aslr in a way which causes it to not + be aligned. Furthermore the TryToAlignChunk almost always + fails. With this fix it never gets to TryToAlignChunk + because the flag guarantees upfront alignment. + + Differential Revision: https://phabricator.services.mozilla.com/D257824 + +diff --git js/src/gc/Memory.cpp js/src/gc/Memory.cpp +index e790f1784ede..13639c9a6eb4 100644 +--- js/src/gc/Memory.cpp ++++ js/src/gc/Memory.cpp +@@ -608,7 +608,16 @@ static void* MapAlignedPagesRandom(size_t length, size_t alignment) { + for (size_t i = 1; i <= 1024; ++i) { + if (i & 0xf) { + uint64_t desired = alignment * GetNumberInRange(minNum, maxNum); ++# if defined(__FreeBSD__) && defined(__aarch64__) ++ int flags = MAP_PRIVATE | MAP_ANON | ++ MAP_ALIGNED(mozilla::CeilingLog2Size(alignment)); ++ region = MozTaggedAnonymousMmap((void*)(uintptr_t)desired, length, ++ int(PageAccess::ReadWrite), flags, -1, 0, ++ "js-gc-heap"); ++# else + region = MapMemoryAtFuzzy(reinterpret_cast<void*>(desired), length); ++ ++# endif + if (!region) { + continue; + } diff --git a/math/maxima/Makefile b/math/maxima/Makefile index 420415b60368..929f311b5873 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -1,6 +1,6 @@ PORTNAME= maxima DISTVERSION= 5.47.0 -PORTREVISION= 26 +PORTREVISION= 27 CATEGORIES= math lisp tk MASTER_SITES= SF/maxima/Maxima-source/${PORTVERSION}-source diff --git a/math/octave-forge-datatypes/Makefile b/math/octave-forge-datatypes/Makefile index 102e6c4e8360..88680220a89d 100644 --- a/math/octave-forge-datatypes/Makefile +++ b/math/octave-forge-datatypes/Makefile @@ -1,6 +1,6 @@ PORTNAME= octave-forge-datatypes DISTVERSIONPREFIX= release- -DISTVERSION= 1.0.6 +DISTVERSION= 1.0.7 PORTEPOCH= 1 CATEGORIES= math diff --git a/math/octave-forge-datatypes/distinfo b/math/octave-forge-datatypes/distinfo index 33d7dc1b0122..9bf754b94c55 100644 --- a/math/octave-forge-datatypes/distinfo +++ b/math/octave-forge-datatypes/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752979833 -SHA256 (octave-forge/pr0m1th3as-datatypes-release-1.0.6_GH0.tar.gz) = 321e6baa405538b71f0364f3376ca182f44a3ec46b2a68418d05885c1c4c62aa -SIZE (octave-forge/pr0m1th3as-datatypes-release-1.0.6_GH0.tar.gz) = 293140 +TIMESTAMP = 1753473679 +SHA256 (octave-forge/pr0m1th3as-datatypes-release-1.0.7_GH0.tar.gz) = b9c60ef0c51b4aff2f032d385d7d6797ee948e5ff29e934b178952f97b83d113 +SIZE (octave-forge/pr0m1th3as-datatypes-release-1.0.7_GH0.tar.gz) = 300497 diff --git a/math/p5-Math-Pari/Makefile b/math/p5-Math-Pari/Makefile index ea6d64f7e86a..333a0f4f2612 100644 --- a/math/p5-Math-Pari/Makefile +++ b/math/p5-Math-Pari/Makefile @@ -70,4 +70,10 @@ post-install: ${INSTALL_LIB} ${PARI_WRKSRC}/build/libpari-gmp.so.2.3.5 ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Pari ${LN} -s libpari-gmp.so.2.3.5 ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Pari/libpari-gmp.so.2 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} >= 504200 +BROKEN= fails to build +.endif + +.include <bsd.port.post.mk> diff --git a/math/polymake/Makefile b/math/polymake/Makefile index 55312ff415cd..193dc3bf8ab4 100644 --- a/math/polymake/Makefile +++ b/math/polymake/Makefile @@ -196,4 +196,10 @@ post-install-TESTS-on: test test: @cd ${WRKSRC} && HOME=${WRKDIR} perl/polymake --script run_testcases -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} >= 504200 +BROKEN= polymake has not been checked for compatibility with perl 5.42 or newer +.endif + +.include <bsd.port.post.mk> diff --git a/math/py-grandalf/Makefile b/math/py-grandalf/Makefile index d0e8f8ad7eec..9539a066d981 100644 --- a/math/py-grandalf/Makefile +++ b/math/py-grandalf/Makefile @@ -1,5 +1,6 @@ PORTNAME= grandalf DISTVERSION= 0.8 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/llama-cpp/Makefile b/misc/llama-cpp/Makefile index 1866f235b18f..1002ec027326 100644 --- a/misc/llama-cpp/Makefile +++ b/misc/llama-cpp/Makefile @@ -1,6 +1,6 @@ PORTNAME= llama-cpp DISTVERSIONPREFIX= b -DISTVERSION= 5943 +DISTVERSION= 5995 CATEGORIES= misc # machine-learning MAINTAINER= yuri@FreeBSD.org diff --git a/misc/llama-cpp/distinfo b/misc/llama-cpp/distinfo index 7769fc9f69f5..2c34647791f2 100644 --- a/misc/llama-cpp/distinfo +++ b/misc/llama-cpp/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1753077187 -SHA256 (ggerganov-llama.cpp-b5943_GH0.tar.gz) = abb05cabbb7f2b18e762f0db17c4842836a768e33c4a8b840a4d3dbf8cdc47d4 -SIZE (ggerganov-llama.cpp-b5943_GH0.tar.gz) = 25229732 +TIMESTAMP = 1753507402 +SHA256 (ggerganov-llama.cpp-b5995_GH0.tar.gz) = c051997fe804352a0d29290fe75bf397927cfab52c1d94d092fa69b2f333b42a +SIZE (ggerganov-llama.cpp-b5995_GH0.tar.gz) = 25239558 SHA256 (nomic-ai-kompute-4565194_GH0.tar.gz) = 95b52d2f0514c5201c7838348a9c3c9e60902ea3c6c9aa862193a212150b2bfc SIZE (nomic-ai-kompute-4565194_GH0.tar.gz) = 13540496 diff --git a/misc/openhab-addons/Makefile b/misc/openhab-addons/Makefile index 8fa18c3f1c04..5c398c077120 100644 --- a/misc/openhab-addons/Makefile +++ b/misc/openhab-addons/Makefile @@ -1,5 +1,5 @@ PORTNAME= openhab-addons -PORTVERSION= 4.3.5 +PORTVERSION= 4.3.6 CATEGORIES= misc java MASTER_SITES= https://openhab.jfrog.io/artifactory/libs-release-local/org/openhab/distro/openhab-addons/${PORTVERSION}/ DISTNAME= openhab-addons-${PORTVERSION} diff --git a/misc/openhab-addons/distinfo b/misc/openhab-addons/distinfo index 1e3b10d81a8c..d564813f1926 100644 --- a/misc/openhab-addons/distinfo +++ b/misc/openhab-addons/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746445622 -SHA256 (openhab-addons-4.3.5.kar) = 965b8e64fca915c603b37a96d5fd89875a26d413f478cd7a705270542040e4bb -SIZE (openhab-addons-4.3.5.kar) = 451904073 +TIMESTAMP = 1753530902 +SHA256 (openhab-addons-4.3.6.kar) = bfceeabeb4d8d712cb2a53091225e7b6de5829b01a2e842c2847c349b3be9d13 +SIZE (openhab-addons-4.3.6.kar) = 452457282 diff --git a/misc/openhab/Makefile b/misc/openhab/Makefile index 92fb8a704fa3..127a3bff60ef 100644 --- a/misc/openhab/Makefile +++ b/misc/openhab/Makefile @@ -1,6 +1,6 @@ PORTNAME= openhab -PORTVERSION= 4.3.5 -PORTREVISION= 1 +PORTVERSION= 4.3.6 +PORTREVISION= 0 CATEGORIES= misc java MASTER_SITES= https://openhab.jfrog.io/artifactory/libs-release-local/org/openhab/distro/openhab/${PORTVERSION}/ DISTNAME= openhab-${PORTVERSION} diff --git a/misc/openhab/distinfo b/misc/openhab/distinfo index 31ae2615c332..7f2309bccb09 100644 --- a/misc/openhab/distinfo +++ b/misc/openhab/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746445373 -SHA256 (openhab-4.3.5.zip) = 03da06ce2692b0637905e3068adc5df3bafeb2ef35c88e01bf9b8e31042a93d4 -SIZE (openhab-4.3.5.zip) = 111526701 +TIMESTAMP = 1753530653 +SHA256 (openhab-4.3.6.zip) = 153615ec8f81c22c804cf6c36c84fb759aa414bddb3a787b2bdc1faf385f05d7 +SIZE (openhab-4.3.6.zip) = 111525044 diff --git a/misc/outside/Makefile b/misc/outside/Makefile index adb48bda237a..82a7807cb4cb 100644 --- a/misc/outside/Makefile +++ b/misc/outside/Makefile @@ -1,6 +1,6 @@ PORTNAME= outside DISTVERSIONPREFIX= v -DISTVERSION= 0.4.1 +DISTVERSION= 0.5.0 CATEGORIES= misc MAINTAINER= olgeni@FreeBSD.org @@ -44,13 +44,13 @@ CARGO_CRATES= addr2line-0.24.2 \ byteorder-1.5.0 \ bytes-1.10.1 \ castaway-0.1.2 \ - castaway-0.2.3 \ - cc-1.2.28 \ + castaway-0.2.4 \ + cc-1.2.30 \ cfg-if-1.0.1 \ chrono-0.4.41 \ - clap-4.5.40 \ - clap_builder-4.5.40 \ - clap_derive-4.5.40 \ + clap-4.5.41 \ + clap_builder-4.5.41 \ + clap_derive-4.5.41 \ clap_lex-0.7.5 \ cli-settings-derive-0.3.2 \ colorchoice-1.0.4 \ @@ -76,8 +76,8 @@ CARGO_CRATES= addr2line-0.24.2 \ encoding_rs-0.8.35 \ enum-map-2.7.3 \ enum-map-derive-0.17.0 \ - enumset-1.1.6 \ - enumset_derive-0.11.0 \ + enumset-1.1.7 \ + enumset_derive-0.12.0 \ equivalent-1.0.2 \ errno-0.3.13 \ event-listener-2.5.3 \ @@ -117,7 +117,7 @@ CARGO_CRATES= addr2line-0.24.2 \ lazy_static-1.5.0 \ libc-0.2.174 \ libnghttp2-sys-0.1.11+1.64.0 \ - libredox-0.1.4 \ + libredox-0.1.6 \ libz-sys-1.1.22 \ linux-raw-sys-0.4.15 \ litemap-0.8.0 \ @@ -160,21 +160,21 @@ CARGO_CRATES= addr2line-0.24.2 \ proc-macro2-1.0.95 \ quote-1.0.40 \ r-efi-5.3.0 \ - redox_syscall-0.5.13 \ + redox_syscall-0.5.15 \ redox_users-0.4.6 \ rustc-demangle-0.1.25 \ rustc_version-0.4.1 \ rustix-0.38.44 \ rustversion-1.0.21 \ ryu-1.0.20 \ - savefile-0.18.6 \ - savefile-derive-0.18.6 \ + savefile-0.19.0 \ + savefile-derive-0.19.0 \ schannel-0.1.27 \ scopeguard-1.2.0 \ semver-1.0.26 \ serde-1.0.219 \ serde_derive-1.0.219 \ - serde_json-1.0.140 \ + serde_json-1.0.141 \ serde_with-3.14.0 \ serde_with_macros-3.14.0 \ serde_yaml-0.9.34+deprecated \ @@ -192,6 +192,7 @@ CARGO_CRATES= addr2line-0.24.2 \ strsim-0.11.1 \ syn-2.0.104 \ synstructure-0.13.2 \ + termsize-0.1.9 \ thiserror-1.0.69 \ thiserror-impl-1.0.69 \ time-0.3.41 \ diff --git a/misc/outside/distinfo b/misc/outside/distinfo index 0b0151f5b263..b27ffe556a45 100644 --- a/misc/outside/distinfo +++ b/misc/outside/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1752333750 +TIMESTAMP = 1753596354 SHA256 (rust/crates/addr2line-0.24.2.crate) = dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1 SIZE (rust/crates/addr2line-0.24.2.crate) = 39015 SHA256 (rust/crates/adler2-2.0.1.crate) = 320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa @@ -49,20 +49,20 @@ SHA256 (rust/crates/bytes-1.10.1.crate) = d71b6127be86fdcfddb610f7182ac57211d4b1 SIZE (rust/crates/bytes-1.10.1.crate) = 76779 SHA256 (rust/crates/castaway-0.1.2.crate) = a2698f953def977c68f935bb0dfa959375ad4638570e969e2f1e9f433cbf1af6 SIZE (rust/crates/castaway-0.1.2.crate) = 7124 -SHA256 (rust/crates/castaway-0.2.3.crate) = 0abae9be0aaf9ea96a3b1b8b1b55c602ca751eba1b1500220cea4ecbafe7c0d5 -SIZE (rust/crates/castaway-0.2.3.crate) = 11509 -SHA256 (rust/crates/cc-1.2.28.crate) = 4ad45f4f74e4e20eaa392913b7b33a7091c87e59628f4dd27888205ad888843c -SIZE (rust/crates/cc-1.2.28.crate) = 107943 +SHA256 (rust/crates/castaway-0.2.4.crate) = dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a +SIZE (rust/crates/castaway-0.2.4.crate) = 12546 +SHA256 (rust/crates/cc-1.2.30.crate) = deec109607ca693028562ed836a5f1c4b8bd77755c4e132fc5ce11b0b6211ae7 +SIZE (rust/crates/cc-1.2.30.crate) = 108550 SHA256 (rust/crates/cfg-if-1.0.1.crate) = 9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268 SIZE (rust/crates/cfg-if-1.0.1.crate) = 8683 SHA256 (rust/crates/chrono-0.4.41.crate) = c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d SIZE (rust/crates/chrono-0.4.41.crate) = 234621 -SHA256 (rust/crates/clap-4.5.40.crate) = 40b6887a1d8685cebccf115538db5c0efe625ccac9696ad45c409d96566e910f -SIZE (rust/crates/clap-4.5.40.crate) = 57419 -SHA256 (rust/crates/clap_builder-4.5.40.crate) = e0c66c08ce9f0c698cbce5c0279d0bb6ac936d8674174fe48f736533b964f59e -SIZE (rust/crates/clap_builder-4.5.40.crate) = 169191 -SHA256 (rust/crates/clap_derive-4.5.40.crate) = d2c7947ae4cc3d851207c1adb5b5e260ff0cca11446b1d6d1423788e442257ce -SIZE (rust/crates/clap_derive-4.5.40.crate) = 33470 +SHA256 (rust/crates/clap-4.5.41.crate) = be92d32e80243a54711e5d7ce823c35c41c9d929dc4ab58e1276f625841aadf9 +SIZE (rust/crates/clap-4.5.41.crate) = 58298 +SHA256 (rust/crates/clap_builder-4.5.41.crate) = 707eab41e9622f9139419d573eca0900137718000c517d47da73045f54331c3d +SIZE (rust/crates/clap_builder-4.5.41.crate) = 169633 +SHA256 (rust/crates/clap_derive-4.5.41.crate) = ef4f52386a59ca4c860f7393bcf8abd8dfd91ecccc0f774635ff68e92eeef491 +SIZE (rust/crates/clap_derive-4.5.41.crate) = 33493 SHA256 (rust/crates/clap_lex-0.7.5.crate) = b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675 SIZE (rust/crates/clap_lex-0.7.5.crate) = 13469 SHA256 (rust/crates/cli-settings-derive-0.3.2.crate) = 648177b05c94bebb8305e13d3fb6d528bfaea325e67a35b0462de4912ceae527 @@ -113,10 +113,10 @@ SHA256 (rust/crates/enum-map-2.7.3.crate) = 6866f3bfdf8207509a033af1a75a7b08abda SIZE (rust/crates/enum-map-2.7.3.crate) = 21792 SHA256 (rust/crates/enum-map-derive-0.17.0.crate) = f282cfdfe92516eb26c2af8589c274c7c17681f5ecc03c18255fe741c6aa64eb SIZE (rust/crates/enum-map-derive-0.17.0.crate) = 10781 -SHA256 (rust/crates/enumset-1.1.6.crate) = 11a6b7c3d347de0a9f7bfd2f853be43fe32fa6fac30c70f6d6d67a1e936b87ee -SIZE (rust/crates/enumset-1.1.6.crate) = 29044 -SHA256 (rust/crates/enumset_derive-0.11.0.crate) = 6da3ea9e1d1a3b1593e15781f930120e72aa7501610b2f82e5b6739c72e8eac5 -SIZE (rust/crates/enumset_derive-0.11.0.crate) = 14602 +SHA256 (rust/crates/enumset-1.1.7.crate) = d6ee17054f550fd7400e1906e2f9356c7672643ed34008a9e8abe147ccd2d821 +SIZE (rust/crates/enumset-1.1.7.crate) = 29210 +SHA256 (rust/crates/enumset_derive-0.12.0.crate) = 76d07902c93376f1e96c34abc4d507c0911df3816cef50b01f5a2ff3ad8c370d +SIZE (rust/crates/enumset_derive-0.12.0.crate) = 14618 SHA256 (rust/crates/equivalent-1.0.2.crate) = 877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f SIZE (rust/crates/equivalent-1.0.2.crate) = 7419 SHA256 (rust/crates/errno-0.3.13.crate) = 778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad @@ -195,8 +195,8 @@ SHA256 (rust/crates/libc-0.2.174.crate) = 1171693293099992e19cddea4e8b849964e984 SIZE (rust/crates/libc-0.2.174.crate) = 779933 SHA256 (rust/crates/libnghttp2-sys-0.1.11+1.64.0.crate) = 1b6c24e48a7167cffa7119da39d577fa482e66c688a4aac016bee862e1a713c4 SIZE (rust/crates/libnghttp2-sys-0.1.11+1.64.0.crate) = 1968997 -SHA256 (rust/crates/libredox-0.1.4.crate) = 1580801010e535496706ba011c15f8532df6b42297d2e471fec38ceadd8c0638 -SIZE (rust/crates/libredox-0.1.4.crate) = 6946 +SHA256 (rust/crates/libredox-0.1.6.crate) = 4488594b9328dee448adb906d8b126d9b7deb7cf5c22161ee591610bb1be83c0 +SIZE (rust/crates/libredox-0.1.6.crate) = 7090 SHA256 (rust/crates/libz-sys-1.1.22.crate) = 8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d SIZE (rust/crates/libz-sys-1.1.22.crate) = 841053 SHA256 (rust/crates/linux-raw-sys-0.4.15.crate) = d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab @@ -281,8 +281,8 @@ SHA256 (rust/crates/quote-1.0.40.crate) = 1885c039570dc00dcb4ff087a89e185fd56bae SIZE (rust/crates/quote-1.0.40.crate) = 31063 SHA256 (rust/crates/r-efi-5.3.0.crate) = 69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f SIZE (rust/crates/r-efi-5.3.0.crate) = 64532 -SHA256 (rust/crates/redox_syscall-0.5.13.crate) = 0d04b7d0ee6b4a0207a0a7adb104d23ecb0b47d6beae7152d0fa34b692b29fd6 -SIZE (rust/crates/redox_syscall-0.5.13.crate) = 29489 +SHA256 (rust/crates/redox_syscall-0.5.15.crate) = 7e8af0dde094006011e6a740d4879319439489813bd0bcdc7d821beaeeff48ec +SIZE (rust/crates/redox_syscall-0.5.15.crate) = 29646 SHA256 (rust/crates/redox_users-0.4.6.crate) = ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43 SIZE (rust/crates/redox_users-0.4.6.crate) = 15585 SHA256 (rust/crates/rustc-demangle-0.1.25.crate) = 989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f @@ -295,10 +295,10 @@ SHA256 (rust/crates/rustversion-1.0.21.crate) = 8a0d197bd2c9dc6e53b84da9556a69ba SIZE (rust/crates/rustversion-1.0.21.crate) = 21001 SHA256 (rust/crates/ryu-1.0.20.crate) = 28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f SIZE (rust/crates/ryu-1.0.20.crate) = 48738 -SHA256 (rust/crates/savefile-0.18.6.crate) = ce59deea3028234ce3c8265fe4bf50c7f9c09488d08caeb44e5545a37778eeb4 -SIZE (rust/crates/savefile-0.18.6.crate) = 63955 -SHA256 (rust/crates/savefile-derive-0.18.6.crate) = 02ff2c898fd98e9c08d78b2b5e791afcbe88336ce8d951691f50bb1996685b10 -SIZE (rust/crates/savefile-derive-0.18.6.crate) = 40863 +SHA256 (rust/crates/savefile-0.19.0.crate) = efae543b0c35dafb640485acfae6db2c57da94a81393fb411c12f3d6c9084139 +SIZE (rust/crates/savefile-0.19.0.crate) = 67399 +SHA256 (rust/crates/savefile-derive-0.19.0.crate) = 1e0376f220a3427a88e084a1acd072f3d16a0246abd37114aa801d99ffb9bc1f +SIZE (rust/crates/savefile-derive-0.19.0.crate) = 40880 SHA256 (rust/crates/schannel-0.1.27.crate) = 1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d SIZE (rust/crates/schannel-0.1.27.crate) = 42772 SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49 @@ -309,8 +309,8 @@ SHA256 (rust/crates/serde-1.0.219.crate) = 5f0e2c6ed6606019b4e29e69dbaba95b11854 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/serde_json-1.0.141.crate) = 30b9eff21ebe718216c6ec64e1d9ac57087aad11efc64e32002bce4a0d4c03d3 +SIZE (rust/crates/serde_json-1.0.141.crate) = 155322 SHA256 (rust/crates/serde_with-3.14.0.crate) = f2c45cd61fefa9db6f254525d46e392b852e0e61d9a1fd36e5bd183450a556d5 SIZE (rust/crates/serde_with-3.14.0.crate) = 192177 SHA256 (rust/crates/serde_with_macros-3.14.0.crate) = de90945e6565ce0d9a25098082ed4ee4002e047cb59892c318d66821e14bb30f @@ -345,6 +345,8 @@ SHA256 (rust/crates/syn-2.0.104.crate) = 17b6f705963418cdb9927482fa304bc562ece2f SIZE (rust/crates/syn-2.0.104.crate) = 299699 SHA256 (rust/crates/synstructure-0.13.2.crate) = 728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2 SIZE (rust/crates/synstructure-0.13.2.crate) = 18950 +SHA256 (rust/crates/termsize-0.1.9.crate) = 6f11ff5c25c172608d5b85e2fb43ee9a6d683a7f4ab7f96ae07b3d8b590368fd +SIZE (rust/crates/termsize-0.1.9.crate) = 6216 SHA256 (rust/crates/thiserror-1.0.69.crate) = b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52 SIZE (rust/crates/thiserror-1.0.69.crate) = 22198 SHA256 (rust/crates/thiserror-impl-1.0.69.crate) = 4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1 @@ -507,5 +509,5 @@ SHA256 (rust/crates/zerovec-0.11.2.crate) = 4a05eb080e015ba39cc9e23bbe5e7fb04d5f SIZE (rust/crates/zerovec-0.11.2.crate) = 124500 SHA256 (rust/crates/zerovec-derive-0.11.1.crate) = 5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f SIZE (rust/crates/zerovec-derive-0.11.1.crate) = 21294 -SHA256 (BaconIsAVeg-outside-v0.4.1_GH0.tar.gz) = f12295654f340241fd3105b39a1c4b3d4965bdb5807d8dfb5eec92f7600bea47 -SIZE (BaconIsAVeg-outside-v0.4.1_GH0.tar.gz) = 1718509 +SHA256 (BaconIsAVeg-outside-v0.5.0_GH0.tar.gz) = 012cde0c824c044a15dd3a053b3a84c3d7aeb08f922215e50d70b0e426478de4 +SIZE (BaconIsAVeg-outside-v0.5.0_GH0.tar.gz) = 1939909 diff --git a/misc/py-gguf/Makefile b/misc/py-gguf/Makefile index 3b70a16269bd..9be16f472a44 100644 --- a/misc/py-gguf/Makefile +++ b/misc/py-gguf/Makefile @@ -24,7 +24,7 @@ USE_PYTHON= pep517 autoplist pytest USE_GITHUB= yes GH_ACCOUNT= ggml-org GH_PROJECT= llama.cpp -GH_TAGNAME= b5866 +GH_TAGNAME= b5895 WRKSRC= ${WRKDIR}/${GH_PROJECT}-${GH_TAGNAME}/gguf-py @@ -37,6 +37,6 @@ post-patch: # update version to reflect llama-cpp revision, have to use '.' sinc -e 's/version = "${DISTVERSION:R}"/version = "${DISTVERSION:R}.${GH_TAGNAME:S/b//}"/' \ ${WRKSRC}/pyproject.toml -# tests as of 0.17.1.5866: 5 passed in 1.96s +# tests as of 0.17.1.5895: 5 passed in 2.08s .include <bsd.port.mk> diff --git a/misc/py-gguf/distinfo b/misc/py-gguf/distinfo index 7c155fe7db31..375e276f1061 100644 --- a/misc/py-gguf/distinfo +++ b/misc/py-gguf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752186688 -SHA256 (ggml-org-llama.cpp-0.17.1.5866-b5866_GH0.tar.gz) = 7fc7e63c143bbd240be47082782af58870d94d40bab89a3e81da152e7cf19d1b -SIZE (ggml-org-llama.cpp-0.17.1.5866-b5866_GH0.tar.gz) = 25168699 +TIMESTAMP = 1753507450 +SHA256 (ggml-org-llama.cpp-0.17.1.5895-b5895_GH0.tar.gz) = 81f604aa3c9d5935bafd57d3aa329c4a18dfb8463c7ac275add64f484cba6484 +SIZE (ggml-org-llama.cpp-0.17.1.5895-b5895_GH0.tar.gz) = 25180464 diff --git a/misc/py-huggingface-hub/Makefile b/misc/py-huggingface-hub/Makefile index 28031567379e..acebda6cf7a5 100644 --- a/misc/py-huggingface-hub/Makefile +++ b/misc/py-huggingface-hub/Makefile @@ -1,5 +1,5 @@ PORTNAME= huggingface-hub -DISTVERSION= 0.33.4 +DISTVERSION= 0.34.1 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,8 +20,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}filelock>0:sysutils/py-filelock@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}tqdm>=4.42.1:misc/py-tqdm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4.3:devel/py-typing-extensions@${PY_FLAVOR} \ ${RUN_DEPENDS_${ARCH}} -RUN_DEPENDS_amd64= ${PYTHON_PKGNAMEPREFIX}hf-xet>=1.1.2<2.0.0:misc/py-hf-xet@${PY_FLAVOR} -RUN_DEPENDS_aarch4= ${PYTHON_PKGNAMEPREFIX}hf-xet>=1.1.2<2.0.0:misc/py-hf-xet@${PY_FLAVOR} +RUN_DEPENDS_amd64= ${PYTHON_PKGNAMEPREFIX}hf-xet>=1.1.3<2.0.0:misc/py-hf-xet@${PY_FLAVOR} +RUN_DEPENDS_aarch4= ${PYTHON_PKGNAMEPREFIX}hf-xet>=1.1.3<2.0.0:misc/py-hf-xet@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils diff --git a/misc/py-huggingface-hub/distinfo b/misc/py-huggingface-hub/distinfo index c8c051e41f6b..9c0512696028 100644 --- a/misc/py-huggingface-hub/distinfo +++ b/misc/py-huggingface-hub/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752453541 -SHA256 (huggingface_hub-0.33.4.tar.gz) = 6af13478deae120e765bfd92adad0ae1aec1ad8c439b46f23058ad5956cbca0a -SIZE (huggingface_hub-0.33.4.tar.gz) = 426674 +TIMESTAMP = 1753577831 +SHA256 (huggingface_hub-0.34.1.tar.gz) = 6978ed89ef981de3c78b75bab100a214843be1cc9d24f8e9c0dc4971808ef1b1 +SIZE (huggingface_hub-0.34.1.tar.gz) = 456783 diff --git a/multimedia/gmp-api/Makefile b/multimedia/gmp-api/Makefile index aea9f21dd414..7e4b912f8c66 100644 --- a/multimedia/gmp-api/Makefile +++ b/multimedia/gmp-api/Makefile @@ -1,6 +1,6 @@ PORTNAME= gmp-api DISTVERSIONPREFIX= Firefox -DISTVERSION= 114_2 +DISTVERSION= 135 CATEGORIES= multimedia MAINTAINER= gecko@FreeBSD.org diff --git a/multimedia/gmp-api/distinfo b/multimedia/gmp-api/distinfo index 692c5538061c..c5fc3dd6251a 100644 --- a/multimedia/gmp-api/distinfo +++ b/multimedia/gmp-api/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1681927136 -SHA256 (mozilla-gmp-api-Firefox114_2_GH0.tar.gz) = c7fd4ae00dfa19bdc485fe6bfd08a337e245ec0f16a52891bcdede39aca8aed3 -SIZE (mozilla-gmp-api-Firefox114_2_GH0.tar.gz) = 10923 +TIMESTAMP = 1753132474 +SHA256 (mozilla-gmp-api-Firefox135_GH0.tar.gz) = 939be3596292ff445bf3cd5454a03041f68258444f7fff023a0bac17b238b40f +SIZE (mozilla-gmp-api-Firefox135_GH0.tar.gz) = 10960 diff --git a/multimedia/minisatip/Makefile b/multimedia/minisatip/Makefile index b2c2dfdb8b90..5bc0dc0a7f8f 100644 --- a/multimedia/minisatip/Makefile +++ b/multimedia/minisatip/Makefile @@ -1,5 +1,5 @@ PORTNAME= minisatip -PORTVERSION= 1.3.52 +PORTVERSION= 2.0.4 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= multimedia @@ -26,10 +26,6 @@ ALL_TARGET= minisatip .include <bsd.port.pre.mk> -post-patch: - @${REINPLACE_CMD} 's|/usr/share/minisatip|${DATADIR}|' \ - ${WRKSRC}/src/minisatip.c - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/minisatip ${STAGEDIR}${PREFIX}/sbin @${MKDIR} ${STAGEDIR}${DATADIR} diff --git a/multimedia/minisatip/distinfo b/multimedia/minisatip/distinfo index ab5227d737a6..e1a04403d9b6 100644 --- a/multimedia/minisatip/distinfo +++ b/multimedia/minisatip/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750366608 -SHA256 (catalinii-minisatip-v1.3.52_GH0.tar.gz) = 444b110480b92074ddf2735433c256bba2a4661d77ec8108963287ca658e0554 -SIZE (catalinii-minisatip-v1.3.52_GH0.tar.gz) = 1661475 +TIMESTAMP = 1752995079 +SHA256 (catalinii-minisatip-v2.0.4_GH0.tar.gz) = 881054e3f530a08a3ffe41e391faee537586fa83686804a56b49add84618bffe +SIZE (catalinii-minisatip-v2.0.4_GH0.tar.gz) = 1656356 diff --git a/multimedia/minisatip/files/patch-src_socketworks.cpp b/multimedia/minisatip/files/patch-src_socketworks.cpp new file mode 100644 index 000000000000..1c437057f133 --- /dev/null +++ b/multimedia/minisatip/files/patch-src_socketworks.cpp @@ -0,0 +1,22 @@ +--- src/socketworks.cpp.orig 2025-07-19 19:28:14 UTC ++++ src/socketworks.cpp +@@ -34,7 +34,9 @@ + #include <stdlib.h> + #include <string.h> + #include <sys/ioctl.h> ++#if !defined(__FreeBSD__) + #include <sys/prctl.h> ++#endif + #include <sys/socket.h> + #include <sys/time.h> + #include <sys/types.h> +@@ -714,7 +716,9 @@ void *select_and_execute(void *arg) { + sizeof(thread_info[thread_index].thread_name)); + if (arg) { + safe_strncpy(thread_info[thread_index].thread_name, (char *)arg); ++#ifdef PR_SET_NAME + prctl(PR_SET_NAME, thread_info[thread_index].thread_name, 0, 0, 0); ++#endif + } else + strcpy(thread_info[thread_index].thread_name, "main"); + diff --git a/multimedia/openh264/Makefile b/multimedia/openh264/Makefile index 4d74de3308f0..19c292bcdbad 100644 --- a/multimedia/openh264/Makefile +++ b/multimedia/openh264/Makefile @@ -1,6 +1,7 @@ PORTNAME= openh264 DISTVERSIONPREFIX=v -DISTVERSION= 2.3.0 +DISTVERSION= 2.6.0 +PORTREVISION= 0 PORTEPOCH= 2 CATEGORIES= multimedia diff --git a/multimedia/openh264/distinfo b/multimedia/openh264/distinfo index 5545164a26a9..5cf1e38543b4 100644 --- a/multimedia/openh264/distinfo +++ b/multimedia/openh264/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1654825906 -SHA256 (cisco-openh264-v2.3.0_GH0.tar.gz) = 99b0695272bee73a3b3a5fcb1afef462c11a142d1dc35a2c61fef5a4b7d60bc0 -SIZE (cisco-openh264-v2.3.0_GH0.tar.gz) = 60290792 +TIMESTAMP = 1753131003 +SHA256 (cisco-openh264-v2.6.0_GH0.tar.gz) = 558544ad358283a7ab2930d69a9ceddf913f4a51ee9bf1bfb9e377322af81a69 +SIZE (cisco-openh264-v2.6.0_GH0.tar.gz) = 60302243 diff --git a/multimedia/openh264/pkg-plist b/multimedia/openh264/pkg-plist index 0310e83c0078..d7b2b6152de3 100644 --- a/multimedia/openh264/pkg-plist +++ b/multimedia/openh264/pkg-plist @@ -18,5 +18,5 @@ include/wels/codec_ver.h lib/libopenh264.a lib/libopenh264.so lib/libopenh264.so.%%PORTVERSION%% -lib/libopenh264.so.6 +lib/libopenh264.so.8 libdata/pkgconfig/openh264.pc diff --git a/net-im/gotosocial/Makefile b/net-im/gotosocial/Makefile index 6ba94eada124..f330f37c6baa 100644 --- a/net-im/gotosocial/Makefile +++ b/net-im/gotosocial/Makefile @@ -1,24 +1,26 @@ PORTNAME= gotosocial DISTVERSIONPREFIX= v -DISTVERSION= 0.18.3 -PORTREVISION= 0 +DISTVERSION= 0.19.1 CATEGORIES= net-im -MASTER_SITES?= https://github.com/${GH_ACCOUNT}/${PORTNAME}/releases/download/v${DISTVERSION}/:web -DISTFILES?= ${PORTNAME}_${DISTVERSION}_web-assets.tar.gz:web +MASTER_SITES= https://codeberg.org/superseriousbusiness/${PORTNAME}/releases/download/v${DISTVERSION}/ +DISTFILES= ${PORTNAME}-${DISTVERSION}-source-code.tar.gz ${PORTNAME}_${DISTVERSION}_web-assets.tar.gz -MAINTAINER= freebsd@igalic.co +MAINTAINER= tilde@ultros.pro COMMENT= Golang fediverse server WWW= https://docs.gotosocial.org/en/latest/ -LICENSE= AGPLv3 -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE= AGPLv3 CC-BY-3.0 CC-BY-SA-4.0 MIT OFL11 +LICENSE_COMB= multi +LICENSE_FILE_AGPLv3= ${WRKSRC}/LICENSE +LICENSE_FILE_CC-BY-3.0= ${WRKSRC}/CC-BY-3.0 +LICENSE_FILE_CC-BY-SA-4.0= ${WRKSRC}/CC-BY-SA-4.0 +LICENSE_FILE_MIT= ${WRKSRC}/MIT +LICENSE_FILE_OFL11= ${WRKSRC}/OFL11 ONLY_FOR_ARCHS= aarch64 amd64 armv7 i386 ONLY_FOR_ARCHS_REASON= https://gitlab.com/cznic/libc/-/issues/15 -USES= go:1.23,modules -USE_GITHUB= yes -GH_ACCOUNT= superseriousbusiness +USES= go:modules USE_RC_SUBR= ${PORTNAME} GO_TARGET= ./cmd/gotosocial @@ -34,25 +36,40 @@ SUB_LIST= DBDIR="${DBDIR}" \ USERS= gotosocial GROUPS= gotosocial +NO_WRKSUBDIR= yes + DBDIR= /var/db/${PORTNAME} PLIST_SUB= WWWDIR="${WWWDIR}" -TESTING_UNSAFE= FAIL github.com/superseriousbusiness/gotosocial/internal/log +TESTING_UNSAFE= FAIL codeberg.org/superseriousbusiness/gotosocial/internal/log + +post-extract: + ${SED} -n "1, 27p" ${WRKSRC}/web/assets/Fork-Awesome/LICENSES \ + > ${WRKSRC}/MIT + ${SED} -n "28, 352p" ${WRKSRC}/web/assets/Fork-Awesome/LICENSES \ + > ${WRKSRC}/CC-BY-3.0 + ${SED} -n "353, 452p" ${WRKSRC}/web/assets/Fork-Awesome/LICENSES \ + > ${WRKSRC}/OFL11 + ${HEAD} -n 8 ${WRKSRC}/web/assets/LICENSE > ${WRKSRC}/CC-BY-SA-4.0 + ${TAIL} -n 1 ${WRKSRC}/web/assets/LICENSE >> ${WRKSRC}/MIT + ${ECHO} >> ${WRKSRC}/MIT + ${RM} ${WRKSRC}/web/assets/LICENSE + ${RM} ${WRKSRC}/web/assets/Fork-Awesome/LICENSES + ${RM} ${WRKSRC}/web/assets/fonts/OFL.txt + ${RM} ${WRKSRC}/web/assets/Fork-Awesome/CONTRIBUTORS.md post-patch: ${REINPLACE_CMD} -e 's,GTS_DB_TYPE="postgres",#&,' ${WRKSRC}/scripts/test.sh post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} -.for x in LICENSE README.md - ${INSTALL_DATA} ${WRKSRC}/${x} \ + ${INSTALL_DATA} ${WRKSRC}/README.md \ ${STAGEDIR}${DOCSDIR} -.endfor ${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/example/config.yaml \ ${STAGEDIR}${ETCDIR}/config.yaml.sample - (cd ${WRKSRC}/../web && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/ ) + (cd ${WRKSRC}/web && ${COPYTREE_SHARE} "assets template" ${STAGEDIR}${WWWDIR}) do-test: (cd ${GO_WRKSRC}; \ diff --git a/net-im/gotosocial/distinfo b/net-im/gotosocial/distinfo index 713a3f1237c0..efbabb3f3312 100644 --- a/net-im/gotosocial/distinfo +++ b/net-im/gotosocial/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1742813820 -SHA256 (gotosocial_0.18.3_web-assets.tar.gz) = eb46928961c71c3c59820adea935478a9d8b77f3f237d4f893e3468d7fce3507 -SIZE (gotosocial_0.18.3_web-assets.tar.gz) = 1899735 -SHA256 (superseriousbusiness-gotosocial-v0.18.3_GH0.tar.gz) = 759edb9f8f75f91962948e2373e74d19c97b13fb50e0a0b477188923512935d5 -SIZE (superseriousbusiness-gotosocial-v0.18.3_GH0.tar.gz) = 118425623 +TIMESTAMP = 1749712855 +SHA256 (gotosocial-0.19.1-source-code.tar.gz) = 62a1eb55c249ad156096a4871f2e96d0622b69187932ef1c5852e09cf3046ef0 +SIZE (gotosocial-0.19.1-source-code.tar.gz) = 130628163 +SHA256 (gotosocial_0.19.1_web-assets.tar.gz) = 52dc459bc652a48197aee05d6a7485d65900ec6b35149361a2acc34ea48d6143 +SIZE (gotosocial_0.19.1_web-assets.tar.gz) = 3914543 diff --git a/net-im/gotosocial/pkg-plist b/net-im/gotosocial/pkg-plist index e7f31d467b99..bdd4c326425a 100644 --- a/net-im/gotosocial/pkg-plist +++ b/net-im/gotosocial/pkg-plist @@ -1,9 +1,6 @@ bin/gotosocial -@sample etc/gotosocial/config.yaml.sample -%%DOCSDIR%%/LICENSE +@sample %%ETCDIR%%/config.yaml.sample %%DOCSDIR%%/README.md -%%WWWDIR%%/assets/Fork-Awesome/CONTRIBUTORS.md -%%WWWDIR%%/assets/Fork-Awesome/LICENSES %%WWWDIR%%/assets/Fork-Awesome/css/fork-awesome.css %%WWWDIR%%/assets/Fork-Awesome/css/fork-awesome.min.css %%WWWDIR%%/assets/Fork-Awesome/css/fork-awesome.min.css.map @@ -15,7 +12,6 @@ bin/gotosocial %%WWWDIR%%/assets/Fork-Awesome/fonts/forkawesome-webfont.ttf %%WWWDIR%%/assets/Fork-Awesome/fonts/forkawesome-webfont.woff %%WWWDIR%%/assets/Fork-Awesome/fonts/forkawesome-webfont.woff2 -%%WWWDIR%%/assets/LICENSE %%WWWDIR%%/assets/activitypub_light.svg %%WWWDIR%%/assets/default_avatars/GoToSocial_icon1.webp %%WWWDIR%%/assets/default_avatars/GoToSocial_icon2.webp @@ -25,13 +21,19 @@ bin/gotosocial %%WWWDIR%%/assets/default_avatars/GoToSocial_icon6.webp %%WWWDIR%%/assets/default_header.webp %%WWWDIR%%/assets/dist/_colors.css +%%WWWDIR%%/assets/dist/_fonts.css +%%WWWDIR%%/assets/dist/_media-wrapper.css +%%WWWDIR%%/assets/dist/_prism.css +%%WWWDIR%%/assets/dist/_profile-header.css +%%WWWDIR%%/assets/dist/_status-media.css %%WWWDIR%%/assets/dist/about.css %%WWWDIR%%/assets/dist/base.css %%WWWDIR%%/assets/dist/frontend.js +%%WWWDIR%%/assets/dist/frontend_prerender.js %%WWWDIR%%/assets/dist/index.css %%WWWDIR%%/assets/dist/login-info.css %%WWWDIR%%/assets/dist/page.css -%%WWWDIR%%/assets/dist/prism.css +%%WWWDIR%%/assets/dist/profile-gallery.css %%WWWDIR%%/assets/dist/profile.css %%WWWDIR%%/assets/dist/settings-style.css %%WWWDIR%%/assets/dist/settings.js @@ -48,12 +50,98 @@ bin/gotosocial %%WWWDIR%%/assets/fonts/Atkinson-Hyperlegible-Italic-102a.woff2 %%WWWDIR%%/assets/fonts/Atkinson-Hyperlegible-Regular-102.woff %%WWWDIR%%/assets/fonts/Atkinson-Hyperlegible-Regular-102a.woff2 -%%WWWDIR%%/assets/fonts/OFL.txt -%%WWWDIR%%/assets/fonts/noto-sans-mono-v30-latin-regular.woff2 -%%WWWDIR%%/assets/fonts/noto-sans-v27-latin-700.woff -%%WWWDIR%%/assets/fonts/noto-sans-v27-latin-700.woff2 -%%WWWDIR%%/assets/fonts/noto-sans-v27-latin-regular.woff -%%WWWDIR%%/assets/fonts/noto-sans-v27-latin-regular.woff2 +%%WWWDIR%%/assets/fonts/noto-sans-cyrillic-400-italic.woff +%%WWWDIR%%/assets/fonts/noto-sans-cyrillic-400-italic.woff2 +%%WWWDIR%%/assets/fonts/noto-sans-cyrillic-400-normal.woff +%%WWWDIR%%/assets/fonts/noto-sans-cyrillic-400-normal.woff2 +%%WWWDIR%%/assets/fonts/noto-sans-cyrillic-700-italic.woff +%%WWWDIR%%/assets/fonts/noto-sans-cyrillic-700-italic.woff2 +%%WWWDIR%%/assets/fonts/noto-sans-cyrillic-700-normal.woff +%%WWWDIR%%/assets/fonts/noto-sans-cyrillic-700-normal.woff2 +%%WWWDIR%%/assets/fonts/noto-sans-cyrillic-ext-400-italic.woff +%%WWWDIR%%/assets/fonts/noto-sans-cyrillic-ext-400-italic.woff2 +%%WWWDIR%%/assets/fonts/noto-sans-cyrillic-ext-400-normal.woff +%%WWWDIR%%/assets/fonts/noto-sans-cyrillic-ext-400-normal.woff2 +%%WWWDIR%%/assets/fonts/noto-sans-cyrillic-ext-700-italic.woff +%%WWWDIR%%/assets/fonts/noto-sans-cyrillic-ext-700-italic.woff2 +%%WWWDIR%%/assets/fonts/noto-sans-cyrillic-ext-700-normal.woff +%%WWWDIR%%/assets/fonts/noto-sans-cyrillic-ext-700-normal.woff2 +%%WWWDIR%%/assets/fonts/noto-sans-devanagari-400-italic.woff +%%WWWDIR%%/assets/fonts/noto-sans-devanagari-400-italic.woff2 +%%WWWDIR%%/assets/fonts/noto-sans-devanagari-400-normal.woff +%%WWWDIR%%/assets/fonts/noto-sans-devanagari-400-normal.woff2 +%%WWWDIR%%/assets/fonts/noto-sans-devanagari-700-italic.woff +%%WWWDIR%%/assets/fonts/noto-sans-devanagari-700-italic.woff2 +%%WWWDIR%%/assets/fonts/noto-sans-devanagari-700-normal.woff +%%WWWDIR%%/assets/fonts/noto-sans-devanagari-700-normal.woff2 +%%WWWDIR%%/assets/fonts/noto-sans-greek-400-italic.woff +%%WWWDIR%%/assets/fonts/noto-sans-greek-400-italic.woff2 +%%WWWDIR%%/assets/fonts/noto-sans-greek-400-normal.woff +%%WWWDIR%%/assets/fonts/noto-sans-greek-400-normal.woff2 +%%WWWDIR%%/assets/fonts/noto-sans-greek-700-italic.woff +%%WWWDIR%%/assets/fonts/noto-sans-greek-700-italic.woff2 +%%WWWDIR%%/assets/fonts/noto-sans-greek-700-normal.woff +%%WWWDIR%%/assets/fonts/noto-sans-greek-700-normal.woff2 +%%WWWDIR%%/assets/fonts/noto-sans-greek-ext-400-italic.woff +%%WWWDIR%%/assets/fonts/noto-sans-greek-ext-400-italic.woff2 +%%WWWDIR%%/assets/fonts/noto-sans-greek-ext-400-normal.woff +%%WWWDIR%%/assets/fonts/noto-sans-greek-ext-400-normal.woff2 +%%WWWDIR%%/assets/fonts/noto-sans-greek-ext-700-italic.woff +%%WWWDIR%%/assets/fonts/noto-sans-greek-ext-700-italic.woff2 +%%WWWDIR%%/assets/fonts/noto-sans-greek-ext-700-normal.woff +%%WWWDIR%%/assets/fonts/noto-sans-greek-ext-700-normal.woff2 +%%WWWDIR%%/assets/fonts/noto-sans-latin-400-italic.woff +%%WWWDIR%%/assets/fonts/noto-sans-latin-400-italic.woff2 +%%WWWDIR%%/assets/fonts/noto-sans-latin-400-normal.woff +%%WWWDIR%%/assets/fonts/noto-sans-latin-400-normal.woff2 +%%WWWDIR%%/assets/fonts/noto-sans-latin-700-italic.woff +%%WWWDIR%%/assets/fonts/noto-sans-latin-700-italic.woff2 +%%WWWDIR%%/assets/fonts/noto-sans-latin-700-normal.woff +%%WWWDIR%%/assets/fonts/noto-sans-latin-700-normal.woff2 +%%WWWDIR%%/assets/fonts/noto-sans-latin-ext-400-italic.woff +%%WWWDIR%%/assets/fonts/noto-sans-latin-ext-400-italic.woff2 +%%WWWDIR%%/assets/fonts/noto-sans-latin-ext-400-normal.woff +%%WWWDIR%%/assets/fonts/noto-sans-latin-ext-400-normal.woff2 +%%WWWDIR%%/assets/fonts/noto-sans-latin-ext-700-italic.woff +%%WWWDIR%%/assets/fonts/noto-sans-latin-ext-700-italic.woff2 +%%WWWDIR%%/assets/fonts/noto-sans-latin-ext-700-normal.woff +%%WWWDIR%%/assets/fonts/noto-sans-latin-ext-700-normal.woff2 +%%WWWDIR%%/assets/fonts/noto-sans-mono-cyrillic-400-normal.woff +%%WWWDIR%%/assets/fonts/noto-sans-mono-cyrillic-400-normal.woff2 +%%WWWDIR%%/assets/fonts/noto-sans-mono-cyrillic-700-normal.woff +%%WWWDIR%%/assets/fonts/noto-sans-mono-cyrillic-700-normal.woff2 +%%WWWDIR%%/assets/fonts/noto-sans-mono-cyrillic-ext-400-normal.woff +%%WWWDIR%%/assets/fonts/noto-sans-mono-cyrillic-ext-400-normal.woff2 +%%WWWDIR%%/assets/fonts/noto-sans-mono-cyrillic-ext-700-normal.woff +%%WWWDIR%%/assets/fonts/noto-sans-mono-cyrillic-ext-700-normal.woff2 +%%WWWDIR%%/assets/fonts/noto-sans-mono-greek-400-normal.woff +%%WWWDIR%%/assets/fonts/noto-sans-mono-greek-400-normal.woff2 +%%WWWDIR%%/assets/fonts/noto-sans-mono-greek-700-normal.woff +%%WWWDIR%%/assets/fonts/noto-sans-mono-greek-700-normal.woff2 +%%WWWDIR%%/assets/fonts/noto-sans-mono-greek-ext-400-normal.woff +%%WWWDIR%%/assets/fonts/noto-sans-mono-greek-ext-400-normal.woff2 +%%WWWDIR%%/assets/fonts/noto-sans-mono-greek-ext-700-normal.woff +%%WWWDIR%%/assets/fonts/noto-sans-mono-greek-ext-700-normal.woff2 +%%WWWDIR%%/assets/fonts/noto-sans-mono-latin-400-normal.woff +%%WWWDIR%%/assets/fonts/noto-sans-mono-latin-400-normal.woff2 +%%WWWDIR%%/assets/fonts/noto-sans-mono-latin-700-normal.woff +%%WWWDIR%%/assets/fonts/noto-sans-mono-latin-700-normal.woff2 +%%WWWDIR%%/assets/fonts/noto-sans-mono-latin-ext-400-normal.woff +%%WWWDIR%%/assets/fonts/noto-sans-mono-latin-ext-400-normal.woff2 +%%WWWDIR%%/assets/fonts/noto-sans-mono-latin-ext-700-normal.woff +%%WWWDIR%%/assets/fonts/noto-sans-mono-latin-ext-700-normal.woff2 +%%WWWDIR%%/assets/fonts/noto-sans-mono-vietnamese-400-normal.woff +%%WWWDIR%%/assets/fonts/noto-sans-mono-vietnamese-400-normal.woff2 +%%WWWDIR%%/assets/fonts/noto-sans-mono-vietnamese-700-normal.woff +%%WWWDIR%%/assets/fonts/noto-sans-mono-vietnamese-700-normal.woff2 +%%WWWDIR%%/assets/fonts/noto-sans-vietnamese-400-italic.woff +%%WWWDIR%%/assets/fonts/noto-sans-vietnamese-400-italic.woff2 +%%WWWDIR%%/assets/fonts/noto-sans-vietnamese-400-normal.woff +%%WWWDIR%%/assets/fonts/noto-sans-vietnamese-400-normal.woff2 +%%WWWDIR%%/assets/fonts/noto-sans-vietnamese-700-italic.woff +%%WWWDIR%%/assets/fonts/noto-sans-vietnamese-700-italic.woff2 +%%WWWDIR%%/assets/fonts/noto-sans-vietnamese-700-normal.woff +%%WWWDIR%%/assets/fonts/noto-sans-vietnamese-700-normal.woff2 %%WWWDIR%%/assets/logo.png %%WWWDIR%%/assets/logo.svg %%WWWDIR%%/assets/logo.webp @@ -76,6 +164,7 @@ bin/gotosocial %%WWWDIR%%/assets/themes/solarized-light.css %%WWWDIR%%/assets/themes/sunset-light.css %%WWWDIR%%/assets/tusky.svg +%%WWWDIR%%/template/2fa.tmpl %%WWWDIR%%/template/404.tmpl %%WWWDIR%%/template/about.tmpl %%WWWDIR%%/template/authorize.tmpl @@ -104,14 +193,17 @@ bin/gotosocial %%WWWDIR%%/template/page_header.tmpl %%WWWDIR%%/template/page_ogmeta.tmpl %%WWWDIR%%/template/page_stylesheets.tmpl +%%WWWDIR%%/template/profile-gallery.tmpl %%WWWDIR%%/template/profile.tmpl +%%WWWDIR%%/template/profile_about_user.tmpl %%WWWDIR%%/template/profile_fields.tmpl +%%WWWDIR%%/template/profile_header.tmpl %%WWWDIR%%/template/settings.tmpl %%WWWDIR%%/template/sign-in.tmpl %%WWWDIR%%/template/sign-up.tmpl %%WWWDIR%%/template/signed-up.tmpl %%WWWDIR%%/template/status.tmpl -%%WWWDIR%%/template/status_attachments.tmpl +%%WWWDIR%%/template/status_attachment.tmpl %%WWWDIR%%/template/status_attributes.tmpl %%WWWDIR%%/template/status_header.tmpl %%WWWDIR%%/template/status_info.tmpl diff --git a/net/asterisk18/Makefile b/net/asterisk18/Makefile index 3d0dd0fead83..1650decabaa0 100644 --- a/net/asterisk18/Makefile +++ b/net/asterisk18/Makefile @@ -11,6 +11,9 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY:= ${DISTNAME}${EXTRACT_SUFX} +DEPRECATED= Migrate to newer asterisk, security support ends soon +EXPIRATION_DATE=2025-10-20 + MAINTAINER= cmt@FreeBSD.org COMMENT= Open Source PBX and telephony toolkit WWW= https://www.asterisk.org diff --git a/net/eternalterminal/Makefile b/net/eternalterminal/Makefile index 339c9988be38..66a40e4d888e 100644 --- a/net/eternalterminal/Makefile +++ b/net/eternalterminal/Makefile @@ -1,6 +1,6 @@ PORTNAME= eternalterminal DISTVERSIONPREFIX= et-v -DISTVERSION= 6.2.10 +DISTVERSION= 6.2.11 CATEGORIES= net MAINTAINER= eduardo@FreeBSD.org diff --git a/net/eternalterminal/distinfo b/net/eternalterminal/distinfo index fae74dc8e8ae..00cae1d9d5c3 100644 --- a/net/eternalterminal/distinfo +++ b/net/eternalterminal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1753124983 -SHA256 (MisterTea-EternalTerminal-et-v6.2.10_GH0.tar.gz) = 5e2f46383b324baca0450d0190b386868d5666b346d6bf1d0f0f8d8c8ccf5a22 -SIZE (MisterTea-EternalTerminal-et-v6.2.10_GH0.tar.gz) = 28960041 +TIMESTAMP = 1753277599 +SHA256 (MisterTea-EternalTerminal-et-v6.2.11_GH0.tar.gz) = e8e80800babc026be610d50d402a8ecbdfbd39e130d1cfeb51fb102c1ad63b0f +SIZE (MisterTea-EternalTerminal-et-v6.2.11_GH0.tar.gz) = 28959778 diff --git a/net/freerdp/Makefile b/net/freerdp/Makefile index c5c72868fb74..8dbf4fdca3de 100644 --- a/net/freerdp/Makefile +++ b/net/freerdp/Makefile @@ -1,6 +1,6 @@ PORTNAME= freerdp DISTVERSION= 2.11.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net comms MASTER_SITES= https://pub.freerdp.com/releases/ \ https://github.com/FreeRDP/FreeRDP/releases/download/${DISTVERSION}/ diff --git a/net/freerdp3/Makefile b/net/freerdp3/Makefile index 7564c95ef968..cf1dd9e422df 100644 --- a/net/freerdp3/Makefile +++ b/net/freerdp3/Makefile @@ -1,5 +1,6 @@ PORTNAME= freerdp DISTVERSION= 3.16.0 +PORTREVISION= 1 CATEGORIES= net comms MASTER_SITES+= https://pub.freerdp.com/releases/:freerdp \ https://github.com/FreeRDP/FreeRDP/releases/download/${DISTVERSION}/:freerdp diff --git a/net/frr10/Makefile b/net/frr10/Makefile index 913f3b5eafe1..2124dd3a4305 100644 --- a/net/frr10/Makefile +++ b/net/frr10/Makefile @@ -1,7 +1,6 @@ PORTNAME= frr DISTVERSIONPREFIX= frr- -DISTVERSION= 10.3.1 -PORTREVISION= 1 +DISTVERSION= 10.4.0 CATEGORIES= net .if defined(PYTHONTOOLS) PKGNAMESUFFIX= 10-pythontools diff --git a/net/frr10/distinfo b/net/frr10/distinfo index 861cba85c571..433a165f2f5b 100644 --- a/net/frr10/distinfo +++ b/net/frr10/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748886868 -SHA256 (FRRouting-frr-frr-10.3.1_GH0.tar.gz) = df4bc4f644f93be09f75c0e0e325b2f6a3ee6d1c6db429b6f36874e88a66ee33 -SIZE (FRRouting-frr-frr-10.3.1_GH0.tar.gz) = 11379856 +TIMESTAMP = 1753644991 +SHA256 (FRRouting-frr-frr-10.4.0_GH0.tar.gz) = a9fd19a629361a758621a0ffc02c7ae07fdfdbfe5cba7d0b6c58cad0a980c6f5 +SIZE (FRRouting-frr-frr-10.4.0_GH0.tar.gz) = 11550413 diff --git a/net/frr10/pkg-plist b/net/frr10/pkg-plist index a84c89c6dd63..ffad316f2bf7 100644 --- a/net/frr10/pkg-plist +++ b/net/frr10/pkg-plist @@ -41,6 +41,7 @@ include/frr/frrstr.h include/frr/graph.h include/frr/hash.h include/frr/hook.h +include/frr/host_nb.h include/frr/iana_afi.h include/frr/id_alloc.h include/frr/if.h @@ -64,13 +65,11 @@ include/frr/log.h include/frr/log_vty.h include/frr/md5.h include/frr/memory.h -include/frr/mgmt.pb-c.h include/frr/mgmt_be_client.h include/frr/mgmt_defines.h include/frr/mgmt_fe_client.h include/frr/mgmt_msg.h include/frr/mgmt_msg_native.h -include/frr/mgmt_pb.h include/frr/mlag.h include/frr/module.h include/frr/monotime.h @@ -176,6 +175,10 @@ lib/libmgmt_be_nb.a lib/libmgmt_be_nb.so lib/libmgmt_be_nb.so.0 lib/libmgmt_be_nb.so.0.0.0 +lib/libmlag_pb.a +lib/libmlag_pb.so +lib/libmlag_pb.so.0 +lib/libmlag_pb.so.0.0.0 %%SNMP%%lib/frr/modules/bgpd_bmp.so %%RPKI%%lib/frr/modules/bgpd_rpki.so %%SNMP%%lib/frr/modules/bgpd_snmp.so @@ -237,6 +240,7 @@ share/yang/frr-deviations-bgp-datacenter.yang share/yang/frr-deviations-ietf-key-chain.yang share/yang/frr-eigrpd.yang share/yang/frr-filter.yang +share/yang/frr-host.yang share/yang/frr-if-rmap.yang share/yang/frr-interface.yang share/yang/frr-isisd.yang @@ -262,4 +266,5 @@ share/yang/ietf-netconf-acm.yang share/yang/ietf-netconf-with-defaults.yang share/yang/ietf-netconf.yang share/yang/ietf-routing-types.yang +share/yang/ietf-srv6-types.yang @dir(frr,frr,755) /var/run/frr diff --git a/net/frr8/files/patch-configure.ac b/net/frr8/files/patch-configure.ac new file mode 100644 index 000000000000..a8a56bdb4ed3 --- /dev/null +++ b/net/frr8/files/patch-configure.ac @@ -0,0 +1,11 @@ +--- configure.ac.orig 2024-12-27 21:06:42 UTC ++++ configure.ac +@@ -1921,7 +1921,7 @@ if test "$enable_snmp" != "" -a "$enable_snmp" != "no" + # net-snmp lists all of its own dependencies. we absolutely do not want that + # among other things we avoid a GPL vs. OpenSSL license conflict here + for removelib in crypto ssl sensors pci wrap; do +- SNMP_LIBS="`echo $SNMP_LIBS | sed -e 's/\(^\|\s\)-l'$removelib'\b/ /g' -e 's/\(^\|\s\)\([^\s]*\/\)\?lib'$removelib'\.[^\s]\+\b/ /g'`" ++ SNMP_LIBS="`echo $SNMP_LIBS | sed -e 's/-l'$removelib'/ /g'`" + done + AC_MSG_CHECKING([whether we can link to Net-SNMP]) + AC_LINK_IFELSE_FLAGS([$SNMP_CFLAGS], [$SNMP_LIBS], [AC_LANG_PROGRAM([ diff --git a/net/frr9/files/patch-configure.ac b/net/frr9/files/patch-configure.ac new file mode 100644 index 000000000000..a8a56bdb4ed3 --- /dev/null +++ b/net/frr9/files/patch-configure.ac @@ -0,0 +1,11 @@ +--- configure.ac.orig 2024-12-27 21:06:42 UTC ++++ configure.ac +@@ -1921,7 +1921,7 @@ if test "$enable_snmp" != "" -a "$enable_snmp" != "no" + # net-snmp lists all of its own dependencies. we absolutely do not want that + # among other things we avoid a GPL vs. OpenSSL license conflict here + for removelib in crypto ssl sensors pci wrap; do +- SNMP_LIBS="`echo $SNMP_LIBS | sed -e 's/\(^\|\s\)-l'$removelib'\b/ /g' -e 's/\(^\|\s\)\([^\s]*\/\)\?lib'$removelib'\.[^\s]\+\b/ /g'`" ++ SNMP_LIBS="`echo $SNMP_LIBS | sed -e 's/-l'$removelib'/ /g'`" + done + AC_MSG_CHECKING([whether we can link to Net-SNMP]) + AC_LINK_IFELSE_FLAGS([$SNMP_CFLAGS], [$SNMP_LIBS], [AC_LANG_PROGRAM([ diff --git a/net/py-maxminddb/Makefile b/net/py-maxminddb/Makefile index bf467698fb04..40f6378dfbac 100644 --- a/net/py-maxminddb/Makefile +++ b/net/py-maxminddb/Makefile @@ -1,5 +1,5 @@ PORTNAME= maxminddb -PORTVERSION= 2.7.0 +PORTVERSION= 2.8.2 DISTVERSIONPREFIX= v CATEGORIES= net python geography PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net/py-maxminddb/distinfo b/net/py-maxminddb/distinfo index 87df39922aef..f94d16e7a6c9 100644 --- a/net/py-maxminddb/distinfo +++ b/net/py-maxminddb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746559870 -SHA256 (maxmind-MaxMind-DB-Reader-python-v2.7.0_GH0.tar.gz) = bf4a2bf9c4e03711800c9ce91720d4d799c66f06c46884ab437073765026162a -SIZE (maxmind-MaxMind-DB-Reader-python-v2.7.0_GH0.tar.gz) = 56688 +TIMESTAMP = 1753697225 +SHA256 (maxmind-MaxMind-DB-Reader-python-v2.8.2_GH0.tar.gz) = 6fe304264a2092a169ef99a9eb256bfc25f0ca3df5bf8e6da54e1066b68ada22 +SIZE (maxmind-MaxMind-DB-Reader-python-v2.8.2_GH0.tar.gz) = 54359 diff --git a/net/rustdesk-server/Makefile b/net/rustdesk-server/Makefile index 48c66c29316a..5bb6e5a2f87f 100644 --- a/net/rustdesk-server/Makefile +++ b/net/rustdesk-server/Makefile @@ -1,6 +1,6 @@ PORTNAME= rustdesk-server DISTVERSION= 1.1.14 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MAINTAINER= madpilot@FreeBSD.org diff --git a/net/rustdesk-server/files/rustdesk-hbbs.in b/net/rustdesk-server/files/rustdesk-hbbs.in index 44a66de1bf25..4d6d0ac38437 100644 --- a/net/rustdesk-server/files/rustdesk-hbbs.in +++ b/net/rustdesk-server/files/rustdesk-hbbs.in @@ -9,7 +9,7 @@ # # rustdesk_hbbs_enable (bool): Set to NO by default. # Set it to YES to enable rustdesk_hbbs. -# rustdesk_hbbs_ip (string): Set IP address/hostname to listen on +# rustdesk_hbbs_ip (string): Set IP address/hostname of relay server to use # Defaults to "127.0.0.1", please replace with your server hostname/IP. # rustdesk_hbbs_args (string): Set extra arguments to pass to rustdesk_hbbs # Default is "-r ${rustdesk_hbbs_ip} -k _". diff --git a/net/rustdesk-server/files/rustdesk-server.newsyslog b/net/rustdesk-server/files/rustdesk-server.newsyslog index 4c3f0f9f481f..54b68a8ee90b 100644 --- a/net/rustdesk-server/files/rustdesk-server.newsyslog +++ b/net/rustdesk-server/files/rustdesk-server.newsyslog @@ -3,5 +3,5 @@ # see newsyslog.conf(5) for details # # logfilename [owner:group] mode count size when flags -/var/log/rustdesk-hbbr.log rustdesk:rustdesk 640 5 100 * JC -/var/log/rustdesk-hbbs.log rustdesk:rustdesk 640 5 100 * JC +/var/log/rustdesk-hbbr.log rustdesk:rustdesk 660 5 1000 * JC +/var/log/rustdesk-hbbs.log rustdesk:rustdesk 660 5 1000 * JC diff --git a/net/rustdesk-server/files/rustdesk-server.syslog b/net/rustdesk-server/files/rustdesk-server.syslog index e9822abe6e19..563dbe37acfe 100644 --- a/net/rustdesk-server/files/rustdesk-server.syslog +++ b/net/rustdesk-server/files/rustdesk-server.syslog @@ -1,4 +1,4 @@ -!rustdesk-hbbr +!rustdesk_hbbr *.* /var/log/rustdesk-hbbr.log -!rustdesk-hbbs +!rustdesk_hbbs *.* /var/log/rustdesk-hbbs.log diff --git a/net/traefik/Makefile b/net/traefik/Makefile index 9de9b6462a41..24ca606086f7 100644 --- a/net/traefik/Makefile +++ b/net/traefik/Makefile @@ -1,5 +1,5 @@ PORTNAME= traefik -PORTVERSION= 3.4.4 +PORTVERSION= 3.4.5 CATEGORIES= net MASTER_SITES= LOCAL/riggs/${PORTNAME} diff --git a/net/traefik/distinfo b/net/traefik/distinfo index 6ff67ab5bb84..2aa96457bfc1 100644 --- a/net/traefik/distinfo +++ b/net/traefik/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752271247 -SHA256 (traefik-3.4.4.tar.xz) = 8722c49ad2b443ac17fe1faefb980a3d3f0e104f4eca3815985f0cfac1279c77 -SIZE (traefik-3.4.4.tar.xz) = 28819044 +TIMESTAMP = 1753538104 +SHA256 (traefik-3.4.5.tar.xz) = 3754c36ac0cb29879407a9b80399a1cb4effd95627ef7fb76f9c7e83007094f5 +SIZE (traefik-3.4.5.tar.xz) = 28590920 diff --git a/net/wireguard-go/Makefile b/net/wireguard-go/Makefile index dfab1ae8cce0..dedd5c072c79 100644 --- a/net/wireguard-go/Makefile +++ b/net/wireguard-go/Makefile @@ -1,6 +1,5 @@ PORTNAME= wireguard-go -PORTVERSION= 0.0.20230223 -PORTREVISION= 16 +PORTVERSION= 0.0.20250522 PORTEPOCH= 1 CATEGORIES= net net-vpn MASTER_SITES= https://git.zx2c4.com/wireguard-go/snapshot/ @@ -13,18 +12,9 @@ WWW= https://www.wireguard.com LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= gmake go:modules,no_targets tar:xz - -USE_GITHUB= nodefault -GH_TUPLE= \ - golang:crypto:3147a52a75dd:golang_crypto/vendor/golang.org/x/crypto \ - golang:net:v0.8.0:golang_net/vendor/golang.org/x/net \ - golang:sys:v0.6.0:golang_sys/vendor/golang.org/x/sys \ - golang:time:555d28b269f0:golang_time/vendor/golang.org/x/time \ - google:btree:v1.0.1:google_btree/vendor/github.com/google/btree \ - google:gvisor:703fd9b7fbc0:google_gvisor/vendor/gvisor.dev/gvisor - -MAKE_ENV+= ${GO_ENV} GOFLAGS="${GO_BUILDFLAGS}" +USES= go:modules tar:xz +GO_MODULE= golang.zx2c4.com/wireguard +GO_MOD_DIST= LOCAL/decke/wireguard-go/${PORTVERSION}/ PLIST_FILES= bin/${PORTNAME} diff --git a/net/wireguard-go/distinfo b/net/wireguard-go/distinfo index e76e4fea264b..9612771966e4 100644 --- a/net/wireguard-go/distinfo +++ b/net/wireguard-go/distinfo @@ -1,15 +1,5 @@ -TIMESTAMP = 1689519558 -SHA256 (wireguard-go-0.0.20230223.tar.xz) = ed3694e808d96720e79e17ae396f89f7c2024da07f3449ff0af8fbc6dbfa7f6a -SIZE (wireguard-go-0.0.20230223.tar.xz) = 77552 -SHA256 (golang-crypto-3147a52a75dd_GH0.tar.gz) = 25542a72981bc3c33fca702a21feae4d6242298255354cfa2359d6195ff8656a -SIZE (golang-crypto-3147a52a75dd_GH0.tar.gz) = 1630551 -SHA256 (golang-net-v0.8.0_GH0.tar.gz) = f9e2128a2d6861db0595428c7cce62fe5a131348a6c7651b6efa8b03d0b10831 -SIZE (golang-net-v0.8.0_GH0.tar.gz) = 1244302 -SHA256 (golang-sys-v0.6.0_GH0.tar.gz) = b4f6d17c7a128f76169964b437cb66b3f2dbf9a33361928ec19dfecf7b03fc54 -SIZE (golang-sys-v0.6.0_GH0.tar.gz) = 1434234 -SHA256 (golang-time-555d28b269f0_GH0.tar.gz) = 8ce368da65025dad4e4ed302a5835e2b3579f3a111721f9b275803519a5d10b3 -SIZE (golang-time-555d28b269f0_GH0.tar.gz) = 9577 -SHA256 (google-btree-v1.0.1_GH0.tar.gz) = 240723cff7c3c28e8444d45e500e65b2c25df519273260f248786e1a7367a654 -SIZE (google-btree-v1.0.1_GH0.tar.gz) = 15381 -SHA256 (google-gvisor-703fd9b7fbc0_GH0.tar.gz) = 8b720680e2295c763f93e184ccb6a0984a189d044dbbd40dc7244f1b84219b3e -SIZE (google-gvisor-703fd9b7fbc0_GH0.tar.gz) = 2644309 +TIMESTAMP = 1753534613 +SHA256 (go/net_wireguard-go/wireguard-go-0.0.20250522/wireguard-go-0.0.20250522.tar.xz) = c698fb9fd09d48e8cf5c1eee3e5f0170f1916a7eed09ba025aa025cd5e721a20 +SIZE (go/net_wireguard-go/wireguard-go-0.0.20250522/wireguard-go-0.0.20250522.tar.xz) = 96740 +SHA256 (go/net_wireguard-go/wireguard-go-0.0.20250522/go.mod) = 87e5574c17f1c8d3badd9195d933237c289c07b5813f4e60ceae36c7b270e288 +SIZE (go/net_wireguard-go/wireguard-go-0.0.20250522/go.mod) = 348 diff --git a/print/p5-PDF-Template/Makefile b/print/p5-PDF-Template/Makefile index 25bc08939eba..b96dd7e452b8 100644 --- a/print/p5-PDF-Template/Makefile +++ b/print/p5-PDF-Template/Makefile @@ -16,4 +16,10 @@ RUN_DEPENDS= pdflib-perl>=0:print/pdflib-perl \ USES= perl5 USE_PERL5= configure -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} >= 504200 +EXTRA_PATCHES= ${PATCHDIR}/extrapatch-Makefile.PL +.endif + +.include <bsd.port.post.mk> diff --git a/print/p5-PDF-Template/files/extrapatch-Makefile.PL b/print/p5-PDF-Template/files/extrapatch-Makefile.PL new file mode 100644 index 000000000000..88447806c06a --- /dev/null +++ b/print/p5-PDF-Template/files/extrapatch-Makefile.PL @@ -0,0 +1,15 @@ +fix sh: Syntax error: Unterminated quoted string + +--- Makefile.PL.orig 2025-07-13 09:16:55 UTC ++++ Makefile.PL +@@ -28,8 +28,8 @@ my $pm_filter = $use_unicode + } + + my $pm_filter = $use_unicode +- ? q{perl -pi -e "s!UNI_YES ! !g;s!UNI_NO !\\#!g"} +- : q{perl -pi -e "s!UNI_NO ! !g;s!UNI_YES !\\#!g"}; ++ ? q{sed -e "s/UNI_YES//g;s/UNI_NO.*//g"} ++ : q{sed -e "s/UNI_NO//g;s/UNI_YES.*//g"}; + + WriteMakefile( + NAME => 'PDF::Template', diff --git a/science/agrum/Makefile b/science/agrum/Makefile index 5046ef8d6bc2..660ad6636b05 100644 --- a/science/agrum/Makefile +++ b/science/agrum/Makefile @@ -1,5 +1,5 @@ PORTNAME= agrum -DISTVERSION= 2.1.1 +DISTVERSION= 2.2.0 CATEGORIES= science math MAINTAINER= yuri@FreeBSD.org @@ -20,7 +20,7 @@ LLD_UNSAFE= yes USE_GITLAB= yes GL_ACCOUNT= agrumery GL_PROJECT= aGrUM -GL_TAGNAME= d15a377b0f745a6afd15139d780b23056305a851 +GL_TAGNAME= cf1283f783aa6803bafbd9a3fb4991316c1b52d9 SHEBANG_FILES= act diff --git a/science/agrum/distinfo b/science/agrum/distinfo index 13627e87a707..62c51836a6d8 100644 --- a/science/agrum/distinfo +++ b/science/agrum/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750005327 -SHA256 (agrumery-aGrUM-d15a377b0f745a6afd15139d780b23056305a851_GL0.tar.gz) = 21f6ad004e8ff15d4b41fb6e30f8c60db3631a84d756bd91d3972432710f8048 -SIZE (agrumery-aGrUM-d15a377b0f745a6afd15139d780b23056305a851_GL0.tar.gz) = 28781050 +TIMESTAMP = 1753632410 +SHA256 (agrumery-aGrUM-cf1283f783aa6803bafbd9a3fb4991316c1b52d9_GL0.tar.gz) = 57f7274925f64129c2f3bfcd178f75edd4cb6eaff1d06c30f20c85c41e6ca3d9 +SIZE (agrumery-aGrUM-cf1283f783aa6803bafbd9a3fb4991316c1b52d9_GL0.tar.gz) = 29175753 diff --git a/science/agrum/pkg-plist b/science/agrum/pkg-plist index 123d787ba5bd..9fe1f9999703 100644 --- a/science/agrum/pkg-plist +++ b/science/agrum/pkg-plist @@ -180,6 +180,7 @@ include/agrum/BN/learning/localSearchWithTabuList_tpl.h include/agrum/BN/learning/paramUtils/DAG2BNLearner.h include/agrum/BN/learning/paramUtils/DAG2BNLearner_inl.h include/agrum/BN/learning/paramUtils/DAG2BNLearner_tpl.h +include/agrum/BN/learning/paramUtils/EMApproximationScheme.h include/agrum/BN/learning/paramUtils/paramEstimator.h include/agrum/BN/learning/paramUtils/paramEstimatorML.h include/agrum/BN/learning/paramUtils/paramEstimatorML_inl.h diff --git a/science/chemical-mime-data/Makefile b/science/chemical-mime-data/Makefile index 064fad3e2128..f2cf0d3ea3dd 100644 --- a/science/chemical-mime-data/Makefile +++ b/science/chemical-mime-data/Makefile @@ -1,21 +1,28 @@ PORTNAME= chemical-mime-data PORTVERSION= 0.1.94 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= science -MASTER_SITES= SF/chemical-mime/${PORTNAME}/${PORTVERSION} - MAINTAINER= ports@FreeBSD.org COMMENT= Collection of chemical MIME types for UNIX desktops -WWW= http://chemical-mime.sourceforge.net/ +WWW= https://github.com/dleidert/chemical-mime + +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING -USES= gettext-tools gmake gnome localbase:ldflags pathfix pkgconfig \ +USES= autoreconf gettext-tools gmake gnome localbase:ldflags pathfix pkgconfig \ shared-mime-info tar:bzip2 USE_GNOME= gnomemimedata intlhack librsvg2:build libxslt:build GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-update-database +CONFIGURE_ARGS= --disable-update-database \ + --without-kde-magic + +USE_GITHUB= yes +GH_ACCOUNT= dleidert +GH_PROJECT= chemical-mime +GH_TAGNAME= 4fd66e3b3b7d922555d1e25587908b036805c45b post-patch: - @${REINPLACE_CMD} -e 's|*-*-solaris*|*| ; s|rsvg|rsvg-convert|g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|-f png $$< |-f png $$< > |' ${WRKSRC}/icons/hicolor/Makefile.in + @${REINPLACE_CMD} -e 's:acronym|alias|comment|:acronym|alias|comment|generic-icon|:' \ + ${WRKSRC}/xsl/cmd_freedesktop_org.xsl .include <bsd.port.mk> diff --git a/science/chemical-mime-data/distinfo b/science/chemical-mime-data/distinfo index d00a171cc183..efec878a86be 100644 --- a/science/chemical-mime-data/distinfo +++ b/science/chemical-mime-data/distinfo @@ -1,2 +1,3 @@ -SHA256 (chemical-mime-data-0.1.94.tar.bz2) = 4907cdf60e9edca0a453f6f24e9179ae9da085b67168e932ba44a4280316bff1 -SIZE (chemical-mime-data-0.1.94.tar.bz2) = 146077 +TIMESTAMP = 1753696974 +SHA256 (dleidert-chemical-mime-0.1.94-4fd66e3b3b7d922555d1e25587908b036805c45b_GH0.tar.gz) = f40fdf56ef14c67ab59b6ebb2e6d513ddf5070929695b62e04d9f40a2baccfff +SIZE (dleidert-chemical-mime-0.1.94-4fd66e3b3b7d922555d1e25587908b036805c45b_GH0.tar.gz) = 84515 diff --git a/science/chemical-mime-data/pkg-plist b/science/chemical-mime-data/pkg-plist index c22391dc17c7..aaf1cf38383d 100644 --- a/science/chemical-mime-data/pkg-plist +++ b/science/chemical-mime-data/pkg-plist @@ -1,26 +1,14 @@ libdata/pkgconfig/chemical-mime-data.pc -share/doc/chemical-mime-data/chemical-mime-data.html -share/doc/chemical-mime-data/cmd.css -share/doc/chemical-mime-data/index.html -share/icons/hicolor/16x16/mimetypes/gnome-mime-chemical.png -share/icons/hicolor/22x22/mimetypes/gnome-mime-chemical.png -share/icons/hicolor/24x24/mimetypes/gnome-mime-chemical.png -share/icons/hicolor/32x32/mimetypes/gnome-mime-chemical.png -share/icons/hicolor/36x36/mimetypes/gnome-mime-chemical.png -share/icons/hicolor/48x48/mimetypes/gnome-mime-chemical.png -share/icons/hicolor/64x64/mimetypes/gnome-mime-chemical.png -share/icons/hicolor/72x72/mimetypes/gnome-mime-chemical.png -share/icons/hicolor/96x96/mimetypes/gnome-mime-chemical.png -share/icons/hicolor/128x128/mimetypes/gnome-mime-chemical.png -share/icons/hicolor/192x192/mimetypes/gnome-mime-chemical.png -share/icons/hicolor/scalable/mimetypes/gnome-mime-chemical.svgz +%%DATADIR%%/file/magic.mime +%%DATADIR%%/mime.types share/locale/de/LC_MESSAGES/chemical-mime-data.mo share/locale/fr/LC_MESSAGES/chemical-mime-data.mo -share/pixmaps/chemistry.png -share/pixmaps/gnome-mime-chemical.png -share/mime/packages/chemical-mime-data.xml share/mime-info/chemical-mime-data.keys share/mime-info/chemical-mime-data.mime +share/mime/packages/chemical-mime-data.xml +share/mimelnk/chemical/cml.desktop +share/mimelnk/chemical/pdb.desktop +share/mimelnk/chemical/seq-na-genbank.desktop share/mimelnk/chemical/x-alchemy.desktop share/mimelnk/chemical/x-cache.desktop share/mimelnk/chemical/x-cactvs-ascii.desktop @@ -31,11 +19,18 @@ share/mimelnk/chemical/x-cdxml.desktop share/mimelnk/chemical/x-chem3d.desktop share/mimelnk/chemical/x-cif.desktop share/mimelnk/chemical/x-cml.desktop +share/mimelnk/chemical/x-daylight-smiles.desktop share/mimelnk/chemical/x-dmol.desktop share/mimelnk/chemical/x-gamess-input.desktop share/mimelnk/chemical/x-gamess-output.desktop share/mimelnk/chemical/x-gaussian-input.desktop share/mimelnk/chemical/x-gaussian-log.desktop +share/mimelnk/chemical/x-gaussian-output.desktop +share/mimelnk/chemical/x-gaussian.desktop +share/mimelnk/chemical/x-gaussian03-output.desktop +share/mimelnk/chemical/x-gaussian92-output.desktop +share/mimelnk/chemical/x-gaussian94-output.desktop +share/mimelnk/chemical/x-gaussian98-output.desktop share/mimelnk/chemical/x-genbank.desktop share/mimelnk/chemical/x-gulp.desktop share/mimelnk/chemical/x-hin.desktop @@ -46,18 +41,24 @@ share/mimelnk/chemical/x-macromodel-input.desktop share/mimelnk/chemical/x-mdl-molfile.desktop share/mimelnk/chemical/x-mdl-rdfile.desktop share/mimelnk/chemical/x-mdl-rxnfile.desktop +share/mimelnk/chemical/x-mdl-sdfile.desktop share/mimelnk/chemical/x-mdl-tgf.desktop share/mimelnk/chemical/x-mmcif.desktop share/mimelnk/chemical/x-mol2.desktop share/mimelnk/chemical/x-mopac-graph.desktop +share/mimelnk/chemical/x-mopac-input.desktop share/mimelnk/chemical/x-mopac-out.desktop +share/mimelnk/chemical/x-mopac.desktop share/mimelnk/chemical/x-msi-car.desktop share/mimelnk/chemical/x-msi-hessian.desktop share/mimelnk/chemical/x-msi-mdf.desktop share/mimelnk/chemical/x-msi-msi.desktop +share/mimelnk/chemical/x-ncbi-asn1-ascii.desktop share/mimelnk/chemical/x-ncbi-asn1-binary.desktop share/mimelnk/chemical/x-ncbi-asn1-xml.desktop share/mimelnk/chemical/x-ncbi-asn1.desktop +share/mimelnk/chemical/x-pdb.desktop share/mimelnk/chemical/x-shelx.desktop share/mimelnk/chemical/x-vmd.desktop share/mimelnk/chemical/x-xyz.desktop +share/mimelnk/chemical/xyz.desktop diff --git a/science/cp2k-data/Makefile b/science/cp2k-data/Makefile index 8bc9337cd7b9..bc2ad72bb356 100644 --- a/science/cp2k-data/Makefile +++ b/science/cp2k-data/Makefile @@ -1,6 +1,6 @@ PORTNAME= cp2k-data DISTVERSIONPREFIX= v -DISTVERSION= 2025.1 +DISTVERSION= 2025.2 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org diff --git a/science/cp2k-data/distinfo b/science/cp2k-data/distinfo index 004194f14912..264eccf26d02 100644 --- a/science/cp2k-data/distinfo +++ b/science/cp2k-data/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1735891303 -SHA256 (cp2k-cp2k-v2025.1_GH0.tar.gz) = 9b58062b9aed51de06cb1248f5dbeab2741962f03eb72c4025b9d0533af1805e -SIZE (cp2k-cp2k-v2025.1_GH0.tar.gz) = 87315415 +TIMESTAMP = 1753646804 +SHA256 (cp2k-cp2k-v2025.2_GH0.tar.gz) = 02432be1f6b56bab1d4b43e86e28ba495405d6f4015f2610f3376d56495ef74b +SIZE (cp2k-cp2k-v2025.2_GH0.tar.gz) = 88095973 diff --git a/science/cp2k-data/pkg-plist b/science/cp2k-data/pkg-plist index 3e641bb9296c..27d24338488a 100644 --- a/science/cp2k-data/pkg-plist +++ b/science/cp2k-data/pkg-plist @@ -1,6 +1,7 @@ %%DATADIR%%/ALL_BASIS_SETS %%DATADIR%%/ALL_POTENTIALS %%DATADIR%%/AcPP1_POTENTIALS +%%DATADIR%%/AcPP2_POTENTIALS %%DATADIR%%/Allegro/gra-water-deployed-neq060sp.pth %%DATADIR%%/Allegro/si-deployed-neq060dp.pth %%DATADIR%%/BASIS_ADMM @@ -12,6 +13,7 @@ %%DATADIR%%/BASIS_MINIX %%DATADIR%%/BASIS_MOLOPT %%DATADIR%%/BASIS_MOLOPT_AcPP1 +%%DATADIR%%/BASIS_MOLOPT_AcPP2 %%DATADIR%%/BASIS_MOLOPT_LnPP1 %%DATADIR%%/BASIS_MOLOPT_LnPP2 %%DATADIR%%/BASIS_MOLOPT_PSI @@ -139,7 +141,7 @@ %%DATADIR%%/DFTB/scc/zns.spl %%DATADIR%%/DFTB/scc/znzn.spl %%DATADIR%%/DFTB/uff_table -%%DATADIR%%/DeePMD/W.pb +%%DATADIR%%/DeePMD/water_dpa2.pth %%DATADIR%%/ECP_POTENTIALS %%DATADIR%%/ECP_POTENTIALS_pob-TZVP-rev2 %%DATADIR%%/EMSL_BASIS_SETS @@ -185,6 +187,17 @@ %%DATADIR%%/NNP/bulkH2O-jcp2020-cnnp/nnp-8/scaling.data %%DATADIR%%/NNP/bulkH2O-jcp2020-cnnp/nnp-8/weights.001.data %%DATADIR%%/NNP/bulkH2O-jcp2020-cnnp/nnp-8/weights.008.data +%%DATADIR%%/NNP/protH2OHelium-interaction-nnp/input.nn +%%DATADIR%%/NNP/protH2OHelium-interaction-nnp/readme.md +%%DATADIR%%/NNP/protH2OHelium-interaction-nnp/scaling.data +%%DATADIR%%/NNP/protH2OHelium-interaction-nnp/weights.001.data +%%DATADIR%%/NNP/protH2OHelium-interaction-nnp/weights.002.data +%%DATADIR%%/NNP/protH2OHelium-interaction-nnp/weights.008.data +%%DATADIR%%/NNP/protH2Ocluster-jctc2020-nnp/input.nn +%%DATADIR%%/NNP/protH2Ocluster-jctc2020-nnp/readme.md +%%DATADIR%%/NNP/protH2Ocluster-jctc2020-nnp/scaling.data +%%DATADIR%%/NNP/protH2Ocluster-jctc2020-nnp/weights.001.data +%%DATADIR%%/NNP/protH2Ocluster-jctc2020-nnp/weights.008.data %%DATADIR%%/NequIP/water-deployed-neq060dp.pth %%DATADIR%%/NequIP/water-deployed-neq060sp.pth %%DATADIR%%/POTENTIAL diff --git a/science/cp2k/Makefile b/science/cp2k/Makefile index f6b05741f098..46e7081d3302 100644 --- a/science/cp2k/Makefile +++ b/science/cp2k/Makefile @@ -1,7 +1,6 @@ PORTNAME= cp2k DISTVERSIONPREFIX= v -DISTVERSION= 2025.1 -PORTREVISION= 2 +DISTVERSION= 2025.2 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org @@ -61,5 +60,6 @@ do-test: install ./tests/do_regtest.py ${BUILD_WRKSRC}/bin ${EXE_VERSION} # build instructions: https://github.com/cp2k/cp2k/blob/master/INSTALL.md +# tests as of 2025.2: Summary: correct: 3009 / 3012; failed: 3; 141min .include <bsd.port.mk> diff --git a/science/cp2k/distinfo b/science/cp2k/distinfo index e6c365e0e377..aee1bed85e63 100644 --- a/science/cp2k/distinfo +++ b/science/cp2k/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1735886722 -SHA256 (cp2k-cp2k-v2025.1_GH0.tar.gz) = 9b58062b9aed51de06cb1248f5dbeab2741962f03eb72c4025b9d0533af1805e -SIZE (cp2k-cp2k-v2025.1_GH0.tar.gz) = 87315415 +TIMESTAMP = 1753641251 +SHA256 (cp2k-cp2k-v2025.2_GH0.tar.gz) = 02432be1f6b56bab1d4b43e86e28ba495405d6f4015f2610f3376d56495ef74b +SIZE (cp2k-cp2k-v2025.2_GH0.tar.gz) = 88095973 diff --git a/science/cp2k/files/patch-cmake_CompilerConfiguration.cmake b/science/cp2k/files/patch-cmake_CompilerConfiguration.cmake index 1ec302774635..3b5407d20736 100644 --- a/science/cp2k/files/patch-cmake_CompilerConfiguration.cmake +++ b/science/cp2k/files/patch-cmake_CompilerConfiguration.cmake @@ -1,11 +1,37 @@ ---- cmake/CompilerConfiguration.cmake.orig 2024-09-04 05:25:49 UTC +--- cmake/CompilerConfiguration.cmake.orig 2025-07-23 08:02:03 UTC +++ cmake/CompilerConfiguration.cmake -@@ -35,7 +35,7 @@ add_compile_options( - # https://github.com/cp2k/dbcsr/issues/261 eventually check compiler version - # (similar to -h system_alloc) - add_compile_options( -- "$<$<COMPILE_LANG_AND_ID:Fortran,GNU>:-mtune=native;-ffree-line-length-512;-ffree-form;-std=f2008;-fimplicit-none;-Werror=aliasing;-Werror=ampersand;-Werror=c-binding-type;-Werror=conversion;-Werror=intrinsic-shadow;-Werror=intrinsics-std;-Werror=line-truncation;-Werror=tabs;-Werror=target-lifetime;-Werror=underflow;-Werror=unused-but-set-variable;-Werror=unused-variable>" -+ "$<$<COMPILE_LANG_AND_ID:Fortran,GNU>:-ffree-line-length-512;-ffree-form;-std=f2008;-fimplicit-none;-Werror=aliasing;-Werror=ampersand;-Werror=c-binding-type;-Werror=conversion;-Werror=intrinsic-shadow;-Werror=intrinsics-std;-Werror=line-truncation;-Werror=tabs;-Werror=target-lifetime;-Werror=underflow;-Werror=unused-but-set-variable;-Werror=unused-variable>" - "$<$<AND:$<COMPILE_LANG_AND_ID:Fortran,GNU>,$<VERSION_GREATER_EQUAL:${CMAKE_Fortran_COMPILER_VERSION},11>>:-fallow-argument-mismatch>" - "$<$<COMPILE_LANG_AND_ID:Fortran,Intel>:-free -stand=f18 -fpp -heap-arrays>" - "$<$<COMPILE_LANG_AND_ID:Fortran,PGI>:-Mfreeform -Mextend -Mallocatable=03>" +@@ -53,9 +53,9 @@ add_compile_options( + + # Release + add_compile_options( +- "$<$<AND:$<CONFIG:RELEASE>,$<COMPILE_LANG_AND_ID:Fortran,GNU>>:-O3;-march=native;-mtune=native;-funroll-loops>" +- "$<$<AND:$<CONFIG:RELEASE>,$<COMPILE_LANG_AND_ID:CXX,GNU>>:-O3;-march=native;-mtune=native;-funroll-loops>" +- "$<$<AND:$<CONFIG:RELEASE>,$<COMPILE_LANG_AND_ID:C,GNU>>:-O3;-march=native;-mtune=native;-funroll-loops>" ++ "$<$<AND:$<CONFIG:RELEASE>,$<COMPILE_LANG_AND_ID:Fortran,GNU>>:-O3;-funroll-loops>" ++ "$<$<AND:$<CONFIG:RELEASE>,$<COMPILE_LANG_AND_ID:CXX,GNU>>:-O3;-funroll-loops>" ++ "$<$<AND:$<CONFIG:RELEASE>,$<COMPILE_LANG_AND_ID:C,GNU>>:-O3;-funroll-loops>" + ) + + # Generic +@@ -67,9 +67,9 @@ add_compile_options( + + # Debug + add_compile_options( +- "$<$<AND:$<CONFIG:DEBUG>,$<COMPILE_LANG_AND_ID:Fortran,GNU>>:-O1;-march=native;-mtune=native>" +- "$<$<AND:$<CONFIG:DEBUG>,$<COMPILE_LANG_AND_ID:CXX,GNU>>:-O1;-march=native;-mtune=native>" +- "$<$<AND:$<CONFIG:DEBUG>,$<COMPILE_LANG_AND_ID:C,GNU>>:-O1;-march=native;-mtune=native>" ++ "$<$<AND:$<CONFIG:DEBUG>,$<COMPILE_LANG_AND_ID:Fortran,GNU>>:-O1>" ++ "$<$<AND:$<CONFIG:DEBUG>,$<COMPILE_LANG_AND_ID:CXX,GNU>>:-O1>" ++ "$<$<AND:$<CONFIG:DEBUG>,$<COMPILE_LANG_AND_ID:C,GNU>>:-O1>" + ) + add_compile_options( + "$<$<AND:$<CONFIG:DEBUG>,$<COMPILE_LANG_AND_ID:Fortran,GNU>>:-fsanitize=leak;-Werror=realloc-lhs>" +@@ -100,7 +100,7 @@ add_compile_options( + + # Address Sanitizer + add_compile_options( +- "$<$<CONFIG:ASAN>:-fsanitize=address;-no-pie;-O3;-march=native;-mtune=native;-funroll-loops>" ++ "$<$<CONFIG:ASAN>:-fsanitize=address;-no-pie;-O3;-funroll-loops>" + ) + add_link_options("$<$<CONFIG:ASAN>:-fsanitize=address>") + diff --git a/science/cp2k/pkg-plist b/science/cp2k/pkg-plist index b502f43f6bfb..bc47f0049444 100644 --- a/science/cp2k/pkg-plist +++ b/science/cp2k/pkg-plist @@ -6,12 +6,15 @@ bin/dumpdcd%%SUFFIX%% bin/graph%%SUFFIX%% bin/grid_miniapp%%SUFFIX%% bin/grid_unittest%%SUFFIX%% +bin/gx_ac_unittest%%SUFFIX%% bin/libcp2k_unittest%%SUFFIX%% bin/memory_utilities_unittest%%SUFFIX%% bin/nequip_unittest%%SUFFIX%% bin/parallel_rng_types_unittest%%SUFFIX%% bin/xyz2dcd%%SUFFIX%% include/cp2k/libcp2k.h +include/cp2k/mod_files/ace_nlist.mod +include/cp2k/mod_files/ace_wrapper.mod include/cp2k/mod_files/admm_dm_methods.mod include/cp2k/mod_files/admm_dm_types.mod include/cp2k/mod_files/admm_methods.mod @@ -59,6 +62,7 @@ include/cp2k/mod_files/arnoldi_data_methods.mod include/cp2k/mod_files/arnoldi_geev.mod include/cp2k/mod_files/arnoldi_methods.mod include/cp2k/mod_files/arnoldi_types.mod +include/cp2k/mod_files/arnoldi_vector.mod include/cp2k/mod_files/atom.mod include/cp2k/mod_files/atom_admm_methods.mod include/cp2k/mod_files/atom_basis.mod @@ -146,6 +150,7 @@ include/cp2k/mod_files/cp_control_types.mod include/cp2k/mod_files/cp_control_utils.mod include/cp2k/mod_files/cp_dbcsr_api.mod include/cp2k/mod_files/cp_dbcsr_cholesky.mod +include/cp2k/mod_files/cp_dbcsr_contrib.mod include/cp2k/mod_files/cp_dbcsr_cp2k_link.mod include/cp2k/mod_files/cp_dbcsr_diag.mod include/cp2k/mod_files/cp_dbcsr_operations.mod @@ -209,7 +214,6 @@ include/cp2k/mod_files/ct_types.mod include/cp2k/mod_files/cube_utils.mod include/cp2k/mod_files/d3_poly.mod include/cp2k/mod_files/damping_dipole_types.mod -include/cp2k/mod_files/dbcsr_vector.mod include/cp2k/mod_files/dbm_api.mod include/cp2k/mod_files/dbm_tests.mod include/cp2k/mod_files/dbt_allocate_wrap.mod @@ -354,6 +358,7 @@ include/cp2k/mod_files/generic_os_integrals.mod include/cp2k/mod_files/generic_shg_integrals.mod include/cp2k/mod_files/generic_shg_integrals_init.mod include/cp2k/mod_files/geo_opt.mod +include/cp2k/mod_files/gfun.mod include/cp2k/mod_files/glbopt_callback.mod include/cp2k/mod_files/glbopt_history.mod include/cp2k/mod_files/glbopt_input.mod @@ -370,6 +375,7 @@ include/cp2k/mod_files/gopt_param_types.mod include/cp2k/mod_files/graph_methods.mod include/cp2k/mod_files/graph_utils.mod include/cp2k/mod_files/graphcon.mod +include/cp2k/mod_files/greenx_interface.mod include/cp2k/mod_files/grid_api.mod include/cp2k/mod_files/group_dist_types.mod include/cp2k/mod_files/grrm_utils.mod @@ -380,6 +386,7 @@ include/cp2k/mod_files/gw_large_cell_gamma.mod include/cp2k/mod_files/gw_main.mod include/cp2k/mod_files/gw_small_cell_full_kp.mod include/cp2k/mod_files/gw_utils.mod +include/cp2k/mod_files/hairy_probes.mod include/cp2k/mod_files/hartree_local_methods.mod include/cp2k/mod_files/hartree_local_types.mod include/cp2k/mod_files/hdf5_wrapper.mod @@ -505,7 +512,6 @@ include/cp2k/mod_files/kpoint_methods.mod include/cp2k/mod_files/kpoint_transitional.mod include/cp2k/mod_files/kpoint_types.mod include/cp2k/mod_files/kpsym.mod -include/cp2k/mod_files/lapack.mod include/cp2k/mod_files/lazy.mod include/cp2k/mod_files/lebedev.mod include/cp2k/mod_files/libcp2k.mod @@ -533,6 +539,7 @@ include/cp2k/mod_files/lri_optimize_ri_basis.mod include/cp2k/mod_files/lri_optimize_ri_basis_types.mod include/cp2k/mod_files/ls_matrix_exp.mod include/cp2k/mod_files/machine.mod +include/cp2k/mod_files/manybody_ace.mod include/cp2k/mod_files/manybody_allegro.mod include/cp2k/mod_files/manybody_deepmd.mod include/cp2k/mod_files/manybody_eam.mod @@ -790,6 +797,8 @@ include/cp2k/mod_files/qs_2nd_kernel_ao.mod include/cp2k/mod_files/qs_active_space_methods.mod include/cp2k/mod_files/qs_active_space_types.mod include/cp2k/mod_files/qs_active_space_utils.mod +include/cp2k/mod_files/qs_apt_fdiff_methods.mod +include/cp2k/mod_files/qs_apt_fdiff_types.mod include/cp2k/mod_files/qs_atomic_block.mod include/cp2k/mod_files/qs_band_structure.mod include/cp2k/mod_files/qs_basis_gradient.mod @@ -1001,10 +1010,6 @@ include/cp2k/mod_files/qs_tddfpt2_stda_utils.mod include/cp2k/mod_files/qs_tddfpt2_subgroups.mod include/cp2k/mod_files/qs_tddfpt2_types.mod include/cp2k/mod_files/qs_tddfpt2_utils.mod -include/cp2k/mod_files/qs_tddfpt_eigensolver.mod -include/cp2k/mod_files/qs_tddfpt_module.mod -include/cp2k/mod_files/qs_tddfpt_types.mod -include/cp2k/mod_files/qs_tddfpt_utils.mod include/cp2k/mod_files/qs_tensors.mod include/cp2k/mod_files/qs_tensors_types.mod include/cp2k/mod_files/qs_update_s_mstruct.mod @@ -1027,6 +1032,8 @@ include/cp2k/mod_files/replica_types.mod include/cp2k/mod_files/response_solver.mod include/cp2k/mod_files/restraint.mod include/cp2k/mod_files/ri_environment_methods.mod +include/cp2k/mod_files/rixs_methods.mod +include/cp2k/mod_files/rixs_types.mod include/cp2k/mod_files/rmsd.mod include/cp2k/mod_files/routine_map.mod include/cp2k/mod_files/rpa_communication.mod @@ -1135,6 +1142,9 @@ include/cp2k/mod_files/tamc_run.mod include/cp2k/mod_files/taper_types.mod include/cp2k/mod_files/task_list_methods.mod include/cp2k/mod_files/task_list_types.mod +include/cp2k/mod_files/tblite_interface.mod +include/cp2k/mod_files/tblite_ks_matrix.mod +include/cp2k/mod_files/tblite_types.mod include/cp2k/mod_files/thermal_region_types.mod include/cp2k/mod_files/thermal_region_utils.mod include/cp2k/mod_files/thermostat_mapping.mod @@ -1259,6 +1269,7 @@ include/cp2k/mod_files/xc_xbr_pbe_lda_hole_t_c_lr.mod include/cp2k/mod_files/xc_xlda_hole_t_c_lr.mod include/cp2k/mod_files/xc_xpbe_hole_t_c_lr.mod include/cp2k/mod_files/xc_xwpbe.mod +include/cp2k/mod_files/xmgrace.mod include/cp2k/mod_files/xray_diffraction.mod include/cp2k/mod_files/xtb_coulomb.mod include/cp2k/mod_files/xtb_eeq.mod @@ -1270,11 +1281,13 @@ include/cp2k/mod_files/xtb_ks_matrix.mod include/cp2k/mod_files/xtb_matrices.mod include/cp2k/mod_files/xtb_parameters.mod include/cp2k/mod_files/xtb_potentials.mod +include/cp2k/mod_files/xtb_qresp.mod include/cp2k/mod_files/xtb_types.mod lib/cmake/cp2k/cp2kConfig.cmake lib/cmake/cp2k/cp2kConfigVersion.cmake lib/cmake/cp2k/cp2kTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/cp2k/cp2kTargets.cmake +lib/cmake/cp2k/modules/FindACE.cmake lib/cmake/cp2k/modules/FindArmpl.cmake lib/cmake/cp2k/modules/FindAtlas.cmake lib/cmake/cp2k/modules/FindBlas.cmake @@ -1288,28 +1301,25 @@ lib/cmake/cp2k/modules/FindGenericBLAS.cmake lib/cmake/cp2k/modules/FindLapack.cmake lib/cmake/cp2k/modules/FindLibVDWXC.cmake lib/cmake/cp2k/modules/FindLibVORI.cmake -lib/cmake/cp2k/modules/FindLibXC.cmake lib/cmake/cp2k/modules/FindLibXSMM.cmake lib/cmake/cp2k/modules/FindLibint2.cmake lib/cmake/cp2k/modules/FindMKL.cmake -lib/cmake/cp2k/modules/FindMetis.cmake lib/cmake/cp2k/modules/FindNVHPCBlas.cmake lib/cmake/cp2k/modules/FindOpenBLAS.cmake -lib/cmake/cp2k/modules/FindPEXSI.cmake lib/cmake/cp2k/modules/FindPlumed.cmake -lib/cmake/cp2k/modules/FindPtscotch.cmake -lib/cmake/cp2k/modules/FindQuip.cmake lib/cmake/cp2k/modules/FindSCALAPACK.cmake lib/cmake/cp2k/modules/FindSCI.cmake -lib/cmake/cp2k/modules/FindSuperLU.cmake +lib/cmake/cp2k/modules/FindTrexIO.cmake +lib/cmake/cp2k/modules/Findlibsmeagol.cmake lib/cmake/cp2k/modules/Finducc.cmake lib/cmake/cp2k/modules/cp2k_utils.cmake lib/libcp2k.so -lib/libcp2k.so.2025.1 +lib/libcp2k.so.2025.2 libdata/pkgconfig/libcp2k.pc %%DATADIR%%/data/ALL_BASIS_SETS %%DATADIR%%/data/ALL_POTENTIALS %%DATADIR%%/data/AcPP1_POTENTIALS +%%DATADIR%%/data/AcPP2_POTENTIALS %%DATADIR%%/data/Allegro/gra-water-deployed-neq060sp.pth %%DATADIR%%/data/Allegro/si-deployed-neq060dp.pth %%DATADIR%%/data/BASIS_ADMM @@ -1321,6 +1331,7 @@ libdata/pkgconfig/libcp2k.pc %%DATADIR%%/data/BASIS_MINIX %%DATADIR%%/data/BASIS_MOLOPT %%DATADIR%%/data/BASIS_MOLOPT_AcPP1 +%%DATADIR%%/data/BASIS_MOLOPT_AcPP2 %%DATADIR%%/data/BASIS_MOLOPT_LnPP1 %%DATADIR%%/data/BASIS_MOLOPT_LnPP2 %%DATADIR%%/data/BASIS_MOLOPT_PSI @@ -1448,7 +1459,7 @@ libdata/pkgconfig/libcp2k.pc %%DATADIR%%/data/DFTB/scc/zns.spl %%DATADIR%%/data/DFTB/scc/znzn.spl %%DATADIR%%/data/DFTB/uff_table -%%DATADIR%%/data/DeePMD/W.pb +%%DATADIR%%/data/DeePMD/water_dpa2.pth %%DATADIR%%/data/ECP_POTENTIALS %%DATADIR%%/data/ECP_POTENTIALS_pob-TZVP-rev2 %%DATADIR%%/data/EMSL_BASIS_SETS @@ -1494,6 +1505,17 @@ libdata/pkgconfig/libcp2k.pc %%DATADIR%%/data/NNP/bulkH2O-jcp2020-cnnp/nnp-8/scaling.data %%DATADIR%%/data/NNP/bulkH2O-jcp2020-cnnp/nnp-8/weights.001.data %%DATADIR%%/data/NNP/bulkH2O-jcp2020-cnnp/nnp-8/weights.008.data +%%DATADIR%%/data/NNP/protH2OHelium-interaction-nnp/input.nn +%%DATADIR%%/data/NNP/protH2OHelium-interaction-nnp/readme.md +%%DATADIR%%/data/NNP/protH2OHelium-interaction-nnp/scaling.data +%%DATADIR%%/data/NNP/protH2OHelium-interaction-nnp/weights.001.data +%%DATADIR%%/data/NNP/protH2OHelium-interaction-nnp/weights.002.data +%%DATADIR%%/data/NNP/protH2OHelium-interaction-nnp/weights.008.data +%%DATADIR%%/data/NNP/protH2Ocluster-jctc2020-nnp/input.nn +%%DATADIR%%/data/NNP/protH2Ocluster-jctc2020-nnp/readme.md +%%DATADIR%%/data/NNP/protH2Ocluster-jctc2020-nnp/scaling.data +%%DATADIR%%/data/NNP/protH2Ocluster-jctc2020-nnp/weights.001.data +%%DATADIR%%/data/NNP/protH2Ocluster-jctc2020-nnp/weights.008.data %%DATADIR%%/data/NequIP/water-deployed-neq060dp.pth %%DATADIR%%/data/NequIP/water-deployed-neq060sp.pth %%DATADIR%%/data/POTENTIAL diff --git a/science/eccodes/pkg-plist b/science/eccodes/pkg-plist index 29dff88bf736..52d540fa23dd 100644 --- a/science/eccodes/pkg-plist +++ b/science/eccodes/pkg-plist @@ -19886,7 +19886,7 @@ libdata/pkgconfig/eccodes.pc %%DATADIR%%/definitions/grib2/tables/34/5.6.table %%DATADIR%%/definitions/grib2/tables/34/5.7.table %%DATADIR%%/definitions/grib2/tables/34/6.0.table -%%DATADIR%%/definitions/grib2/tables/35/%%PERL_VER%%.table +%%DATADIR%%/definitions/grib2/tables/35/5.40.table %%DATADIR%%/definitions/grib2/tables/35/0.0.table %%DATADIR%%/definitions/grib2/tables/35/1.0.table %%DATADIR%%/definitions/grib2/tables/35/1.1.table diff --git a/science/ncrystal/Makefile b/science/ncrystal/Makefile index fb63deb58062..9cfb8da272b6 100644 --- a/science/ncrystal/Makefile +++ b/science/ncrystal/Makefile @@ -1,6 +1,6 @@ PORTNAME= ncrystal DISTVERSIONPREFIX= v -DISTVERSION= 4.2.0 +DISTVERSION= 4.2.6 CATEGORIES= science # physics MAINTAINER= yuri@FreeBSD.org @@ -24,6 +24,6 @@ CMAKE_TESTING_ON= NCRYSTAL_ENABLE_TESTING \ post-install: # workaround for https://github.com/mctools/ncrystal/issues/150 @${RM} ${STAGEDIR}${PREFIX}/*.sh -# tests as of 4.1.4: 54% tests passed, 37 tests failed out of 80, see https://github.com/mctools/ncrystal/issues/231 +# tests as of 4.2.6: 52% tests passed, 42 tests failed out of 87 .include <bsd.port.mk> diff --git a/science/ncrystal/distinfo b/science/ncrystal/distinfo index a9c11355be17..1a8eec6572c9 100644 --- a/science/ncrystal/distinfo +++ b/science/ncrystal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749700880 -SHA256 (mctools-ncrystal-v4.2.0_GH0.tar.gz) = bc01465f4e7db596ebba34df96ad744eea7cd1d2308fb2ff1ae532d0dbc50725 -SIZE (mctools-ncrystal-v4.2.0_GH0.tar.gz) = 2812384 +TIMESTAMP = 1753507988 +SHA256 (mctools-ncrystal-v4.2.6_GH0.tar.gz) = 4e7926d8bb931cce3546e9406a2a3d9b182b864e94ce34e31b1a6d9475479602 +SIZE (mctools-ncrystal-v4.2.6_GH0.tar.gz) = 2821990 diff --git a/science/py-ncrystal/Makefile b/science/py-ncrystal/Makefile index 16b71cb75d5e..ed1e1279b00e 100644 --- a/science/py-ncrystal/Makefile +++ b/science/py-ncrystal/Makefile @@ -1,6 +1,6 @@ PORTNAME= ncrystal DISTVERSIONPREFIX= v -DISTVERSION= 4.2.0 +DISTVERSION= 4.2.6 CATEGORIES= science # physics PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -32,7 +32,7 @@ post-install: # strip binary #@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/NCrystal/ncrystal_pyinst_data/lib/libNCrystal.so -do-test: # the third test fails for an unknown reason +do-test: @cd ${TEST_WRKSRC} && \ ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m NCrystal.test all diff --git a/science/py-ncrystal/distinfo b/science/py-ncrystal/distinfo index a23e154ff514..aca64d45e427 100644 --- a/science/py-ncrystal/distinfo +++ b/science/py-ncrystal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749705869 -SHA256 (mctools-ncrystal-v4.2.0_GH0.tar.gz) = bc01465f4e7db596ebba34df96ad744eea7cd1d2308fb2ff1ae532d0dbc50725 -SIZE (mctools-ncrystal-v4.2.0_GH0.tar.gz) = 2812384 +TIMESTAMP = 1753507607 +SHA256 (mctools-ncrystal-v4.2.6_GH0.tar.gz) = 4e7926d8bb931cce3546e9406a2a3d9b182b864e94ce34e31b1a6d9475479602 +SIZE (mctools-ncrystal-v4.2.6_GH0.tar.gz) = 2821990 diff --git a/science/tinker/Makefile b/science/tinker/Makefile index c5b9b72ff278..a62f2268609b 100644 --- a/science/tinker/Makefile +++ b/science/tinker/Makefile @@ -1,6 +1,5 @@ PORTNAME= tinker -DISTVERSION= 8.11.3 -PORTREVISION= 1 +DISTVERSION= 25.3 CATEGORIES= science MASTER_SITES= https://dasher.wustl.edu/tinker/downloads/ diff --git a/science/tinker/distinfo b/science/tinker/distinfo index 6c20209908c4..7ca60014bed4 100644 --- a/science/tinker/distinfo +++ b/science/tinker/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1719188902 -SHA256 (tinker-8.11.3.tar.gz) = 8dfbc9fb8f26742d91139187657e2c905744b0243538f81b75bc04cdc2606ff7 -SIZE (tinker-8.11.3.tar.gz) = 73256260 +TIMESTAMP = 1753634645 +SHA256 (tinker-25.3.tar.gz) = d536f1d4d0d7d4394b3b3d88a52cf12ed3489312ac2ad9c6ce4d198bd681e36c +SIZE (tinker-25.3.tar.gz) = 80772142 diff --git a/science/tinker/pkg-plist b/science/tinker/pkg-plist index 286fc0abcadd..b0f9367ade44 100644 --- a/science/tinker/pkg-plist +++ b/science/tinker/pkg-plist @@ -64,6 +64,8 @@ bin/xyzint bin/xyzmol2 bin/xyzpdb %%DATADIR%%/params/0README +%%DATADIR%%/params/amber14sb.prm +%%DATADIR%%/params/amber19sb.prm %%DATADIR%%/params/amber94.prm %%DATADIR%%/params/amber96.prm %%DATADIR%%/params/amber98.prm @@ -82,7 +84,8 @@ bin/xyzpdb %%DATADIR%%/params/basic.prm %%DATADIR%%/params/charmm19.prm %%DATADIR%%/params/charmm22.prm -%%DATADIR%%/params/charmm22cmap.prm +%%DATADIR%%/params/charmm27.prm +%%DATADIR%%/params/charmm36.prm %%DATADIR%%/params/dang.prm %%DATADIR%%/params/hippo19.prm %%DATADIR%%/params/hoch.prm @@ -90,8 +93,9 @@ bin/xyzpdb %%DATADIR%%/params/mm2.prm %%DATADIR%%/params/mm3.prm %%DATADIR%%/params/mm3pro.prm -%%DATADIR%%/params/mmff.prm -%%DATADIR%%/params/oplsaa.prm +%%DATADIR%%/params/mmff94.prm +%%DATADIR%%/params/mmff94s.prm +%%DATADIR%%/params/oplsaa08.prm %%DATADIR%%/params/oplsaal.prm %%DATADIR%%/params/oplsua.prm %%DATADIR%%/params/smoothaa.prm @@ -206,6 +210,10 @@ bin/xyzpdb %%DATADIR%%/test/polyala.key %%DATADIR%%/test/polyala.log %%DATADIR%%/test/polyala.run +%%DATADIR%%/test/pyridine.dat +%%DATADIR%%/test/pyridine.log +%%DATADIR%%/test/pyridine.run +%%DATADIR%%/test/pyridine.xyz %%DATADIR%%/test/salt.cell %%DATADIR%%/test/salt.key %%DATADIR%%/test/salt.log diff --git a/security/cl-md5-sbcl/Makefile b/security/cl-md5-sbcl/Makefile index a9c48203ce81..31730fa71dec 100644 --- a/security/cl-md5-sbcl/Makefile +++ b/security/cl-md5-sbcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= md5 PORTVERSION= 2.0.5 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= security lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/security/liboqs/Makefile b/security/liboqs/Makefile index 2a53bfa1bb1b..8a61bc173e2e 100644 --- a/security/liboqs/Makefile +++ b/security/liboqs/Makefile @@ -1,6 +1,5 @@ PORTNAME= liboqs -DISTVERSION= 0.13.0 -PORTREVISION= 1 +DISTVERSION= 0.14.0 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org diff --git a/security/liboqs/distinfo b/security/liboqs/distinfo index 2b764f5aa7f5..d1c9085e7224 100644 --- a/security/liboqs/distinfo +++ b/security/liboqs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745148932 -SHA256 (open-quantum-safe-liboqs-0.13.0_GH0.tar.gz) = 789e9b56bcb6b582467ccaf5cdb5ab85236b0c1007d30c606798fa8905152887 -SIZE (open-quantum-safe-liboqs-0.13.0_GH0.tar.gz) = 16432953 +TIMESTAMP = 1752517939 +SHA256 (open-quantum-safe-liboqs-0.14.0_GH0.tar.gz) = 5b0df6138763b3fc4e385d58dbb2ee7c7c508a64a413d76a917529e3a9a207ea +SIZE (open-quantum-safe-liboqs-0.14.0_GH0.tar.gz) = 17928284 diff --git a/security/liboqs/pkg-plist b/security/liboqs/pkg-plist index bf6fe1e0bd9c..374f9529ed90 100644 --- a/security/liboqs/pkg-plist +++ b/security/liboqs/pkg-plist @@ -19,6 +19,7 @@ include/oqs/sig_dilithium.h include/oqs/sig_falcon.h include/oqs/sig_mayo.h include/oqs/sig_ml_dsa.h +include/oqs/sig_snova.h include/oqs/sig_sphincs.h include/oqs/sig_stfl.h include/oqs/sig_uov.h @@ -27,6 +28,6 @@ lib/cmake/liboqs/liboqsConfigVersion.cmake lib/cmake/liboqs/liboqsTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/liboqs/liboqsTargets.cmake lib/liboqs.so -lib/liboqs.so.0.13.0 -lib/liboqs.so.7 +lib/liboqs.so.0.14.0 +lib/liboqs.so.8 libdata/pkgconfig/liboqs.pc diff --git a/security/openssl-oqsprovider/Makefile b/security/openssl-oqsprovider/Makefile index 9a1378b32411..6fef2677b76f 100644 --- a/security/openssl-oqsprovider/Makefile +++ b/security/openssl-oqsprovider/Makefile @@ -1,5 +1,6 @@ PORTNAME= oqsprovider PORTVERSION= 0.9.0 +PORTREVISION= 1 CATEGORIES= security PKGNAMEPREFIX= openssl- diff --git a/security/p5-Crypt-OpenSSL-EC/files/patch-EC.xs b/security/p5-Crypt-OpenSSL-EC/files/patch-EC.xs new file mode 100644 index 000000000000..d290f8163edc --- /dev/null +++ b/security/p5-Crypt-OpenSSL-EC/files/patch-EC.xs @@ -0,0 +1,21 @@ +fix Unparseable XSUB parameter + +--- EC.xs.orig 2025-07-13 08:50:06 UTC ++++ EC.xs +@@ -348,16 +348,6 @@ EC_POINT_make_affine(const EC_GROUP *group, EC_POINT * + int + EC_POINT_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) + +-#if 0 +- +-int +-EC_POINTs_make_affine(const EC_GROUP *group, size_t num, EC_POINT *p[], BN_CTX *ctx) +- +-int +-EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n, size_t num, const EC_POINT *p[], const BIGNUM *m[], BN_CTX *ctx) +- +-#endif +- + int + EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n, const EC_POINT *q, const BIGNUM *m, BN_CTX *ctx) + diff --git a/security/py-acme-tiny/Makefile b/security/py-acme-tiny/Makefile index f4544a3ecc1a..d8b342023a0d 100644 --- a/security/py-acme-tiny/Makefile +++ b/security/py-acme-tiny/Makefile @@ -2,7 +2,7 @@ PORTNAME= acme-tiny DISTVERSION= 4.1.0 CATEGORIES= security python -MAINTAINER= mat@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Tiny script to issue and renew TLS certs from Let's Encrypt WWW= https://github.com/diafygi/acme-tiny diff --git a/security/py-pass-git-helper/Makefile b/security/py-pass-git-helper/Makefile index f3175ee181c1..d07e3f3aa4c9 100644 --- a/security/py-pass-git-helper/Makefile +++ b/security/py-pass-git-helper/Makefile @@ -1,6 +1,6 @@ PORTNAME= pass-git-helper DISTVERSIONPREFIX= v -DISTVERSION= 3.3.0 +DISTVERSION= 3.3.1 CATEGORIES= security python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/security/py-pass-git-helper/distinfo b/security/py-pass-git-helper/distinfo index ff790d009e49..ef30e89bec89 100644 --- a/security/py-pass-git-helper/distinfo +++ b/security/py-pass-git-helper/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1739901439 -SHA256 (languitar-pass-git-helper-v3.3.0_GH0.tar.gz) = d602ddf2ab45ecaa6ec50815f4468fdeafccfb979ac5191e541a53b54b658e33 -SIZE (languitar-pass-git-helper-v3.3.0_GH0.tar.gz) = 112528 +TIMESTAMP = 1753559298 +SHA256 (languitar-pass-git-helper-v3.3.1_GH0.tar.gz) = 3e90c567b4cb6223aaca270c853328a4bc9fe0c22b7d3eae06f443301e4c394a +SIZE (languitar-pass-git-helper-v3.3.1_GH0.tar.gz) = 113538 diff --git a/security/py-social-auth-core/Makefile b/security/py-social-auth-core/Makefile index ca6491921c65..67ffded996db 100644 --- a/security/py-social-auth-core/Makefile +++ b/security/py-social-auth-core/Makefile @@ -1,5 +1,5 @@ PORTNAME= social-auth-core -DISTVERSION= 4.6.1 +DISTVERSION= 4.7.0 CATEGORIES= security www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -39,7 +39,7 @@ GOOGLE-ONETAP_DESC= Google One Tap support PING_DESC= Ping Identity support SAML_DESC?= SAML Support -GOOGLE-ONETAP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-auth>=2.39.0<3:security/py-google-auth@${PY_FLAVOR} +GOOGLE-ONETAP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-auth>=2.40.0<3:security/py-google-auth@${PY_FLAVOR} PING_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-jose>=3.4.0<4:security/py-python-jose@${PY_FLAVOR} SAML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python3-saml>=1.5.0:security/py-python3-saml@${PY_FLAVOR} diff --git a/security/py-social-auth-core/distinfo b/security/py-social-auth-core/distinfo index ee3142466758..15ef5d8e7066 100644 --- a/security/py-social-auth-core/distinfo +++ b/security/py-social-auth-core/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747476805 -SHA256 (social_auth_core-4.6.1.tar.gz) = 563510844ccc043a727b120fe57726860c93158d4304fafa2c1e122f2deb4fd3 -SIZE (social_auth_core-4.6.1.tar.gz) = 228732 +TIMESTAMP = 1753001225 +SHA256 (social_auth_core-4.7.0.tar.gz) = 2bba127c7b7166a81085ddb0c248d93751b3bc3cdab8569f62d9f70c6bc4ed40 +SIZE (social_auth_core-4.7.0.tar.gz) = 230894 diff --git a/security/s2n-tls/Makefile b/security/s2n-tls/Makefile index aba39a226e3d..738b660e6e76 100644 --- a/security/s2n-tls/Makefile +++ b/security/s2n-tls/Makefile @@ -1,7 +1,6 @@ PORTNAME= s2n-tls DISTVERSIONPREFIX= v -DISTVERSION= 1.5.22 -PORTREVISION= 1 +DISTVERSION= 1.5.23 PORTEPOCH= 1 CATEGORIES= security diff --git a/security/s2n-tls/distinfo b/security/s2n-tls/distinfo index 8427718277c4..74636e47463b 100644 --- a/security/s2n-tls/distinfo +++ b/security/s2n-tls/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751971730 -SHA256 (aws-s2n-tls-v1.5.22_GH0.tar.gz) = 6903a819d43c1e5457e04ae34f895db97ff3d7bbb7d278fef16bd642178a941e -SIZE (aws-s2n-tls-v1.5.22_GH0.tar.gz) = 5044900 +TIMESTAMP = 1753563504 +SHA256 (aws-s2n-tls-v1.5.23_GH0.tar.gz) = 81961ea5ae9313c987edfa579306ad4500bedfbf10caf84d8a5dcfc42aaf591f +SIZE (aws-s2n-tls-v1.5.23_GH0.tar.gz) = 5069172 diff --git a/security/sudo/Makefile b/security/sudo/Makefile index b9bea691da08..cfbabb3824dc 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,5 +1,5 @@ PORTNAME= sudo -PORTVERSION= 1.9.17p1 +PORTVERSION= 1.9.17p2 CATEGORIES= security MASTER_SITES= SUDO diff --git a/security/sudo/distinfo b/security/sudo/distinfo index a01a900722c6..f200c790ef55 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751356446 -SHA256 (sudo-1.9.17p1.tar.gz) = ff607ea717072197738a78f778692cd6df9a7e3e404565f51de063ca27455d32 -SIZE (sudo-1.9.17p1.tar.gz) = 5449076 +TIMESTAMP = 1753702598 +SHA256 (sudo-1.9.17p2.tar.gz) = 4a38a1ab3adb1199257edc2a7c4a2bd714665eb605b04368843b06dada2cfcfb +SIZE (sudo-1.9.17p2.tar.gz) = 5451682 diff --git a/security/tailscale/Makefile b/security/tailscale/Makefile index b649492e445e..0f2e1cd4f5a6 100644 --- a/security/tailscale/Makefile +++ b/security/tailscale/Makefile @@ -1,7 +1,6 @@ PORTNAME= tailscale -PORTVERSION= 1.84.2 +PORTVERSION= 1.86.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= security net-vpn MAINTAINER= ashish@FreeBSD.org diff --git a/security/tailscale/distinfo b/security/tailscale/distinfo index 6ce51f0252b0..2e56fa074cda 100644 --- a/security/tailscale/distinfo +++ b/security/tailscale/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1749539710 -SHA256 (go/security_tailscale/tailscale-v1.84.2/v1.84.2.mod) = baafc225390ceda9c1c63c9d363b8d79ea8b5fe3edb8692dab8afa16cd989f62 -SIZE (go/security_tailscale/tailscale-v1.84.2/v1.84.2.mod) = 20542 -SHA256 (go/security_tailscale/tailscale-v1.84.2/v1.84.2.zip) = 354751686f6b944cb80666e11d8ce5cdd00d28318ab79f71037a090da0882efb -SIZE (go/security_tailscale/tailscale-v1.84.2/v1.84.2.zip) = 4970604 +TIMESTAMP = 1753476358 +SHA256 (go/security_tailscale/tailscale-v1.86.0/v1.86.0.mod) = ad5983e44eecba029c80a179d58e6cfa074ea5508ce0f4c3cceffd1c67e4c9f5 +SIZE (go/security_tailscale/tailscale-v1.86.0/v1.86.0.mod) = 20667 +SHA256 (go/security_tailscale/tailscale-v1.86.0/v1.86.0.zip) = a4a8481186b220d3b21a7d2dedfa822fb4a41ea1d86294629a01a2f850dad83e +SIZE (go/security_tailscale/tailscale-v1.86.0/v1.86.0.zip) = 5177227 diff --git a/security/vouch-proxy/Makefile b/security/vouch-proxy/Makefile index 31b950d88bd0..a5c048245398 100644 --- a/security/vouch-proxy/Makefile +++ b/security/vouch-proxy/Makefile @@ -1,7 +1,6 @@ PORTNAME= vouch-proxy DISTVERSIONPREFIX=v -DISTVERSION= 0.41.0 -PORTREVISION= 5 +DISTVERSION= 0.45.1 CATEGORIES= security MAINTAINER= decke@FreeBSD.org @@ -11,7 +10,7 @@ WWW= https://github.com/vouch/vouch-proxy LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:modules,1.23 +USES= go:modules USE_RC_SUBR= ${PORTNAME} diff --git a/security/vouch-proxy/distinfo b/security/vouch-proxy/distinfo index ef18d18b779b..7100de54a07b 100644 --- a/security/vouch-proxy/distinfo +++ b/security/vouch-proxy/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1729345875 -SHA256 (go/security_vouch-proxy/vouch-proxy-v0.41.0/v0.41.0.mod) = 3d32f1f113aae8680b3d2693cd48fc67671b423f5ed768629eb4e4f5b2974913 -SIZE (go/security_vouch-proxy/vouch-proxy-v0.41.0/v0.41.0.mod) = 2393 -SHA256 (go/security_vouch-proxy/vouch-proxy-v0.41.0/v0.41.0.zip) = 9b622c7a473640f95ed14461ca93351e3579cb756e88a5164782475f6b9e3eee -SIZE (go/security_vouch-proxy/vouch-proxy-v0.41.0/v0.41.0.zip) = 254556 +TIMESTAMP = 1753528879 +SHA256 (go/security_vouch-proxy/vouch-proxy-v0.45.1/v0.45.1.mod) = 4d590d7e2ca690f7b09169207b097b8b0d233b6695f4f3b5fb91b02c8db97932 +SIZE (go/security_vouch-proxy/vouch-proxy-v0.45.1/v0.45.1.mod) = 2034 +SHA256 (go/security_vouch-proxy/vouch-proxy-v0.45.1/v0.45.1.zip) = 51952b9617b05e942f178cdb1dbe3e7a2fd88a5d011d89eb21d98854bc2e216f +SIZE (go/security_vouch-proxy/vouch-proxy-v0.45.1/v0.45.1.zip) = 256591 diff --git a/security/vouch-proxy/pkg-plist b/security/vouch-proxy/pkg-plist index 0bf3752f8fe7..1093fcc82141 100644 --- a/security/vouch-proxy/pkg-plist +++ b/security/vouch-proxy/pkg-plist @@ -2,6 +2,7 @@ bin/vouch-proxy %%ETCDIR%%/config.yml_example %%ETCDIR%%/config.yml_example_adfs %%ETCDIR%%/config.yml_example_azure +%%ETCDIR%%/config.yml_example_discord %%ETCDIR%%/config.yml_example_gitea %%ETCDIR%%/config.yml_example_github %%ETCDIR%%/config.yml_example_github_enterprise @@ -9,8 +10,10 @@ bin/vouch-proxy %%ETCDIR%%/config.yml_example_google %%ETCDIR%%/config.yml_example_homeassistant %%ETCDIR%%/config.yml_example_indieauth +%%ETCDIR%%/config.yml_example_keycloak %%ETCDIR%%/config.yml_example_nextcloud %%ETCDIR%%/config.yml_example_oidc +%%ETCDIR%%/config.yml_example_pocket-id %%ETCDIR%%/config.yml_example_scopes_and_claims %%ETCDIR%%/config.yml_example_secureauth %%ETCDIR%%/config.yml_example_slack diff --git a/security/vuxml/vuln/2025.xml b/security/vuxml/vuln/2025.xml index c7ac72d660a0..cfe65de34463 100644 --- a/security/vuxml/vuln/2025.xml +++ b/security/vuxml/vuln/2025.xml @@ -1,3 +1,42 @@ + <vuln vid="c37f29ba-6ae3-11f0-b4bf-ecf4bbefc954"> + <topic>viewvc -- Arbitrary server filesystem content</topic> + <affects> + <package> + <name>viewvc</name> + <range><ge>1.1.0</ge><le>1.1.30</le></range> + </package> + <package> + <name>viewvc</name> + <range><ge>1.2.0</ge><le>1.2.3</le></range> + </package> + <package> + <name>viewvc-devel</name> + <range><lt>1.3.0.20250316_1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>cmpilatoreports:</p> + <blockquote cite="https://github.com/viewvc/viewvc/security/advisories/GHSA-rv3m-76rj-q397"> + <p> + The ViewVC standalone web server (standalone.py) is a script provided in the ViewVC + distribution for the purposes of quickly testing a ViewVC configuration. This script + can in particular configurations expose the contents of the host server's filesystem + though a directory traversal-style attack. + </p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-54141</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2025-54141</url> + </references> + <dates> + <discovery>2025-07-22</discovery> + <entry>2025-07-25</entry> + </dates> + </vuln> + <vuln vid="eed1a411-699b-11f0-91fe-000c295725e4"> <topic>rubygem-resolv -- Possible denial of service</topic> <affects> diff --git a/security/wolfssl/Makefile b/security/wolfssl/Makefile index b9b9ed9ede8f..153d579d968d 100644 --- a/security/wolfssl/Makefile +++ b/security/wolfssl/Makefile @@ -1,6 +1,5 @@ PORTNAME= wolfssl -PORTVERSION= 5.8.0 -PORTREVISION= 2 +PORTVERSION= 5.8.2 CATEGORIES= security devel MASTER_SITES= https://www.wolfssl.com/ \ LOCAL/fox @@ -9,7 +8,7 @@ MAINTAINER= fox@FreeBSD.org COMMENT= Embedded SSL C-Library WWW= https://www.wolfssl.com/ -LICENSE= GPLv2+ +LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING USES= cpe libtool zip diff --git a/security/wolfssl/distinfo b/security/wolfssl/distinfo index cc3d33818c80..d7df84a68cda 100644 --- a/security/wolfssl/distinfo +++ b/security/wolfssl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746110420 -SHA256 (wolfssl-5.8.0.zip) = 0b93753a76bdfd70a5eb392d659d26d6093edb8244cc29ae73815d4fec89ef01 -SIZE (wolfssl-5.8.0.zip) = 26569473 +TIMESTAMP = 1753656781 +SHA256 (wolfssl-5.8.2.zip) = 92a290732cfa8e34fc31dbd0623b9d9efcb75aa92ea593041d450989e3d2433d +SIZE (wolfssl-5.8.2.zip) = 26861005 diff --git a/security/wolfssl/pkg-plist b/security/wolfssl/pkg-plist index c836229c086f..047d9089db25 100644 --- a/security/wolfssl/pkg-plist +++ b/security/wolfssl/pkg-plist @@ -121,6 +121,7 @@ include/wolfssl/wolfcrypt/misc.h include/wolfssl/wolfcrypt/mlkem.h include/wolfssl/wolfcrypt/mpi_class.h include/wolfssl/wolfcrypt/mpi_superclass.h +include/wolfssl/wolfcrypt/oid_sum.h include/wolfssl/wolfcrypt/pkcs12.h include/wolfssl/wolfcrypt/pkcs7.h include/wolfssl/wolfcrypt/poly1305.h @@ -157,8 +158,8 @@ include/wolfssl/wolfcrypt/xmss.h include/wolfssl/wolfio.h lib/libwolfssl.a lib/libwolfssl.so -lib/libwolfssl.so.43 -lib/libwolfssl.so.43.1.0 +lib/libwolfssl.so.44 +lib/libwolfssl.so.44.0.0 libdata/pkgconfig/wolfssl.pc %%PORTDOCS%%%%DOCSDIR%%/QUIC.md %%PORTDOCS%%%%DOCSDIR%%/README.txt diff --git a/shells/carapace/Makefile b/shells/carapace/Makefile index 2b564bac4e26..421eeaa64671 100644 --- a/shells/carapace/Makefile +++ b/shells/carapace/Makefile @@ -1,6 +1,6 @@ PORTNAME= carapace DISTVERSIONPREFIX= v -DISTVERSION= 1.4.0 +DISTVERSION= 1.4.1 CATEGORIES= shells MAINTAINER= tagattie@FreeBSD.org @@ -16,7 +16,7 @@ GO_MODULE= github.com/carapace-sh/carapace-bin GO_TARGET= ./cmd/carapace GO_BUILDFLAGS= -ldflags "-s -w -X main.version=${DISTVERSION}" -PLIST_FILES= bin/carapace +PLIST_FILES= bin/${PORTNAME} PORTDOCS= README.md OPTIONS_DEFINE= DOCS diff --git a/shells/carapace/distinfo b/shells/carapace/distinfo index d8370fd1bf45..8d67bfc7c2fc 100644 --- a/shells/carapace/distinfo +++ b/shells/carapace/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1753153999 -SHA256 (go/shells_carapace/carapace-v1.4.0/v1.4.0.mod) = 5020250bfad1117434e16293857088364188c21abbca4e0b4b540b58803d3623 -SIZE (go/shells_carapace/carapace-v1.4.0/v1.4.0.mod) = 670 -SHA256 (go/shells_carapace/carapace-v1.4.0/v1.4.0.zip) = afcf7e240fba142c91b1adcc8adf17088eb85e2158bd6d13c9c7a52b372c0977 -SIZE (go/shells_carapace/carapace-v1.4.0/v1.4.0.zip) = 21676951 +TIMESTAMP = 1753581015 +SHA256 (go/shells_carapace/carapace-v1.4.1/v1.4.1.mod) = 0059b397499a9b57a503a220c26c030767a1e420f56518d10924f239dc1b7c25 +SIZE (go/shells_carapace/carapace-v1.4.1/v1.4.1.mod) = 670 +SHA256 (go/shells_carapace/carapace-v1.4.1/v1.4.1.zip) = 1185f97a93fe318323ae23075c70177c78c3f1476c638fa96d1ea124a25fdcba +SIZE (go/shells_carapace/carapace-v1.4.1/v1.4.1.zip) = 21683245 diff --git a/sysutils/cbsd/Makefile b/sysutils/cbsd/Makefile index 084ee334f5e5..4ba569c5a0bd 100644 --- a/sysutils/cbsd/Makefile +++ b/sysutils/cbsd/Makefile @@ -1,5 +1,5 @@ PORTNAME= cbsd -DISTVERSION= 14.3.0 +DISTVERSION= 14.3.1 CATEGORIES= sysutils MAINTAINER= fbsd-ports@convectix.com diff --git a/sysutils/cbsd/distinfo b/sysutils/cbsd/distinfo index ce13db13246f..d3b083803463 100644 --- a/sysutils/cbsd/distinfo +++ b/sysutils/cbsd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750026966 -SHA256 (cbsd-cbsd-14.3.0_GH0.tar.gz) = c2bb4f6078655d51527d7624d9e90715b645437955fd9ea0dd8ac89a5434dd9a -SIZE (cbsd-cbsd-14.3.0_GH0.tar.gz) = 7408981 +TIMESTAMP = 1753652818 +SHA256 (cbsd-cbsd-14.3.1_GH0.tar.gz) = b57a2de902c8d72403b5530decce1bbc0192570f26c1e765ff13745764405217 +SIZE (cbsd-cbsd-14.3.1_GH0.tar.gz) = 7409321 diff --git a/sysutils/cbsd/pkg-plist b/sysutils/cbsd/pkg-plist index 9b2d9a37e2f5..1a2834cc7246 100644 --- a/sysutils/cbsd/pkg-plist +++ b/sysutils/cbsd/pkg-plist @@ -263,20 +263,21 @@ cbsd/etc/defaults/vm-linux-AlmaLinux-10-x86_64.conf cbsd/etc/defaults/vm-linux-AlmaLinux-9-x86_64.conf cbsd/etc/defaults/vm-linux-Alpine-extended-3.conf cbsd/etc/defaults/vm-linux-Alpine-standart-3.conf -cbsd/etc/defaults/vm-linux-AltLinux-10.conf -cbsd/etc/defaults/vm-linux-AltLinux-kworkstation-10.conf +cbsd/etc/defaults/vm-linux-AltLinux-11.conf +cbsd/etc/defaults/vm-linux-AltLinux-kworkstation-11.conf cbsd/etc/defaults/vm-linux-AltVirt-10.conf cbsd/etc/defaults/vm-linux-ArchLinux-x86-2024.conf cbsd/etc/defaults/vm-linux-ArchLinux-x86-2025.conf cbsd/etc/defaults/vm-linux-Batocera.conf cbsd/etc/defaults/vm-linux-BlackBox-9-x86_64.conf cbsd/etc/defaults/vm-linux-BlissOS-x86.conf +cbsd/etc/defaults/vm-linux-BlueOnyx-10-x86_64.conf cbsd/etc/defaults/vm-linux-CentOS-stream-10-x86_64.conf cbsd/etc/defaults/vm-linux-CentOS-stream-9-x86_64.conf -cbsd/etc/defaults/vm-linux-ClearLinux-Server-x86_64.conf cbsd/etc/defaults/vm-linux-Debian-aarch64-12.conf cbsd/etc/defaults/vm-linux-Debian-x86-11.conf cbsd/etc/defaults/vm-linux-Debian-x86-12.conf +cbsd/etc/defaults/vm-linux-Deepin-x86-25.conf cbsd/etc/defaults/vm-linux-Devuan-x86-5.conf cbsd/etc/defaults/vm-linux-ESOS-x86-master.conf cbsd/etc/defaults/vm-linux-FAI-x86-6.conf @@ -291,6 +292,7 @@ cbsd/etc/defaults/vm-linux-NetBootXYZ.conf cbsd/etc/defaults/vm-linux-NixOS-24.conf cbsd/etc/defaults/vm-linux-NixOS-25.conf cbsd/etc/defaults/vm-linux-OpenMediaVault-7.conf +cbsd/etc/defaults/vm-linux-OracleLinux-10.conf cbsd/etc/defaults/vm-linux-OracleLinux-7.conf cbsd/etc/defaults/vm-linux-OracleLinux-8.conf cbsd/etc/defaults/vm-linux-OracleLinux-9.conf @@ -327,9 +329,11 @@ cbsd/etc/defaults/vm-linux-cloud-Devuan-x86-5.conf cbsd/etc/defaults/vm-linux-cloud-Fedora-39-x86_64.conf cbsd/etc/defaults/vm-linux-cloud-Fedora-40-x86_64.conf cbsd/etc/defaults/vm-linux-cloud-Fedora-41-x86_64.conf +cbsd/etc/defaults/vm-linux-cloud-Fedora-42-x86_64.conf cbsd/etc/defaults/vm-linux-cloud-FreePBX-16-x86_64.conf cbsd/etc/defaults/vm-linux-cloud-HomeAssistantOS-2024.conf cbsd/etc/defaults/vm-linux-cloud-Kali-2024-amd64.conf +cbsd/etc/defaults/vm-linux-cloud-Oracle-10-x86_64.conf cbsd/etc/defaults/vm-linux-cloud-Oracle-7-x86_64.conf cbsd/etc/defaults/vm-linux-cloud-Oracle-8-x86_64.conf cbsd/etc/defaults/vm-linux-cloud-Oracle-9-x86_64.conf @@ -464,6 +468,7 @@ cbsd/misc/jexec_env cbsd/misc/mtree cbsd/misc/next-ng-port cbsd/misc/nics-list +cbsd/misc/pexec cbsd/misc/pwcrypt cbsd/misc/resolv cbsd/misc/sipcalc diff --git a/sysutils/flashrom/Makefile b/sysutils/flashrom/Makefile index 608e241cffc0..a5acb750e55a 100644 --- a/sysutils/flashrom/Makefile +++ b/sysutils/flashrom/Makefile @@ -1,7 +1,6 @@ PORTNAME= flashrom -PORTVERSION= 1.3.0 +PORTVERSION= 1.6.0 DISTVERSIONPREFIX= v -PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= https://download.flashrom.org/releases/ @@ -15,10 +14,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING NOT_FOR_ARCHS= riscv64 NOT_FOR_ARCHS_REASON= Unable to determine endianness. -BUILD_DEPENDS+= cmocka>=0:sysutils/cmocka +BUILD_DEPENDS+= cmocka>=0:sysutils/cmocka \ + sphinx-build:textproc/py-sphinx LIB_DEPENDS= libpci.so:devel/libpci -USES= meson pkgconfig tar:bzip2 +USES= meson pkgconfig tar:xz PORTDOCS= * @@ -33,11 +33,14 @@ FTDI_DESC= Enable external FT2232SPI flasher support DMIDECODE_RUN_DEPENDS= dmidecode:sysutils/dmidecode +DOCS_MESON_ENABLED= documentation man-pages +DOCS_MESON_DISABLED= generate_authors_list + FTDI_LIB_DEPENDS= libftdi1.so:devel/libftdi1 post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC}/Documentation && ${INSTALL_DATA} *.txt ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.rst ${STAGEDIR}${DOCSDIR} +# cd ${WRKSRC}/Documentation && ${INSTALL_DATA} *.txt ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> diff --git a/sysutils/flashrom/distinfo b/sysutils/flashrom/distinfo index 63e7388bd809..8964640cf9ca 100644 --- a/sysutils/flashrom/distinfo +++ b/sysutils/flashrom/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1677403671 -SHA256 (flashrom-v1.3.0.tar.bz2) = a053234453ccd012e79f3443bdcc61625cf97b7fd7cb4cdd8bfbffbe8b149623 -SIZE (flashrom-v1.3.0.tar.bz2) = 489782 +TIMESTAMP = 1753692064 +SHA256 (flashrom-v1.6.0.tar.xz) = 8b9db3987df9b5fc81e70189d017905dd5f6be1e1410347f22687ab6d4c94423 +SIZE (flashrom-v1.6.0.tar.xz) = 5285920 diff --git a/sysutils/flashrom/files/patch-doc_meson.build b/sysutils/flashrom/files/patch-doc_meson.build new file mode 100644 index 000000000000..c9851ce9f21e --- /dev/null +++ b/sysutils/flashrom/files/patch-doc_meson.build @@ -0,0 +1,11 @@ +--- doc/meson.build.orig 2025-07-28 09:13:11 UTC ++++ doc/meson.build +@@ -30,7 +30,7 @@ if sphinx.found() + git_dir = meson.project_source_root() / '.git' + + # TODO: investigate whether this version can be lowered. +- version_for_authors_list = '7.2.0' ++ version_for_authors_list = '5.3.0' + # TODO: use sphinx.version().version_compare() instead, after we increase min required meson version to 0.62 + sphinx_for_authors_list = find_program('sphinx-build', + native : true, diff --git a/sysutils/flashrom/files/patch-libflashrom.map b/sysutils/flashrom/files/patch-libflashrom.map deleted file mode 100644 index 438f9a51b39a..000000000000 --- a/sysutils/flashrom/files/patch-libflashrom.map +++ /dev/null @@ -1,18 +0,0 @@ ---- libflashrom.map.orig 2024-02-01 08:22:08 UTC -+++ libflashrom.map -@@ -1,7 +1,5 @@ LIBFLASHROM_1.0 { - LIBFLASHROM_1.0 { - global: -- flashrom_board_info; -- flashrom_chipset_info; - flashrom_data_free; - flashrom_flag_get; - flashrom_flag_set; -@@ -9,7 +7,6 @@ LIBFLASHROM_1.0 { - flashrom_flash_getsize; - flashrom_flash_probe; - flashrom_flash_release; -- flashrom_flashchip_info; - flashrom_image_read; - flashrom_image_verify; - flashrom_image_write; diff --git a/sysutils/flashrom/files/patch-meson.build b/sysutils/flashrom/files/patch-meson.build index cef6c1d7d054..f1caea9bd663 100644 --- a/sysutils/flashrom/files/patch-meson.build +++ b/sysutils/flashrom/files/patch-meson.build @@ -1,6 +1,6 @@ ---- meson.build.orig 2023-04-27 13:51:02 UTC +--- meson.build.orig 2025-07-24 01:31:52 UTC +++ meson.build -@@ -234,7 +234,7 @@ programmer = { +@@ -324,7 +324,7 @@ programmer = { }, 'internal' : { 'systems' : systems_hwaccess + ['linux'], diff --git a/sysutils/kopia/Makefile b/sysutils/kopia/Makefile index d385c6edf8ce..60f178ed9428 100644 --- a/sysutils/kopia/Makefile +++ b/sysutils/kopia/Makefile @@ -1,6 +1,6 @@ PORTNAME= kopia DISTVERSIONPREFIX= v -DISTVERSION= 0.21.0 +DISTVERSION= 0.21.1 CATEGORIES= sysutils MAINTAINER= eduardo@FreeBSD.org diff --git a/sysutils/kopia/distinfo b/sysutils/kopia/distinfo index 6e590f0b52b8..c627bc58d0d7 100644 --- a/sysutils/kopia/distinfo +++ b/sysutils/kopia/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1753051106 -SHA256 (go/sysutils_kopia/kopia-v0.21.0/v0.21.0.mod) = 8f535c3b0b8b925ffdac12109309343ccc1440e7905cc19bd7a2da4b53f710ed -SIZE (go/sysutils_kopia/kopia-v0.21.0/v0.21.0.mod) = 7157 -SHA256 (go/sysutils_kopia/kopia-v0.21.0/v0.21.0.zip) = a6cfe8da2e9ee07e03a8b7fb8c886800ed19958ac52e3448a629c10132aefc59 -SIZE (go/sysutils_kopia/kopia-v0.21.0/v0.21.0.zip) = 2378858 +TIMESTAMP = 1753274303 +SHA256 (go/sysutils_kopia/kopia-v0.21.1/v0.21.1.mod) = 8f535c3b0b8b925ffdac12109309343ccc1440e7905cc19bd7a2da4b53f710ed +SIZE (go/sysutils_kopia/kopia-v0.21.1/v0.21.1.mod) = 7157 +SHA256 (go/sysutils_kopia/kopia-v0.21.1/v0.21.1.zip) = fc843df754d64fe919f2d96472a05aa2aac83a5cfc95efd9b63b1a158320bd3c +SIZE (go/sysutils_kopia/kopia-v0.21.1/v0.21.1.zip) = 2379262 diff --git a/sysutils/mise/Makefile b/sysutils/mise/Makefile index 9116ed9d33b1..3239b17fd128 100644 --- a/sysutils/mise/Makefile +++ b/sysutils/mise/Makefile @@ -1,6 +1,6 @@ PORTNAME= mise DISTVERSIONPREFIX= v -DISTVERSION= 2025.7.21 +DISTVERSION= 2025.7.27 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org @@ -80,7 +80,7 @@ CARGO_CRATES= addr2line-0.24.2 \ bzip2-sys-0.1.13+1.0.8 \ calm_io-0.1.1 \ calmio_filters-0.1.0 \ - cc-1.2.29 \ + cc-1.2.30 \ cfg-if-1.0.1 \ cfg_aliases-0.2.1 \ chacha20-0.9.1 \ @@ -129,7 +129,7 @@ CARGO_CRATES= addr2line-0.24.2 \ ctor-0.4.2 \ ctor-proc-macro-0.0.5 \ ctr-0.9.2 \ - curve25519-dalek-4.2.0 \ + curve25519-dalek-4.1.3 \ curve25519-dalek-derive-0.1.1 \ darling-0.20.11 \ darling_core-0.20.11 \ @@ -176,7 +176,7 @@ CARGO_CRATES= addr2line-0.24.2 \ eyre-0.6.12 \ faster-hex-0.10.0 \ fastrand-2.3.0 \ - fiat-crypto-0.3.0 \ + fiat-crypto-0.2.9 \ filetime-0.2.25 \ filetime_creation-0.2.0 \ find-crate-0.6.3 \ @@ -289,7 +289,7 @@ CARGO_CRATES= addr2line-0.24.2 \ hyper-1.6.0 \ hyper-rustls-0.27.7 \ hyper-tls-0.6.0 \ - hyper-util-0.1.15 \ + hyper-util-0.1.16 \ i18n-config-0.4.8 \ i18n-embed-0.15.4 \ i18n-embed-fl-0.9.4 \ @@ -321,7 +321,7 @@ CARGO_CRATES= addr2line-0.24.2 \ intl-memoizer-0.5.3 \ intl_pluralrules-7.0.2 \ io-close-0.3.7 \ - io-uring-0.7.8 \ + io-uring-0.7.9 \ io_tee-0.1.1 \ ipnet-2.11.0 \ iri-string-0.7.8 \ @@ -345,7 +345,7 @@ CARGO_CRATES= addr2line-0.24.2 \ libbz2-rs-sys-0.2.1 \ libc-0.2.174 \ libm-0.2.15 \ - libredox-0.1.4 \ + libredox-0.1.6 \ libz-rs-sys-0.5.1 \ linux-raw-sys-0.4.15 \ linux-raw-sys-0.9.4 \ @@ -452,12 +452,12 @@ CARGO_CRATES= addr2line-0.24.2 \ quote-1.0.40 \ r-efi-5.3.0 \ rand-0.8.5 \ - rand-0.9.1 \ + rand-0.9.2 \ rand_chacha-0.3.1 \ rand_chacha-0.9.0 \ rand_core-0.6.4 \ rand_core-0.9.3 \ - redox_syscall-0.5.13 \ + redox_syscall-0.5.15 \ redox_users-0.5.0 \ ref-cast-1.0.24 \ ref-cast-impl-1.0.24 \ @@ -497,7 +497,7 @@ CARGO_CRATES= addr2line-0.24.2 \ scoped-tls-1.0.1 \ scopeguard-1.2.0 \ scrypt-0.11.0 \ - sdd-3.0.9 \ + sdd-3.0.10 \ secrecy-0.10.3 \ security-framework-2.11.1 \ security-framework-3.2.0 \ @@ -511,7 +511,7 @@ CARGO_CRATES= addr2line-0.24.2 \ serde-value-0.7.0 \ serde_derive-1.0.219 \ serde_ignored-0.1.12 \ - serde_json-1.0.140 \ + serde_json-1.0.141 \ serde_regex-1.1.0 \ serde_spanned-0.6.9 \ serde_urlencoded-0.7.1 \ @@ -541,12 +541,13 @@ CARGO_CRATES= addr2line-0.24.2 \ slug-0.1.6 \ smallvec-1.15.1 \ socket2-0.5.10 \ + socket2-0.6.0 \ spki-0.7.3 \ stable_deref_trait-1.2.0 \ static_assertions-1.1.0 \ strsim-0.11.1 \ - strum-0.27.1 \ - strum_macros-0.27.1 \ + strum-0.27.2 \ + strum_macros-0.27.2 \ subtle-2.6.1 \ syn-1.0.109 \ syn-2.0.104 \ @@ -647,7 +648,7 @@ CARGO_CRATES= addr2line-0.24.2 \ wasm-bindgen-shared-0.2.100 \ web-sys-0.3.77 \ web-time-1.1.0 \ - webpki-roots-1.0.1 \ + webpki-roots-1.0.2 \ which-7.0.3 \ which-8.0.0 \ widestring-1.2.0 \ diff --git a/sysutils/mise/distinfo b/sysutils/mise/distinfo index 35c5f1b51ff6..4255b6792277 100644 --- a/sysutils/mise/distinfo +++ b/sysutils/mise/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1753352584 +TIMESTAMP = 1753507487 SHA256 (rust/crates/addr2line-0.24.2.crate) = dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1 SIZE (rust/crates/addr2line-0.24.2.crate) = 39015 SHA256 (rust/crates/adler2-2.0.1.crate) = 320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa @@ -111,8 +111,8 @@ SHA256 (rust/crates/calm_io-0.1.1.crate) = 2ea0608700fe42d90ec17ad0f86335cf229b6 SIZE (rust/crates/calm_io-0.1.1.crate) = 6908 SHA256 (rust/crates/calmio_filters-0.1.0.crate) = 846501f4575cd66766a40bb7ab6d8e960adc7eb49f753c8232bd8e0e09cf6ca2 SIZE (rust/crates/calmio_filters-0.1.0.crate) = 1930 -SHA256 (rust/crates/cc-1.2.29.crate) = 5c1599538de2394445747c8cf7935946e3cc27e9625f889d979bfb2aaf569362 -SIZE (rust/crates/cc-1.2.29.crate) = 108072 +SHA256 (rust/crates/cc-1.2.30.crate) = deec109607ca693028562ed836a5f1c4b8bd77755c4e132fc5ce11b0b6211ae7 +SIZE (rust/crates/cc-1.2.30.crate) = 108550 SHA256 (rust/crates/cfg-if-1.0.1.crate) = 9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268 SIZE (rust/crates/cfg-if-1.0.1.crate) = 8683 SHA256 (rust/crates/cfg_aliases-0.2.1.crate) = 613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724 @@ -209,8 +209,8 @@ SHA256 (rust/crates/ctor-proc-macro-0.0.5.crate) = 4f211af61d8efdd104f96e57adf5e SIZE (rust/crates/ctor-proc-macro-0.0.5.crate) = 2040 SHA256 (rust/crates/ctr-0.9.2.crate) = 0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835 SIZE (rust/crates/ctr-0.9.2.crate) = 18344 -SHA256 (rust/crates/curve25519-dalek-4.2.0.crate) = 373b7c5dbd637569a2cca66e8d66b8c446a1e7bf064ea321d265d7b3dfe7c97e -SIZE (rust/crates/curve25519-dalek-4.2.0.crate) = 322505 +SHA256 (rust/crates/curve25519-dalek-4.1.3.crate) = 97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be +SIZE (rust/crates/curve25519-dalek-4.1.3.crate) = 306017 SHA256 (rust/crates/curve25519-dalek-derive-0.1.1.crate) = f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3 SIZE (rust/crates/curve25519-dalek-derive-0.1.1.crate) = 11723 SHA256 (rust/crates/darling-0.20.11.crate) = fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee @@ -303,8 +303,8 @@ SHA256 (rust/crates/faster-hex-0.10.0.crate) = 7223ae2d2f179b803433d9c830478527e SIZE (rust/crates/faster-hex-0.10.0.crate) = 13419 SHA256 (rust/crates/fastrand-2.3.0.crate) = 37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be SIZE (rust/crates/fastrand-2.3.0.crate) = 15076 -SHA256 (rust/crates/fiat-crypto-0.3.0.crate) = 64cd1e32ddd350061ae6edb1b082d7c54915b5c672c389143b9a63403a109f24 -SIZE (rust/crates/fiat-crypto-0.3.0.crate) = 600542 +SHA256 (rust/crates/fiat-crypto-0.2.9.crate) = 28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d +SIZE (rust/crates/fiat-crypto-0.2.9.crate) = 495390 SHA256 (rust/crates/filetime-0.2.25.crate) = 35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586 SIZE (rust/crates/filetime-0.2.25.crate) = 14940 SHA256 (rust/crates/filetime_creation-0.2.0.crate) = c25b5d475550e559de5b0c0084761c65325444e3b6c9e298af9cefe7a9ef3a5f @@ -529,8 +529,8 @@ SHA256 (rust/crates/hyper-rustls-0.27.7.crate) = e3c93eb611681b207e1fe55d5a71ecf SIZE (rust/crates/hyper-rustls-0.27.7.crate) = 35435 SHA256 (rust/crates/hyper-tls-0.6.0.crate) = 70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0 SIZE (rust/crates/hyper-tls-0.6.0.crate) = 15052 -SHA256 (rust/crates/hyper-util-0.1.15.crate) = 7f66d5bd4c6f02bf0542fad85d626775bab9258cf795a4256dcaf3161114d1df -SIZE (rust/crates/hyper-util-0.1.15.crate) = 101020 +SHA256 (rust/crates/hyper-util-0.1.16.crate) = 8d9b05277c7e8da2c93a568989bb6207bef0112e8d17df7a6eda4a3cf143bc5e +SIZE (rust/crates/hyper-util-0.1.16.crate) = 101184 SHA256 (rust/crates/i18n-config-0.4.8.crate) = 3e06b90c8a0d252e203c94344b21e35a30f3a3a85dc7db5af8f8df9f3e0c63ef SIZE (rust/crates/i18n-config-0.4.8.crate) = 9082 SHA256 (rust/crates/i18n-embed-0.15.4.crate) = 669ffc2c93f97e6ddf06ddbe999fcd6782e3342978bb85f7d3c087c7978404c4 @@ -593,8 +593,8 @@ SHA256 (rust/crates/intl_pluralrules-7.0.2.crate) = 078ea7b7c29a2b4df841a7f6ac87 SIZE (rust/crates/intl_pluralrules-7.0.2.crate) = 9201 SHA256 (rust/crates/io-close-0.3.7.crate) = 9cadcf447f06744f8ce713d2d6239bb5bde2c357a452397a9ed90c625da390bc SIZE (rust/crates/io-close-0.3.7.crate) = 8025 -SHA256 (rust/crates/io-uring-0.7.8.crate) = b86e202f00093dcba4275d4636b93ef9dd75d025ae560d2521b45ea28ab49013 -SIZE (rust/crates/io-uring-0.7.8.crate) = 94958 +SHA256 (rust/crates/io-uring-0.7.9.crate) = d93587f37623a1a17d94ef2bc9ada592f5465fe7732084ab7beefabe5c77c0c4 +SIZE (rust/crates/io-uring-0.7.9.crate) = 99792 SHA256 (rust/crates/io_tee-0.1.1.crate) = 4b3f7cef34251886990511df1c61443aa928499d598a9473929ab5a90a527304 SIZE (rust/crates/io_tee-0.1.1.crate) = 2667 SHA256 (rust/crates/ipnet-2.11.0.crate) = 469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130 @@ -641,8 +641,8 @@ SHA256 (rust/crates/libc-0.2.174.crate) = 1171693293099992e19cddea4e8b849964e984 SIZE (rust/crates/libc-0.2.174.crate) = 779933 SHA256 (rust/crates/libm-0.2.15.crate) = f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de SIZE (rust/crates/libm-0.2.15.crate) = 156108 -SHA256 (rust/crates/libredox-0.1.4.crate) = 1580801010e535496706ba011c15f8532df6b42297d2e471fec38ceadd8c0638 -SIZE (rust/crates/libredox-0.1.4.crate) = 6946 +SHA256 (rust/crates/libredox-0.1.6.crate) = 4488594b9328dee448adb906d8b126d9b7deb7cf5c22161ee591610bb1be83c0 +SIZE (rust/crates/libredox-0.1.6.crate) = 7090 SHA256 (rust/crates/libz-rs-sys-0.5.1.crate) = 172a788537a2221661b480fee8dc5f96c580eb34fa88764d3205dc356c7e4221 SIZE (rust/crates/libz-rs-sys-0.5.1.crate) = 17623 SHA256 (rust/crates/linux-raw-sys-0.4.15.crate) = d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab @@ -855,8 +855,8 @@ SHA256 (rust/crates/r-efi-5.3.0.crate) = 69cdb34c158ceb288df11e18b4bd39de994f665 SIZE (rust/crates/r-efi-5.3.0.crate) = 64532 SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 SIZE (rust/crates/rand-0.8.5.crate) = 87113 -SHA256 (rust/crates/rand-0.9.1.crate) = 9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97 -SIZE (rust/crates/rand-0.9.1.crate) = 97986 +SHA256 (rust/crates/rand-0.9.2.crate) = 6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1 +SIZE (rust/crates/rand-0.9.2.crate) = 99930 SHA256 (rust/crates/rand_chacha-0.3.1.crate) = e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88 SIZE (rust/crates/rand_chacha-0.3.1.crate) = 15251 SHA256 (rust/crates/rand_chacha-0.9.0.crate) = d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb @@ -865,8 +865,8 @@ SHA256 (rust/crates/rand_core-0.6.4.crate) = ec0be4795e2f6a28069bec0b5ff3e2ac9ba SIZE (rust/crates/rand_core-0.6.4.crate) = 22666 SHA256 (rust/crates/rand_core-0.9.3.crate) = 99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38 SIZE (rust/crates/rand_core-0.9.3.crate) = 24543 -SHA256 (rust/crates/redox_syscall-0.5.13.crate) = 0d04b7d0ee6b4a0207a0a7adb104d23ecb0b47d6beae7152d0fa34b692b29fd6 -SIZE (rust/crates/redox_syscall-0.5.13.crate) = 29489 +SHA256 (rust/crates/redox_syscall-0.5.15.crate) = 7e8af0dde094006011e6a740d4879319439489813bd0bcdc7d821beaeeff48ec +SIZE (rust/crates/redox_syscall-0.5.15.crate) = 29646 SHA256 (rust/crates/redox_users-0.5.0.crate) = dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b SIZE (rust/crates/redox_users-0.5.0.crate) = 15586 SHA256 (rust/crates/ref-cast-1.0.24.crate) = 4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf @@ -945,8 +945,8 @@ SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7 SIZE (rust/crates/scopeguard-1.2.0.crate) = 11619 SHA256 (rust/crates/scrypt-0.11.0.crate) = 0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f SIZE (rust/crates/scrypt-0.11.0.crate) = 13440 -SHA256 (rust/crates/sdd-3.0.9.crate) = 62f5557d2bbddd5afd236ba7856b0e494f5acc7ce805bb0774cc5674b20a06b4 -SIZE (rust/crates/sdd-3.0.9.crate) = 32613 +SHA256 (rust/crates/sdd-3.0.10.crate) = 490dcfcbfef26be6800d11870ff2df8774fa6e86d047e3e8c8a76b25655e41ca +SIZE (rust/crates/sdd-3.0.10.crate) = 32748 SHA256 (rust/crates/secrecy-0.10.3.crate) = e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a SIZE (rust/crates/secrecy-0.10.3.crate) = 11303 SHA256 (rust/crates/security-framework-2.11.1.crate) = 897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02 @@ -973,8 +973,8 @@ SHA256 (rust/crates/serde_derive-1.0.219.crate) = 5b0276cf7f2c73365f7157c8123c21 SIZE (rust/crates/serde_derive-1.0.219.crate) = 57798 SHA256 (rust/crates/serde_ignored-0.1.12.crate) = b516445dac1e3535b6d658a7b528d771153dfb272ed4180ca4617a20550365ff SIZE (rust/crates/serde_ignored-0.1.12.crate) = 13050 -SHA256 (rust/crates/serde_json-1.0.140.crate) = 20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373 -SIZE (rust/crates/serde_json-1.0.140.crate) = 154852 +SHA256 (rust/crates/serde_json-1.0.141.crate) = 30b9eff21ebe718216c6ec64e1d9ac57087aad11efc64e32002bce4a0d4c03d3 +SIZE (rust/crates/serde_json-1.0.141.crate) = 155322 SHA256 (rust/crates/serde_regex-1.1.0.crate) = a8136f1a4ea815d7eac4101cfd0b16dc0cb5e1fe1b8609dfd728058656b7badf SIZE (rust/crates/serde_regex-1.1.0.crate) = 9710 SHA256 (rust/crates/serde_spanned-0.6.9.crate) = bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3 @@ -1033,6 +1033,8 @@ SHA256 (rust/crates/smallvec-1.15.1.crate) = 67b1b7a3b5fe4f1376887184045fcf45c69 SIZE (rust/crates/smallvec-1.15.1.crate) = 38116 SHA256 (rust/crates/socket2-0.5.10.crate) = e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678 SIZE (rust/crates/socket2-0.5.10.crate) = 58169 +SHA256 (rust/crates/socket2-0.6.0.crate) = 233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807 +SIZE (rust/crates/socket2-0.6.0.crate) = 57974 SHA256 (rust/crates/spki-0.7.3.crate) = d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d SIZE (rust/crates/spki-0.7.3.crate) = 16409 SHA256 (rust/crates/stable_deref_trait-1.2.0.crate) = a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3 @@ -1041,10 +1043,10 @@ SHA256 (rust/crates/static_assertions-1.1.0.crate) = a2eb9349b6444b326872e140eb1 SIZE (rust/crates/static_assertions-1.1.0.crate) = 18480 SHA256 (rust/crates/strsim-0.11.1.crate) = 7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f SIZE (rust/crates/strsim-0.11.1.crate) = 14266 -SHA256 (rust/crates/strum-0.27.1.crate) = f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32 -SIZE (rust/crates/strum-0.27.1.crate) = 7467 -SHA256 (rust/crates/strum_macros-0.27.1.crate) = c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8 -SIZE (rust/crates/strum_macros-0.27.1.crate) = 29670 +SHA256 (rust/crates/strum-0.27.2.crate) = af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf +SIZE (rust/crates/strum-0.27.2.crate) = 8489 +SHA256 (rust/crates/strum_macros-0.27.2.crate) = 7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7 +SIZE (rust/crates/strum_macros-0.27.2.crate) = 30522 SHA256 (rust/crates/subtle-2.6.1.crate) = 13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292 SIZE (rust/crates/subtle-2.6.1.crate) = 14562 SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 @@ -1245,8 +1247,8 @@ SHA256 (rust/crates/web-sys-0.3.77.crate) = 33b6dd2ef9186f1f2072e409e99cd22a9753 SIZE (rust/crates/web-sys-0.3.77.crate) = 638246 SHA256 (rust/crates/web-time-1.1.0.crate) = 5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb SIZE (rust/crates/web-time-1.1.0.crate) = 18026 -SHA256 (rust/crates/webpki-roots-1.0.1.crate) = 8782dd5a41a24eed3a4f40b606249b3e236ca61adf1f25ea4d45c73de122b502 -SIZE (rust/crates/webpki-roots-1.0.1.crate) = 247202 +SHA256 (rust/crates/webpki-roots-1.0.2.crate) = 7e8983c3ab33d6fb807cfcdad2491c4ea8cbc8ed839181c7dfd9c67c83e261b2 +SIZE (rust/crates/webpki-roots-1.0.2.crate) = 255109 SHA256 (rust/crates/which-7.0.3.crate) = 24d643ce3fd3e5b54854602a080f34fb10ab75e0b813ee32d00ca2b44fa74762 SIZE (rust/crates/which-7.0.3.crate) = 18872 SHA256 (rust/crates/which-8.0.0.crate) = d3fabb953106c3c8eea8306e4393700d7657561cb43122571b172bbfb7c7ba1d @@ -1403,5 +1405,5 @@ SHA256 (rust/crates/zstd-safe-7.2.4.crate) = 8f49c4d5f0abb602a93fb8736af2a4f4dd9 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 (jdx-mise-v2025.7.21_GH0.tar.gz) = 8bcfb21cf0032c0f348e9d06ddd4e6fae9a5cea80ed271e91239cc45f928d40a -SIZE (jdx-mise-v2025.7.21_GH0.tar.gz) = 4350331 +SHA256 (jdx-mise-v2025.7.27_GH0.tar.gz) = 5570cef677c5759fa7da6f961b58dcab37615a939f2738748af4d8ad86df921f +SIZE (jdx-mise-v2025.7.27_GH0.tar.gz) = 4357777 diff --git a/sysutils/p5-BSD-Sysctl/Makefile b/sysutils/p5-BSD-Sysctl/Makefile index 18bb5331a4ca..72915e00526f 100644 --- a/sysutils/p5-BSD-Sysctl/Makefile +++ b/sysutils/p5-BSD-Sysctl/Makefile @@ -20,4 +20,10 @@ GH_ACCOUNT= glebius pre-install: ${STRIP_CMD} ${WRKSRC}/blib/arch/auto/BSD/Sysctl/Sysctl.so -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} >= 504200 +EXTRA_PATCHES= ${PATCHDIR}/extrapatch-Makefile.PL +.endif + +.include <bsd.port.post.mk> diff --git a/sysutils/p5-BSD-Sysctl/files/extrapatch-Makefile.PL b/sysutils/p5-BSD-Sysctl/files/extrapatch-Makefile.PL new file mode 100644 index 000000000000..d1adb4f11a13 --- /dev/null +++ b/sysutils/p5-BSD-Sysctl/files/extrapatch-Makefile.PL @@ -0,0 +1,17 @@ +--- Makefile.PL.orig 2025-07-26 06:21:52 UTC ++++ Makefile.PL +@@ -51,13 +51,7 @@ WriteMakefile( + PREREQ_PM => { + 'XSLoader' => 0 + }, +- PM_FILTER => 'perl -pe "if (/^\#include (.+)$$/) { \ +- open FILE, \\$$1 or \ +- die \"open \\$$1\"; \ +- while (<FILE>) { print; }; \ +- close FILE; \ +- next; \ +- };"', ++ PM_FILTER => q{perl -pe 'if (/^#include (.+)$$/) { open FILE, \\$$1 or die; while (<FILE>) { print; }; close FILE; next; };'}, + clean => { + FILES => 'bsd-sysctl.h bsd-sysctl.ph', + }, diff --git a/sysutils/upower/Makefile b/sysutils/upower/Makefile index c353e551682b..17546bf0ef8d 100644 --- a/sysutils/upower/Makefile +++ b/sysutils/upower/Makefile @@ -1,6 +1,6 @@ PORTNAME= upower -DISTVERSION= 1.90.7 DISTVERSIONPREFIX= v +DISTVERSION= 1.90.9 CATEGORIES= sysutils MAINTAINER= desktop@FreeBSD.org @@ -10,31 +10,36 @@ WWW= https://upower.freedesktop.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ - libpolkit-gobject-1.so:sysutils/polkit +LIB_DEPENDS= libpolkit-gobject-1.so:sysutils/polkit -USES= compiler:c11 gettext gnome localbase meson pkgconfig +USES= compiler:c11 gettext-tools gnome localbase meson pkgconfig USE_GITLAB= yes GL_SITE= https://gitlab.freedesktop.org/ USE_GNOME= glib20 introspection:build USE_LDCONFIG= yes MESON_ARGS= -Dgtk-doc=false \ - -Dos_backend=freebsd \ - -Dudevrulesdir=no \ - -Dudevhwdbdir=no \ - -Dsystemdsystemunitdir=no \ -Didevice=disabled \ + -Dos_backend=freebsd \ -Dpolkit=enabled \ + -Dsystemdsystemunitdir=no \ + -Dudevhwdbdir=no \ + -Dudevrulesdir=no \ -Dzshcompletiondir=no LDFLAGS+= -lkvm -OPTIONS_DEFINE= MANPAGES -OPTIONS_DEFAULT= MANPAGES -OPTIONS_SUB= yes -MANPAGES_BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:textproc/docbook-xsl \ - docbook-sgml>0:textproc/docbook-sgml \ - docbook-xml>0:textproc/docbook-xml -MANPAGES_USE= GNOME=libxslt:build -MANPAGES_MESON_TRUE= man +OPTIONS_DEFINE= MANPAGES NLS +OPTIONS_DEFAULT= MANPAGES +OPTIONS_SUB= yes + +MANPAGES_BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:textproc/docbook-xsl \ + docbook-sgml>0:textproc/docbook-sgml \ + docbook-xml>0:textproc/docbook-xml +MANPAGES_USE= GNOME=libxslt:build +MANPAGES_MESON_TRUE= man + +NLS_USES= gettext-runtime + +post-patch-NLS-off: + @${REINPLACE_CMD} -e "/^subdir('po')/d" ${WRKSRC}/meson.build .include <bsd.port.mk> diff --git a/sysutils/upower/distinfo b/sysutils/upower/distinfo index 9e90bc412008..4eb8de371aec 100644 --- a/sysutils/upower/distinfo +++ b/sysutils/upower/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1736543390 -SHA256 (upower-v1.90.7.tar.bz2) = ed1869c2c06fe30e3f5ce29c2835cfe885176bc5806e4f194745560aec7291e6 -SIZE (upower-v1.90.7.tar.bz2) = 153279 +TIMESTAMP = 1753543968 +SHA256 (upower-v1.90.9.tar.bz2) = ca6018535817c2ea687e389e6b47583342154123c0eea0497b409c49dff319b6 +SIZE (upower-v1.90.9.tar.bz2) = 154756 diff --git a/sysutils/upower/pkg-plist b/sysutils/upower/pkg-plist index ab23bceec083..b3a3e708279b 100644 --- a/sysutils/upower/pkg-plist +++ b/sysutils/upower/pkg-plist @@ -23,10 +23,11 @@ share/dbus-1/interfaces/org.freedesktop.UPower.xml share/dbus-1/system.d/org.freedesktop.UPower.conf share/dbus-1/system-services/org.freedesktop.UPower.service share/gir-1.0/UPowerGlib-1.0.gir -share/locale/fr/LC_MESSAGES/upower.mo -share/locale/it/LC_MESSAGES/upower.mo -share/locale/pl/LC_MESSAGES/upower.mo -share/locale/sv/LC_MESSAGES/upower.mo +%%NLS%%share/locale/fr/LC_MESSAGES/upower.mo +%%NLS%%share/locale/it/LC_MESSAGES/upower.mo +%%NLS%%share/locale/ka/LC_MESSAGES/upower.mo +%%NLS%%share/locale/pl/LC_MESSAGES/upower.mo +%%NLS%%share/locale/sv/LC_MESSAGES/upower.mo share/polkit-1/actions/org.freedesktop.upower.policy @dir /var/lib/upower @dir /var/lib/ diff --git a/sysutils/vagrant/Makefile b/sysutils/vagrant/Makefile index d7e40afd55b4..0fde376af7ca 100644 --- a/sysutils/vagrant/Makefile +++ b/sysutils/vagrant/Makefile @@ -1,5 +1,6 @@ PORTNAME= vagrant PORTVERSION= 2.4.1 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= sysutils rubygems devel @@ -16,17 +17,17 @@ BUILD_DEPENDS= rubygem-builder>=2.1.2:devel/rubygem-builder \ RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss \ curl:ftp/curl \ rubygem-bcrypt_pbkdf>=1.1:security/rubygem-bcrypt_pbkdf \ - rubygem-childprocess>=5.0:devel/rubygem-childprocess \ + rubygem-childprocess-gitlab>=5.0:devel/rubygem-childprocess-gitlab \ rubygem-ed25519>=1.3.0:security/rubygem-ed25519 \ rubygem-erubi>=0:www/rubygem-erubi \ rubygem-googleapis-common-protos-types>=1.3.0:devel/rubygem-googleapis-common-protos-types \ - rubygem-grpc>=1.48.0:net/rubygem-grpc \ + rubygem-grpc-gitlab>=1.48.0:net/rubygem-grpc-gitlab \ rubygem-hashicorp-checkpoint>=0.1.5<0.2:www/rubygem-hashicorp-checkpoint \ rubygem-i18n>=1.12,2:devel/rubygem-i18n \ rubygem-ipaddr>=1.2.4:net/rubygem-ipaddr \ rubygem-listen>=3.7:devel/rubygem-listen \ rubygem-log4r>=1.1.9<1.1.11:sysutils/rubygem-log4r \ - rubygem-mime-types>=3.3:misc/rubygem-mime-types \ + rubygem-mime-types-gitlab>=3.3:misc/rubygem-mime-types-gitlab \ rubygem-net-ftp>=0.2:ftp/rubygem-net-ftp \ rubygem-net-scp>=4.0.0:security/rubygem-net-scp \ rubygem-net-sftp>=4.0:security/rubygem-net-sftp \ @@ -34,8 +35,8 @@ RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss \ rubygem-rb-kqueue>=0.2.0:devel/rubygem-rb-kqueue \ rubygem-rexml>=3.2:textproc/rubygem-rexml \ rubygem-rgl>=0.5.10:devel/rubygem-rgl \ - rubygem-rubyzip>=2.3.2:archivers/rubygem-rubyzip \ - rubygem-vagrant_cloud>=3.1.1:sysutils/rubygem-vagrant_cloud \ + rubygem-rubyzip-gitlab>=2.3.2:archivers/rubygem-rubyzip-gitlab \ + rubygem-vagrant_cloud-gitlab>=3.1.1:sysutils/rubygem-vagrant_cloud-gitlab \ rubygem-wdm>=0.1.1:devel/rubygem-wdm \ rubygem-winrm-elevated>=1.2.3<2:sysutils/rubygem-winrm-elevated \ rubygem-winrm-fs>=1.3.5<2:filesystems/rubygem-winrm-fs \ diff --git a/textproc/apache-solr/Makefile b/textproc/apache-solr/Makefile index f62cf0efb88a..665a554a3e1c 100644 --- a/textproc/apache-solr/Makefile +++ b/textproc/apache-solr/Makefile @@ -1,5 +1,5 @@ PORTNAME= apache-solr -PORTVERSION= 9.8.1 +PORTVERSION= 9.9.0 PORTEPOCH= 1 CATEGORIES= textproc java MASTER_SITES= https://archive.apache.org/dist/solr/solr/${PORTVERSION}/ diff --git a/textproc/apache-solr/distinfo b/textproc/apache-solr/distinfo index 55dca738cb97..253bf2f45c63 100644 --- a/textproc/apache-solr/distinfo +++ b/textproc/apache-solr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752211421 -SHA256 (solr-9.8.1.tgz) = a789110131bc8cb71b0233d528e4fa5ffa566bab05bc72f280a8cc9275bd9e3e -SIZE (solr-9.8.1.tgz) = 386100122 +TIMESTAMP = 1753417265 +SHA256 (solr-9.9.0.tgz) = eb4a888593a58c8415ed959148dd70ae7379a14199195f9bb3743a5bb10a9169 +SIZE (solr-9.9.0.tgz) = 388557950 diff --git a/textproc/cl-ppcre-sbcl/Makefile b/textproc/cl-ppcre-sbcl/Makefile index 8874898cce80..747fb8a0007f 100644 --- a/textproc/cl-ppcre-sbcl/Makefile +++ b/textproc/cl-ppcre-sbcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= cl-ppcre PORTVERSION= 2.1.2 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= textproc lisp DISTFILES= # none diff --git a/textproc/fzf/Makefile b/textproc/fzf/Makefile index 728167ad466d..f54bcb29ea06 100644 --- a/textproc/fzf/Makefile +++ b/textproc/fzf/Makefile @@ -1,7 +1,6 @@ PORTNAME= fzf DISTVERSIONPREFIX= v -DISTVERSION= 0.64.0 -PORTREVISION= 1 +DISTVERSION= 0.65.0 CATEGORIES= textproc MASTER_SITES= https://raw.githubusercontent.com/${GH_ACCOUNT}/${GH_PROJECT}/${DISTVERSIONFULL}/:gomod DISTFILES= go.mod:gomod @@ -22,7 +21,7 @@ GH_PROJECT= fzf GO_MODULE= github.com/junegunn/fzf GO_BUILDFLAGS= -ldflags="-X main.version=${DISTVERSION} -X main.revision=${COMMIT_ID} -s -w" -COMMIT_ID= 397fe8e +COMMIT_ID= 04c4269 PLIST_FILES= bin/fzf share/man/man1/fzf.1.gz diff --git a/textproc/fzf/distinfo b/textproc/fzf/distinfo index 832840e62489..3075f12db07a 100644 --- a/textproc/fzf/distinfo +++ b/textproc/fzf/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1751877958 -SHA256 (go/textproc_fzf/junegunn-fzf-v0.64.0_GH0/go.mod) = 6cc838db5cb7817cbb9522b55c9715ab6f543a0eaf3b5178cd9db42bd60640ae -SIZE (go/textproc_fzf/junegunn-fzf-v0.64.0_GH0/go.mod) = 527 -SHA256 (go/textproc_fzf/junegunn-fzf-v0.64.0_GH0/junegunn-fzf-v0.64.0_GH0.tar.gz) = e990529375a75e9be03b58b6a136573b9fd1189c1223aaa760e47fcb94812172 -SIZE (go/textproc_fzf/junegunn-fzf-v0.64.0_GH0/junegunn-fzf-v0.64.0_GH0.tar.gz) = 346041 +TIMESTAMP = 1753618990 +SHA256 (go/textproc_fzf/junegunn-fzf-v0.65.0_GH0/go.mod) = 6cc838db5cb7817cbb9522b55c9715ab6f543a0eaf3b5178cd9db42bd60640ae +SIZE (go/textproc_fzf/junegunn-fzf-v0.65.0_GH0/go.mod) = 527 +SHA256 (go/textproc_fzf/junegunn-fzf-v0.65.0_GH0/junegunn-fzf-v0.65.0_GH0.tar.gz) = 766e989220453f4b7753a4e99732da5e8550ae3184b3580ffd0c957cabd557b0 +SIZE (go/textproc_fzf/junegunn-fzf-v0.65.0_GH0/junegunn-fzf-v0.65.0_GH0.tar.gz) = 347323 diff --git a/textproc/harper/Makefile b/textproc/harper/Makefile index 6ff48f607392..9fe0ae3891ab 100644 --- a/textproc/harper/Makefile +++ b/textproc/harper/Makefile @@ -1,6 +1,6 @@ PORTNAME= harper DISTVERSIONPREFIX= v -DISTVERSION= 0.52.0 +DISTVERSION= 0.53.0 CATEGORIES= textproc MAINTAINER= ashish@FreeBSD.org diff --git a/textproc/harper/distinfo b/textproc/harper/distinfo index 55158b04b905..645cb64603a1 100644 --- a/textproc/harper/distinfo +++ b/textproc/harper/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1753186609 +TIMESTAMP = 1753476440 SHA256 (rust/crates/addr2line-0.24.2.crate) = dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1 SIZE (rust/crates/addr2line-0.24.2.crate) = 39015 SHA256 (rust/crates/adler2-2.0.1.crate) = 320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa @@ -729,5 +729,5 @@ SHA256 (rust/crates/zerovec-0.11.2.crate) = 4a05eb080e015ba39cc9e23bbe5e7fb04d5f SIZE (rust/crates/zerovec-0.11.2.crate) = 124500 SHA256 (rust/crates/zerovec-derive-0.11.1.crate) = 5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f SIZE (rust/crates/zerovec-derive-0.11.1.crate) = 21294 -SHA256 (Automattic-harper-v0.52.0_GH0.tar.gz) = 125dd08ce276a3c6b797a431a5abf158a23fd353d4bc7a50e450bba1db32c087 -SIZE (Automattic-harper-v0.52.0_GH0.tar.gz) = 4164442 +SHA256 (Automattic-harper-v0.53.0_GH0.tar.gz) = 51baba0379ab0bb4cc0eb124a6f2100037848d0703b2e58de07791ee1a54bf83 +SIZE (Automattic-harper-v0.53.0_GH0.tar.gz) = 4180581 diff --git a/textproc/py-dialect/Makefile b/textproc/py-dialect/Makefile index 81f3809304a4..50d3ae44b723 100644 --- a/textproc/py-dialect/Makefile +++ b/textproc/py-dialect/Makefile @@ -1,6 +1,5 @@ PORTNAME= dialect -DISTVERSION= 2.5.0 -PORTREVISION= 1 +DISTVERSION= 2.6.0 CATEGORIES= textproc gnome python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,15 +14,15 @@ BUILD_DEPENDS= appstreamcli:devel/appstream \ blueprint-compiler:devel/blueprint-compiler LIB_DEPENDS= libsoup-3.0.so:devel/libsoup3 \ libsecret-1.so:security/libsecret -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gTTS>0:audio/py-gtts@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gTTS>=2.5.4:audio/py-gtts@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.13.4:www/py-beautifulsoup@${PY_FLAVOR} USES= desktop-file-utils gettext-tools gnome gstreamer meson \ pkgconfig python USE_GITHUB= yes GH_ACCOUNT= dialect-app -GH_TUPLE= dialect-app:po:1fdb2525674005ecde58f1498f00edfa0bd58b55:po/po +GH_TUPLE= dialect-app:po:bd426bd3adc9917429290f4b6da378076ecf7e2e:po/po USE_GNOME= glib20 gtk40 introspection:build libadwaita pygobject3 GLIB_SCHEMAS= app.drey.Dialect.gschema.xml diff --git a/textproc/py-dialect/distinfo b/textproc/py-dialect/distinfo index 04afe4fdf32f..8e2719da11e3 100644 --- a/textproc/py-dialect/distinfo +++ b/textproc/py-dialect/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1728374245 -SHA256 (dialect-app-dialect-2.5.0_GH0.tar.gz) = 5b506728175c60a642bb02723291193df815e04a42a0cdc5e3e41dcdf7d26b5f -SIZE (dialect-app-dialect-2.5.0_GH0.tar.gz) = 157423 -SHA256 (dialect-app-po-1fdb2525674005ecde58f1498f00edfa0bd58b55_GH0.tar.gz) = 9de804d18d186d4996e300fb8d92d164f3429dda9baaa1fa9386e0fdc2803424 -SIZE (dialect-app-po-1fdb2525674005ecde58f1498f00edfa0bd58b55_GH0.tar.gz) = 425199 +TIMESTAMP = 1753582297 +SHA256 (dialect-app-dialect-2.6.0_GH0.tar.gz) = 63f194447005a605a7aee4f0dd546178d62ba13bf36641493974f8ed271bc58e +SIZE (dialect-app-dialect-2.6.0_GH0.tar.gz) = 158590 +SHA256 (dialect-app-po-bd426bd3adc9917429290f4b6da378076ecf7e2e_GH0.tar.gz) = 25f7f39ac14dc64a03fc4b7d0cc036b898cefba1ad37c9666beaf5a4804b50a4 +SIZE (dialect-app-po-bd426bd3adc9917429290f4b6da378076ecf7e2e_GH0.tar.gz) = 463681 diff --git a/textproc/py-dialect/pkg-plist b/textproc/py-dialect/pkg-plist index 412e2730d6e7..338c7dae2d64 100644 --- a/textproc/py-dialect/pkg-plist +++ b/textproc/py-dialect/pkg-plist @@ -3,12 +3,14 @@ share/applications/app.drey.Dialect.desktop share/dbus-1/services/app.drey.Dialect.SearchProvider.service %%DATADIR%%/dialect.gresource %%DATADIR%%/dialect/__init__.py +%%DATADIR%%/dialect/asyncio.py %%DATADIR%%/dialect/define.py %%DATADIR%%/dialect/languages.py %%DATADIR%%/dialect/main.py %%DATADIR%%/dialect/preferences.py %%DATADIR%%/dialect/providers/__init__.py %%DATADIR%%/dialect/providers/base.py +%%DATADIR%%/dialect/providers/errors.py %%DATADIR%%/dialect/providers/local.py %%DATADIR%%/dialect/providers/modules/bing.py %%DATADIR%%/dialect/providers/modules/deepl.py @@ -68,6 +70,8 @@ share/locale/eo/LC_MESSAGES/dialect-cldr-langs.mo share/locale/eo/LC_MESSAGES/dialect.mo share/locale/es/LC_MESSAGES/dialect-cldr-langs.mo share/locale/es/LC_MESSAGES/dialect.mo +share/locale/et/LC_MESSAGES/dialect-cldr-langs.mo +share/locale/et/LC_MESSAGES/dialect.mo share/locale/eu/LC_MESSAGES/dialect-cldr-langs.mo share/locale/eu/LC_MESSAGES/dialect.mo share/locale/fa/LC_MESSAGES/dialect-cldr-langs.mo @@ -80,6 +84,8 @@ share/locale/fur/LC_MESSAGES/dialect-cldr-langs.mo share/locale/fur/LC_MESSAGES/dialect.mo share/locale/fy/LC_MESSAGES/dialect-cldr-langs.mo share/locale/fy/LC_MESSAGES/dialect.mo +share/locale/ga/LC_MESSAGES/dialect-cldr-langs.mo +share/locale/ga/LC_MESSAGES/dialect.mo share/locale/gl/LC_MESSAGES/dialect-cldr-langs.mo share/locale/gl/LC_MESSAGES/dialect.mo share/locale/he/LC_MESSAGES/dialect-cldr-langs.mo @@ -90,6 +96,8 @@ share/locale/hr/LC_MESSAGES/dialect-cldr-langs.mo share/locale/hr/LC_MESSAGES/dialect.mo share/locale/hu/LC_MESSAGES/dialect-cldr-langs.mo share/locale/hu/LC_MESSAGES/dialect.mo +share/locale/ia/LC_MESSAGES/dialect-cldr-langs.mo +share/locale/ia/LC_MESSAGES/dialect.mo share/locale/id/LC_MESSAGES/dialect-cldr-langs.mo share/locale/id/LC_MESSAGES/dialect.mo share/locale/it/LC_MESSAGES/dialect-cldr-langs.mo @@ -126,6 +134,8 @@ share/locale/ro/LC_MESSAGES/dialect-cldr-langs.mo share/locale/ro/LC_MESSAGES/dialect.mo share/locale/ru/LC_MESSAGES/dialect-cldr-langs.mo share/locale/ru/LC_MESSAGES/dialect.mo +share/locale/sc/LC_MESSAGES/dialect-cldr-langs.mo +share/locale/sc/LC_MESSAGES/dialect.mo share/locale/si/LC_MESSAGES/dialect-cldr-langs.mo share/locale/si/LC_MESSAGES/dialect.mo share/locale/sk/LC_MESSAGES/dialect-cldr-langs.mo @@ -136,6 +146,8 @@ share/locale/sv/LC_MESSAGES/dialect-cldr-langs.mo share/locale/sv/LC_MESSAGES/dialect.mo share/locale/ta/LC_MESSAGES/dialect-cldr-langs.mo share/locale/ta/LC_MESSAGES/dialect.mo +share/locale/te_IN/LC_MESSAGES/dialect-cldr-langs.mo +share/locale/te_IN/LC_MESSAGES/dialect.mo share/locale/tr/LC_MESSAGES/dialect-cldr-langs.mo share/locale/tr/LC_MESSAGES/dialect.mo share/locale/uk/LC_MESSAGES/dialect-cldr-langs.mo diff --git a/textproc/py-docstring_parser/Makefile b/textproc/py-docstring_parser/Makefile index cdc8596aee3a..adb4cfef8713 100644 --- a/textproc/py-docstring_parser/Makefile +++ b/textproc/py-docstring_parser/Makefile @@ -1,5 +1,5 @@ PORTNAME= docstring_parser -DISTVERSION= 0.16 +DISTVERSION= 0.17.0 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,7 @@ WWW= https://github.com/rr-/docstring_parser LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} USES= python USE_PYTHON= autoplist pep517 pytest diff --git a/textproc/py-docstring_parser/distinfo b/textproc/py-docstring_parser/distinfo index 39bc74bc5a4a..84172f1518ad 100644 --- a/textproc/py-docstring_parser/distinfo +++ b/textproc/py-docstring_parser/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744711535 -SHA256 (docstring_parser-0.16.tar.gz) = 538beabd0af1e2db0146b6bd3caa526c35a34d61af9fd2887f3a8a27a739aa6e -SIZE (docstring_parser-0.16.tar.gz) = 26565 +TIMESTAMP = 1753188717 +SHA256 (docstring_parser-0.17.0.tar.gz) = 583de4a309722b3315439bb31d64ba3eebada841f2e2cee23b99df001434c912 +SIZE (docstring_parser-0.17.0.tar.gz) = 27442 diff --git a/textproc/py-license-expression/Makefile b/textproc/py-license-expression/Makefile index bd0fb745f3fa..53111a0a9998 100644 --- a/textproc/py-license-expression/Makefile +++ b/textproc/py-license-expression/Makefile @@ -1,5 +1,5 @@ PORTNAME= license-expression -DISTVERSION= 30.4.3 +DISTVERSION= 30.4.4 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-license-expression/distinfo b/textproc/py-license-expression/distinfo index 8fdd05a2eda9..a408c7171e89 100644 --- a/textproc/py-license-expression/distinfo +++ b/textproc/py-license-expression/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751267545 -SHA256 (license_expression-30.4.3.tar.gz) = 49f439fea91c4d1a642f9f2902b58db1d42396c5e331045f41ce50df9b40b1f2 -SIZE (license_expression-30.4.3.tar.gz) = 183031 +TIMESTAMP = 1753512884 +SHA256 (license_expression-30.4.4.tar.gz) = 73448f0aacd8d0808895bdc4b2c8e01a8d67646e4188f887375398c761f340fd +SIZE (license_expression-30.4.4.tar.gz) = 186402 diff --git a/textproc/py-rich/Makefile b/textproc/py-rich/Makefile index b15f4bb851ba..ad207e42e918 100644 --- a/textproc/py-rich/Makefile +++ b/textproc/py-rich/Makefile @@ -1,5 +1,5 @@ PORTNAME= rich -PORTVERSION= 14.0.0 +PORTVERSION= 14.1.0 DISTVERSIONPREFIX= v CATEGORIES= textproc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-rich/distinfo b/textproc/py-rich/distinfo index 5e6adc2d6015..c07c5b36064e 100644 --- a/textproc/py-rich/distinfo +++ b/textproc/py-rich/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743404751 -SHA256 (Textualize-rich-v14.0.0_GH0.tar.gz) = 0a1a45eb997b6fd1b133192b9590c9de9bd7fe7e2948540b4433d4ba413f331c -SIZE (Textualize-rich-v14.0.0_GH0.tar.gz) = 15065886 +TIMESTAMP = 1753508811 +SHA256 (Textualize-rich-v14.1.0_GH0.tar.gz) = f21cbcf44386ba2b306552f506dd3ede86349cafd2a8cbf1b7bb38b705a64594 +SIZE (Textualize-rich-v14.1.0_GH0.tar.gz) = 15070577 diff --git a/textproc/sttr/Makefile b/textproc/sttr/Makefile index 2339e023d792..3d431597ea35 100644 --- a/textproc/sttr/Makefile +++ b/textproc/sttr/Makefile @@ -1,7 +1,6 @@ PORTNAME= sttr DISTVERSIONPREFIX= v -DISTVERSION= 0.2.25 -PORTREVISION= 1 +DISTVERSION= 0.2.26 CATEGORIES= textproc MAINTAINER= se@FreeBSD.org @@ -11,67 +10,13 @@ WWW= https://github.com/abhimanyu003/sttr LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.23 go:modules +USES= go:modules,1.23 +GO_MODULE= github.com/abhimanyu003/sttr +GO_MOD_DIST= github + USE_GITHUB= yes GH_ACCOUNT= abhimanyu003 -GH_TUPLE= \ - atotto:clipboard:v0.1.4:atotto_clipboard/vendor/github.com/atotto/clipboard \ - aymanbagabas:go-osc52:v2.0.1:aymanbagabas_go_osc52_v2/vendor/github.com/aymanbagabas/go-osc52/v2 \ - charmbracelet:bubbles:v0.20.0:charmbracelet_bubbles/vendor/github.com/charmbracelet/bubbles \ - charmbracelet:bubbletea:v1.3.4:charmbracelet_bubbletea/vendor/github.com/charmbracelet/bubbletea \ - charmbracelet:colorprofile:v0.3.0:charmbracelet_colorprofile/vendor/github.com/charmbracelet/colorprofile \ - charmbracelet:lipgloss:v1.1.0:charmbracelet_lipgloss/vendor/github.com/charmbracelet/lipgloss \ - charmbracelet:x:ansi/v0.8.0:charmbracelet_x_ansi/vendor/github.com/charmbracelet/x \ - charmbracelet:x:cellbuf/v0.0.13:charmbracelet_x_cellbuf \ - charmbracelet:x:term/v0.2.1:charmbracelet_x_term \ - cpuguy83:go-md2man:v2.0.6:cpuguy83_go_md2man_v2/vendor/github.com/cpuguy83/go-md2man/v2 \ - erikgeiser:coninput:1c3628e74d0f:erikgeiser_coninput/vendor/github.com/erikgeiser/coninput \ - ghodss:yaml:v1.0.0:ghodss_yaml/vendor/github.com/ghodss/yaml \ - go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ - go-yaml:yaml:v3.0.1:go_yaml_yaml_1/vendor/gopkg.in/yaml.v3 \ - golang:crypto:v0.36.0:golang_crypto/vendor/golang.org/x/crypto \ - golang:net:v0.37.0:golang_net/vendor/golang.org/x/net \ - golang:sync:v0.12.0:golang_sync/vendor/golang.org/x/sync \ - golang:sys:v0.31.0:golang_sys/vendor/golang.org/x/sys \ - golang:term:v0.30.0:golang_term/vendor/golang.org/x/term \ - golang:text:v0.23.0:golang_text/vendor/golang.org/x/text \ - iancoleman:strcase:v0.3.0:iancoleman_strcase/vendor/github.com/iancoleman/strcase \ - inconshreveable:mousetrap:v1.1.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ - lucasb-eyer:go-colorful:v1.2.0:lucasb_eyer_go_colorful/vendor/github.com/lucasb-eyer/go-colorful \ - mattn:go-isatty:v0.0.20:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ - mattn:go-localereader:v0.0.1:mattn_go_localereader/vendor/github.com/mattn/go-localereader \ - mattn:go-runewidth:v0.0.16:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ - mcnijman:go-emailaddress:v1.1.1:mcnijman_go_emailaddress/vendor/github.com/mcnijman/go-emailaddress \ - muesli:ansi:276c6243b2f6:muesli_ansi/vendor/github.com/muesli/ansi \ - muesli:cancelreader:v0.2.2:muesli_cancelreader/vendor/github.com/muesli/cancelreader \ - muesli:termenv:v0.16.0:muesli_termenv/vendor/github.com/muesli/termenv \ - mvdan:xurls:v2.6.0:mvdan_xurls/vendor/mvdan.cc/xurls/v2 \ - rivo:uniseg:v0.4.7:rivo_uniseg/vendor/github.com/rivo/uniseg \ - russross:blackfriday:v2.1.0:russross_blackfriday_v2/vendor/github.com/russross/blackfriday/v2 \ - sahilm:fuzzy:v0.1.1:sahilm_fuzzy/vendor/github.com/sahilm/fuzzy \ - spf13:cobra:v1.9.1:spf13_cobra/vendor/github.com/spf13/cobra \ - spf13:pflag:v1.0.6:spf13_pflag/vendor/github.com/spf13/pflag \ - stretchr:testify:v1.10.0:stretchr_testify/vendor/github.com/stretchr/testify \ - vmihailenco:msgpack:v5.4.1:vmihailenco_msgpack_v5/vendor/github.com/vmihailenco/msgpack/v5 \ - vmihailenco:tagparser:v2.0.0:vmihailenco_tagparser_v2/vendor/github.com/vmihailenco/tagparser/v2 \ - xo:terminfo:abceb7e1c41e:xo_terminfo/vendor/github.com/xo/terminfo \ - yuin:goldmark:v1.7.8:yuin_goldmark/vendor/github.com/yuin/goldmark - -USE_GITLAB= nodefault -GL_TUPLE= abhimanyusharma003:go-ordered-json:7ef32eef8eade06db2cd5b92cb95fac45ae7831c:abhimanyusharma003_go_ordered_json/vendor/gitlab.com/abhimanyusharma003/go-ordered-json PLIST_FILES= bin/sttr -post-extract: - @${RM} -r ${WRKSRC}/vendor/github.com/charmbracelet/x/cellbuf - @${RLN} ${WRKSRC_charmbracelet_x_cellbuf}/cellbuf ${WRKSRC}/vendor/github.com/charmbracelet/x/cellbuf - @${RM} -r ${WRKSRC}/vendor/github.com/charmbracelet/x/term - @${RLN} ${WRKSRC_charmbracelet_x_term}/term ${WRKSRC}/vendor/github.com/charmbracelet/x/term - @${RM} -r ${WRKSRC}/vendor/github.com/abhimanyu003/sttr - @${MKDIR} ${WRKSRC}/vendor/github.com/abhimanyu003/sttr - @${RLN} ${WRKSRC}/cmd ${WRKSRC}/vendor/github.com/abhimanyu003/sttr/cmd - @${RLN} ${WRKSRC}/processors ${WRKSRC}/vendor/github.com/abhimanyu003/sttr/processors - @${RLN} ${WRKSRC}/ui ${WRKSRC}/vendor/github.com/abhimanyu003/sttr/ui - @${RLN} ${WRKSRC}/utils ${WRKSRC}/vendor/github.com/abhimanyu003/sttr/utils - .include <bsd.port.mk> diff --git a/textproc/sttr/distinfo b/textproc/sttr/distinfo index a01261d2352e..796d790a1a08 100644 --- a/textproc/sttr/distinfo +++ b/textproc/sttr/distinfo @@ -1,87 +1,5 @@ -TIMESTAMP = 1743147379 -SHA256 (abhimanyu003-sttr-v0.2.25_GH0.tar.gz) = 0369a28a944f3f2f3c5bde527572acafbeeeee1a5cf158c1dc8dd5e9f068e059 -SIZE (abhimanyu003-sttr-v0.2.25_GH0.tar.gz) = 1234825 -SHA256 (atotto-clipboard-v0.1.4_GH0.tar.gz) = cafd64dc78f293c1e774386186f3f817461a1a8940ef86d5d9e9524b58aa791e -SIZE (atotto-clipboard-v0.1.4_GH0.tar.gz) = 5017 -SHA256 (aymanbagabas-go-osc52-v2.0.1_GH0.tar.gz) = dad92f43db3cd17e7395db59533283b5888c2780fa1b2cb67344a9feaa3291e0 -SIZE (aymanbagabas-go-osc52-v2.0.1_GH0.tar.gz) = 5875 -SHA256 (charmbracelet-bubbles-v0.20.0_GH0.tar.gz) = e5571e3fa42de49c50f9387d7f0f3491192adaa7b676905d72b5357fbef10883 -SIZE (charmbracelet-bubbles-v0.20.0_GH0.tar.gz) = 73346 -SHA256 (charmbracelet-bubbletea-v1.3.4_GH0.tar.gz) = 0c5d7ce60d53f3b46ff860a26bb4fd6d2852f35cc22635f0041c79e000dcb4ca -SIZE (charmbracelet-bubbletea-v1.3.4_GH0.tar.gz) = 2188046 -SHA256 (charmbracelet-colorprofile-v0.3.0_GH0.tar.gz) = 5cd76e6592d5223e11cbccad6625fbe67c7445aaad3fd51a5275b1692230c89a -SIZE (charmbracelet-colorprofile-v0.3.0_GH0.tar.gz) = 15242 -SHA256 (charmbracelet-lipgloss-v1.1.0_GH0.tar.gz) = c5cc4f06b37c59c194183c322fbb3b9a45ca7bffdfb562647181b2995ea6586c -SIZE (charmbracelet-lipgloss-v1.1.0_GH0.tar.gz) = 97406 -SHA256 (charmbracelet-x-ansi-v0.8.0_GH0.tar.gz) = db622ed9faf8688b0334f5cedd0020088faa19268b0bfe7bd7ce16860023e299 -SIZE (charmbracelet-x-ansi-v0.8.0_GH0.tar.gz) = 236972 -SHA256 (charmbracelet-x-cellbuf-v0.0.13_GH0.tar.gz) = 1c3e03462c0ca86d0eff38ed1941e1bf2669cbd9c736312a1a177c3f763316d8 -SIZE (charmbracelet-x-cellbuf-v0.0.13_GH0.tar.gz) = 978047 -SHA256 (charmbracelet-x-term-v0.2.1_GH0.tar.gz) = d0d740b26a061f4efece62a770e107e07a820b77fb34c227e4e3aab6c5df6427 -SIZE (charmbracelet-x-term-v0.2.1_GH0.tar.gz) = 146679 -SHA256 (cpuguy83-go-md2man-v2.0.6_GH0.tar.gz) = 5fa29154237bc840a10a06231c066f9ddbe06bb31d1c3372eab12e1ed977271f -SIZE (cpuguy83-go-md2man-v2.0.6_GH0.tar.gz) = 11064 -SHA256 (erikgeiser-coninput-1c3628e74d0f_GH0.tar.gz) = 3d799ddf6184548e72e447be9199819dc4a7ade82a081c31ca0009ce0bc4c113 -SIZE (erikgeiser-coninput-1c3628e74d0f_GH0.tar.gz) = 8949 -SHA256 (ghodss-yaml-v1.0.0_GH0.tar.gz) = 8a76b47cd171944612aae1cfa08bbb971b63fec16794c839252808392097de44 -SIZE (ghodss-yaml-v1.0.0_GH0.tar.gz) = 11772 -SHA256 (go-yaml-yaml-v2.4.0_GH0.tar.gz) = d8e94679e5fff6bd1a35e10241543929a5f3da44f701755babf99b3daf0faac0 -SIZE (go-yaml-yaml-v2.4.0_GH0.tar.gz) = 73209 -SHA256 (go-yaml-yaml-v3.0.1_GH0.tar.gz) = cf05411540d3e6ef8f1fd88434b34f94cedaceb540329031d80e23b74540c4e5 -SIZE (go-yaml-yaml-v3.0.1_GH0.tar.gz) = 91173 -SHA256 (golang-crypto-v0.36.0_GH0.tar.gz) = 31b061f275cb9aabfc8a1fcd325435e8963f275e972d4898c9fa34f75a5d98f6 -SIZE (golang-crypto-v0.36.0_GH0.tar.gz) = 1841605 -SHA256 (golang-net-v0.37.0_GH0.tar.gz) = d822af41208d45f1a3055776187788bdb3c174226d88c2d134917e3edb2513ba -SIZE (golang-net-v0.37.0_GH0.tar.gz) = 1494338 -SHA256 (golang-sync-v0.12.0_GH0.tar.gz) = 1032c8a956571df44cfb3c22122a7a3a771af53b1af5698b15e0143a8aacfde7 -SIZE (golang-sync-v0.12.0_GH0.tar.gz) = 17923 -SHA256 (golang-sys-v0.31.0_GH0.tar.gz) = de9873501d7e57afe8964b48d17392f82b5f1fd611915e6084523f9eb7506972 -SIZE (golang-sys-v0.31.0_GH0.tar.gz) = 1523040 -SHA256 (golang-term-v0.30.0_GH0.tar.gz) = f8aede057e9335073ad5b4a4ccf1165f61e4b8d98c2ffa7de5667dcfe6011d23 -SIZE (golang-term-v0.30.0_GH0.tar.gz) = 14692 -SHA256 (golang-text-v0.23.0_GH0.tar.gz) = 941692d8d3a0b5998cabf9d3a9e6e3617665e1f2b50c71e0fee08c654bbed3df -SIZE (golang-text-v0.23.0_GH0.tar.gz) = 8969153 -SHA256 (iancoleman-strcase-v0.3.0_GH0.tar.gz) = 1cd6a7584be53d74b1e3014fa7d50a998b330580ec13109cd0558f554d3457e9 -SIZE (iancoleman-strcase-v0.3.0_GH0.tar.gz) = 5511 -SHA256 (inconshreveable-mousetrap-v1.1.0_GH0.tar.gz) = ab23e7c5cbf42564eb0190ee051b7217c04fd2599d2f26e9ebe205db75963141 -SIZE (inconshreveable-mousetrap-v1.1.0_GH0.tar.gz) = 5338 -SHA256 (lucasb-eyer-go-colorful-v1.2.0_GH0.tar.gz) = b3ee835cc398287452377266313edcc231043bae4168f8d2706e5d34ce1ce755 -SIZE (lucasb-eyer-go-colorful-v1.2.0_GH0.tar.gz) = 970830 -SHA256 (mattn-go-isatty-v0.0.20_GH0.tar.gz) = 18fc42a278e60fb7a1dffa72f20539ae88d0e292db55b513ef514b7d369883a6 -SIZE (mattn-go-isatty-v0.0.20_GH0.tar.gz) = 4713 -SHA256 (mattn-go-localereader-v0.0.1_GH0.tar.gz) = 03bd5a512b593c793cccd3a1f507e3a5ba6f92681b1fa4f812a53eddbc3751dc -SIZE (mattn-go-localereader-v0.0.1_GH0.tar.gz) = 1735 -SHA256 (mattn-go-runewidth-v0.0.16_GH0.tar.gz) = e98c1e4a82b8a6d026ee63385955cc178c91c77f106c7cf3d743736301106a8f -SIZE (mattn-go-runewidth-v0.0.16_GH0.tar.gz) = 18490 -SHA256 (mcnijman-go-emailaddress-v1.1.1_GH0.tar.gz) = 4eb05fe197924cf98dcbe418d7a85e592eb252d9ff2a36b3074b088f1bb7d66f -SIZE (mcnijman-go-emailaddress-v1.1.1_GH0.tar.gz) = 6549 -SHA256 (muesli-ansi-276c6243b2f6_GH0.tar.gz) = 3284ff73b72fb26606a9129355fa2916647423e3ede78ba8031e6bdfa0ccef4f -SIZE (muesli-ansi-276c6243b2f6_GH0.tar.gz) = 5243 -SHA256 (muesli-cancelreader-v0.2.2_GH0.tar.gz) = afd827ad56d7c567389a516ca005ea80d46ed1cbc17c5ec3ca144152f1ecfc5a -SIZE (muesli-cancelreader-v0.2.2_GH0.tar.gz) = 9443 -SHA256 (muesli-termenv-v0.16.0_GH0.tar.gz) = 2a65e544c8757ce90669d1ec3e1e61b469d72dafb086e9d114961dc75632f210 -SIZE (muesli-termenv-v0.16.0_GH0.tar.gz) = 422973 -SHA256 (mvdan-xurls-v2.6.0_GH0.tar.gz) = 476d92a0416fee965f928180a950691b85dbb8d11efc3dc7f795ecc106c76075 -SIZE (mvdan-xurls-v2.6.0_GH0.tar.gz) = 28122 -SHA256 (rivo-uniseg-v0.4.7_GH0.tar.gz) = dc7aedce4a8c174b01df8406ff7d92779e2df76cee2ad17fa2ff6777feddadec -SIZE (rivo-uniseg-v0.4.7_GH0.tar.gz) = 458088 -SHA256 (russross-blackfriday-v2.1.0_GH0.tar.gz) = a13af0fc5305713f5154693feaf654d024689efea76390091a5e8c757335b4f4 -SIZE (russross-blackfriday-v2.1.0_GH0.tar.gz) = 92896 -SHA256 (sahilm-fuzzy-v0.1.1_GH0.tar.gz) = 3242679be224552ef8934524cb08bb5d355644084a3476509bedd4dba57af408 -SIZE (sahilm-fuzzy-v0.1.1_GH0.tar.gz) = 3353368 -SHA256 (spf13-cobra-v1.9.1_GH0.tar.gz) = 4026e019a940b70e59aa8d07184314969888a75adc77adba0be008b1106558af -SIZE (spf13-cobra-v1.9.1_GH0.tar.gz) = 197816 -SHA256 (spf13-pflag-v1.0.6_GH0.tar.gz) = b6beba1d0a8ce6e0827567931ff9b1b1c93b0fb4b091e825aa09bf0310664ff7 -SIZE (spf13-pflag-v1.0.6_GH0.tar.gz) = 52840 -SHA256 (stretchr-testify-v1.10.0_GH0.tar.gz) = 06af5143ab5fc8f2fbf3d1420a5f002f6383cd7de911698dbd1822beacb27684 -SIZE (stretchr-testify-v1.10.0_GH0.tar.gz) = 112732 -SHA256 (vmihailenco-msgpack-v5.4.1_GH0.tar.gz) = cffb190f68ddf9d248e1587080466981ed911cf08901c6a81f4edc8d66b69f90 -SIZE (vmihailenco-msgpack-v5.4.1_GH0.tar.gz) = 37770 -SHA256 (vmihailenco-tagparser-v2.0.0_GH0.tar.gz) = 676b99c051fef68d1b0fb0385103de0e42a3ee556919b2b54ff5d3445bac56dd -SIZE (vmihailenco-tagparser-v2.0.0_GH0.tar.gz) = 3683 -SHA256 (xo-terminfo-abceb7e1c41e_GH0.tar.gz) = f309fc85594b3a03d622ebe275a841b97101c4189f85fff18fc051a2e5a4878c -SIZE (xo-terminfo-abceb7e1c41e_GH0.tar.gz) = 35180 -SHA256 (yuin-goldmark-v1.7.8_GH0.tar.gz) = 24ed806185809cd518c96d772078d1e255e7d4993d446bcdbe396b1b30d99118 -SIZE (yuin-goldmark-v1.7.8_GH0.tar.gz) = 254906 -SHA256 (abhimanyusharma003-go-ordered-json-7ef32eef8eade06db2cd5b92cb95fac45ae7831c_GL0.tar.gz) = fdbdaf569fda5a0758e6c9c02b74872e384896d31333a90d85bb89db447d0153 -SIZE (abhimanyusharma003-go-ordered-json-7ef32eef8eade06db2cd5b92cb95fac45ae7831c_GL0.tar.gz) = 5974 +TIMESTAMP = 1753722151 +SHA256 (go/textproc_sttr/abhimanyu003-sttr-v0.2.26_GH0/go.mod) = 1d11bb3f27aa72a9e5ddeaa2ee691392b1659073bef8e121a2e302783208de6e +SIZE (go/textproc_sttr/abhimanyu003-sttr-v0.2.26_GH0/go.mod) = 2048 +SHA256 (go/textproc_sttr/abhimanyu003-sttr-v0.2.26_GH0/abhimanyu003-sttr-v0.2.26_GH0.tar.gz) = d59a4f25c2ad4478699585aff16d3b99b9b1fddfb894bdf072705d6342aee59a +SIZE (go/textproc_sttr/abhimanyu003-sttr-v0.2.26_GH0/abhimanyu003-sttr-v0.2.26_GH0.tar.gz) = 1235704 diff --git a/www/cl-lml-sbcl/Makefile b/www/cl-lml-sbcl/Makefile index 3c24ab5f472c..7c0ec444eff6 100644 --- a/www/cl-lml-sbcl/Makefile +++ b/www/cl-lml-sbcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= lml PORTVERSION= 2.5.7 -PORTREVISION= 97 +PORTREVISION= 98 CATEGORIES= www textproc PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index 644906398ba9..342503a40bbe 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -1,5 +1,6 @@ PORTNAME= firefox DISTVERSION= 140.1.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www wayland MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ diff --git a/www/firefox-esr/files/patch-bug1876632 b/www/firefox-esr/files/patch-bug1876632 new file mode 100644 index 000000000000..3932b1deccc9 --- /dev/null +++ b/www/firefox-esr/files/patch-bug1876632 @@ -0,0 +1,35 @@ +commit 4f531ca86d24be5d4de673f6e652ed899151d20c +Author: Jesper Schmitz Mouridsen <jesper@schmitz.computer> +Date: Wed Jul 23 22:01:31 2025 +0000 + + Bug 1876632 Fix aslr allocations on FreeBSD r=spidermonkey-reviewers,sfink + + Without the alignment flag the desired address + gets randomized by aslr in a way which causes it to not + be aligned. Furthermore the TryToAlignChunk almost always + fails. With this fix it never gets to TryToAlignChunk + because the flag guarantees upfront alignment. + + Differential Revision: https://phabricator.services.mozilla.com/D257824 + +diff --git js/src/gc/Memory.cpp js/src/gc/Memory.cpp +index e790f1784ede..13639c9a6eb4 100644 +--- js/src/gc/Memory.cpp ++++ js/src/gc/Memory.cpp +@@ -608,7 +608,16 @@ static void* MapAlignedPagesRandom(size_t length, size_t alignment) { + for (size_t i = 1; i <= 1024; ++i) { + if (i & 0xf) { + uint64_t desired = alignment * GetNumberInRange(minNum, maxNum); ++# if defined(__FreeBSD__) && defined(__aarch64__) ++ int flags = MAP_PRIVATE | MAP_ANON | ++ MAP_ALIGNED(mozilla::CeilingLog2Size(alignment)); ++ region = MozTaggedAnonymousMmap((void*)(uintptr_t)desired, length, ++ int(PageAccess::ReadWrite), flags, -1, 0, ++ "js-gc-heap"); ++# else + region = MapMemoryAtFuzzy(reinterpret_cast<void*>(desired), length); ++ ++# endif + if (!region) { + continue; + } diff --git a/www/firefox/Makefile b/www/firefox/Makefile index eafa58cd90d3..7705943ea874 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,6 +1,6 @@ PORTNAME= firefox DISTVERSION= 141.0 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= www wayland MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}${DISTVERSIONSUFFIX}/source \ diff --git a/www/firefox/files/patch-bug1876632 b/www/firefox/files/patch-bug1876632 new file mode 100644 index 000000000000..3932b1deccc9 --- /dev/null +++ b/www/firefox/files/patch-bug1876632 @@ -0,0 +1,35 @@ +commit 4f531ca86d24be5d4de673f6e652ed899151d20c +Author: Jesper Schmitz Mouridsen <jesper@schmitz.computer> +Date: Wed Jul 23 22:01:31 2025 +0000 + + Bug 1876632 Fix aslr allocations on FreeBSD r=spidermonkey-reviewers,sfink + + Without the alignment flag the desired address + gets randomized by aslr in a way which causes it to not + be aligned. Furthermore the TryToAlignChunk almost always + fails. With this fix it never gets to TryToAlignChunk + because the flag guarantees upfront alignment. + + Differential Revision: https://phabricator.services.mozilla.com/D257824 + +diff --git js/src/gc/Memory.cpp js/src/gc/Memory.cpp +index e790f1784ede..13639c9a6eb4 100644 +--- js/src/gc/Memory.cpp ++++ js/src/gc/Memory.cpp +@@ -608,7 +608,16 @@ static void* MapAlignedPagesRandom(size_t length, size_t alignment) { + for (size_t i = 1; i <= 1024; ++i) { + if (i & 0xf) { + uint64_t desired = alignment * GetNumberInRange(minNum, maxNum); ++# if defined(__FreeBSD__) && defined(__aarch64__) ++ int flags = MAP_PRIVATE | MAP_ANON | ++ MAP_ALIGNED(mozilla::CeilingLog2Size(alignment)); ++ region = MozTaggedAnonymousMmap((void*)(uintptr_t)desired, length, ++ int(PageAccess::ReadWrite), flags, -1, 0, ++ "js-gc-heap"); ++# else + region = MapMemoryAtFuzzy(reinterpret_cast<void*>(desired), length); ++ ++# endif + if (!region) { + continue; + } diff --git a/www/gallery-dl/Makefile b/www/gallery-dl/Makefile index 2ba8b63b78ac..aff527ddd4c7 100644 --- a/www/gallery-dl/Makefile +++ b/www/gallery-dl/Makefile @@ -1,6 +1,6 @@ PORTNAME= gallery-dl DISTVERSIONPREFIX= v -DISTVERSION= 1.30.0 +DISTVERSION= 1.30.1 CATEGORIES= www # Implicit approval to commit trivial version updates. diff --git a/www/gallery-dl/distinfo b/www/gallery-dl/distinfo index 4db5f53dc3f7..e1fa7b454ff0 100644 --- a/www/gallery-dl/distinfo +++ b/www/gallery-dl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752599323 -SHA256 (mikf-gallery-dl-v1.30.0_GH0.tar.gz) = 77ef30cf4eda33f0055e750750a23166abbb9c235f34bd9aa0804e00a70d9239 -SIZE (mikf-gallery-dl-v1.30.0_GH0.tar.gz) = 897871 +TIMESTAMP = 1753516361 +SHA256 (mikf-gallery-dl-v1.30.1_GH0.tar.gz) = 837a6dc86d929bf320cc5b46a5b808d2ce24ecafa4bed5e213dff6d1321d8f6d +SIZE (mikf-gallery-dl-v1.30.1_GH0.tar.gz) = 916951 diff --git a/www/go-anubis/Makefile b/www/go-anubis/Makefile index 2aaa7bb5a2ba..5c04b16c03ab 100644 --- a/www/go-anubis/Makefile +++ b/www/go-anubis/Makefile @@ -1,7 +1,6 @@ PORTNAME= anubis DISTVERSIONPREFIX= v -DISTVERSION= 1.20.0 -PORTREVISION= 1 +DISTVERSION= 1.21.3 CATEGORIES= www MASTER_SITES= https://github.com/techarohq/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/ PKGNAMEPREFIX= go- diff --git a/www/go-anubis/distinfo b/www/go-anubis/distinfo index 75103172451a..645294eb94ca 100644 --- a/www/go-anubis/distinfo +++ b/www/go-anubis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751459211 -SHA256 (anubis-src-vendor-npm-1.20.0.tar.gz) = b94971d51f4ae416c3a7bf17f17ab01a07d36d000ba4afd4494eb45791320890 -SIZE (anubis-src-vendor-npm-1.20.0.tar.gz) = 12276418 +TIMESTAMP = 1753561488 +SHA256 (anubis-src-vendor-npm-1.21.3.tar.gz) = f4b5af04d014dd3bac988995d076b4e3492d44d6ed6c6b4c657bea4d007da040 +SIZE (anubis-src-vendor-npm-1.21.3.tar.gz) = 15106502 diff --git a/www/librewolf/Makefile b/www/librewolf/Makefile index 1bb46bc7c67a..c3af88bf4969 100644 --- a/www/librewolf/Makefile +++ b/www/librewolf/Makefile @@ -2,6 +2,7 @@ PORTNAME= librewolf DISTVERSION= 140.0.4 LWPATCH= -1 DISTVERSIONSUFFIX= ${LWPATCH}.source +PORTREVISION= 1 CATEGORIES= www wayland MASTER_SITES= https://gitlab.com/api/v4/projects/32320088/packages/generic/${PORTNAME}-source/${DISTVERSION}${LWPATCH}/ diff --git a/www/librewolf/files/patch-bug1876632 b/www/librewolf/files/patch-bug1876632 new file mode 100644 index 000000000000..3932b1deccc9 --- /dev/null +++ b/www/librewolf/files/patch-bug1876632 @@ -0,0 +1,35 @@ +commit 4f531ca86d24be5d4de673f6e652ed899151d20c +Author: Jesper Schmitz Mouridsen <jesper@schmitz.computer> +Date: Wed Jul 23 22:01:31 2025 +0000 + + Bug 1876632 Fix aslr allocations on FreeBSD r=spidermonkey-reviewers,sfink + + Without the alignment flag the desired address + gets randomized by aslr in a way which causes it to not + be aligned. Furthermore the TryToAlignChunk almost always + fails. With this fix it never gets to TryToAlignChunk + because the flag guarantees upfront alignment. + + Differential Revision: https://phabricator.services.mozilla.com/D257824 + +diff --git js/src/gc/Memory.cpp js/src/gc/Memory.cpp +index e790f1784ede..13639c9a6eb4 100644 +--- js/src/gc/Memory.cpp ++++ js/src/gc/Memory.cpp +@@ -608,7 +608,16 @@ static void* MapAlignedPagesRandom(size_t length, size_t alignment) { + for (size_t i = 1; i <= 1024; ++i) { + if (i & 0xf) { + uint64_t desired = alignment * GetNumberInRange(minNum, maxNum); ++# if defined(__FreeBSD__) && defined(__aarch64__) ++ int flags = MAP_PRIVATE | MAP_ANON | ++ MAP_ALIGNED(mozilla::CeilingLog2Size(alignment)); ++ region = MozTaggedAnonymousMmap((void*)(uintptr_t)desired, length, ++ int(PageAccess::ReadWrite), flags, -1, 0, ++ "js-gc-heap"); ++# else + region = MapMemoryAtFuzzy(reinterpret_cast<void*>(desired), length); ++ ++# endif + if (!region) { + continue; + } diff --git a/www/mattermost-server/Makefile b/www/mattermost-server/Makefile index c57638a2be81..5d73590e031d 100644 --- a/www/mattermost-server/Makefile +++ b/www/mattermost-server/Makefile @@ -1,6 +1,5 @@ PORTNAME= mattermost -PORTVERSION= 10.5.8 -PORTREVISION= 1 +PORTVERSION= 10.5.9 CATEGORIES= www MASTER_SITES= LOCAL/decke PKGNAMESUFFIX= -server diff --git a/www/mattermost-server/distinfo b/www/mattermost-server/distinfo index 24ceb55026f7..370ce65a4226 100644 --- a/www/mattermost-server/distinfo +++ b/www/mattermost-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750399497 -SHA256 (mattermost-10.5.8.tar.xz) = 376d1c6000243bee85d776fed2ae4059ddd286e7e04e6f0d670e762aef8bc011 -SIZE (mattermost-10.5.8.tar.xz) = 134691880 +TIMESTAMP = 1753534822 +SHA256 (mattermost-10.5.9.tar.xz) = 9d701860c26f5cae65720b4b33610781add0aeac3cb7e15f5bec54b7d8b71c39 +SIZE (mattermost-10.5.9.tar.xz) = 134485636 diff --git a/www/mattermost-webapp/Makefile b/www/mattermost-webapp/Makefile index 9110f2b3b4a2..6246e6e1c6e4 100644 --- a/www/mattermost-webapp/Makefile +++ b/www/mattermost-webapp/Makefile @@ -1,5 +1,5 @@ PORTNAME= mattermost-webapp -PORTVERSION= 10.5.8 +PORTVERSION= 10.5.9 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= https://releases.mattermost.com/${PORTVERSION}/ diff --git a/www/mattermost-webapp/distinfo b/www/mattermost-webapp/distinfo index 12a96c50bd32..f6827f0726c0 100644 --- a/www/mattermost-webapp/distinfo +++ b/www/mattermost-webapp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750399343 -SHA256 (mattermost-10.5.8-linux-amd64.tar.gz) = a887360ada2f802ee71e9b7f8b97c551634301658c863d66d35e4d5bfc6b2048 -SIZE (mattermost-10.5.8-linux-amd64.tar.gz) = 627561064 +TIMESTAMP = 1753530476 +SHA256 (mattermost-10.5.9-linux-amd64.tar.gz) = 935283b89398a9e2ad7cd598a6fff89166936df493dbd2c6dabbd0416f74c527 +SIZE (mattermost-10.5.9-linux-amd64.tar.gz) = 629794694 diff --git a/www/mattermost-webapp/pkg-plist b/www/mattermost-webapp/pkg-plist index e9851a155ad9..b792065dc7f0 100644 --- a/www/mattermost-webapp/pkg-plist +++ b/www/mattermost-webapp/pkg-plist @@ -6,8 +6,8 @@ %%WWWDIR%%/client/1041.2572eda22344150544f1.js.map %%WWWDIR%%/client/1041.8dc2cfa7ead9a7c76659.css %%WWWDIR%%/client/1041.8dc2cfa7ead9a7c76659.css.map -%%WWWDIR%%/client/1083.2a0ed5aff07991bcfe5d.js -%%WWWDIR%%/client/1083.2a0ed5aff07991bcfe5d.js.map +%%WWWDIR%%/client/1083.e781a930775f001b00f6.js +%%WWWDIR%%/client/1083.e781a930775f001b00f6.js.map %%WWWDIR%%/client/11.5ada543d8439d319600a.css %%WWWDIR%%/client/11.5ada543d8439d319600a.css.map %%WWWDIR%%/client/11.88c2898b3db4047b1024.js @@ -93,8 +93,8 @@ %%WWWDIR%%/client/3094.70eb16cc1b3136feb23d.css.map %%WWWDIR%%/client/3147.1a23012bf6b81c1367c4.css %%WWWDIR%%/client/3147.1a23012bf6b81c1367c4.css.map -%%WWWDIR%%/client/3147.35c2f732010906abb637.js -%%WWWDIR%%/client/3147.35c2f732010906abb637.js.map +%%WWWDIR%%/client/3147.f113c344c802be21467e.js +%%WWWDIR%%/client/3147.f113c344c802be21467e.js.map %%WWWDIR%%/client/3161.224a2836a1ffbac1c3cb.js %%WWWDIR%%/client/3161.224a2836a1ffbac1c3cb.js.map %%WWWDIR%%/client/3320.c1a0c4b1bf388f50f580.js @@ -109,10 +109,10 @@ %%WWWDIR%%/client/3461.b2536127835134a39eb3.js.map %%WWWDIR%%/client/3559.70aac86b2334ea79cbab.js %%WWWDIR%%/client/3559.70aac86b2334ea79cbab.js.map -%%WWWDIR%%/client/3560.01da000a0d122c30a236.css -%%WWWDIR%%/client/3560.01da000a0d122c30a236.css.map %%WWWDIR%%/client/3560.e466e096ec714556e2da.js %%WWWDIR%%/client/3560.e466e096ec714556e2da.js.map +%%WWWDIR%%/client/3560.fe2a0ac446028196bc2c.css +%%WWWDIR%%/client/3560.fe2a0ac446028196bc2c.css.map %%WWWDIR%%/client/3572.0177e4027d7f325769dd.js %%WWWDIR%%/client/3572.0177e4027d7f325769dd.js.map %%WWWDIR%%/client/3596.c3fcf9d707fef4a0e502.js @@ -353,8 +353,8 @@ %%WWWDIR%%/client/8348.bb69f03c33bc27a7b042.js.map %%WWWDIR%%/client/8360.841bf548522155de7948.js %%WWWDIR%%/client/8360.841bf548522155de7948.js.map -%%WWWDIR%%/client/8461.d1f79d51415f27554279.js -%%WWWDIR%%/client/8461.d1f79d51415f27554279.js.map +%%WWWDIR%%/client/8461.795ba22499395d956d83.js +%%WWWDIR%%/client/8461.795ba22499395d956d83.js.map %%WWWDIR%%/client/8508.9335b87e46db99391307.js %%WWWDIR%%/client/8508.9335b87e46db99391307.js.map %%WWWDIR%%/client/8508.e0dd00b105e5520488b9.css @@ -4208,8 +4208,8 @@ %%WWWDIR%%/client/images/payment_processing.png %%WWWDIR%%/client/images/purchase_alert.png %%WWWDIR%%/client/images/welcome_illustration_new.png -%%WWWDIR%%/client/main.b51ef9e23098b8a1bc96.js -%%WWWDIR%%/client/main.b51ef9e23098b8a1bc96.js.map +%%WWWDIR%%/client/main.ae7e42dfcb96aacfef24.js +%%WWWDIR%%/client/main.ae7e42dfcb96aacfef24.js.map %%WWWDIR%%/client/manifest.json %%WWWDIR%%/client/remote_entry.js %%WWWDIR%%/client/remote_entry.js.map diff --git a/www/miniflux/Makefile b/www/miniflux/Makefile index d3a96c251dfa..b3372612028f 100644 --- a/www/miniflux/Makefile +++ b/www/miniflux/Makefile @@ -1,6 +1,5 @@ PORTNAME= miniflux -DISTVERSION= 2.2.10 -PORTREVISION= 1 +DISTVERSION= 2.2.11 CATEGORIES= www MAINTAINER= krion@FreeBSD.org diff --git a/www/miniflux/distinfo b/www/miniflux/distinfo index c63bd2cd1c90..ae93cba3ef7e 100644 --- a/www/miniflux/distinfo +++ b/www/miniflux/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1750749975 -SHA256 (go/www_miniflux/miniflux-v2-2.2.10_GH0/go.mod) = 0d545fcf2e12aa37d744743c80ff85afeae8954e0deb983ac74a68d0de286f58 -SIZE (go/www_miniflux/miniflux-v2-2.2.10_GH0/go.mod) = 1529 -SHA256 (go/www_miniflux/miniflux-v2-2.2.10_GH0/miniflux-v2-2.2.10_GH0.tar.gz) = a216b93a32d14a7a6ca48fd7f5e86b8a4e8c58b1bf5d83fc4d3aacaaaf4e6a48 -SIZE (go/www_miniflux/miniflux-v2-2.2.10_GH0/miniflux-v2-2.2.10_GH0.tar.gz) = 835514 +TIMESTAMP = 1753697965 +SHA256 (go/www_miniflux/miniflux-v2-2.2.11_GH0/go.mod) = 392cd3fcb8175fff5d8ce74d0e3bf05b62e454462d4d6e1146b9e2382c719a1e +SIZE (go/www_miniflux/miniflux-v2-2.2.11_GH0/go.mod) = 1492 +SHA256 (go/www_miniflux/miniflux-v2-2.2.11_GH0/miniflux-v2-2.2.11_GH0.tar.gz) = 20f6e7da292f7fd7e9989c40f203ad6c9d58fdf26ba3fbbd08da618fa36b8d2e +SIZE (go/www_miniflux/miniflux-v2-2.2.11_GH0/miniflux-v2-2.2.11_GH0.tar.gz) = 857725 diff --git a/www/nextcloud-contacts/Makefile b/www/nextcloud-contacts/Makefile index c1b56c80e7d2..133bd7e18515 100644 --- a/www/nextcloud-contacts/Makefile +++ b/www/nextcloud-contacts/Makefile @@ -1,5 +1,5 @@ PORTNAME= contacts -PORTVERSION= 7.2.1 +PORTVERSION= 7.2.2 DISTVERSIONPREFIX= v CATEGORIES= www diff --git a/www/nextcloud-contacts/distinfo b/www/nextcloud-contacts/distinfo index ebe532805bd4..856dda21b047 100644 --- a/www/nextcloud-contacts/distinfo +++ b/www/nextcloud-contacts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1753371811 -SHA256 (nextcloud/contacts-v7.2.1.tar.gz) = 7cc0b396d8eea3cdfcb520fb2f666460aafdc7bcc9d46604cc3c360a28c038a6 -SIZE (nextcloud/contacts-v7.2.1.tar.gz) = 4404646 +TIMESTAMP = 1753524816 +SHA256 (nextcloud/contacts-v7.2.2.tar.gz) = 88f3f44dd7cc4c447660db5bdd647983750220ce92d65f2c346730b90447bbba +SIZE (nextcloud/contacts-v7.2.2.tar.gz) = 4406410 diff --git a/www/piwigo/Makefile b/www/piwigo/Makefile index b990d062f5eb..a7390c6cd229 100644 --- a/www/piwigo/Makefile +++ b/www/piwigo/Makefile @@ -1,5 +1,5 @@ PORTNAME= piwigo -DISTVERSION= 15.5.0 +DISTVERSION= 15.6.0 PORTREVISION= 0 PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} CATEGORIES= www diff --git a/www/piwigo/distinfo b/www/piwigo/distinfo index 7b875dc8f1e9..bcbacf9fd550 100644 --- a/www/piwigo/distinfo +++ b/www/piwigo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741790437 -SHA256 (piwigo-15.5.0.zip) = f7bb7aac6373c7065a926959a542c2b77319b1bcea7d6a6ed9ccda71b83081c0 -SIZE (piwigo-15.5.0.zip) = 18694477 +TIMESTAMP = 1753530422 +SHA256 (piwigo-15.6.0.zip) = 6d55f1acf88aa1620140c8432171011b93f4e2576bb905a1fe610f8e8695ed11 +SIZE (piwigo-15.6.0.zip) = 18698794 diff --git a/www/privatebin/Makefile b/www/privatebin/Makefile index 2e72ddf64ae4..5833acfda233 100644 --- a/www/privatebin/Makefile +++ b/www/privatebin/Makefile @@ -1,5 +1,5 @@ PORTNAME= privatebin -PORTVERSION= 1.7.8 +PORTVERSION= 2.0.0 CATEGORIES= www security MAINTAINER= dvl@FreeBSD.org diff --git a/www/privatebin/distinfo b/www/privatebin/distinfo index 86bf127e3452..744f4242d7e0 100644 --- a/www/privatebin/distinfo +++ b/www/privatebin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751282991 -SHA256 (privatebin-PrivateBin-1.7.8_GH0.tar.gz) = 48cdc106d995b8acaa94784485fec8e7b752f592c17d3e87d3960ad1c2e1a249 -SIZE (privatebin-PrivateBin-1.7.8_GH0.tar.gz) = 766111 +TIMESTAMP = 1753712981 +SHA256 (privatebin-PrivateBin-2.0.0_GH0.tar.gz) = 4bd2ae9e560f72510f1af19dd3d062872c26bbce7cb5437cbb1f7997b83011a8 +SIZE (privatebin-PrivateBin-2.0.0_GH0.tar.gz) = 755058 diff --git a/www/privatebin/pkg-plist b/www/privatebin/pkg-plist index 3cf3f3fd201b..67fa4611f788 100644 --- a/www/privatebin/pkg-plist +++ b/www/privatebin/pkg-plist @@ -21,8 +21,8 @@ %%WWWDIR%%/css/bootstrap/fonts/glyphicons-halflings-regular.woff %%WWWDIR%%/css/bootstrap/fonts/glyphicons-halflings-regular.woff2 %%WWWDIR%%/css/bootstrap/privatebin.css -%%WWWDIR%%/css/bootstrap5/bootstrap-5.3.3.css -%%WWWDIR%%/css/bootstrap5/bootstrap.rtl-5.3.3.css +%%WWWDIR%%/css/bootstrap5/bootstrap-5.3.7.css +%%WWWDIR%%/css/bootstrap5/bootstrap.rtl-5.3.7.css %%WWWDIR%%/css/bootstrap5/privatebin.css %%WWWDIR%%/css/common.css %%WWWDIR%%/css/noscript.css @@ -31,7 +31,6 @@ %%WWWDIR%%/css/prettify/prettify.css %%WWWDIR%%/css/prettify/sons-of-obsidian.css %%WWWDIR%%/css/prettify/sunburst.css -%%WWWDIR%%/css/privatebin.css %%WWWDIR%%/i18n/ar.json %%WWWDIR%%/i18n/bg.json %%WWWDIR%%/i18n/ca.json @@ -95,15 +94,14 @@ %%WWWDIR%%/index.php %%WWWDIR%%/index.php.bak %%WWWDIR%%/index.php.orig -%%WWWDIR%%/js/base-x-4.0.0.js -%%WWWDIR%%/js/base64-1.7.js +%%WWWDIR%%/js/base-x-5.0.1.js %%WWWDIR%%/js/bootstrap-3.4.1.js -%%WWWDIR%%/js/bootstrap-5.3.3.js +%%WWWDIR%%/js/bootstrap-5.3.7.js %%WWWDIR%%/js/comment.jsonld %%WWWDIR%%/js/commentmeta.jsonld %%WWWDIR%%/js/dark-mode-switch.js %%WWWDIR%%/js/jquery-3.7.1.js -%%WWWDIR%%/js/kjua-0.9.0.js +%%WWWDIR%%/js/kjua-0.10.0.js %%WWWDIR%%/js/legacy.js %%WWWDIR%%/js/package-lock.json %%WWWDIR%%/js/package.json @@ -112,7 +110,6 @@ %%WWWDIR%%/js/prettify.js %%WWWDIR%%/js/privatebin.js %%WWWDIR%%/js/purify-3.2.6.js -%%WWWDIR%%/js/rawinflate-0.3.js %%WWWDIR%%/js/showdown-2.1.0.js %%WWWDIR%%/js/types.jsonld %%WWWDIR%%/js/zlib-1.3.1-1.js @@ -147,7 +144,6 @@ %%WWWDIR%%/tpl/.htaccess %%WWWDIR%%/tpl/bootstrap.php %%WWWDIR%%/tpl/bootstrap5.php -%%WWWDIR%%/tpl/page.php %%WWWDIR%%/tpl/yourlsproxy.php %%WWWDIR%%/vendor/.htaccess %%WWWDIR%%/vendor/autoload.php @@ -196,7 +192,6 @@ %%WWWDIR%%/vendor/jdenticon/jdenticon/src/Shapes/Shape.php %%WWWDIR%%/vendor/jdenticon/jdenticon/src/Shapes/ShapeCategory.php %%WWWDIR%%/vendor/jdenticon/jdenticon/src/Shapes/ShapeDefinitions.php -%%WWWDIR%%/vendor/jdenticon/jdenticon/src/Shapes/ShapePosition.php %%WWWDIR%%/vendor/mlocati/ip-lib/ip-lib.php %%WWWDIR%%/vendor/mlocati/ip-lib/src/Address/AddressInterface.php %%WWWDIR%%/vendor/mlocati/ip-lib/src/Address/AssignedRange.php diff --git a/www/py-djangorestframework/Makefile b/www/py-djangorestframework/Makefile index ac8493aa2856..355d17e95537 100644 --- a/www/py-djangorestframework/Makefile +++ b/www/py-djangorestframework/Makefile @@ -1,6 +1,5 @@ PORTNAME= djangorestframework -PORTVERSION= 3.15.2 -PORTREVISION= 1 +DISTVERSION= 3.16.0 PORTEPOCH= 1 CATEGORIES= www python MASTER_SITES= PYPI @@ -13,10 +12,12 @@ WWW= https://www.django-rest-framework.org/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=4.2:www/py-django42@${PY_FLAVOR} USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist pep517 CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME} diff --git a/www/py-djangorestframework/distinfo b/www/py-djangorestframework/distinfo index fffbdb4562ac..c336e0e97c68 100644 --- a/www/py-djangorestframework/distinfo +++ b/www/py-djangorestframework/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1719292736 -SHA256 (djangorestframework-3.15.2.tar.gz) = 36fe88cd2d6c6bec23dca9804bab2ba5517a8bb9d8f47ebc68981b56840107ad -SIZE (djangorestframework-3.15.2.tar.gz) = 1067420 +TIMESTAMP = 1744359953 +SHA256 (djangorestframework-3.16.0.tar.gz) = f022ff46613584de994c0c6a4aebbace5fd700555fbe9d33b865ebf173eba6c9 +SIZE (djangorestframework-3.16.0.tar.gz) = 1068408 diff --git a/www/py-google-api-python-client/Makefile b/www/py-google-api-python-client/Makefile index dc141259fc9d..49b71fe812bf 100644 --- a/www/py-google-api-python-client/Makefile +++ b/www/py-google-api-python-client/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-api-python-client -DISTVERSION= 2.176.0 +DISTVERSION= 2.177.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-google-api-python-client/distinfo b/www/py-google-api-python-client/distinfo index 249ee9b5681a..71f299e14f31 100644 --- a/www/py-google-api-python-client/distinfo +++ b/www/py-google-api-python-client/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752652964 -SHA256 (google_api_python_client-2.176.0.tar.gz) = 2b451cdd7fd10faeb5dd20f7d992f185e1e8f4124c35f2cdcc77c843139a4cf1 -SIZE (google_api_python_client-2.176.0.tar.gz) = 13154773 +TIMESTAMP = 1753540947 +SHA256 (google_api_python_client-2.177.0.tar.gz) = 9ffd2b57d68f5afa7e6ac64e2c440534eaa056cbb394812a62ff94723c31b50e +SIZE (google_api_python_client-2.177.0.tar.gz) = 13184405 diff --git a/www/tor-browser/Makefile b/www/tor-browser/Makefile index 8c1d5ef06dd6..4ec256a3e68b 100644 --- a/www/tor-browser/Makefile +++ b/www/tor-browser/Makefile @@ -1,5 +1,6 @@ PORTNAME= tor-browser DISTVERSION= 14.5.5 +PORTREVISION= 1 CATEGORIES= www net security wayland TAG_BASE= 8600afeb12fdae895c37618e1386c1a1ac2f5308 TAG_TOR= 9fe8a13ee4c69f91cd545dc3c575ca8f4851d58e diff --git a/www/tor-browser/files/patch-bug1876632 b/www/tor-browser/files/patch-bug1876632 new file mode 100644 index 000000000000..3932b1deccc9 --- /dev/null +++ b/www/tor-browser/files/patch-bug1876632 @@ -0,0 +1,35 @@ +commit 4f531ca86d24be5d4de673f6e652ed899151d20c +Author: Jesper Schmitz Mouridsen <jesper@schmitz.computer> +Date: Wed Jul 23 22:01:31 2025 +0000 + + Bug 1876632 Fix aslr allocations on FreeBSD r=spidermonkey-reviewers,sfink + + Without the alignment flag the desired address + gets randomized by aslr in a way which causes it to not + be aligned. Furthermore the TryToAlignChunk almost always + fails. With this fix it never gets to TryToAlignChunk + because the flag guarantees upfront alignment. + + Differential Revision: https://phabricator.services.mozilla.com/D257824 + +diff --git js/src/gc/Memory.cpp js/src/gc/Memory.cpp +index e790f1784ede..13639c9a6eb4 100644 +--- js/src/gc/Memory.cpp ++++ js/src/gc/Memory.cpp +@@ -608,7 +608,16 @@ static void* MapAlignedPagesRandom(size_t length, size_t alignment) { + for (size_t i = 1; i <= 1024; ++i) { + if (i & 0xf) { + uint64_t desired = alignment * GetNumberInRange(minNum, maxNum); ++# if defined(__FreeBSD__) && defined(__aarch64__) ++ int flags = MAP_PRIVATE | MAP_ANON | ++ MAP_ALIGNED(mozilla::CeilingLog2Size(alignment)); ++ region = MozTaggedAnonymousMmap((void*)(uintptr_t)desired, length, ++ int(PageAccess::ReadWrite), flags, -1, 0, ++ "js-gc-heap"); ++# else + region = MapMemoryAtFuzzy(reinterpret_cast<void*>(desired), length); ++ ++# endif + if (!region) { + continue; + } diff --git a/www/waterfox/Makefile b/www/waterfox/Makefile index ca094e9fc62c..1147c32387fe 100644 --- a/www/waterfox/Makefile +++ b/www/waterfox/Makefile @@ -1,5 +1,6 @@ PORTNAME= waterfox DISTVERSION= 6.6.0-beta-3 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www diff --git a/www/waterfox/distinfo b/www/waterfox/distinfo index 74174281d536..1bab5b32df24 100644 --- a/www/waterfox/distinfo +++ b/www/waterfox/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1753395903 -SHA256 (BrowserWorks-waterfox-6.6.0-beta-3_GH0.tar.gz) = 3e3164a5b869ae77df6f17bd71a2a3d7c722d2f5a97ce3a9d0b768c54f7510f2 -SIZE (BrowserWorks-waterfox-6.6.0-beta-3_GH0.tar.gz) = 919407739 +TIMESTAMP = 1753542067 +SHA256 (BrowserWorks-waterfox-6.6.0-beta-3_GH0.tar.gz) = 7094885ecac084c20b9d33808c50f687e0a2490a591bad2b86602d363b5b4a58 +SIZE (BrowserWorks-waterfox-6.6.0-beta-3_GH0.tar.gz) = 919409894 SHA256 (BrowserWorks-l10n-39f141a_GH0.tar.gz) = 269b2f6c59e19ec07a9e231ab8bfb1d8d834b811136c07720955de0747c2d0fc SIZE (BrowserWorks-l10n-39f141a_GH0.tar.gz) = 23702129 diff --git a/www/waterfox/files/patch-bug1876632 b/www/waterfox/files/patch-bug1876632 new file mode 100644 index 000000000000..3932b1deccc9 --- /dev/null +++ b/www/waterfox/files/patch-bug1876632 @@ -0,0 +1,35 @@ +commit 4f531ca86d24be5d4de673f6e652ed899151d20c +Author: Jesper Schmitz Mouridsen <jesper@schmitz.computer> +Date: Wed Jul 23 22:01:31 2025 +0000 + + Bug 1876632 Fix aslr allocations on FreeBSD r=spidermonkey-reviewers,sfink + + Without the alignment flag the desired address + gets randomized by aslr in a way which causes it to not + be aligned. Furthermore the TryToAlignChunk almost always + fails. With this fix it never gets to TryToAlignChunk + because the flag guarantees upfront alignment. + + Differential Revision: https://phabricator.services.mozilla.com/D257824 + +diff --git js/src/gc/Memory.cpp js/src/gc/Memory.cpp +index e790f1784ede..13639c9a6eb4 100644 +--- js/src/gc/Memory.cpp ++++ js/src/gc/Memory.cpp +@@ -608,7 +608,16 @@ static void* MapAlignedPagesRandom(size_t length, size_t alignment) { + for (size_t i = 1; i <= 1024; ++i) { + if (i & 0xf) { + uint64_t desired = alignment * GetNumberInRange(minNum, maxNum); ++# if defined(__FreeBSD__) && defined(__aarch64__) ++ int flags = MAP_PRIVATE | MAP_ANON | ++ MAP_ALIGNED(mozilla::CeilingLog2Size(alignment)); ++ region = MozTaggedAnonymousMmap((void*)(uintptr_t)desired, length, ++ int(PageAccess::ReadWrite), flags, -1, 0, ++ "js-gc-heap"); ++# else + region = MapMemoryAtFuzzy(reinterpret_cast<void*>(desired), length); ++ ++# endif + if (!region) { + continue; + } diff --git a/x11-wm/stumpwm/Makefile b/x11-wm/stumpwm/Makefile index 47250c240bbe..0d93ad7e17c4 100644 --- a/x11-wm/stumpwm/Makefile +++ b/x11-wm/stumpwm/Makefile @@ -1,6 +1,6 @@ PORTNAME= stumpwm DISTVERSION= 24.11-2 -PORTREVISION= 6 +PORTREVISION= 7 DISTVERSIONSUFFIX= -gd54bebd CATEGORIES= x11-wm lisp diff --git a/x11/cl-clx-sbcl/Makefile b/x11/cl-clx-sbcl/Makefile index 16dda28992ca..12f951615347 100644 --- a/x11/cl-clx-sbcl/Makefile +++ b/x11/cl-clx-sbcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= clx DISTVERSION= 0.7.6 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= x11 lisp PKGNAMEPREFIX= cl- PKGNAMESUFFIX= -sbcl diff --git a/x11/plasma6-layer-shell-qt/Makefile b/x11/plasma6-layer-shell-qt/Makefile index 7d07e029f098..30f4a19b164f 100644 --- a/x11/plasma6-layer-shell-qt/Makefile +++ b/x11/plasma6-layer-shell-qt/Makefile @@ -1,5 +1,6 @@ PORTNAME= layer-shell-qt DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde kde-plasma COMMENT= Qt component to allow applications to make use of the Wayland wl-layer-shell protocol diff --git a/x11/plasma6-layer-shell-qt/files/patch-src_qwaylandlayersurface.cpp b/x11/plasma6-layer-shell-qt/files/patch-src_qwaylandlayersurface.cpp new file mode 100644 index 000000000000..264ac398bdcd --- /dev/null +++ b/x11/plasma6-layer-shell-qt/files/patch-src_qwaylandlayersurface.cpp @@ -0,0 +1,17 @@ +Fix the crash that happens when right-clicking the desktop surface + +--- src/qwaylandlayersurface.cpp.orig 2025-07-15 09:53:41 UTC ++++ src/qwaylandlayersurface.cpp +@@ -113,10 +113,8 @@ void QWaylandLayerSurface::attachPopup(QtWaylandClient + + void QWaylandLayerSurface::attachPopup(QtWaylandClient::QWaylandShellSurface *popup) + { +- std::any anyRole = popup->surfaceRole(); +- +- if (auto role = std::any_cast<::xdg_popup *>(&anyRole)) { +- get_popup(*role); ++ if (auto role = popup->nativeResource("xdg_popup")) { ++ get_popup(reinterpret_cast<struct ::xdg_popup*>(role)); + } else { + qCWarning(LAYERSHELLQT) << "Cannot attach popup of unknown type"; + } diff --git a/x11/wdisplays/Makefile b/x11/wdisplays/Makefile index e0559df148c7..bc8e3941a707 100644 --- a/x11/wdisplays/Makefile +++ b/x11/wdisplays/Makefile @@ -1,6 +1,5 @@ PORTNAME= wdisplays -DISTVERSION= 1.1.1 -PORTREVISION= 1 +DISTVERSION= 1.1.3 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/wdisplays/distinfo b/x11/wdisplays/distinfo index a8945ad536b6..3b4518539e7c 100644 --- a/x11/wdisplays/distinfo +++ b/x11/wdisplays/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1688213246 -SHA256 (artizirk-wdisplays-1.1.1_GH0.tar.gz) = 2df2c56db494c8450b1c7746b0ed2af11bf637fe2838f7412146fcc5cc1a2605 -SIZE (artizirk-wdisplays-1.1.1_GH0.tar.gz) = 108810 +TIMESTAMP = 1753443827 +SHA256 (artizirk-wdisplays-1.1.3_GH0.tar.gz) = 6b8674598d50cb56a3acb79bd563c1d7a7d7781a8ce8dcc83a240916024b7070 +SIZE (artizirk-wdisplays-1.1.3_GH0.tar.gz) = 109082 diff --git a/x11/workrave/Makefile b/x11/workrave/Makefile index c8fcca41a51b..06251bfa3ec6 100644 --- a/x11/workrave/Makefile +++ b/x11/workrave/Makefile @@ -1,7 +1,7 @@ PORTNAME= workrave DISTVERSIONPREFIX= v DISTVERSION= 1.10.50 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 MASTER_SITES= https://github.com/rcaelers/workrave/releases/download/v${DISTVERSION:S/./_/g}/ @@ -10,7 +10,7 @@ COMMENT= RSI prevention tool (${FLAVOR} flavor) WWW= https://www.workrave.org/ LICENSE= GPLv3+ -LICENSE_FILE= COPYING +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgdome.so:textproc/gdome2 \ libharfbuzz.so:print/harfbuzz @@ -34,7 +34,7 @@ PLIST_FILES= lib/xfce4/panel/plugins/libworkrave-plugin.a \ share/xfce4/panel/plugins/workrave-xfce-applet.desktop .endif USE_CXXSTD= c++11 -USE_GNOME= gdkpixbuf gtkmm30 intlhack intltool introspection:build +USE_GNOME= gdkpixbuf gtkmm30 intlhack intltool introspection:build libxml2 USE_LDCONFIG= yes USE_XORG= ice sm x11 xext xmu xorgproto xscrnsaver xtst |