*/*: sync with upstream

Taken from: FreeBSD
This commit is contained in:
Franco Fichtner 2023-08-02 12:51:10 +02:00
parent 99285cec2a
commit fb9513c51c
227 changed files with 2865 additions and 7752 deletions

View File

@ -1,6 +1,5 @@
PORTNAME= qmapshack
PORTVERSION= 1.16.1
PORTREVISION= 10
PORTVERSION= 1.17.0
DISTVERSIONPREFIX= V_
CATEGORIES= astro

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1639169100
SHA256 (Maproom-qmapshack-V_1.16.1_GH0.tar.gz) = b407c0710c77e87c9c1f9e1e0d9d6b9055b28dda41b77f9c69ca10a9a6f4e0d5
SIZE (Maproom-qmapshack-V_1.16.1_GH0.tar.gz) = 54433326
TIMESTAMP = 1690898633
SHA256 (Maproom-qmapshack-V_1.17.0_GH0.tar.gz) = 6a5ab283fa82a3405653ce99c49f10018eff177b24917ba3a9193d2f9728d2e8
SIZE (Maproom-qmapshack-V_1.17.0_GH0.tar.gz) = 56693181

View File

@ -1,4 +1,4 @@
--- CMakeLists.txt.orig 2021-05-24 09:18:08 UTC
--- CMakeLists.txt.orig 2023-07-20 14:13:59 UTC
+++ CMakeLists.txt
@@ -47,6 +47,7 @@ include(TranslateDesktop)
include(DefineCMakeDefaults)
@ -8,7 +8,7 @@
include(CPackConfig.cmake)
include(ConfigureChecks.cmake)
@@ -151,7 +152,10 @@ find_package(Qt5WebEngineWidgets REQUIRED)
@@ -185,7 +186,10 @@ find_package(Qt5WebEngineWidgets REQUIRED)
find_package(Qt5Qml REQUIRED)
find_package(Qt5Help REQUIRED)
find_package(GDAL REQUIRED)

View File

@ -1,6 +1,6 @@
--- src/qmapshack/CMakeLists.txt.orig 2021-05-24 14:06:57 UTC
--- src/qmapshack/CMakeLists.txt.orig 2023-07-20 14:13:59 UTC
+++ src/qmapshack/CMakeLists.txt
@@ -971,7 +971,7 @@ target_link_libraries(${APPLICATION_NAME}
@@ -993,7 +993,7 @@ target_link_libraries(${APPLICATION_NAME}
Qt5::Help
${DBUS_LIB}
${GDAL_LIBRARIES}

View File

@ -1,13 +1,13 @@
--- src/qmapshack/device/CDeviceWatcherLinux.cpp.orig 2021-05-24 09:18:08 UTC
--- src/qmapshack/device/CDeviceWatcherLinux.cpp.orig 2023-07-20 14:13:59 UTC
+++ src/qmapshack/device/CDeviceWatcherLinux.cpp
@@ -58,6 +58,10 @@ void CDeviceWatcherLinux::slotDeviceAdded(const QDBusO
// create path of to drive the block device belongs to
QDBusInterface* blockIface = new QDBusInterface("org.freedesktop.UDisks2", path.path(), "org.freedesktop.UDisks2.Block", QDBusConnection::systemBus(), this);
QDBusObjectPath drive_object = blockIface->property("Drive").value<QDBusObjectPath>();
+ if(drive_object.path() == nullptr)
+ {
+ return;
+ }
QString idLabel = blockIface->property("IdLabel").toString().toUpper();
@@ -47,6 +47,10 @@ void CDeviceWatcherLinux::slotDeviceAdded(const QDBusO
QDBusInterface* blockIface = new QDBusInterface("org.freedesktop.UDisks2", path.path(),
"org.freedesktop.UDisks2.Block", QDBusConnection::systemBus(), this);
QDBusObjectPath drive_object = blockIface->property("Drive").value<QDBusObjectPath>();
+ if(drive_object.path() == nullptr)
+ {
+ return;
+ }
QString idLabel = blockIface->property("IdLabel").toString().toUpper();
// read vendor string attached to drive
// read vendor string attached to drive

View File

@ -1,11 +1,11 @@
--- src/qmapshack/gis/rte/router/brouter/CRouterBRouterSetupWizard.cpp.orig 2021-05-24 09:18:08 UTC
--- src/qmapshack/gis/rte/router/brouter/CRouterBRouterSetupWizard.cpp.orig 2023-07-20 14:13:59 UTC
+++ src/qmapshack/gis/rte/router/brouter/CRouterBRouterSetupWizard.cpp
@@ -24,7 +24,7 @@
#include "helpers/CWebPage.h"
#include "setup/IAppSetup.h"
@@ -18,7 +18,7 @@
#include "gis/rte/router/brouter/CRouterBRouterSetupWizard.h"
-#include <JlCompress.h>
+#include <quazip/JlCompress.h>
#include <QFileDialog>
#include <QMessageBox>
#include <QNetworkReply>

View File

@ -1,18 +1,13 @@
PORTNAME= bambootracker
DISTVERSIONPREFIX= v
DISTVERSION= 0.6.1
PORTREVISION= 1
DISTVERSION= 0.6.1-19
DISTVERSIONSUFFIX= -g9bf6c7a0
CATEGORIES= audio
MASTER_SITES= https://github.com/BambooTracker/BambooTracker/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/
DISTNAME= BambooTracker-src-${DISTVERSIONPREFIX}${DISTVERSION}
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Music tracker for the Yamaha YM2608 (OPNA) sound chip
WWW= https://github.com/rerrahkr/BambooTracker
# https://github.com/BambooTracker/BambooTracker/issues/492
BROKEN= incompatible with rtaudio 6.x
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
@ -22,6 +17,13 @@ LIB_DEPENDS= librtaudio.so:audio/rtaudio \
USES= compiler:c++14-lang desktop-file-utils gl qmake qt:5 \
shared-mime-info xorg
USE_GITHUB= yes
GH_ACCOUNT= BambooTracker
GH_PROJECT= BambooTracker
GH_TUPLE= thestk:rtaudio:0e11b50a:rtaudio/submodules/RtAudio/src \
thestk:rtmidi:d2dd50da:rtmidi/submodules/RtMidi/src \
rerrahkr:emu2149:63c0fe07:emu2149/submodules/emu2149/src
USE_GL= gl
USE_QT= buildtools core gui multimedia network widgets \
linguisttools:build
@ -30,8 +32,6 @@ DATADIR= ${PREFIX}/share/BambooTracker
DOCSDIR= ${PREFIX}/share/doc/BambooTracker
EXAMPLESDIR= ${PREFIX}/share/examples/BambooTracker
WRKSRC= ${WRKDIR}/BambooTracker-src-${DISTVERSIONPREFIX}${DISTVERSION}
OPTIONS_DEFINE= ALSA EXAMPLES JACK NLS PULSEAUDIO
OPTIONS_DEFAULT= PULSEAUDIO
OPTIONS_SUB= yes

View File

@ -1,3 +1,9 @@
TIMESTAMP = 1675961730
SHA256 (BambooTracker-src-v0.6.1.tar.gz) = 6fff502620fc8e43725e6173f9c1be5d7d41951b5bfe79245045e5423ea8b9ec
SIZE (BambooTracker-src-v0.6.1.tar.gz) = 1396221
TIMESTAMP = 1690874252
SHA256 (BambooTracker-BambooTracker-v0.6.1-19-g9bf6c7a0_GH0.tar.gz) = b24def593700eb649fbb36a5d7c247bf437441f7928158e5238f8567f11c83ea
SIZE (BambooTracker-BambooTracker-v0.6.1-19-g9bf6c7a0_GH0.tar.gz) = 1067002
SHA256 (thestk-rtaudio-0e11b50a_GH0.tar.gz) = a3494753bf133ceb6fc70365e3492877a98cc48c58b1c681806101bf0b7f2483
SIZE (thestk-rtaudio-0e11b50a_GH0.tar.gz) = 254679
SHA256 (thestk-rtmidi-d2dd50da_GH0.tar.gz) = fed7ad5852a8b0e58e989f0eb3d9485ad671a6f5adf58865a03a668851b4f285
SIZE (thestk-rtmidi-d2dd50da_GH0.tar.gz) = 93519
SHA256 (rerrahkr-emu2149-63c0fe07_GH0.tar.gz) = c13a24ca92821f9472e6bbeafa683ffddca358f5164b2505d505ed4d6628c4ba
SIZE (rerrahkr-emu2149-63c0fe07_GH0.tar.gz) = 4351

View File

@ -1,13 +0,0 @@
--- BambooTracker/gui/order_list_editor/order_list_panel.cpp.orig 2023-02-04 06:49:52 UTC
+++ BambooTracker/gui/order_list_editor/order_list_panel.cpp
@@ -709,9 +709,8 @@ void OrderListPanel::drawBorders(int maxWidth)
QPainter painter(&backPixmap_);
painter.setPen(palette_->odrBorderColor);
painter.drawLine(rowNumWidth_, 0, rowNumWidth_, backPixmap_.height());
- for (int x = rowNumWidth_ + trackWidth_, trackVisIdx = leftTrackVisIdx_; x <= maxWidth; ++trackVisIdx) {
+ for (int x = rowNumWidth_ + trackWidth_; x <= maxWidth; x += trackWidth_) {
painter.drawLine(x, 0, x, backPixmap_.height());
- x += trackWidth_;
}
}

View File

@ -1,6 +1,5 @@
PORTNAME= ncmpc
PORTVERSION= 0.41
PORTREVISION= 2
PORTVERSION= 0.48
CATEGORIES= audio
MASTER_SITES= https://www.musicpd.org/download/ncmpc/0/
@ -11,13 +10,13 @@ WWW= https://www.musicpd.org/clients/ncmpc/
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libboost_system.so:devel/boost-libs \
libmpdclient.so:audio/libmpdclient \
libpcre.so:devel/pcre
LIB_DEPENDS= libmpdclient.so:audio/libmpdclient \
libpcre2-8.so:devel/pcre2
USES= compiler:c++17-lang cpe iconv localbase:ldflags meson ncurses \
pkgconfig tar:xz
pkgconfig tar:xz shebangfix
MESON_ARGS= -Dlirc=disabled
SHEBANG_GLOB= *.py
CPE_VENDOR= ncmpc_project

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1602960213
SHA256 (ncmpc-0.41.tar.xz) = 8a732a58fbec8a634625372a1c5c39f40724d6ca59320300b36ac0f15bec13ac
SIZE (ncmpc-0.41.tar.xz) = 269280
TIMESTAMP = 1689471482
SHA256 (ncmpc-0.48.tar.xz) = b4b2d27e518096de2a145ef5ddf86cf46f8ba1f849bf45c6d81183a38869b90c
SIZE (ncmpc-0.48.tar.xz) = 296320

View File

@ -0,0 +1,11 @@
--- src/plugin.cxx.orig 2023-07-16 02:01:20 UTC
+++ src/plugin.cxx
@@ -21,6 +21,8 @@
#include <sys/stat.h>
#include <sys/wait.h>
+extern char **environ;
+
struct PluginCycle;
class PluginPipe {

View File

@ -1,10 +0,0 @@
--- src/screen_utils.cxx.orig 2020-10-17 18:44:29 UTC
+++ src/screen_utils.cxx
@@ -31,6 +31,7 @@
#include "WaitUserInput.hxx"
#endif
+#include <errno.h>
#include <string.h>
void

View File

@ -1,11 +0,0 @@
--- src/signals.cxx.orig 2020-10-17 18:45:52 UTC
+++ src/signals.cxx
@@ -19,6 +19,8 @@
#include "Instance.hxx"
+#include <signal.h>
+
void
Instance::OnSigwinch() noexcept
{

View File

@ -1,5 +1,11 @@
bin/ncmpc
%%LYRICS%%lib/ncmpc/lyrics/10-hd.sh
%%LYRICS%%lib/ncmpc/lyrics/20-azlyrics.py
%%LYRICS%%lib/ncmpc/lyrics/40-tekstowo.py
%%LYRICS%%lib/ncmpc/lyrics/51-supermusic.py
%%LYRICS%%lib/ncmpc/lyrics/60-google.py
%%LYRICS%%lib/ncmpc/lyrics/30-karaoke_texty.py
%%LYRICS%%lib/ncmpc/lyrics/50-genius.py
%%LYRICS%%lib/ncmpc/lyrics/52-zeneszoveg.py
%%MANPAGES%%man/man1/ncmpc.1.gz
%%NLS%%share/locale/cs/LC_MESSAGES/ncmpc.mo
%%NLS%%share/locale/da/LC_MESSAGES/ncmpc.mo
@ -7,16 +13,21 @@ bin/ncmpc
%%NLS%%share/locale/en/LC_MESSAGES/ncmpc.mo
%%NLS%%share/locale/eo/LC_MESSAGES/ncmpc.mo
%%NLS%%share/locale/es/LC_MESSAGES/ncmpc.mo
%%NLS%%share/locale/fa/LC_MESSAGES/ncmpc.mo
%%NLS%%share/locale/fi/LC_MESSAGES/ncmpc.mo
%%NLS%%share/locale/fr/LC_MESSAGES/ncmpc.mo
%%NLS%%share/locale/gl/LC_MESSAGES/ncmpc.mo
%%NLS%%share/locale/he/LC_MESSAGES/ncmpc.mo
%%NLS%%share/locale/hu/LC_MESSAGES/ncmpc.mo
%%NLS%%share/locale/ie/LC_MESSAGES/ncmpc.mo
%%NLS%%share/locale/it/LC_MESSAGES/ncmpc.mo
%%NLS%%share/locale/ja/LC_MESSAGES/ncmpc.mo
%%NLS%%share/locale/ko/LC_MESSAGES/ncmpc.mo
%%NLS%%share/locale/lt/LC_MESSAGES/ncmpc.mo
%%NLS%%share/locale/nb/LC_MESSAGES/ncmpc.mo
%%NLS%%share/locale/nl/LC_MESSAGES/ncmpc.mo
%%NLS%%share/locale/pl/LC_MESSAGES/ncmpc.mo
%%NLS%%share/locale/pt/LC_MESSAGES/ncmpc.mo
%%NLS%%share/locale/pt_BR/LC_MESSAGES/ncmpc.mo
%%NLS%%share/locale/ru/LC_MESSAGES/ncmpc.mo
%%NLS%%share/locale/sk/LC_MESSAGES/ncmpc.mo

View File

@ -1,5 +1,6 @@
PORTNAME= plasma-pa
DISTVERSION= ${KDE_PLASMA_VERSION}
PORTREVISION= 1
CATEGORIES= audio kde kde-plasma
MAINTAINER= kde@FreeBSD.org
@ -8,6 +9,7 @@ WWW= https://www.kde.org/plasma-desktop
LIB_DEPENDS= libcanberra.so:audio/libcanberra \
libpulse.so:audio/pulseaudio
RUN_DEPENDS= ${LOCALBASE}/share/sounds/freedesktop/index.theme:audio/freedesktop-sound-theme
USES= cmake compiler:c++11-lib gettext gnome kde:5 pkgconfig qt:5 \
shebangfix tar:xz

View File

@ -1,6 +1,6 @@
PORTNAME= openvsp
DISTVERSIONPREFIX= ${GH_PROJECT}_
DISTVERSION= 3.35.1
DISTVERSION= 3.35.2
CATEGORIES= cad
MAINTAINER= fernape@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1690548923
SHA256 (OpenVSP-OpenVSP-OpenVSP_3.35.1_GH0.tar.gz) = 68c9cdb37e82ea9a36043c398856d969b8d0e53050a37ccd296fc282c731184c
SIZE (OpenVSP-OpenVSP-OpenVSP_3.35.1_GH0.tar.gz) = 151199226
TIMESTAMP = 1690789114
SHA256 (OpenVSP-OpenVSP-OpenVSP_3.35.2_GH0.tar.gz) = 6637230c749c70437d50518e2015c12a416c2ecbf5afac60d8fafbc87830a350
SIZE (OpenVSP-OpenVSP-OpenVSP_3.35.2_GH0.tar.gz) = 151199292

View File

@ -1,6 +1,6 @@
PORTNAME= surelog
DISTVERSIONPREFIX= v
DISTVERSION= 1.70
DISTVERSION= 1.71
CATEGORIES= cad
MAINTAINER= yuri@FreeBSD.org

View File

@ -1,6 +1,6 @@
TIMESTAMP = 1690090712
SHA256 (chipsalliance-Surelog-v1.70_GH0.tar.gz) = 4598786a060cd4ef77507784c5b4e9a1e3756d3263d6ee2b9503e0ef1ba1dbeb
SIZE (chipsalliance-Surelog-v1.70_GH0.tar.gz) = 92447173
TIMESTAMP = 1690950436
SHA256 (chipsalliance-Surelog-v1.71_GH0.tar.gz) = 1608feeefb4dbe12e6ad08837ac95c4cfe36db2a11d1260c985de57b553c3e6c
SIZE (chipsalliance-Surelog-v1.71_GH0.tar.gz) = 92477997
SHA256 (alainmarcel-antlr4-ce7f5e7_GH0.tar.gz) = cc6c6340f6bbc64a6f5d56d5d74e89ff30efbddf30364153db05c0c2e5cc189e
SIZE (alainmarcel-antlr4-ce7f5e7_GH0.tar.gz) = 4205140
SHA256 (google-googletest-01e1837_GH0.tar.gz) = 7d513ad6e9d509ef673cd121754325ff3ebe865f60b875f66270c7cedc747d6a

View File

@ -81,7 +81,6 @@ lib/cmake/Surelog/SurelogConfigVersion.cmake
lib/cmake/Surelog/SurelogTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/Surelog/SurelogTargets.cmake
lib/surelog/libantlr4-runtime.a
lib/surelog/libflatbuffers.a
lib/surelog/libsurelog.so
%%PYTHON%%lib/surelog/python/slSV3_1aPythonListener.py
%%PYTHON%%lib/surelog/python/slformatmsg.py

View File

@ -1,6 +1,6 @@
PORTNAME= uhdm
DISTVERSIONPREFIX= v
DISTVERSION= 1.70
DISTVERSION= 1.71
CATEGORIES= cad
MAINTAINER= yuri@FreeBSD.org

View File

@ -1,6 +1,6 @@
TIMESTAMP = 1690089901
SHA256 (chipsalliance-UHDM-v1.70_GH0.tar.gz) = e38f8255f858adcb25a4780a73b5bba1bde619f1b74b96e28270fe6e1bba283a
SIZE (chipsalliance-UHDM-v1.70_GH0.tar.gz) = 1763527
TIMESTAMP = 1690950393
SHA256 (chipsalliance-UHDM-v1.71_GH0.tar.gz) = 3aa3783bc3fd5054bfe4347de1e2edfaa1bb3fbfbecdc3232413e826e95113c7
SIZE (chipsalliance-UHDM-v1.71_GH0.tar.gz) = 1762952
SHA256 (capnproto-capnproto-48e4889_GH0.tar.gz) = 947caebe3908f03baa546ff350c2460e9598674069295a264e018a552885c3b1
SIZE (capnproto-capnproto-48e4889_GH0.tar.gz) = 2403821
SHA256 (google-googletest-58d77fa_GH0.tar.gz) = a55ceaae12e0ea65fee295b8d807bab5c06a719e98d9ac15af7f7c42a8d5000e

View File

@ -1,10 +0,0 @@
--- src/lib/ebus/datatype.cpp.orig 2023-06-07 06:49:34 UTC
+++ src/lib/ebus/datatype.cpp
@@ -22,6 +22,7 @@
#include "lib/ebus/datatype.h"
#include <math.h>
+#include <cmath> // Only required for FreeBSD 13.1, later versions seems to be fine without that
#include <iostream>
#include <sstream>
#include <iomanip>

View File

@ -1,5 +1,5 @@
PORTNAME= geoserver
PORTVERSION= 2.23.1
PORTVERSION= 2.23.2
CATEGORIES= databases geography java
MASTER_SITES= SF/${PORTNAME}/GeoServer/${PORTVERSION}/extensions
PKGNAMESUFFIX= -mysql-plugin
@ -22,7 +22,7 @@ NO_BUILD= yes
SUB_FILES= pkg-message
GSLIBDIR= geoserver/webapps/geoserver/WEB-INF/lib
PLIST_FILES= ${GSLIBDIR}/gt-jdbc-mysql-29.1.jar \
PLIST_FILES= ${GSLIBDIR}/gt-jdbc-mysql-29.2.jar \
${GSLIBDIR}/mysql-connector-java-8.0.28.jar
do-install:

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1685715428
SHA256 (geoserver-2.23.1-mysql-plugin.zip) = 01bb2051883718dfa0bf5d5543594acdf39af3a29183d3bb8d18d29089b15729
SIZE (geoserver-2.23.1-mysql-plugin.zip) = 2364984
TIMESTAMP = 1690900556
SHA256 (geoserver-2.23.2-mysql-plugin.zip) = 142d90a7e79917be826b13ab7401010537a92aa83a1e9067f58d2845b136f51d
SIZE (geoserver-2.23.2-mysql-plugin.zip) = 2364883

View File

@ -1037,6 +1037,7 @@
SUBDIR += jetbrains-goland
SUBDIR += jetbrains-phpstorm
SUBDIR += jetbrains-pty4j
SUBDIR += jetbrains-sqlite
SUBDIR += jetbrains-webstorm
SUBDIR += jgoodies-looks
SUBDIR += jiic
@ -1441,6 +1442,7 @@
SUBDIR += libvshadow
SUBDIR += libvslvm
SUBDIR += libvterm
SUBDIR += libwasmtime
SUBDIR += libwfut
SUBDIR += libx86
SUBDIR += libxalloc
@ -5725,6 +5727,7 @@
SUBDIR += py-venusian
SUBDIR += py-verboselogs
SUBDIR += py-versioneer
SUBDIR += py-versioneer-518
SUBDIR += py-versioningit
SUBDIR += py-versiontools
SUBDIR += py-verspec

View File

@ -10,6 +10,7 @@ WWW= https://github.com/Netflix/bbparse
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
IGNORE_FreeBSD_12=does not build
ONLY_FOR_ARCHS= amd64 powerpc64 powerpc64le
USE_GITHUB= yes
@ -27,12 +28,6 @@ MANPAGE_LINKS= bbr_get_next bbr_get_stackname bbr_get_tlh bbr_init_fd bbr_init_f
PLIST_FILES+= man/man3/${l}.3.gz
.endfor
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1300076
IGNORE= builds only on FreeBSD 13-head with minimum revision 356414
.endif
do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/lib
${MKDIR} ${STAGEDIR}${PREFIX}/include

View File

@ -1,6 +1,6 @@
PORTNAME= google-cloud-cpp
DISTVERSIONPREFIX= v
DISTVERSION= 2.10.0
DISTVERSION= 2.13.0
CATEGORIES= devel
DIST_SUBDIR= ${PORTNAME}
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
@ -27,7 +27,7 @@ LIB_DEPENDS= libabsl_strings.so:devel/abseil \
USES= cmake compiler:c++17-lang pkgconfig ssl
USE_GITHUB= yes
GH_ACCOUNT= GoogleCloudPlatform
GH_ACCOUNT= googleapis
GH_TUPLE= googleapis:googleapis:${GOOGLEAPI_GH_TAG}:googleapis
USE_LDCONFIG= yes
@ -36,7 +36,7 @@ CMAKE_ARGS= -DGOOGLE_CLOUD_CPP_CXX_STANDARD=17 \
CMAKE_ON= BUILD_SHARED_LIBS
CMAKE_OFF= BUILD_TESTING GOOGLE_CLOUD_CPP_ENABLE_CXX_EXCEPTIONS
GOOGLEAPI_GH_TAG= 2da477b6a72168c65fdb4245530cfa702cc4b029
GOOGLEAPI_GH_TAG= d39c91b3ac0abec1490ef00010107355a4dae317
post-extract:
${MKDIR} ${BUILD_WRKSRC}/external/googleapis/src/

View File

@ -1,5 +1,5 @@
TIMESTAMP = 1683119510
SHA256 (google-cloud-cpp/GoogleCloudPlatform-google-cloud-cpp-v2.10.0_GH0.tar.gz) = c4aed782cf1241682fc21f143ea81c77438bffcb60b9374f48fc066b1b2fdb4f
SIZE (google-cloud-cpp/GoogleCloudPlatform-google-cloud-cpp-v2.10.0_GH0.tar.gz) = 72043391
SHA256 (google-cloud-cpp/googleapis-googleapis-2da477b6a72168c65fdb4245530cfa702cc4b029_GH0.tar.gz) = 3e48e5833fcd2e1fcb8b6a5b7a88e18503b670e8636b868cdb5ac32e00fbdafb
SIZE (google-cloud-cpp/googleapis-googleapis-2da477b6a72168c65fdb4245530cfa702cc4b029_GH0.tar.gz) = 6729068
TIMESTAMP = 1690911442
SHA256 (google-cloud-cpp/googleapis-google-cloud-cpp-v2.13.0_GH0.tar.gz) = 7204805106be2164b2048a965b3cc747dd8bd9193c52d9b572c07606ea72ab7e
SIZE (google-cloud-cpp/googleapis-google-cloud-cpp-v2.13.0_GH0.tar.gz) = 90362695
SHA256 (google-cloud-cpp/googleapis-googleapis-d39c91b3ac0abec1490ef00010107355a4dae317_GH0.tar.gz) = 2aaca796ff5aa54beaa5919904707011e305beac9abf0eb390d68a1790dada98
SIZE (google-cloud-cpp/googleapis-googleapis-d39c91b3ac0abec1490ef00010107355a4dae317_GH0.tar.gz) = 7269819

View File

@ -112,6 +112,9 @@ include/google/bigtable/v2/bigtable.proto
include/google/bigtable/v2/data.grpc.pb.h
include/google/bigtable/v2/data.pb.h
include/google/bigtable/v2/data.proto
include/google/bigtable/v2/feature_flags.grpc.pb.h
include/google/bigtable/v2/feature_flags.pb.h
include/google/bigtable/v2/feature_flags.proto
include/google/bigtable/v2/request_stats.grpc.pb.h
include/google/bigtable/v2/request_stats.pb.h
include/google/bigtable/v2/request_stats.proto
@ -144,6 +147,24 @@ include/google/cloud/bigquery/analyticshub/v1/internal/analytics_hub_stub_factor
include/google/cloud/bigquery/analyticshub/v1/internal/analytics_hub_tracing_connection.h
include/google/cloud/bigquery/analyticshub/v1/internal/analytics_hub_tracing_stub.h
include/google/cloud/bigquery/analyticshub/v1/mocks/mock_analytics_hub_connection.h
include/google/cloud/bigquery/biglake/v1/internal/metastore_auth_decorator.h
include/google/cloud/bigquery/biglake/v1/internal/metastore_connection_impl.h
include/google/cloud/bigquery/biglake/v1/internal/metastore_logging_decorator.h
include/google/cloud/bigquery/biglake/v1/internal/metastore_metadata_decorator.h
include/google/cloud/bigquery/biglake/v1/internal/metastore_option_defaults.h
include/google/cloud/bigquery/biglake/v1/internal/metastore_retry_traits.h
include/google/cloud/bigquery/biglake/v1/internal/metastore_stub.h
include/google/cloud/bigquery/biglake/v1/internal/metastore_stub_factory.h
include/google/cloud/bigquery/biglake/v1/internal/metastore_tracing_connection.h
include/google/cloud/bigquery/biglake/v1/internal/metastore_tracing_stub.h
include/google/cloud/bigquery/biglake/v1/metastore.grpc.pb.h
include/google/cloud/bigquery/biglake/v1/metastore.pb.h
include/google/cloud/bigquery/biglake/v1/metastore.proto
include/google/cloud/bigquery/biglake/v1/metastore_client.h
include/google/cloud/bigquery/biglake/v1/metastore_connection.h
include/google/cloud/bigquery/biglake/v1/metastore_connection_idempotency_policy.h
include/google/cloud/bigquery/biglake/v1/metastore_options.h
include/google/cloud/bigquery/biglake/v1/mocks/mock_metastore_connection.h
include/google/cloud/bigquery/bigquery_read_client.h
include/google/cloud/bigquery/bigquery_read_connection.h
include/google/cloud/bigquery/bigquery_read_connection_idempotency_policy.h
@ -412,6 +433,7 @@ include/google/cloud/bigtable/internal/common_client.h
include/google/cloud/bigtable/internal/connection_refresh_state.h
include/google/cloud/bigtable/internal/convert_policies.h
include/google/cloud/bigtable/internal/data_connection_impl.h
include/google/cloud/bigtable/internal/data_tracing_connection.h
include/google/cloud/bigtable/internal/default_row_reader.h
include/google/cloud/bigtable/internal/defaults.h
include/google/cloud/bigtable/internal/google_bytes_traits.h
@ -425,6 +447,7 @@ include/google/cloud/bigtable/internal/readrowsparser.h
include/google/cloud/bigtable/internal/row_reader_impl.h
include/google/cloud/bigtable/internal/rpc_policy_parameters.h
include/google/cloud/bigtable/internal/rpc_policy_parameters.inc
include/google/cloud/bigtable/internal/traced_row_reader.h
include/google/cloud/bigtable/internal/unary_client_utils.h
include/google/cloud/bigtable/metadata_update_policy.h
include/google/cloud/bigtable/mocks/mock_data_connection.h
@ -528,6 +551,9 @@ include/google/cloud/dialogflow/v2/webhook.grpc.pb.h
include/google/cloud/dialogflow/v2/webhook.pb.h
include/google/cloud/dialogflow/v2/webhook.proto
include/google/cloud/experimental_tag.h
include/google/cloud/extended_operations.grpc.pb.h
include/google/cloud/extended_operations.pb.h
include/google/cloud/extended_operations.proto
include/google/cloud/future.h
include/google/cloud/future_generic.h
include/google/cloud/future_void.h
@ -628,6 +654,7 @@ include/google/cloud/internal/async_read_stream_impl.h
include/google/cloud/internal/async_read_write_stream_auth.h
include/google/cloud/internal/async_read_write_stream_impl.h
include/google/cloud/internal/async_read_write_stream_logging.h
include/google/cloud/internal/async_read_write_stream_tracing.h
include/google/cloud/internal/async_rest_long_running_operation.h
include/google/cloud/internal/async_rest_polling_loop.h
include/google/cloud/internal/async_rest_retry_loop.h
@ -638,10 +665,12 @@ include/google/cloud/internal/async_streaming_read_rpc.h
include/google/cloud/internal/async_streaming_read_rpc_auth.h
include/google/cloud/internal/async_streaming_read_rpc_impl.h
include/google/cloud/internal/async_streaming_read_rpc_logging.h
include/google/cloud/internal/async_streaming_read_rpc_tracing.h
include/google/cloud/internal/async_streaming_write_rpc.h
include/google/cloud/internal/async_streaming_write_rpc_auth.h
include/google/cloud/internal/async_streaming_write_rpc_impl.h
include/google/cloud/internal/async_streaming_write_rpc_logging.h
include/google/cloud/internal/async_streaming_write_rpc_tracing.h
include/google/cloud/internal/attributes.h
include/google/cloud/internal/auth_header_error.h
include/google/cloud/internal/background_threads_impl.h
@ -663,6 +692,7 @@ include/google/cloud/internal/curl_options.h
include/google/cloud/internal/curl_rest_client.h
include/google/cloud/internal/curl_rest_response.h
include/google/cloud/internal/curl_wrappers.h
include/google/cloud/internal/curl_writev.h
include/google/cloud/internal/debug_future_status.h
include/google/cloud/internal/debug_string.h
include/google/cloud/internal/debug_string_protobuf.h
@ -704,6 +734,7 @@ include/google/cloud/internal/log_wrapper.h
include/google/cloud/internal/make_jwt_assertion.h
include/google/cloud/internal/make_status.h
include/google/cloud/internal/minimal_iam_credentials_stub.h
include/google/cloud/internal/noexcept_action.h
include/google/cloud/internal/non_constructible.h
include/google/cloud/internal/oauth2_access_token_credentials.h
include/google/cloud/internal/oauth2_anonymous_credentials.h
@ -726,7 +757,6 @@ include/google/cloud/internal/oauth2_refreshing_credentials_wrapper.h
include/google/cloud/internal/oauth2_service_account_credentials.h
include/google/cloud/internal/openssl_util.h
include/google/cloud/internal/opentelemetry.h
include/google/cloud/internal/opentelemetry_options.h
include/google/cloud/internal/pagination_range.h
include/google/cloud/internal/parse_rfc3339.h
include/google/cloud/internal/populate_common_options.h
@ -803,8 +833,12 @@ include/google/cloud/logging/v2/logging_service_v2_options.h
include/google/cloud/logging/v2/mocks/mock_logging_service_v2_connection.h
include/google/cloud/mocks/current_options.h
include/google/cloud/mocks/mock_stream_range.h
include/google/cloud/opentelemetry_options.h
include/google/cloud/optional.h
include/google/cloud/options.h
include/google/cloud/orgpolicy/v1/orgpolicy.grpc.pb.h
include/google/cloud/orgpolicy/v1/orgpolicy.pb.h
include/google/cloud/orgpolicy/v1/orgpolicy.proto
include/google/cloud/polling_policy.h
include/google/cloud/project.h
include/google/cloud/pubsub/ack_handler.h
@ -963,17 +997,19 @@ include/google/cloud/spanner/internal/instance_admin_logging.h
include/google/cloud/spanner/internal/instance_admin_metadata.h
include/google/cloud/spanner/internal/instance_admin_stub.h
include/google/cloud/spanner/internal/logging_result_set_reader.h
include/google/cloud/spanner/internal/logging_spanner_stub.h
include/google/cloud/spanner/internal/merge_chunk.h
include/google/cloud/spanner/internal/metadata_spanner_stub.h
include/google/cloud/spanner/internal/partial_result_set_reader.h
include/google/cloud/spanner/internal/partial_result_set_resume.h
include/google/cloud/spanner/internal/partial_result_set_source.h
include/google/cloud/spanner/internal/route_to_leader.h
include/google/cloud/spanner/internal/session.h
include/google/cloud/spanner/internal/session_pool.h
include/google/cloud/spanner/internal/spanner_auth.h
include/google/cloud/spanner/internal/spanner_auth_decorator.h
include/google/cloud/spanner/internal/spanner_logging_decorator.h
include/google/cloud/spanner/internal/spanner_metadata_decorator.h
include/google/cloud/spanner/internal/spanner_stub.h
include/google/cloud/spanner/internal/spanner_stub_factory.h
include/google/cloud/spanner/internal/spanner_tracing_stub.h
include/google/cloud/spanner/internal/status_utils.h
include/google/cloud/spanner/internal/transaction_impl.h
include/google/cloud/spanner/internal/tuple_utils.h
@ -1102,6 +1138,7 @@ include/google/cloud/storage/internal/patch_builder_details.h
include/google/cloud/storage/internal/policy_document_request.h
include/google/cloud/storage/internal/raw_client.h
include/google/cloud/storage/internal/raw_client_wrapper_utils.h
include/google/cloud/storage/internal/request_project_id.h
include/google/cloud/storage/internal/rest_client.h
include/google/cloud/storage/internal/rest_object_read_source.h
include/google/cloud/storage/internal/rest_request_builder.h
@ -1506,253 +1543,259 @@ lib/cmake/google_cloud_cpp_storage/storage-targets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/google_cloud_cpp_storage/storage-targets.cmake
lib/libgoogle_cloud_cpp_api_annotations_protos.so
lib/libgoogle_cloud_cpp_api_annotations_protos.so.2
lib/libgoogle_cloud_cpp_api_annotations_protos.so.2.10.0
lib/libgoogle_cloud_cpp_api_annotations_protos.so.2.13.0
lib/libgoogle_cloud_cpp_api_auth_protos.so
lib/libgoogle_cloud_cpp_api_auth_protos.so.2
lib/libgoogle_cloud_cpp_api_auth_protos.so.2.10.0
lib/libgoogle_cloud_cpp_api_auth_protos.so.2.13.0
lib/libgoogle_cloud_cpp_api_backend_protos.so
lib/libgoogle_cloud_cpp_api_backend_protos.so.2
lib/libgoogle_cloud_cpp_api_backend_protos.so.2.10.0
lib/libgoogle_cloud_cpp_api_backend_protos.so.2.13.0
lib/libgoogle_cloud_cpp_api_billing_protos.so
lib/libgoogle_cloud_cpp_api_billing_protos.so.2
lib/libgoogle_cloud_cpp_api_billing_protos.so.2.10.0
lib/libgoogle_cloud_cpp_api_billing_protos.so.2.13.0
lib/libgoogle_cloud_cpp_api_client_protos.so
lib/libgoogle_cloud_cpp_api_client_protos.so.2
lib/libgoogle_cloud_cpp_api_client_protos.so.2.10.0
lib/libgoogle_cloud_cpp_api_client_protos.so.2.13.0
lib/libgoogle_cloud_cpp_api_config_change_protos.so
lib/libgoogle_cloud_cpp_api_config_change_protos.so.2
lib/libgoogle_cloud_cpp_api_config_change_protos.so.2.10.0
lib/libgoogle_cloud_cpp_api_config_change_protos.so.2.13.0
lib/libgoogle_cloud_cpp_api_consumer_protos.so
lib/libgoogle_cloud_cpp_api_consumer_protos.so.2
lib/libgoogle_cloud_cpp_api_consumer_protos.so.2.10.0
lib/libgoogle_cloud_cpp_api_consumer_protos.so.2.13.0
lib/libgoogle_cloud_cpp_api_context_protos.so
lib/libgoogle_cloud_cpp_api_context_protos.so.2
lib/libgoogle_cloud_cpp_api_context_protos.so.2.10.0
lib/libgoogle_cloud_cpp_api_context_protos.so.2.13.0
lib/libgoogle_cloud_cpp_api_control_protos.so
lib/libgoogle_cloud_cpp_api_control_protos.so.2
lib/libgoogle_cloud_cpp_api_control_protos.so.2.10.0
lib/libgoogle_cloud_cpp_api_control_protos.so.2.13.0
lib/libgoogle_cloud_cpp_api_distribution_protos.so
lib/libgoogle_cloud_cpp_api_distribution_protos.so.2
lib/libgoogle_cloud_cpp_api_distribution_protos.so.2.10.0
lib/libgoogle_cloud_cpp_api_distribution_protos.so.2.13.0
lib/libgoogle_cloud_cpp_api_documentation_protos.so
lib/libgoogle_cloud_cpp_api_documentation_protos.so.2
lib/libgoogle_cloud_cpp_api_documentation_protos.so.2.10.0
lib/libgoogle_cloud_cpp_api_documentation_protos.so.2.13.0
lib/libgoogle_cloud_cpp_api_endpoint_protos.so
lib/libgoogle_cloud_cpp_api_endpoint_protos.so.2
lib/libgoogle_cloud_cpp_api_endpoint_protos.so.2.10.0
lib/libgoogle_cloud_cpp_api_endpoint_protos.so.2.13.0
lib/libgoogle_cloud_cpp_api_error_reason_protos.so
lib/libgoogle_cloud_cpp_api_error_reason_protos.so.2
lib/libgoogle_cloud_cpp_api_error_reason_protos.so.2.10.0
lib/libgoogle_cloud_cpp_api_error_reason_protos.so.2.13.0
lib/libgoogle_cloud_cpp_api_field_behavior_protos.so
lib/libgoogle_cloud_cpp_api_field_behavior_protos.so.2
lib/libgoogle_cloud_cpp_api_field_behavior_protos.so.2.10.0
lib/libgoogle_cloud_cpp_api_field_behavior_protos.so.2.13.0
lib/libgoogle_cloud_cpp_api_http_protos.so
lib/libgoogle_cloud_cpp_api_http_protos.so.2
lib/libgoogle_cloud_cpp_api_http_protos.so.2.10.0
lib/libgoogle_cloud_cpp_api_http_protos.so.2.13.0
lib/libgoogle_cloud_cpp_api_httpbody_protos.so
lib/libgoogle_cloud_cpp_api_httpbody_protos.so.2
lib/libgoogle_cloud_cpp_api_httpbody_protos.so.2.10.0
lib/libgoogle_cloud_cpp_api_httpbody_protos.so.2.13.0
lib/libgoogle_cloud_cpp_api_label_protos.so
lib/libgoogle_cloud_cpp_api_label_protos.so.2
lib/libgoogle_cloud_cpp_api_label_protos.so.2.10.0
lib/libgoogle_cloud_cpp_api_label_protos.so.2.13.0
lib/libgoogle_cloud_cpp_api_launch_stage_protos.so
lib/libgoogle_cloud_cpp_api_launch_stage_protos.so.2
lib/libgoogle_cloud_cpp_api_launch_stage_protos.so.2.10.0
lib/libgoogle_cloud_cpp_api_launch_stage_protos.so.2.13.0
lib/libgoogle_cloud_cpp_api_log_protos.so
lib/libgoogle_cloud_cpp_api_log_protos.so.2
lib/libgoogle_cloud_cpp_api_log_protos.so.2.10.0
lib/libgoogle_cloud_cpp_api_log_protos.so.2.13.0
lib/libgoogle_cloud_cpp_api_logging_protos.so
lib/libgoogle_cloud_cpp_api_logging_protos.so.2
lib/libgoogle_cloud_cpp_api_logging_protos.so.2.10.0
lib/libgoogle_cloud_cpp_api_logging_protos.so.2.13.0
lib/libgoogle_cloud_cpp_api_metric_protos.so
lib/libgoogle_cloud_cpp_api_metric_protos.so.2
lib/libgoogle_cloud_cpp_api_metric_protos.so.2.10.0
lib/libgoogle_cloud_cpp_api_metric_protos.so.2.13.0
lib/libgoogle_cloud_cpp_api_monitored_resource_protos.so
lib/libgoogle_cloud_cpp_api_monitored_resource_protos.so.2
lib/libgoogle_cloud_cpp_api_monitored_resource_protos.so.2.10.0
lib/libgoogle_cloud_cpp_api_monitored_resource_protos.so.2.13.0
lib/libgoogle_cloud_cpp_api_monitoring_protos.so
lib/libgoogle_cloud_cpp_api_monitoring_protos.so.2
lib/libgoogle_cloud_cpp_api_monitoring_protos.so.2.10.0
lib/libgoogle_cloud_cpp_api_monitoring_protos.so.2.13.0
lib/libgoogle_cloud_cpp_api_quota_protos.so
lib/libgoogle_cloud_cpp_api_quota_protos.so.2
lib/libgoogle_cloud_cpp_api_quota_protos.so.2.10.0
lib/libgoogle_cloud_cpp_api_quota_protos.so.2.13.0
lib/libgoogle_cloud_cpp_api_resource_protos.so
lib/libgoogle_cloud_cpp_api_resource_protos.so.2
lib/libgoogle_cloud_cpp_api_resource_protos.so.2.10.0
lib/libgoogle_cloud_cpp_api_resource_protos.so.2.13.0
lib/libgoogle_cloud_cpp_api_routing_protos.so
lib/libgoogle_cloud_cpp_api_routing_protos.so.2
lib/libgoogle_cloud_cpp_api_routing_protos.so.2.10.0
lib/libgoogle_cloud_cpp_api_routing_protos.so.2.13.0
lib/libgoogle_cloud_cpp_api_service_protos.so
lib/libgoogle_cloud_cpp_api_service_protos.so.2
lib/libgoogle_cloud_cpp_api_service_protos.so.2.10.0
lib/libgoogle_cloud_cpp_api_service_protos.so.2.13.0
lib/libgoogle_cloud_cpp_api_source_info_protos.so
lib/libgoogle_cloud_cpp_api_source_info_protos.so.2
lib/libgoogle_cloud_cpp_api_source_info_protos.so.2.10.0
lib/libgoogle_cloud_cpp_api_source_info_protos.so.2.13.0
lib/libgoogle_cloud_cpp_api_system_parameter_protos.so
lib/libgoogle_cloud_cpp_api_system_parameter_protos.so.2
lib/libgoogle_cloud_cpp_api_system_parameter_protos.so.2.10.0
lib/libgoogle_cloud_cpp_api_system_parameter_protos.so.2.13.0
lib/libgoogle_cloud_cpp_api_usage_protos.so
lib/libgoogle_cloud_cpp_api_usage_protos.so.2
lib/libgoogle_cloud_cpp_api_usage_protos.so.2.10.0
lib/libgoogle_cloud_cpp_api_usage_protos.so.2.13.0
lib/libgoogle_cloud_cpp_api_visibility_protos.so
lib/libgoogle_cloud_cpp_api_visibility_protos.so.2
lib/libgoogle_cloud_cpp_api_visibility_protos.so.2.10.0
lib/libgoogle_cloud_cpp_api_visibility_protos.so.2.13.0
lib/libgoogle_cloud_cpp_bigquery.so
lib/libgoogle_cloud_cpp_bigquery.so.2
lib/libgoogle_cloud_cpp_bigquery.so.2.10.0
lib/libgoogle_cloud_cpp_bigquery.so.2.13.0
lib/libgoogle_cloud_cpp_bigtable.so
lib/libgoogle_cloud_cpp_bigtable.so.2
lib/libgoogle_cloud_cpp_bigtable.so.2.10.0
lib/libgoogle_cloud_cpp_bigtable.so.2.13.0
lib/libgoogle_cloud_cpp_bigtable_protos.so
lib/libgoogle_cloud_cpp_bigtable_protos.so.2
lib/libgoogle_cloud_cpp_bigtable_protos.so.2.10.0
lib/libgoogle_cloud_cpp_bigtable_protos.so.2.13.0
lib/libgoogle_cloud_cpp_cloud_bigquery_protos.so
lib/libgoogle_cloud_cpp_cloud_bigquery_protos.so.2
lib/libgoogle_cloud_cpp_cloud_bigquery_protos.so.2.10.0
lib/libgoogle_cloud_cpp_cloud_bigquery_protos.so.2.13.0
lib/libgoogle_cloud_cpp_cloud_common_common_protos.so
lib/libgoogle_cloud_cpp_cloud_common_common_protos.so.2
lib/libgoogle_cloud_cpp_cloud_common_common_protos.so.2.10.0
lib/libgoogle_cloud_cpp_cloud_common_common_protos.so.2.13.0
lib/libgoogle_cloud_cpp_cloud_dialogflow_v2_protos.so
lib/libgoogle_cloud_cpp_cloud_dialogflow_v2_protos.so.2
lib/libgoogle_cloud_cpp_cloud_dialogflow_v2_protos.so.2.10.0
lib/libgoogle_cloud_cpp_cloud_dialogflow_v2_protos.so.2.13.0
lib/libgoogle_cloud_cpp_cloud_extended_operations_protos.so
lib/libgoogle_cloud_cpp_cloud_extended_operations_protos.so.2
lib/libgoogle_cloud_cpp_cloud_extended_operations_protos.so.2.13.0
lib/libgoogle_cloud_cpp_cloud_orgpolicy_v1_orgpolicy_protos.so
lib/libgoogle_cloud_cpp_cloud_orgpolicy_v1_orgpolicy_protos.so.2
lib/libgoogle_cloud_cpp_cloud_orgpolicy_v1_orgpolicy_protos.so.2.13.0
lib/libgoogle_cloud_cpp_cloud_speech_protos.so
lib/libgoogle_cloud_cpp_cloud_speech_protos.so.2
lib/libgoogle_cloud_cpp_cloud_speech_protos.so.2.10.0
lib/libgoogle_cloud_cpp_cloud_speech_protos.so.2.13.0
lib/libgoogle_cloud_cpp_cloud_texttospeech_protos.so
lib/libgoogle_cloud_cpp_cloud_texttospeech_protos.so.2
lib/libgoogle_cloud_cpp_cloud_texttospeech_protos.so.2.10.0
lib/libgoogle_cloud_cpp_cloud_texttospeech_protos.so.2.13.0
lib/libgoogle_cloud_cpp_common.so
lib/libgoogle_cloud_cpp_common.so.2
lib/libgoogle_cloud_cpp_common.so.2.10.0
lib/libgoogle_cloud_cpp_common.so.2.13.0
lib/libgoogle_cloud_cpp_devtools_cloudtrace_v2_trace_protos.so
lib/libgoogle_cloud_cpp_devtools_cloudtrace_v2_trace_protos.so.2
lib/libgoogle_cloud_cpp_devtools_cloudtrace_v2_trace_protos.so.2.10.0
lib/libgoogle_cloud_cpp_devtools_cloudtrace_v2_trace_protos.so.2.13.0
lib/libgoogle_cloud_cpp_devtools_cloudtrace_v2_tracing_protos.so
lib/libgoogle_cloud_cpp_devtools_cloudtrace_v2_tracing_protos.so.2
lib/libgoogle_cloud_cpp_devtools_cloudtrace_v2_tracing_protos.so.2.10.0
lib/libgoogle_cloud_cpp_devtools_cloudtrace_v2_tracing_protos.so.2.13.0
lib/libgoogle_cloud_cpp_devtools_source_v1_source_context_protos.so
lib/libgoogle_cloud_cpp_devtools_source_v1_source_context_protos.so.2
lib/libgoogle_cloud_cpp_devtools_source_v1_source_context_protos.so.2.10.0
lib/libgoogle_cloud_cpp_devtools_source_v1_source_context_protos.so.2.13.0
lib/libgoogle_cloud_cpp_grpc_utils.so
lib/libgoogle_cloud_cpp_grpc_utils.so.2
lib/libgoogle_cloud_cpp_grpc_utils.so.2.10.0
lib/libgoogle_cloud_cpp_grpc_utils.so.2.13.0
lib/libgoogle_cloud_cpp_iam.so
lib/libgoogle_cloud_cpp_iam.so.2
lib/libgoogle_cloud_cpp_iam.so.2.10.0
lib/libgoogle_cloud_cpp_iam.so.2.13.0
lib/libgoogle_cloud_cpp_iam_protos.so
lib/libgoogle_cloud_cpp_iam_protos.so.2
lib/libgoogle_cloud_cpp_iam_protos.so.2.10.0
lib/libgoogle_cloud_cpp_iam_protos.so.2.13.0
lib/libgoogle_cloud_cpp_iam_v1_iam_policy_protos.so
lib/libgoogle_cloud_cpp_iam_v1_iam_policy_protos.so.2
lib/libgoogle_cloud_cpp_iam_v1_iam_policy_protos.so.2.10.0
lib/libgoogle_cloud_cpp_iam_v1_iam_policy_protos.so.2.13.0
lib/libgoogle_cloud_cpp_iam_v1_options_protos.so
lib/libgoogle_cloud_cpp_iam_v1_options_protos.so.2
lib/libgoogle_cloud_cpp_iam_v1_options_protos.so.2.10.0
lib/libgoogle_cloud_cpp_iam_v1_options_protos.so.2.13.0
lib/libgoogle_cloud_cpp_iam_v1_policy_protos.so
lib/libgoogle_cloud_cpp_iam_v1_policy_protos.so.2
lib/libgoogle_cloud_cpp_iam_v1_policy_protos.so.2.10.0
lib/libgoogle_cloud_cpp_iam_v1_policy_protos.so.2.13.0
lib/libgoogle_cloud_cpp_logging.so
lib/libgoogle_cloud_cpp_logging.so.2
lib/libgoogle_cloud_cpp_logging.so.2.10.0
lib/libgoogle_cloud_cpp_logging.so.2.13.0
lib/libgoogle_cloud_cpp_logging_protos.so
lib/libgoogle_cloud_cpp_logging_protos.so.2
lib/libgoogle_cloud_cpp_logging_protos.so.2.10.0
lib/libgoogle_cloud_cpp_logging_protos.so.2.13.0
lib/libgoogle_cloud_cpp_logging_type_type_protos.so
lib/libgoogle_cloud_cpp_logging_type_type_protos.so.2
lib/libgoogle_cloud_cpp_logging_type_type_protos.so.2.10.0
lib/libgoogle_cloud_cpp_logging_type_type_protos.so.2.13.0
lib/libgoogle_cloud_cpp_longrunning_operations_protos.so
lib/libgoogle_cloud_cpp_longrunning_operations_protos.so.2
lib/libgoogle_cloud_cpp_longrunning_operations_protos.so.2.10.0
lib/libgoogle_cloud_cpp_longrunning_operations_protos.so.2.13.0
lib/libgoogle_cloud_cpp_monitoring_protos.so
lib/libgoogle_cloud_cpp_monitoring_protos.so.2
lib/libgoogle_cloud_cpp_monitoring_protos.so.2.10.0
lib/libgoogle_cloud_cpp_monitoring_protos.so.2.13.0
lib/libgoogle_cloud_cpp_pubsub.so
lib/libgoogle_cloud_cpp_pubsub.so.2
lib/libgoogle_cloud_cpp_pubsub.so.2.10.0
lib/libgoogle_cloud_cpp_pubsub.so.2.13.0
lib/libgoogle_cloud_cpp_pubsub_protos.so
lib/libgoogle_cloud_cpp_pubsub_protos.so.2
lib/libgoogle_cloud_cpp_pubsub_protos.so.2.10.0
lib/libgoogle_cloud_cpp_pubsub_protos.so.2.13.0
lib/libgoogle_cloud_cpp_rest_internal.so
lib/libgoogle_cloud_cpp_rest_internal.so.2
lib/libgoogle_cloud_cpp_rest_internal.so.2.10.0
lib/libgoogle_cloud_cpp_rest_internal.so.2.13.0
lib/libgoogle_cloud_cpp_rest_protobuf_internal.so
lib/libgoogle_cloud_cpp_rest_protobuf_internal.so.2
lib/libgoogle_cloud_cpp_rest_protobuf_internal.so.2.10.0
lib/libgoogle_cloud_cpp_rest_protobuf_internal.so.2.13.0
lib/libgoogle_cloud_cpp_rpc_code_protos.so
lib/libgoogle_cloud_cpp_rpc_code_protos.so.2
lib/libgoogle_cloud_cpp_rpc_code_protos.so.2.10.0
lib/libgoogle_cloud_cpp_rpc_code_protos.so.2.13.0
lib/libgoogle_cloud_cpp_rpc_context_attribute_context_protos.so
lib/libgoogle_cloud_cpp_rpc_context_attribute_context_protos.so.2
lib/libgoogle_cloud_cpp_rpc_context_attribute_context_protos.so.2.10.0
lib/libgoogle_cloud_cpp_rpc_context_attribute_context_protos.so.2.13.0
lib/libgoogle_cloud_cpp_rpc_error_details_protos.so
lib/libgoogle_cloud_cpp_rpc_error_details_protos.so.2
lib/libgoogle_cloud_cpp_rpc_error_details_protos.so.2.10.0
lib/libgoogle_cloud_cpp_rpc_error_details_protos.so.2.13.0
lib/libgoogle_cloud_cpp_rpc_status_protos.so
lib/libgoogle_cloud_cpp_rpc_status_protos.so.2
lib/libgoogle_cloud_cpp_rpc_status_protos.so.2.10.0
lib/libgoogle_cloud_cpp_rpc_status_protos.so.2.13.0
lib/libgoogle_cloud_cpp_spanner.so
lib/libgoogle_cloud_cpp_spanner.so.2
lib/libgoogle_cloud_cpp_spanner.so.2.10.0
lib/libgoogle_cloud_cpp_spanner.so.2.13.0
lib/libgoogle_cloud_cpp_spanner_protos.so
lib/libgoogle_cloud_cpp_spanner_protos.so.2
lib/libgoogle_cloud_cpp_spanner_protos.so.2.10.0
lib/libgoogle_cloud_cpp_spanner_protos.so.2.13.0
lib/libgoogle_cloud_cpp_storage.so
lib/libgoogle_cloud_cpp_storage.so.2
lib/libgoogle_cloud_cpp_storage.so.2.10.0
lib/libgoogle_cloud_cpp_storage.so.2.13.0
lib/libgoogle_cloud_cpp_storage_protos.so
lib/libgoogle_cloud_cpp_storage_protos.so.2
lib/libgoogle_cloud_cpp_storage_protos.so.2.10.0
lib/libgoogle_cloud_cpp_storage_protos.so.2.13.0
lib/libgoogle_cloud_cpp_type_calendar_period_protos.so
lib/libgoogle_cloud_cpp_type_calendar_period_protos.so.2
lib/libgoogle_cloud_cpp_type_calendar_period_protos.so.2.10.0
lib/libgoogle_cloud_cpp_type_calendar_period_protos.so.2.13.0
lib/libgoogle_cloud_cpp_type_color_protos.so
lib/libgoogle_cloud_cpp_type_color_protos.so.2
lib/libgoogle_cloud_cpp_type_color_protos.so.2.10.0
lib/libgoogle_cloud_cpp_type_color_protos.so.2.13.0
lib/libgoogle_cloud_cpp_type_date_protos.so
lib/libgoogle_cloud_cpp_type_date_protos.so.2
lib/libgoogle_cloud_cpp_type_date_protos.so.2.10.0
lib/libgoogle_cloud_cpp_type_date_protos.so.2.13.0
lib/libgoogle_cloud_cpp_type_datetime_protos.so
lib/libgoogle_cloud_cpp_type_datetime_protos.so.2
lib/libgoogle_cloud_cpp_type_datetime_protos.so.2.10.0
lib/libgoogle_cloud_cpp_type_datetime_protos.so.2.13.0
lib/libgoogle_cloud_cpp_type_dayofweek_protos.so
lib/libgoogle_cloud_cpp_type_dayofweek_protos.so.2
lib/libgoogle_cloud_cpp_type_dayofweek_protos.so.2.10.0
lib/libgoogle_cloud_cpp_type_dayofweek_protos.so.2.13.0
lib/libgoogle_cloud_cpp_type_decimal_protos.so
lib/libgoogle_cloud_cpp_type_decimal_protos.so.2
lib/libgoogle_cloud_cpp_type_decimal_protos.so.2.10.0
lib/libgoogle_cloud_cpp_type_decimal_protos.so.2.13.0
lib/libgoogle_cloud_cpp_type_expr_protos.so
lib/libgoogle_cloud_cpp_type_expr_protos.so.2
lib/libgoogle_cloud_cpp_type_expr_protos.so.2.10.0
lib/libgoogle_cloud_cpp_type_expr_protos.so.2.13.0
lib/libgoogle_cloud_cpp_type_fraction_protos.so
lib/libgoogle_cloud_cpp_type_fraction_protos.so.2
lib/libgoogle_cloud_cpp_type_fraction_protos.so.2.10.0
lib/libgoogle_cloud_cpp_type_fraction_protos.so.2.13.0
lib/libgoogle_cloud_cpp_type_interval_protos.so
lib/libgoogle_cloud_cpp_type_interval_protos.so.2
lib/libgoogle_cloud_cpp_type_interval_protos.so.2.10.0
lib/libgoogle_cloud_cpp_type_interval_protos.so.2.13.0
lib/libgoogle_cloud_cpp_type_latlng_protos.so
lib/libgoogle_cloud_cpp_type_latlng_protos.so.2
lib/libgoogle_cloud_cpp_type_latlng_protos.so.2.10.0
lib/libgoogle_cloud_cpp_type_latlng_protos.so.2.13.0
lib/libgoogle_cloud_cpp_type_localized_text_protos.so
lib/libgoogle_cloud_cpp_type_localized_text_protos.so.2
lib/libgoogle_cloud_cpp_type_localized_text_protos.so.2.10.0
lib/libgoogle_cloud_cpp_type_localized_text_protos.so.2.13.0
lib/libgoogle_cloud_cpp_type_money_protos.so
lib/libgoogle_cloud_cpp_type_money_protos.so.2
lib/libgoogle_cloud_cpp_type_money_protos.so.2.10.0
lib/libgoogle_cloud_cpp_type_money_protos.so.2.13.0
lib/libgoogle_cloud_cpp_type_month_protos.so
lib/libgoogle_cloud_cpp_type_month_protos.so.2
lib/libgoogle_cloud_cpp_type_month_protos.so.2.10.0
lib/libgoogle_cloud_cpp_type_month_protos.so.2.13.0
lib/libgoogle_cloud_cpp_type_phone_number_protos.so
lib/libgoogle_cloud_cpp_type_phone_number_protos.so.2
lib/libgoogle_cloud_cpp_type_phone_number_protos.so.2.10.0
lib/libgoogle_cloud_cpp_type_phone_number_protos.so.2.13.0
lib/libgoogle_cloud_cpp_type_postal_address_protos.so
lib/libgoogle_cloud_cpp_type_postal_address_protos.so.2
lib/libgoogle_cloud_cpp_type_postal_address_protos.so.2.10.0
lib/libgoogle_cloud_cpp_type_postal_address_protos.so.2.13.0
lib/libgoogle_cloud_cpp_type_quaternion_protos.so
lib/libgoogle_cloud_cpp_type_quaternion_protos.so.2
lib/libgoogle_cloud_cpp_type_quaternion_protos.so.2.10.0
lib/libgoogle_cloud_cpp_type_quaternion_protos.so.2.13.0
lib/libgoogle_cloud_cpp_type_timeofday_protos.so
lib/libgoogle_cloud_cpp_type_timeofday_protos.so.2
lib/libgoogle_cloud_cpp_type_timeofday_protos.so.2.10.0
lib/libgoogle_cloud_cpp_type_timeofday_protos.so.2.13.0
libdata/pkgconfig/google_cloud_cpp_api_annotations_protos.pc
libdata/pkgconfig/google_cloud_cpp_api_auth_protos.pc
libdata/pkgconfig/google_cloud_cpp_api_backend_protos.pc
@ -1790,6 +1833,8 @@ libdata/pkgconfig/google_cloud_cpp_bigtable_protos.pc
libdata/pkgconfig/google_cloud_cpp_cloud_bigquery_protos.pc
libdata/pkgconfig/google_cloud_cpp_cloud_common_common_protos.pc
libdata/pkgconfig/google_cloud_cpp_cloud_dialogflow_v2_protos.pc
libdata/pkgconfig/google_cloud_cpp_cloud_extended_operations_protos.pc
libdata/pkgconfig/google_cloud_cpp_cloud_orgpolicy_v1_orgpolicy_protos.pc
libdata/pkgconfig/google_cloud_cpp_cloud_speech_protos.pc
libdata/pkgconfig/google_cloud_cpp_cloud_texttospeech_protos.pc
libdata/pkgconfig/google_cloud_cpp_common.pc

View File

@ -1,5 +1,5 @@
PORTNAME= clion
PORTVERSION= 2023.1.4
PORTVERSION= 2023.2
CATEGORIES= devel java
MASTER_SITES= https://download-cdn.jetbrains.com/cpp/
PKGNAMEPREFIX= jetbrains-
@ -17,7 +17,8 @@ LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
BUILD_DEPENDS= jna>0:devel/jna
RUN_DEPENDS= intellij-fsnotifier>0:java/intellij-fsnotifier \
jetbrains-pty4j>=0.12.10:devel/jetbrains-pty4j \
jetbrains-pty4j>=0.12.13:devel/jetbrains-pty4j \
jetbrains-sqlite>=232.8660.185:devel/jetbrains-sqlite \
lsof:sysutils/lsof
USES= cpe python:run shebangfix
@ -29,6 +30,7 @@ JAVA_VERSION= 17+
SHEBANG_FILES= bin/restart.py \
plugins/python-ce/helpers/typeshed/scripts/generate_proto_stubs.sh
DATADIR= ${PREFIX}/share/jetbrains/${PORTNAME}
NO_ARCH= yes
NO_ARCH_IGNORE= libjnidispatch.so
NO_BUILD= yes
@ -49,13 +51,12 @@ do-install:
${WRKSRC}/bin/remote-dev-server.sh \
${WRKSRC}/bin/repair \
${WRKSRC}/jbr \
${WRKSRC}/lib/jna \
${WRKSRC}/lib/native \
${WRKSRC}/lib/pty4j \
${WRKSRC}/plugins/cwm-plugin \
${WRKSRC}/plugins/cwm-plugin-projector \
${WRKSRC}/plugins/gateway-plugin/lib/remote-dev-workers \
${WRKSRC}/plugins/performanceTesting \
${WRKSRC}/plugins/performanceTesting-async \
${WRKSRC}/plugins/performanceTesting-yourkit \
${WRKSRC}/plugins/remote-dev-server
${MKDIR} ${STAGEDIR}${DATADIR}
@(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} \
@ -66,13 +67,17 @@ do-install:
${INSTALL_MAN} ${FILESDIR}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1
${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications/
# Use fsnotifier replacement provided by java/intellij-fsnotifier
${ECHO} "idea.filewatcher.executable.path=${PREFIX}/intellij/bin/fsnotifier" >> ${STAGEDIR}${DATADIR}/bin/idea.properties
${ECHO} "idea.filewatcher.executable.path=${PREFIX}/bin/fsnotifier" >> ${STAGEDIR}${DATADIR}/bin/idea.properties
# Install FreeBSD native lib provided by devel/jna
@${MKDIR} ${WRKDIR}/jna
@(cd ${WRKDIR}/jna && ${JAR} xf ${JAVAJARDIR}/jna.jar com/sun/jna/freebsd-x86-64/libjnidispatch.so)
${MKDIR} ${STAGEDIR}${DATADIR}/lib/jna/amd64
${INSTALL_LIB} ${WRKDIR}/jna/com/sun/jna/freebsd-x86-64/libjnidispatch.so ${STAGEDIR}${DATADIR}/lib/jna/amd64/
# Use pty4j replacement provided by devel/jetbrains-pty4j
${LN} -sf ../../../lib/pty4j ${STAGEDIR}${DATADIR}/lib/pty4j
${MKDIR} ${STAGEDIR}${DATADIR}/lib/pty4j/freebsd/x86-64
${LN} -sf ../../../../../pty4j/amd64/libpty.so ${STAGEDIR}${DATADIR}/lib/pty4j/freebsd/x86-64/libpty.so
# Use sqlite replacement provided by devel/jetbrains-sqlite
${MKDIR} ${STAGEDIR}${DATADIR}/lib/native/linux-x86_64
${LN} -sf ../../../../sqlite/amd64/libsqliteij.so ${STAGEDIR}${DATADIR}/lib/native/linux-x86_64/libsqliteij.so
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1687788851
SHA256 (jetbrains/CLion-2023.1.4.tar.gz) = 03830bd8c32eca51d2cb54aafbb74ce46003eaab9601465876c84107c0a19a23
SIZE (jetbrains/CLion-2023.1.4.tar.gz) = 858589459
TIMESTAMP = 1690540529
SHA256 (jetbrains/CLion-2023.2.tar.gz) = 45671bb8cf7b18bd6da2b519b950f28d315ad49d230494a08785e78219e43819
SIZE (jetbrains/CLion-2023.2.tar.gz) = 863989444

View File

@ -28,16 +28,6 @@ share/applications/clion.desktop
%%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/icons/icon-v4-1.0-d.db
%%DATADIR%%/bin/icons/icon-v4-1.0.db
%%DATADIR%%/bin/icons/icon-v4-1.25-d.db
%%DATADIR%%/bin/icons/icon-v4-1.25.db
%%DATADIR%%/bin/icons/icon-v4-1.5-d.db
%%DATADIR%%/bin/icons/icon-v4-1.5.db
%%DATADIR%%/bin/icons/icon-v4-2.0-d.db
%%DATADIR%%/bin/icons/icon-v4-2.0.db
%%DATADIR%%/bin/icons/icon-v4-2.5-d.db
%%DATADIR%%/bin/icons/icon-v4-2.5.db
%%DATADIR%%/bin/idea.properties
%%DATADIR%%/bin/inspect.sh
%%DATADIR%%/bin/lldb/helpers/jb_lldb_init.py
@ -56,8 +46,8 @@ share/applications/clion.desktop
%%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_natvis_loader.py
%%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_string_utils.py
%%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_utils.py
%%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_utils_const.py
%%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_utils_context_operator_parser.py
%%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_utils_debugger_events_handler.py
%%DATADIR%%/bin/lldb/renderers/lldb_formatters/__init__.py
%%DATADIR%%/bin/lldb/renderers/lldb_formatters/jetbrains_stl_formatters.py
%%DATADIR%%/bin/ltedit.sh
@ -83,12 +73,12 @@ share/applications/clion.desktop
%%DATADIR%%/build.txt
%%DATADIR%%/help/ReferenceCard.pdf
%%DATADIR%%/help/ReferenceCardForMac.pdf
%%DATADIR%%/lib/3rd-party-rt.jar
%%DATADIR%%/lib/annotations-java5.jar
%%DATADIR%%/lib/app-client.jar
%%DATADIR%%/lib/app.jar
%%DATADIR%%/lib/async-profiler-windows.jar
%%DATADIR%%/lib/async-profiler.jar
%%DATADIR%%/lib/build-marker-CL-231.9161.40
%%DATADIR%%/lib/bouncy-castle.jar
%%DATADIR%%/lib/build-marker-CL-232.8660.186
%%DATADIR%%/lib/byte-buddy-agent.jar
%%DATADIR%%/lib/cds/classesLogAgent.jar
%%DATADIR%%/lib/error-prone-annotations.jar
@ -96,7 +86,8 @@ share/applications/clion.desktop
%%DATADIR%%/lib/externalProcess-rt.jar
%%DATADIR%%/lib/forms_rt.jar
%%DATADIR%%/lib/groovy.jar
%%DATADIR%%/lib/intellij-coverage-agent-1.0.706.jar
%%DATADIR%%/lib/grpc.jar
%%DATADIR%%/lib/intellij-coverage-agent-1.0.723.jar
%%DATADIR%%/lib/intellij-test-discovery.jar
%%DATADIR%%/lib/jetbrains-annotations.jar
%%DATADIR%%/lib/jna/amd64/libjnidispatch.so
@ -104,8 +95,15 @@ share/applications/clion.desktop
%%DATADIR%%/lib/jsch-agent.jar
%%DATADIR%%/lib/junit4.jar
%%DATADIR%%/lib/junit5.jar
%%DATADIR%%/lib/lib-client.jar
%%DATADIR%%/lib/lib.jar
%%DATADIR%%/lib/modules.jar
%%DATADIR%%/lib/native/linux-x86_64/libsqliteij.so
%%DATADIR%%/lib/platform-loader.jar
%%DATADIR%%/lib/product-client.jar
%%DATADIR%%/lib/product.jar
%%DATADIR%%/lib/protobuf.jar
%%DATADIR%%/lib/pty4j
%%DATADIR%%/lib/pty4j/freebsd/x86-64/libpty.so
%%DATADIR%%/lib/rd.jar
%%DATADIR%%/lib/stats.jar
%%DATADIR%%/lib/testFramework.jar
@ -127,9 +125,13 @@ share/applications/clion.desktop
%%DATADIR%%/license/third-party-libraries.json
%%DATADIR%%/license/yourkit-license-redist.txt
%%DATADIR%%/plugins/DatabaseTools/lib/aether-dependency-resolver.jar
%%DATADIR%%/plugins/DatabaseTools/lib/database-minicats.jar
%%DATADIR%%/plugins/DatabaseTools/lib/database-openapi.jar
%%DATADIR%%/plugins/DatabaseTools/lib/database-plugin.jar
%%DATADIR%%/plugins/DatabaseTools/lib/jdbc-console.jar
%%DATADIR%%/plugins/DatabaseTools/lib/maven-resolver-connector-basic.jar
%%DATADIR%%/plugins/DatabaseTools/lib/maven-resolver-transport-file.jar
%%DATADIR%%/plugins/DatabaseTools/lib/maven-resolver-transport-http.jar
%%DATADIR%%/plugins/angularJS/lib/angularJS.jar
%%DATADIR%%/plugins/angularJS/ngCli/commands/generate-impl.js
%%DATADIR%%/plugins/angularJS/ngCli/commands/generate.json
@ -145,36 +147,38 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/angularJS/ngCli/schematicsProvider70.js
%%DATADIR%%/plugins/angularJS/ngCli/schematicsProvider80.js
%%DATADIR%%/plugins/angularJS/ngCli/schematicsProvider90.js
%%DATADIR%%/plugins/c-clangd/lib/c-clangd.jar
%%DATADIR%%/plugins/c-clangdBridge/lib/c-clangdBridge.jar
%%DATADIR%%/plugins/c-clangd-plugin/lib/c-clangd-plugin.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-clangConfig/lib/cidr-clangConfig.jar
%%DATADIR%%/plugins/cidr-clangFormat/lib/cidr-clangFormat.jar
%%DATADIR%%/plugins/cidr-compiler-custom/lib/cidr-compiler-custom.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
%%DATADIR%%/plugins/cidr-completionMlRanking-plugin/lib/cidr-completionMlRanking-plugin.jar
%%DATADIR%%/plugins/cidr-copyright-plugin/lib/cidr-copyright-plugin.jar
%%DATADIR%%/plugins/cidr-grazie-plugin/lib/cidr-grazie-plugin.jar
%%DATADIR%%/plugins/cidr-langInjection/lib/cidr-langInjection.jar
%%DATADIR%%/plugins/cidr-langInjection-plugin/lib/cidr-langInjection-plugin.jar
%%DATADIR%%/plugins/cidr-linkerscript/lib/cidr-linkerscript.jar
%%DATADIR%%/plugins/cidr-markdown-plugin/lib/cidr-markdown-plugin.jar
%%DATADIR%%/plugins/clion-compdb/lib/clion-compdb.jar
%%DATADIR%%/plugins/clion-ctest/lib/clion-ctest.jar
%%DATADIR%%/plugins/clion-diagnostics/lib/clion-diagnostics.jar
%%DATADIR%%/plugins/clion-embedded/lib/clion-embedded.jar
%%DATADIR%%/plugins/clion-makefile/lib/clion-makefile.jar
%%DATADIR%%/plugins/clion-packageManager/lib/clion-packageManager.jar
%%DATADIR%%/plugins/clion-compdb-plugin/lib/clion-compdb-plugin.jar
%%DATADIR%%/plugins/clion-ctest-plugin/lib/clion-ctest-plugin.jar
%%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-makefile-plugin/lib/clion-makefile-plugin.jar
%%DATADIR%%/plugins/clion-packageManager-plugin/lib/clion-packageManager-plugin.jar
%%DATADIR%%/plugins/clion-performanceTesting-plugin/lib/clion-performanceTesting-plugin.jar
%%DATADIR%%/plugins/clion-runFile/lib/clion-runFile.jar
%%DATADIR%%/plugins/clion-rustHelper/lib/clion-rustHelper.jar
%%DATADIR%%/plugins/clion-test-boost/lib/clion-test-boost.jar
%%DATADIR%%/plugins/clion-test-catch/lib/clion-test-catch.jar
%%DATADIR%%/plugins/clion-test-doctest/lib/clion-test-doctest.jar
%%DATADIR%%/plugins/clion-test-google/lib/clion-test-google.jar
%%DATADIR%%/plugins/clion-webDeployment/lib/clion-webDeployment.jar
%%DATADIR%%/plugins/clion/lib/clion.jar
%%DATADIR%%/plugins/clion-runFile-plugin/lib/clion-runFile-plugin.jar
%%DATADIR%%/plugins/clion-rustHelper-plugin/lib/clion-rustHelper-plugin.jar
%%DATADIR%%/plugins/clion-test-boost-plugin/lib/clion-test-boost-plugin.jar
%%DATADIR%%/plugins/clion-test-catch-plugin/lib/clion-test-catch-plugin.jar
%%DATADIR%%/plugins/clion-test-doctest-plugin/lib/clion-test-doctest-plugin.jar
%%DATADIR%%/plugins/clion-test-google-plugin/lib/clion-test-google-plugin.jar
%%DATADIR%%/plugins/clion-webDeployment-plugin/lib/clion-webDeployment-plugin.jar
%%DATADIR%%/plugins/cloudConfig/lib/cloudConfig.jar
%%DATADIR%%/plugins/clouds-docker-gateway/lib/clouds-docker-gateway.jar
%%DATADIR%%/plugins/clouds-docker-impl/lib/clouds-docker-impl.jar
%%DATADIR%%/plugins/color-scheme-all_hallows_eve/lib/color-scheme-all_hallows_eve.jar
%%DATADIR%%/plugins/color-scheme-blackboard/lib/color-scheme-blackboard.jar
@ -193,8 +197,6 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/configurationScript/lib/configurationScript.jar
%%DATADIR%%/plugins/copyright/lib/copyright.jar
%%DATADIR%%/plugins/css-impl/lib/css-impl.jar
%%DATADIR%%/plugins/cwm-plugin-projector/lib/cwm-plugin-projector.jar
%%DATADIR%%/plugins/cwm-plugin-projector/lib/projector/projector.jar
%%DATADIR%%/plugins/dev/lib/dev.jar
%%DATADIR%%/plugins/emojipicker/lib/emojipicker.jar
%%DATADIR%%/plugins/gateway-plugin/lib/gateway-plugin.jar
@ -207,10 +209,12 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/grid-core-impl/lib/jdbc-console-types.jar
%%DATADIR%%/plugins/grid-impl/lib/grid.jar
%%DATADIR%%/plugins/html-tools/lib/html-tools.jar
%%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/debugConnectionForwarder.js
%%DATADIR%%/plugins/javascript-debugger/lib/debugConnector.js
%%DATADIR%%/plugins/javascript-debugger/lib/javascript-debugger.jar
%%DATADIR%%/plugins/javascript-debugger/lib/nashorn-debugger-9-rt.jar
%%DATADIR%%/plugins/javascript-debugger/lib/nashorn-debugger-rt.jar
@ -250,13 +254,16 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/javascript-impl/helpers/vitest-intellij/node_modules/vitest-intellij-reporter-safe.js
%%DATADIR%%/plugins/javascript-impl/helpers/vitest-intellij/vitest-intellij-reporter.js
%%DATADIR%%/plugins/javascript-impl/helpers/vitest-intellij/vitest-intellij-util.js
%%DATADIR%%/plugins/javascript-impl/js/js-predefined-1d06a55b98c1-35bf29dd0b10.ijx
%%DATADIR%%/plugins/javascript-impl/js/js-predefined-1d06a55b98c1-35bf29dd0b10.txt
%%DATADIR%%/plugins/javascript-impl/js/js-predefined-1d06a55b98c1-d5aed4438951.ijx
%%DATADIR%%/plugins/javascript-impl/js/js-predefined-1d06a55b98c1-d5aed4438951.txt
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/browser.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/cancellationToken.js
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/diagnosticMessages.json
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/es2019decorators.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/flow.utilities.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.decorators.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.decorators.legacy.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.dom.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.dom.iterable.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2015.collection.d.ts
@ -289,6 +296,7 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2019.array.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2019.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2019.full.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2019.intl.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2019.object.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2019.string.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2019.symbol.d.ts
@ -314,8 +322,12 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2022.full.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2022.intl.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2022.object.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2022.regexp.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2022.sharedmemory.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2022.string.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2023.array.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2023.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2023.full.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es5.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es6.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.esnext.d.ts
@ -329,8 +341,10 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.webworker.importscripts.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.webworker.iterable.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/react.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/tsserver.js
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/tsserverlibrary.js
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/typesMap.json
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/typingsInstaller.js
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/watchGuard.js
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/websql.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/xpath.d.ts
@ -347,8 +361,12 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/flow/webassembly.js
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/js-language-service.js
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/js-lanuage-api.js
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/.gitignore
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/ide-watcher.js
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/init.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/logger-impl.js
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/node_modules/tsc-ide-plugin/index.js
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/node_modules/tsc-ide-plugin/package.json
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/out-path-process.js
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/service-loader.js
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/session/compile-info-holder.js
@ -382,6 +400,7 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/javascript-impl/languageService/eslint/tsconfig.json
%%DATADIR%%/plugins/javascript-impl/lib/javascript-impl.jar
%%DATADIR%%/plugins/javascript-intentions/lib/javascript-intentions.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
%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/fakePlugin.js
@ -428,6 +447,8 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/nodeJS/js/mocha-intellij/package.json
%%DATADIR%%/plugins/nodeJS/js/nodeunit/nodeunit-intellij-starter.js
%%DATADIR%%/plugins/nodeJS/lib/nodeJS.jar
%%DATADIR%%/plugins/performanceTesting-async/lib/performanceTesting-async.jar
%%DATADIR%%/plugins/performanceTesting/lib/performanceTesting.jar
%%DATADIR%%/plugins/platform-images/lib/platform-images.jar
%%DATADIR%%/plugins/platform-langInjection/lib/IntelliLang.jar
%%DATADIR%%/plugins/platform-langInjection/lib/java-langInjection-jps.jar
@ -729,6 +750,7 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/epydoc/markup/pyval_repr.py
%%DATADIR%%/plugins/python-ce/helpers/epydoc/markup/restructuredtext.py
%%DATADIR%%/plugins/python-ce/helpers/epydoc/util.py
%%DATADIR%%/plugins/python-ce/helpers/exec.txt
%%DATADIR%%/plugins/python-ce/helpers/extra_syspath.py
%%DATADIR%%/plugins/python-ce/helpers/generator3/__init__.py
%%DATADIR%%/plugins/python-ce/helpers/generator3/__main__.py
@ -1286,10 +1308,15 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython.c
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython.pxd
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython.pyx
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_312.c
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_32.pyd
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_64.pyd
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_310_32.cp310-win32.pyd
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_310_64.cp310-win_amd64.pyd
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_311_32.cp311-win32.pyd
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_311_64.cp311-win_amd64.pyd
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_312_32.cp312-win32.pyd
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_312_64.cp312-win_amd64.pyd
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_36_32.cp36-win32.pyd
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_36_64.cp36-win_amd64.pyd
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_37_32.cp37-win32.pyd
@ -1333,6 +1360,9 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_vars.py
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_vm_type.py
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_xml.py
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/__init__.py
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/pydevd_pandas.py
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/pydevd_polars.py
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/__init__.py
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/internal_pycore.h
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_eval_cython_wrapper.py
@ -1361,6 +1391,10 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/build_binaries_windows.py
%%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/build_common.py
%%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/generate_code.py
%%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/generate_debugger_import_errors/generate_import_error.py
%%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/generate_debugger_import_errors/generation_utils.py
%%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/generate_debugger_import_errors/start_generation.py
%%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/msvccompiler_wrapper.py
%%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
@ -1730,6 +1764,7 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/stubsabot.yml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/stubtest_stdlib.yml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/tests.yml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/typecheck_typeshed_code.yml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/.gitignore
%%DATADIR%%/plugins/python-ce/helpers/typeshed/.pre-commit-config.yaml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/CONTRIBUTING.md
@ -1739,10 +1774,10 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/pyproject.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/pyrightconfig.json
%%DATADIR%%/plugins/python-ce/helpers/typeshed/pyrightconfig.stricter.json
%%DATADIR%%/plugins/python-ce/helpers/typeshed/pyrightconfig.testcases.json
%%DATADIR%%/plugins/python-ce/helpers/typeshed/requirements-tests.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/scripts/create_baseline_stubs.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/scripts/stubsabot.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/scripts/update-stubtest-allowlist.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/BaseHTTPServer.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/CGIHTTPServer.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/ConfigParser.pyi
@ -2160,6 +2195,7 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_compat_pickle.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_compression.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_csv.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_ctypes.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_curses.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_decimal.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_dummy_thread.pyi
@ -2271,6 +2307,7 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ctypes/wintypes.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/curses/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/curses/ascii.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/curses/has_key.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/curses/panel.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/curses/textpad.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/dataclasses.pyi
@ -2449,15 +2486,24 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/context.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/dummy/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/dummy/connection.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/forkserver.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/heap.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/managers.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/pool.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/popen_fork.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/popen_forkserver.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/popen_spawn_posix.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/popen_spawn_win32.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/process.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/queues.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/reduction.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/resource_sharer.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/resource_tracker.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/shared_memory.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/sharedctypes.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/spawn.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/synchronize.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/util.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/netrc.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/nis.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/nntplib.pyi
@ -2636,6 +2682,24 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zipimport.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zlib.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zoneinfo/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_output.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/numpy_capture_output.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/numpy_float_capture_output.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/pil_capture_output.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/pytorch_capture_output.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/pytorch_float_capture_output.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/pytorch_float_gpu_capture_output.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/pytorch_gpu_capture_output.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/d3dshot.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/display.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/dll/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/dll/d3d.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/dll/dxgi.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/dll/shcore.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/dll/user32.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/DateTimeRange/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/DateTimeRange/datetimerange/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/DateTimeRange/datetimerange/__version__.pyi
@ -2782,6 +2846,8 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/_util.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/_version.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/features.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyAutoGUI/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyAutoGUI/pyautogui/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/__init__.pyi
@ -3188,7 +3254,6 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/backports.ssl_match_hostname/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/backports.ssl_match_hostname/backports/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/backports.ssl_match_hostname/backports/ssl_match_hostname/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/@tests/requirements-stubtest.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/builder/__init__.pyi
@ -3418,6 +3483,25 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/objects.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/certifi/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/certifi/certifi.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/_cffi_backend.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/api.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/backend_ctypes.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/cffi_opcode.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/commontypes.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/cparser.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/error.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/ffiplatform.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/lock.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/model.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/pkgconfig.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/recompiler.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/setuptools_ext.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/vengine_cpy.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/vengine_gen.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/verifier.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chardet/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chardet/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/__init__.pyi
@ -3653,7 +3737,6 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/syntax.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/template.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/transitions.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/ttfonts.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/util.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/freezegun/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/freezegun/METADATA.toml
@ -3672,7 +3755,6 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hdbcli/hdbcli/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hdbcli/hdbcli/dbapi.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hdbcli/hdbcli/resultrow.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/@tests/requirements-stubtest.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/__init__.pyi
@ -3770,7 +3852,6 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_format.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_legacy_validators.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_reflect.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_types.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_utils.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_validators.pyi
@ -3778,6 +3859,14 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/exceptions.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/protocols.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/validators.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/_canonical_names.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/_generic.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/_keyboard_event.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/_mouse_event.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/mouse.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/__init__.pyi
@ -4240,6 +4329,7 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/ssh_gss.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/transport.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/util.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/win_openssh.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/win_pageant.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/parsimonious/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/parsimonious/METADATA.toml
@ -4361,6 +4451,7 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/OpenSSL/SSL.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/OpenSSL/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/OpenSSL/crypto.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/OpenSSL/rand.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/OpenSSL/version.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyRFC3339/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyRFC3339/pyrfc3339/__init__.pyi
@ -4382,6 +4473,28 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/checker.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/messages.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/reporter.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/__main__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/building/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/building/build_main.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/building/datastruct.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/compat.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/depend/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/depend/analysis.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/depend/imphookapi.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/isolated/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/isolated/_parent.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/lib/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/lib/modulegraph/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/lib/modulegraph/modulegraph.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/utils/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/utils/hooks/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/utils/hooks/conda.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/utils/hooks/win32.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/pyi_splash/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/_info.pyi
@ -4516,14 +4629,17 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/regex/regex/_regex_core.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/regex/regex/regex.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/@tests/test_cases/check_post.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/__version__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/adapters.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/api.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/auth.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/compat.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/cookies.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/exceptions.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/help.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/hooks.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/models.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/packages.pyi
@ -4535,93 +4651,6 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/retry/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/retry/retry/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/retry/retry/api.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/common/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/common/exceptions.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/android/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/android/webdriver.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/blackberry/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/blackberry/webdriver.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/chrome/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/chrome/options.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/chrome/remote_connection.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/chrome/service.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/chrome/webdriver.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/action_chains.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/actions/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/actions/action_builder.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/actions/input_device.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/actions/interaction.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/actions/key_actions.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/actions/key_input.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/actions/mouse_button.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/actions/pointer_actions.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/actions/pointer_input.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/alert.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/by.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/desired_capabilities.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/html5/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/html5/application_cache.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/keys.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/proxy.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/service.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/touch_actions.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/utils.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/edge/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/edge/options.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/edge/service.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/edge/webdriver.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/firefox/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/firefox/extension_connection.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/firefox/firefox_binary.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/firefox/firefox_profile.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/firefox/options.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/firefox/remote_connection.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/firefox/service.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/firefox/webdriver.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/firefox/webelement.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/ie/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/ie/options.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/ie/service.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/ie/webdriver.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/opera/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/opera/options.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/opera/webdriver.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/phantomjs/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/phantomjs/service.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/phantomjs/webdriver.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/remote/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/remote/command.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/remote/errorhandler.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/remote/file_detector.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/remote/mobile.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/remote/remote_connection.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/remote/switch_to.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/remote/utils.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/remote/webdriver.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/remote/webelement.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/safari/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/safari/permissions.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/safari/remote_connection.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/safari/service.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/safari/webdriver.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/support/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/support/abstract_event_listener.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/support/color.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/support/event_firing_webdriver.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/support/events.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/support/expected_conditions.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/support/select.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/support/ui.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/support/wait.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/webkitgtk/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/webkitgtk/options.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/webkitgtk/service.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/webkitgtk/webdriver.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/pkg_resources/__init__.pyi
@ -4638,7 +4667,6 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/bdist_dumb.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/bdist_msi.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/bdist_rpm.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/bdist_wininst.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/build.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/build_clib.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/build_ext.pyi
@ -4800,6 +4828,7 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/abstract/deletable_api_resource.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/abstract/listable_api_resource.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/abstract/nested_resource_class_methods.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/abstract/searchable_api_resource.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/abstract/singleton_api_resource.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/abstract/updateable_api_resource.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/abstract/verify_mixin.pyi
@ -4875,6 +4904,7 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/reporting/report_type.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/reversal.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/review.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/search_result_object.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/setup_attempt.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/setup_intent.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/sigma/__init__.pyi
@ -4957,6 +4987,14 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/tk.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/utils.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/version.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/tree_sitter_languages/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/tree_sitter_languages/core.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter/@tests/stubtest_allowlist.txt
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter/tree_sitter/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter/tree_sitter/binding.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/METADATA.toml
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/ttkthemes/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/ttkthemes/_imgops.pyi
@ -4983,6 +5021,7 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/connection.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/connectionpool.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/contrib/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/contrib/socks.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/exceptions.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/fields.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/filepost.pyi
@ -4994,6 +5033,7 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/response.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/__init__.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/connection.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/queue.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/request.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/response.pyi
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/retry.pyi
@ -5049,24 +5089,27 @@ share/applications/clion.desktop
%%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/typeshed/test_cases/README.md
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/asyncio/test_coroutines.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/asyncio/test_gather.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/test_iteration.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/test_list.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/test_object.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/test_pow.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/test_sum.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/test_tuple.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/test_codecs.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/test_contextlib.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/test_logging.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/test_unittest.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/typing/all.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/typing/pattern.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/asyncio/check_coroutines.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/asyncio/check_gather.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/check_dict.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/check_iteration.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/check_list.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/check_object.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/check_pow.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/check_sum.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/check_tuple.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/check_codecs.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/check_contextlib.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/check_logging.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/check_threading.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/check_unittest.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/typing/check_all.py
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/typing/check_pattern.py
%%DATADIR%%/plugins/python-ce/helpers/virtualenv-20.13.0.pyz
%%DATADIR%%/plugins/python-ce/helpers/virtualenv-20.16.7.pyz
%%DATADIR%%/plugins/python-ce/lib/python-ce.jar
%%DATADIR%%/plugins/qml-plugin/lib/qml-plugin.jar
%%DATADIR%%/plugins/qt-plugin/lib/qt-plugin.jar
%%DATADIR%%/plugins/remoteRun/lib/remoteRun.jar
%%DATADIR%%/plugins/restClient/lib/restClient.jar
%%DATADIR%%/plugins/sass/lib/sass.jar
@ -5086,9 +5129,14 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/tailwindcss/server/tailwindcss-language-server
%%DATADIR%%/plugins/tasks-timeTracking/lib/tasks-timeTracking.jar
%%DATADIR%%/plugins/tasks/lib/tasks-core.jar
%%DATADIR%%/plugins/terminal/fish/init.fish
%%DATADIR%%/plugins/terminal/jediterm-bash.in
%%DATADIR%%/plugins/terminal/lib/terminal.jar
%%DATADIR%%/plugins/terminal/pwsh/pwsh.ps1
%%DATADIR%%/plugins/terminal/shell-integrations/bash/bash-integration.bash
%%DATADIR%%/plugins/terminal/shell-integrations/bash/command-block-support.bash
%%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.ps1
%%DATADIR%%/plugins/terminal/shell-integrations/powershell/powershell-integration.ps1
%%DATADIR%%/plugins/terminal/zsh/.zshenv
%%DATADIR%%/plugins/terminal/zsh/hooks.zsh
%%DATADIR%%/plugins/textmate/lib/bundles/bat/.vscodeignore
@ -5104,6 +5152,11 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/textmate/lib/bundles/clojure/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/clojure/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/clojure/syntaxes/clojure.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/cmake/LICENSE
%%DATADIR%%/plugins/textmate/lib/bundles/cmake/README.md
%%DATADIR%%/plugins/textmate/lib/bundles/cmake/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/cmake/syntaxes/CMake.tmLanguage
%%DATADIR%%/plugins/textmate/lib/bundles/cmake/syntaxes/CMakeCache.tmLanguage
%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/language-configuration.json
@ -5495,6 +5548,7 @@ share/applications/clion.desktop
%%DATADIR%%/plugins/vcs-git/lib/git4idea-rt.jar
%%DATADIR%%/plugins/vcs-git/lib/vcs-git.jar
%%DATADIR%%/plugins/vcs-github/lib/vcs-github.jar
%%DATADIR%%/plugins/vcs-gitlab/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

View File

@ -1,5 +1,5 @@
PORTNAME= goland
PORTVERSION= 2023.1.4
PORTVERSION= 2023.2
CATEGORIES= devel java
MASTER_SITES= https://download-cdn.jetbrains.com/go/
PKGNAMEPREFIX= jetbrains-
@ -16,7 +16,8 @@ LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
BUILD_DEPENDS= jna>0:devel/jna
RUN_DEPENDS= intellij-fsnotifier>0:java/intellij-fsnotifier \
jetbrains-pty4j>=0.12.10:devel/jetbrains-pty4j \
jetbrains-pty4j>=0.12.13:devel/jetbrains-pty4j \
jetbrains-sqlite>=232.8660.185:devel/jetbrains-sqlite \
lsof:sysutils/lsof
USES= cpe python:run shebangfix
@ -27,6 +28,7 @@ JAVA_VERSION= 17+
SHEBANG_FILES= bin/restart.py
DATADIR= ${PREFIX}/share/jetbrains/${PORTNAME}
NO_ARCH= yes
NO_ARCH_IGNORE= libjnidispatch.so
NO_BUILD= yes
@ -49,14 +51,13 @@ do-install:
${WRKSRC}/bin/remote-dev-server.sh \
${WRKSRC}/bin/repair \
${WRKSRC}/jbr \
${WRKSRC}/lib/jna \
${WRKSRC}/lib/native \
${WRKSRC}/lib/pty4j \
${WRKSRC}/plugins/cwm-plugin \
${WRKSRC}/plugins/cwm-plugin-projector \
${WRKSRC}/plugins/gateway-plugin/lib/remote-dev-workers \
${WRKSRC}/plugins/go-plugin/lib/dlv \
${WRKSRC}/plugins/performanceTesting \
${WRKSRC}/plugins/performanceTesting-async \
${WRKSRC}/plugins/performanceTesting-yourkit \
${WRKSRC}/plugins/remote-dev-server
${MKDIR} ${STAGEDIR}${DATADIR}
@(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} \
@ -67,14 +68,18 @@ do-install:
${INSTALL_MAN} ${FILESDIR}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1/
${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications/
# Use fsnotifier replacement provided by java/intellij-fsnotifier
${ECHO} "idea.filewatcher.executable.path=${PREFIX}/intellij/bin/fsnotifier" >> ${STAGEDIR}${DATADIR}/bin/idea.properties
${ECHO} "idea.filewatcher.executable.path=${PREFIX}/bin/fsnotifier" >> ${STAGEDIR}${DATADIR}/bin/idea.properties
# Install FreeBSD native lib provided by devel/jna
@${MKDIR} ${WRKDIR}/jna
@(cd ${WRKDIR}/jna && ${JAR} xf ${JAVAJARDIR}/jna.jar com/sun/jna/freebsd-x86-64/libjnidispatch.so)
${MKDIR} ${STAGEDIR}${DATADIR}/lib/jna/amd64
${INSTALL_LIB} ${WRKDIR}/jna/com/sun/jna/freebsd-x86-64/libjnidispatch.so ${STAGEDIR}${DATADIR}/lib/jna/amd64/
# Use pty4j replacement provided by devel/jetbrains-pty4j
${LN} -sf ../../../lib/pty4j ${STAGEDIR}${DATADIR}/lib/pty4j
${MKDIR} ${STAGEDIR}${DATADIR}/lib/pty4j/freebsd/x86-64
${LN} -sf ../../../../../pty4j/amd64/libpty.so ${STAGEDIR}${DATADIR}/lib/pty4j/freebsd/x86-64/libpty.so
# Use sqlite replacement provided by devel/jetbrains-sqlite
${MKDIR} ${STAGEDIR}${DATADIR}/lib/native/linux-x86_64
${LN} -sf ../../../../sqlite/amd64/libsqliteij.so ${STAGEDIR}${DATADIR}/lib/native/linux-x86_64/libsqliteij.so
do-install-DELVE-on:
${ECHO} "dlv.path=${PREFIX}/bin/dlv" >> ${STAGEDIR}${DATADIR}/bin/idea.properties

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1689248514
SHA256 (jetbrains/goland-2023.1.4.tar.gz) = ac8bd42b6dee2aedcfd05656b7f74969e6775f41c9d6614d3cc4946fbc8c346f
SIZE (jetbrains/goland-2023.1.4.tar.gz) = 680749135
TIMESTAMP = 1690540705
SHA256 (jetbrains/goland-2023.2.tar.gz) = 17f1bbd9a46061fdd013d49a99859c1ca3ece1a3cc51cdcf2b46eae0432f2481
SIZE (jetbrains/goland-2023.2.tar.gz) = 683760860

View File

@ -8,16 +8,6 @@ share/applications/goland.desktop
%%DATADIR%%/bin/goland.sh
%%DATADIR%%/bin/goland.svg
%%DATADIR%%/bin/goland64.vmoptions
%%DATADIR%%/bin/icons/icon-v4-1.0-d.db
%%DATADIR%%/bin/icons/icon-v4-1.0.db
%%DATADIR%%/bin/icons/icon-v4-1.25-d.db
%%DATADIR%%/bin/icons/icon-v4-1.25.db
%%DATADIR%%/bin/icons/icon-v4-1.5-d.db
%%DATADIR%%/bin/icons/icon-v4-1.5.db
%%DATADIR%%/bin/icons/icon-v4-2.0-d.db
%%DATADIR%%/bin/icons/icon-v4-2.0.db
%%DATADIR%%/bin/icons/icon-v4-2.5-d.db
%%DATADIR%%/bin/icons/icon-v4-2.5.db
%%DATADIR%%/bin/idea.properties
%%DATADIR%%/bin/inspect.sh
%%DATADIR%%/bin/ltedit.sh
@ -25,12 +15,12 @@ share/applications/goland.desktop
%%DATADIR%%/build.txt
%%DATADIR%%/help/ReferenceCard.pdf
%%DATADIR%%/help/ReferenceCardForMac.pdf
%%DATADIR%%/lib/3rd-party-rt.jar
%%DATADIR%%/lib/annotations-java5.jar
%%DATADIR%%/lib/app-client.jar
%%DATADIR%%/lib/app.jar
%%DATADIR%%/lib/async-profiler-windows.jar
%%DATADIR%%/lib/async-profiler.jar
%%DATADIR%%/lib/build-marker-GO-231.9225.16
%%DATADIR%%/lib/bouncy-castle.jar
%%DATADIR%%/lib/build-marker-GO-232.8660.185
%%DATADIR%%/lib/byte-buddy-agent.jar
%%DATADIR%%/lib/cds/classesLogAgent.jar
%%DATADIR%%/lib/error-prone-annotations.jar
@ -38,14 +28,22 @@ share/applications/goland.desktop
%%DATADIR%%/lib/externalProcess-rt.jar
%%DATADIR%%/lib/forms_rt.jar
%%DATADIR%%/lib/groovy.jar
%%DATADIR%%/lib/intellij-coverage-agent-1.0.706.jar
%%DATADIR%%/lib/grpc.jar
%%DATADIR%%/lib/intellij-coverage-agent-1.0.723.jar
%%DATADIR%%/lib/intellij-test-discovery.jar
%%DATADIR%%/lib/jetbrains-annotations.jar
%%DATADIR%%/lib/jna/amd64/libjnidispatch.so
%%DATADIR%%/lib/jps-model.jar
%%DATADIR%%/lib/jsch-agent.jar
%%DATADIR%%/lib/lib-client.jar
%%DATADIR%%/lib/lib.jar
%%DATADIR%%/lib/modules.jar
%%DATADIR%%/lib/native/linux-x86_64/libsqliteij.so
%%DATADIR%%/lib/platform-loader.jar
%%DATADIR%%/lib/product-client.jar
%%DATADIR%%/lib/product.jar
%%DATADIR%%/lib/protobuf.jar
%%DATADIR%%/lib/pty4j
%%DATADIR%%/lib/pty4j/freebsd/x86-64/libpty.so
%%DATADIR%%/lib/rd.jar
%%DATADIR%%/lib/stats.jar
%%DATADIR%%/lib/util-8.jar
@ -62,10 +60,16 @@ share/applications/goland.desktop
%%DATADIR%%/license/third-party-libraries.json
%%DATADIR%%/license/yourkit-license-redist.txt
%%DATADIR%%/plugins/DatabaseTools/lib/aether-dependency-resolver.jar
%%DATADIR%%/plugins/DatabaseTools/lib/database-minicats.jar
%%DATADIR%%/plugins/DatabaseTools/lib/database-openapi.jar
%%DATADIR%%/plugins/DatabaseTools/lib/database-plugin.jar
%%DATADIR%%/plugins/DatabaseTools/lib/jdbc-console.jar
%%DATADIR%%/plugins/DatabaseTools/lib/maven-resolver-connector-basic.jar
%%DATADIR%%/plugins/DatabaseTools/lib/maven-resolver-transport-file.jar
%%DATADIR%%/plugins/DatabaseTools/lib/maven-resolver-transport-http.jar
%%DATADIR%%/plugins/charts/lib/charts.jar
%%DATADIR%%/plugins/cloudConfig/lib/cloudConfig.jar
%%DATADIR%%/plugins/clouds-docker-gateway/lib/clouds-docker-gateway.jar
%%DATADIR%%/plugins/clouds-docker-impl/lib/clouds-docker-impl.jar
%%DATADIR%%/plugins/color-scheme-colorful-darcula/lib/color-scheme-colorful-darcula.jar
%%DATADIR%%/plugins/color-scheme-monokai/lib/color-scheme-monokai.jar
@ -74,8 +78,6 @@ share/applications/goland.desktop
%%DATADIR%%/plugins/configurationScript/lib/configurationScript.jar
%%DATADIR%%/plugins/copyright/lib/copyright.jar
%%DATADIR%%/plugins/css-impl/lib/css-impl.jar
%%DATADIR%%/plugins/cwm-plugin-projector/lib/cwm-plugin-projector.jar
%%DATADIR%%/plugins/cwm-plugin-projector/lib/projector/projector.jar
%%DATADIR%%/plugins/dev/lib/dev.jar
%%DATADIR%%/plugins/dynamicPluginsTests-performanceTesting/lib/dynamicPluginsTests-performanceTesting.jar
%%DATADIR%%/plugins/editorconfig/lib/editorconfig.jar
@ -94,8 +96,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-aa42a6bdcfe4-bc1171527187.ijx
%%DATADIR%%/plugins/go-sharedIndexes-bundled/gosdk/gosdk-aa42a6bdcfe4-bc1171527187.txt
%%DATADIR%%/plugins/go-sharedIndexes-bundled/gosdk/gosdk-c0b0f6247a36-19d37c8dbc2a.ijx
%%DATADIR%%/plugins/go-sharedIndexes-bundled/gosdk/gosdk-c0b0f6247a36-19d37c8dbc2a.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
@ -106,10 +108,12 @@ share/applications/goland.desktop
%%DATADIR%%/plugins/html-tools/lib/html-tools.jar
%%DATADIR%%/plugins/indexing-shared-ultimate-plugin-bundled/lib/indexing-shared-ultimate-plugin-bundled.jar
%%DATADIR%%/plugins/indexing-shared/lib/indexing-shared.jar
%%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/debugConnectionForwarder.js
%%DATADIR%%/plugins/javascript-debugger/lib/debugConnector.js
%%DATADIR%%/plugins/javascript-debugger/lib/javascript-debugger.jar
%%DATADIR%%/plugins/javascript-debugger/lib/nashorn-debugger-9-rt.jar
%%DATADIR%%/plugins/javascript-debugger/lib/nashorn-debugger-rt.jar
@ -149,13 +153,16 @@ share/applications/goland.desktop
%%DATADIR%%/plugins/javascript-impl/helpers/vitest-intellij/node_modules/vitest-intellij-reporter-safe.js
%%DATADIR%%/plugins/javascript-impl/helpers/vitest-intellij/vitest-intellij-reporter.js
%%DATADIR%%/plugins/javascript-impl/helpers/vitest-intellij/vitest-intellij-util.js
%%DATADIR%%/plugins/javascript-impl/js/js-predefined-1d06a55b98c1-35bf29dd0b10.ijx
%%DATADIR%%/plugins/javascript-impl/js/js-predefined-1d06a55b98c1-35bf29dd0b10.txt
%%DATADIR%%/plugins/javascript-impl/js/js-predefined-1d06a55b98c1-d5aed4438951.ijx
%%DATADIR%%/plugins/javascript-impl/js/js-predefined-1d06a55b98c1-d5aed4438951.txt
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/browser.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/cancellationToken.js
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/diagnosticMessages.json
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/es2019decorators.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/flow.utilities.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.decorators.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.decorators.legacy.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.dom.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.dom.iterable.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2015.collection.d.ts
@ -188,6 +195,7 @@ share/applications/goland.desktop
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2019.array.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2019.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2019.full.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2019.intl.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2019.object.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2019.string.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2019.symbol.d.ts
@ -213,8 +221,12 @@ share/applications/goland.desktop
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2022.full.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2022.intl.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2022.object.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2022.regexp.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2022.sharedmemory.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2022.string.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2023.array.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2023.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2023.full.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es5.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es6.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.esnext.d.ts
@ -228,8 +240,10 @@ share/applications/goland.desktop
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.webworker.importscripts.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.webworker.iterable.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/react.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/tsserver.js
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/tsserverlibrary.js
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/typesMap.json
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/typingsInstaller.js
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/watchGuard.js
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/websql.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/xpath.d.ts
@ -246,8 +260,12 @@ share/applications/goland.desktop
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/flow/webassembly.js
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/js-language-service.js
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/js-lanuage-api.js
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/.gitignore
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/ide-watcher.js
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/init.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/logger-impl.js
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/node_modules/tsc-ide-plugin/index.js
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/node_modules/tsc-ide-plugin/package.json
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/out-path-process.js
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/service-loader.js
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/session/compile-info-holder.js
@ -281,10 +299,13 @@ share/applications/goland.desktop
%%DATADIR%%/plugins/javascript-impl/languageService/eslint/tsconfig.json
%%DATADIR%%/plugins/javascript-impl/lib/javascript-impl.jar
%%DATADIR%%/plugins/javascript-intentions/lib/javascript-intentions.jar
%%DATADIR%%/plugins/keymap-vscode/lib/keymap-vscode.jar
%%DATADIR%%/plugins/makefile/lib/makefile.jar
%%DATADIR%%/plugins/markdown/lib/markdown.jar
%%DATADIR%%/plugins/microservices-ui/lib/microservices-ui.jar
%%DATADIR%%/plugins/packageChecker/lib/packageChecker.jar
%%DATADIR%%/plugins/performanceTesting-async/lib/performanceTesting-async.jar
%%DATADIR%%/plugins/performanceTesting/lib/performanceTesting.jar
%%DATADIR%%/plugins/platform-images/lib/platform-images.jar
%%DATADIR%%/plugins/platform-langInjection/lib/IntelliLang.jar
%%DATADIR%%/plugins/platform-langInjection/lib/java-langInjection-jps.jar
@ -299,9 +320,14 @@ share/applications/goland.desktop
%%DATADIR%%/plugins/space/lib/space-java-jps.jar
%%DATADIR%%/plugins/space/lib/space.jar
%%DATADIR%%/plugins/swagger/lib/swagger.jar
%%DATADIR%%/plugins/terminal/fish/init.fish
%%DATADIR%%/plugins/terminal/jediterm-bash.in
%%DATADIR%%/plugins/terminal/lib/terminal.jar
%%DATADIR%%/plugins/terminal/pwsh/pwsh.ps1
%%DATADIR%%/plugins/terminal/shell-integrations/bash/bash-integration.bash
%%DATADIR%%/plugins/terminal/shell-integrations/bash/command-block-support.bash
%%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.ps1
%%DATADIR%%/plugins/terminal/shell-integrations/powershell/powershell-integration.ps1
%%DATADIR%%/plugins/terminal/zsh/.zshenv
%%DATADIR%%/plugins/terminal/zsh/hooks.zsh
%%DATADIR%%/plugins/textmate/lib/bundles/bat/.vscodeignore
@ -317,6 +343,11 @@ share/applications/goland.desktop
%%DATADIR%%/plugins/textmate/lib/bundles/clojure/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/clojure/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/clojure/syntaxes/clojure.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/cmake/LICENSE
%%DATADIR%%/plugins/textmate/lib/bundles/cmake/README.md
%%DATADIR%%/plugins/textmate/lib/bundles/cmake/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/cmake/syntaxes/CMake.tmLanguage
%%DATADIR%%/plugins/textmate/lib/bundles/cmake/syntaxes/CMakeCache.tmLanguage
%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/language-configuration.json
@ -702,6 +733,7 @@ share/applications/goland.desktop
%%DATADIR%%/plugins/vcs-git/lib/git4idea-rt.jar
%%DATADIR%%/plugins/vcs-git/lib/vcs-git.jar
%%DATADIR%%/plugins/vcs-github/lib/vcs-github.jar
%%DATADIR%%/plugins/vcs-gitlab/lib/vcs-gitlab.jar
%%DATADIR%%/plugins/vcs-hg/lib/vcs-hg.jar
%%DATADIR%%/plugins/webDeployment/lib/webDeployment.jar
%%DATADIR%%/plugins/webpack/lib/webpack.jar

View File

@ -1,5 +1,5 @@
PORTNAME= phpstorm
PORTVERSION= 2023.1.3
PORTVERSION= 2023.1.4
CATEGORIES= devel java
MASTER_SITES= https://download-cdn.jetbrains.com/webide/
PKGNAMEPREFIX= jetbrains-
@ -17,7 +17,7 @@ LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
BUILD_DEPENDS= jna>0:devel/jna
RUN_DEPENDS= intellij-fsnotifier>0:java/intellij-fsnotifier \
jetbrains-pty4j>=0.12.10:devel/jetbrains-pty4j \
jetbrains-pty4j>=0.12.13:devel/jetbrains-pty4j \
lsof:sysutils/lsof
USES= cpe python:run shebangfix
@ -28,13 +28,14 @@ JAVA_VERSION= 17+
SHEBANG_FILES= bin/restart.py
DATADIR= ${PREFIX}/share/jetbrains/${PORTNAME}
NO_ARCH= yes
NO_ARCH_IGNORE= libjnidispatch.so
NO_BUILD= yes
SUB_FILES= ${PORTNAME} ${PORTNAME}.desktop pkg-message
SUB_LIST= JAVA_HOME=${JAVA_HOME}
WRKSRC= ${WRKDIR}/PhpStorm-231.9161.47
WRKSRC= ${WRKDIR}/PhpStorm-231.9225.18
do-install:
# Linux/Windows/OS X only so remove them
@ -43,12 +44,12 @@ do-install:
${WRKSRC}/bin/remote-dev-server.sh \
${WRKSRC}/bin/repair \
${WRKSRC}/jbr \
${WRKSRC}/lib/jna \
${WRKSRC}/lib/native \
${WRKSRC}/lib/pty4j \
${WRKSRC}/plugins/cwm-plugin \
${WRKSRC}/plugins/cwm-plugin-projector \
${WRKSRC}/plugins/gateway-plugin/lib/remote-dev-workers \
${WRKSRC}/plugins/performanceTesting \
${WRKSRC}/plugins/performanceTesting-async \
${WRKSRC}/plugins/performanceTesting-yourkit \
${WRKSRC}/plugins/remote-dev-server \
${WRKSRC}/plugins/webp/lib/libwebp
@ -61,13 +62,14 @@ do-install:
${INSTALL_MAN} ${FILESDIR}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1
${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications/
# Use fsnotifier replacement provided by java/intellij-fsnotifier
${ECHO} "idea.filewatcher.executable.path=${PREFIX}/intellij/bin/fsnotifier" >> ${STAGEDIR}${DATADIR}/bin/idea.properties
${ECHO} "idea.filewatcher.executable.path=${PREFIX}/bin/fsnotifier" >> ${STAGEDIR}${DATADIR}/bin/idea.properties
# Install FreeBSD native lib provided by devel/jna
@${MKDIR} ${WRKDIR}/jna
@(cd ${WRKDIR}/jna && ${JAR} xf ${JAVAJARDIR}/jna.jar com/sun/jna/freebsd-x86-64/libjnidispatch.so)
${MKDIR} ${STAGEDIR}${DATADIR}/lib/jna/amd64
${INSTALL_LIB} ${WRKDIR}/jna/com/sun/jna/freebsd-x86-64/libjnidispatch.so ${STAGEDIR}${DATADIR}/lib/jna/amd64/
# Use pty4j replacement provided by devel/jetbrains-pty4j
${LN} -sf ../../../lib/pty4j ${STAGEDIR}${DATADIR}/lib/pty4j
${MKDIR} ${STAGEDIR}${DATADIR}/lib/pty4j/freebsd/x86-64
${LN} -sf ../../../../../pty4j/amd64/libpty.so ${STAGEDIR}${DATADIR}/lib/pty4j/freebsd/x86-64/libpty.so
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1687791984
SHA256 (jetbrains/PhpStorm-2023.1.3.tar.gz) = c12c99b39615bd2d37eec93ed29faee2387294624eaed7fabd5c7cc8de9faf9f
SIZE (jetbrains/PhpStorm-2023.1.3.tar.gz) = 648927078
TIMESTAMP = 1690740639
SHA256 (jetbrains/PhpStorm-2023.1.4.tar.gz) = 7b44d704641c6015ce49e12e82c8866e9fdd8e8d421590235e536b3b1312b180
SIZE (jetbrains/PhpStorm-2023.1.4.tar.gz) = 648953340

View File

@ -30,7 +30,7 @@ share/applications/phpstorm.desktop
%%DATADIR%%/lib/app.jar
%%DATADIR%%/lib/async-profiler-windows.jar
%%DATADIR%%/lib/async-profiler.jar
%%DATADIR%%/lib/build-marker-PS-231.9161.47
%%DATADIR%%/lib/build-marker-PS-231.9225.18
%%DATADIR%%/lib/byte-buddy-agent.jar
%%DATADIR%%/lib/cds/classesLogAgent.jar
%%DATADIR%%/lib/error-prone-annotations.jar
@ -46,7 +46,7 @@ share/applications/phpstorm.desktop
%%DATADIR%%/lib/jsch-agent.jar
%%DATADIR%%/lib/junit4.jar
%%DATADIR%%/lib/protobuf.jar
%%DATADIR%%/lib/pty4j
%%DATADIR%%/lib/pty4j/freebsd/x86-64/libpty.so
%%DATADIR%%/lib/rd.jar
%%DATADIR%%/lib/stats.jar
%%DATADIR%%/lib/testFramework.jar
@ -97,8 +97,6 @@ share/applications/phpstorm.desktop
%%DATADIR%%/plugins/configurationScript/lib/configurationScript.jar
%%DATADIR%%/plugins/copyright/lib/copyright.jar
%%DATADIR%%/plugins/css-impl/lib/css-impl.jar
%%DATADIR%%/plugins/cwm-plugin-projector/lib/cwm-plugin-projector.jar
%%DATADIR%%/plugins/cwm-plugin-projector/lib/projector/projector.jar
%%DATADIR%%/plugins/dev/lib/dev.jar
%%DATADIR%%/plugins/dql/lib/dql.jar
%%DATADIR%%/plugins/drupal/lib/drupal.jar
@ -347,6 +345,8 @@ share/applications/phpstorm.desktop
%%DATADIR%%/plugins/nodeJS/js/mocha-intellij/package.json
%%DATADIR%%/plugins/nodeJS/js/nodeunit/nodeunit-intellij-starter.js
%%DATADIR%%/plugins/nodeJS/lib/nodeJS.jar
%%DATADIR%%/plugins/performanceTesting-async/lib/performanceTesting-async.jar
%%DATADIR%%/plugins/performanceTesting/lib/performanceTesting.jar
%%DATADIR%%/plugins/phing/lib/phing.jar
%%DATADIR%%/plugins/php-architecture/lib/php-architecture.jar
%%DATADIR%%/plugins/php-commandLineTool/lib/php-commandLineTool.jar

View File

@ -1,5 +1,5 @@
PORTNAME= pty4j
PORTVERSION= 0.12.11
PORTVERSION= 0.12.13
CATEGORIES= devel java
PKGNAMEPREFIX= jetbrains-
DIST_SUBDIR= jetbrains
@ -11,43 +11,26 @@ WWW= https://github.com/JetBrains/pty4j
LICENSE= EPL
LICENSE_FILE= ${WRKSRC}/LICENSE
ONLY_FOR_ARCHS= amd64
USES= gmake
USE_GITHUB= yes
GH_ACCOUNT= JetBrains
GH_PROJECT= pty4j
GH_TAGNAME= 7488f35f79bcd9801ce5ff68afc98a3f43bb97fa
GH_TAGNAME= 32b777311438b7a9c5de4cf56cde269ffd27e65e
.include <bsd.port.options.mk>
DATADIR= ${PREFIX}/share/jetbrains/${PORTNAME}
# The directory we need to install Pty4J's native library in depends
# on the install target's architecture. We rebuild libpty.so instead
# of using one of the bundled ones which are FreeBSD 10.x only.
.if ${ARCH} == "amd64"
PTY4J_ARCH= x86-64
.elif ${ARCH} == "i386"
PTY4J_ARCH= x86
.else
PTY4J_ARCH=
.endif
.if ${PTY4J_ARCH} != ""
# Despite what the name might suggest using the linux_x86_64 target
# will always build libpty.so for the native platform.
ALL_TARGET= linux_x86_64
BUILD_WRKSRC= ${WRKSRC}/native
MAKEFILE= Makefile_freebsd
ALL_TARGET= linux_x86_64
PLIST_FILES+= lib/pty4j/freebsd/${PTY4J_ARCH}/libpty.so
.else
# If native Pty4J support is missing.
NO_BUILD= yes
.endif
PLIST_FILES= share/jetbrains/${PORTNAME}/${ARCH}/libpty.so
do-install:
.if ${PTY4J_ARCH} != ""
${MKDIR} ${STAGEDIR}${PREFIX}/lib/pty4j/freebsd/${PTY4J_ARCH}
# See above why we always use freebsd/x86-64/ here
${INSTALL_LIB} ${WRKSRC}/os/freebsd/x86-64/libpty.so ${STAGEDIR}${PREFIX}/lib/pty4j/freebsd/${PTY4J_ARCH}/
.endif
${MKDIR} ${STAGEDIR}${DATADIR}/${ARCH}
${INSTALL_LIB} \
${WRKSRC}/os/freebsd/x86-64/libpty.so \
${STAGEDIR}${DATADIR}/${ARCH}
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1680700389
SHA256 (jetbrains/JetBrains-pty4j-0.12.11-7488f35f79bcd9801ce5ff68afc98a3f43bb97fa_GH0.tar.gz) = 1ff7d547ee85eedb9b2e9a1550745ed60e8392e40b58c03b266335a458bd7c85
SIZE (jetbrains/JetBrains-pty4j-0.12.11-7488f35f79bcd9801ce5ff68afc98a3f43bb97fa_GH0.tar.gz) = 1586418
TIMESTAMP = 1690540652
SHA256 (jetbrains/JetBrains-pty4j-0.12.13-32b777311438b7a9c5de4cf56cde269ffd27e65e_GH0.tar.gz) = c3a5f03827495cc70cadf38ac65a4e490efb71e517459513fafedeb0c888dfd7
SIZE (jetbrains/JetBrains-pty4j-0.12.13-32b777311438b7a9c5de4cf56cde269ffd27e65e_GH0.tar.gz) = 1588897

View File

@ -0,0 +1,40 @@
PORTNAME= sqlite
PORTVERSION= 232.8660.185
CATEGORIES= devel
PKGNAMEPREFIX= jetbrains-
DIST_SUBDIR= jetbrains
MAINTAINER= dmitry.wagin@ya.ru
COMMENT= IntelliJ SQLite native library
WWW= https://github.com/JetBrains/intellij-community/tree/master/platform/sqlite
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
ONLY_FOR_ARCHS= amd64
BUILD_DEPENDS= bash:shells/bash
USE_GITHUB= yes
GH_ACCOUNT= JetBrains
GH_PROJECT= intellij-community
GH_TAGNAME= 47fc12830b3814a57f15b1f21b379475bd437972
USE_JAVA= yes
JAVA_VERSION= 17+
JAVA_BUILD= yes
DATADIR= ${PREFIX}/share/jetbrains/${PORTNAME}
PLIST_FILES= share/jetbrains/${PORTNAME}/${ARCH}/libsqliteij.so
do-build:
(cd ${WRKSRC}/platform/sqlite && \
${SETENV} JAVA_HOME=${JAVA_HOME} OS=freebsd ARCH=${ARCH} ./make.sh)
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}/${ARCH}
${INSTALL_LIB} \
${WRKSRC}/platform/sqlite/target/sqlite/freebsd-${ARCH}/libsqliteij.so \
${STAGEDIR}${DATADIR}/${ARCH}
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1690735594
SHA256 (jetbrains/JetBrains-intellij-community-232.8660.185-47fc12830b3814a57f15b1f21b379475bd437972_GH0.tar.gz) = 0bf7465226270ae078cb781c9be3cade56923408560e917b62d92aa0e4411f7c
SIZE (jetbrains/JetBrains-intellij-community-232.8660.185-47fc12830b3814a57f15b1f21b379475bd437972_GH0.tar.gz) = 199705118

View File

@ -0,0 +1,22 @@
--- platform/sqlite/make.sh.orig 2023-07-25 23:43:08 UTC
+++ platform/sqlite/make.sh
@@ -23,6 +23,10 @@ if [ "$OS" == "mac" ]; then
if [ "$ARCH" == "x86_64" ]; then
cFlags+=" --target=x86_64-apple-darwin18.7.0"
fi
+elif [ "$OS" == "freebsd" ]; then
+ cFlags+=" -I$JAVA_HOME/include/freebsd"
+ linkFlags+=" -shared"
+ libFilename="libsqliteij.so"
elif [ "$OS" == "linux" ]; then
libFilename="libsqliteij.so"
@@ -69,7 +73,7 @@ CC="${CC:-clang}"
libFile="$outDir/$libFilename"
"${CROSS_PREFIX}${CC}" $cFlags -o "$libFile" "$outDir/NativeDB.o" "$outDir/sqlite3.o" $linkFlags
-shasum -a 256 "$libFile" | head -c 64 >"$libFile.sha256"
+sha256sum "$libFile" | head -c 64 >"$libFile.sha256"
unlink "$outDir/sqlite3.o"
unlink "$outDir/NativeDB.o"

View File

@ -0,0 +1 @@
IntelliJ SQLite native library.

View File

@ -1,5 +1,5 @@
PORTNAME= webstorm
PORTVERSION= 2023.1.4
PORTVERSION= 2023.2
CATEGORIES= devel java
MASTER_SITES= https://download-cdn.jetbrains.com/webstorm/
PKGNAMEPREFIX= jetbrains-
@ -17,7 +17,8 @@ LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
BUILD_DEPENDS= jna>0:devel/jna
RUN_DEPENDS= intellij-fsnotifier>0:java/intellij-fsnotifier \
jetbrains-pty4j>=0.12.10:devel/jetbrains-pty4j \
jetbrains-pty4j>=0.12.13:devel/jetbrains-pty4j \
jetbrains-sqlite>=232.8660.185:devel/jetbrains-sqlite \
lsof:sysutils/lsof
USES= cpe python:run shebangfix
@ -28,13 +29,14 @@ JAVA_VERSION= 17+
SHEBANG_FILES= bin/restart.py
DATADIR= ${PREFIX}/share/jetbrains/${PORTNAME}
NO_ARCH= yes
NO_ARCH_IGNORE= libjnidispatch.so
NO_BUILD= yes
SUB_FILES= ${PORTNAME} ${PORTNAME}.desktop pkg-message
SUB_LIST= JAVA_HOME=${JAVA_HOME}
WRKSRC= ${WRKDIR}/WebStorm-231.9225.18
WRKSRC= ${WRKDIR}/WebStorm-232.8660.143
do-install:
# Linux/Windows/OS X only so remove them
@ -43,13 +45,12 @@ do-install:
${WRKSRC}/bin/remote-dev-server.sh \
${WRKSRC}/bin/repair \
${WRKSRC}/jbr \
${WRKSRC}/lib/jna \
${WRKSRC}/lib/native \
${WRKSRC}/lib/pty4j \
${WRKSRC}/plugins/cwm-plugin \
${WRKSRC}/plugins/cwm-plugin-projector \
${WRKSRC}/plugins/gateway-plugin/lib/remote-dev-workers \
${WRKSRC}/plugins/performanceTesting \
${WRKSRC}/plugins/performanceTesting-async \
${WRKSRC}/plugins/performanceTesting-yourkit \
${WRKSRC}/plugins/remote-dev-server \
${WRKSRC}/plugins/webp/lib/libwebp
${MKDIR} ${STAGEDIR}${DATADIR}
@ -68,6 +69,10 @@ do-install:
${MKDIR} ${STAGEDIR}${DATADIR}/lib/jna/amd64
${INSTALL_LIB} ${WRKDIR}/jna/com/sun/jna/freebsd-x86-64/libjnidispatch.so ${STAGEDIR}${DATADIR}/lib/jna/amd64/
# Use pty4j replacement provided by devel/jetbrains-pty4j
${LN} -sf ../../../lib/pty4j ${STAGEDIR}${DATADIR}/lib/pty4j
${MKDIR} ${STAGEDIR}${DATADIR}/lib/pty4j/freebsd/x86-64
${LN} -sf ../../../../../pty4j/amd64/libpty.so ${STAGEDIR}${DATADIR}/lib/pty4j/freebsd/x86-64/libpty.so
# Use sqlite replacement provided by devel/jetbrains-sqlite
${MKDIR} ${STAGEDIR}${DATADIR}/lib/native/linux-x86_64
${LN} -sf ../../../../sqlite/amd64/libsqliteij.so ${STAGEDIR}${DATADIR}/lib/native/linux-x86_64/libsqliteij.so
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1689350852
SHA256 (jetbrains/WebStorm-2023.1.4.tar.gz) = d522583e234aaf66d3da760908d2fa1254990a2497bb7c6eb84ee9d0bb3c5ffe
SIZE (jetbrains/WebStorm-2023.1.4.tar.gz) = 589250153
TIMESTAMP = 1690540730
SHA256 (jetbrains/WebStorm-2023.2.tar.gz) = cc97c8ba44560dea41de1c03fd6023a287c3dca6476c297f02a473af124c073f
SIZE (jetbrains/WebStorm-2023.2.tar.gz) = 597438192

View File

@ -4,16 +4,6 @@ share/applications/webstorm.desktop
%%DATADIR%%/Install-Linux-tar.txt
%%DATADIR%%/bin/brokenPlugins.db
%%DATADIR%%/bin/format.sh
%%DATADIR%%/bin/icons/icon-v4-1.0-d.db
%%DATADIR%%/bin/icons/icon-v4-1.0.db
%%DATADIR%%/bin/icons/icon-v4-1.25-d.db
%%DATADIR%%/bin/icons/icon-v4-1.25.db
%%DATADIR%%/bin/icons/icon-v4-1.5-d.db
%%DATADIR%%/bin/icons/icon-v4-1.5.db
%%DATADIR%%/bin/icons/icon-v4-2.0-d.db
%%DATADIR%%/bin/icons/icon-v4-2.0.db
%%DATADIR%%/bin/icons/icon-v4-2.5-d.db
%%DATADIR%%/bin/icons/icon-v4-2.5.db
%%DATADIR%%/bin/idea.properties
%%DATADIR%%/bin/inspect.sh
%%DATADIR%%/bin/ltedit.sh
@ -25,12 +15,12 @@ share/applications/webstorm.desktop
%%DATADIR%%/build.txt
%%DATADIR%%/help/ReferenceCard.pdf
%%DATADIR%%/help/ReferenceCardForMac.pdf
%%DATADIR%%/lib/3rd-party-rt.jar
%%DATADIR%%/lib/annotations-java5.jar
%%DATADIR%%/lib/app-client.jar
%%DATADIR%%/lib/app.jar
%%DATADIR%%/lib/async-profiler-windows.jar
%%DATADIR%%/lib/async-profiler.jar
%%DATADIR%%/lib/build-marker-WS-231.9225.18
%%DATADIR%%/lib/bouncy-castle.jar
%%DATADIR%%/lib/build-marker-WS-232.8660.143
%%DATADIR%%/lib/byte-buddy-agent.jar
%%DATADIR%%/lib/cds/classesLogAgent.jar
%%DATADIR%%/lib/error-prone-annotations.jar
@ -38,14 +28,22 @@ share/applications/webstorm.desktop
%%DATADIR%%/lib/externalProcess-rt.jar
%%DATADIR%%/lib/forms_rt.jar
%%DATADIR%%/lib/groovy.jar
%%DATADIR%%/lib/intellij-coverage-agent-1.0.706.jar
%%DATADIR%%/lib/grpc.jar
%%DATADIR%%/lib/intellij-coverage-agent-1.0.723.jar
%%DATADIR%%/lib/intellij-test-discovery.jar
%%DATADIR%%/lib/jetbrains-annotations.jar
%%DATADIR%%/lib/jna/amd64/libjnidispatch.so
%%DATADIR%%/lib/jps-model.jar
%%DATADIR%%/lib/jsch-agent.jar
%%DATADIR%%/lib/lib-client.jar
%%DATADIR%%/lib/lib.jar
%%DATADIR%%/lib/modules.jar
%%DATADIR%%/lib/native/linux-x86_64/libsqliteij.so
%%DATADIR%%/lib/platform-loader.jar
%%DATADIR%%/lib/product-client.jar
%%DATADIR%%/lib/product.jar
%%DATADIR%%/lib/protobuf.jar
%%DATADIR%%/lib/pty4j
%%DATADIR%%/lib/pty4j/freebsd/x86-64/libpty.so
%%DATADIR%%/lib/rd.jar
%%DATADIR%%/lib/stats.jar
%%DATADIR%%/lib/util-8.jar
@ -72,7 +70,9 @@ share/applications/webstorm.desktop
%%DATADIR%%/plugins/angularJS/ngCli/schematicsProvider70.js
%%DATADIR%%/plugins/angularJS/ngCli/schematicsProvider80.js
%%DATADIR%%/plugins/angularJS/ngCli/schematicsProvider90.js
%%DATADIR%%/plugins/charts/lib/charts.jar
%%DATADIR%%/plugins/cloudConfig/lib/cloudConfig.jar
%%DATADIR%%/plugins/clouds-docker-gateway/lib/clouds-docker-gateway.jar
%%DATADIR%%/plugins/clouds-docker-impl/lib/clouds-docker-impl.jar
%%DATADIR%%/plugins/color-scheme-all_hallows_eve/lib/color-scheme-all_hallows_eve.jar
%%DATADIR%%/plugins/color-scheme-blackboard/lib/color-scheme-blackboard.jar
@ -87,8 +87,6 @@ share/applications/webstorm.desktop
%%DATADIR%%/plugins/configurationScript/lib/configurationScript.jar
%%DATADIR%%/plugins/copyright/lib/copyright.jar
%%DATADIR%%/plugins/css-impl/lib/css-impl.jar
%%DATADIR%%/plugins/cwm-plugin-projector/lib/cwm-plugin-projector.jar
%%DATADIR%%/plugins/cwm-plugin-projector/lib/projector/projector.jar
%%DATADIR%%/plugins/dev/lib/dev.jar
%%DATADIR%%/plugins/dynamicPluginsTests-performanceTesting/lib/dynamicPluginsTests-performanceTesting.jar
%%DATADIR%%/plugins/editorconfig/lib/editorconfig.jar
@ -116,10 +114,12 @@ 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/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/debugConnectionForwarder.js
%%DATADIR%%/plugins/javascript-debugger/lib/debugConnector.js
%%DATADIR%%/plugins/javascript-debugger/lib/javascript-debugger.jar
%%DATADIR%%/plugins/javascript-debugger/lib/nashorn-debugger-9-rt.jar
%%DATADIR%%/plugins/javascript-debugger/lib/nashorn-debugger-rt.jar
@ -159,13 +159,16 @@ share/applications/webstorm.desktop
%%DATADIR%%/plugins/javascript-impl/helpers/vitest-intellij/node_modules/vitest-intellij-reporter-safe.js
%%DATADIR%%/plugins/javascript-impl/helpers/vitest-intellij/vitest-intellij-reporter.js
%%DATADIR%%/plugins/javascript-impl/helpers/vitest-intellij/vitest-intellij-util.js
%%DATADIR%%/plugins/javascript-impl/js/js-predefined-1d06a55b98c1-35bf29dd0b10.ijx
%%DATADIR%%/plugins/javascript-impl/js/js-predefined-1d06a55b98c1-35bf29dd0b10.txt
%%DATADIR%%/plugins/javascript-impl/js/js-predefined-1d06a55b98c1-d5aed4438951.ijx
%%DATADIR%%/plugins/javascript-impl/js/js-predefined-1d06a55b98c1-d5aed4438951.txt
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/browser.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/cancellationToken.js
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/diagnosticMessages.json
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/es2019decorators.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/flow.utilities.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.decorators.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.decorators.legacy.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.dom.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.dom.iterable.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2015.collection.d.ts
@ -198,6 +201,7 @@ share/applications/webstorm.desktop
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2019.array.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2019.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2019.full.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2019.intl.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2019.object.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2019.string.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2019.symbol.d.ts
@ -223,8 +227,12 @@ share/applications/webstorm.desktop
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2022.full.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2022.intl.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2022.object.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2022.regexp.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2022.sharedmemory.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2022.string.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2023.array.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2023.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2023.full.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es5.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es6.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.esnext.d.ts
@ -238,8 +246,10 @@ share/applications/webstorm.desktop
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.webworker.importscripts.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.webworker.iterable.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/react.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/tsserver.js
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/tsserverlibrary.js
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/typesMap.json
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/typingsInstaller.js
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/watchGuard.js
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/websql.d.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/xpath.d.ts
@ -256,8 +266,12 @@ share/applications/webstorm.desktop
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/flow/webassembly.js
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/js-language-service.js
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/js-lanuage-api.js
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/.gitignore
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/ide-watcher.js
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/init.ts
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/logger-impl.js
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/node_modules/tsc-ide-plugin/index.js
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/node_modules/tsc-ide-plugin/package.json
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/out-path-process.js
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/service-loader.js
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/session/compile-info-holder.js
@ -292,6 +306,7 @@ share/applications/webstorm.desktop
%%DATADIR%%/plugins/javascript-impl/lib/javascript-impl.jar
%%DATADIR%%/plugins/javascript-intentions/lib/javascript-intentions.jar
%%DATADIR%%/plugins/js-liveEdit/lib/js-liveEdit.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
%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/fakePlugin.js
@ -320,6 +335,7 @@ share/applications/webstorm.desktop
%%DATADIR%%/plugins/keymap-vscode/lib/keymap-vscode.jar
%%DATADIR%%/plugins/less/lib/less.jar
%%DATADIR%%/plugins/markdown/lib/markdown.jar
%%DATADIR%%/plugins/microservices-ui/lib/microservices-ui.jar
%%DATADIR%%/plugins/nextjs/lib/nextjs.jar
%%DATADIR%%/plugins/nodeJS-remoteInterpreter/lib/nodeJS-remoteInterpreter.jar
%%DATADIR%%/plugins/nodeJS/js/mocha-intellij/.gitignore
@ -335,6 +351,8 @@ share/applications/webstorm.desktop
%%DATADIR%%/plugins/nodeJS/js/nodeunit/nodeunit-intellij-starter.js
%%DATADIR%%/plugins/nodeJS/lib/nodeJS.jar
%%DATADIR%%/plugins/packageChecker/lib/packageChecker.jar
%%DATADIR%%/plugins/performanceTesting-async/lib/performanceTesting-async.jar
%%DATADIR%%/plugins/performanceTesting/lib/performanceTesting.jar
%%DATADIR%%/plugins/platform-images/lib/platform-images.jar
%%DATADIR%%/plugins/platform-langInjection/lib/IntelliLang.jar
%%DATADIR%%/plugins/platform-langInjection/lib/java-langInjection-jps.jar
@ -354,6 +372,7 @@ share/applications/webstorm.desktop
%%DATADIR%%/plugins/space/lib/space-java-jps.jar
%%DATADIR%%/plugins/space/lib/space.jar
%%DATADIR%%/plugins/styled-components/lib/styled-components.jar
%%DATADIR%%/plugins/swagger/lib/swagger.jar
%%DATADIR%%/plugins/tailwindcss/lib/tailwindcss.jar
%%DATADIR%%/plugins/tailwindcss/server/fsevents-72LCIACT.node
%%DATADIR%%/plugins/tailwindcss/server/node.napi.glibc-7JUDUCUY.node
@ -364,9 +383,14 @@ share/applications/webstorm.desktop
%%DATADIR%%/plugins/tailwindcss/server/tailwindcss-language-server
%%DATADIR%%/plugins/tasks-timeTracking/lib/tasks-timeTracking.jar
%%DATADIR%%/plugins/tasks/lib/tasks-core.jar
%%DATADIR%%/plugins/terminal/fish/init.fish
%%DATADIR%%/plugins/terminal/jediterm-bash.in
%%DATADIR%%/plugins/terminal/lib/terminal.jar
%%DATADIR%%/plugins/terminal/pwsh/pwsh.ps1
%%DATADIR%%/plugins/terminal/shell-integrations/bash/bash-integration.bash
%%DATADIR%%/plugins/terminal/shell-integrations/bash/command-block-support.bash
%%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.ps1
%%DATADIR%%/plugins/terminal/shell-integrations/powershell/powershell-integration.ps1
%%DATADIR%%/plugins/terminal/zsh/.zshenv
%%DATADIR%%/plugins/terminal/zsh/hooks.zsh
%%DATADIR%%/plugins/textmate/lib/bundles/bat/.vscodeignore
@ -382,6 +406,11 @@ share/applications/webstorm.desktop
%%DATADIR%%/plugins/textmate/lib/bundles/clojure/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/clojure/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/clojure/syntaxes/clojure.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/cmake/LICENSE
%%DATADIR%%/plugins/textmate/lib/bundles/cmake/README.md
%%DATADIR%%/plugins/textmate/lib/bundles/cmake/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/cmake/syntaxes/CMake.tmLanguage
%%DATADIR%%/plugins/textmate/lib/bundles/cmake/syntaxes/CMakeCache.tmLanguage
%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/language-configuration.json
@ -773,6 +802,7 @@ share/applications/webstorm.desktop
%%DATADIR%%/plugins/vcs-git/lib/git4idea-rt.jar
%%DATADIR%%/plugins/vcs-git/lib/vcs-git.jar
%%DATADIR%%/plugins/vcs-github/lib/vcs-github.jar
%%DATADIR%%/plugins/vcs-gitlab/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

View File

@ -1,6 +1,6 @@
PORTNAME= lefthook
DISTVERSIONPREFIX= v
DISTVERSION= 1.4.7
DISTVERSION= 1.4.8
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org

View File

@ -1,5 +1,5 @@
TIMESTAMP = 1690356041
SHA256 (go/devel_lefthook/lefthook-v1.4.7/v1.4.7.mod) = 4c39cb5d3225565fe30a95f94c99ce36ba4031e5e6adbd0dfa6928b3f9922e61
SIZE (go/devel_lefthook/lefthook-v1.4.7/v1.4.7.mod) = 1672
SHA256 (go/devel_lefthook/lefthook-v1.4.7/v1.4.7.zip) = 4c6adebef4395afbd6884438ef1643a6d9c3bd8266a62e0e8ed7a162776c5a53
SIZE (go/devel_lefthook/lefthook-v1.4.7/v1.4.7.zip) = 135553
TIMESTAMP = 1690879200
SHA256 (go/devel_lefthook/lefthook-v1.4.8/v1.4.8.mod) = 4c39cb5d3225565fe30a95f94c99ce36ba4031e5e6adbd0dfa6928b3f9922e61
SIZE (go/devel_lefthook/lefthook-v1.4.8/v1.4.8.mod) = 1672
SHA256 (go/devel_lefthook/lefthook-v1.4.8/v1.4.8.zip) = 4be8c02ce5dcc043c3f4fdddc56642a836ac152269dac7d5e789923f7fcbb9a5
SIZE (go/devel_lefthook/lefthook-v1.4.8/v1.4.8.zip) = 136110

View File

@ -1,7 +1,6 @@
PORTNAME= libphonenumber
DISTVERSIONPREFIX= v
DISTVERSION= 8.13.9
PORTREVISION= 1
DISTVERSION= 8.13.17
CATEGORIES= devel
MAINTAINER= kde@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1681627214
SHA256 (google-libphonenumber-v8.13.9_GH0.tar.gz) = 78b589be58a43877e12b3643a3216fbf33f258b7b8f86165ca3b58c0fffc6a58
SIZE (google-libphonenumber-v8.13.9_GH0.tar.gz) = 14822161
TIMESTAMP = 1690900412
SHA256 (google-libphonenumber-v8.13.17_GH0.tar.gz) = c45a9ea02a3d41d48dcf2074dc5112fb6243581571426f9995256595dda060c9
SIZE (google-libphonenumber-v8.13.17_GH0.tar.gz) = 14659105

443
devel/libwasmtime/Makefile Normal file
View File

@ -0,0 +1,443 @@
PORTNAME= lib${GH_PROJECT}
PORTVERSION= 11.0.1
DISTVERSIONPREFIX= v
CATEGORIES= devel
MAINTAINER= osa@FreeBSD.org
COMMENT= Library for fast and secure runtime for WebAssembly
WWW= https://wasmtime.dev/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cargo
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= bytecodealliance
GH_PROJECT= wasmtime
CARGO_CARGOTOML= ${WRKSRC}/crates/c-api/Cargo.toml
CARGO_CRATES= addr2line-0.19.0 \
adler-1.0.2 \
aead-0.4.3 \
aes-0.7.5 \
aes-gcm-0.9.4 \
ahash-0.8.2 \
aho-corasick-0.7.18 \
ambient-authority-0.0.2 \
anes-0.1.6 \
anyhow-1.0.71 \
arbitrary-1.3.0 \
async-trait-0.1.53 \
atty-0.2.14 \
autocfg-0.1.8 \
autocfg-1.1.0 \
backtrace-0.3.67 \
base64-0.21.0 \
base64ct-1.1.1 \
bincode-1.3.3 \
bit-set-0.5.2 \
bit-vec-0.6.3 \
bitflags-1.3.2 \
bitflags-2.2.1 \
block-buffer-0.9.0 \
block-buffer-0.10.2 \
bstr-0.2.17 \
bumpalo-3.12.0 \
byteorder-1.4.3 \
bytes-1.1.0 \
camino-1.1.4 \
cap-fs-ext-1.0.14 \
cap-primitives-1.0.14 \
cap-rand-1.0.14 \
cap-std-1.0.14 \
cap-tempfile-1.0.14 \
cap-time-ext-1.0.14 \
capstone-0.9.0 \
capstone-sys-0.13.0 \
cargo-platform-0.1.2 \
cargo_metadata-0.15.3 \
cast-0.3.0 \
cc-1.0.73 \
cfg-if-1.0.0 \
chacha20-0.8.1 \
chacha20poly1305-0.9.0 \
ciborium-0.2.0 \
ciborium-io-0.2.0 \
ciborium-ll-0.2.0 \
cipher-0.3.0 \
clap-3.2.8 \
clap_derive-3.2.7 \
clap_lex-0.2.4 \
codespan-reporting-0.11.1 \
console-0.15.0 \
const-oid-0.6.2 \
cpp_demangle-0.3.5 \
cpufeatures-0.2.7 \
crc32fast-1.3.2 \
criterion-0.4.0 \
criterion-plot-0.5.0 \
crossbeam-channel-0.5.8 \
crossbeam-deque-0.8.1 \
crossbeam-epoch-0.9.9 \
crossbeam-utils-0.8.10 \
crypto-bigint-0.2.11 \
crypto-common-0.1.6 \
crypto-mac-0.11.1 \
ctr-0.8.0 \
cty-0.2.2 \
curve25519-dalek-3.2.0 \
debugid-0.8.0 \
der-0.4.5 \
derivative-2.2.0 \
derive_arbitrary-1.3.0 \
digest-0.9.0 \
digest-0.10.3 \
directories-next-2.0.0 \
dirs-next-2.0.0 \
dirs-sys-next-0.1.2 \
downcast-rs-1.2.0 \
dunce-1.0.2 \
ecdsa-0.12.4 \
ed25519-1.5.3 \
ed25519-dalek-1.0.1 \
egg-0.6.0 \
either-1.6.1 \
elliptic-curve-0.10.6 \
encode_unicode-0.3.6 \
encoding_rs-0.8.31 \
env_logger-0.7.1 \
env_logger-0.10.0 \
errno-0.3.1 \
errno-dragonfly-0.1.2 \
fallible-iterator-0.2.0 \
fastrand-1.9.0 \
fd-lock-3.0.12 \
ff-0.10.1 \
file-per-thread-logger-0.2.0 \
filecheck-0.5.0 \
filetime-0.2.16 \
flagset-0.4.3 \
fnv-1.0.7 \
form_urlencoded-1.1.0 \
fs-set-times-0.19.1 \
fslock-0.1.8 \
futures-channel-0.3.27 \
futures-core-0.3.27 \
futures-sink-0.3.27 \
futures-task-0.3.27 \
futures-util-0.3.27 \
fxhash-0.2.1 \
fxprof-processed-profile-0.6.0 \
generic-array-0.14.5 \
getrandom-0.1.16 \
getrandom-0.2.9 \
ghash-0.4.4 \
gimli-0.27.0 \
glob-0.3.0 \
group-0.10.0 \
h2-0.3.19 \
half-1.8.2 \
hashbrown-0.12.3 \
hashbrown-0.13.2 \
heck-0.4.0 \
hermit-abi-0.1.19 \
hermit-abi-0.2.6 \
hermit-abi-0.3.0 \
hkdf-0.11.0 \
hmac-0.11.0 \
http-0.2.9 \
http-body-1.0.0-rc.2 \
http-body-util-0.1.0-rc.2 \
httparse-1.8.0 \
httpdate-1.0.2 \
humantime-1.3.0 \
humantime-2.1.0 \
hyper-1.0.0-rc.3 \
id-arena-2.2.1 \
idna-0.3.0 \
indexmap-1.9.1 \
indexmap-nostd-0.4.0 \
indicatif-0.13.0 \
instant-0.1.12 \
io-extras-0.17.4 \
io-lifetimes-1.0.10 \
ipnet-2.5.0 \
is-terminal-0.4.7 \
itertools-0.10.3 \
itoa-1.0.1 \
ittapi-0.3.3 \
ittapi-sys-0.3.3 \
jobserver-0.1.24 \
js-sys-0.3.57 \
k256-0.9.6 \
lazy_static-1.4.0 \
leb128-0.2.5 \
libc-0.2.141 \
libfuzzer-sys-0.4.5 \
libloading-0.7.3 \
libm-0.2.7 \
linux-raw-sys-0.3.3 \
listenfd-1.0.0 \
lock_api-0.4.7 \
log-0.4.17 \
mach-0.3.2 \
matchers-0.1.0 \
maybe-owned-0.3.4 \
memchr-2.5.0 \
memfd-0.6.3 \
memmap2-0.2.3 \
memoffset-0.6.5 \
memoffset-0.8.0 \
miniz_oxide-0.6.2 \
mio-0.8.6 \
num-bigint-dig-0.7.0 \
num-integer-0.1.45 \
num-iter-0.1.43 \
num-traits-0.2.15 \
num_cpus-1.15.0 \
number_prefix-0.3.0 \
object-0.30.3 \
ocaml-boxroot-sys-0.2.0 \
ocaml-interop-0.8.8 \
ocaml-sys-0.22.3 \
once_cell-1.16.0 \
oorandom-11.1.3 \
opaque-debug-0.3.0 \
openvino-0.5.0 \
openvino-finder-0.5.0 \
openvino-sys-0.5.0 \
os_str_bytes-6.0.0 \
p256-0.9.0 \
parking_lot-0.11.2 \
parking_lot_core-0.8.5 \
paste-1.0.7 \
pem-rfc7468-0.2.4 \
percent-encoding-2.2.0 \
pin-project-lite-0.2.9 \
pin-utils-0.1.0 \
pkcs1-0.2.4 \
pkcs8-0.7.6 \
plotters-0.3.1 \
plotters-backend-0.3.2 \
plotters-svg-0.3.1 \
poly1305-0.7.2 \
polyval-0.5.3 \
ppv-lite86-0.2.16 \
pqcrypto-0.14.2 \
pqcrypto-internals-0.2.4 \
pqcrypto-kyber-0.7.5 \
pqcrypto-traits-0.3.4 \
pretty_env_logger-0.4.0 \
proc-macro-error-1.0.4 \
proc-macro-error-attr-1.0.4 \
proc-macro2-1.0.57 \
proptest-1.0.0 \
psm-0.1.18 \
pulldown-cmark-0.8.0 \
quick-error-1.2.3 \
quick-error-2.0.1 \
quote-1.0.27 \
rand-0.7.3 \
rand-0.8.5 \
rand_chacha-0.2.2 \
rand_chacha-0.3.1 \
rand_core-0.5.1 \
rand_core-0.6.3 \
rand_hc-0.2.0 \
rand_xorshift-0.3.0 \
rawbytes-0.1.2 \
rayon-1.5.3 \
rayon-core-1.9.3 \
redox_syscall-0.2.13 \
redox_syscall-0.3.5 \
redox_users-0.4.3 \
regalloc2-0.9.2 \
regex-1.5.5 \
regex-automata-0.1.10 \
regex-syntax-0.6.25 \
region-2.2.0 \
ring-0.16.20 \
rsa-0.5.0 \
rustc-demangle-0.1.21 \
rustc-hash-1.1.0 \
rustix-0.37.13 \
rustls-0.21.0 \
rustls-webpki-0.100.1 \
rusty-fork-0.3.0 \
ryu-1.0.9 \
same-file-1.0.6 \
scopeguard-1.1.0 \
sct-0.7.0 \
semver-1.0.17 \
serde-1.0.137 \
serde_derive-1.0.137 \
serde_json-1.0.80 \
sha2-0.9.9 \
sha2-0.10.2 \
sharded-slab-0.1.4 \
shellexpand-2.1.0 \
shuffling-allocator-1.1.2 \
signature-1.3.2 \
similar-2.2.0 \
slab-0.4.7 \
slice-group-by-0.3.1 \
smallvec-1.8.0 \
socket2-0.4.7 \
souper-ir-2.1.0 \
spin-0.5.2 \
spin-0.9.4 \
spki-0.4.1 \
sptr-0.3.2 \
stable_deref_trait-1.2.0 \
static_assertions-1.1.0 \
strsim-0.10.0 \
subtle-2.4.1 \
symbolic_expressions-5.0.3 \
syn-1.0.92 \
syn-2.0.16 \
synstructure-0.12.6 \
system-interface-0.25.7 \
target-lexicon-0.12.3 \
tempfile-3.5.0 \
termcolor-1.1.3 \
terminal_size-0.1.17 \
test-log-0.2.11 \
textwrap-0.15.0 \
thiserror-1.0.31 \
thiserror-impl-1.0.31 \
thread_local-1.1.4 \
tinytemplate-1.2.1 \
tinyvec-1.6.0 \
tinyvec_macros-0.1.0 \
tokio-1.26.0 \
tokio-macros-1.7.0 \
tokio-rustls-0.24.0 \
tokio-util-0.7.4 \
toml-0.5.9 \
tracing-0.1.34 \
tracing-attributes-0.1.21 \
tracing-core-0.1.28 \
tracing-subscriber-0.3.11 \
try-lock-0.2.4 \
typenum-1.15.0 \
unicase-2.6.0 \
unicode-bidi-0.3.8 \
unicode-ident-1.0.8 \
unicode-normalization-0.1.21 \
unicode-segmentation-1.10.1 \
unicode-width-0.1.9 \
unicode-xid-0.2.3 \
universal-hash-0.4.1 \
untrusted-0.7.1 \
url-2.3.1 \
uuid-1.0.0 \
v8-0.44.3 \
valuable-0.1.0 \
version_check-0.9.4 \
wait-timeout-0.2.0 \
walkdir-2.3.3 \
want-0.3.0 \
wasi-0.9.0+wasi-snapshot-preview1 \
wasi-0.11.0+wasi-snapshot-preview1 \
wasm-bindgen-0.2.80 \
wasm-bindgen-backend-0.2.80 \
wasm-bindgen-macro-0.2.80 \
wasm-bindgen-macro-support-0.2.80 \
wasm-bindgen-shared-0.2.80 \
wasm-encoder-0.25.0 \
wasm-encoder-0.29.0 \
wasm-metadata-0.8.0 \
wasm-mutate-0.2.27 \
wasm-smith-0.12.10 \
wasmi-0.20.0 \
wasmi_arena-0.1.0 \
wasmi_core-0.5.0 \
wasmparser-0.92.0 \
wasmparser-0.107.0 \
wasmparser-nostd-0.91.0 \
wasmprinter-0.2.59 \
wast-35.0.2 \
wast-60.0.0 \
wat-1.0.66 \
web-sys-0.3.57 \
webpki-roots-0.23.0 \
which-4.2.5 \
winapi-0.3.9 \
winapi-i686-pc-windows-gnu-0.4.0 \
winapi-util-0.1.5 \
winapi-x86_64-pc-windows-gnu-0.4.0 \
windows-sys-0.45.0 \
windows-sys-0.48.0 \
windows-targets-0.42.1 \
windows-targets-0.48.0 \
windows_aarch64_gnullvm-0.42.1 \
windows_aarch64_gnullvm-0.48.0 \
windows_aarch64_msvc-0.42.1 \
windows_aarch64_msvc-0.48.0 \
windows_i686_gnu-0.42.1 \
windows_i686_gnu-0.48.0 \
windows_i686_msvc-0.42.1 \
windows_i686_msvc-0.48.0 \
windows_x86_64_gnu-0.42.1 \
windows_x86_64_gnu-0.48.0 \
windows_x86_64_gnullvm-0.42.1 \
windows_x86_64_gnullvm-0.48.0 \
windows_x86_64_msvc-0.42.1 \
windows_x86_64_msvc-0.48.0 \
winx-0.35.1 \
wit-bindgen-0.7.0 \
wit-bindgen-core-0.7.0 \
wit-bindgen-rust-0.7.0 \
wit-bindgen-rust-lib-0.7.0 \
wit-bindgen-rust-macro-0.7.0 \
wit-component-0.11.0 \
wit-parser-0.8.0 \
xoodyak-0.7.3 \
zeroize-1.4.3 \
zeroize_derive-1.3.2 \
zstd-0.11.1+zstd.1.5.2 \
zstd-safe-5.0.1+zstd.1.5.2 \
zstd-sys-2.0.1+zstd.1.5.2
GH_TUPLE= WebAssembly:wasm-c-api:c9d3128:wasm_c_api/crates/c-api/wasm-c-api \
WebAssembly:WASI:0ba0c5e:WASI/crates/wasi-common/WASI \
WebAssembly:wasi-crypto:67d9821:wasi_crypto/crates/wasi-crypto/spec \
WebAssembly:wasi-http:1c95bc2:wasi_http/crates/wasi-http/wasi-http \
WebAssembly:wasi-nn:8adc5b9:wasi_nn/crates/wasi-nn/spec \
WebAssembly:testsuite:7ef86dd:testsuite/tests/spec_testsuite \
WebAssembly:wasi-testsuite:09517e5:wasi_testsuite/tests/wasi_testsuite/wasi-common \
WebAssembly:wasi-threads:e1893c0:wasi_threads/tests/wasi_testsuite/wasi-threads
PLIST_FILES= include/doc-wasm.h \
include/wasi.h \
include/wasm.h \
include/wasmtime.h \
include/wasmtime/config.h \
include/wasmtime/engine.h \
include/wasmtime/error.h \
include/wasmtime/extern.h \
include/wasmtime/func.h \
include/wasmtime/global.h \
include/wasmtime/instance.h \
include/wasmtime/linker.h \
include/wasmtime/memory.h \
include/wasmtime/module.h \
include/wasmtime/store.h \
include/wasmtime/table.h \
include/wasmtime/trap.h \
include/wasmtime/val.h \
lib/libwasmtime.a \
lib/libwasmtime.so
do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/include/wasmtime
${INSTALL_DATA} ${WRKSRC}/crates/c-api/wasm-c-api/include/wasm.h ${STAGEDIR}${PREFIX}/include
(cd ${WRKSRC}/crates/c-api/include && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/include)
${INSTALL_LIB} ${WRKDIR}/target/*-unknown-freebsd/release/libwasmtime.a ${STAGEDIR}${PREFIX}/lib
${INSTALL_LIB} ${WRKDIR}/target/*-unknown-freebsd/release/libwasmtime.so ${STAGEDIR}${PREFIX}/lib
.include <bsd.port.mk>

783
devel/libwasmtime/distinfo Normal file
View File

@ -0,0 +1,783 @@
TIMESTAMP = 1690917114
SHA256 (rust/crates/addr2line-0.19.0.crate) = a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97
SIZE (rust/crates/addr2line-0.19.0.crate) = 33210
SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe
SIZE (rust/crates/adler-1.0.2.crate) = 12778
SHA256 (rust/crates/aead-0.4.3.crate) = 0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877
SIZE (rust/crates/aead-0.4.3.crate) = 14717
SHA256 (rust/crates/aes-0.7.5.crate) = 9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8
SIZE (rust/crates/aes-0.7.5.crate) = 128544
SHA256 (rust/crates/aes-gcm-0.9.4.crate) = df5f85a83a7d8b0442b6aa7b504b8212c1733da07b98aae43d4bc21b2cb3cdf6
SIZE (rust/crates/aes-gcm-0.9.4.crate) = 148477
SHA256 (rust/crates/ahash-0.8.2.crate) = bf6ccdb167abbf410dcb915cabd428929d7f6a04980b54a11f26a39f1c7f7107
SIZE (rust/crates/ahash-0.8.2.crate) = 42491
SHA256 (rust/crates/aho-corasick-0.7.18.crate) = 1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f
SIZE (rust/crates/aho-corasick-0.7.18.crate) = 112923
SHA256 (rust/crates/ambient-authority-0.0.2.crate) = e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b
SIZE (rust/crates/ambient-authority-0.0.2.crate) = 14867
SHA256 (rust/crates/anes-0.1.6.crate) = 4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299
SIZE (rust/crates/anes-0.1.6.crate) = 23857
SHA256 (rust/crates/anyhow-1.0.71.crate) = 9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8
SIZE (rust/crates/anyhow-1.0.71.crate) = 43808
SHA256 (rust/crates/arbitrary-1.3.0.crate) = e2d098ff73c1ca148721f37baad5ea6a465a13f9573aba8641fbbbae8164a54e
SIZE (rust/crates/arbitrary-1.3.0.crate) = 30930
SHA256 (rust/crates/async-trait-0.1.53.crate) = ed6aa3524a2dfcf9fe180c51eae2b58738348d819517ceadf95789c51fff7600
SIZE (rust/crates/async-trait-0.1.53.crate) = 26210
SHA256 (rust/crates/atty-0.2.14.crate) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8
SIZE (rust/crates/atty-0.2.14.crate) = 5470
SHA256 (rust/crates/autocfg-0.1.8.crate) = 0dde43e75fd43e8a1bf86103336bc699aa8d17ad1be60c76c0bdfd4828e19b78
SIZE (rust/crates/autocfg-0.1.8.crate) = 6621
SHA256 (rust/crates/autocfg-1.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa
SIZE (rust/crates/autocfg-1.1.0.crate) = 13272
SHA256 (rust/crates/backtrace-0.3.67.crate) = 233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca
SIZE (rust/crates/backtrace-0.3.67.crate) = 78564
SHA256 (rust/crates/base64-0.21.0.crate) = a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a
SIZE (rust/crates/base64-0.21.0.crate) = 72180
SHA256 (rust/crates/base64ct-1.1.1.crate) = e6b4d9b1225d28d360ec6a231d65af1fd99a2a095154c8040689617290569c5c
SIZE (rust/crates/base64ct-1.1.1.crate) = 15267
SHA256 (rust/crates/bincode-1.3.3.crate) = b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad
SIZE (rust/crates/bincode-1.3.3.crate) = 28958
SHA256 (rust/crates/bit-set-0.5.2.crate) = 6e11e16035ea35e4e5997b393eacbf6f63983188f7a2ad25bfb13465f5ad59de
SIZE (rust/crates/bit-set-0.5.2.crate) = 14093
SHA256 (rust/crates/bit-vec-0.6.3.crate) = 349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb
SIZE (rust/crates/bit-vec-0.6.3.crate) = 19927
SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a
SIZE (rust/crates/bitflags-1.3.2.crate) = 23021
SHA256 (rust/crates/bitflags-2.2.1.crate) = 24a6904aef64d73cf10ab17ebace7befb918b82164785cb89907993be7f83813
SIZE (rust/crates/bitflags-2.2.1.crate) = 35798
SHA256 (rust/crates/block-buffer-0.9.0.crate) = 4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4
SIZE (rust/crates/block-buffer-0.9.0.crate) = 7108
SHA256 (rust/crates/block-buffer-0.10.2.crate) = 0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324
SIZE (rust/crates/block-buffer-0.10.2.crate) = 10258
SHA256 (rust/crates/bstr-0.2.17.crate) = ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223
SIZE (rust/crates/bstr-0.2.17.crate) = 330350
SHA256 (rust/crates/bumpalo-3.12.0.crate) = 0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535
SIZE (rust/crates/bumpalo-3.12.0.crate) = 81604
SHA256 (rust/crates/byteorder-1.4.3.crate) = 14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610
SIZE (rust/crates/byteorder-1.4.3.crate) = 22512
SHA256 (rust/crates/bytes-1.1.0.crate) = c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8
SIZE (rust/crates/bytes-1.1.0.crate) = 49640
SHA256 (rust/crates/camino-1.1.4.crate) = c530edf18f37068ac2d977409ed5cd50d53d73bc653c7647b48eb78976ac9ae2
SIZE (rust/crates/camino-1.1.4.crate) = 32290
SHA256 (rust/crates/cap-fs-ext-1.0.14.crate) = e1742f5106155d46a41eac5f730ee189bf92fde6ae109fbf2cdb67176726ca5d
SIZE (rust/crates/cap-fs-ext-1.0.14.crate) = 14725
SHA256 (rust/crates/cap-primitives-1.0.14.crate) = 42068f579028e856717d61423645c85d2d216dde8eff62c9b30140e725c79177
SIZE (rust/crates/cap-primitives-1.0.14.crate) = 81399
SHA256 (rust/crates/cap-rand-1.0.14.crate) = d3be2ededc13f42a5921c08e565b854cb5ff9b88753e2c6ec12c58a24e7e8d4e
SIZE (rust/crates/cap-rand-1.0.14.crate) = 8428
SHA256 (rust/crates/cap-std-1.0.14.crate) = 559ad6fab5fedcc9bd5877160e1433fcd481f8af615068d6ca49472b1201cc6c
SIZE (rust/crates/cap-std-1.0.14.crate) = 32454
SHA256 (rust/crates/cap-tempfile-1.0.14.crate) = 92372a5de78a858f20c22a8dbe3ea55e1cc2daeb82016a3150dab8cf51ea3235
SIZE (rust/crates/cap-tempfile-1.0.14.crate) = 13141
SHA256 (rust/crates/cap-time-ext-1.0.14.crate) = 2a74e04cd32787bfa3a911af745b0fd5d99d4c3fc16c64449e1622c06fa27c8e
SIZE (rust/crates/cap-time-ext-1.0.14.crate) = 8153
SHA256 (rust/crates/capstone-0.9.0.crate) = 178b3c80b4ce3939792d1dd6600575e012da806a10e81abe812dc29cbfe629ec
SIZE (rust/crates/capstone-0.9.0.crate) = 101494
SHA256 (rust/crates/capstone-sys-0.13.0.crate) = cf2f3d97b88fa4a9a6464c7c08b8c4588aaea8c18d0651eca11f2ca15f50f1f6
SIZE (rust/crates/capstone-sys-0.13.0.crate) = 4893139
SHA256 (rust/crates/cargo-platform-0.1.2.crate) = cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27
SIZE (rust/crates/cargo-platform-0.1.2.crate) = 11645
SHA256 (rust/crates/cargo_metadata-0.15.3.crate) = 08a1ec454bc3eead8719cb56e15dbbfecdbc14e4b3a3ae4936cc6e31f5fc0d07
SIZE (rust/crates/cargo_metadata-0.15.3.crate) = 19738
SHA256 (rust/crates/cast-0.3.0.crate) = 37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5
SIZE (rust/crates/cast-0.3.0.crate) = 11452
SHA256 (rust/crates/cc-1.0.73.crate) = 2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11
SIZE (rust/crates/cc-1.0.73.crate) = 57880
SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd
SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934
SHA256 (rust/crates/chacha20-0.8.1.crate) = 01b72a433d0cf2aef113ba70f62634c56fddb0f244e6377185c56a7cadbd8f91
SIZE (rust/crates/chacha20-0.8.1.crate) = 30715
SHA256 (rust/crates/chacha20poly1305-0.9.0.crate) = 3b84ed6d1d5f7aa9bdde921a5090e0ca4d934d250ea3b402a5fab3a994e28a2a
SIZE (rust/crates/chacha20poly1305-0.9.0.crate) = 68354
SHA256 (rust/crates/ciborium-0.2.0.crate) = b0c137568cc60b904a7724001b35ce2630fd00d5d84805fbb608ab89509d788f
SIZE (rust/crates/ciborium-0.2.0.crate) = 30130
SHA256 (rust/crates/ciborium-io-0.2.0.crate) = 346de753af073cc87b52b2083a506b38ac176a44cfb05497b622e27be899b369
SIZE (rust/crates/ciborium-io-0.2.0.crate) = 2738
SHA256 (rust/crates/ciborium-ll-0.2.0.crate) = 213030a2b5a4e0c0892b6652260cf6ccac84827b83a85a534e178e3906c4cf1b
SIZE (rust/crates/ciborium-ll-0.2.0.crate) = 10740
SHA256 (rust/crates/cipher-0.3.0.crate) = 7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7
SIZE (rust/crates/cipher-0.3.0.crate) = 12756
SHA256 (rust/crates/clap-3.2.8.crate) = 190814073e85d238f31ff738fcb0bf6910cedeb73376c87cd69291028966fd83
SIZE (rust/crates/clap-3.2.8.crate) = 208903
SHA256 (rust/crates/clap_derive-3.2.7.crate) = 759bf187376e1afa7b85b959e6a664a3e7a95203415dba952ad19139e798f902
SIZE (rust/crates/clap_derive-3.2.7.crate) = 27649
SHA256 (rust/crates/clap_lex-0.2.4.crate) = 2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5
SIZE (rust/crates/clap_lex-0.2.4.crate) = 9652
SHA256 (rust/crates/codespan-reporting-0.11.1.crate) = 3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e
SIZE (rust/crates/codespan-reporting-0.11.1.crate) = 48963
SHA256 (rust/crates/console-0.15.0.crate) = a28b32d32ca44b70c3e4acd7db1babf555fa026e385fb95f18028f88848b3c31
SIZE (rust/crates/console-0.15.0.crate) = 23507
SHA256 (rust/crates/const-oid-0.6.2.crate) = 9d6f2aa4d0537bcc1c74df8755072bd31c1ef1a3a1b85a68e8404a8c353b7b8b
SIZE (rust/crates/const-oid-0.6.2.crate) = 13926
SHA256 (rust/crates/cpp_demangle-0.3.5.crate) = eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f
SIZE (rust/crates/cpp_demangle-0.3.5.crate) = 75313
SHA256 (rust/crates/cpufeatures-0.2.7.crate) = 3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58
SIZE (rust/crates/cpufeatures-0.2.7.crate) = 11563
SHA256 (rust/crates/crc32fast-1.3.2.crate) = b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d
SIZE (rust/crates/crc32fast-1.3.2.crate) = 38661
SHA256 (rust/crates/criterion-0.4.0.crate) = e7c76e09c1aae2bc52b3d2f29e13c6572553b30c4aa1b8a49fd70de6412654cb
SIZE (rust/crates/criterion-0.4.0.crate) = 108978
SHA256 (rust/crates/criterion-plot-0.5.0.crate) = 6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1
SIZE (rust/crates/criterion-plot-0.5.0.crate) = 22706
SHA256 (rust/crates/crossbeam-channel-0.5.8.crate) = a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200
SIZE (rust/crates/crossbeam-channel-0.5.8.crate) = 90455
SHA256 (rust/crates/crossbeam-deque-0.8.1.crate) = 6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e
SIZE (rust/crates/crossbeam-deque-0.8.1.crate) = 20852
SHA256 (rust/crates/crossbeam-epoch-0.9.9.crate) = 07db9d94cbd326813772c968ccd25999e5f8ae22f4f8d1b11effa37ef6ce281d
SIZE (rust/crates/crossbeam-epoch-0.9.9.crate) = 46185
SHA256 (rust/crates/crossbeam-utils-0.8.10.crate) = 7d82ee10ce34d7bc12c2122495e7593a9c41347ecdd64185af4ecf72cb1a7f83
SIZE (rust/crates/crossbeam-utils-0.8.10.crate) = 40672
SHA256 (rust/crates/crypto-bigint-0.2.11.crate) = f83bd3bb4314701c568e340cd8cf78c975aa0ca79e03d3f6d1677d5b0c9c0c03
SIZE (rust/crates/crypto-bigint-0.2.11.crate) = 34837
SHA256 (rust/crates/crypto-common-0.1.6.crate) = 1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3
SIZE (rust/crates/crypto-common-0.1.6.crate) = 8760
SHA256 (rust/crates/crypto-mac-0.11.1.crate) = b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714
SIZE (rust/crates/crypto-mac-0.11.1.crate) = 9551
SHA256 (rust/crates/ctr-0.8.0.crate) = 049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea
SIZE (rust/crates/ctr-0.8.0.crate) = 17740
SHA256 (rust/crates/cty-0.2.2.crate) = b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35
SIZE (rust/crates/cty-0.2.2.crate) = 7230
SHA256 (rust/crates/curve25519-dalek-3.2.0.crate) = 0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61
SIZE (rust/crates/curve25519-dalek-3.2.0.crate) = 517530
SHA256 (rust/crates/debugid-0.8.0.crate) = bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d
SIZE (rust/crates/debugid-0.8.0.crate) = 12757
SHA256 (rust/crates/der-0.4.5.crate) = 79b71cca7d95d7681a4b3b9cdf63c8dbc3730d0584c2c74e31416d64a90493f4
SIZE (rust/crates/der-0.4.5.crate) = 43641
SHA256 (rust/crates/derivative-2.2.0.crate) = fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b
SIZE (rust/crates/derivative-2.2.0.crate) = 48076
SHA256 (rust/crates/derive_arbitrary-1.3.0.crate) = f3cdeb9ec472d588e539a818b2dee436825730da08ad0017c4b1a17676bdc8b7
SIZE (rust/crates/derive_arbitrary-1.3.0.crate) = 10643
SHA256 (rust/crates/digest-0.9.0.crate) = d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066
SIZE (rust/crates/digest-0.9.0.crate) = 13247
SHA256 (rust/crates/digest-0.10.3.crate) = f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506
SIZE (rust/crates/digest-0.10.3.crate) = 18990
SHA256 (rust/crates/directories-next-2.0.0.crate) = 339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc
SIZE (rust/crates/directories-next-2.0.0.crate) = 15153
SHA256 (rust/crates/dirs-next-2.0.0.crate) = b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1
SIZE (rust/crates/dirs-next-2.0.0.crate) = 11689
SHA256 (rust/crates/dirs-sys-next-0.1.2.crate) = 4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d
SIZE (rust/crates/dirs-sys-next-0.1.2.crate) = 10681
SHA256 (rust/crates/downcast-rs-1.2.0.crate) = 9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650
SIZE (rust/crates/downcast-rs-1.2.0.crate) = 11670
SHA256 (rust/crates/dunce-1.0.2.crate) = 453440c271cf5577fd2a40e4942540cb7d0d2f85e27c8d07dd0023c925a67541
SIZE (rust/crates/dunce-1.0.2.crate) = 7953
SHA256 (rust/crates/ecdsa-0.12.4.crate) = 43ee23aa5b4f68c7a092b5c3beb25f50c406adc75e2363634f242f28ab255372
SIZE (rust/crates/ecdsa-0.12.4.crate) = 16745
SHA256 (rust/crates/ed25519-1.5.3.crate) = 91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7
SIZE (rust/crates/ed25519-1.5.3.crate) = 17118
SHA256 (rust/crates/ed25519-dalek-1.0.1.crate) = c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d
SIZE (rust/crates/ed25519-dalek-1.0.1.crate) = 29460
SHA256 (rust/crates/egg-0.6.0.crate) = 05a6c0bbc92278f84e742f08c0ab9cb16a987376cd2bc39d228ef9c74d98d6f7
SIZE (rust/crates/egg-0.6.0.crate) = 81685
SHA256 (rust/crates/either-1.6.1.crate) = e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457
SIZE (rust/crates/either-1.6.1.crate) = 13641
SHA256 (rust/crates/elliptic-curve-0.10.6.crate) = beca177dcb8eb540133e7680baff45e7cc4d93bf22002676cec549f82343721b
SIZE (rust/crates/elliptic-curve-0.10.6.crate) = 36435
SHA256 (rust/crates/encode_unicode-0.3.6.crate) = a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f
SIZE (rust/crates/encode_unicode-0.3.6.crate) = 45741
SHA256 (rust/crates/encoding_rs-0.8.31.crate) = 9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b
SIZE (rust/crates/encoding_rs-0.8.31.crate) = 1370113
SHA256 (rust/crates/env_logger-0.7.1.crate) = 44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36
SIZE (rust/crates/env_logger-0.7.1.crate) = 32281
SHA256 (rust/crates/env_logger-0.10.0.crate) = 85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0
SIZE (rust/crates/env_logger-0.10.0.crate) = 36574
SHA256 (rust/crates/errno-0.3.1.crate) = 4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a
SIZE (rust/crates/errno-0.3.1.crate) = 10348
SHA256 (rust/crates/errno-dragonfly-0.1.2.crate) = aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf
SIZE (rust/crates/errno-dragonfly-0.1.2.crate) = 1810
SHA256 (rust/crates/fallible-iterator-0.2.0.crate) = 4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7
SIZE (rust/crates/fallible-iterator-0.2.0.crate) = 18509
SHA256 (rust/crates/fastrand-1.9.0.crate) = e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be
SIZE (rust/crates/fastrand-1.9.0.crate) = 11910
SHA256 (rust/crates/fd-lock-3.0.12.crate) = 39ae6b3d9530211fb3b12a95374b8b0823be812f53d09e18c5675c0146b09642
SIZE (rust/crates/fd-lock-3.0.12.crate) = 13692
SHA256 (rust/crates/ff-0.10.1.crate) = d0f40b2dcd8bc322217a5f6559ae5f9e9d1de202a2ecee2e9eafcbece7562a4f
SIZE (rust/crates/ff-0.10.1.crate) = 11938
SHA256 (rust/crates/file-per-thread-logger-0.2.0.crate) = 8a3cc21c33af89af0930c8cae4ade5e6fdc17b5d2c97b3d2e2edb67a1cf683f3
SIZE (rust/crates/file-per-thread-logger-0.2.0.crate) = 10049
SHA256 (rust/crates/filecheck-0.5.0.crate) = 2fe00b427b7c4835f8b82170eb7b9a63634376b63d73b9a9093367e82570bbaa
SIZE (rust/crates/filecheck-0.5.0.crate) = 21116
SHA256 (rust/crates/filetime-0.2.16.crate) = c0408e2626025178a6a7f7ffc05a25bc47103229f19c113755de7bf63816290c
SIZE (rust/crates/filetime-0.2.16.crate) = 14502
SHA256 (rust/crates/flagset-0.4.3.crate) = cda653ca797810c02f7ca4b804b40b8b95ae046eb989d356bce17919a8c25499
SIZE (rust/crates/flagset-0.4.3.crate) = 13054
SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1
SIZE (rust/crates/fnv-1.0.7.crate) = 11266
SHA256 (rust/crates/form_urlencoded-1.1.0.crate) = a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8
SIZE (rust/crates/form_urlencoded-1.1.0.crate) = 8734
SHA256 (rust/crates/fs-set-times-0.19.1.crate) = 7833d0f115a013d51c55950a3b09d30e4b057be9961b709acb9b5b17a1108861
SIZE (rust/crates/fs-set-times-0.19.1.crate) = 14618
SHA256 (rust/crates/fslock-0.1.8.crate) = 57eafdd0c16f57161105ae1b98a1238f97645f2f588438b2949c99a2af9616bf
SIZE (rust/crates/fslock-0.1.8.crate) = 12015
SHA256 (rust/crates/futures-channel-0.3.27.crate) = 164713a5a0dcc3e7b4b1ed7d3b433cabc18025386f9339346e8daf15963cf7ac
SIZE (rust/crates/futures-channel-0.3.27.crate) = 32278
SHA256 (rust/crates/futures-core-0.3.27.crate) = 86d7a0c1aa76363dac491de0ee99faf6941128376f1cf96f07db7603b7de69dd
SIZE (rust/crates/futures-core-0.3.27.crate) = 14709
SHA256 (rust/crates/futures-sink-0.3.27.crate) = ec93083a4aecafb2a80a885c9de1f0ccae9dbd32c2bb54b0c3a65690e0b8d2f2
SIZE (rust/crates/futures-sink-0.3.27.crate) = 7853
SHA256 (rust/crates/futures-task-0.3.27.crate) = fd65540d33b37b16542a0438c12e6aeead10d4ac5d05bd3f805b8f35ab592879
SIZE (rust/crates/futures-task-0.3.27.crate) = 11854
SHA256 (rust/crates/futures-util-0.3.27.crate) = 3ef6b17e481503ec85211fed8f39d1970f128935ca1f814cd32ac4a6842e84ab
SIZE (rust/crates/futures-util-0.3.27.crate) = 158556
SHA256 (rust/crates/fxhash-0.2.1.crate) = c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c
SIZE (rust/crates/fxhash-0.2.1.crate) = 4102
SHA256 (rust/crates/fxprof-processed-profile-0.6.0.crate) = 27d12c0aed7f1e24276a241aadc4cb8ea9f83000f34bc062b7cc2d51e3b0fabd
SIZE (rust/crates/fxprof-processed-profile-0.6.0.crate) = 29860
SHA256 (rust/crates/generic-array-0.14.5.crate) = fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803
SIZE (rust/crates/generic-array-0.14.5.crate) = 28915
SHA256 (rust/crates/getrandom-0.1.16.crate) = 8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce
SIZE (rust/crates/getrandom-0.1.16.crate) = 25077
SHA256 (rust/crates/getrandom-0.2.9.crate) = c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4
SIZE (rust/crates/getrandom-0.2.9.crate) = 34457
SHA256 (rust/crates/ghash-0.4.4.crate) = 1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99
SIZE (rust/crates/ghash-0.4.4.crate) = 9005
SHA256 (rust/crates/gimli-0.27.0.crate) = dec7af912d60cdbd3677c1af9352ebae6fb8394d165568a2234df0fa00f87793
SIZE (rust/crates/gimli-0.27.0.crate) = 720457
SHA256 (rust/crates/glob-0.3.0.crate) = 9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574
SIZE (rust/crates/glob-0.3.0.crate) = 18724
SHA256 (rust/crates/group-0.10.0.crate) = 1c363a5301b8f153d80747126a04b3c82073b9fe3130571a9d170cacdeaf7912
SIZE (rust/crates/group-0.10.0.crate) = 13751
SHA256 (rust/crates/h2-0.3.19.crate) = d357c7ae988e7d2182f7d7871d0b963962420b0678b0997ce7de72001aeab782
SIZE (rust/crates/h2-0.3.19.crate) = 164681
SHA256 (rust/crates/half-1.8.2.crate) = eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7
SIZE (rust/crates/half-1.8.2.crate) = 41874
SHA256 (rust/crates/hashbrown-0.12.3.crate) = 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888
SIZE (rust/crates/hashbrown-0.12.3.crate) = 102968
SHA256 (rust/crates/hashbrown-0.13.2.crate) = 43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e
SIZE (rust/crates/hashbrown-0.13.2.crate) = 105265
SHA256 (rust/crates/heck-0.4.0.crate) = 2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9
SIZE (rust/crates/heck-0.4.0.crate) = 11161
SHA256 (rust/crates/hermit-abi-0.1.19.crate) = 62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33
SIZE (rust/crates/hermit-abi-0.1.19.crate) = 9979
SHA256 (rust/crates/hermit-abi-0.2.6.crate) = ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7
SIZE (rust/crates/hermit-abi-0.2.6.crate) = 13027
SHA256 (rust/crates/hermit-abi-0.3.0.crate) = 856b5cb0902c2b6d65d5fd97dfa30f9b70c7538e770b98eab5ed52d8db923e01
SIZE (rust/crates/hermit-abi-0.3.0.crate) = 15200
SHA256 (rust/crates/hkdf-0.11.0.crate) = 01706d578d5c281058480e673ae4086a9f4710d8df1ad80a5b03e39ece5f886b
SIZE (rust/crates/hkdf-0.11.0.crate) = 171707
SHA256 (rust/crates/hmac-0.11.0.crate) = 2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b
SIZE (rust/crates/hmac-0.11.0.crate) = 11385
SHA256 (rust/crates/http-0.2.9.crate) = bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482
SIZE (rust/crates/http-0.2.9.crate) = 100146
SHA256 (rust/crates/http-body-1.0.0-rc.2.crate) = 951dfc2e32ac02d67c90c0d65bd27009a635dc9b381a2cc7d284ab01e3a0150d
SIZE (rust/crates/http-body-1.0.0-rc.2.crate) = 5237
SHA256 (rust/crates/http-body-util-0.1.0-rc.2.crate) = 92445bc9cc14bfa0a3ce56817dc3b5bcc227a168781a356b702410789cec0d10
SIZE (rust/crates/http-body-util-0.1.0-rc.2.crate) = 9966
SHA256 (rust/crates/httparse-1.8.0.crate) = d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904
SIZE (rust/crates/httparse-1.8.0.crate) = 29954
SHA256 (rust/crates/httpdate-1.0.2.crate) = c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421
SIZE (rust/crates/httpdate-1.0.2.crate) = 10673
SHA256 (rust/crates/humantime-1.3.0.crate) = df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f
SIZE (rust/crates/humantime-1.3.0.crate) = 17020
SHA256 (rust/crates/humantime-2.1.0.crate) = 9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4
SIZE (rust/crates/humantime-2.1.0.crate) = 16749
SHA256 (rust/crates/hyper-1.0.0-rc.3.crate) = 7b75264b2003a3913f118d35c586e535293b3e22e41f074930762929d071e092
SIZE (rust/crates/hyper-1.0.0-rc.3.crate) = 129794
SHA256 (rust/crates/id-arena-2.2.1.crate) = 25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005
SIZE (rust/crates/id-arena-2.2.1.crate) = 12203
SHA256 (rust/crates/idna-0.3.0.crate) = e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6
SIZE (rust/crates/idna-0.3.0.crate) = 271128
SHA256 (rust/crates/indexmap-1.9.1.crate) = 10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e
SIZE (rust/crates/indexmap-1.9.1.crate) = 54114
SHA256 (rust/crates/indexmap-nostd-0.4.0.crate) = 8e04e2fd2b8188ea827b32ef11de88377086d690286ab35747ef7f9bf3ccb590
SIZE (rust/crates/indexmap-nostd-0.4.0.crate) = 14472
SHA256 (rust/crates/indicatif-0.13.0.crate) = 8572bccfb0665e70b7faf44ee28841b8e0823450cd4ad562a76b5a3c4bf48487
SIZE (rust/crates/indicatif-0.13.0.crate) = 29534
SHA256 (rust/crates/instant-0.1.12.crate) = 7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c
SIZE (rust/crates/instant-0.1.12.crate) = 6128
SHA256 (rust/crates/io-extras-0.17.4.crate) = fde93d48f0d9277f977a333eca8313695ddd5301dc96f7e02aeddcb0dd99096f
SIZE (rust/crates/io-extras-0.17.4.crate) = 34294
SHA256 (rust/crates/io-lifetimes-1.0.10.crate) = 9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220
SIZE (rust/crates/io-lifetimes-1.0.10.crate) = 37294
SHA256 (rust/crates/ipnet-2.5.0.crate) = 879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b
SIZE (rust/crates/ipnet-2.5.0.crate) = 25808
SHA256 (rust/crates/is-terminal-0.4.7.crate) = adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f
SIZE (rust/crates/is-terminal-0.4.7.crate) = 8356
SHA256 (rust/crates/itertools-0.10.3.crate) = a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3
SIZE (rust/crates/itertools-0.10.3.crate) = 118661
SHA256 (rust/crates/itoa-1.0.1.crate) = 1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35
SIZE (rust/crates/itoa-1.0.1.crate) = 11059
SHA256 (rust/crates/ittapi-0.3.3.crate) = 2e648c437172ce7d3ac35ca11a068755072054826fa455a916b43524fa4a62a7
SIZE (rust/crates/ittapi-0.3.3.crate) = 7243
SHA256 (rust/crates/ittapi-sys-0.3.3.crate) = a9b32a4d23f72548178dde54f3c12c6b6a08598e25575c0d0fa5bd861e0dc1a5
SIZE (rust/crates/ittapi-sys-0.3.3.crate) = 1266950
SHA256 (rust/crates/jobserver-0.1.24.crate) = af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa
SIZE (rust/crates/jobserver-0.1.24.crate) = 21303
SHA256 (rust/crates/js-sys-0.3.57.crate) = 671a26f820db17c2a2750743f1dd03bafd15b98c9f30c7c2628c024c05d73397
SIZE (rust/crates/js-sys-0.3.57.crate) = 78605
SHA256 (rust/crates/k256-0.9.6.crate) = 903ae2481bcdfdb7b68e0a9baa4b7c9aff600b9ae2e8e5bb5833b8c91ab851ea
SIZE (rust/crates/k256-0.9.6.crate) = 78885
SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646
SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443
SHA256 (rust/crates/leb128-0.2.5.crate) = 884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67
SIZE (rust/crates/leb128-0.2.5.crate) = 11843
SHA256 (rust/crates/libc-0.2.141.crate) = 3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5
SIZE (rust/crates/libc-0.2.141.crate) = 671145
SHA256 (rust/crates/libfuzzer-sys-0.4.5.crate) = c8fff891139ee62800da71b7fd5b508d570b9ad95e614a53c6f453ca08366038
SIZE (rust/crates/libfuzzer-sys-0.4.5.crate) = 127802
SHA256 (rust/crates/libloading-0.7.3.crate) = efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd
SIZE (rust/crates/libloading-0.7.3.crate) = 27378
SHA256 (rust/crates/libm-0.2.7.crate) = f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4
SIZE (rust/crates/libm-0.2.7.crate) = 115688
SHA256 (rust/crates/linux-raw-sys-0.3.3.crate) = 9b085a4f2cde5781fc4b1717f2e86c62f5cda49de7ba99a7c2eae02b61c9064c
SIZE (rust/crates/linux-raw-sys-0.3.3.crate) = 1007220
SHA256 (rust/crates/listenfd-1.0.0.crate) = 14e4fcc00ff6731d94b70e16e71f43bda62883461f31230742e3bc6dddf12988
SIZE (rust/crates/listenfd-1.0.0.crate) = 18269
SHA256 (rust/crates/lock_api-0.4.7.crate) = 327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53
SIZE (rust/crates/lock_api-0.4.7.crate) = 25371
SHA256 (rust/crates/log-0.4.17.crate) = abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e
SIZE (rust/crates/log-0.4.17.crate) = 38028
SHA256 (rust/crates/mach-0.3.2.crate) = b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa
SIZE (rust/crates/mach-0.3.2.crate) = 19611
SHA256 (rust/crates/matchers-0.1.0.crate) = 8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558
SIZE (rust/crates/matchers-0.1.0.crate) = 6948
SHA256 (rust/crates/maybe-owned-0.3.4.crate) = 4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4
SIZE (rust/crates/maybe-owned-0.3.4.crate) = 14308
SHA256 (rust/crates/memchr-2.5.0.crate) = 2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d
SIZE (rust/crates/memchr-2.5.0.crate) = 65812
SHA256 (rust/crates/memfd-0.6.3.crate) = ffc89ccdc6e10d6907450f753537ebc5c5d3460d2e4e62ea74bd571db62c0f9e
SIZE (rust/crates/memfd-0.6.3.crate) = 12958
SHA256 (rust/crates/memmap2-0.2.3.crate) = 723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4
SIZE (rust/crates/memmap2-0.2.3.crate) = 17669
SHA256 (rust/crates/memoffset-0.6.5.crate) = 5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce
SIZE (rust/crates/memoffset-0.6.5.crate) = 7686
SHA256 (rust/crates/memoffset-0.8.0.crate) = d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1
SIZE (rust/crates/memoffset-0.8.0.crate) = 8912
SHA256 (rust/crates/miniz_oxide-0.6.2.crate) = b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa
SIZE (rust/crates/miniz_oxide-0.6.2.crate) = 54536
SHA256 (rust/crates/mio-0.8.6.crate) = 5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9
SIZE (rust/crates/mio-0.8.6.crate) = 93658
SHA256 (rust/crates/num-bigint-dig-0.7.0.crate) = 4547ee5541c18742396ae2c895d0717d0f886d8823b8399cdaf7b07d63ad0480
SIZE (rust/crates/num-bigint-dig-0.7.0.crate) = 123930
SHA256 (rust/crates/num-integer-0.1.45.crate) = 225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9
SIZE (rust/crates/num-integer-0.1.45.crate) = 22529
SHA256 (rust/crates/num-iter-0.1.43.crate) = 7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252
SIZE (rust/crates/num-iter-0.1.43.crate) = 10655
SHA256 (rust/crates/num-traits-0.2.15.crate) = 578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd
SIZE (rust/crates/num-traits-0.2.15.crate) = 49262
SHA256 (rust/crates/num_cpus-1.15.0.crate) = 0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b
SIZE (rust/crates/num_cpus-1.15.0.crate) = 15680
SHA256 (rust/crates/number_prefix-0.3.0.crate) = 17b02fc0ff9a9e4b35b3342880f48e896ebf69f2967921fe8646bf5b7125956a
SIZE (rust/crates/number_prefix-0.3.0.crate) = 6291
SHA256 (rust/crates/object-0.30.3.crate) = ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439
SIZE (rust/crates/object-0.30.3.crate) = 258901
SHA256 (rust/crates/ocaml-boxroot-sys-0.2.0.crate) = 5186393bfbee4ce2bc5bbb82beafb77e85c1d0a557e3cfc8c8a0d63d7845fed5
SIZE (rust/crates/ocaml-boxroot-sys-0.2.0.crate) = 12152
SHA256 (rust/crates/ocaml-interop-0.8.8.crate) = 2e01e08412a7e072a90a225d2ae49a2860aeea853ce673bc63891dbf86aed063
SIZE (rust/crates/ocaml-interop-0.8.8.crate) = 29915
SHA256 (rust/crates/ocaml-sys-0.22.3.crate) = 73ec6ca7d41458442627435afb8f4671e83fd642e8a560171d671a1f679aa3cf
SIZE (rust/crates/ocaml-sys-0.22.3.crate) = 8550
SHA256 (rust/crates/once_cell-1.16.0.crate) = 86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860
SIZE (rust/crates/once_cell-1.16.0.crate) = 32120
SHA256 (rust/crates/oorandom-11.1.3.crate) = 0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575
SIZE (rust/crates/oorandom-11.1.3.crate) = 10068
SHA256 (rust/crates/opaque-debug-0.3.0.crate) = 624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5
SIZE (rust/crates/opaque-debug-0.3.0.crate) = 5767
SHA256 (rust/crates/openvino-0.5.0.crate) = cbc731d9a7805dd533b69de3ee33062d5ea1dfa9fca1c19f8fd165b62e2cdde7
SIZE (rust/crates/openvino-0.5.0.crate) = 8145
SHA256 (rust/crates/openvino-finder-0.5.0.crate) = d8bbd80eea06c2b9ec3dce85900ff3ae596c01105b759b38a005af69bbeb4d07
SIZE (rust/crates/openvino-finder-0.5.0.crate) = 5319
SHA256 (rust/crates/openvino-sys-0.5.0.crate) = 318ed662bdf05a3f86486408159e806d53363171621a8000b81366fab5158713
SIZE (rust/crates/openvino-sys-0.5.0.crate) = 15662
SHA256 (rust/crates/os_str_bytes-6.0.0.crate) = 8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64
SIZE (rust/crates/os_str_bytes-6.0.0.crate) = 21046
SHA256 (rust/crates/p256-0.9.0.crate) = d053368e1bae4c8a672953397bd1bd7183dde1c72b0b7612a15719173148d186
SIZE (rust/crates/p256-0.9.0.crate) = 59435
SHA256 (rust/crates/parking_lot-0.11.2.crate) = 7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99
SIZE (rust/crates/parking_lot-0.11.2.crate) = 39869
SHA256 (rust/crates/parking_lot_core-0.8.5.crate) = d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216
SIZE (rust/crates/parking_lot_core-0.8.5.crate) = 32466
SHA256 (rust/crates/paste-1.0.7.crate) = 0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc
SIZE (rust/crates/paste-1.0.7.crate) = 18285
SHA256 (rust/crates/pem-rfc7468-0.2.4.crate) = 84e93a3b1cc0510b03020f33f21e62acdde3dcaef432edc95bea377fbd4c2cd4
SIZE (rust/crates/pem-rfc7468-0.2.4.crate) = 22137
SHA256 (rust/crates/percent-encoding-2.2.0.crate) = 478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e
SIZE (rust/crates/percent-encoding-2.2.0.crate) = 10075
SHA256 (rust/crates/pin-project-lite-0.2.9.crate) = e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116
SIZE (rust/crates/pin-project-lite-0.2.9.crate) = 27713
SHA256 (rust/crates/pin-utils-0.1.0.crate) = 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184
SIZE (rust/crates/pin-utils-0.1.0.crate) = 7580
SHA256 (rust/crates/pkcs1-0.2.4.crate) = 116bee8279d783c0cf370efa1a94632f2108e5ef0bb32df31f051647810a4e2c
SIZE (rust/crates/pkcs1-0.2.4.crate) = 26580
SHA256 (rust/crates/pkcs8-0.7.6.crate) = ee3ef9b64d26bad0536099c816c6734379e45bbd5f14798def6809e5cc350447
SIZE (rust/crates/pkcs8-0.7.6.crate) = 28858
SHA256 (rust/crates/plotters-0.3.1.crate) = 32a3fd9ec30b9749ce28cd91f255d569591cdf937fe280c312143e3c4bad6f2a
SIZE (rust/crates/plotters-0.3.1.crate) = 8595577
SHA256 (rust/crates/plotters-backend-0.3.2.crate) = d88417318da0eaf0fdcdb51a0ee6c3bed624333bff8f946733049380be67ac1c
SIZE (rust/crates/plotters-backend-0.3.2.crate) = 13524
SHA256 (rust/crates/plotters-svg-0.3.1.crate) = 521fa9638fa597e1dc53e9412a4f9cefb01187ee1f7413076f9e6749e2885ba9
SIZE (rust/crates/plotters-svg-0.3.1.crate) = 7596
SHA256 (rust/crates/poly1305-0.7.2.crate) = 048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede
SIZE (rust/crates/poly1305-0.7.2.crate) = 31868
SHA256 (rust/crates/polyval-0.5.3.crate) = 8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1
SIZE (rust/crates/polyval-0.5.3.crate) = 17368
SHA256 (rust/crates/ppv-lite86-0.2.16.crate) = eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872
SIZE (rust/crates/ppv-lite86-0.2.16.crate) = 22245
SHA256 (rust/crates/pqcrypto-0.14.2.crate) = 9da39bd0587bff4189521766c34f3203263926f7527906578a96d22a81a700d5
SIZE (rust/crates/pqcrypto-0.14.2.crate) = 5301
SHA256 (rust/crates/pqcrypto-internals-0.2.4.crate) = 0127cbc0239f585139a56effd7867921eae3425a000a72dde2b0a156062346b2
SIZE (rust/crates/pqcrypto-internals-0.2.4.crate) = 31754
SHA256 (rust/crates/pqcrypto-kyber-0.7.5.crate) = 8a17989a978f7d7c1496e38806ad9ff11f36eb8e419c562eafddbbf176af4a8a
SIZE (rust/crates/pqcrypto-kyber-0.7.5.crate) = 5475083
SHA256 (rust/crates/pqcrypto-traits-0.3.4.crate) = 97e91cb6af081c6daad5fa705f8adb0634c027662052cb3174bdf2957bf07e25
SIZE (rust/crates/pqcrypto-traits-0.3.4.crate) = 2031
SHA256 (rust/crates/pretty_env_logger-0.4.0.crate) = 926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d
SIZE (rust/crates/pretty_env_logger-0.4.0.crate) = 8690
SHA256 (rust/crates/proc-macro-error-1.0.4.crate) = da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c
SIZE (rust/crates/proc-macro-error-1.0.4.crate) = 25293
SHA256 (rust/crates/proc-macro-error-attr-1.0.4.crate) = a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869
SIZE (rust/crates/proc-macro-error-attr-1.0.4.crate) = 7971
SHA256 (rust/crates/proc-macro2-1.0.57.crate) = c4ec6d5fe0b140acb27c9a0444118cf55bfbb4e0b259739429abb4521dd67c16
SIZE (rust/crates/proc-macro2-1.0.57.crate) = 44506
SHA256 (rust/crates/proptest-1.0.0.crate) = 1e0d9cc07f18492d879586c92b485def06bc850da3118075cd45d50e9c95b0e5
SIZE (rust/crates/proptest-1.0.0.crate) = 189237
SHA256 (rust/crates/psm-0.1.18.crate) = 871372391786ccec00d3c5d3d6608905b3d4db263639cfe075d3b60a736d115a
SIZE (rust/crates/psm-0.1.18.crate) = 21906
SHA256 (rust/crates/pulldown-cmark-0.8.0.crate) = ffade02495f22453cd593159ea2f59827aae7f53fa8323f756799b670881dcf8
SIZE (rust/crates/pulldown-cmark-0.8.0.crate) = 106330
SHA256 (rust/crates/quick-error-1.2.3.crate) = a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0
SIZE (rust/crates/quick-error-1.2.3.crate) = 15066
SHA256 (rust/crates/quick-error-2.0.1.crate) = a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3
SIZE (rust/crates/quick-error-2.0.1.crate) = 14265
SHA256 (rust/crates/quote-1.0.27.crate) = 8f4f29d145265ec1c483c7c654450edde0bfe043d3938d6972630663356d9500
SIZE (rust/crates/quote-1.0.27.crate) = 28416
SHA256 (rust/crates/rand-0.7.3.crate) = 6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03
SIZE (rust/crates/rand-0.7.3.crate) = 112246
SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404
SIZE (rust/crates/rand-0.8.5.crate) = 87113
SHA256 (rust/crates/rand_chacha-0.2.2.crate) = f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402
SIZE (rust/crates/rand_chacha-0.2.2.crate) = 13267
SHA256 (rust/crates/rand_chacha-0.3.1.crate) = e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88
SIZE (rust/crates/rand_chacha-0.3.1.crate) = 15251
SHA256 (rust/crates/rand_core-0.5.1.crate) = 90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19
SIZE (rust/crates/rand_core-0.5.1.crate) = 21116
SHA256 (rust/crates/rand_core-0.6.3.crate) = d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7
SIZE (rust/crates/rand_core-0.6.3.crate) = 21938
SHA256 (rust/crates/rand_hc-0.2.0.crate) = ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c
SIZE (rust/crates/rand_hc-0.2.0.crate) = 11670
SHA256 (rust/crates/rand_xorshift-0.3.0.crate) = d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f
SIZE (rust/crates/rand_xorshift-0.3.0.crate) = 9121
SHA256 (rust/crates/rawbytes-0.1.2.crate) = 04d0088f16afb86d12c7f239d8de4637fa68ecc99a3db227e1ab58a294713e60
SIZE (rust/crates/rawbytes-0.1.2.crate) = 1115
SHA256 (rust/crates/rayon-1.5.3.crate) = bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d
SIZE (rust/crates/rayon-1.5.3.crate) = 167246
SHA256 (rust/crates/rayon-core-1.9.3.crate) = 258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f
SIZE (rust/crates/rayon-core-1.9.3.crate) = 65300
SHA256 (rust/crates/redox_syscall-0.2.13.crate) = 62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42
SIZE (rust/crates/redox_syscall-0.2.13.crate) = 23759
SHA256 (rust/crates/redox_syscall-0.3.5.crate) = 567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29
SIZE (rust/crates/redox_syscall-0.3.5.crate) = 23404
SHA256 (rust/crates/redox_users-0.4.3.crate) = b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b
SIZE (rust/crates/redox_users-0.4.3.crate) = 15353
SHA256 (rust/crates/regalloc2-0.9.2.crate) = 5b4dcbd3a2ae7fb94b5813fa0e957c6ab51bf5d0a8ee1b69e0c2d0f1e6eb8485
SIZE (rust/crates/regalloc2-0.9.2.crate) = 120410
SHA256 (rust/crates/regex-1.5.5.crate) = 1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286
SIZE (rust/crates/regex-1.5.5.crate) = 238119
SHA256 (rust/crates/regex-automata-0.1.10.crate) = 6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132
SIZE (rust/crates/regex-automata-0.1.10.crate) = 114533
SHA256 (rust/crates/regex-syntax-0.6.25.crate) = f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b
SIZE (rust/crates/regex-syntax-0.6.25.crate) = 293293
SHA256 (rust/crates/region-2.2.0.crate) = 877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0
SIZE (rust/crates/region-2.2.0.crate) = 13395
SHA256 (rust/crates/ring-0.16.20.crate) = 3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc
SIZE (rust/crates/ring-0.16.20.crate) = 5082615
SHA256 (rust/crates/rsa-0.5.0.crate) = e05c2603e2823634ab331437001b411b9ed11660fbc4066f3908c84a9439260d
SIZE (rust/crates/rsa-0.5.0.crate) = 52584
SHA256 (rust/crates/rustc-demangle-0.1.21.crate) = 7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342
SIZE (rust/crates/rustc-demangle-0.1.21.crate) = 27920
SHA256 (rust/crates/rustc-hash-1.1.0.crate) = 08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2
SIZE (rust/crates/rustc-hash-1.1.0.crate) = 9331
SHA256 (rust/crates/rustix-0.37.13.crate) = f79bef90eb6d984c72722595b5b1348ab39275a5e5123faca6863bf07d75a4e0
SIZE (rust/crates/rustix-0.37.13.crate) = 316223
SHA256 (rust/crates/rustls-0.21.0.crate) = 07180898a28ed6a7f7ba2311594308f595e3dd2e3c3812fa0a80a47b45f17e5d
SIZE (rust/crates/rustls-0.21.0.crate) = 275213
SHA256 (rust/crates/rustls-webpki-0.100.1.crate) = d6207cd5ed3d8dca7816f8f3725513a34609c0c765bf652b8c3cb4cfd87db46b
SIZE (rust/crates/rustls-webpki-0.100.1.crate) = 70719
SHA256 (rust/crates/rusty-fork-0.3.0.crate) = cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f
SIZE (rust/crates/rusty-fork-0.3.0.crate) = 19881
SHA256 (rust/crates/ryu-1.0.9.crate) = 73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f
SIZE (rust/crates/ryu-1.0.9.crate) = 48391
SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502
SIZE (rust/crates/same-file-1.0.6.crate) = 10183
SHA256 (rust/crates/scopeguard-1.1.0.crate) = d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd
SIZE (rust/crates/scopeguard-1.1.0.crate) = 11470
SHA256 (rust/crates/sct-0.7.0.crate) = d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4
SIZE (rust/crates/sct-0.7.0.crate) = 27502
SHA256 (rust/crates/semver-1.0.17.crate) = bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed
SIZE (rust/crates/semver-1.0.17.crate) = 29685
SHA256 (rust/crates/serde-1.0.137.crate) = 61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1
SIZE (rust/crates/serde-1.0.137.crate) = 76182
SHA256 (rust/crates/serde_derive-1.0.137.crate) = 1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be
SIZE (rust/crates/serde_derive-1.0.137.crate) = 54831
SHA256 (rust/crates/serde_json-1.0.80.crate) = f972498cf015f7c0746cac89ebe1d6ef10c293b94175a243a2d9442c163d9944
SIZE (rust/crates/serde_json-1.0.80.crate) = 144439
SHA256 (rust/crates/sha2-0.9.9.crate) = 4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800
SIZE (rust/crates/sha2-0.9.9.crate) = 22247
SHA256 (rust/crates/sha2-0.10.2.crate) = 55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676
SIZE (rust/crates/sha2-0.10.2.crate) = 20213
SHA256 (rust/crates/sharded-slab-0.1.4.crate) = 900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31
SIZE (rust/crates/sharded-slab-0.1.4.crate) = 52479
SHA256 (rust/crates/shellexpand-2.1.0.crate) = 83bdb7831b2d85ddf4a7b148aa19d0587eddbe8671a436b7bd1182eaad0f2829
SIZE (rust/crates/shellexpand-2.1.0.crate) = 14697
SHA256 (rust/crates/shuffling-allocator-1.1.2.crate) = 4ee9977fa98489d9006f4ab26fc5cbe2a139985baed09d2ec08dee6e506fc496
SIZE (rust/crates/shuffling-allocator-1.1.2.crate) = 12318
SHA256 (rust/crates/signature-1.3.2.crate) = f2807892cfa58e081aa1f1111391c7a0649d4fa127a4ffbe34bcbfb35a1171a4
SIZE (rust/crates/signature-1.3.2.crate) = 10323
SHA256 (rust/crates/similar-2.2.0.crate) = 62ac7f900db32bf3fd12e0117dd3dc4da74bc52ebaac97f39668446d89694803
SIZE (rust/crates/similar-2.2.0.crate) = 50996
SHA256 (rust/crates/slab-0.4.7.crate) = 4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef
SIZE (rust/crates/slab-0.4.7.crate) = 16647
SHA256 (rust/crates/slice-group-by-0.3.1.crate) = 826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7
SIZE (rust/crates/slice-group-by-0.3.1.crate) = 14640
SHA256 (rust/crates/smallvec-1.8.0.crate) = f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83
SIZE (rust/crates/smallvec-1.8.0.crate) = 27992
SHA256 (rust/crates/socket2-0.4.7.crate) = 02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd
SIZE (rust/crates/socket2-0.4.7.crate) = 44619
SHA256 (rust/crates/souper-ir-2.1.0.crate) = a50c18ce33988e1973003afbaa66e6a465ad7a614dc33f246879ccc209c2c044
SIZE (rust/crates/souper-ir-2.1.0.crate) = 17732
SHA256 (rust/crates/spin-0.5.2.crate) = 6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d
SIZE (rust/crates/spin-0.5.2.crate) = 12004
SHA256 (rust/crates/spin-0.9.4.crate) = 7f6002a767bff9e83f8eeecf883ecb8011875a21ae8da43bffb817a57e78cc09
SIZE (rust/crates/spin-0.9.4.crate) = 30180
SHA256 (rust/crates/spki-0.4.1.crate) = 5c01a0c15da1b0b0e1494112e7af814a678fec9bd157881b49beac661e9b6f32
SIZE (rust/crates/spki-0.4.1.crate) = 8055
SHA256 (rust/crates/sptr-0.3.2.crate) = 3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a
SIZE (rust/crates/sptr-0.3.2.crate) = 14598
SHA256 (rust/crates/stable_deref_trait-1.2.0.crate) = a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3
SIZE (rust/crates/stable_deref_trait-1.2.0.crate) = 8054
SHA256 (rust/crates/static_assertions-1.1.0.crate) = a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f
SIZE (rust/crates/static_assertions-1.1.0.crate) = 18480
SHA256 (rust/crates/strsim-0.10.0.crate) = 73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623
SIZE (rust/crates/strsim-0.10.0.crate) = 11355
SHA256 (rust/crates/subtle-2.4.1.crate) = 6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601
SIZE (rust/crates/subtle-2.4.1.crate) = 12630
SHA256 (rust/crates/symbolic_expressions-5.0.3.crate) = 7c68d531d83ec6c531150584c42a4290911964d5f0d79132b193b67252a23b71
SIZE (rust/crates/symbolic_expressions-5.0.3.crate) = 14864
SHA256 (rust/crates/syn-1.0.92.crate) = 7ff7c592601f11445996a06f8ad0c27f094a58857c2f89e97974ab9235b92c52
SIZE (rust/crates/syn-1.0.92.crate) = 236605
SHA256 (rust/crates/syn-2.0.16.crate) = a6f671d4b5ffdb8eadec19c0ae67fe2639df8684bd7bc4b83d986b8db549cf01
SIZE (rust/crates/syn-2.0.16.crate) = 240928
SHA256 (rust/crates/synstructure-0.12.6.crate) = f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f
SIZE (rust/crates/synstructure-0.12.6.crate) = 18429
SHA256 (rust/crates/system-interface-0.25.7.crate) = 928ebd55ab758962e230f51ca63735c5b283f26292297c81404289cda5d78631
SIZE (rust/crates/system-interface-0.25.7.crate) = 32847
SHA256 (rust/crates/target-lexicon-0.12.3.crate) = d7fa7e55043acb85fca6b3c01485a2eeb6b69c5d21002e273c79e465f43b7ac1
SIZE (rust/crates/target-lexicon-0.12.3.crate) = 22990
SHA256 (rust/crates/tempfile-3.5.0.crate) = b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998
SIZE (rust/crates/tempfile-3.5.0.crate) = 31129
SHA256 (rust/crates/termcolor-1.1.3.crate) = bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755
SIZE (rust/crates/termcolor-1.1.3.crate) = 17242
SHA256 (rust/crates/terminal_size-0.1.17.crate) = 633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df
SIZE (rust/crates/terminal_size-0.1.17.crate) = 9141
SHA256 (rust/crates/test-log-0.2.11.crate) = 38f0c854faeb68a048f0f2dc410c5ddae3bf83854ef0e4977d58306a5edef50e
SIZE (rust/crates/test-log-0.2.11.crate) = 10228
SHA256 (rust/crates/textwrap-0.15.0.crate) = b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb
SIZE (rust/crates/textwrap-0.15.0.crate) = 52998
SHA256 (rust/crates/thiserror-1.0.31.crate) = bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a
SIZE (rust/crates/thiserror-1.0.31.crate) = 18013
SHA256 (rust/crates/thiserror-impl-1.0.31.crate) = 0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a
SIZE (rust/crates/thiserror-impl-1.0.31.crate) = 15283
SHA256 (rust/crates/thread_local-1.1.4.crate) = 5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180
SIZE (rust/crates/thread_local-1.1.4.crate) = 13106
SHA256 (rust/crates/tinytemplate-1.2.1.crate) = be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc
SIZE (rust/crates/tinytemplate-1.2.1.crate) = 26490
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.0.crate) = cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c
SIZE (rust/crates/tinyvec_macros-0.1.0.crate) = 1817
SHA256 (rust/crates/tokio-1.26.0.crate) = 03201d01c3c27a29c8a5cee5b55a93ddae1ccf6f08f65365c2c918f8c1b76f64
SIZE (rust/crates/tokio-1.26.0.crate) = 646327
SHA256 (rust/crates/tokio-macros-1.7.0.crate) = b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7
SIZE (rust/crates/tokio-macros-1.7.0.crate) = 9261
SHA256 (rust/crates/tokio-rustls-0.24.0.crate) = e0d409377ff5b1e3ca6437aa86c1eb7d40c134bfec254e44c830defa92669db5
SIZE (rust/crates/tokio-rustls-0.24.0.crate) = 25460
SHA256 (rust/crates/tokio-util-0.7.4.crate) = 0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740
SIZE (rust/crates/tokio-util-0.7.4.crate) = 93424
SHA256 (rust/crates/toml-0.5.9.crate) = 8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7
SIZE (rust/crates/toml-0.5.9.crate) = 55667
SHA256 (rust/crates/tracing-0.1.34.crate) = 5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09
SIZE (rust/crates/tracing-0.1.34.crate) = 72775
SHA256 (rust/crates/tracing-attributes-0.1.21.crate) = cc6b8ad3567499f98a1db7a752b07a7c8c7c7c34c332ec00effb2b0027974b7c
SIZE (rust/crates/tracing-attributes-0.1.21.crate) = 27552
SHA256 (rust/crates/tracing-core-0.1.28.crate) = 7b7358be39f2f274f322d2aaed611acc57f382e8eb1e5b48cb9ae30933495ce7
SIZE (rust/crates/tracing-core-0.1.28.crate) = 57723
SHA256 (rust/crates/tracing-subscriber-0.3.11.crate) = 4bc28f93baff38037f64e6f43d34cfa1605f27a49c34e8a04c5e78b0babf2596
SIZE (rust/crates/tracing-subscriber-0.3.11.crate) = 184827
SHA256 (rust/crates/try-lock-0.2.4.crate) = 3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed
SIZE (rust/crates/try-lock-0.2.4.crate) = 4467
SHA256 (rust/crates/typenum-1.15.0.crate) = dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987
SIZE (rust/crates/typenum-1.15.0.crate) = 40741
SHA256 (rust/crates/unicase-2.6.0.crate) = 50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6
SIZE (rust/crates/unicase-2.6.0.crate) = 23478
SHA256 (rust/crates/unicode-bidi-0.3.8.crate) = 099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992
SIZE (rust/crates/unicode-bidi-0.3.8.crate) = 36575
SHA256 (rust/crates/unicode-ident-1.0.8.crate) = e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4
SIZE (rust/crates/unicode-ident-1.0.8.crate) = 41962
SHA256 (rust/crates/unicode-normalization-0.1.21.crate) = 854cbdc4f7bc6ae19c820d44abdc3277ac3e1b2b93db20a636825d9322fb60e6
SIZE (rust/crates/unicode-normalization-0.1.21.crate) = 121745
SHA256 (rust/crates/unicode-segmentation-1.10.1.crate) = 1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36
SIZE (rust/crates/unicode-segmentation-1.10.1.crate) = 98416
SHA256 (rust/crates/unicode-width-0.1.9.crate) = 3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973
SIZE (rust/crates/unicode-width-0.1.9.crate) = 16745
SHA256 (rust/crates/unicode-xid-0.2.3.crate) = 957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04
SIZE (rust/crates/unicode-xid-0.2.3.crate) = 15174
SHA256 (rust/crates/universal-hash-0.4.1.crate) = 9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05
SIZE (rust/crates/universal-hash-0.4.1.crate) = 8503
SHA256 (rust/crates/untrusted-0.7.1.crate) = a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a
SIZE (rust/crates/untrusted-0.7.1.crate) = 7924
SHA256 (rust/crates/url-2.3.1.crate) = 0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643
SIZE (rust/crates/url-2.3.1.crate) = 72777
SHA256 (rust/crates/uuid-1.0.0.crate) = 8cfcd319456c4d6ea10087ed423473267e1a071f3bc0aa89f80d60997843c6f0
SIZE (rust/crates/uuid-1.0.0.crate) = 48627
SHA256 (rust/crates/v8-0.44.3.crate) = f3f92c29dd66c7342443280695afc5bb79d773c3aa3eb02978cf24f058ae2b3d
SIZE (rust/crates/v8-0.44.3.crate) = 18892369
SHA256 (rust/crates/valuable-0.1.0.crate) = 830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d
SIZE (rust/crates/valuable-0.1.0.crate) = 27718
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/walkdir-2.3.3.crate) = 36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698
SIZE (rust/crates/walkdir-2.3.3.crate) = 23125
SHA256 (rust/crates/want-0.3.0.crate) = 1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0
SIZE (rust/crates/want-0.3.0.crate) = 6550
SHA256 (rust/crates/wasi-0.9.0+wasi-snapshot-preview1.crate) = cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519
SIZE (rust/crates/wasi-0.9.0+wasi-snapshot-preview1.crate) = 31521
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.80.crate) = 27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad
SIZE (rust/crates/wasm-bindgen-0.2.80.crate) = 164576
SHA256 (rust/crates/wasm-bindgen-backend-0.2.80.crate) = 53e04185bfa3a779273da532f5025e33398409573f348985af9a1cbf3774d3f4
SIZE (rust/crates/wasm-bindgen-backend-0.2.80.crate) = 25741
SHA256 (rust/crates/wasm-bindgen-macro-0.2.80.crate) = 17cae7ff784d7e83a2fe7611cfe766ecf034111b49deb850a3dc7699c08251f5
SIZE (rust/crates/wasm-bindgen-macro-0.2.80.crate) = 11805
SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.80.crate) = 99ec0dc7a4756fffc231aab1b9f2f578d23cd391390ab27f952ae0c9b3ece20b
SIZE (rust/crates/wasm-bindgen-macro-support-0.2.80.crate) = 17857
SHA256 (rust/crates/wasm-bindgen-shared-0.2.80.crate) = d554b7f530dee5964d9a9468d95c1f8b8acae4f282807e7d27d4b03099a46744
SIZE (rust/crates/wasm-bindgen-shared-0.2.80.crate) = 7204
SHA256 (rust/crates/wasm-encoder-0.25.0.crate) = 4eff853c4f09eec94d76af527eddad4e9de13b11d6286a1ef7134bc30135a2b7
SIZE (rust/crates/wasm-encoder-0.25.0.crate) = 37534
SHA256 (rust/crates/wasm-encoder-0.29.0.crate) = 18c41dbd92eaebf3612a39be316540b8377c871cb9bde6b064af962984912881
SIZE (rust/crates/wasm-encoder-0.29.0.crate) = 41553
SHA256 (rust/crates/wasm-metadata-0.8.0.crate) = 36e5156581ff4a302405c44ca7c85347563ca431d15f1a773f12c9c7b9a6cdc9
SIZE (rust/crates/wasm-metadata-0.8.0.crate) = 6735
SHA256 (rust/crates/wasm-mutate-0.2.27.crate) = f354beb7e2ccaf66dd263328486240899755ae0df3ac4b76305dace67fbd2169
SIZE (rust/crates/wasm-mutate-0.2.27.crate) = 86849
SHA256 (rust/crates/wasm-smith-0.12.10.crate) = 027ec1c470cd5d56c43b8e02040250b136ddb5975dd76a1c16915137f5f17e76
SIZE (rust/crates/wasm-smith-0.12.10.crate) = 71774
SHA256 (rust/crates/wasmi-0.20.0.crate) = 01bf50edb2ea9d922aa75a7bf3c15e26a6c9e2d18c56e862b49737a582901729
SIZE (rust/crates/wasmi-0.20.0.crate) = 90397
SHA256 (rust/crates/wasmi_arena-0.1.0.crate) = a1ea379cbb0b41f3a9f0bf7b47036d036aae7f43383d8cc487d4deccf40dee0a
SIZE (rust/crates/wasmi_arena-0.1.0.crate) = 6499
SHA256 (rust/crates/wasmi_core-0.5.0.crate) = c5bf998ab792be85e20e771fe14182b4295571ad1d4f89d3da521c1bef5f597a
SIZE (rust/crates/wasmi_core-0.5.0.crate) = 19626
SHA256 (rust/crates/wasmparser-0.92.0.crate) = 7da34cec2a8c23db906cdf8b26e988d7a7f0d549eb5d51299129647af61a1b37
SIZE (rust/crates/wasmparser-0.92.0.crate) = 119278
SHA256 (rust/crates/wasmparser-0.107.0.crate) = 29e3ac9b780c7dda0cac7a52a5d6d2d6707cc6e3451c9db209b6c758f40d7acb
SIZE (rust/crates/wasmparser-0.107.0.crate) = 162060
SHA256 (rust/crates/wasmparser-nostd-0.91.0.crate) = 9c37f310b5a62bfd5ae7c0f1d8e6f98af16a5d6d84ba764e9c36439ec14e318b
SIZE (rust/crates/wasmparser-nostd-0.91.0.crate) = 114800
SHA256 (rust/crates/wasmprinter-0.2.59.crate) = cc960b30b84abca377768f3c62cff3a1c74db8c0f6759ed581827da0bd3a3fed
SIZE (rust/crates/wasmprinter-0.2.59.crate) = 31271
SHA256 (rust/crates/wast-35.0.2.crate) = 2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68
SIZE (rust/crates/wast-35.0.2.crate) = 90940
SHA256 (rust/crates/wast-60.0.0.crate) = bd06cc744b536e30387e72a48fdd492105b9c938bb4f415c39c616a7a0a697ad
SIZE (rust/crates/wast-60.0.0.crate) = 129585
SHA256 (rust/crates/wat-1.0.66.crate) = 5abe520f0ab205366e9ac7d3e6b2fc71de44e32a2b58f2ec871b6b575bdcea3b
SIZE (rust/crates/wat-1.0.66.crate) = 9148
SHA256 (rust/crates/web-sys-0.3.57.crate) = 7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283
SIZE (rust/crates/web-sys-0.3.57.crate) = 686563
SHA256 (rust/crates/webpki-roots-0.23.0.crate) = aa54963694b65584e170cf5dc46aeb4dcaa5584e652ff5f3952e56d66aff0125
SIZE (rust/crates/webpki-roots-0.23.0.crate) = 242416
SHA256 (rust/crates/which-4.2.5.crate) = 5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae
SIZE (rust/crates/which-4.2.5.crate) = 9326
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.5.crate) = 70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178
SIZE (rust/crates/winapi-util-0.1.5.crate) = 10164
SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f
SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998
SHA256 (rust/crates/windows-sys-0.45.0.crate) = 75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0
SIZE (rust/crates/windows-sys-0.45.0.crate) = 2568659
SHA256 (rust/crates/windows-sys-0.48.0.crate) = 677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9
SIZE (rust/crates/windows-sys-0.48.0.crate) = 2628884
SHA256 (rust/crates/windows-targets-0.42.1.crate) = 8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7
SIZE (rust/crates/windows-targets-0.42.1.crate) = 5524
SHA256 (rust/crates/windows-targets-0.48.0.crate) = 7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5
SIZE (rust/crates/windows-targets-0.48.0.crate) = 7466
SHA256 (rust/crates/windows_aarch64_gnullvm-0.42.1.crate) = 8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608
SIZE (rust/crates/windows_aarch64_gnullvm-0.42.1.crate) = 362795
SHA256 (rust/crates/windows_aarch64_gnullvm-0.48.0.crate) = 91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc
SIZE (rust/crates/windows_aarch64_gnullvm-0.48.0.crate) = 366543
SHA256 (rust/crates/windows_aarch64_msvc-0.42.1.crate) = 4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7
SIZE (rust/crates/windows_aarch64_msvc-0.42.1.crate) = 664655
SHA256 (rust/crates/windows_aarch64_msvc-0.48.0.crate) = b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3
SIZE (rust/crates/windows_aarch64_msvc-0.48.0.crate) = 671479
SHA256 (rust/crates/windows_i686_gnu-0.42.1.crate) = de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640
SIZE (rust/crates/windows_i686_gnu-0.42.1.crate) = 733428
SHA256 (rust/crates/windows_i686_gnu-0.48.0.crate) = 622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241
SIZE (rust/crates/windows_i686_gnu-0.48.0.crate) = 741490
SHA256 (rust/crates/windows_i686_msvc-0.42.1.crate) = bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605
SIZE (rust/crates/windows_i686_msvc-0.42.1.crate) = 722583
SHA256 (rust/crates/windows_i686_msvc-0.48.0.crate) = 4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00
SIZE (rust/crates/windows_i686_msvc-0.48.0.crate) = 730056
SHA256 (rust/crates/windows_x86_64_gnu-0.42.1.crate) = c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45
SIZE (rust/crates/windows_x86_64_gnu-0.42.1.crate) = 697614
SHA256 (rust/crates/windows_x86_64_gnu-0.48.0.crate) = ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1
SIZE (rust/crates/windows_x86_64_gnu-0.48.0.crate) = 703595
SHA256 (rust/crates/windows_x86_64_gnullvm-0.42.1.crate) = 628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463
SIZE (rust/crates/windows_x86_64_gnullvm-0.42.1.crate) = 362788
SHA256 (rust/crates/windows_x86_64_gnullvm-0.48.0.crate) = 7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953
SIZE (rust/crates/windows_x86_64_gnullvm-0.48.0.crate) = 366536
SHA256 (rust/crates/windows_x86_64_msvc-0.42.1.crate) = 447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd
SIZE (rust/crates/windows_x86_64_msvc-0.42.1.crate) = 664606
SHA256 (rust/crates/windows_x86_64_msvc-0.48.0.crate) = 1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a
SIZE (rust/crates/windows_x86_64_msvc-0.48.0.crate) = 671422
SHA256 (rust/crates/winx-0.35.1.crate) = 1c52a121f0fbf9320d5f2a9a5d82f6cb7557eda5e8b47fc3e7f359ec866ae960
SIZE (rust/crates/winx-0.35.1.crate) = 15181
SHA256 (rust/crates/wit-bindgen-0.7.0.crate) = a628591b3905328e886462f75de3b2af1e546b19af5f4c359086b26bec29c4bd
SIZE (rust/crates/wit-bindgen-0.7.0.crate) = 2476
SHA256 (rust/crates/wit-bindgen-core-0.7.0.crate) = 34a19aa69c4f33cb5ac10e55880a899f4d52ec85d4cde4d593b575e7a97e2b08
SIZE (rust/crates/wit-bindgen-core-0.7.0.crate) = 5310
SHA256 (rust/crates/wit-bindgen-rust-0.7.0.crate) = 9a50274c0cf2f8e33fc967825cef0114cdfe222d474c1d78aa77a6a801abaadf
SIZE (rust/crates/wit-bindgen-rust-0.7.0.crate) = 13989
SHA256 (rust/crates/wit-bindgen-rust-lib-0.7.0.crate) = 9d3d58b5ced269f1a1cdcecfe0317c059fe158da9b670fff9907903b244bb89a
SIZE (rust/crates/wit-bindgen-rust-lib-0.7.0.crate) = 9167
SHA256 (rust/crates/wit-bindgen-rust-macro-0.7.0.crate) = 78cce32dd08007af45dbaa00e225eb73d05524096f93933d7ecba852d50d8af3
SIZE (rust/crates/wit-bindgen-rust-macro-0.7.0.crate) = 2936
SHA256 (rust/crates/wit-component-0.11.0.crate) = 7cbd4c7f8f400327c482c88571f373844b7889e61460650d650fc5881bb3575c
SIZE (rust/crates/wit-component-0.11.0.crate) = 113242
SHA256 (rust/crates/wit-parser-0.8.0.crate) = 6daec9f093dbaea0e94043eeb92ece327bbbe70c86b1f41aca9bbfefd7f050f0
SIZE (rust/crates/wit-parser-0.8.0.crate) = 67948
SHA256 (rust/crates/xoodyak-0.7.3.crate) = 94b52dbbb9ca4862dcd5e33383af1610db2f28d081e0803e3a3b2bbdfab5eeed
SIZE (rust/crates/xoodyak-0.7.3.crate) = 9088
SHA256 (rust/crates/zeroize-1.4.3.crate) = d68d9dcec5f9b43a30d38c49f91dfedfaac384cb8f085faca366c26207dd1619
SIZE (rust/crates/zeroize-1.4.3.crate) = 15573
SHA256 (rust/crates/zeroize_derive-1.3.2.crate) = 3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17
SIZE (rust/crates/zeroize_derive-1.3.2.crate) = 10299
SHA256 (rust/crates/zstd-0.11.1+zstd.1.5.2.crate) = 77a16b8414fde0414e90c612eba70985577451c4c504b99885ebed24762cb81a
SIZE (rust/crates/zstd-0.11.1+zstd.1.5.2.crate) = 28989
SHA256 (rust/crates/zstd-safe-5.0.1+zstd.1.5.2.crate) = 7c12659121420dd6365c5c3de4901f97145b79651fb1d25814020ed2ed0585ae
SIZE (rust/crates/zstd-safe-5.0.1+zstd.1.5.2.crate) = 17272
SHA256 (rust/crates/zstd-sys-2.0.1+zstd.1.5.2.crate) = 9fd07cbbc53846d9145dbffdf6dd09a7a0aa52be46741825f5c97bdd4f73f12b
SIZE (rust/crates/zstd-sys-2.0.1+zstd.1.5.2.crate) = 715552
SHA256 (bytecodealliance-wasmtime-v11.0.1_GH0.tar.gz) = 681d03d9ebf63697edf8b6c7df460aca6ecc0058106b07f8ac049a0b2a07308b
SIZE (bytecodealliance-wasmtime-v11.0.1_GH0.tar.gz) = 4373453
SHA256 (WebAssembly-wasm-c-api-c9d3128_GH0.tar.gz) = 8387f9baaf5ba5675290c5c1f153eef48bec5098cfd10999fc681c3ed7b90abc
SIZE (WebAssembly-wasm-c-api-c9d3128_GH0.tar.gz) = 57016
SHA256 (WebAssembly-WASI-0ba0c5e_GH0.tar.gz) = f231e8f31836b50ecec4ca0e3ff617e03f23f9a1270e454b9b938def39af4173
SIZE (WebAssembly-WASI-0ba0c5e_GH0.tar.gz) = 200992
SHA256 (WebAssembly-wasi-crypto-67d9821_GH0.tar.gz) = 0a1d00edb8443cb6780a6f55794cc1cef260c8acd9b65bc5c648707f4e8c2221
SIZE (WebAssembly-wasi-crypto-67d9821_GH0.tar.gz) = 137391
SHA256 (WebAssembly-wasi-http-1c95bc2_GH0.tar.gz) = 923ef83c9f871826666fd5f8f8377d5701ea417a4c5892d3c86c10c3e9582905
SIZE (WebAssembly-wasi-http-1c95bc2_GH0.tar.gz) = 25236
SHA256 (WebAssembly-wasi-nn-8adc5b9_GH0.tar.gz) = 9c5e85c1e266bc072f6572694ad48bc5eedc66d234a2b458e7d22b8ee8225645
SIZE (WebAssembly-wasi-nn-8adc5b9_GH0.tar.gz) = 339920
SHA256 (WebAssembly-testsuite-7ef86dd_GH0.tar.gz) = cd16623d333bb136353facd7c8bd316258369468a52eb6ea1a2fc89b576fd8e7
SIZE (WebAssembly-testsuite-7ef86dd_GH0.tar.gz) = 619412
SHA256 (WebAssembly-wasi-testsuite-09517e5_GH0.tar.gz) = db97389d7e04a10f38827d41fce8cfd8451643133ee7423debfafec593e16600
SIZE (WebAssembly-wasi-testsuite-09517e5_GH0.tar.gz) = 7679709
SHA256 (WebAssembly-wasi-threads-e1893c0_GH0.tar.gz) = 451677e69ee3958fcd8798eeba6975afc3fb13c6dbd5c94b68e9bb2b8c10dfd5
SIZE (WebAssembly-wasi-threads-e1893c0_GH0.tar.gz) = 9737

View File

@ -0,0 +1,5 @@
Wasmtime is a Bytecode Alliance project that is a standalone
wasm-only optimizing runtime for WebAssembly and WASI. It runs
WebAssembly code outside of the Web, and can be used both as a
command-line utility or as a library embedded in a larger
application.

View File

@ -1,5 +1,5 @@
PORTNAME= Calendar-Simple
PORTVERSION= 2.0.1
PORTVERSION= 2.0.3
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DAVECROSS

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1634128242
SHA256 (Calendar-Simple-v2.0.1.tar.gz) = a2c27a1cd1c461cde0c144f0cd798a6b882f1c442d37d485e391ef72621b3b69
SIZE (Calendar-Simple-v2.0.1.tar.gz) = 7079
TIMESTAMP = 1690966543
SHA256 (Calendar-Simple-v2.0.3.tar.gz) = 63935c8d659975a57d7d54b041ceccdc022bddf14eb5dae1149b41917880ea21
SIZE (Calendar-Simple-v2.0.3.tar.gz) = 7302

View File

@ -1,5 +1,5 @@
PORTNAME= pyupgrade
PORTVERSION= 3.9.0
PORTVERSION= 3.10.1
CATEGORIES= devel
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1689430837
SHA256 (pyupgrade-3.9.0.tar.gz) = a4c7132f4614f7acbacb756275c8a7881ad418f8a1c6ff6512c30dcf4c98f500
SIZE (pyupgrade-3.9.0.tar.gz) = 43608
TIMESTAMP = 1690904493
SHA256 (pyupgrade-3.10.1.tar.gz) = 1d8d138c2ccdd3c42b1419230ae036d5607dc69465a26feacc069642fc8d1b90
SIZE (pyupgrade-3.10.1.tar.gz) = 43399

View File

@ -1,5 +1,6 @@
PORTNAME= qscintilla2
PORTVERSION= ${QSCI2_VERSION}
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITES_QSCI2}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}qt5-

View File

@ -0,0 +1,18 @@
PORTNAME= versioneer-518
DISTVERSION= 0.19
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Easy VCS-based management of project version strings
WWW= https://github.com/python-versioneer/python-versioneer
LICENSE= UNLICENSE
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1690881265
SHA256 (versioneer-518-0.19.tar.gz) = a287608997415f45401849d1227a42bb41b80a6e4a7da5776666f85ce6faec41
SIZE (versioneer-518-0.19.tar.gz) = 17241

View File

@ -0,0 +1,5 @@
Versioneer is a tool for managing a recorded version number in setuptools-based
python projects. The goal is to remove the tedious and error-prone "update the
embedded version string" step from your release process. Making a new release
should be as easy as recording a new tag in your version-control system, and
maybe making new tarballs.

View File

@ -1,5 +1,5 @@
PORTNAME= strong_migrations
PORTVERSION= 1.5.0
PORTVERSION= 1.6.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 61

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1689430630
SHA256 (rubygem/strong_migrations-1.5.0.gem) = 2d25d6333fe0ba09ee0e9d6b494d72d3c6be74ed44289cc5da8b7d0c8f33975a
SIZE (rubygem/strong_migrations-1.5.0.gem) = 27648
TIMESTAMP = 1690912389
SHA256 (rubygem/strong_migrations-1.6.0.gem) = b18af83f9c4adf62b0c58fdb87035b62e261856412106e8ce030804631888897
SIZE (rubygem/strong_migrations-1.6.0.gem) = 28160

View File

@ -1,6 +1,6 @@
PORTNAME= xbyak
DISTVERSIONPREFIX= v
DISTVERSION= 6.71
DISTVERSION= 6.72
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1690703150
SHA256 (herumi-xbyak-v6.71_GH0.tar.gz) = caa98213d7f5c86720d06bae22ddb71a6b8bbeeac3d7dbfacc01136bc2e5a9ec
SIZE (herumi-xbyak-v6.71_GH0.tar.gz) = 250457
TIMESTAMP = 1690952345
SHA256 (herumi-xbyak-v6.72_GH0.tar.gz) = ea24dd345c74de196dc89724bb8ac02f712981c41a78b8db3568513965dbc8de
SIZE (herumi-xbyak-v6.72_GH0.tar.gz) = 250644

View File

@ -1,5 +1,6 @@
PORTNAME= xeus
DISTVERSION= 3.1.0
PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
@ -23,10 +24,4 @@ GH_ACCOUNT= jupyter-xeus
CMAKE_OFF= BUILD_STATIC_LIBS
CMAKE_TESTING_ON= XEUS_BUILD_TESTS
OPTIONS_DEFINE= NATIVE
NATIVE_DESC= Build with native optimizations (-march=native)
NATIVE_CMAKE_ON= -DXEUS_DISABLE_ARCH_NATIVE=OFF
NATIVE_CMAKE_OFF= -DXEUS_DISABLE_ARCH_NATIVE=ON
.include <bsd.port.mk>

View File

@ -1,6 +1,6 @@
PORTNAME= amass
DISTVERSIONPREFIX= v
DISTVERSION= 4.0.4
DISTVERSION= 4.1.0
CATEGORIES= dns
MAINTAINER= yuri@FreeBSD.org

View File

@ -1,5 +1,5 @@
TIMESTAMP = 1690333664
SHA256 (go/dns_amass/amass-v4.0.4/v4.0.4.mod) = 308745337c16afc466310bfa37b2e5756663a9c8d8165960908249a31972af1b
SIZE (go/dns_amass/amass-v4.0.4/v4.0.4.mod) = 4117
SHA256 (go/dns_amass/amass-v4.0.4/v4.0.4.zip) = 7503e84ac3ac6396846fdd0f4c6d25aa6279d5ac525f79492e802517872bcc22
SIZE (go/dns_amass/amass-v4.0.4/v4.0.4.zip) = 20553988
TIMESTAMP = 1690939765
SHA256 (go/dns_amass/amass-v4.1.0/v4.1.0.mod) = e5e9379ad79a9cff7d1baf266e49ada2986eef7afbbe272ace071a0afa5ef7c0
SIZE (go/dns_amass/amass-v4.1.0/v4.1.0.mod) = 4081
SHA256 (go/dns_amass/amass-v4.1.0/v4.1.0.zip) = e7ae4338aa07a3ecb06ebf23348d53390de77bc5fefc69c7c2f76366f07d47c5
SIZE (go/dns_amass/amass-v4.1.0/v4.1.0.zip) = 20555718

View File

@ -333,8 +333,6 @@ BINARY_ALIAS= sed=gsed
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD && ( \
(${OSVERSION} >= 1300525 && ${OSVERSION} < 1301000) || \
(${OSVERSION} >= 1301500 && ${OSVERSION} < 1301502) || \
(${OSVERSION} >= 1400051 && ${OSVERSION} < 1400057))
BROKEN= please update FreeBSD base system first to fix an ABI incompatibility
.endif

View File

@ -203,7 +203,6 @@ WITH= SDK
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD && ( \
(${OSVERSION} >= 1301500 && ${OSVERSION} < 1301502) || \
(${OSVERSION} >= 1400051 && ${OSVERSION} < 1400057))
BROKEN= please update FreeBSD base system first to fix an ABI incompatibility
.endif

View File

@ -233,7 +233,6 @@ WITH= SDK
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD && ( \
(${OSVERSION} >= 1301500 && ${OSVERSION} < 1301502) || \
(${OSVERSION} >= 1400051 && ${OSVERSION} < 1400057))
BROKEN= please update FreeBSD base system first to fix an ABI incompatibility
.endif

View File

@ -1,6 +1,6 @@
PORTNAME= orbiton
DISTVERSIONPREFIX= v
DISTVERSION= 2.62.7
DISTVERSION= 2.62.9
CATEGORIES= editors
MAINTAINER= yuri@FreeBSD.org

View File

@ -1,5 +1,5 @@
TIMESTAMP = 1690087611
SHA256 (go/editors_orbiton/orbiton-v2.62.7/v2.62.7.mod) = 255f73f06e93fa371a1fd1f40d0dc5c6b5651d1bbfc8af08fbf6d191bcd499b4
SIZE (go/editors_orbiton/orbiton-v2.62.7/v2.62.7.mod) = 2127
SHA256 (go/editors_orbiton/orbiton-v2.62.7/v2.62.7.zip) = 963f42320501af4bb7beb83dee69d821a0e33251cff773268c6c130cb916b451
SIZE (go/editors_orbiton/orbiton-v2.62.7/v2.62.7.zip) = 940846
TIMESTAMP = 1690939693
SHA256 (go/editors_orbiton/orbiton-v2.62.9/v2.62.9.mod) = 549fea207512a1a1ec534ed14697d4fde114aa62655cef0544188adfc7927d2e
SIZE (go/editors_orbiton/orbiton-v2.62.9/v2.62.9.mod) = 2127
SHA256 (go/editors_orbiton/orbiton-v2.62.9/v2.62.9.zip) = 6b44446bb4d360d48eeaddbddb82dd88173d4351b6adbcb6ad8ce9f6d080457d
SIZE (go/editors_orbiton/orbiton-v2.62.9/v2.62.9.zip) = 941761

View File

@ -202,8 +202,7 @@ EXTRA_PATCHES+= ${PATCHDIR}/extrapatch-src_VBox_Devices_PC_DevFwCommon.cpp
# 2) llvm15 in FreeBSD miscompiles virtualbox 6.1 causing errors: PR#270189.
# Force llvm from ports.
.if ${OPSYS} == FreeBSD && \
(${OSVERSION} < 1203502 || ${OSVERSION} >= 1300000 && ${OSVERSION} < 1300109 || \
${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 || ${OSVERSION} >= 1400079)
(${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 || ${OSVERSION} >= 1400079)
# USES must be before .include <bsd.port.pre.mk>, but CHOSEN_COMPILER_TYPE must be after.
# This is a workaround with possibility to define different llvm via VBOX_LLVM_VER in make.conf.
#USES+= llvm:min=11,max=14

View File

@ -1,5 +1,5 @@
PORTNAME= cdogs-sdl
PORTVERSION= 1.4.2
PORTVERSION= 1.5.0
CATEGORIES= games
MAINTAINER= bofh@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1684068731
SHA256 (cxong-cdogs-sdl-1.4.2_GH0.tar.gz) = 9afc65dfb3e2672495b178ccc647f07656539e3c3787f852926a3ea8e2ca830f
SIZE (cxong-cdogs-sdl-1.4.2_GH0.tar.gz) = 35799287
TIMESTAMP = 1690901556
SHA256 (cxong-cdogs-sdl-1.5.0_GH0.tar.gz) = ca1a25fae68ddaf5e05dcc1cfe07d786863026599865111782ac6b2aa7a2f73f
SIZE (cxong-cdogs-sdl-1.5.0_GH0.tar.gz) = 35772274

View File

@ -1,5 +1,6 @@
bin/cdogs-sdl
bin/cdogs-sdl-editor
share/applications/io.github.cxong.cdogs-sdl.desktop
%%DATADIR%%/README.md
%%DATADIR%%/data/.wolf3d/SD2.cdogscpn/campaign.json
%%DATADIR%%/data/.wolf3d/SD2.cdogscpn/characters.json
@ -579,7 +580,6 @@ bin/cdogs-sdl-editor
%%DATADIR%%/graphics/barrel_wood_wreck.png
%%DATADIR%%/graphics/bd.png
%%DATADIR%%/graphics/bd.txt
%%DATADIR%%/graphics/beam.txt
%%DATADIR%%/graphics/bed.png
%%DATADIR%%/graphics/bench.png
%%DATADIR%%/graphics/bench_wreck.png
@ -753,6 +753,15 @@ bin/cdogs-sdl-editor
%%DATADIR%%/graphics/chars/death_16x22.png
%%DATADIR%%/graphics/chars/explosion.txt
%%DATADIR%%/graphics/chars/explosion_96x96.png
%%DATADIR%%/graphics/chars/facehairs/beard_10x10.png
%%DATADIR%%/graphics/chars/facehairs/dutch_10x10.png
%%DATADIR%%/graphics/chars/facehairs/handlebar_10x10.png
%%DATADIR%%/graphics/chars/glasses/cyber_shades_10x10.png
%%DATADIR%%/graphics/chars/glasses/cyborg_10x10.png
%%DATADIR%%/graphics/chars/glasses/eye_patch_10x10.png
%%DATADIR%%/graphics/chars/glasses/goggles_10x10.png
%%DATADIR%%/graphics/chars/glasses/shades_10x10.png
%%DATADIR%%/graphics/chars/glasses/ski_goggles_10x10.png
%%DATADIR%%/graphics/chars/guns/blaster_20x20.png
%%DATADIR%%/graphics/chars/guns/blaster_white_20x20.png
%%DATADIR%%/graphics/chars/guns/blaster_yellow_20x20.png
@ -779,30 +788,20 @@ bin/cdogs-sdl-editor
%%DATADIR%%/graphics/chars/guns/shotgun_30x22.png
%%DATADIR%%/graphics/chars/guns/shotgun_green_30x22.png
%%DATADIR%%/graphics/chars/guns/zapper_20x20.png
%%DATADIR%%/graphics/chars/hairs/beard_10x10.png
%%DATADIR%%/graphics/chars/hairs/beret_10x10.png
%%DATADIR%%/graphics/chars/hairs/combat_helmet_12x12.png
%%DATADIR%%/graphics/chars/hairs/cyber_shades_10x10.png
%%DATADIR%%/graphics/chars/hairs/cyborg_10x10.png
%%DATADIR%%/graphics/chars/hairs/donut_10x10.png
%%DATADIR%%/graphics/chars/hairs/dutch_10x10.png
%%DATADIR%%/graphics/chars/hairs/eye_patch_10x10.png
%%DATADIR%%/graphics/chars/hairs/flattop_10x10.png
%%DATADIR%%/graphics/chars/hairs/goggles_10x10.png
%%DATADIR%%/graphics/chars/hairs/hazmat_10x12.png
%%DATADIR%%/graphics/chars/hairs/helmet_10x12.png
%%DATADIR%%/graphics/chars/hairs/hogan_10x10.png
%%DATADIR%%/graphics/chars/hairs/horns_10x12.png
%%DATADIR%%/graphics/chars/hairs/license.txt
%%DATADIR%%/graphics/chars/hairs/mad_doc_10x10.png
%%DATADIR%%/graphics/chars/hairs/mohawk_10x14.png
%%DATADIR%%/graphics/chars/hairs/peak_cap_10x12.png
%%DATADIR%%/graphics/chars/hairs/pigtails_14x12.png
%%DATADIR%%/graphics/chars/hairs/ponytail_14x12.png
%%DATADIR%%/graphics/chars/hairs/professor_10x10.png
%%DATADIR%%/graphics/chars/hairs/riot_helmet_10x10.png
%%DATADIR%%/graphics/chars/hairs/shades_10x10.png
%%DATADIR%%/graphics/chars/hairs/ski_goggles_10x10.png
%%DATADIR%%/graphics/chars/hairs/rattail_10x10.png
%%DATADIR%%/graphics/chars/hairs/widows_10x10.png
%%DATADIR%%/graphics/chars/hats/beret_10x10.png
%%DATADIR%%/graphics/chars/hats/combat_helmet_12x12.png
%%DATADIR%%/graphics/chars/hats/hazmat_10x12.png
%%DATADIR%%/graphics/chars/hats/helmet_10x12.png
%%DATADIR%%/graphics/chars/hats/horns_10x12.png
%%DATADIR%%/graphics/chars/hats/peak_cap_10x12.png
%%DATADIR%%/graphics/chars/hats/riot_helmet_10x10.png
%%DATADIR%%/graphics/chars/heads/README.md
%%DATADIR%%/graphics/chars/heads/bugeye_10x10.png
%%DATADIR%%/graphics/chars/heads/cyborg_10x10.png
@ -818,6 +817,7 @@ bin/cdogs-sdl-editor
%%DATADIR%%/graphics/chars/heads/skull.txt
%%DATADIR%%/graphics/chars/heads/skull_12x12.png
%%DATADIR%%/graphics/chars/heads/skull_big_12x14.png
%%DATADIR%%/graphics/chars/license.txt
%%DATADIR%%/graphics/chemo_gun.png
%%DATADIR%%/graphics/chemo_gun.txt
%%DATADIR%%/graphics/chip1.png
@ -1376,7 +1376,6 @@ bin/cdogs-sdl-editor
%%DATADIR%%/graphics/door/office/yellow_top.png
%%DATADIR%%/graphics/door/office/yellow_v.png
%%DATADIR%%/graphics/door/office/yellow_vmid.png
%%DATADIR%%/graphics/door/office2/base/LICENSE.txt
%%DATADIR%%/graphics/door/office2/base/bottom.png
%%DATADIR%%/graphics/door/office2/base/h.png
%%DATADIR%%/graphics/door/office2/base/key/blue_bottom.png
@ -1611,8 +1610,8 @@ bin/cdogs-sdl-editor
%%DATADIR%%/graphics/drain1.txt
%%DATADIR%%/graphics/drain2.png
%%DATADIR%%/graphics/drain2.txt
%%DATADIR%%/graphics/dynamite_active_10x9.txt
%%DATADIR%%/graphics/dynamite_active_16x16.png
%%DATADIR%%/graphics/dynamite_active_16x16.txt
%%DATADIR%%/graphics/dynamite_pickup.png
%%DATADIR%%/graphics/dynamite_pickup.txt
%%DATADIR%%/graphics/editor/add.png
@ -1646,7 +1645,6 @@ bin/cdogs-sdl-editor
%%DATADIR%%/graphics/egg_wreck_18x10.png
%%DATADIR%%/graphics/exits/hazard/normal.png
%%DATADIR%%/graphics/exits/hazard/shadow.png
%%DATADIR%%/graphics/exits/hazard2/LICENSE.txt
%%DATADIR%%/graphics/exits/hazard2/normal.png
%%DATADIR%%/graphics/exits/hazard2/shadow.png
%%DATADIR%%/graphics/exits/plate/normal.png
@ -1677,8 +1675,8 @@ bin/cdogs-sdl-editor
%%DATADIR%%/graphics/flower.txt
%%DATADIR%%/graphics/flower_wreck.png
%%DATADIR%%/graphics/folder.png
%%DATADIR%%/graphics/folder2.txt
%%DATADIR%%/graphics/folder2.png
%%DATADIR%%/graphics/folder2.txt
%%DATADIR%%/graphics/font.json
%%DATADIR%%/graphics/font.png
%%DATADIR%%/graphics/frag_grenade_pickup.png
@ -1781,6 +1779,7 @@ bin/cdogs-sdl-editor
%%DATADIR%%/graphics/paper2.png
%%DATADIR%%/graphics/paper2.txt
%%DATADIR%%/graphics/particles/README.md
%%DATADIR%%/graphics/particles/beam.txt
%%DATADIR%%/graphics/particles/beam_16x16.png
%%DATADIR%%/graphics/particles/beam_bright.txt
%%DATADIR%%/graphics/particles/beam_bright_24x24.png
@ -2899,14 +2898,14 @@ bin/cdogs-sdl-editor
%%DATADIR%%/sounds/explosion/7.ogg
%%DATADIR%%/sounds/explosion/8.ogg
%%DATADIR%%/sounds/explosion/license.txt
%%DATADIR%%/sounds/explosion_small.ogg
%%DATADIR%%/sounds/explosion_small.txt
%%DATADIR%%/sounds/explosion_small.wav
%%DATADIR%%/sounds/fireball.txt
%%DATADIR%%/sounds/fireball.wav
%%DATADIR%%/sounds/flamer.ogg
%%DATADIR%%/sounds/flamer.txt
%%DATADIR%%/sounds/flamer_pickup.txt
%%DATADIR%%/sounds/flamer_switch.ogg
%%DATADIR%%/sounds/flamer_switch.txt
%%DATADIR%%/sounds/footsteps/README.md
%%DATADIR%%/sounds/footsteps/bones/0.ogg
%%DATADIR%%/sounds/footsteps/bones/1.ogg
@ -3068,6 +3067,7 @@ bin/cdogs-sdl-editor
%%DATADIR%%/sounds/hits/gas/6.ogg
%%DATADIR%%/sounds/hits/gas/7.ogg
%%DATADIR%%/sounds/hits/gas/8.ogg
%%DATADIR%%/sounds/hits/gas/license.txt
%%DATADIR%%/sounds/hits/hard/0.ogg
%%DATADIR%%/sounds/hits/hard/1.ogg
%%DATADIR%%/sounds/hits/hard/2.ogg
@ -3218,7 +3218,6 @@ bin/cdogs-sdl-editor
%%DATADIR%%/sounds/victory.txt
%%DATADIR%%/sounds/whistle.ogg
%%DATADIR%%/sounds/whistle.txt
share/applications/io.github.cxong.cdogs-sdl.desktop
share/icons/hicolor/128x128/apps/io.github.cxong.cdogs-sdl.png
share/icons/hicolor/16x16/apps/io.github.cxong.cdogs-sdl.png
share/icons/hicolor/22x22/apps/io.github.cxong.cdogs-sdl.png

View File

@ -521,6 +521,7 @@
SUBDIR += libwmf
SUBDIR += libwmf-nox11
SUBDIR += libwpg03
SUBDIR += libxisf
SUBDIR += libyuv
SUBDIR += libzmf
SUBDIR += lightzone

View File

@ -1,6 +1,6 @@
PORTNAME= bgfx
DISTVERSIONPREFIX= v
DISTVERSION= 1.121.8534-453
DISTVERSION= 1.121.8558-454
CATEGORIES= graphics
MAINTAINER= yuri@FreeBSD.org
@ -10,16 +10,16 @@ WWW= https://bkaradzic.github.io/bgfx/overview.html
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake:testing compiler:c++14-lang gl localbase:ldflags xorg
USES= cmake:testing compiler:c++17-lang gl localbase:ldflags xorg
USE_GL= glu opengl
USE_XORG= ice x11 xext sm
USE_GITHUB= yes
GH_ACCOUNT= bkaradzic
GH_PROJECT= bgfx.cmake
GH_TUPLE= bkaradzic:bgfx:e2c5b1d:bgfx/bgfx \
GH_TUPLE= bkaradzic:bgfx:8b6a6bd:bgfx/bgfx \
bkaradzic:bimg:ec02df8:bimg/bimg \
bkaradzic:bx:96748d9:bx/bx
bkaradzic:bx:198cd12:bx/bx
CMAKE_OFF= BGFX_BUILD_EXAMPLES BGFX_INSTALL_EXAMPLES \
BGFX_CUSTOM_TARGETS

View File

@ -1,9 +1,9 @@
TIMESTAMP = 1689482100
SHA256 (bkaradzic-bgfx.cmake-v1.121.8534-453_GH0.tar.gz) = e604f77e8e9ba0b0fa810b65a2b019cbc04367a964a019d6b3d3bbec181d541c
SIZE (bkaradzic-bgfx.cmake-v1.121.8534-453_GH0.tar.gz) = 32767
SHA256 (bkaradzic-bgfx-e2c5b1d_GH0.tar.gz) = 269fe39ee6b269533c197dd17349d140f1c1bca205ea722b073d617cc4ebfea1
SIZE (bkaradzic-bgfx-e2c5b1d_GH0.tar.gz) = 103039558
TIMESTAMP = 1690955330
SHA256 (bkaradzic-bgfx.cmake-v1.121.8558-454_GH0.tar.gz) = e8cd069998303e5d30d3c24d42c66d3a1248bbb4407299f1e3db073583d1b8f1
SIZE (bkaradzic-bgfx.cmake-v1.121.8558-454_GH0.tar.gz) = 32759
SHA256 (bkaradzic-bgfx-8b6a6bd_GH0.tar.gz) = ff6b15fd99d2c8f1adaf5df409a5fba9fb7eccc86f29f80182f7679badbd32d8
SIZE (bkaradzic-bgfx-8b6a6bd_GH0.tar.gz) = 103033373
SHA256 (bkaradzic-bimg-ec02df8_GH0.tar.gz) = 0828e01e22129caf877afeed060308a58c39a49d7d242e2f921fc10910e97315
SIZE (bkaradzic-bimg-ec02df8_GH0.tar.gz) = 760301
SHA256 (bkaradzic-bx-96748d9_GH0.tar.gz) = 399670505f594042f074b780db784664e14d705ccfdca064fffa3961326bb83d
SIZE (bkaradzic-bx-96748d9_GH0.tar.gz) = 1591803
SHA256 (bkaradzic-bx-198cd12_GH0.tar.gz) = d98149f907e61dbbad6710c75a268a26a36fc911b06966eae11def09772d590b
SIZE (bkaradzic-bx-198cd12_GH0.tar.gz) = 1591739

View File

@ -0,0 +1,11 @@
--- bx/include/bx/platform.h.orig 2023-08-02 05:50:26 UTC
+++ bx/include/bx/platform.h
@@ -464,7 +464,7 @@
#if BX_PLATFORM_BSD \
|| BX_PLATFORM_HAIKU \
|| BX_PLATFORM_HURD
-static_assert(false, "\n\n"
+static_assert(true, "\n\n"
"\t** IMPORTANT! **\n\n"
"\tYou're compiling for unsupported platform!\n"
"\tIf you wish to support this platform, make your own fork, and modify code for _yourself_.\n"

View File

@ -1,6 +1,6 @@
PORTNAME= filament
DISTVERSIONPREFIX= v
DISTVERSION= 1.40.3
DISTVERSION= 1.40.4
CATEGORIES= graphics
MAINTAINER= yuri@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1690605018
SHA256 (google-filament-v1.40.3_GH0.tar.gz) = badbf681378c547638af8dae1e6ab725a4ac9b3387efe312053fc8e2937d2487
SIZE (google-filament-v1.40.3_GH0.tar.gz) = 501944042
TIMESTAMP = 1690952777
SHA256 (google-filament-v1.40.4_GH0.tar.gz) = dbd77e5b2d6b534380879e0f2d20076c8de56833f9988fa649934bf9b0386470
SIZE (google-filament-v1.40.4_GH0.tar.gz) = 501945184

View File

@ -1,6 +1,5 @@
PORTNAME= geoserver
PORTVERSION= 2.23.1
PORTREVISION= 1
PORTVERSION= 2.23.2
CATEGORIES= graphics geography java
MASTER_SITES= SF/${PORTNAME}/GeoServer/${PORTVERSION}
DISTNAME= ${PORTNAME}-${PORTVERSION}-bin
@ -31,17 +30,17 @@ GEODIRS= data_dir etc lib logs modules resources webapps
PLIST_SUB= BATIK=1.16 \
ECLIPSE=2.15.0 \
G="${GEOSERVERDIR:S,^${PREFIX}/,,}" \
GWC=1.23.0 \
GWC=1.23.1 \
IMAGEIO=1.4.7 \
JETTY=9.4.48.v20220622 \
JETTY=9.4.51.v20230217 \
JNA=5.12.1 \
JT1=1.6.0 \
JT=1.1.24 \
MVER=${PORTVERSION} \
SI=2.1 \
SPRING=5.3.26 \
SPRING=5.3.27 \
SPRINGS=5.7.8 \
VER1=29.1 \
VER1=29.2 \
VER3=1.1.3 \
WICKET=7.18.0

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1685708971
SHA256 (geoserver-2.23.1-bin.zip) = d197079c3570e5ab7075ea987905df4538a8d3fa6544b4c396348c6fcd54f9fe
SIZE (geoserver-2.23.1-bin.zip) = 119749074
TIMESTAMP = 1690898725
SHA256 (geoserver-2.23.2-bin.zip) = e333ad71459e6ffcee6c4637c0d09805e4ad45281ad9b9b506705afaa732782c
SIZE (geoserver-2.23.2-bin.zip) = 118299233

View File

@ -557,13 +557,6 @@
%%G%%/lib/jetty-util-ajax-%%JETTY%%.jar
%%G%%/lib/jetty-webapp-%%JETTY%%.jar
%%G%%/lib/jetty-xml-%%JETTY%%.jar
%%G%%/lib/log4j-1.2-api-2.17.2.jar
%%G%%/lib/log4j-1.2.17.jar
%%G%%/lib/log4j-api-2.17.2.jar
%%G%%/lib/log4j-core-2.17.2.jar
%%G%%/lib/log4j-jcl-2.17.2.jar
%%G%%/lib/log4j-jul-2.17.2.jar
%%G%%/lib/log4j-slf4j-impl-2.17.2.jar
%%G%%/lib/xmlParserAPIs-2.6.2.jar
%%G%%/logs/keepme.txt
%%G%%/modules/bytebufferpool.mod
@ -607,20 +600,18 @@
%%G%%/webapps/%%G%%/WEB-INF/lib/batik-xml-%%BATIK%%.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/bcprov-jdk15on-1.69.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/bigint-0.7.1.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/byte-buddy-1.11.13.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/byte-buddy-agent-1.11.13.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/checker-qual-3.5.0.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/checker-qual-3.33.0.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/commons-beanutils-1.9.4.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/commons-codec-1.15.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/commons-collections-3.2.2.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/commons-collections4-4.2.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/commons-collections4-4.4.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/commons-compiler-3.0.8.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/commons-dbcp-1.4.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/commons-fileupload-1.5.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/commons-io-2.8.0.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/commons-jxpath-1.3.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/commons-lang-2.5.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/commons-lang3-3.8.1.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/commons-lang3-3.12.0.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/commons-logging-1.2.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/commons-pool-1.5.4.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/commons-text-1.10.0.jar
@ -629,7 +620,7 @@
%%G%%/webapps/%%G%%/WEB-INF/lib/ejml-core-0.41.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/ejml-ddense-0.41.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/encoder-1.1.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/error_prone_annotations-2.3.4.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/error_prone_annotations-%%SI%%8.0.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/ezmorph-1.0.6.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/failureaccess-1.0.1.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/freemarker-2.3.31.jar
@ -707,7 +698,7 @@
%%G%%/webapps/%%G%%/WEB-INF/lib/gt-xsd-wcs-%%VER1%%.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/gt-xsd-wfs-%%VER1%%.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/gt-xsd-wmts-%%VER1%%.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/guava-30.1-jre.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/guava-32.0.0-jre.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/gwc-core-%%GWC%%.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/gwc-diskquota-core-%%GWC%%.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/gwc-diskquota-jdbc-%%GWC%%.jar
@ -719,11 +710,10 @@
%%G%%/webapps/%%G%%/WEB-INF/lib/gwc-ve-%%GWC%%.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/gwc-wms-%%GWC%%.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/gwc-wmts-%%GWC%%.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/h2-1.1.119.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/hsqldb-2.7.1.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/httpclient-4.5.13.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/httpclient-cache-4.5.13.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/httpcore-4.4.10.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/httpclient-4.5.14.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/httpclient-cache-4.5.14.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/httpcore-4.4.16.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/imageio-ext-arcgrid-%%IMAGEIO%%.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/imageio-ext-cog-commons-%%IMAGEIO%%.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/imageio-ext-cog-reader-%%IMAGEIO%%.jar
@ -735,11 +725,11 @@
%%G%%/webapps/%%G%%/WEB-INF/lib/imageio-ext-utilities-%%IMAGEIO%%.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/indriya-%%SI%%.3.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/istack-commons-runtime-3.0.7.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/j2objc-annotations-1.3.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/jackson-annotations-2.13.2.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/jackson-core-2.13.2.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/jackson-databind-2.13.4.2.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/jackson-dataformat-xml-2.13.2.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/j2objc-annotations-2.8.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/jackson-annotations-%%SI%%5.2.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/jackson-core-%%SI%%5.2.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/jackson-databind-%%SI%%5.2.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/jackson-dataformat-xml-%%SI%%5.2.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/jai_codec-%%VER3%%.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/jai_core-%%VER3%%.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/jai_imageio-1.1.jar
@ -812,14 +802,12 @@
%%G%%/webapps/%%G%%/WEB-INF/lib/log4j-slf4j-impl-2.17.2.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/mail-1.4.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/marlin-0.9.3.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/mockito-core-3.12.4.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/mxparser-1.2.2.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/net.opengis.fes-%%VER1%%.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/net.opengis.ows-%%VER1%%.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/net.opengis.wcs-%%VER1%%.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/net.opengis.wfs-%%VER1%%.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/net.opengis.wmts-%%VER1%%.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/objenesis-3.2.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/openpdf-1.3.26.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/org.eclipse.emf.common-2.15.0.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/org.eclipse.emf.ecore-2.15.0.jar
@ -829,9 +817,9 @@
%%G%%/webapps/%%G%%/WEB-INF/lib/oshi-core-6.2.2.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/picocontainer-1.2.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/pngj-2.0.1.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/postgresql-42.4.3.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/postgresql-42.6.0.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/re2j-1.6.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/serializer-2.7.2.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/serializer-2.7.3.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/si-quantity-%%SI%%.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/si-units-%%SI%%.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/slf4j-api-1.7.25.jar
@ -851,7 +839,7 @@
%%G%%/webapps/%%G%%/WEB-INF/lib/spring-tx-%%SPRING%%.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/spring-web-%%SPRING%%.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/spring-webmvc-%%SPRING%%.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/sqlite-jdbc-3.34.0.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/sqlite-jdbc-3.41.2.2.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/stax-ex-1.8.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/stax2-api-4.2.1.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/systems-common-%%SI%%.jar
@ -866,7 +854,7 @@
%%G%%/webapps/%%G%%/WEB-INF/lib/wicket-webjars-0.5.3.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/wicketstuff-select2-%%WICKET%%.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/woodstox-core-6.4.0.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/xalan-2.7.2.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/xalan-2.7.3.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/xml-apis-ext-1.3.04.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/xml-commons-resolver-1.2.jar
%%G%%/webapps/%%G%%/WEB-INF/lib/xmlgraphics-commons-2.7.jar

View File

@ -1,6 +1,5 @@
PORTNAME= libopenraw
PORTVERSION= 0.3.6
PORTREVISION= 2
PORTVERSION= 0.3.7
CATEGORIES= graphics
MASTER_SITES= http://libopenraw.freedesktop.org/download/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}

View File

@ -1,6 +1,6 @@
TIMESTAMP = 1686675747
SHA256 (libopenraw-0.3.6.tar.bz2) = 77c944914a37c63ce881174f9825c11951fb99755d4f4b02dd8a604fca83fccd
SIZE (libopenraw-0.3.6.tar.bz2) = 3026030
TIMESTAMP = 1690893303
SHA256 (libopenraw-0.3.7.tar.bz2) = 5515b2610361ef34580b6b976635119f6dedb4f0a79d54662fa5fe6186a45ed5
SIZE (libopenraw-0.3.7.tar.bz2) = 3026490
SHA256 (rust/crates/ahash-0.7.6.crate) = fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47
SIZE (rust/crates/ahash-0.7.6.crate) = 38030
SHA256 (rust/crates/aho-corasick-0.7.18.crate) = 1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f

View File

@ -20,10 +20,10 @@ include/libopenraw-%%VER%%/libopenraw/types.h
lib/libopenraw.a
lib/libopenraw.so
lib/libopenraw.so.9
lib/libopenraw.so.9.0.6
lib/libopenraw.so.9.0.7
%%GNOME%%lib/libopenrawgnome.a
%%GNOME%%lib/libopenrawgnome.so
%%GNOME%%lib/libopenrawgnome.so.9
%%GNOME%%lib/libopenrawgnome.so.9.0.6
%%GNOME%%lib/libopenrawgnome.so.9.0.7
libdata/pkgconfig/libopenraw-%%VER%%.pc
%%GNOME%%libdata/pkgconfig/libopenraw-gnome-%%VER%%.pc

30
graphics/libxisf/Makefile Normal file
View File

@ -0,0 +1,30 @@
PORTNAME= libxisf
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.8
CATEGORIES= graphics astro
MASTER_SITES= https://gitea.nouspiro.space/nou/libXISF/archive/
DISTNAME= ${DISTVERSIONPREFIX}${DISTVERSION}
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= jhale@FreeBSD.org
COMMENT= Library to read and write XISF files produced by PixInsight
WWW= https://gitea.nouspiro.space/nou/libXISF
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= liblz4.so:archivers/liblz4 \
libpugixml.so:textproc/pugixml
USES= cmake compiler:c++17-lang pkgconfig
USE_LDCONFIG= yes
CMAKE_OFF= USE_BUNDLED_LIBS
TEST_TARGET= test
WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST_SUB= VERSION=${DISTVERSION}
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1690907274
SHA256 (libxisf/v0.2.8.tar.gz) = 7a48889629cd4c7ef77cd307dceb2a7d713231a71ff2dd65d9bf9a82352b61af
SIZE (libxisf/v0.2.8.tar.gz) = 1610531

View File

@ -0,0 +1,2 @@
LibXISF is C++ library that can read and write XISF files produced by
PixInsight. It implements the XISF 1.0 specification.

View File

@ -0,0 +1,6 @@
include/libXISF_global.h
include/libxisf.h
lib/libXISF.so
lib/libXISF.so.0
lib/libXISF.so.%%VERSION%%
libdata/pkgconfig/libxisf.pc

View File

@ -1,6 +1,6 @@
PORTNAME= eisl
DISTVERSIONPREFIX= v
DISTVERSION= 3.24
DISTVERSION= 3.30
CATEGORIES= lang devel
MAINTAINER= yuri@FreeBSD.org
@ -24,6 +24,7 @@ TEST_TARGET= check # tests print some errors and warnings, see https://github.co
MAKEFILE= makefile
CFLAGS+= -D__BSD_VISIBLE # w/out this there's error: use of undeclared identifier '_SC_NPROCESSORS_CONF'
LDFLAGS+= -lncursesw
.include <bsd.port.options.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1689583888
SHA256 (sasagawa888-eisl-v3.24_GH0.tar.gz) = 8b8cc533a66e4139bb414a9ee5d4c0c5ca06ad0c99d3be52bdd726227de07747
SIZE (sasagawa888-eisl-v3.24_GH0.tar.gz) = 2155062
TIMESTAMP = 1690878856
SHA256 (sasagawa888-eisl-v3.30_GH0.tar.gz) = 6821d872c73e47f284bca77c31dbda64eef31efa4d2aae7da8c93ecf1b15bbf0
SIZE (sasagawa888-eisl-v3.30_GH0.tar.gz) = 2170799

View File

@ -1,5 +1,5 @@
PORTNAME= gcc
PORTVERSION= 11.4.1.s20230720
PORTVERSION= 11.4.1.s20230727
CATEGORIES= lang
MASTER_SITES= GCC/snapshots/${DIST_VERSION}
PKGNAMESUFFIX= ${SUFFIX}-devel

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1689908577
SHA256 (gcc-11-20230720.tar.xz) = 14996fb0a8aa45dec9031bffd42d9da553f4f79a5634c6c14a592472ed406c1a
SIZE (gcc-11-20230720.tar.xz) = 76212944
TIMESTAMP = 1690513359
SHA256 (gcc-11-20230727.tar.xz) = 144da96e72d5b5aa2e249596bef6b70b840f6ca1abac920d91b50d6e46c8aecd
SIZE (gcc-11-20230727.tar.xz) = 76213292

Some files were not shown because too many files have changed in this diff Show More