*/*: sync with upstream

Taken from: FreeBSD
This commit is contained in:
Franco Fichtner 2023-07-27 07:48:56 +02:00
parent 58701f2f62
commit 88f47fc1f6
254 changed files with 2475 additions and 1718 deletions

View File

@ -11,21 +11,23 @@ LICENSE= GPLv3 LGPL3
LICENSE_COMB= multi
USES= cmake compiler:c++11-lang
USE_LDCONFIG= yes
USE_CXXSTD= c++14
USE_GITHUB= yes
GH_ACCOUNT= SGL-UT
GH_PROJECT= GPSTk
USE_LDCONFIG= yes
MAKE_ENV= CXXFLAGS="${CXXFLAGS}"
DOCS= *.md
EXAMPLES= *
OPTIONS_DEFINE= DOCS EXAMPLES
OPTIONS_SUB= yes
PLIST_SUB= PORTVERSION=${PORTVERSION} \
SHLIB_VER=${PORTVERSION:R}
OPTIONS_DEFINE= DOCS EXAMPLES
OPTIONS_SUB= yes
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${DOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}

View File

@ -1,6 +1,6 @@
PORTNAME= merkaartor
PORTVERSION= 0.19.0
PORTREVISION= 14
PORTREVISION= 15
CATEGORIES= astro
MAINTAINER= dev2@heesakkers.info

View File

@ -1,6 +1,6 @@
PORTNAME= qmapshack
PORTVERSION= 1.16.1
PORTREVISION= 8
PORTREVISION= 9
DISTVERSIONPREFIX= V_
CATEGORIES= astro

View File

@ -1,5 +1,6 @@
PORTNAME= dmidiplayer
DISTVERSION= 1.7.2
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/v${DISTVERSION}/

View File

@ -1,5 +1,6 @@
PORTNAME= drumstick
DISTVERSION= 2.8.0
PORTREVISION= 1
CATEGORIES= audio multimedia
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/

View File

@ -1,5 +1,6 @@
PORTNAME= kid3
PORTVERSION= 3.9.4
PORTREVISION= 1
CATEGORIES= audio kde
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}
PKGNAMESUFFIX= -${FLAVOR}

View File

@ -1,6 +1,7 @@
PORTNAME= qjackctl
DISTVERSIONPREFIX= qjackctl_
DISTVERSION= 0_9_11
PORTREVISION= 1
CATEGORIES= audio
MAINTAINER= yuri@FreeBSD.org

View File

@ -1,5 +1,6 @@
PORTNAME= qmidictl
DISTVERSION= 0.9.10
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= SF

View File

@ -1,5 +1,6 @@
PORTNAME= qmidinet
DISTVERSION= 0.9.10
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= SF

View File

@ -1,6 +1,7 @@
PORTNAME= qsampler
DISTVERSIONPREFIX= qsampler_
DISTVERSION= 0_9_10
PORTREVISION= 1
CATEGORIES= audio
MAINTAINER= yuri@FreeBSD.org

View File

@ -1,5 +1,6 @@
PORTNAME= qsynth
DISTVERSION= 0.9.11
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= SF

View File

@ -1,5 +1,6 @@
PORTNAME= qxgedit
DISTVERSION= 0.9.10
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= SF

View File

@ -1,6 +1,7 @@
PORTNAME= sonivox-eas
DISTVERSIONPREFIX= v
DISTVERSION= 1.5.0
PORTREVISION= 1
CATEGORIES= audio
MAINTAINER= yuri@FreeBSD.org

View File

@ -1,6 +1,6 @@
PORTNAME= vmpk
DISTVERSION= 0.8.8
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= SF/vmpk/vmpk/${PORTVERSION}/

View File

@ -1,6 +1,7 @@
PORTNAME= ncbi-cxx-toolkit
DISTVERSIONPREFIX= release-
DISTVERSION= 27.0.0
PORTREVISION= 1
CATEGORIES= biology science devel
MAINTAINER= yuri@FreeBSD.org

View File

@ -16,7 +16,8 @@ BUILD_DEPENDS= cmake:devel/cmake-core \
USES= python:3.8-3.9
USE_PYTHON= autoplist distutils # autoplist produces incomplete plist, missing files are in pkg-plist. Reported to the upstream author fbergman@caltech.edu on 2021-08-17
MAKE_ENV= FREEBSD_MAKE_JOBS=${_MAKE_JOBS}
MAKE_ENV= CMAKE_BUILD_PARALLEL_LEVEL=${MAKE_JOBS_NUMBER}
post-install:
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/libsbml/_libsbml*.so

View File

@ -1,22 +0,0 @@
- workaround for https://github.com/sbmlteam/python-libsbml/issues/36
--- setup.py.orig 2023-05-25 10:49:17 UTC
+++ setup.py
@@ -248,7 +248,7 @@ class CMakeBuild(build_ext):
'-DWITH_LIBXML=OFF',
]
)
- self.spawn(['cmake', '--build', '.', '--target', 'install'] + build_args)
+ self.spawn(['cmake', '--build', '.', '-j', os.getenv('FREEBSD_MAKE_JOBS'), '--target', 'install'] + build_args)
os.chdir(cwd)
DEP_DIR = dep_inst_dir
@@ -297,7 +297,7 @@ class CMakeBuild(build_ext):
os.chdir(build_temp)
self.spawn(['cmake', SRC_DIR] + cmake_args)
if not self.dry_run:
- self.spawn(['cmake', '--build', '.', '--target', 'binding_python_lib'] + build_args)
+ self.spawn(['cmake', '--build', '.', '-j', os.getenv('FREEBSD_MAKE_JOBS'), '--target', 'binding_python_lib'] + build_args)
# at this point the build should be complete, and we have all the files
# neeed in the temp build_folder

View File

@ -14,7 +14,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
USES= motif
USES= motif xorg
USE_XORG= ice sm x11 xext xmu xt
FEATURES= MOTIF
@ -28,6 +29,12 @@ NLS_USES= gettext
NLS_VARS= FEATURES+=INT
OPTIMIZED_CFLAGS_VARS= FEATURES+=OPT
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
CFLAGS+= -Wno-error=incompatible-function-pointer-types -Dregister=
.endif
post-patch:
@${REINPLACE_CMD} -e 's|/usr/share/electric/lib/|${DATADIR}/lib/|; \
s|/usr/share/electric/doc/|${DOCSDIR}/|; \

View File

@ -14,6 +14,7 @@ SUB_FILES+= pkg-install
USES= compiler:c++11-lang dos2unix gmake gnome python qmake qt:5 \
tar:bzip2
USE_CXXSTD= c++14
USE_QT= buildtools concurrent core dbus gui imageformats network printsupport qmake serialport sql-sqlite3 svg xml
DOS2UNIX_REGEX= .*pro
USE_GITHUB= yes

View File

@ -1,6 +1,6 @@
PORTNAME= sumo
DISTVERSION= 1.2.0
PORTREVISION= 11
PORTREVISION= 12
CATEGORIES= cad
MASTER_SITES= http://www.dlr.de/ts/en/Portaldata/16/Resources/projekte/sumo/
DISTFILES= ${PORTNAME}-src-${DISTVERSIONFULL}${EXTRACT_SUFX}

View File

@ -46,6 +46,10 @@ ALL_TARGET= freebsd_old
LIB_DEPENDS+= libsuperlu.so:math/superlu
SUPERLU= superlu
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
CPPFLAGS+= -Dregister=
.endif
post-extract:
.for sup in gid tools test
${MV} ${WRKDIR}/${sup} ${WRKDIR}/Sources/

View File

@ -35,6 +35,12 @@ Z88_DATA= 51.txt z88.dyn z88.fcd z88elp.txt z88i1.txt z88i2.txt z88i5.txt z88int
OPTIONS_DEFINE= DOCS EXAMPLES
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
CFLAGS+= -Wno-error=incompatible-function-pointer-types
.endif
post-patch:
for x in ${BUILD_WRKSRC}/*; do ${REINPLACE_CMD} 's,z88v15os,Z88OS-15, ; s,gcc,${CC}, ; s,CFLAGS =,CFLAGS+=, ; s,-O2,, ; s,LDLIBSOX,LDFLAGS, ; s,LDFLAGS =,LDFLAGS+=, ; s,--copy-dt-needed-entries,,' $$x; done

View File

@ -1,6 +1,6 @@
PORTNAME= osm2pgsql
PORTVERSION= 1.8.1
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= converters geography
MAINTAINER= amdmi3@FreeBSD.org

View File

@ -1,6 +1,6 @@
PORTNAME= grass
PORTVERSION= 7.8.7
PORTREVISION= 8
PORTREVISION= 9
CATEGORIES= databases geography
MASTER_SITES= https://grass.osgeo.org/%SUBDIR%/ \
http://grass.cict.fr/%SUBDIR%/ \

View File

@ -1,6 +1,6 @@
PORTNAME= grass
DISTVERSION= 8.2.1
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= databases geography
MASTER_SITES= https://grass.osgeo.org/%SUBDIR%/ \
http://grass.cict.fr/%SUBDIR%/ \

View File

@ -1,6 +1,6 @@
PORTNAME= postgis
PORTVERSION= 3.0.8
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= databases geography
MASTER_SITES= https://download.osgeo.org/postgis/source/
PKGNAMESUFFIX= 30

View File

@ -1,6 +1,6 @@
PORTNAME= postgis
PORTVERSION= 3.1.8
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= databases geography
MASTER_SITES= https://download.osgeo.org/postgis/source/
PKGNAMESUFFIX= 31

View File

@ -1,6 +1,6 @@
PORTNAME= postgis
DISTVERSION= 3.2.4
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= databases geography
MASTER_SITES= https://download.osgeo.org/postgis/source/
PKGNAMESUFFIX= 32

View File

@ -1,6 +1,6 @@
PORTNAME= postgis
DISTVERSION= 3.3.2
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= databases geography
MASTER_SITES= https://download.osgeo.org/postgis/source/
PKGNAMESUFFIX= 33

View File

@ -1,6 +1,6 @@
PORTNAME= spatialite-tools
PORTVERSION= 5.0.1
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= databases geography
MASTER_SITES= http://www.gaia-gis.it/gaia-sins/

View File

@ -1,6 +1,6 @@
PORTNAME= spatialite
PORTVERSION= 5.0.1
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= databases geography
MASTER_SITES= http://www.gaia-gis.it/gaia-sins/libspatialite-sources/
DISTNAME= lib${PORTNAME}-${PORTVERSION}

View File

@ -1,6 +1,6 @@
PORTNAME= spatialite_gui
DISTVERSION= 2.1.0
PORTREVISION= 7
PORTREVISION= 8
DISTVERSIONSUFFIX= -beta1
CATEGORIES= databases geography
MASTER_SITES= http://www.gaia-gis.it/gaia-sins/spatialite-gui-sources/

View File

@ -1,5 +1,6 @@
PORTNAME= calibre
PORTVERSION= 6.23.0
PORTREVISION= 1
CATEGORIES= deskutils python
MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/ \
https://curl.haxx.se/ca/:cacert

View File

@ -1,5 +1,6 @@
PORTNAME= qmediamanager
DISTVERSION= 0.1.1
PORTREVISION= 1
CATEGORIES= deskutils
MAINTAINER= jwb@FreeBSD.org

View File

@ -7724,6 +7724,7 @@
SUBDIR += undead
SUBDIR += unibilium
SUBDIR += universal-ctags
SUBDIR += unordered-dense
SUBDIR += upnp
SUBDIR += upp
SUBDIR += upslug

View File

@ -1,5 +1,5 @@
PORTNAME= cpp11
DISTVERSION= 0.4.4
DISTVERSION= 0.4.5
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1688624491
SHA256 (cpp11_0.4.4.tar.gz) = 7256d56add317b40251e4389dba4037bfa587a024cdee00027be0fae5a898681
SIZE (cpp11_0.4.4.tar.gz) = 303635
TIMESTAMP = 1690368405
SHA256 (cpp11_0.4.5.tar.gz) = adcd61b702eb6ab3203e3cfb267e89d0e47020cd0bdef0c1a502ada104789b5e
SIZE (cpp11_0.4.5.tar.gz) = 304606

View File

@ -1,11 +1,13 @@
PORTNAME= clazy
DISTVERSION= 1.11
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel kde
MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}/src/
PATCH_SITES+= https://invent.kde.org/sdk/clazy/-/commit/
PATCHFILES+= 20fca52da739ebefa47e35f6b338bb99a0da3cfe.diff:-p1
PATCHFILES+= a05ac7eb6f6198c3f478bd7b5b4bfc062a8d63cc.diff:-p1
PATCHFILES+= 437d09f61a4a75d8a5e5239d20ccd9dc10b459ca.diff:-p1
MAINTAINER= kde@FreeBSD.org
COMMENT= Qt oriented code checker based on clang

View File

@ -1,5 +1,9 @@
TIMESTAMP = 1670410191
TIMESTAMP = 1690363170
SHA256 (clazy-1.11.tar.xz) = 66165df33be8785218720c8947aa9099bae6d06c90b1501953d9f95fdfa0120a
SIZE (clazy-1.11.tar.xz) = 404088
SHA256 (20fca52da739ebefa47e35f6b338bb99a0da3cfe.diff) = b6f76075f9ecd9fad0d1bea84c3868de07d128df6d24c99d2de761e5718429f5
SIZE (20fca52da739ebefa47e35f6b338bb99a0da3cfe.diff) = 11827
SHA256 (a05ac7eb6f6198c3f478bd7b5b4bfc062a8d63cc.diff) = 4257ed252eee84e1fa2b2b072d6cd3ff01a0a8d82a4b2f224ef783d88e341510
SIZE (a05ac7eb6f6198c3f478bd7b5b4bfc062a8d63cc.diff) = 3154
SHA256 (437d09f61a4a75d8a5e5239d20ccd9dc10b459ca.diff) = d68fff99b684e51ad5cc8bc7a1d2caeabc54ec1b5034c0b28caa305e618d1170
SIZE (437d09f61a4a75d8a5e5239d20ccd9dc10b459ca.diff) = 852

View File

@ -11,8 +11,18 @@ WWW= http://phk.freebsd.dk/phkrel/
BUILD_DEPENDS= ${LOCALBASE}/lib/libphk.a:devel/libphk
WRKSRC= ${WRKDIR}/ConfigKit
USES= uidfix
MAKE_ARGS= BINDIR=${PREFIX}/bin LIBDIR=${PREFIX}/lib INCLUDEDIR=${PREFIX}/include
WRKSRC= ${WRKDIR}/ConfigKit
.include <bsd.port.options.mk>
.if defined(NO_PROFILE) || ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079 )
PLIST_SUB+= PROFILE="@comment "
.else
PLIST_SUB+= PROFILE=""
.endif
.include <bsd.port.mk>

View File

@ -3,4 +3,4 @@ include/configkit.h
include/configkit_int.h
include/configkit_src.h
lib/libconfigkit.a
lib/libconfigkit_p.a
%%PROFILE%%lib/libconfigkit_p.a

View File

@ -1,6 +1,6 @@
PORTNAME= eastl
DISTVERSION= 3.13.06
PORTREVISION= 1
DISTVERSION= 3.21.12-9
DISTVERSIONSUFFIX= -g089eb20
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
@ -13,11 +13,20 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
NOT_FOR_ARCHS= aarch64 riscv64
NOT_FOR_ARCHS_REASON= test/packages/EABase/include/Common/EABase/config/eaplatform.h:436:4: error: Unknown processor
USES= cmake compiler:c++14-lang
USES= cmake compiler:c++17-lang
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= electronicarts
GH_PROJECT= ${PORTNAME:tu}
USE_LDCONFIG= yes
GH_TUPLE= electronicarts:EAAssert:e5e1812:EAAssert/test/packages/EAAssert \
electronicarts:EABase:521cb05:EABase/test/packages/EABase \
electronicarts:EAMain:24ca8bf:EAMain/test/packages/EAMain \
electronicarts:EAStdC:8dc9e31:EAStdC/test/packages/EAStdC \
electronicarts:EATest:a59b372:EATest/test/packages/EATest \
electronicarts:EAThread:e4367a3:EAThread/test/packages/EAThread
CMAKE_ON= BUILD_SHARED_LIBS
do-test:
@cd ${BUILD_WRKSRC} && \

View File

@ -1,3 +1,15 @@
TIMESTAMP = 1559399820
SHA256 (electronicarts-EASTL-3.13.06_GH0.tar.gz) = d3daca9bab7a0c3f56c421a10acd7af8b2c485b9f00c03366c18ce8a2ba5aab3
SIZE (electronicarts-EASTL-3.13.06_GH0.tar.gz) = 1268953
TIMESTAMP = 1690389308
SHA256 (electronicarts-EASTL-3.21.12-9-g089eb20_GH0.tar.gz) = 9898d50426989cfa276566d48ede1f00a71a8f65e4c8da19cef23b1e28383814
SIZE (electronicarts-EASTL-3.21.12-9-g089eb20_GH0.tar.gz) = 1632921
SHA256 (electronicarts-EAAssert-e5e1812_GH0.tar.gz) = 8660218682e7712587af0f59dc5826727b56072d3221be20fcaea91fd6726046
SIZE (electronicarts-EAAssert-e5e1812_GH0.tar.gz) = 15403
SHA256 (electronicarts-EABase-521cb05_GH0.tar.gz) = 7da80c0b4dce8fe2fee677cacdd257366fcd9b2769a7ca375825f7a44df33e13
SIZE (electronicarts-EABase-521cb05_GH0.tar.gz) = 105291
SHA256 (electronicarts-EAMain-24ca8bf_GH0.tar.gz) = 13537f4b20a75c782f32049c6a989abf6e5dc499f2c951475040142a390d20aa
SIZE (electronicarts-EAMain-24ca8bf_GH0.tar.gz) = 34122
SHA256 (electronicarts-EAStdC-8dc9e31_GH0.tar.gz) = 35417ad9c28237186a1a935191f4a2a90165f9ed4921e6ab819c866cf2c29654
SIZE (electronicarts-EAStdC-8dc9e31_GH0.tar.gz) = 564039
SHA256 (electronicarts-EATest-a59b372_GH0.tar.gz) = 0a7f74b727103c8aa8a6fce80435b8647bb0396256388aef1a8d0baac2195389
SIZE (electronicarts-EATest-a59b372_GH0.tar.gz) = 37119
SHA256 (electronicarts-EAThread-e4367a3_GH0.tar.gz) = 166bf97bfbd7ff543fe8d6356b308544f14385154dde8859f75efba8f12e3982
SIZE (electronicarts-EAThread-e4367a3_GH0.tar.gz) = 282041

View File

@ -1,11 +0,0 @@
--- CMakeLists.txt.orig 2018-09-01 07:06:11 UTC
+++ CMakeLists.txt
@@ -43,7 +43,7 @@ add_definitions(-DEASTL_OPENSOURCE=1)
# Library definition
#-------------------------------------------------------------------------------------------
file(GLOB EASTL_SOURCES "source/*.cpp" "include/EASTL/*.h" "include/EASTL/bonus/*.h")
-add_library(EASTL ${EASTL_SOURCES})
+add_library(EASTL SHARED ${EASTL_SOURCES})
include_directories("include")
#-------------------------------------------------------------------------------------------

View File

@ -1,6 +1,6 @@
--- test/packages/EABase/include/Common/EABase/config/eaplatform.h.orig 2019-10-23 16:31:46 UTC
--- test/packages/EABase/include/Common/EABase/config/eaplatform.h.orig 2022-02-09 23:55:09 UTC
+++ test/packages/EABase/include/Common/EABase/config/eaplatform.h
@@ -449,6 +449,11 @@
@@ -454,6 +454,11 @@
#define EA_PROCESSOR_POWERPC_32 1
#define EA_SYSTEM_BIG_ENDIAN 1
#define EA_PLATFORM_DESCRIPTION "BSD on PowerPC"

View File

@ -0,0 +1,10 @@
--- test/packages/EAThread/source/unix/eathread_pthread_stack_info.cpp.orig 2023-07-26 16:32:58 UTC
+++ test/packages/EAThread/source/unix/eathread_pthread_stack_info.cpp
@@ -5,6 +5,7 @@
#include <eathread/eathread_callstack.h>
#include <stdlib.h>
+#include <pthread_np.h>
#if defined(EA_PLATFORM_UNIX) || defined(EA_PLATFORM_APPLE)
#include <pthread.h>

View File

@ -0,0 +1,11 @@
--- test/packages/EAThread/source/unix/eathread_thread_unix.cpp.orig 2023-07-26 16:30:35 UTC
+++ test/packages/EAThread/source/unix/eathread_thread_unix.cpp
@@ -10,6 +10,8 @@
#include <eathread/eathread_sync.h>
#include "eathread/internal/eathread_global.h"
+#include <unistd.h>
+
#if defined(EA_PLATFORM_UNIX) || EA_POSIX_THREADS_AVAILABLE
#include <new>

View File

@ -1,6 +1,7 @@
include/EABase/config/eacompiler.h
include/EABase/config/eacompilertraits.h
include/EABase/config/eaplatform.h
include/EABase/config/eaplatform.h.orig
include/EABase/eabase.h
include/EABase/eahave.h
include/EABase/earesult.h
@ -14,6 +15,8 @@ include/EASTL/allocator.h
include/EASTL/allocator_malloc.h
include/EASTL/any.h
include/EASTL/array.h
include/EASTL/atomic.h
include/EASTL/bit.h
include/EASTL/bitset.h
include/EASTL/bitvector.h
include/EASTL/bonus/adaptors.h
@ -24,15 +27,17 @@ include/EASTL/bonus/fixed_tuple_vector.h
include/EASTL/bonus/intrusive_sdlist.h
include/EASTL/bonus/intrusive_slist.h
include/EASTL/bonus/list_map.h
include/EASTL/bonus/ring_buffer.h
include/EASTL/bonus/lru_cache.h
include/EASTL/bonus/overloaded.h
include/EASTL/bonus/ring_buffer.h
include/EASTL/bonus/sort_extra.h
include/EASTL/bonus/sparse_matrix.h
include/EASTL/bonus/tuple_vector.h
include/EASTL/chrono.h
include/EASTL/compare.h
include/EASTL/core_allocator.h
include/EASTL/core_allocator_adapter.h
include/EASTL/deque.h
include/EASTL/finally.h
include/EASTL/fixed_allocator.h
include/EASTL/fixed_function.h
include/EASTL/fixed_hash_map.h
@ -49,8 +54,142 @@ include/EASTL/hash_map.h
include/EASTL/hash_set.h
include/EASTL/heap.h
include/EASTL/initializer_list.h
include/EASTL/internal/allocator_traits.h
include/EASTL/internal/allocator_traits_fwd_decls.h
include/EASTL/internal/atomic/arch/arch.h
include/EASTL/internal/atomic/arch/arch_add_fetch.h
include/EASTL/internal/atomic/arch/arch_and_fetch.h
include/EASTL/internal/atomic/arch/arch_cmpxchg_strong.h
include/EASTL/internal/atomic/arch/arch_cmpxchg_weak.h
include/EASTL/internal/atomic/arch/arch_compiler_barrier.h
include/EASTL/internal/atomic/arch/arch_cpu_pause.h
include/EASTL/internal/atomic/arch/arch_exchange.h
include/EASTL/internal/atomic/arch/arch_fetch_add.h
include/EASTL/internal/atomic/arch/arch_fetch_and.h
include/EASTL/internal/atomic/arch/arch_fetch_or.h
include/EASTL/internal/atomic/arch/arch_fetch_sub.h
include/EASTL/internal/atomic/arch/arch_fetch_xor.h
include/EASTL/internal/atomic/arch/arch_load.h
include/EASTL/internal/atomic/arch/arch_memory_barrier.h
include/EASTL/internal/atomic/arch/arch_or_fetch.h
include/EASTL/internal/atomic/arch/arch_signal_fence.h
include/EASTL/internal/atomic/arch/arch_store.h
include/EASTL/internal/atomic/arch/arch_sub_fetch.h
include/EASTL/internal/atomic/arch/arch_thread_fence.h
include/EASTL/internal/atomic/arch/arch_xor_fetch.h
include/EASTL/internal/atomic/arch/arm/arch_arm.h
include/EASTL/internal/atomic/arch/arm/arch_arm_load.h
include/EASTL/internal/atomic/arch/arm/arch_arm_memory_barrier.h
include/EASTL/internal/atomic/arch/arm/arch_arm_store.h
include/EASTL/internal/atomic/arch/arm/arch_arm_thread_fence.h
include/EASTL/internal/atomic/arch/x86/arch_x86.h
include/EASTL/internal/atomic/arch/x86/arch_x86_add_fetch.h
include/EASTL/internal/atomic/arch/x86/arch_x86_and_fetch.h
include/EASTL/internal/atomic/arch/x86/arch_x86_cmpxchg_strong.h
include/EASTL/internal/atomic/arch/x86/arch_x86_cmpxchg_weak.h
include/EASTL/internal/atomic/arch/x86/arch_x86_exchange.h
include/EASTL/internal/atomic/arch/x86/arch_x86_fetch_add.h
include/EASTL/internal/atomic/arch/x86/arch_x86_fetch_and.h
include/EASTL/internal/atomic/arch/x86/arch_x86_fetch_or.h
include/EASTL/internal/atomic/arch/x86/arch_x86_fetch_sub.h
include/EASTL/internal/atomic/arch/x86/arch_x86_fetch_xor.h
include/EASTL/internal/atomic/arch/x86/arch_x86_load.h
include/EASTL/internal/atomic/arch/x86/arch_x86_memory_barrier.h
include/EASTL/internal/atomic/arch/x86/arch_x86_or_fetch.h
include/EASTL/internal/atomic/arch/x86/arch_x86_store.h
include/EASTL/internal/atomic/arch/x86/arch_x86_sub_fetch.h
include/EASTL/internal/atomic/arch/x86/arch_x86_thread_fence.h
include/EASTL/internal/atomic/arch/x86/arch_x86_xor_fetch.h
include/EASTL/internal/atomic/atomic.h
include/EASTL/internal/atomic/atomic_asserts.h
include/EASTL/internal/atomic/atomic_base_width.h
include/EASTL/internal/atomic/atomic_casts.h
include/EASTL/internal/atomic/atomic_flag.h
include/EASTL/internal/atomic/atomic_flag_standalone.h
include/EASTL/internal/atomic/atomic_integral.h
include/EASTL/internal/atomic/atomic_macros.h
include/EASTL/internal/atomic/atomic_macros/atomic_macros.h
include/EASTL/internal/atomic/atomic_macros/atomic_macros_add_fetch.h
include/EASTL/internal/atomic/atomic_macros/atomic_macros_and_fetch.h
include/EASTL/internal/atomic/atomic_macros/atomic_macros_base.h
include/EASTL/internal/atomic/atomic_macros/atomic_macros_cmpxchg_strong.h
include/EASTL/internal/atomic/atomic_macros/atomic_macros_cmpxchg_weak.h
include/EASTL/internal/atomic/atomic_macros/atomic_macros_compiler_barrier.h
include/EASTL/internal/atomic/atomic_macros/atomic_macros_cpu_pause.h
include/EASTL/internal/atomic/atomic_macros/atomic_macros_exchange.h
include/EASTL/internal/atomic/atomic_macros/atomic_macros_fetch_add.h
include/EASTL/internal/atomic/atomic_macros/atomic_macros_fetch_and.h
include/EASTL/internal/atomic/atomic_macros/atomic_macros_fetch_or.h
include/EASTL/internal/atomic/atomic_macros/atomic_macros_fetch_sub.h
include/EASTL/internal/atomic/atomic_macros/atomic_macros_fetch_xor.h
include/EASTL/internal/atomic/atomic_macros/atomic_macros_load.h
include/EASTL/internal/atomic/atomic_macros/atomic_macros_memory_barrier.h
include/EASTL/internal/atomic/atomic_macros/atomic_macros_or_fetch.h
include/EASTL/internal/atomic/atomic_macros/atomic_macros_signal_fence.h
include/EASTL/internal/atomic/atomic_macros/atomic_macros_store.h
include/EASTL/internal/atomic/atomic_macros/atomic_macros_sub_fetch.h
include/EASTL/internal/atomic/atomic_macros/atomic_macros_thread_fence.h
include/EASTL/internal/atomic/atomic_macros/atomic_macros_xor_fetch.h
include/EASTL/internal/atomic/atomic_memory_order.h
include/EASTL/internal/atomic/atomic_pointer.h
include/EASTL/internal/atomic/atomic_size_aligned.h
include/EASTL/internal/atomic/atomic_standalone.h
include/EASTL/internal/atomic/compiler/compiler.h
include/EASTL/internal/atomic/compiler/compiler_add_fetch.h
include/EASTL/internal/atomic/compiler/compiler_and_fetch.h
include/EASTL/internal/atomic/compiler/compiler_barrier.h
include/EASTL/internal/atomic/compiler/compiler_cmpxchg_strong.h
include/EASTL/internal/atomic/compiler/compiler_cmpxchg_weak.h
include/EASTL/internal/atomic/compiler/compiler_cpu_pause.h
include/EASTL/internal/atomic/compiler/compiler_exchange.h
include/EASTL/internal/atomic/compiler/compiler_fetch_add.h
include/EASTL/internal/atomic/compiler/compiler_fetch_and.h
include/EASTL/internal/atomic/compiler/compiler_fetch_or.h
include/EASTL/internal/atomic/compiler/compiler_fetch_sub.h
include/EASTL/internal/atomic/compiler/compiler_fetch_xor.h
include/EASTL/internal/atomic/compiler/compiler_load.h
include/EASTL/internal/atomic/compiler/compiler_memory_barrier.h
include/EASTL/internal/atomic/compiler/compiler_or_fetch.h
include/EASTL/internal/atomic/compiler/compiler_signal_fence.h
include/EASTL/internal/atomic/compiler/compiler_store.h
include/EASTL/internal/atomic/compiler/compiler_sub_fetch.h
include/EASTL/internal/atomic/compiler/compiler_thread_fence.h
include/EASTL/internal/atomic/compiler/compiler_xor_fetch.h
include/EASTL/internal/atomic/compiler/gcc/compiler_gcc.h
include/EASTL/internal/atomic/compiler/gcc/compiler_gcc_add_fetch.h
include/EASTL/internal/atomic/compiler/gcc/compiler_gcc_and_fetch.h
include/EASTL/internal/atomic/compiler/gcc/compiler_gcc_barrier.h
include/EASTL/internal/atomic/compiler/gcc/compiler_gcc_cmpxchg_strong.h
include/EASTL/internal/atomic/compiler/gcc/compiler_gcc_cmpxchg_weak.h
include/EASTL/internal/atomic/compiler/gcc/compiler_gcc_cpu_pause.h
include/EASTL/internal/atomic/compiler/gcc/compiler_gcc_exchange.h
include/EASTL/internal/atomic/compiler/gcc/compiler_gcc_fetch_add.h
include/EASTL/internal/atomic/compiler/gcc/compiler_gcc_fetch_and.h
include/EASTL/internal/atomic/compiler/gcc/compiler_gcc_fetch_or.h
include/EASTL/internal/atomic/compiler/gcc/compiler_gcc_fetch_sub.h
include/EASTL/internal/atomic/compiler/gcc/compiler_gcc_fetch_xor.h
include/EASTL/internal/atomic/compiler/gcc/compiler_gcc_load.h
include/EASTL/internal/atomic/compiler/gcc/compiler_gcc_or_fetch.h
include/EASTL/internal/atomic/compiler/gcc/compiler_gcc_signal_fence.h
include/EASTL/internal/atomic/compiler/gcc/compiler_gcc_store.h
include/EASTL/internal/atomic/compiler/gcc/compiler_gcc_sub_fetch.h
include/EASTL/internal/atomic/compiler/gcc/compiler_gcc_thread_fence.h
include/EASTL/internal/atomic/compiler/gcc/compiler_gcc_xor_fetch.h
include/EASTL/internal/atomic/compiler/msvc/compiler_msvc.h
include/EASTL/internal/atomic/compiler/msvc/compiler_msvc_add_fetch.h
include/EASTL/internal/atomic/compiler/msvc/compiler_msvc_and_fetch.h
include/EASTL/internal/atomic/compiler/msvc/compiler_msvc_barrier.h
include/EASTL/internal/atomic/compiler/msvc/compiler_msvc_cmpxchg_strong.h
include/EASTL/internal/atomic/compiler/msvc/compiler_msvc_cmpxchg_weak.h
include/EASTL/internal/atomic/compiler/msvc/compiler_msvc_cpu_pause.h
include/EASTL/internal/atomic/compiler/msvc/compiler_msvc_exchange.h
include/EASTL/internal/atomic/compiler/msvc/compiler_msvc_fetch_add.h
include/EASTL/internal/atomic/compiler/msvc/compiler_msvc_fetch_and.h
include/EASTL/internal/atomic/compiler/msvc/compiler_msvc_fetch_or.h
include/EASTL/internal/atomic/compiler/msvc/compiler_msvc_fetch_sub.h
include/EASTL/internal/atomic/compiler/msvc/compiler_msvc_fetch_xor.h
include/EASTL/internal/atomic/compiler/msvc/compiler_msvc_or_fetch.h
include/EASTL/internal/atomic/compiler/msvc/compiler_msvc_signal_fence.h
include/EASTL/internal/atomic/compiler/msvc/compiler_msvc_sub_fetch.h
include/EASTL/internal/atomic/compiler/msvc/compiler_msvc_xor_fetch.h
include/EASTL/internal/char_traits.h
include/EASTL/internal/config.h
include/EASTL/internal/copy_help.h
@ -68,7 +207,6 @@ include/EASTL/internal/integer_sequence.h
include/EASTL/internal/intrusive_hashtable.h
include/EASTL/internal/mem_fn.h
include/EASTL/internal/memory_base.h
include/EASTL/internal/meta.h
include/EASTL/internal/move_help.h
include/EASTL/internal/pair_fwd_decls.h
include/EASTL/internal/piecewise_construct_t.h
@ -77,10 +215,12 @@ include/EASTL/internal/smart_ptr.h
include/EASTL/internal/thread_support.h
include/EASTL/internal/tuple_fwd_decls.h
include/EASTL/internal/type_compound.h
include/EASTL/internal/type_detected.h
include/EASTL/internal/type_fundamental.h
include/EASTL/internal/type_pod.h
include/EASTL/internal/type_properties.h
include/EASTL/internal/type_transformations.h
include/EASTL/internal/type_void_t.h
include/EASTL/intrusive_hash_map.h
include/EASTL/intrusive_hash_set.h
include/EASTL/intrusive_list.h

View File

@ -222,7 +222,7 @@ REACTIVEOBJC_VER= 74ab5baccc6f7202c8ac69a8d1e152c29dc1ea76
# See ${WRKSRC}/electron/DEPS for MANTLE_VER
MANTLE_VER= 78d3966b3c331292ea29ec38661b25df0a245948
YARN_TIMESTAMP= 1688623631
YARN_TIMESTAMP= 1690413613
.include "Makefile.version"
.include <bsd.port.pre.mk>

View File

@ -1,2 +1,2 @@
ELECTRON_VER= 23.3.10
ELECTRON_VER= 23.3.11
ELECTRON_VER_MAJOR= ${ELECTRON_VER:C/\..*//}

View File

@ -1,14 +1,14 @@
TIMESTAMP = 1688624103
TIMESTAMP = 1690414563
SHA256 (electron/chromium-110.0.5481.208.tar.xz) = 9f364e9a61a961b808ac241076fe25f8c48e5d7349a3236a9023a51018890ccc
SIZE (electron/chromium-110.0.5481.208.tar.xz) = 1554639732
SHA256 (electron/32dc8abec1486818f6ef4afc4996abc002b5218e) = b7f797156b45c21a104f732366dad74e5b401bae8e3ce75fe1e54769cda3c0c2
SIZE (electron/32dc8abec1486818f6ef4afc4996abc002b5218e) = 9903987
SHA256 (electron/336e775eec536b2d785cc80eff6ac39051931286) = a2ca2962daf482a8f943163541e1c73ba4b2694fabcd2510981f2db4eda493c8
SIZE (electron/336e775eec536b2d785cc80eff6ac39051931286) = 32624734
SHA256 (electron/electron-yarn-cache-23.3.10.tar.xz) = 271614bd5c9973270dfff91493cc841dc18cf0a41002c56f70ed8cae3e2477de
SIZE (electron/electron-yarn-cache-23.3.10.tar.xz) = 38871732
SHA256 (electron/electron-electron-v23.3.10_GH0.tar.gz) = d536edd63816242813867ee49643abdc876464f38376128b320f62c42e8bfb9c
SIZE (electron/electron-electron-v23.3.10_GH0.tar.gz) = 10534871
SHA256 (electron/electron-yarn-cache-23.3.11.tar.xz) = 7f7c32a6ee65ffbeb36456c16bd54e57149adc7ff9a8ba058bca3dbbe002e6fe
SIZE (electron/electron-yarn-cache-23.3.11.tar.xz) = 38871716
SHA256 (electron/electron-electron-v23.3.11_GH0.tar.gz) = e07ef79a8510480bc64965eb841dd261f54759959da8961904fc535602510048
SIZE (electron/electron-electron-v23.3.11_GH0.tar.gz) = 10536360
SHA256 (electron/nodejs-node-v18.12.1_GH0.tar.gz) = 7e7962209d25ed6c28b722b78a0b0ca304307d7bf536aca142be330901b11d50
SIZE (electron/nodejs-node-v18.12.1_GH0.tar.gz) = 108947341
SHA256 (electron/nodejs-nan-16fa32231e2ccd89d2804b3f765319128b20c4ac_GH0.tar.gz) = 3807ae6a1e451a29f068540472f100f9718d457c60ac62f2f8469d1d57475d39

View File

@ -1,4 +1,4 @@
--- electron/shell/browser/api/electron_api_desktop_capturer.cc.orig 2023-03-08 02:34:17 UTC
--- electron/shell/browser/api/electron_api_desktop_capturer.cc.orig 2023-07-25 16:04:23 UTC
+++ electron/shell/browser/api/electron_api_desktop_capturer.cc
@@ -36,7 +36,7 @@
#include "third_party/webrtc/modules/desktop_capture/win/dxgi_duplicator_controller.h"
@ -18,7 +18,7 @@
// Private function in ui/base/x/x11_display_util.cc
std::map<x11::RandR::Output, int> GetMonitors(int version,
x11::RandR* randr,
@@ -296,7 +296,7 @@ void DesktopCapturer::UpdateSourcesList(DesktopMediaLi
@@ -348,7 +348,7 @@ void DesktopCapturer::UpdateSourcesList(DesktopMediaLi
for (auto& source : screen_sources) {
source.display_id = base::NumberToString(source.media_list_source.id.id);
}

View File

@ -24,11 +24,14 @@ LDFLAGS+= -lscalapack
INSTALL_TARGET= install-strip
TEST_TARGET= check # test asserts, see https://github.com/GlobalArrays/ga/issues/312
MPIEXEC_ARGS= -np 2
OPTIONS_RADIO= MPI
OPTIONS_RADIO_MPI= MPICH OPENMPI
OPTIONS_DEFAULT= MPICH # the default should be the same as for the MPI option in math/scalapack
MPICH_LIB_DEPENDS= libmpich.so:net/mpich
MPICH_VARS= TEST_ARGS+=MPIEXEC="${LOCALBASE}/bin/mpiexec ${MPIEXEC_ARGS}"
OPENMPI_BUILD_DEPENDS= openmpi>0:net/openmpi
OPENMPI_RUN_DEPENDS= openmpi>0:net/openmpi
@ -38,5 +41,6 @@ OPENMPI_CONFIGURE_ENV= CC=${LOCALBASE}/mpi/openmpi/bin/mpicc MPICC=${LOCALBASE}
FC=${LOCALBASE}/mpi/openmpi/bin/mpif90 MPIFC=${LOCALBASE}/mpi/openmpi/bin/mpif90 \
LDFLAGS="-L${LOCALBASE}/mpi/openmpi/lib -Wl,-rpath,${LOCALBASE}/mpi/openmpi/lib"
OPENMPI_MAKE_ARGS= FREEBSD_LINK_FLAGS="-L${LOCALBASE}/mpi/openmpi/lib -Wl,-rpath,${LOCALBASE}/mpi/openmpi/lib -lmpi"
OPENMPI_VARS= TEST_ARGS+=MPIEXEC="${LOCALBASE}/mpi/openmpi/bin/mpiexec ${MPIEXEC_ARGS}"
.include <bsd.port.mk>

View File

@ -1,6 +1,6 @@
PORTNAME= go-git
DISTVERSIONPREFIX= v
DISTVERSION= 5.8.0
DISTVERSION= 5.8.1
CATEGORIES= devel
MAINTAINER= eduardo@FreeBSD.org

View File

@ -1,5 +1,5 @@
TIMESTAMP = 1689965775
SHA256 (go/devel_go-git/go-git-v5.8.0/v5.8.0.mod) = 862417866cd254282cf04a155bcaca1cf57a83282954efe18c44e283753babdd
SIZE (go/devel_go-git/go-git-v5.8.0/v5.8.0.mod) = 1458
SHA256 (go/devel_go-git/go-git-v5.8.0/v5.8.0.zip) = cefb1f73397a7b936c1e256b3da23731656a766bedb1d8ce8c09aa293d19b983
SIZE (go/devel_go-git/go-git-v5.8.0/v5.8.0.zip) = 689817
TIMESTAMP = 1690369110
SHA256 (go/devel_go-git/go-git-v5.8.1/v5.8.1.mod) = eecd79536d21650102cf48aa58660ea6e099f0be17f2b565a9e0ee293474bc35
SIZE (go/devel_go-git/go-git-v5.8.1/v5.8.1.mod) = 1579
SHA256 (go/devel_go-git/go-git-v5.8.1/v5.8.1.zip) = c990c1a2c8a5f176218f31ec44525972a89440025b4012fd78c9469fea37bd9b
SIZE (go/devel_go-git/go-git-v5.8.1/v5.8.1.zip) = 692631

View File

@ -1,6 +1,5 @@
PORTNAME= interactive_rebase_tool
DISTVERSION= 2.2.1
PORTREVISION= 8
DISTVERSION= 2.3.0
CATEGORIES= devel
MAINTAINER= petteri.valkonen@iki.fi
@ -16,100 +15,145 @@ USE_GITHUB= yes
GH_ACCOUNT= MitMaro
GH_PROJECT= git-interactive-rebase-tool
CARGO_CRATES= ansi_term-0.12.1 \
anyhow-1.0.57 \
arrayvec-0.4.12 \
autocfg-1.0.1 \
CARGO_CRATES= aho-corasick-1.0.2 \
android-tzdata-0.1.1 \
android_system_properties-0.1.4 \
anyhow-1.0.72 \
arrayvec-0.7.2 \
autocfg-1.1.0 \
bitflags-1.3.2 \
bumpalo-3.13.0 \
captur-0.1.0 \
cc-1.0.68 \
cc-1.0.73 \
cfg-if-1.0.0 \
chrono-0.4.19 \
crossbeam-channel-0.5.4 \
crossbeam-utils-0.8.6 \
crossterm-0.23.2 \
chrono-0.4.26 \
core-foundation-sys-0.8.3 \
crossbeam-channel-0.5.8 \
crossbeam-utils-0.8.8 \
crossterm-0.26.1 \
crossterm_winapi-0.9.0 \
ctor-0.1.21 \
dashmap-5.3.3 \
diff-0.1.12 \
fastrand-1.6.0 \
errno-0.3.1 \
errno-dragonfly-0.1.2 \
fastrand-1.7.0 \
form_urlencoded-1.0.1 \
getrandom-0.2.3 \
git2-0.14.2 \
futures-0.3.21 \
futures-channel-0.3.21 \
futures-core-0.3.21 \
futures-executor-0.3.21 \
futures-io-0.3.21 \
futures-macro-0.3.21 \
futures-sink-0.3.21 \
futures-task-0.3.21 \
futures-timer-3.0.2 \
futures-util-0.3.21 \
getrandom-0.2.6 \
git2-0.15.0 \
glob-0.3.1 \
hashbrown-0.12.3 \
hermit-abi-0.3.2 \
iana-time-zone-0.1.45 \
idna-0.2.3 \
instant-0.1.9 \
itoa-0.4.7 \
jobserver-0.1.22 \
if_chain-1.0.2 \
instant-0.1.12 \
io-lifetimes-1.0.11 \
itoa-1.0.4 \
jobserver-0.1.24 \
js-sys-0.3.59 \
lazy_static-1.4.0 \
libc-0.2.97 \
libgit2-sys-0.13.2+1.4.2 \
libz-sys-1.1.3 \
lock_api-0.4.6 \
log-0.4.14 \
matches-0.1.8 \
libc-0.2.147 \
libgit2-sys-0.14.2+1.5.1 \
libz-sys-1.1.6 \
linux-raw-sys-0.3.8 \
lock_api-0.4.7 \
log-0.4.16 \
matches-0.1.9 \
memchr-2.5.0 \
mio-0.8.2 \
miow-0.3.7 \
nodrop-0.1.14 \
ntapi-0.3.6 \
num-format-0.4.0 \
num-integer-0.1.44 \
ntapi-0.3.7 \
num-format-0.4.4 \
num-traits-0.2.14 \
output_vt100-0.1.2 \
parking_lot-0.11.2 \
parking_lot-0.12.0 \
parking_lot_core-0.8.5 \
parking_lot_core-0.9.0 \
once_cell-1.13.1 \
parking_lot-0.12.1 \
parking_lot_core-0.9.2 \
percent-encoding-2.1.0 \
pico-args-0.4.2 \
pkg-config-0.3.19 \
pico-args-0.5.0 \
pin-project-lite-0.2.9 \
pin-utils-0.1.0 \
pkg-config-0.3.25 \
ppv-lite86-0.2.16 \
pretty_assertions-1.2.1 \
proc-macro-error-1.0.4 \
proc-macro-error-attr-1.0.4 \
proc-macro2-1.0.27 \
quote-1.0.9 \
pretty_assertions-1.4.0 \
proc-macro2-1.0.66 \
quote-1.0.29 \
rand-0.8.5 \
rand_chacha-0.3.1 \
rand_core-0.6.3 \
redox_syscall-0.2.9 \
remove_dir_all-0.5.3 \
rstest-0.11.0 \
rstest-0.12.0 \
redox_syscall-0.2.13 \
redox_syscall-0.3.5 \
regex-1.9.1 \
regex-automata-0.3.3 \
regex-syntax-0.7.4 \
relative-path-1.8.0 \
rstest-0.18.1 \
rstest_macros-0.18.1 \
rustc_version-0.4.0 \
rustversion-1.0.6 \
rustix-0.37.23 \
scopeguard-1.1.0 \
semver-1.0.3 \
serial_test-0.6.0 \
serial_test_derive-0.6.0 \
semver-1.0.7 \
serial_test-2.0.0 \
serial_test_derive-2.0.0 \
signal-hook-0.3.13 \
signal-hook-mio-0.2.3 \
signal-hook-registry-1.4.0 \
smallvec-1.6.1 \
syn-1.0.73 \
tempfile-3.3.0 \
time-0.1.43 \
tinyvec-1.2.0 \
slab-0.4.6 \
smallvec-1.8.0 \
syn-1.0.104 \
syn-2.0.26 \
tempfile-3.6.0 \
thiserror-1.0.43 \
thiserror-impl-1.0.43 \
time-0.1.44 \
tinyvec-1.6.0 \
tinyvec_macros-0.1.0 \
unicode-bidi-0.3.5 \
unicode-bidi-0.3.8 \
unicode-ident-1.0.5 \
unicode-normalization-0.1.19 \
unicode-segmentation-1.9.0 \
unicode-width-0.1.9 \
unicode-xid-0.2.2 \
unicode-segmentation-1.10.1 \
unicode-width-0.1.10 \
url-2.2.2 \
uuid-1.0.0 \
uuid-1.4.1 \
vcpkg-0.2.15 \
version_check-0.9.4 \
wasi-0.10.2+wasi-snapshot-preview1 \
version-track-0.1.0 \
wasi-0.10.0+wasi-snapshot-preview1 \
wasi-0.11.0+wasi-snapshot-preview1 \
wasm-bindgen-0.2.82 \
wasm-bindgen-backend-0.2.82 \
wasm-bindgen-macro-0.2.82 \
wasm-bindgen-macro-support-0.2.82 \
wasm-bindgen-shared-0.2.82 \
winapi-0.3.9 \
winapi-i686-pc-windows-gnu-0.4.0 \
winapi-x86_64-pc-windows-gnu-0.4.0 \
windows-sys-0.29.0 \
windows_aarch64_msvc-0.29.0 \
windows_i686_gnu-0.29.0 \
windows_i686_msvc-0.29.0 \
windows_x86_64_gnu-0.29.0 \
windows_x86_64_msvc-0.29.0 \
xi-unicode-0.3.0
windows-sys-0.34.0 \
windows-sys-0.48.0 \
windows-targets-0.48.1 \
windows_aarch64_gnullvm-0.48.0 \
windows_aarch64_msvc-0.34.0 \
windows_aarch64_msvc-0.48.0 \
windows_i686_gnu-0.34.0 \
windows_i686_gnu-0.48.0 \
windows_i686_msvc-0.34.0 \
windows_i686_msvc-0.48.0 \
windows_x86_64_gnu-0.34.0 \
windows_x86_64_gnu-0.48.0 \
windows_x86_64_gnullvm-0.48.0 \
windows_x86_64_msvc-0.34.0 \
windows_x86_64_msvc-0.48.0 \
xi-unicode-0.3.0 \
yansi-0.5.1 \
claim@git+https://github.com/Turbo87/rust-claim.git?rev=23892a3\#23892a345d38e1434303143a73033925284ad04d
PLIST_FILES= bin/interactive-rebase-tool \
man/man1/interactive-rebase-tool.1.gz

View File

@ -1,191 +1,281 @@
TIMESTAMP = 1667895006
SHA256 (rust/crates/ansi_term-0.12.1.crate) = d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2
SIZE (rust/crates/ansi_term-0.12.1.crate) = 24838
SHA256 (rust/crates/anyhow-1.0.57.crate) = 08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc
SIZE (rust/crates/anyhow-1.0.57.crate) = 44614
SHA256 (rust/crates/arrayvec-0.4.12.crate) = cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9
SIZE (rust/crates/arrayvec-0.4.12.crate) = 26551
SHA256 (rust/crates/autocfg-1.0.1.crate) = cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a
SIZE (rust/crates/autocfg-1.0.1.crate) = 12908
TIMESTAMP = 1689836666
SHA256 (rust/crates/aho-corasick-1.0.2.crate) = 43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41
SIZE (rust/crates/aho-corasick-1.0.2.crate) = 167694
SHA256 (rust/crates/android-tzdata-0.1.1.crate) = e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0
SIZE (rust/crates/android-tzdata-0.1.1.crate) = 7674
SHA256 (rust/crates/android_system_properties-0.1.4.crate) = d7ed72e1635e121ca3e79420540282af22da58be50de153d36f81ddc6b83aa9e
SIZE (rust/crates/android_system_properties-0.1.4.crate) = 4637
SHA256 (rust/crates/anyhow-1.0.72.crate) = 3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854
SIZE (rust/crates/anyhow-1.0.72.crate) = 43837
SHA256 (rust/crates/arrayvec-0.7.2.crate) = 8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6
SIZE (rust/crates/arrayvec-0.7.2.crate) = 29341
SHA256 (rust/crates/autocfg-1.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa
SIZE (rust/crates/autocfg-1.1.0.crate) = 13272
SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a
SIZE (rust/crates/bitflags-1.3.2.crate) = 23021
SHA256 (rust/crates/bumpalo-3.13.0.crate) = a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1
SIZE (rust/crates/bumpalo-3.13.0.crate) = 82114
SHA256 (rust/crates/captur-0.1.0.crate) = 70fab32548d14602e13307a86c41b2dc2fc2ef19c2881bf63598275a7e45b182
SIZE (rust/crates/captur-0.1.0.crate) = 3235
SHA256 (rust/crates/cc-1.0.68.crate) = 4a72c244c1ff497a746a7e1fb3d14bd08420ecda70c8f25c7112f2781652d787
SIZE (rust/crates/cc-1.0.68.crate) = 55936
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/chrono-0.4.19.crate) = 670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73
SIZE (rust/crates/chrono-0.4.19.crate) = 155663
SHA256 (rust/crates/crossbeam-channel-0.5.4.crate) = 5aaa7bd5fb665c6864b5f963dd9097905c54125909c7aa94c9e18507cdbe6c53
SIZE (rust/crates/crossbeam-channel-0.5.4.crate) = 88237
SHA256 (rust/crates/crossbeam-utils-0.8.6.crate) = cfcae03edb34f947e64acdb1c33ec169824e20657e9ecb61cef6c8c74dcb8120
SIZE (rust/crates/crossbeam-utils-0.8.6.crate) = 38841
SHA256 (rust/crates/crossterm-0.23.2.crate) = a2102ea4f781910f8a5b98dd061f4c2023f479ce7bb1236330099ceb5a93cf17
SIZE (rust/crates/crossterm-0.23.2.crate) = 106712
SHA256 (rust/crates/chrono-0.4.26.crate) = ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5
SIZE (rust/crates/chrono-0.4.26.crate) = 191501
SHA256 (rust/crates/core-foundation-sys-0.8.3.crate) = 5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc
SIZE (rust/crates/core-foundation-sys-0.8.3.crate) = 17519
SHA256 (rust/crates/crossbeam-channel-0.5.8.crate) = a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200
SIZE (rust/crates/crossbeam-channel-0.5.8.crate) = 90455
SHA256 (rust/crates/crossbeam-utils-0.8.8.crate) = 0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38
SIZE (rust/crates/crossbeam-utils-0.8.8.crate) = 39681
SHA256 (rust/crates/crossterm-0.26.1.crate) = a84cda67535339806297f1b331d6dd6320470d2a0fe65381e79ee9e156dd3d13
SIZE (rust/crates/crossterm-0.26.1.crate) = 122317
SHA256 (rust/crates/crossterm_winapi-0.9.0.crate) = 2ae1b35a484aa10e07fe0638d02301c5ad24de82d310ccbd2f3693da5f09bf1c
SIZE (rust/crates/crossterm_winapi-0.9.0.crate) = 15561
SHA256 (rust/crates/ctor-0.1.21.crate) = ccc0a48a9b826acdf4028595adc9db92caea352f7af011a3034acd172a52a0aa
SIZE (rust/crates/ctor-0.1.21.crate) = 9303
SHA256 (rust/crates/dashmap-5.3.3.crate) = 391b56fbd302e585b7a9494fb70e40949567b1cf9003a8e4a6041a1687c26573
SIZE (rust/crates/dashmap-5.3.3.crate) = 21183
SHA256 (rust/crates/diff-0.1.12.crate) = 0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499
SIZE (rust/crates/diff-0.1.12.crate) = 10223
SHA256 (rust/crates/fastrand-1.6.0.crate) = 779d043b6a0b90cc4c0ed7ee380a6504394cee7efd7db050e3774eee387324b2
SIZE (rust/crates/fastrand-1.6.0.crate) = 11338
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/fastrand-1.7.0.crate) = c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf
SIZE (rust/crates/fastrand-1.7.0.crate) = 11265
SHA256 (rust/crates/form_urlencoded-1.0.1.crate) = 5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191
SIZE (rust/crates/form_urlencoded-1.0.1.crate) = 8773
SHA256 (rust/crates/getrandom-0.2.3.crate) = 7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753
SIZE (rust/crates/getrandom-0.2.3.crate) = 26261
SHA256 (rust/crates/git2-0.14.2.crate) = 3826a6e0e2215d7a41c2bfc7c9244123969273f3476b939a226aac0ab56e9e3c
SIZE (rust/crates/git2-0.14.2.crate) = 196856
SHA256 (rust/crates/futures-0.3.21.crate) = f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e
SIZE (rust/crates/futures-0.3.21.crate) = 49935
SHA256 (rust/crates/futures-channel-0.3.21.crate) = c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010
SIZE (rust/crates/futures-channel-0.3.21.crate) = 31961
SHA256 (rust/crates/futures-core-0.3.21.crate) = 0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3
SIZE (rust/crates/futures-core-0.3.21.crate) = 14601
SHA256 (rust/crates/futures-executor-0.3.21.crate) = 9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6
SIZE (rust/crates/futures-executor-0.3.21.crate) = 17306
SHA256 (rust/crates/futures-io-0.3.21.crate) = fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b
SIZE (rust/crates/futures-io-0.3.21.crate) = 8902
SHA256 (rust/crates/futures-macro-0.3.21.crate) = 33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512
SIZE (rust/crates/futures-macro-0.3.21.crate) = 11250
SHA256 (rust/crates/futures-sink-0.3.21.crate) = 21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868
SIZE (rust/crates/futures-sink-0.3.21.crate) = 7843
SHA256 (rust/crates/futures-task-0.3.21.crate) = 57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a
SIZE (rust/crates/futures-task-0.3.21.crate) = 11815
SHA256 (rust/crates/futures-timer-3.0.2.crate) = e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c
SIZE (rust/crates/futures-timer-3.0.2.crate) = 19879
SHA256 (rust/crates/futures-util-0.3.21.crate) = d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a
SIZE (rust/crates/futures-util-0.3.21.crate) = 153768
SHA256 (rust/crates/getrandom-0.2.6.crate) = 9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad
SIZE (rust/crates/getrandom-0.2.6.crate) = 28043
SHA256 (rust/crates/git2-0.15.0.crate) = 2994bee4a3a6a51eb90c218523be382fd7ea09b16380b9312e9dbe955ff7c7d1
SIZE (rust/crates/git2-0.15.0.crate) = 198983
SHA256 (rust/crates/glob-0.3.1.crate) = d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b
SIZE (rust/crates/glob-0.3.1.crate) = 18880
SHA256 (rust/crates/hashbrown-0.12.3.crate) = 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888
SIZE (rust/crates/hashbrown-0.12.3.crate) = 102968
SHA256 (rust/crates/hermit-abi-0.3.2.crate) = 443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b
SIZE (rust/crates/hermit-abi-0.3.2.crate) = 13783
SHA256 (rust/crates/iana-time-zone-0.1.45.crate) = ef5528d9c2817db4e10cc78f8d4c8228906e5854f389ff6b076cee3572a09d35
SIZE (rust/crates/iana-time-zone-0.1.45.crate) = 15016
SHA256 (rust/crates/idna-0.2.3.crate) = 418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8
SIZE (rust/crates/idna-0.2.3.crate) = 271023
SHA256 (rust/crates/instant-0.1.9.crate) = 61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec
SIZE (rust/crates/instant-0.1.9.crate) = 5213
SHA256 (rust/crates/itoa-0.4.7.crate) = dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736
SIZE (rust/crates/itoa-0.4.7.crate) = 12099
SHA256 (rust/crates/jobserver-0.1.22.crate) = 972f5ae5d1cb9c6ae417789196c803205313edde988685da5e3aae0827b9e7fd
SIZE (rust/crates/jobserver-0.1.22.crate) = 21175
SHA256 (rust/crates/if_chain-1.0.2.crate) = cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed
SIZE (rust/crates/if_chain-1.0.2.crate) = 8062
SHA256 (rust/crates/instant-0.1.12.crate) = 7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c
SIZE (rust/crates/instant-0.1.12.crate) = 6128
SHA256 (rust/crates/io-lifetimes-1.0.11.crate) = eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2
SIZE (rust/crates/io-lifetimes-1.0.11.crate) = 37346
SHA256 (rust/crates/itoa-1.0.4.crate) = 4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc
SIZE (rust/crates/itoa-1.0.4.crate) = 10601
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.59.crate) = 258451ab10b34f8af53416d1fdab72c22e805f0c92a1136d59470ec0b11138b2
SIZE (rust/crates/js-sys-0.3.59.crate) = 78849
SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646
SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443
SHA256 (rust/crates/libc-0.2.97.crate) = 12b8adadd720df158f4d70dfe7ccc6adb0472d7c55ca83445f6a5ab3e36f8fb6
SIZE (rust/crates/libc-0.2.97.crate) = 517712
SHA256 (rust/crates/libgit2-sys-0.13.2+1.4.2.crate) = 3a42de9a51a5c12e00fc0e4ca6bc2ea43582fc6418488e8f615e905d886f258b
SIZE (rust/crates/libgit2-sys-0.13.2+1.4.2.crate) = 1492799
SHA256 (rust/crates/libz-sys-1.1.3.crate) = de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66
SIZE (rust/crates/libz-sys-1.1.3.crate) = 1341394
SHA256 (rust/crates/lock_api-0.4.6.crate) = 88943dd7ef4a2e5a4bfa2753aaab3013e34ce2533d1996fb18ef591e315e2b3b
SIZE (rust/crates/lock_api-0.4.6.crate) = 25215
SHA256 (rust/crates/log-0.4.14.crate) = 51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710
SIZE (rust/crates/log-0.4.14.crate) = 34582
SHA256 (rust/crates/matches-0.1.8.crate) = 7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08
SIZE (rust/crates/matches-0.1.8.crate) = 2216
SHA256 (rust/crates/libc-0.2.147.crate) = b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3
SIZE (rust/crates/libc-0.2.147.crate) = 686772
SHA256 (rust/crates/libgit2-sys-0.14.2+1.5.1.crate) = 7f3d95f6b51075fe9810a7ae22c7095f12b98005ab364d8544797a825ce946a4
SIZE (rust/crates/libgit2-sys-0.14.2+1.5.1.crate) = 1742257
SHA256 (rust/crates/libz-sys-1.1.6.crate) = 92e7e15d7610cce1d9752e137625f14e61a28cd45929b6e12e47b50fe154ee2e
SIZE (rust/crates/libz-sys-1.1.6.crate) = 1508051
SHA256 (rust/crates/linux-raw-sys-0.3.8.crate) = ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519
SIZE (rust/crates/linux-raw-sys-0.3.8.crate) = 1013776
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.16.crate) = 6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8
SIZE (rust/crates/log-0.4.16.crate) = 37758
SHA256 (rust/crates/matches-0.1.9.crate) = a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f
SIZE (rust/crates/matches-0.1.9.crate) = 2246
SHA256 (rust/crates/memchr-2.5.0.crate) = 2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d
SIZE (rust/crates/memchr-2.5.0.crate) = 65812
SHA256 (rust/crates/mio-0.8.2.crate) = 52da4364ffb0e4fe33a9841a98a3f3014fb964045ce4f7a45a398243c8d6b0c9
SIZE (rust/crates/mio-0.8.2.crate) = 88272
SHA256 (rust/crates/miow-0.3.7.crate) = b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21
SIZE (rust/crates/miow-0.3.7.crate) = 24563
SHA256 (rust/crates/nodrop-0.1.14.crate) = 72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb
SIZE (rust/crates/nodrop-0.1.14.crate) = 7667
SHA256 (rust/crates/ntapi-0.3.6.crate) = 3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44
SIZE (rust/crates/ntapi-0.3.6.crate) = 127221
SHA256 (rust/crates/num-format-0.4.0.crate) = bafe4179722c2894288ee77a9f044f02811c86af699344c498b0840c698a2465
SIZE (rust/crates/num-format-0.4.0.crate) = 59791
SHA256 (rust/crates/num-integer-0.1.44.crate) = d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db
SIZE (rust/crates/num-integer-0.1.44.crate) = 22216
SHA256 (rust/crates/ntapi-0.3.7.crate) = c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f
SIZE (rust/crates/ntapi-0.3.7.crate) = 126994
SHA256 (rust/crates/num-format-0.4.4.crate) = a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3
SIZE (rust/crates/num-format-0.4.4.crate) = 61509
SHA256 (rust/crates/num-traits-0.2.14.crate) = 9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290
SIZE (rust/crates/num-traits-0.2.14.crate) = 45476
SHA256 (rust/crates/output_vt100-0.1.2.crate) = 53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9
SIZE (rust/crates/output_vt100-0.1.2.crate) = 4062
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-0.12.0.crate) = 87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58
SIZE (rust/crates/parking_lot-0.12.0.crate) = 39761
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/parking_lot_core-0.9.0.crate) = b2f4f894f3865f6c0e02810fc597300f34dc2510f66400da262d8ae10e75767d
SIZE (rust/crates/parking_lot_core-0.9.0.crate) = 32234
SHA256 (rust/crates/once_cell-1.13.1.crate) = 074864da206b4973b84eb91683020dbefd6a8c3f0f38e054d93954e891935e4e
SIZE (rust/crates/once_cell-1.13.1.crate) = 31335
SHA256 (rust/crates/parking_lot-0.12.1.crate) = 3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f
SIZE (rust/crates/parking_lot-0.12.1.crate) = 40967
SHA256 (rust/crates/parking_lot_core-0.9.2.crate) = 995f667a6c822200b0433ac218e05582f0e2efa1b922a3fd2fbaadc5f87bab37
SIZE (rust/crates/parking_lot_core-0.9.2.crate) = 32254
SHA256 (rust/crates/percent-encoding-2.1.0.crate) = d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e
SIZE (rust/crates/percent-encoding-2.1.0.crate) = 9748
SHA256 (rust/crates/pico-args-0.4.2.crate) = db8bcd96cb740d03149cbad5518db9fd87126a10ab519c011893b1754134c468
SIZE (rust/crates/pico-args-0.4.2.crate) = 11565
SHA256 (rust/crates/pkg-config-0.3.19.crate) = 3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c
SIZE (rust/crates/pkg-config-0.3.19.crate) = 15451
SHA256 (rust/crates/pico-args-0.5.0.crate) = 5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315
SIZE (rust/crates/pico-args-0.5.0.crate) = 11545
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/pkg-config-0.3.25.crate) = 1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae
SIZE (rust/crates/pkg-config-0.3.25.crate) = 16838
SHA256 (rust/crates/ppv-lite86-0.2.16.crate) = eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872
SIZE (rust/crates/ppv-lite86-0.2.16.crate) = 22245
SHA256 (rust/crates/pretty_assertions-1.2.1.crate) = c89f989ac94207d048d92db058e4f6ec7342b0971fc58d1271ca148b799b3563
SIZE (rust/crates/pretty_assertions-1.2.1.crate) = 79474
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.27.crate) = f0d8caf72986c1a598726adc988bb5984792ef84f5ee5aa50209145ee8077038
SIZE (rust/crates/proc-macro2-1.0.27.crate) = 38625
SHA256 (rust/crates/quote-1.0.9.crate) = c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7
SIZE (rust/crates/quote-1.0.9.crate) = 25042
SHA256 (rust/crates/pretty_assertions-1.4.0.crate) = af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66
SIZE (rust/crates/pretty_assertions-1.4.0.crate) = 78846
SHA256 (rust/crates/proc-macro2-1.0.66.crate) = 18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9
SIZE (rust/crates/proc-macro2-1.0.66.crate) = 43575
SHA256 (rust/crates/quote-1.0.29.crate) = 573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105
SIZE (rust/crates/quote-1.0.29.crate) = 28345
SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404
SIZE (rust/crates/rand-0.8.5.crate) = 87113
SHA256 (rust/crates/rand_chacha-0.3.1.crate) = e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88
SIZE (rust/crates/rand_chacha-0.3.1.crate) = 15251
SHA256 (rust/crates/rand_core-0.6.3.crate) = d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7
SIZE (rust/crates/rand_core-0.6.3.crate) = 21938
SHA256 (rust/crates/redox_syscall-0.2.9.crate) = 5ab49abadf3f9e1c4bc499e8845e152ad87d2ad2d30371841171169e9d75feee
SIZE (rust/crates/redox_syscall-0.2.9.crate) = 23533
SHA256 (rust/crates/remove_dir_all-0.5.3.crate) = 3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7
SIZE (rust/crates/remove_dir_all-0.5.3.crate) = 9184
SHA256 (rust/crates/rstest-0.11.0.crate) = 2288c66aeafe3b2ed227c981f364f9968fa952ef0b30e84ada4486e7ee24d00a
SIZE (rust/crates/rstest-0.11.0.crate) = 917046
SHA256 (rust/crates/rstest-0.12.0.crate) = d912f35156a3f99a66ee3e11ac2e0b3f34ac85a07e05263d05a7e2c8810d616f
SIZE (rust/crates/rstest-0.12.0.crate) = 919939
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/regex-1.9.1.crate) = b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575
SIZE (rust/crates/regex-1.9.1.crate) = 251978
SHA256 (rust/crates/regex-automata-0.3.3.crate) = 39354c10dd07468c2e73926b23bb9c2caca74c5501e38a35da70406f1d923310
SIZE (rust/crates/regex-automata-0.3.3.crate) = 604301
SHA256 (rust/crates/regex-syntax-0.7.4.crate) = e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2
SIZE (rust/crates/regex-syntax-0.7.4.crate) = 343365
SHA256 (rust/crates/relative-path-1.8.0.crate) = 4bf2521270932c3c7bed1a59151222bd7643c79310f2916f01925e1e16255698
SIZE (rust/crates/relative-path-1.8.0.crate) = 24865
SHA256 (rust/crates/rstest-0.18.1.crate) = 2b96577ca10cb3eade7b337eb46520108a67ca2818a24d0b63f41fd62bc9651c
SIZE (rust/crates/rstest-0.18.1.crate) = 28670
SHA256 (rust/crates/rstest_macros-0.18.1.crate) = 225e674cf31712b8bb15fdbca3ec0c1b9d825c5a24407ff2b7e005fb6a29ba03
SIZE (rust/crates/rstest_macros-0.18.1.crate) = 56971
SHA256 (rust/crates/rustc_version-0.4.0.crate) = bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366
SIZE (rust/crates/rustc_version-0.4.0.crate) = 12175
SHA256 (rust/crates/rustversion-1.0.6.crate) = f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f
SIZE (rust/crates/rustversion-1.0.6.crate) = 18380
SHA256 (rust/crates/rustix-0.37.23.crate) = 4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06
SIZE (rust/crates/rustix-0.37.23.crate) = 328010
SHA256 (rust/crates/scopeguard-1.1.0.crate) = d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd
SIZE (rust/crates/scopeguard-1.1.0.crate) = 11470
SHA256 (rust/crates/semver-1.0.3.crate) = 5f3aac57ee7f3272d8395c6e4f502f434f0e289fcd62876f70daa008c20dcabe
SIZE (rust/crates/semver-1.0.3.crate) = 28918
SHA256 (rust/crates/serial_test-0.6.0.crate) = e5bcc41d18f7a1d50525d080fd3e953be87c4f9f1a974f3c21798ca00d54ec15
SIZE (rust/crates/serial_test-0.6.0.crate) = 4494
SHA256 (rust/crates/serial_test_derive-0.6.0.crate) = 2881bccd7d60fb32dfa3d7b3136385312f8ad75e2674aab2852867a09790cae8
SIZE (rust/crates/serial_test_derive-0.6.0.crate) = 5581
SHA256 (rust/crates/semver-1.0.7.crate) = d65bd28f48be7196d222d95b9243287f48d27aca604e08497513019ff0502cc4
SIZE (rust/crates/semver-1.0.7.crate) = 30064
SHA256 (rust/crates/serial_test-2.0.0.crate) = 0e56dd856803e253c8f298af3f4d7eb0ae5e23a737252cd90bb4f3b435033b2d
SIZE (rust/crates/serial_test-2.0.0.crate) = 7946
SHA256 (rust/crates/serial_test_derive-2.0.0.crate) = 91d129178576168c589c9ec973feedf7d3126c01ac2bf08795109aa35b69fb8f
SIZE (rust/crates/serial_test_derive-2.0.0.crate) = 5638
SHA256 (rust/crates/signal-hook-0.3.13.crate) = 647c97df271007dcea485bb74ffdb57f2e683f1306c854f468a0c244badabf2d
SIZE (rust/crates/signal-hook-0.3.13.crate) = 49252
SHA256 (rust/crates/signal-hook-mio-0.2.3.crate) = 29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af
SIZE (rust/crates/signal-hook-mio-0.2.3.crate) = 9064
SHA256 (rust/crates/signal-hook-registry-1.4.0.crate) = e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0
SIZE (rust/crates/signal-hook-registry-1.4.0.crate) = 17912
SHA256 (rust/crates/smallvec-1.6.1.crate) = fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e
SIZE (rust/crates/smallvec-1.6.1.crate) = 26444
SHA256 (rust/crates/syn-1.0.73.crate) = f71489ff30030d2ae598524f61326b902466f72a0fb1a8564c001cc63425bcc7
SIZE (rust/crates/syn-1.0.73.crate) = 232706
SHA256 (rust/crates/tempfile-3.3.0.crate) = 5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4
SIZE (rust/crates/tempfile-3.3.0.crate) = 27578
SHA256 (rust/crates/time-0.1.43.crate) = ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438
SIZE (rust/crates/time-0.1.43.crate) = 28653
SHA256 (rust/crates/tinyvec-1.2.0.crate) = 5b5220f05bb7de7f3f53c7c065e1199b3172696fe2db9f9c4d8ad9b4ee74c342
SIZE (rust/crates/tinyvec-1.2.0.crate) = 41625
SHA256 (rust/crates/slab-0.4.6.crate) = eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32
SIZE (rust/crates/slab-0.4.6.crate) = 16067
SHA256 (rust/crates/smallvec-1.8.0.crate) = f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83
SIZE (rust/crates/smallvec-1.8.0.crate) = 27992
SHA256 (rust/crates/syn-1.0.104.crate) = 4ae548ec36cf198c0ef7710d3c230987c2d6d7bd98ad6edc0274462724c585ce
SIZE (rust/crates/syn-1.0.104.crate) = 236683
SHA256 (rust/crates/syn-2.0.26.crate) = 45c3457aacde3c65315de5031ec191ce46604304d2446e803d71ade03308d970
SIZE (rust/crates/syn-2.0.26.crate) = 241572
SHA256 (rust/crates/tempfile-3.6.0.crate) = 31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6
SIZE (rust/crates/tempfile-3.6.0.crate) = 31812
SHA256 (rust/crates/thiserror-1.0.43.crate) = a35fc5b8971143ca348fa6df4f024d4d55264f3468c71ad1c2f365b0a4d58c42
SIZE (rust/crates/thiserror-1.0.43.crate) = 18735
SHA256 (rust/crates/thiserror-impl-1.0.43.crate) = 463fe12d7993d3b327787537ce8dd4dfa058de32fc2b195ef3cde03dc4771e8f
SIZE (rust/crates/thiserror-impl-1.0.43.crate) = 15062
SHA256 (rust/crates/time-0.1.44.crate) = 6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255
SIZE (rust/crates/time-0.1.44.crate) = 28885
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/unicode-bidi-0.3.5.crate) = eeb8be209bb1c96b7c177c7420d26e04eccacb0eeae6b980e35fcb74678107e0
SIZE (rust/crates/unicode-bidi-0.3.5.crate) = 33423
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.5.crate) = 6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3
SIZE (rust/crates/unicode-ident-1.0.5.crate) = 35455
SHA256 (rust/crates/unicode-normalization-0.1.19.crate) = d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9
SIZE (rust/crates/unicode-normalization-0.1.19.crate) = 107353
SHA256 (rust/crates/unicode-segmentation-1.9.0.crate) = 7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99
SIZE (rust/crates/unicode-segmentation-1.9.0.crate) = 93241
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.2.crate) = 8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3
SIZE (rust/crates/unicode-xid-0.2.2.crate) = 14955
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.10.crate) = c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b
SIZE (rust/crates/unicode-width-0.1.10.crate) = 18968
SHA256 (rust/crates/url-2.2.2.crate) = a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c
SIZE (rust/crates/url-2.2.2.crate) = 68555
SHA256 (rust/crates/uuid-1.0.0.crate) = 8cfcd319456c4d6ea10087ed423473267e1a071f3bc0aa89f80d60997843c6f0
SIZE (rust/crates/uuid-1.0.0.crate) = 48627
SHA256 (rust/crates/uuid-1.4.1.crate) = 79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d
SIZE (rust/crates/uuid-1.4.1.crate) = 55291
SHA256 (rust/crates/vcpkg-0.2.15.crate) = accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426
SIZE (rust/crates/vcpkg-0.2.15.crate) = 228735
SHA256 (rust/crates/version_check-0.9.4.crate) = 49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f
SIZE (rust/crates/version_check-0.9.4.crate) = 14895
SHA256 (rust/crates/wasi-0.10.2+wasi-snapshot-preview1.crate) = fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6
SIZE (rust/crates/wasi-0.10.2+wasi-snapshot-preview1.crate) = 27505
SHA256 (rust/crates/version-track-0.1.0.crate) = 6d9affed6b4e63b1f30ed8f0f2c401fa725f5f511eb00e52269f401c4d5ae12f
SIZE (rust/crates/version-track-0.1.0.crate) = 5615
SHA256 (rust/crates/wasi-0.10.0+wasi-snapshot-preview1.crate) = 1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f
SIZE (rust/crates/wasi-0.10.0+wasi-snapshot-preview1.crate) = 26964
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.82.crate) = fc7652e3f6c4706c8d9cd54832c4a4ccb9b5336e2c3bd154d5cccfbf1c1f5f7d
SIZE (rust/crates/wasm-bindgen-0.2.82.crate) = 166376
SHA256 (rust/crates/wasm-bindgen-backend-0.2.82.crate) = 662cd44805586bd52971b9586b1df85cdbbd9112e4ef4d8f41559c334dc6ac3f
SIZE (rust/crates/wasm-bindgen-backend-0.2.82.crate) = 25764
SHA256 (rust/crates/wasm-bindgen-macro-0.2.82.crate) = b260f13d3012071dfb1512849c033b1925038373aea48ced3012c09df952c602
SIZE (rust/crates/wasm-bindgen-macro-0.2.82.crate) = 11808
SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.82.crate) = 5be8e654bdd9b79216c2929ab90721aa82faf65c48cdf08bdc4e7f51357b80da
SIZE (rust/crates/wasm-bindgen-macro-support-0.2.82.crate) = 18529
SHA256 (rust/crates/wasm-bindgen-shared-0.2.82.crate) = 6598dd0bd3c7d51095ff6531a5b23e02acdc81804e30d8f07afb77b7215a140a
SIZE (rust/crates/wasm-bindgen-shared-0.2.82.crate) = 7197
SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419
SIZE (rust/crates/winapi-0.3.9.crate) = 1200382
SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6
SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815
SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f
SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998
SHA256 (rust/crates/windows-sys-0.29.0.crate) = ceb069ac8b2117d36924190469735767f0990833935ab430155e71a44bafe148
SIZE (rust/crates/windows-sys-0.29.0.crate) = 3256617
SHA256 (rust/crates/windows_aarch64_msvc-0.29.0.crate) = c3d027175d00b01e0cbeb97d6ab6ebe03b12330a35786cbaca5252b1c4bf5d9b
SIZE (rust/crates/windows_aarch64_msvc-0.29.0.crate) = 669639
SHA256 (rust/crates/windows_i686_gnu-0.29.0.crate) = 8793f59f7b8e8b01eda1a652b2697d87b93097198ae85f823b969ca5b89bba58
SIZE (rust/crates/windows_i686_gnu-0.29.0.crate) = 774446
SHA256 (rust/crates/windows_i686_msvc-0.29.0.crate) = 8602f6c418b67024be2996c512f5f995de3ba417f4c75af68401ab8756796ae4
SIZE (rust/crates/windows_i686_msvc-0.29.0.crate) = 732279
SHA256 (rust/crates/windows_x86_64_gnu-0.29.0.crate) = f3d615f419543e0bd7d2b3323af0d86ff19cbc4f816e6453f36a2c2ce889c354
SIZE (rust/crates/windows_x86_64_gnu-0.29.0.crate) = 743224
SHA256 (rust/crates/windows_x86_64_msvc-0.29.0.crate) = 11d95421d9ed3672c280884da53201a5c46b7b2765ca6faf34b0d71cf34a3561
SIZE (rust/crates/windows_x86_64_msvc-0.29.0.crate) = 668947
SHA256 (rust/crates/windows-sys-0.34.0.crate) = 5acdd78cb4ba54c0045ac14f62d8f94a03d10047904ae2a40afa1e99d8f70825
SIZE (rust/crates/windows-sys-0.34.0.crate) = 3369228
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.48.1.crate) = 05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f
SIZE (rust/crates/windows-targets-0.48.1.crate) = 6902
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.34.0.crate) = 17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d
SIZE (rust/crates/windows_aarch64_msvc-0.34.0.crate) = 674445
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.34.0.crate) = 2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed
SIZE (rust/crates/windows_i686_gnu-0.34.0.crate) = 772343
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.34.0.crate) = 9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956
SIZE (rust/crates/windows_i686_msvc-0.34.0.crate) = 733497
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.34.0.crate) = cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4
SIZE (rust/crates/windows_x86_64_gnu-0.34.0.crate) = 744301
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.48.0.crate) = 7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953
SIZE (rust/crates/windows_x86_64_gnullvm-0.48.0.crate) = 366536
SHA256 (rust/crates/windows_x86_64_msvc-0.34.0.crate) = d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9
SIZE (rust/crates/windows_x86_64_msvc-0.34.0.crate) = 669900
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/xi-unicode-0.3.0.crate) = a67300977d3dc3f8034dae89778f502b6ba20b269527b3223ba59c0cf393bb8a
SIZE (rust/crates/xi-unicode-0.3.0.crate) = 87001
SHA256 (MitMaro-git-interactive-rebase-tool-2.2.1_GH0.tar.gz) = 86f262e6607ac0bf5cee22ca1b333cf9f827e09d3257658d525a518aa785ca7c
SIZE (MitMaro-git-interactive-rebase-tool-2.2.1_GH0.tar.gz) = 4915932
SHA256 (rust/crates/yansi-0.5.1.crate) = 09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec
SIZE (rust/crates/yansi-0.5.1.crate) = 16525
SHA256 (Turbo87-rust-claim-23892a345d38e1434303143a73033925284ad04d_GH0.tar.gz) = b40e968cc58b02b798564e0a51854b3c4262540af6d29b8704b439de8e384f10
SIZE (Turbo87-rust-claim-23892a345d38e1434303143a73033925284ad04d_GH0.tar.gz) = 12569
SHA256 (MitMaro-git-interactive-rebase-tool-2.3.0_GH0.tar.gz) = 4af63703b3504370ef298693abc5061fe5bf215536e6d45952afda33a92f8101
SIZE (MitMaro-git-interactive-rebase-tool-2.3.0_GH0.tar.gz) = 4963036

View File

@ -1,62 +0,0 @@
--- cargo-crates/libc-0.2.97/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 1973-11-29 21:33:09 UTC
+++ cargo-crates/libc-0.2.97/src/unix/bsd/freebsdlike/freebsd/mod.rs
@@ -1678,6 +1678,9 @@ cfg_if! {
} else if #[cfg(target_arch = "powerpc64")] {
mod powerpc64;
pub use self::powerpc64::*;
+ } else if #[cfg(target_arch = "powerpc")] {
+ mod powerpc;
+ pub use self::powerpc::*;
} else {
// Unknown target_arch
}
--- cargo-crates/libc-0.2.97/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2022-05-15 15:27:02 UTC
+++ cargo-crates/libc-0.2.97/src/unix/bsd/freebsdlike/freebsd/powerpc.rs
@@ -0,0 +1,47 @@
+pub type c_char = u8;
+pub type c_long = i32;
+pub type c_ulong = u32;
+pub type wchar_t = i32;
+pub type time_t = i64;
+pub type suseconds_t = i32;
+pub type register_t = i32;
+
+s! {
+ pub struct stat {
+ pub st_dev: ::dev_t,
+ pub st_ino: ::ino_t,
+ pub st_mode: ::mode_t,
+ pub st_nlink: ::nlink_t,
+ pub st_uid: ::uid_t,
+ pub st_gid: ::gid_t,
+ pub st_rdev: ::dev_t,
+ pub st_atime: ::time_t,
+ pub st_atime_nsec: ::c_long,
+ pub st_mtime: ::time_t,
+ pub st_mtime_nsec: ::c_long,
+ pub st_ctime: ::time_t,
+ pub st_ctime_nsec: ::c_long,
+ pub st_size: ::off_t,
+ pub st_blocks: ::blkcnt_t,
+ pub st_blksize: ::blksize_t,
+ pub st_flags: ::fflags_t,
+ pub st_gen: u32,
+ pub st_lspare: i32,
+ pub st_birthtime: ::time_t,
+ pub st_birthtime_nsec: ::c_long,
+ }
+}
+
+// should be pub(crate), but that requires Rust 1.18.0
+cfg_if! {
+ if #[cfg(libc_const_size_of)] {
+ #[doc(hidden)]
+ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1;
+ } else {
+ #[doc(hidden)]
+ pub const _ALIGNBYTES: usize = 4 - 1;
+ }
+}
+
+pub const MAP_32BIT: ::c_int = 0x00080000;
+pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4

View File

@ -1,5 +1,5 @@
PORTNAME= jenkins
PORTVERSION= 2.401.2
PORTVERSION= 2.401.3
CATEGORIES= devel java
MASTER_SITES= https://get.jenkins.io/war-stable/${PORTVERSION}/
PKGNAMESUFFIX= -lts

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1687954574
SHA256 (jenkins/2.401.2/jenkins.war) = 86bd8e0b2b51075c99b00d43603c2858440bf011ecd089a5c791d0c964d40682
SIZE (jenkins/2.401.2/jenkins.war) = 98406337
TIMESTAMP = 1690384702
SHA256 (jenkins/2.401.3/jenkins.war) = a798a0c5481a8ffb0320d9121f6cf49dc575c369028daae17a4dd398b69e000d
SIZE (jenkins/2.401.3/jenkins.war) = 98398119

View File

@ -1,5 +1,5 @@
PORTNAME= jenkins
PORTVERSION= 2.415
PORTVERSION= 2.416
CATEGORIES= devel java
MASTER_SITES= https://get.jenkins.io/war/${PORTVERSION}/
DISTNAME= jenkins

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1689836843
SHA256 (jenkins/2.415/jenkins.war) = a22a69402636e20811fae9820cb5f4718106fd9c918de195c150a4535f5b2a7a
SIZE (jenkins/2.415/jenkins.war) = 89542148
TIMESTAMP = 1690384652
SHA256 (jenkins/2.416/jenkins.war) = ceb3c171e25728b47645848dae263e41a12c4911ac71154985f0653e7fa211c8
SIZE (jenkins/2.416/jenkins.war) = 89541474

View File

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

View File

@ -1,5 +1,5 @@
TIMESTAMP = 1689750484
SHA256 (go/devel_lefthook/lefthook-v1.4.6/v1.4.6.mod) = 4c39cb5d3225565fe30a95f94c99ce36ba4031e5e6adbd0dfa6928b3f9922e61
SIZE (go/devel_lefthook/lefthook-v1.4.6/v1.4.6.mod) = 1672
SHA256 (go/devel_lefthook/lefthook-v1.4.6/v1.4.6.zip) = b3d9d352169094f91b211e9c0c5b7fa3c7f7500bc228579c4f23efa994761c2e
SIZE (go/devel_lefthook/lefthook-v1.4.6/v1.4.6.zip) = 135229
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

View File

@ -1,6 +1,6 @@
PORTNAME= libght
PORTVERSION= 0.1.0
PORTREVISION= 9
PORTREVISION= 10
DISTVERSIONPREFIX= v
CATEGORIES= devel geography

View File

@ -30,6 +30,7 @@ GH_TUPLE= visualfc:gocode:v1.5.2:visualfc_gocode \
visualfc:goversion:v1.1.0:visualfc_goversion/vendor/github.com/visualfc/goversion \
yuin:goldmark:v1.4.13:yuin_goldmark/vendor/github.com/yuin/goldmark
USE_CXXSTD= c++14
USE_GL= gl
USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME}
USE_QT= buildtools:build core gui network printsupport widgets xml

View File

@ -10,6 +10,7 @@ BUILD_DEPENDS= mcpp:devel/mcpp
LIB_DEPENDS= libIce.so.${LIB_VRS}:devel/ice
USES= compiler:c++11-lang python shebangfix
USE_CXXSTD= c++14
USE_PYTHON= py3kplist
SLAVE_PORT= yes
MASTERDIR= ${.CURDIR}/../ice

View File

@ -1,6 +1,6 @@
PORTNAME= pyqt
PORTVERSION= ${PYQT_VERSION}
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITES_PYQT}
PKGNAMEPREFIX= ${PYQT_PY_RELNAME}-

View File

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

View File

@ -1,5 +1,6 @@
PORTNAME= sip
PORTVERSION= ${PYQT6SIP_VERSION}
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITES_PYQT6SIP}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}qt6-

View File

@ -1,6 +1,6 @@
PORTNAME= qt6
PORTVERSION= ${PYQT_VERSION}
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,6 +1,6 @@
PORTNAME= qscintilla2-qt6
PORTVERSION= ${QSCI2_VERSION}
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITES_QSCI2}
DISTNAME= ${QSCI2_DISTNAME}

View File

@ -1,6 +1,6 @@
PORTNAME= qt6
DISTVERSION= ${QT6_VERSION}
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel
MAINTAINER= kde@FreeBSD.org

View File

@ -1,5 +1,6 @@
PORTNAME= qtcreator
DISTVERSION= 10.0.2
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= QT/official_releases/qtcreator/${DISTVERSION:R}/${DISTVERSION}
DISTNAME= qt-creator-opensource-src-${DISTVERSION}

View File

@ -1,6 +1,5 @@
PORTNAME= rust-analyzer
DISTVERSION= 2023-06-12
PORTREVISION= 2
DISTVERSION= 2023-07-24
CATEGORIES= devel
MAINTAINER= rust@FreeBSD.org
@ -19,57 +18,60 @@ USE_GITHUB= yes
CARGO_CRATES= addr2line-0.19.0 \
adler-1.0.2 \
always-assert-0.1.3 \
anyhow-1.0.70 \
anyhow-1.0.71 \
anymap-1.0.0-beta.2 \
arbitrary-1.3.0 \
arrayvec-0.7.2 \
arrayvec-0.7.4 \
atty-0.2.14 \
autocfg-1.1.0 \
backtrace-0.3.67 \
bitflags-1.3.2 \
bitflags-2.1.0 \
bitflags-2.3.2 \
byteorder-1.4.3 \
camino-1.1.4 \
cargo-platform-0.1.2 \
cargo_metadata-0.15.4 \
cc-1.0.79 \
cfg-if-1.0.0 \
chalk-derive-0.89.0 \
chalk-ir-0.89.0 \
chalk-recursive-0.89.0 \
chalk-solve-0.89.0 \
chalk-derive-0.92.0 \
chalk-ir-0.92.0 \
chalk-recursive-0.92.0 \
chalk-solve-0.92.0 \
command-group-2.1.0 \
countme-3.0.1 \
cov-mark-2.0.0-pre.1 \
crc32fast-1.3.2 \
crossbeam-channel-0.5.8 \
crossbeam-deque-0.8.3 \
crossbeam-epoch-0.9.14 \
crossbeam-utils-0.8.15 \
crossbeam-epoch-0.9.15 \
crossbeam-utils-0.8.16 \
dashmap-5.4.0 \
derive_arbitrary-1.3.0 \
derive_arbitrary-1.3.1 \
dissimilar-1.0.6 \
dot-0.1.4 \
drop_bomb-0.1.5 \
either-1.8.1 \
ena-0.14.2 \
equivalent-1.0.0 \
expect-test-1.4.1 \
filetime-0.2.19 \
fixedbitset-0.2.0 \
flate2-1.0.25 \
form_urlencoded-1.1.0 \
flate2-1.0.26 \
form_urlencoded-1.2.0 \
fsevent-sys-4.1.0 \
fst-0.4.7 \
gimli-0.27.2 \
gimli-0.27.3 \
hashbrown-0.12.3 \
hashbrown-0.14.0 \
heck-0.3.3 \
hermit-abi-0.1.19 \
hermit-abi-0.2.6 \
hkalbasi-rustc-ap-rustc_abi-0.0.20221221 \
hkalbasi-rustc-ap-rustc_index-0.0.20221221 \
home-0.5.4 \
idna-0.3.0 \
home-0.5.5 \
idna-0.4.0 \
indexmap-1.9.3 \
indexmap-2.0.0 \
inotify-0.9.6 \
inotify-sys-0.1.5 \
instant-0.1.12 \
@ -78,19 +80,23 @@ CARGO_CRATES= addr2line-0.19.0 \
jod-thread-0.1.2 \
kqueue-1.0.7 \
kqueue-sys-1.0.3 \
la-arena-0.3.1 \
lazy_static-1.4.0 \
libc-0.2.141 \
libloading-0.7.4 \
libmimalloc-sys-0.1.32 \
lock_api-0.4.9 \
log-0.4.17 \
libc-0.2.146 \
libloading-0.8.0 \
libmimalloc-sys-0.1.33 \
line-index-0.1.0-pre.1 \
lock_api-0.4.10 \
log-0.4.19 \
lsp-server-0.7.1 \
lsp-types-0.94.0 \
matchers-0.1.0 \
memchr-2.5.0 \
memmap2-0.5.10 \
memoffset-0.8.0 \
mimalloc-0.1.36 \
memoffset-0.9.0 \
mimalloc-0.1.37 \
miniz_oxide-0.6.2 \
miniz_oxide-0.7.1 \
mio-0.8.5 \
miow-0.5.0 \
nix-0.26.2 \
@ -98,8 +104,9 @@ CARGO_CRATES= addr2line-0.19.0 \
notify-5.1.0 \
nu-ansi-term-0.46.0 \
num_cpus-1.15.0 \
object-0.30.3 \
once_cell-1.17.1 \
object-0.30.4 \
object-0.31.1 \
once_cell-1.18.0 \
oorandom-11.1.3 \
overload-0.1.1 \
parking_lot-0.11.2 \
@ -107,26 +114,23 @@ CARGO_CRATES= addr2line-0.19.0 \
parking_lot_core-0.8.6 \
parking_lot_core-0.9.6 \
paste-1.0.12 \
percent-encoding-2.2.0 \
percent-encoding-2.3.0 \
perf-event-0.4.7 \
perf-event-open-sys-1.0.1 \
petgraph-0.5.1 \
pin-project-lite-0.2.9 \
proc-macro2-1.0.56 \
proc-macro2-1.0.60 \
protobuf-3.1.0 \
protobuf-support-3.1.0 \
pulldown-cmark-0.9.2 \
pulldown-cmark-0.9.3 \
pulldown-cmark-to-cmark-10.0.4 \
quote-1.0.26 \
quote-1.0.28 \
ra-ap-rustc_lexer-0.1.0 \
rayon-1.7.0 \
rayon-core-1.11.0 \
redox_syscall-0.2.16 \
regex-1.7.3 \
regex-automata-0.1.10 \
regex-syntax-0.6.29 \
rowan-0.15.11 \
rustc-demangle-0.1.22 \
rustc-demangle-0.1.23 \
rustc-hash-1.1.0 \
ryu-1.0.13 \
salsa-0.17.0-pre.2 \
@ -138,32 +142,33 @@ CARGO_CRATES= addr2line-0.19.0 \
semver-1.0.17 \
serde-1.0.156 \
serde_derive-1.0.156 \
serde_json-1.0.96 \
serde_repr-0.1.11 \
serde_json-1.0.97 \
serde_repr-0.1.12 \
sharded-slab-0.1.4 \
smallvec-1.10.0 \
smol_str-0.2.0 \
snap-1.1.0 \
static_assertions-1.1.0 \
syn-1.0.109 \
synstructure-0.12.6 \
syn-2.0.18 \
synstructure-0.13.0 \
text-size-1.1.0 \
thiserror-1.0.39 \
thiserror-impl-1.0.39 \
thiserror-1.0.40 \
thiserror-impl-1.0.40 \
thread_local-1.1.7 \
tikv-jemalloc-ctl-0.5.0 \
tikv-jemalloc-sys-0.5.3+5.3.0-patched \
tikv-jemallocator-0.5.0 \
time-0.3.20 \
time-core-0.1.0 \
time-0.3.22 \
time-core-0.1.1 \
tinyvec-1.6.0 \
tinyvec_macros-0.1.1 \
tracing-0.1.37 \
tracing-attributes-0.1.23 \
tracing-core-0.1.30 \
tracing-attributes-0.1.26 \
tracing-core-0.1.31 \
tracing-log-0.1.3 \
tracing-subscriber-0.3.16 \
tracing-tree-0.2.2 \
tracing-subscriber-0.3.17 \
tracing-tree-0.2.3 \
triomphe-0.1.8 \
typed-arena-2.0.2 \
ungrammar-1.16.1 \
@ -174,11 +179,11 @@ CARGO_CRATES= addr2line-0.19.0 \
unic-ucd-version-0.9.0 \
unicase-2.6.0 \
unicode-bidi-0.3.13 \
unicode-ident-1.0.8 \
unicode-ident-1.0.9 \
unicode-normalization-0.1.22 \
unicode-segmentation-1.10.1 \
unicode-xid-0.2.4 \
url-2.3.1 \
url-2.4.0 \
valuable-0.1.0 \
version_check-0.9.4 \
walkdir-2.3.3 \
@ -188,19 +193,28 @@ CARGO_CRATES= addr2line-0.19.0 \
winapi-util-0.1.5 \
winapi-x86_64-pc-windows-gnu-0.4.0 \
windows-sys-0.42.0 \
windows-sys-0.48.0 \
windows-targets-0.48.0 \
windows_aarch64_gnullvm-0.42.2 \
windows_aarch64_gnullvm-0.48.0 \
windows_aarch64_msvc-0.42.2 \
windows_aarch64_msvc-0.48.0 \
windows_i686_gnu-0.42.2 \
windows_i686_gnu-0.48.0 \
windows_i686_msvc-0.42.2 \
windows_i686_msvc-0.48.0 \
windows_x86_64_gnu-0.42.2 \
windows_x86_64_gnu-0.48.0 \
windows_x86_64_gnullvm-0.42.2 \
windows_x86_64_gnullvm-0.48.0 \
windows_x86_64_msvc-0.42.2 \
windows_x86_64_msvc-0.48.0 \
write-json-0.1.2 \
xflags-0.3.1 \
xflags-macros-0.3.1 \
xshell-0.2.3 \
xshell-macros-0.2.3 \
zip-0.6.4
zip-0.6.6
CARGO_INSTALL_PATH= crates/rust-analyzer

View File

@ -1,18 +1,18 @@
TIMESTAMP = 1686555382
TIMESTAMP = 1690370074
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/always-assert-0.1.3.crate) = 4436e0292ab1bb631b42973c61205e704475fe8126af845c8d923c0996328127
SIZE (rust/crates/always-assert-0.1.3.crate) = 7063
SHA256 (rust/crates/anyhow-1.0.70.crate) = 7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4
SIZE (rust/crates/anyhow-1.0.70.crate) = 43803
SHA256 (rust/crates/anyhow-1.0.71.crate) = 9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8
SIZE (rust/crates/anyhow-1.0.71.crate) = 43808
SHA256 (rust/crates/anymap-1.0.0-beta.2.crate) = 8f1f8f5a6f3d50d89e3797d7593a50f96bb2aaa20ca0cc7be1fb673232c91d72
SIZE (rust/crates/anymap-1.0.0-beta.2.crate) = 13073
SHA256 (rust/crates/arbitrary-1.3.0.crate) = e2d098ff73c1ca148721f37baad5ea6a465a13f9573aba8641fbbbae8164a54e
SIZE (rust/crates/arbitrary-1.3.0.crate) = 30930
SHA256 (rust/crates/arrayvec-0.7.2.crate) = 8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6
SIZE (rust/crates/arrayvec-0.7.2.crate) = 29341
SHA256 (rust/crates/arrayvec-0.7.4.crate) = 96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711
SIZE (rust/crates/arrayvec-0.7.4.crate) = 29856
SHA256 (rust/crates/atty-0.2.14.crate) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8
SIZE (rust/crates/atty-0.2.14.crate) = 5470
SHA256 (rust/crates/autocfg-1.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa
@ -21,8 +21,8 @@ SHA256 (rust/crates/backtrace-0.3.67.crate) = 233d376d6d185f2a3093e58f283f60f880
SIZE (rust/crates/backtrace-0.3.67.crate) = 78564
SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a
SIZE (rust/crates/bitflags-1.3.2.crate) = 23021
SHA256 (rust/crates/bitflags-2.1.0.crate) = c70beb79cbb5ce9c4f8e20849978f34225931f665bb49efa6982875a4d5facb3
SIZE (rust/crates/bitflags-2.1.0.crate) = 33325
SHA256 (rust/crates/bitflags-2.3.2.crate) = 6dbe3c979c178231552ecba20214a8272df4e09f232a87aef4320cf06539aded
SIZE (rust/crates/bitflags-2.3.2.crate) = 39637
SHA256 (rust/crates/byteorder-1.4.3.crate) = 14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610
SIZE (rust/crates/byteorder-1.4.3.crate) = 22512
SHA256 (rust/crates/camino-1.1.4.crate) = c530edf18f37068ac2d977409ed5cd50d53d73bc653c7647b48eb78976ac9ae2
@ -35,14 +35,14 @@ SHA256 (rust/crates/cc-1.0.79.crate) = 50d30906286121d95be3d479533b458f87493b30a
SIZE (rust/crates/cc-1.0.79.crate) = 62624
SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd
SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934
SHA256 (rust/crates/chalk-derive-0.89.0.crate) = ea176c50987dc4765961aa165001e8eb5a722a26308c5797a47303ea91686aab
SIZE (rust/crates/chalk-derive-0.89.0.crate) = 4020
SHA256 (rust/crates/chalk-ir-0.89.0.crate) = 473b480241695428c14e8f84f1c9a47ef232450a50faf3a4041e5c9dc11e0a3b
SIZE (rust/crates/chalk-ir-0.89.0.crate) = 51850
SHA256 (rust/crates/chalk-recursive-0.89.0.crate) = 6764b4fe67cac3a3758185084efbfbd39bf0352795824ba849ddd2b64cd4bb28
SIZE (rust/crates/chalk-recursive-0.89.0.crate) = 14997
SHA256 (rust/crates/chalk-solve-0.89.0.crate) = 55a7e6160966eceb6e7dcc2f479a2af4c477aaf5bccbc640d82515995ab1a6cc
SIZE (rust/crates/chalk-solve-0.89.0.crate) = 99452
SHA256 (rust/crates/chalk-derive-0.92.0.crate) = ff5053a8a42dbff5279a82423946fc56dc1253b76cf211b2b3c14b3aad4e1281
SIZE (rust/crates/chalk-derive-0.92.0.crate) = 4023
SHA256 (rust/crates/chalk-ir-0.92.0.crate) = 8a56de2146a8ed0fcd54f4bd50db852f1de4eac9e1efe568494f106c21b77d2a
SIZE (rust/crates/chalk-ir-0.92.0.crate) = 51843
SHA256 (rust/crates/chalk-recursive-0.92.0.crate) = 5cc09e6e9531f3544989ef89b189e80fbc7ad9e2f73f1c5e03ddc9ffb0527463
SIZE (rust/crates/chalk-recursive-0.92.0.crate) = 15000
SHA256 (rust/crates/chalk-solve-0.92.0.crate) = b392e02b4c81ec76d3748da839fc70a5539b83d27c9030668463d34d5110b860
SIZE (rust/crates/chalk-solve-0.92.0.crate) = 101301
SHA256 (rust/crates/command-group-2.1.0.crate) = 5080df6b0f0ecb76cab30808f00d937ba725cebe266a3da8cd89dff92f2a9916
SIZE (rust/crates/command-group-2.1.0.crate) = 162533
SHA256 (rust/crates/countme-3.0.1.crate) = 7704b5fdd17b18ae31c4c1da5a2e0305a2bf17b5249300a9ee9ed7b72114c636
@ -55,14 +55,14 @@ SHA256 (rust/crates/crossbeam-channel-0.5.8.crate) = a33c2bf77f2df06183c3aa30d1e
SIZE (rust/crates/crossbeam-channel-0.5.8.crate) = 90455
SHA256 (rust/crates/crossbeam-deque-0.8.3.crate) = ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef
SIZE (rust/crates/crossbeam-deque-0.8.3.crate) = 21746
SHA256 (rust/crates/crossbeam-epoch-0.9.14.crate) = 46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695
SIZE (rust/crates/crossbeam-epoch-0.9.14.crate) = 48524
SHA256 (rust/crates/crossbeam-utils-0.8.15.crate) = 3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b
SIZE (rust/crates/crossbeam-utils-0.8.15.crate) = 42326
SHA256 (rust/crates/crossbeam-epoch-0.9.15.crate) = ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7
SIZE (rust/crates/crossbeam-epoch-0.9.15.crate) = 48553
SHA256 (rust/crates/crossbeam-utils-0.8.16.crate) = 5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294
SIZE (rust/crates/crossbeam-utils-0.8.16.crate) = 42508
SHA256 (rust/crates/dashmap-5.4.0.crate) = 907076dfda823b0b36d2a1bb5f90c96660a5bbcd7729e10727f07858f22c4edc
SIZE (rust/crates/dashmap-5.4.0.crate) = 22862
SHA256 (rust/crates/derive_arbitrary-1.3.0.crate) = f3cdeb9ec472d588e539a818b2dee436825730da08ad0017c4b1a17676bdc8b7
SIZE (rust/crates/derive_arbitrary-1.3.0.crate) = 10643
SHA256 (rust/crates/derive_arbitrary-1.3.1.crate) = 53e0efad4403bfc52dc201159c4b842a246a14b98c64b55dfd0f2d89729dfeb8
SIZE (rust/crates/derive_arbitrary-1.3.1.crate) = 10624
SHA256 (rust/crates/dissimilar-1.0.6.crate) = 210ec60ae7d710bed8683e333e9d2855a8a56a3e9892b38bad3bb0d4d29b0d5e
SIZE (rust/crates/dissimilar-1.0.6.crate) = 27459
SHA256 (rust/crates/dot-0.1.4.crate) = a74b6c4d4a1cff5f454164363c16b72fa12463ca6b31f4b5f2035a65fa3d5906
@ -73,24 +73,28 @@ SHA256 (rust/crates/either-1.8.1.crate) = 7fcaabb2fef8c910e7f4c7ce9f67a1283a1715
SIZE (rust/crates/either-1.8.1.crate) = 16027
SHA256 (rust/crates/ena-0.14.2.crate) = c533630cf40e9caa44bd91aadc88a75d75a4c3a12b4cfde353cbed41daa1e1f1
SIZE (rust/crates/ena-0.14.2.crate) = 22991
SHA256 (rust/crates/equivalent-1.0.0.crate) = 88bffebc5d80432c9b140ee17875ff173a8ab62faad5b257da912bd2f6c1c0a1
SIZE (rust/crates/equivalent-1.0.0.crate) = 6621
SHA256 (rust/crates/expect-test-1.4.1.crate) = 30d9eafeadd538e68fb28016364c9732d78e420b9ff8853fa5e4058861e9f8d3
SIZE (rust/crates/expect-test-1.4.1.crate) = 13530
SHA256 (rust/crates/filetime-0.2.19.crate) = 4e884668cd0c7480504233e951174ddc3b382f7c2666e3b7310b5c4e7b0c37f9
SIZE (rust/crates/filetime-0.2.19.crate) = 15028
SHA256 (rust/crates/fixedbitset-0.2.0.crate) = 37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d
SIZE (rust/crates/fixedbitset-0.2.0.crate) = 13597
SHA256 (rust/crates/flate2-1.0.25.crate) = a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841
SIZE (rust/crates/flate2-1.0.25.crate) = 70210
SHA256 (rust/crates/form_urlencoded-1.1.0.crate) = a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8
SIZE (rust/crates/form_urlencoded-1.1.0.crate) = 8734
SHA256 (rust/crates/flate2-1.0.26.crate) = 3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743
SIZE (rust/crates/flate2-1.0.26.crate) = 70832
SHA256 (rust/crates/form_urlencoded-1.2.0.crate) = a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652
SIZE (rust/crates/form_urlencoded-1.2.0.crate) = 8923
SHA256 (rust/crates/fsevent-sys-4.1.0.crate) = 76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2
SIZE (rust/crates/fsevent-sys-4.1.0.crate) = 4620
SHA256 (rust/crates/fst-0.4.7.crate) = 7ab85b9b05e3978cc9a9cf8fea7f01b494e1a09ed3037e16ba39edc7a29eb61a
SIZE (rust/crates/fst-0.4.7.crate) = 1573393
SHA256 (rust/crates/gimli-0.27.2.crate) = ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4
SIZE (rust/crates/gimli-0.27.2.crate) = 721636
SHA256 (rust/crates/gimli-0.27.3.crate) = b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e
SIZE (rust/crates/gimli-0.27.3.crate) = 287904
SHA256 (rust/crates/hashbrown-0.12.3.crate) = 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888
SIZE (rust/crates/hashbrown-0.12.3.crate) = 102968
SHA256 (rust/crates/hashbrown-0.14.0.crate) = 2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a
SIZE (rust/crates/hashbrown-0.14.0.crate) = 116103
SHA256 (rust/crates/heck-0.3.3.crate) = 6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c
SIZE (rust/crates/heck-0.3.3.crate) = 10260
SHA256 (rust/crates/hermit-abi-0.1.19.crate) = 62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33
@ -101,12 +105,14 @@ SHA256 (rust/crates/hkalbasi-rustc-ap-rustc_abi-0.0.20221221.crate) = adabaadad9
SIZE (rust/crates/hkalbasi-rustc-ap-rustc_abi-0.0.20221221.crate) = 23750
SHA256 (rust/crates/hkalbasi-rustc-ap-rustc_index-0.0.20221221.crate) = f4d3c48474e09afb0f5efbd6f758e05411699301a113c47d454d28ec7059d00e
SIZE (rust/crates/hkalbasi-rustc-ap-rustc_index-0.0.20221221.crate) = 26670
SHA256 (rust/crates/home-0.5.4.crate) = 747309b4b440c06d57b0b25f2aee03ee9b5e5397d288c60e21fc709bb98a7408
SIZE (rust/crates/home-0.5.4.crate) = 8538
SHA256 (rust/crates/idna-0.3.0.crate) = e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6
SIZE (rust/crates/idna-0.3.0.crate) = 271128
SHA256 (rust/crates/home-0.5.5.crate) = 5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb
SIZE (rust/crates/home-0.5.5.crate) = 8557
SHA256 (rust/crates/idna-0.4.0.crate) = 7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c
SIZE (rust/crates/idna-0.4.0.crate) = 271429
SHA256 (rust/crates/indexmap-1.9.3.crate) = bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99
SIZE (rust/crates/indexmap-1.9.3.crate) = 54653
SHA256 (rust/crates/indexmap-2.0.0.crate) = d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d
SIZE (rust/crates/indexmap-2.0.0.crate) = 64038
SHA256 (rust/crates/inotify-0.9.6.crate) = f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff
SIZE (rust/crates/inotify-0.9.6.crate) = 22971
SHA256 (rust/crates/inotify-sys-0.1.5.crate) = e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb
@ -123,32 +129,40 @@ SHA256 (rust/crates/kqueue-1.0.7.crate) = 2c8fc60ba15bf51257aa9807a48a61013db043
SIZE (rust/crates/kqueue-1.0.7.crate) = 12554
SHA256 (rust/crates/kqueue-sys-1.0.3.crate) = 8367585489f01bc55dd27404dcf56b95e6da061a256a666ab23be9ba96a2e587
SIZE (rust/crates/kqueue-sys-1.0.3.crate) = 6673
SHA256 (rust/crates/la-arena-0.3.1.crate) = 3752f229dcc5a481d60f385fa479ff46818033d881d2d801aa27dffcfb5e8306
SIZE (rust/crates/la-arena-0.3.1.crate) = 5745
SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646
SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443
SHA256 (rust/crates/libc-0.2.141.crate) = 3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5
SIZE (rust/crates/libc-0.2.141.crate) = 671145
SHA256 (rust/crates/libloading-0.7.4.crate) = b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f
SIZE (rust/crates/libloading-0.7.4.crate) = 27580
SHA256 (rust/crates/libmimalloc-sys-0.1.32.crate) = 43a558e3d911bc3c7bfc8c78bc580b404d6e51c1cefbf656e176a94b49b0df40
SIZE (rust/crates/libmimalloc-sys-0.1.32.crate) = 1165949
SHA256 (rust/crates/lock_api-0.4.9.crate) = 435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df
SIZE (rust/crates/lock_api-0.4.9.crate) = 25685
SHA256 (rust/crates/log-0.4.17.crate) = abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e
SIZE (rust/crates/log-0.4.17.crate) = 38028
SHA256 (rust/crates/libc-0.2.146.crate) = f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b
SIZE (rust/crates/libc-0.2.146.crate) = 684707
SHA256 (rust/crates/libloading-0.8.0.crate) = d580318f95776505201b28cf98eb1fa5e4be3b689633ba6a3e6cd880ff22d8cb
SIZE (rust/crates/libloading-0.8.0.crate) = 27845
SHA256 (rust/crates/libmimalloc-sys-0.1.33.crate) = f4ac0e912c8ef1b735e92369695618dc5b1819f5a7bf3f167301a3ba1cea515e
SIZE (rust/crates/libmimalloc-sys-0.1.33.crate) = 1166827
SHA256 (rust/crates/line-index-0.1.0-pre.1.crate) = 2cad96769710c1745e11d4f940a8ff36000ade4bbada4285b001cb8aa2f745ce
SIZE (rust/crates/line-index-0.1.0-pre.1.crate) = 3487
SHA256 (rust/crates/lock_api-0.4.10.crate) = c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16
SIZE (rust/crates/lock_api-0.4.10.crate) = 26713
SHA256 (rust/crates/log-0.4.19.crate) = b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4
SIZE (rust/crates/log-0.4.19.crate) = 38073
SHA256 (rust/crates/lsp-server-0.7.1.crate) = 3711e4d6f491dc9edc0f1df80e204f38206775ac92c1241e89b79229a850bc00
SIZE (rust/crates/lsp-server-0.7.1.crate) = 9615
SHA256 (rust/crates/lsp-types-0.94.0.crate) = 0b63735a13a1f9cd4f4835223d828ed9c2e35c8c5e61837774399f558b6a1237
SIZE (rust/crates/lsp-types-0.94.0.crate) = 64191
SHA256 (rust/crates/matchers-0.1.0.crate) = 8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558
SIZE (rust/crates/matchers-0.1.0.crate) = 6948
SHA256 (rust/crates/memchr-2.5.0.crate) = 2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d
SIZE (rust/crates/memchr-2.5.0.crate) = 65812
SHA256 (rust/crates/memmap2-0.5.10.crate) = 83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327
SIZE (rust/crates/memmap2-0.5.10.crate) = 26847
SHA256 (rust/crates/memoffset-0.8.0.crate) = d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1
SIZE (rust/crates/memoffset-0.8.0.crate) = 8912
SHA256 (rust/crates/mimalloc-0.1.36.crate) = 3d88dad3f985ec267a3fcb7a1726f5cb1a7e8cad8b646e70a84f967210df23da
SIZE (rust/crates/mimalloc-0.1.36.crate) = 5016
SHA256 (rust/crates/memoffset-0.9.0.crate) = 5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c
SIZE (rust/crates/memoffset-0.9.0.crate) = 9033
SHA256 (rust/crates/mimalloc-0.1.37.crate) = 4e2894987a3459f3ffb755608bd82188f8ed00d0ae077f1edea29c068d639d98
SIZE (rust/crates/mimalloc-0.1.37.crate) = 5016
SHA256 (rust/crates/miniz_oxide-0.6.2.crate) = b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa
SIZE (rust/crates/miniz_oxide-0.6.2.crate) = 54536
SHA256 (rust/crates/miniz_oxide-0.7.1.crate) = e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7
SIZE (rust/crates/miniz_oxide-0.7.1.crate) = 55194
SHA256 (rust/crates/mio-0.8.5.crate) = e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de
SIZE (rust/crates/mio-0.8.5.crate) = 93993
SHA256 (rust/crates/miow-0.5.0.crate) = 52ffbca2f655e33c08be35d87278e5b18b89550a37dbd598c20db92f6a471123
@ -163,10 +177,12 @@ SHA256 (rust/crates/nu-ansi-term-0.46.0.crate) = 77a8165726e8236064dbb4545924260
SIZE (rust/crates/nu-ansi-term-0.46.0.crate) = 24311
SHA256 (rust/crates/num_cpus-1.15.0.crate) = 0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b
SIZE (rust/crates/num_cpus-1.15.0.crate) = 15680
SHA256 (rust/crates/object-0.30.3.crate) = ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439
SIZE (rust/crates/object-0.30.3.crate) = 258901
SHA256 (rust/crates/once_cell-1.17.1.crate) = b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3
SIZE (rust/crates/once_cell-1.17.1.crate) = 32856
SHA256 (rust/crates/object-0.30.4.crate) = 03b4680b86d9cfafba8fc491dc9b6df26b68cf40e9e6cd73909194759a63c385
SIZE (rust/crates/object-0.30.4.crate) = 259203
SHA256 (rust/crates/object-0.31.1.crate) = 8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1
SIZE (rust/crates/object-0.31.1.crate) = 272843
SHA256 (rust/crates/once_cell-1.18.0.crate) = dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d
SIZE (rust/crates/once_cell-1.18.0.crate) = 32969
SHA256 (rust/crates/oorandom-11.1.3.crate) = 0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575
SIZE (rust/crates/oorandom-11.1.3.crate) = 10068
SHA256 (rust/crates/overload-0.1.1.crate) = b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39
@ -181,8 +197,8 @@ SHA256 (rust/crates/parking_lot_core-0.9.6.crate) = ba1ef8814b5c993410bb3adfad7a
SIZE (rust/crates/parking_lot_core-0.9.6.crate) = 32414
SHA256 (rust/crates/paste-1.0.12.crate) = 9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79
SIZE (rust/crates/paste-1.0.12.crate) = 18156
SHA256 (rust/crates/percent-encoding-2.2.0.crate) = 478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e
SIZE (rust/crates/percent-encoding-2.2.0.crate) = 10075
SHA256 (rust/crates/percent-encoding-2.3.0.crate) = 9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94
SIZE (rust/crates/percent-encoding-2.3.0.crate) = 10196
SHA256 (rust/crates/perf-event-0.4.7.crate) = 5396562cd2eaa828445d6d34258ae21ee1eb9d40fe626ca7f51c8dccb4af9d66
SIZE (rust/crates/perf-event-0.4.7.crate) = 21279
SHA256 (rust/crates/perf-event-open-sys-1.0.1.crate) = ce9bedf5da2c234fdf2391ede2b90fabf585355f33100689bc364a3ea558561a
@ -191,18 +207,18 @@ SHA256 (rust/crates/petgraph-0.5.1.crate) = 467d164a6de56270bd7c4d070df81d07beac
SIZE (rust/crates/petgraph-0.5.1.crate) = 147173
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/proc-macro2-1.0.56.crate) = 2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435
SIZE (rust/crates/proc-macro2-1.0.56.crate) = 44454
SHA256 (rust/crates/proc-macro2-1.0.60.crate) = dec2b086b7a862cf4de201096214fa870344cf922b2b30c167badb3af3195406
SIZE (rust/crates/proc-macro2-1.0.60.crate) = 44160
SHA256 (rust/crates/protobuf-3.1.0.crate) = 4ee4a7d8b91800c8f167a6268d1a1026607368e1adc84e98fe044aeb905302f7
SIZE (rust/crates/protobuf-3.1.0.crate) = 211038
SHA256 (rust/crates/protobuf-support-3.1.0.crate) = 8ca157fe12fc7ee2e315f2f735e27df41b3d97cdd70ea112824dac1ffb08ee1c
SIZE (rust/crates/protobuf-support-3.1.0.crate) = 10762
SHA256 (rust/crates/pulldown-cmark-0.9.2.crate) = 2d9cc634bc78768157b5cbfe988ffcd1dcba95cd2b2f03a88316c08c6d00ed63
SIZE (rust/crates/pulldown-cmark-0.9.2.crate) = 115824
SHA256 (rust/crates/pulldown-cmark-0.9.3.crate) = 77a1a2f1f0a7ecff9c31abbe177637be0e97a0aef46cf8738ece09327985d998
SIZE (rust/crates/pulldown-cmark-0.9.3.crate) = 117339
SHA256 (rust/crates/pulldown-cmark-to-cmark-10.0.4.crate) = 0194e6e1966c23cc5fd988714f85b18d548d773e81965413555d96569931833d
SIZE (rust/crates/pulldown-cmark-to-cmark-10.0.4.crate) = 17917
SHA256 (rust/crates/quote-1.0.26.crate) = 4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc
SIZE (rust/crates/quote-1.0.26.crate) = 28397
SHA256 (rust/crates/quote-1.0.28.crate) = 1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488
SIZE (rust/crates/quote-1.0.28.crate) = 28382
SHA256 (rust/crates/ra-ap-rustc_lexer-0.1.0.crate) = e1c145702ed3f237918e512685185dc8a4d0edc3a5326c63d20361d8ba9b45b3
SIZE (rust/crates/ra-ap-rustc_lexer-0.1.0.crate) = 15801
SHA256 (rust/crates/rayon-1.7.0.crate) = 1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b
@ -211,16 +227,10 @@ SHA256 (rust/crates/rayon-core-1.11.0.crate) = 4b8f95bd6966f5c87776639160a66bd8a
SIZE (rust/crates/rayon-core-1.11.0.crate) = 73118
SHA256 (rust/crates/redox_syscall-0.2.16.crate) = fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a
SIZE (rust/crates/redox_syscall-0.2.16.crate) = 24012
SHA256 (rust/crates/regex-1.7.3.crate) = 8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d
SIZE (rust/crates/regex-1.7.3.crate) = 239886
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.29.crate) = f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1
SIZE (rust/crates/regex-syntax-0.6.29.crate) = 299752
SHA256 (rust/crates/rowan-0.15.11.crate) = 64449cfef9483a475ed56ae30e2da5ee96448789fb2aa240a04beb6a055078bf
SIZE (rust/crates/rowan-0.15.11.crate) = 39449
SHA256 (rust/crates/rustc-demangle-0.1.22.crate) = d4a36c42d1873f9a77c53bde094f9664d9891bc604a45b4798fd2c389ed12e5b
SIZE (rust/crates/rustc-demangle-0.1.22.crate) = 29044
SHA256 (rust/crates/rustc-demangle-0.1.23.crate) = d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76
SIZE (rust/crates/rustc-demangle-0.1.23.crate) = 28970
SHA256 (rust/crates/rustc-hash-1.1.0.crate) = 08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2
SIZE (rust/crates/rustc-hash-1.1.0.crate) = 9331
SHA256 (rust/crates/ryu-1.0.13.crate) = f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041
@ -243,10 +253,10 @@ SHA256 (rust/crates/serde-1.0.156.crate) = 314b5b092c0ade17c00142951e50ced110ec2
SIZE (rust/crates/serde-1.0.156.crate) = 77019
SHA256 (rust/crates/serde_derive-1.0.156.crate) = d7e29c4601e36bcec74a223228dce795f4cd3616341a4af93520ca1a837c087d
SIZE (rust/crates/serde_derive-1.0.156.crate) = 55113
SHA256 (rust/crates/serde_json-1.0.96.crate) = 057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1
SIZE (rust/crates/serde_json-1.0.96.crate) = 144652
SHA256 (rust/crates/serde_repr-0.1.11.crate) = 395627de918015623b32e7669714206363a7fc00382bf477e72c1f7533e8eafc
SIZE (rust/crates/serde_repr-0.1.11.crate) = 9546
SHA256 (rust/crates/serde_json-1.0.97.crate) = bdf3bf93142acad5821c99197022e170842cdbc1c30482b98750c688c640842a
SIZE (rust/crates/serde_json-1.0.97.crate) = 145152
SHA256 (rust/crates/serde_repr-0.1.12.crate) = bcec881020c684085e55a25f7fd888954d56609ef363479dc5a1305eb0d40cab
SIZE (rust/crates/serde_repr-0.1.12.crate) = 9549
SHA256 (rust/crates/sharded-slab-0.1.4.crate) = 900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31
SIZE (rust/crates/sharded-slab-0.1.4.crate) = 52479
SHA256 (rust/crates/smallvec-1.10.0.crate) = a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0
@ -259,14 +269,16 @@ SHA256 (rust/crates/static_assertions-1.1.0.crate) = a2eb9349b6444b326872e140eb1
SIZE (rust/crates/static_assertions-1.1.0.crate) = 18480
SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237
SIZE (rust/crates/syn-1.0.109.crate) = 237611
SHA256 (rust/crates/synstructure-0.12.6.crate) = f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f
SIZE (rust/crates/synstructure-0.12.6.crate) = 18429
SHA256 (rust/crates/syn-2.0.18.crate) = 32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e
SIZE (rust/crates/syn-2.0.18.crate) = 240648
SHA256 (rust/crates/synstructure-0.13.0.crate) = 285ba80e733fac80aa4270fbcdf83772a79b80aa35c97075320abfee4a915b06
SIZE (rust/crates/synstructure-0.13.0.crate) = 19121
SHA256 (rust/crates/text-size-1.1.0.crate) = 288cb548dbe72b652243ea797201f3d481a0609a967980fcc5b2315ea811560a
SIZE (rust/crates/text-size-1.1.0.crate) = 12380
SHA256 (rust/crates/thiserror-1.0.39.crate) = a5ab016db510546d856297882807df8da66a16fb8c4101cb8b30054b0d5b2d9c
SIZE (rust/crates/thiserror-1.0.39.crate) = 18729
SHA256 (rust/crates/thiserror-impl-1.0.39.crate) = 5420d42e90af0c38c3290abcca25b9b3bdf379fc9f55c528f53a269d9c9a267e
SIZE (rust/crates/thiserror-impl-1.0.39.crate) = 15057
SHA256 (rust/crates/thiserror-1.0.40.crate) = 978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac
SIZE (rust/crates/thiserror-1.0.40.crate) = 18709
SHA256 (rust/crates/thiserror-impl-1.0.40.crate) = f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f
SIZE (rust/crates/thiserror-impl-1.0.40.crate) = 15138
SHA256 (rust/crates/thread_local-1.1.7.crate) = 3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152
SIZE (rust/crates/thread_local-1.1.7.crate) = 13585
SHA256 (rust/crates/tikv-jemalloc-ctl-0.5.0.crate) = e37706572f4b151dff7a0146e040804e9c26fe3a3118591112f05cf12a4216c1
@ -275,26 +287,26 @@ SHA256 (rust/crates/tikv-jemalloc-sys-0.5.3+5.3.0-patched.crate) = a678df20055b4
SIZE (rust/crates/tikv-jemalloc-sys-0.5.3+5.3.0-patched.crate) = 884399
SHA256 (rust/crates/tikv-jemallocator-0.5.0.crate) = 20612db8a13a6c06d57ec83953694185a367e16945f66565e8028d2c0bd76979
SIZE (rust/crates/tikv-jemallocator-0.5.0.crate) = 9382
SHA256 (rust/crates/time-0.3.20.crate) = cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890
SIZE (rust/crates/time-0.3.20.crate) = 111856
SHA256 (rust/crates/time-core-0.1.0.crate) = 2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd
SIZE (rust/crates/time-core-0.1.0.crate) = 6597
SHA256 (rust/crates/time-0.3.22.crate) = ea9e1b3cf1243ae005d9e74085d4d542f3125458f3a81af210d901dcd7411efd
SIZE (rust/crates/time-0.3.22.crate) = 113792
SHA256 (rust/crates/time-core-0.1.1.crate) = 7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb
SIZE (rust/crates/time-core-0.1.1.crate) = 7197
SHA256 (rust/crates/tinyvec-1.6.0.crate) = 87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50
SIZE (rust/crates/tinyvec-1.6.0.crate) = 45991
SHA256 (rust/crates/tinyvec_macros-0.1.1.crate) = 1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20
SIZE (rust/crates/tinyvec_macros-0.1.1.crate) = 5865
SHA256 (rust/crates/tracing-0.1.37.crate) = 8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8
SIZE (rust/crates/tracing-0.1.37.crate) = 73888
SHA256 (rust/crates/tracing-attributes-0.1.23.crate) = 4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a
SIZE (rust/crates/tracing-attributes-0.1.23.crate) = 30450
SHA256 (rust/crates/tracing-core-0.1.30.crate) = 24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a
SIZE (rust/crates/tracing-core-0.1.30.crate) = 60351
SHA256 (rust/crates/tracing-attributes-0.1.26.crate) = 5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab
SIZE (rust/crates/tracing-attributes-0.1.26.crate) = 32060
SHA256 (rust/crates/tracing-core-0.1.31.crate) = 0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a
SIZE (rust/crates/tracing-core-0.1.31.crate) = 61263
SHA256 (rust/crates/tracing-log-0.1.3.crate) = 78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922
SIZE (rust/crates/tracing-log-0.1.3.crate) = 20549
SHA256 (rust/crates/tracing-subscriber-0.3.16.crate) = a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70
SIZE (rust/crates/tracing-subscriber-0.3.16.crate) = 193572
SHA256 (rust/crates/tracing-tree-0.2.2.crate) = 758e983ab7c54fee18403994507e7f212b9005e957ce7984996fac8d11facedb
SIZE (rust/crates/tracing-tree-0.2.2.crate) = 17254
SHA256 (rust/crates/tracing-subscriber-0.3.17.crate) = 30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77
SIZE (rust/crates/tracing-subscriber-0.3.17.crate) = 191711
SHA256 (rust/crates/tracing-tree-0.2.3.crate) = 4f9742d8df709837409dbb22aa25dd7769c260406f20ff48a2320b80a4a6aed0
SIZE (rust/crates/tracing-tree-0.2.3.crate) = 19480
SHA256 (rust/crates/triomphe-0.1.8.crate) = f1ee9bd9239c339d714d657fac840c6d2a4f9c45f4f9ec7b0975113458be78db
SIZE (rust/crates/triomphe-0.1.8.crate) = 25448
SHA256 (rust/crates/typed-arena-2.0.2.crate) = 6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a
@ -315,16 +327,16 @@ SHA256 (rust/crates/unicase-2.6.0.crate) = 50f37be617794602aabbeee0be4f259dc1778
SIZE (rust/crates/unicase-2.6.0.crate) = 23478
SHA256 (rust/crates/unicode-bidi-0.3.13.crate) = 92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460
SIZE (rust/crates/unicode-bidi-0.3.13.crate) = 44477
SHA256 (rust/crates/unicode-ident-1.0.8.crate) = e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4
SIZE (rust/crates/unicode-ident-1.0.8.crate) = 41962
SHA256 (rust/crates/unicode-ident-1.0.9.crate) = b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0
SIZE (rust/crates/unicode-ident-1.0.9.crate) = 41978
SHA256 (rust/crates/unicode-normalization-0.1.22.crate) = 5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921
SIZE (rust/crates/unicode-normalization-0.1.22.crate) = 122604
SHA256 (rust/crates/unicode-segmentation-1.10.1.crate) = 1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36
SIZE (rust/crates/unicode-segmentation-1.10.1.crate) = 98416
SHA256 (rust/crates/unicode-xid-0.2.4.crate) = f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c
SIZE (rust/crates/unicode-xid-0.2.4.crate) = 15352
SHA256 (rust/crates/url-2.3.1.crate) = 0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643
SIZE (rust/crates/url-2.3.1.crate) = 72777
SHA256 (rust/crates/url-2.4.0.crate) = 50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb
SIZE (rust/crates/url-2.4.0.crate) = 75670
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
@ -343,20 +355,38 @@ SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1
SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998
SHA256 (rust/crates/windows-sys-0.42.0.crate) = 5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7
SIZE (rust/crates/windows-sys-0.42.0.crate) = 3006791
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.48.0.crate) = 7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5
SIZE (rust/crates/windows-targets-0.48.0.crate) = 7466
SHA256 (rust/crates/windows_aarch64_gnullvm-0.42.2.crate) = 597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8
SIZE (rust/crates/windows_aarch64_gnullvm-0.42.2.crate) = 364071
SHA256 (rust/crates/windows_aarch64_gnullvm-0.48.0.crate) = 91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc
SIZE (rust/crates/windows_aarch64_gnullvm-0.48.0.crate) = 366543
SHA256 (rust/crates/windows_aarch64_msvc-0.42.2.crate) = e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43
SIZE (rust/crates/windows_aarch64_msvc-0.42.2.crate) = 666981
SHA256 (rust/crates/windows_aarch64_msvc-0.48.0.crate) = b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3
SIZE (rust/crates/windows_aarch64_msvc-0.48.0.crate) = 671479
SHA256 (rust/crates/windows_i686_gnu-0.42.2.crate) = c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f
SIZE (rust/crates/windows_i686_gnu-0.42.2.crate) = 736236
SHA256 (rust/crates/windows_i686_gnu-0.48.0.crate) = 622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241
SIZE (rust/crates/windows_i686_gnu-0.48.0.crate) = 741490
SHA256 (rust/crates/windows_i686_msvc-0.42.2.crate) = 44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060
SIZE (rust/crates/windows_i686_msvc-0.42.2.crate) = 724951
SHA256 (rust/crates/windows_i686_msvc-0.48.0.crate) = 4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00
SIZE (rust/crates/windows_i686_msvc-0.48.0.crate) = 730056
SHA256 (rust/crates/windows_x86_64_gnu-0.42.2.crate) = 8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36
SIZE (rust/crates/windows_x86_64_gnu-0.42.2.crate) = 699373
SHA256 (rust/crates/windows_x86_64_gnu-0.48.0.crate) = ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1
SIZE (rust/crates/windows_x86_64_gnu-0.48.0.crate) = 703595
SHA256 (rust/crates/windows_x86_64_gnullvm-0.42.2.crate) = 26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3
SIZE (rust/crates/windows_x86_64_gnullvm-0.42.2.crate) = 364068
SHA256 (rust/crates/windows_x86_64_gnullvm-0.48.0.crate) = 7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953
SIZE (rust/crates/windows_x86_64_gnullvm-0.48.0.crate) = 366536
SHA256 (rust/crates/windows_x86_64_msvc-0.42.2.crate) = 9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0
SIZE (rust/crates/windows_x86_64_msvc-0.42.2.crate) = 666936
SHA256 (rust/crates/windows_x86_64_msvc-0.48.0.crate) = 1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a
SIZE (rust/crates/windows_x86_64_msvc-0.48.0.crate) = 671422
SHA256 (rust/crates/write-json-0.1.2.crate) = 06069a848f95fceae3e5e03c0ddc8cb78452b56654ee0c8e68f938cf790fb9e3
SIZE (rust/crates/write-json-0.1.2.crate) = 7414
SHA256 (rust/crates/xflags-0.3.1.crate) = c4554b580522d0ca238369c16b8f6ce34524d61dafe7244993754bbd05f2c2ea
@ -367,7 +397,7 @@ SHA256 (rust/crates/xshell-0.2.3.crate) = 962c039b3a7b16cf4e9a4248397c6585c07547
SIZE (rust/crates/xshell-0.2.3.crate) = 23880
SHA256 (rust/crates/xshell-macros-0.2.3.crate) = 1dbabb1cbd15a1d6d12d9ed6b35cc6777d4af87ab3ba155ea37215f20beab80c
SIZE (rust/crates/xshell-macros-0.2.3.crate) = 2851
SHA256 (rust/crates/zip-0.6.4.crate) = 0445d0fbc924bb93539b4316c11afb121ea39296f99a3c4c9edad09e3658cdef
SIZE (rust/crates/zip-0.6.4.crate) = 62396
SHA256 (rust-analyzer-rust-analyzer-2023-06-12_GH0.tar.gz) = 76f1778babad2f5e170c04a25a81dc3a62e4199b3b4f5c2574d9540220d68b10
SIZE (rust-analyzer-rust-analyzer-2023-06-12_GH0.tar.gz) = 2573089
SHA256 (rust/crates/zip-0.6.6.crate) = 760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261
SIZE (rust/crates/zip-0.6.6.crate) = 65789
SHA256 (rust-analyzer-rust-analyzer-2023-07-24_GH0.tar.gz) = d7d26b6728b6e0e59b65675ce6c581d317e407c6d4e224141d48c37f990fe8ba
SIZE (rust-analyzer-rust-analyzer-2023-07-24_GH0.tar.gz) = 2589828

View File

@ -1,6 +1,6 @@
PORTNAME= sonarqube
DISTVERSION= 10.1.0.73491
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= devel security www java
MASTER_SITES= https://binaries.sonarsource.com/Distribution/sonarqube/:m_core \
https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/:m_csharp \
@ -52,9 +52,9 @@ DBBASE_DIR= /var/db/${PORTNAME}
DATA_DIR= ${DBBASE_DIR}/data
TEMP_DIR= ${DBBASE_DIR}/temp
SONARCSHARP_VER= 9.5.0.73987
SONARJAVA_VER= 7.20.0.31692
SONARJAVASCRIPT_VER= 10.3.1.21905
SONARCSHARP_VER= 9.6.0.74858
SONARJAVA_VER= 7.22.0.31918
SONARJAVASCRIPT_VER= 10.3.2.22047
SONARPHP_VER= 3.30.0.9766
SONARPYTHON_VER= 4.5.0.11949
SONARVBNET_VER= ${SONARCSHARP_VER}

View File

@ -1,15 +1,15 @@
TIMESTAMP = 1689061985
TIMESTAMP = 1690358086
SHA256 (sonarqube-10.1.0.73491.zip) = ccf5872157349ffde75c5ae54f95303b392435bc5cd36120af047daa83782e29
SIZE (sonarqube-10.1.0.73491.zip) = 366656421
SHA256 (sonar-csharp-plugin-9.5.0.73987.jar) = 2cfdcb019fca9059be824bb417753024806e5d43cc66505ba546340770e5ec40
SIZE (sonar-csharp-plugin-9.5.0.73987.jar) = 5214740
SHA256 (sonar-java-plugin-7.20.0.31692.jar) = 290f1ba6c6db1493213571aed623e39799051c53591798d36d534d3aa3d52367
SIZE (sonar-java-plugin-7.20.0.31692.jar) = 17960123
SHA256 (sonar-javascript-plugin-10.3.1.21905.jar) = 9c14f8578159cc09cbf27c18a7bc6659a08297e5f7bd15a26d3eb9f2183f425b
SIZE (sonar-javascript-plugin-10.3.1.21905.jar) = 20933660
SHA256 (sonar-csharp-plugin-9.6.0.74858.jar) = d9cb074f09344782acb013355b159240be2bb653e901d376f96a667da4321cce
SIZE (sonar-csharp-plugin-9.6.0.74858.jar) = 5248296
SHA256 (sonar-java-plugin-7.22.0.31918.jar) = 6aaf73fc861cdb3821ab8bfedf7a1e89c5fcf20233ca2382bb6376ff185b74d3
SIZE (sonar-java-plugin-7.22.0.31918.jar) = 18013326
SHA256 (sonar-javascript-plugin-10.3.2.22047.jar) = c75e4888b9d8b4718d55a97e26d30e50c5e62b773a780ee8c52e34a08e62127a
SIZE (sonar-javascript-plugin-10.3.2.22047.jar) = 21040806
SHA256 (sonar-php-plugin-3.30.0.9766.jar) = c0f95c29559a344ec1b198b51f5cce2a39988a92d5182d6077767d9f002f2d45
SIZE (sonar-php-plugin-3.30.0.9766.jar) = 5714925
SHA256 (sonar-python-plugin-4.5.0.11949.jar) = 5f20d8be7f17ef09003b29211fa5e96edd54e2ae5964c7d36fadd1e26f778490
SIZE (sonar-python-plugin-4.5.0.11949.jar) = 12757872
SHA256 (sonar-vbnet-plugin-9.5.0.73987.jar) = 755219c898c9089372171d2923dba546598df718909a9e335a93fe1c54026ec9
SIZE (sonar-vbnet-plugin-9.5.0.73987.jar) = 4506171
SHA256 (sonar-vbnet-plugin-9.6.0.74858.jar) = c7bf8f96af89d77478e87b66f8060d96c27529eccbc46e678d1dd5cc71414949
SIZE (sonar-vbnet-plugin-9.6.0.74858.jar) = 4549977

View File

@ -0,0 +1,26 @@
PORTNAME= unordered-dense
DISTVERSIONPREFIX= v
DISTVERSION= 4.0.4
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= Fast & densely stored hashmap and hashset
WWW= https://github.com/martinus/unordered_dense
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake compiler:c++17-lang
USE_GITHUB= yes
GH_ACCOUNT= martinus
GH_PROJECT= ${PORTNAME:S/-/_/}
PLIST_FILES= include/ankerl/unordered_dense.h \
lib/cmake/unordered_dense/unordered_denseConfig.cmake \
lib/cmake/unordered_dense/unordered_denseConfigVersion.cmake \
lib/cmake/unordered_dense/unordered_denseTargets.cmake
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1690361383
SHA256 (martinus-unordered_dense-v4.0.4_GH0.tar.gz) = b34a8c942963e3a647f1bbc192a6391cd56d7ae615b2ddc1601c1779b5792206
SIZE (martinus-unordered_dense-v4.0.4_GH0.tar.gz) = 365284

View File

@ -0,0 +1,2 @@
unordered-dense implements a fast & densely stored hashmap and hashset based on
robin-hood backward shift deletion for C++17 and later.

View File

@ -1,5 +1,6 @@
PORTNAME= focuswriter
DISTVERSION= 1.8.5
PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= https://gottcode.org/${PORTNAME}/

View File

@ -1,6 +1,6 @@
PORTNAME= ghostwriter
DISTVERSION= 2.2.0
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= editors kde
MAINTAINER= madpilot@FreeBSD.org

View File

@ -1,6 +1,6 @@
PORTNAME= helix
DISTVERSION= 23.05
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= editors
MASTER_SITES= https://git.sr.ht/~ecmma/tree-sitter-hare/archive/:treesitterhare \
https://raw.githubusercontent.com/tree-sitter/tree-sitter-javascript/${TREE_SITTER_JSHIGH_REV}/queries/highlights.scm?file=/:jshigh \
@ -10,6 +10,10 @@ DISTFILES= ${TREE_SITTER_HARE_REV}.tar.gz:treesitterhare \
${TREE_SITTER_TSHIGH_REV}-ts-highlights.scm:tshigh
EXTRACT_ONLY= ${DISTFILES:N*\:*high:C/:[^:]+$//}
PATCHFILES= de0ef8af15945fb7f761503c615a2d6213d2fd82.patch
PATCH_DIST_STRIP= -p1
PATCH_SITES= https://github.com/helix-editor/helix/commit/
MAINTAINER= ashish@FreeBSD.org
COMMENT= Post-modern modal text editor
WWW= https://helix-editor.com/

View File

@ -1,4 +1,4 @@
TIMESTAMP = 1684537014
TIMESTAMP = 1690361789
SHA256 (bc26a6a949f2e0d98b7bfc437d459b250900a165.tar.gz) = 24d37cf7daceff3db2fccf6ac940f9ec4bfe2f6b50ccbc2ba77c93373194a47f
SIZE (bc26a6a949f2e0d98b7bfc437d459b250900a165.tar.gz) = 202696
SHA256 (4a95461c4761c624f2263725aca79eeaefd36cad-js-highlights.scm) = e95592de492967123553f06eada2b4dc674263ac2c69351bb9797596a0cab203
@ -773,3 +773,5 @@ SHA256 (Philipp-M-tree-sitter-yuck-e3d91a3c_GH0.tar.gz) = 0d89ea6a514ebe476913e8
SIZE (Philipp-M-tree-sitter-yuck-e3d91a3c_GH0.tar.gz) = 42224
SHA256 (maxxnino-tree-sitter-zig-8d3224c3_GH0.tar.gz) = 97476d4689d2abcec259bc5f85faca32fbd7b032f6804211255f6644a163c69c
SIZE (maxxnino-tree-sitter-zig-8d3224c3_GH0.tar.gz) = 731628
SHA256 (de0ef8af15945fb7f761503c615a2d6213d2fd82.patch) = 298e7daa1c7e35488e4a9c341b8952d4644935bfc4e6ff9adb563398d126e0e1
SIZE (de0ef8af15945fb7f761503c615a2d6213d2fd82.patch) = 2385

View File

@ -1,4 +1,4 @@
PORTREVISION= 0
PORTREVISION= 1
.include "${.CURDIR}/Makefile.common"

View File

@ -1,5 +1,6 @@
PORTNAME= retext
DISTVERSION= 8.0.1
PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= PYPI
DISTNAME= ReText-${DISTVERSION}

View File

@ -1,7 +1,7 @@
PORTNAME= pcsx2
PORTVERSION= 1.7.4097
DISTVERSIONPREFIX= v
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= emulators
MAINTAINER= martymac@FreeBSD.org

View File

@ -1,7 +1,7 @@
PORTNAME= rpcs3
DISTVERSIONPREFIX= v
DISTVERSION= 0.0.28-15391 # git rev-list --count HEAD
DISTVERSIONSUFFIX= -g782344eed8
DISTVERSION= 0.0.28-15404 # git rev-list --count HEAD
DISTVERSIONSUFFIX= -g75ad56338b
CATEGORIES= emulators wayland
MAINTAINER= jbeich@FreeBSD.org
@ -51,7 +51,7 @@ ELF_FEATURES= +wxneeded:bin/${PORTNAME}
.if ${FLAVOR:U} == qt6 || make(makesum) || make(fetch)
PATCH_SITES+= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/:qt6
PATCHFILES+= a8bbb2191c0c.patch:-p1:qt6 # https://github.com/RPCS3/rpcs3/pull/12471
PATCHFILES+= 636cc16fe3ca.patch:-p1:qt6 # https://github.com/RPCS3/rpcs3/pull/12471
PKGNAMESUFFIX= -${FLAVOR}
USES:= ${USES:S/qt:5/qt:6/}
USE_QT= base multimedia svg

View File

@ -1,6 +1,6 @@
TIMESTAMP = 1690207635
SHA256 (RPCS3-rpcs3-v0.0.28-15391-g782344eed8_GH0.tar.gz) = c9d0224be2ebbaf6dbce59d45b784925a6f5e3e7d319b99436015b713b584cf3
SIZE (RPCS3-rpcs3-v0.0.28-15391-g782344eed8_GH0.tar.gz) = 8874725
TIMESTAMP = 1690415401
SHA256 (RPCS3-rpcs3-v0.0.28-15404-g75ad56338b_GH0.tar.gz) = a71f591e4c9a36ab65727a5b2457cc9c54477d851f667f186537ad75891b0d98
SIZE (RPCS3-rpcs3-v0.0.28-15404-g75ad56338b_GH0.tar.gz) = 8876699
SHA256 (RPCS3-hidapi-hidapi-0.14.0-2-g8b43a97_GH0.tar.gz) = 109ba77362885d60e274930f637735ee75df2850fe99e3f1c3a5b9d1187f8cb6
SIZE (RPCS3-hidapi-hidapi-0.14.0-2-g8b43a97_GH0.tar.gz) = 348879
SHA256 (RPCS3-soundtouch-2.3.1-16-g83cfba6_GH0.tar.gz) = 56863dbed27510742ed4ced54e9a5fba8658bcbfbb1cc5cdb978d7d537a3a874
@ -23,5 +23,5 @@ SHA256 (wolfSSL-wolfssl-v5.6.3-stable_GH0.tar.gz) = 2e74a397fa797c2902d7467d500d
SIZE (wolfSSL-wolfssl-v5.6.3-stable_GH0.tar.gz) = 22137280
SHA256 (thestk-rtmidi-5.0.0_GH0.tar.gz) = c7923e4eee82b06c007435892cb2c3212d9007fa482c6b718943bda71c02c5a7
SIZE (thestk-rtmidi-5.0.0_GH0.tar.gz) = 103144
SHA256 (a8bbb2191c0c.patch) = de0d9fc70bb73d8f690d055ba15b15d05d161d853d0512b6042f55aa158d8d08
SIZE (a8bbb2191c0c.patch) = 117605
SHA256 (636cc16fe3ca.patch) = bb6d89996789554b5b89059f52d13d5de3572edd3822ed3bdcaea546d37e0779
SIZE (636cc16fe3ca.patch) = 117586

View File

@ -1,5 +1,5 @@
PORTNAME= yuzu
PORTVERSION= s20230724
PORTVERSION= s20230726
CATEGORIES= emulators wayland
.if make(makesum)
MASTER_SITES= https://api.yuzu-emu.org/gamedb/?dummy=/:gamedb
@ -46,7 +46,7 @@ qt6_OPTIONS_EXCLUDE= QT5
USE_GITHUB= yes
GH_ACCOUNT= yuzu-emu
GH_TAGNAME= 18000df5e9
GH_TAGNAME= a1c355051e
GH_TUPLE= yuzu-emu:mbedtls:v2.16.9-115-g8c88150ca:mbedtls/externals/mbedtls \
yuzu-emu:sirit:ab75463:sirit/externals/sirit \
GPUOpen-LibrariesAndSDKs:VulkanMemoryAllocator:v3.0.1-94-g9b0fc3e:VulkanMemoryAllocator/externals/VulkanMemoryAllocator \

View File

@ -1,8 +1,8 @@
TIMESTAMP = 1690220831
TIMESTAMP = 1690383897
SHA256 (yuzu-s20230424/compatibility_list.json) = 382db629d6b060af722a27dfa9cd6bb60ac16a7544c58322f63aa1be4c0c0fac
SIZE (yuzu-s20230424/compatibility_list.json) = 1801327
SHA256 (yuzu-emu-yuzu-s20230724-18000df5e9_GH0.tar.gz) = eeaf0915370cee2eccee020fe2d52fa70a060fdfaf0b4c5cac0d8a7c2e62587f
SIZE (yuzu-emu-yuzu-s20230724-18000df5e9_GH0.tar.gz) = 6177824
SHA256 (yuzu-emu-yuzu-s20230726-a1c355051e_GH0.tar.gz) = c2ac41cd4ef02ee86e3bcc59704362daf6d6a0c2f5542226946aa2b25b77fb6b
SIZE (yuzu-emu-yuzu-s20230726-a1c355051e_GH0.tar.gz) = 6178630
SHA256 (yuzu-emu-mbedtls-v2.16.9-115-g8c88150ca_GH0.tar.gz) = 8cd6d075b4da0ad5fb995eb37390e2e6088be8d41ab1cdfc7e7e4256bd991450
SIZE (yuzu-emu-mbedtls-v2.16.9-115-g8c88150ca_GH0.tar.gz) = 2679189
SHA256 (yuzu-emu-sirit-ab75463_GH0.tar.gz) = 6b61e265be182b7a78075fc1b98ccf80fd33008343205dd0e22a10a439c45319

View File

@ -1,6 +1,6 @@
PORTNAME= anki
DISTVERSION= 2.1.65
PORTREVISION= 2
PORTREVISION= 3
# Don't forget to update ${_MY_BUILDHASH} if DISTVERSION changes
CATEGORIES= games education python
MASTER_SITES= LOCAL/kai/:yarncache

View File

@ -1,5 +1,6 @@
PORTNAME= connectagram
PORTVERSION= 1.3.4
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://gottcode.org/connectagram/

View File

@ -1,5 +1,6 @@
PORTNAME= cutemaze
PORTVERSION= 1.3.2
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://gottcode.org/${PORTNAME}/

View File

@ -23,7 +23,7 @@ USE_GL= glew
USE_SDL= sdl
MAKEFILE= Makefile.linux
CFLAGS+= -ffast-math
CFLAGS+= -ffast-math --std=c++14
WRKSRC= ${WRKDIR}/Edge-${PORTVERSION}-source
PLIST_FILES= bin/edge %%DMDIR%%/edge.wad

View File

@ -1,5 +1,6 @@
PORTNAME= gottet
PORTVERSION= 1.2.2
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= https://gottcode.org/gottet/

View File

@ -1,5 +1,6 @@
PORTNAME= hexalate
PORTVERSION= 1.2.2
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= https://gottcode.org/${PORTNAME}/

View File

@ -40,6 +40,10 @@ PLIST_SUB+= HACKLINK=""
PLIST_SUB+= HACKLINK="@comment "
.endif
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
CFLAGS+= -Wno-error=incompatible-function-pointer-types
.endif
post-patch:
.for f in include/config.h sys/unix/Makefile.top sys/unix/Makefile.doc
@${REINPLACE_CMD} -e 's|%%HACKNAME%%|${HACKNAME}|g' \

View File

@ -47,6 +47,10 @@ PLIST_SUB+= HACKLINK=""
PLIST_SUB+= HACKLINK="@comment "
.endif
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
CFLAGS+= -Wno-error=incompatible-function-pointer-types
.endif
pre-everything::
.if defined(WITH_TTY_GRAPHICS) || defined(WITHOUT_X11)
@${ECHO_MSG} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"

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