*/*: sync with upstream

Taken from: FreeBSD
This commit is contained in:
Franco Fichtner 2023-01-21 13:36:14 +01:00
parent 2c5d33f388
commit 62d2d02ea3
252 changed files with 2974 additions and 2945 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= advancecomp
DISTVERSION= 2.4
DISTVERSION= 2.5
CATEGORIES= archivers
MASTER_SITES= https://github.com/amadvance/advancecomp/releases/download/v${DISTVERSION}/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1669155740
SHA256 (advancecomp-2.4.tar.gz) = 911133b8bdebd43aa86379e19584112b092459304401a56066e964207da423a5
SIZE (advancecomp-2.4.tar.gz) = 1315369
TIMESTAMP = 1674488380
SHA256 (advancecomp-2.5.tar.gz) = 90b8ecad387b4770658e85be850b22318ee9e375cbad85ad25c8519d93317c07
SIZE (advancecomp-2.5.tar.gz) = 1315529

View File

@ -1,6 +1,6 @@
PORTNAME= quazip
DISTVERSIONPREFIX= v
DISTVERSION= 1.3
DISTVERSION= 1.4
CATEGORIES= archivers
PKGNAMESUFFIX= -qt5

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1650201642
SHA256 (stachenov-quazip-v1.3_GH0.tar.gz) = c1239559cd6860cab80a0fd81f4204e606f9324f702dab6166b0960676ee1754
SIZE (stachenov-quazip-v1.3_GH0.tar.gz) = 156138
TIMESTAMP = 1674492405
SHA256 (stachenov-quazip-v1.4_GH0.tar.gz) = 79633fd3a18e2d11a7d5c40c4c79c1786ba0c74b59ad752e8429746fe1781dd6
SIZE (stachenov-quazip-v1.4_GH0.tar.gz) = 157819

View File

@ -11,13 +11,16 @@ WWW= https://rpm.org/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= gsed:textproc/gsed
BUILD_DEPENDS= gsed:textproc/gsed \
${LOCALBASE}/lib/libelf.so:devel/elfutils
LIB_DEPENDS= libpopt.so:devel/popt \
libnss3.so:security/nss \
libzstd.so:archivers/zstd \
libgcrypt.so:security/libgcrypt
libgcrypt.so:security/libgcrypt \
libelf.so:devel/elfutils
RUN_DEPENDS= bash:shells/bash \
gxargs:misc/findutils
gxargs:misc/findutils \
${LOCALBASE}/lib/libelf.so:devel/elfutils
USES= alias bdb sqlite cpe gmake iconv libarchive libtool \
lua pathfix pkgconfig shebangfix tar:bzip2
@ -35,8 +38,7 @@ CONFIGURE_ARGS= --enable-sqlite=yes\
--sysconfdir=${PREFIX}/etc \
--localstatedir=/var \
--without-javaglue \
am_cv_python_version=${PYTHON_VER}${PYTHON_ABIVER} \
ac_cv_lib_elf_gelf_getvernaux=no # otherwise fails to build in presence of devel/elfutils
am_cv_python_version=${PYTHON_VER}${PYTHON_ABIVER}
CONFIGURE_ENV= LUA_CFLAGS=-I${LUA_INCDIR} \
LUA_LIBS="-L${LUA_LIBDIR} -llua-${LUA_VER} -lm"
INSTALL_TARGET= install-strip

View File

@ -0,0 +1,11 @@
--- tools/elfdeps.c.orig 2023-01-16 16:44:45.666870000 -0500
+++ tools/elfdeps.c 2023-01-16 16:44:57.548011000 -0500
@@ -84,7 +84,7 @@
if (ehdr->e_ident[EI_CLASS] == ELFCLASS64) {
switch (ehdr->e_machine) {
case EM_ALPHA:
- case EM_FAKE_ALPHA:
+ case EM_ALPHA_STD:
/* alpha doesn't traditionally have 64bit markers */
break;
default:

View File

@ -79,6 +79,7 @@ lib/rpm/check-files
lib/rpm/check-prereqs
lib/rpm/check-rpaths
lib/rpm/check-rpaths-worker
lib/rpm/elfdeps
lib/rpm/fileattrs/debuginfo.attr
lib/rpm/fileattrs/desktop.attr
lib/rpm/fileattrs/elf.attr

View File

@ -1,5 +1,6 @@
PORTNAME= mepo
DISTVERSION= 1.1.1
PORTREVISION= 2
CATEGORIES= astro geography wayland
MASTER_SITES= https://git.sr.ht/~mil/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
@ -40,6 +41,10 @@ post-patch:
do-build:
@(cd ${WRKSRC} && ${MAKE_ENV} zig build ${CONFIGURE_ARGS})
post-install:
@${STAGEDIR}${PREFIX}/bin/${PORTNAME} -docman \
>${STAGEDIR}${PREFIX}/share/man/man1/${PORTNAME}.1
do-test:
@(cd ${WRKSRC} && ${TEST_ENV} zig build test ${CONFIGURE_ARGS})

View File

@ -0,0 +1,15 @@
Allow newer often compatible Zig patch-level updates
--- src/main.zig.orig 2022-11-17 16:38:59 UTC
+++ src/main.zig
@@ -11,8 +11,8 @@ pub fn main() !void {
pub fn main() !void {
comptime {
const v = builtin.zig_version;
- if (v.major != 0 or v.minor != 10 or v.patch != 0)
- @panic("Must be built against Zig 0.10.0");
+ if (v.major != 0 or v.minor != 10)
+ @panic("Must be built against Zig 0.10");
}
const allocator = std.heap.c_allocator;

View File

@ -21,4 +21,5 @@ bin/mepo_ui_menu_user_pin_updater.sh
share/applications/mepo.desktop
share/icons/hicolor/128x128/apps/mepo.png
share/icons/hicolor/512x512/apps/mepo.png
share/man/man1/mepo.1.gz
share/pixmaps/mepo.png

View File

@ -1,5 +1,6 @@
PORTNAME= bchoppr
DISTVERSION= 1.12.0
DISTVERSION= 1.12.6-11
DISTVERSIONSUFFIX= -g9a463da
CATEGORIES= audio
PKGNAMESUFFIX= -lv2
@ -21,6 +22,7 @@ USE_XORG= x11
GH_ACCOUNT= sjaehn
GH_PROJECT= BChoppr
GH_TUPLE= sjaehn:BWidgets:89d0765:BWidgets/src/BWidgets
MAKEFILE= makefile

View File

@ -1,3 +1,5 @@
TIMESTAMP = 1668888589
SHA256 (sjaehn-BChoppr-1.12.0_GH0.tar.gz) = dfc72cf6d6448f86b3f9697c71ea6c582112dccb6d7482cae72b2c0d958a35f5
SIZE (sjaehn-BChoppr-1.12.0_GH0.tar.gz) = 483196
TIMESTAMP = 1674538858
SHA256 (sjaehn-BChoppr-1.12.6-11-g9a463da_GH0.tar.gz) = b1591b345aac5d103ccfaa5f95db5c96bd1bcabcd627b090c8d2496ecb0a515f
SIZE (sjaehn-BChoppr-1.12.6-11-g9a463da_GH0.tar.gz) = 330327
SHA256 (sjaehn-BWidgets-89d0765_GH0.tar.gz) = edfdec4d45fc289d2ea233e493b0052470b944ad33ff7bb9617d23e3b135e5b2
SIZE (sjaehn-BWidgets-89d0765_GH0.tar.gz) = 2413829

View File

@ -1,5 +1,5 @@
PORTNAME= dragonfly-reverb
DISTVERSION= 3.2.7
DISTVERSION= 3.2.8
CATEGORIES= audio multimedia
MAINTAINER= yuri@FreeBSD.org
@ -20,8 +20,8 @@ USE_XORG= x11 xext xrandr
USE_GITHUB= yes
GH_ACCOUNT= michaelwillis
GH_TUPLE= DISTRHO:DPF:93ce247:DISTRHO_DPF/dpf \
DISTRHO:pugl:48032d1:pugl/dpf/dgl/src/pugl-upstream
GH_TUPLE= DISTRHO:DPF:2241334:DISTRHO_DPF/dpf \
DISTRHO:pugl:3e03459:pugl/dpf/dgl/src/pugl-upstream
SHEBANG_FILES= dpf/utils/generate-ttl.sh

View File

@ -1,7 +1,7 @@
TIMESTAMP = 1664211011
SHA256 (michaelwillis-dragonfly-reverb-3.2.7_GH0.tar.gz) = ae5312195777bd9d1a071c7261662ad11b323de3d62c69b7c3748addb998fb61
SIZE (michaelwillis-dragonfly-reverb-3.2.7_GH0.tar.gz) = 20815443
SHA256 (DISTRHO-DPF-93ce247_GH0.tar.gz) = fc22b6de72a00b5a910a98b0fbde588469418663dd0c74099ac6e7d086ef4f79
SIZE (DISTRHO-DPF-93ce247_GH0.tar.gz) = 3460657
SHA256 (DISTRHO-pugl-48032d1_GH0.tar.gz) = 35ddabff8fee06162df0c5d50f799a3764aa8ae5b5039ff14c40622d73950427
SIZE (DISTRHO-pugl-48032d1_GH0.tar.gz) = 214106
TIMESTAMP = 1674539063
SHA256 (michaelwillis-dragonfly-reverb-3.2.8_GH0.tar.gz) = 05d07ea58b89d2057ed6ad1cad220e3140e5ebafebb50b440ffd787f065a1e3a
SIZE (michaelwillis-dragonfly-reverb-3.2.8_GH0.tar.gz) = 20813278
SHA256 (DISTRHO-DPF-2241334_GH0.tar.gz) = 21b98c98d926a0530ac736d28be1a1f178f9f6edf693872e84d5578e8b2786ec
SIZE (DISTRHO-DPF-2241334_GH0.tar.gz) = 3473340
SHA256 (DISTRHO-pugl-3e03459_GH0.tar.gz) = 5edbc1b8aaefe80dff42196694be053449723fdd108ddf2265d47a8a80cd4102
SIZE (DISTRHO-pugl-3e03459_GH0.tar.gz) = 214146

View File

@ -0,0 +1,11 @@
--- dpf/Makefile.base.mk.orig 2023-01-24 05:46:15 UTC
+++ dpf/Makefile.base.mk
@@ -218,7 +218,7 @@ BASE_OPTS = -O3 -ffast-math -fdata-sections -ffunctio
LINK_OPTS = -fdata-sections -ffunction-sections
ifeq ($(GCC),true)
-BASE_FLAGS += -fno-gnu-unique
+#BASE_FLAGS += -fno-gnu-unique
endif
ifeq ($(SKIP_STRIPPING),true)

View File

@ -1,6 +1,6 @@
PORTNAME= praat
DISTVERSIONPREFIX= v
DISTVERSION= 6.3.01
DISTVERSION= 6.3.03
CATEGORIES= audio science
MAINTAINER= adridg@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1669411820
SHA256 (praat-praat-v6.3.01_GH0.tar.gz) = 038916781a8f8b4c78bf9d153e3f5a81dc42166d8d4bfecd28b1265004592f8d
SIZE (praat-praat-v6.3.01_GH0.tar.gz) = 36422610
TIMESTAMP = 1673300421
SHA256 (praat-praat-v6.3.03_GH0.tar.gz) = f7e94afab17030ea90a17f84e810aedde0cdc6493ce4b1d39c97106d365c1b30
SIZE (praat-praat-v6.3.03_GH0.tar.gz) = 36422747

View File

@ -1,7 +1,7 @@
PORTNAME= rosegarden
DISTVERSION= 22.06
DISTVERSION= 22.12.1
CATEGORIES= audio
MASTER_SITES= SF
MASTER_SITES= https://sourceforge.net/projects/${PORTNAME}/files/${PORTNAME}/${DISTVERSION:R}/
MAINTAINER= adridg@FreeBSD.org
COMMENT= General purpose music editor and sequencer suite

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1668269952
SHA256 (rosegarden-22.06.tar.bz2) = 9024825155ebb1be8b4af567f3502026957398fdefd086e23fe399f1d033fadb
SIZE (rosegarden-22.06.tar.bz2) = 6514502
TIMESTAMP = 1673548040
SHA256 (rosegarden-22.12.1.tar.bz2) = 7ea7a27f7ee5c49781708f9c615a51919b892264a599e64edf2cd23733d99206
SIZE (rosegarden-22.12.1.tar.bz2) = 6436465

View File

@ -1,6 +1,7 @@
PORTNAME= vcflib
DISTVERSIONPREFIX= v
DISTVERSION= 1.0.5
PORTREVISION= 1
CATEGORIES= biology
MAINTAINER= jwb@FreeBSD.org

View File

@ -1,6 +1,6 @@
PORTNAME= nvc
DISTVERSIONPREFIX= r
DISTVERSION= 1.7.1
DISTVERSION= 1.8.1
CATEGORIES= cad
MAINTAINER= yuri@FreeBSD.org
@ -15,11 +15,13 @@ BROKEN_armv7= compilation fails: no member named '_gregs' in 'mcontext_t'; did y
BROKEN_FreeBSD_14_i386= clang creashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265826
BUILD_DEPENDS= llvm-config${LLVM_VERSION}:devel/llvm${LLVM_VERSION}
LIB_DEPENDS= libelf.so:devel/elfutils \
libffi.so:devel/libffi
RUN_DEPENDS= llvm${LLVM_VERSION}>0:devel/llvm${LLVM_VERSION} \
bash:shells/bash
TEST_DEPENDS= check>0:devel/check
.if !exists(/usr/include/unwind.h)
LIB_DEPENDS= libunwind.so:devel/libunwind
LIB_DEPENDS+= libunwind.so:devel/libunwind
.endif
USES= autoreconf compiler:c++14-lang localbase pkgconfig shebangfix

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1662005644
SHA256 (nickg-nvc-r1.7.1_GH0.tar.gz) = ce1401297ee6766616ebefd1808f12844fffbe52a23109a75cb650b815e9702f
SIZE (nickg-nvc-r1.7.1_GH0.tar.gz) = 1291352
TIMESTAMP = 1674527104
SHA256 (nickg-nvc-r1.8.1_GH0.tar.gz) = 3f0568cadce782b9083effac44d6633a52c44c7fcdd502f21170ee74efe99197
SIZE (nickg-nvc-r1.8.1_GH0.tar.gz) = 1435311

View File

@ -38,6 +38,32 @@ lib/nvc/ieee.08/IEEE.VITAL_TIMING
lib/nvc/ieee.08/IEEE.VITAL_TIMING-body
lib/nvc/ieee.08/_NVC_LIB
lib/nvc/ieee.08/_index
lib/nvc/ieee.19/IEEE.FIXED_FLOAT_TYPES
lib/nvc/ieee.19/IEEE.FIXED_GENERIC_PKG
lib/nvc/ieee.19/IEEE.FIXED_GENERIC_PKG-body
lib/nvc/ieee.19/IEEE.FIXED_PKG
lib/nvc/ieee.19/IEEE.FLOAT_GENERIC_PKG
lib/nvc/ieee.19/IEEE.FLOAT_GENERIC_PKG-body
lib/nvc/ieee.19/IEEE.FLOAT_PKG
lib/nvc/ieee.19/IEEE.IEEE_BIT_CONTEXT
lib/nvc/ieee.19/IEEE.IEEE_STD_CONTEXT
lib/nvc/ieee.19/IEEE.MATH_COMPLEX
lib/nvc/ieee.19/IEEE.MATH_COMPLEX-body
lib/nvc/ieee.19/IEEE.MATH_REAL
lib/nvc/ieee.19/IEEE.MATH_REAL-body
lib/nvc/ieee.19/IEEE.NUMERIC_BIT
lib/nvc/ieee.19/IEEE.NUMERIC_BIT-body
lib/nvc/ieee.19/IEEE.NUMERIC_BIT_UNSIGNED
lib/nvc/ieee.19/IEEE.NUMERIC_BIT_UNSIGNED-body
lib/nvc/ieee.19/IEEE.NUMERIC_STD
lib/nvc/ieee.19/IEEE.NUMERIC_STD-body
lib/nvc/ieee.19/IEEE.NUMERIC_STD_UNSIGNED
lib/nvc/ieee.19/IEEE.NUMERIC_STD_UNSIGNED-body
lib/nvc/ieee.19/IEEE.STD_LOGIC_1164
lib/nvc/ieee.19/IEEE.STD_LOGIC_1164-body
lib/nvc/ieee.19/IEEE.STD_LOGIC_TEXTIO
lib/nvc/ieee.19/_NVC_LIB
lib/nvc/ieee.19/_index
lib/nvc/ieee/IEEE.MATH_COMPLEX
lib/nvc/ieee/IEEE.MATH_COMPLEX-body
lib/nvc/ieee/IEEE.MATH_REAL
@ -72,6 +98,12 @@ lib/nvc/nvc.08/NVC.POLYFILL
lib/nvc/nvc.08/NVC.SIM_PKG
lib/nvc/nvc.08/_NVC_LIB
lib/nvc/nvc.08/_index
lib/nvc/nvc.19/NVC.IEEE_SUPPORT
lib/nvc/nvc.19/NVC.IEEE_SUPPORT-body
lib/nvc/nvc.19/NVC.POLYFILL
lib/nvc/nvc.19/NVC.SIM_PKG
lib/nvc/nvc.19/_NVC_LIB
lib/nvc/nvc.19/_index
lib/nvc/nvc/NVC.POLYFILL
lib/nvc/nvc/NVC.POLYFILL-body
lib/nvc/nvc/NVC.SIM_PKG
@ -84,6 +116,13 @@ lib/nvc/std.08/STD.TEXTIO
lib/nvc/std.08/STD.TEXTIO-body
lib/nvc/std.08/_NVC_LIB
lib/nvc/std.08/_index
lib/nvc/std.19/STD.ENV
lib/nvc/std.19/STD.ENV-body
lib/nvc/std.19/STD.STANDARD
lib/nvc/std.19/STD.TEXTIO
lib/nvc/std.19/STD.TEXTIO-body
lib/nvc/std.19/_NVC_LIB
lib/nvc/std.19/_index
lib/nvc/std/STD.STANDARD
lib/nvc/std/STD.TEXTIO
lib/nvc/std/STD.TEXTIO-body
@ -93,7 +132,11 @@ lib/nvc/synopsys/SYNOPSYS.ATTRIBUTES
lib/nvc/synopsys/_NVC_LIB
lib/nvc/synopsys/_index
libexec/nvc/functions.sh
libexec/nvc/install-icecube2.sh
libexec/nvc/install-ise.sh
libexec/nvc/install-osvvm.sh
libexec/nvc/install-osvvm.tcl
libexec/nvc/install-quartus.sh
libexec/nvc/install-uvvm.sh
libexec/nvc/install-vivado.sh
man/man1/nvc.1.gz

View File

@ -1,6 +1,6 @@
PORTNAME= verilator
DISTVERSIONPREFIX= v
DISTVERSION= 5.004
DISTVERSION= 5.006
CATEGORIES= cad
MAINTAINER= yuri@FreeBSD.org
@ -14,14 +14,20 @@ BROKEN_i386= see https://github.com/verilator/verilator/issues/3037
BUILD_DEPENDS= autoconf>0:devel/autoconf \
bash:shells/bash \
${LOCALBASE}/bin/ar:devel/binutils
${LOCALBASE}/bin/ar:devel/binutils \
help2man:misc/help2man
LIB_DEPENDS= libsystemc.so:devel/systemc
RUN_DEPENDS= gmake:devel/gmake # verilator runs gmake for the --hierarchical option when the 'gmake' method is chosen
USES= bison compiler:c++14-lang gmake localbase:ldflags pathfix perl5 python:build,run,test shebangfix tar:tgz
USE_GITHUB= yes
SHEBANG_FILES= bin/verilator_ccache_report bin/verilator_profcfunc bin/verilator_gantt
SHEBANG_FILES= bin/verilator_ccache_report \
bin/verilator_difftree \
bin/verilator_gantt \
bin/verilator_includer \
bin/verilator_includer \
bin/verilator_profcfunc
GNU_CONFIGURE= yes
CONFIGURE_ENV= INSTALL_PROGRAM="${INSTALL_SCRIPT}"

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1672122120
SHA256 (verilator-verilator-v5.004_GH0.tar.gz) = 7d193a09eebefdbec8defaabfc125663f10cf6ab0963ccbefdfe704a8a4784d2
SIZE (verilator-verilator-v5.004_GH0.tar.gz) = 2815642
TIMESTAMP = 1674527154
SHA256 (verilator-verilator-v5.006_GH0.tar.gz) = eb4ca4157ba854bc78c86173c58e8bd13311984e964006803dd45dc289450cfe
SIZE (verilator-verilator-v5.006_GH0.tar.gz) = 2866281

View File

@ -8,7 +8,10 @@ bin/verilator_profcfunc
libdata/pkgconfig/verilator.pc
man/man1/verilator.1.gz
man/man1/verilator_coverage.1.gz
man/man1/verilator_gantt.1.gz
man/man1/verilator_profcfunc.1.gz
%%DATADIR%%/bin/verilator_ccache_report
%%DATADIR%%/bin/verilator_difftree
%%DATADIR%%/bin/verilator_includer
%%DATADIR%%/examples/cmake_hello_c/CMakeLists.txt
%%DATADIR%%/examples/cmake_hello_c/Makefile

View File

@ -10,6 +10,9 @@ WWW= https://github.com/ateamsystems/ateam_mysql_ldap_auth
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
DEPRECATED= Requires upstream EOL MySQL 5.6
EXPIRATION_DATE= 2023-06-30
LIB_DEPENDS= libconfig.so:devel/libconfig
USE_OPENLDAP= yes

View File

@ -1,5 +1,5 @@
PORTNAME= cego
PORTVERSION= 2.48.10
PORTVERSION= 2.48.14
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1672738126
SHA256 (cego-2.48.10.tar.gz) = bcd28bb6d0d56ea0e9e93a8130c3dd04620c0409ebfffcb810a720e26ec2f555
SIZE (cego-2.48.10.tar.gz) = 3219807
TIMESTAMP = 1674549974
SHA256 (cego-2.48.14.tar.gz) = 02c67d50e45ec0c9d7273d9244af899851f8b65bc88f30063fe8b13b7ff90b0b
SIZE (cego-2.48.14.tar.gz) = 3222605

View File

@ -1,5 +1,5 @@
PORTNAME= datagrip
PORTVERSION= 2021.3.4
DISTVERSION= 2022.3.3
CATEGORIES= databases java
MASTER_SITES= https://download-cf.jetbrains.com/datagrip/
PKGNAMEPREFIX= jetbrains-
@ -24,7 +24,7 @@ JAVA_VERSION= 11+
USE_LDCONFIG= yes
SHEBANG_FILES= bin/printenv.py bin/restart.py
SHEBANG_FILES= bin/restart.py
NO_ARCH= yes
NO_BUILD= yes

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1645602866
SHA256 (jetbrains/datagrip-2021.3.4.tar.gz) = a34670f1a6c77e00237302a70f22fb5bf089dfe128341fd89b2f25bb8becb325
SIZE (jetbrains/datagrip-2021.3.4.tar.gz) = 479685601
TIMESTAMP = 1674318335
SHA256 (jetbrains/datagrip-2022.3.3.tar.gz) = a5575ff7e80dd4e9390eb64fc54ed4a924403950da0c38da548de3c4bd97b34b
SIZE (jetbrains/datagrip-2022.3.3.tar.gz) = 569259324

View File

@ -1,3 +1,3 @@
#!/bin/sh
export JAVA_HOME="${JAVA_HOME:=/usr/local/openjdk11}"
exec "%%DATADIR%%/bin/datagrip.sh" "$@"

View File

@ -1,129 +1,87 @@
@dir %%DATADIR%%/lib/jna/amd64
@dir %%DATADIR%%/lib/pty4j/linux/x86-64
%%DATADIR%%/bin/brokenPlugins.db
%%DATADIR%%/bin/datagrip.png
%%DATADIR%%/bin/datagrip.sh
%%DATADIR%%/bin/datagrip.svg
%%DATADIR%%/bin/datagrip64.vmoptions
%%DATADIR%%/bin/format.sh
%%DATADIR%%/bin/icons.db
%%DATADIR%%/bin/icons/icons-v2-1.0-d.db
%%DATADIR%%/bin/icons/icons-v2-1.0.db
%%DATADIR%%/bin/icons/icons-v2-1.25-d.db
%%DATADIR%%/bin/icons/icons-v2-1.25.db
%%DATADIR%%/bin/icons/icons-v2-1.5-d.db
%%DATADIR%%/bin/icons/icons-v2-1.5.db
%%DATADIR%%/bin/icons/icons-v2-2.0-d.db
%%DATADIR%%/bin/icons/icons-v2-2.0.db
%%DATADIR%%/bin/icons/icons-v2-2.5-d.db
%%DATADIR%%/bin/icons/icons-v2-2.5.db
%%DATADIR%%/bin/idea.properties
%%DATADIR%%/bin/inspect.sh
%%DATADIR%%/bin/log.xml
%%DATADIR%%/bin/ltedit.sh
%%DATADIR%%/bin/printenv.py
%%DATADIR%%/bin/remote-dev-server.sh
%%DATADIR%%/bin/repair
%%DATADIR%%/bin/restart.py
%%DATADIR%%/build.txt
%%DATADIR%%/Install-Linux-tar.txt
%%DATADIR%%/lib/3rd-party-native.jar
%%DATADIR%%/lib/3rd-party-rt.jar
%%DATADIR%%/lib/3rd-party.jar
%%DATADIR%%/lib/annotations-java5.jar
%%DATADIR%%/lib/asm-7.1.jar
%%DATADIR%%/lib/asm-analysis-7.1.jar
%%DATADIR%%/lib/asm-commons-7.1.jar
%%DATADIR%%/lib/asm-tree-7.1.jar
%%DATADIR%%/lib/asm-util-7.1.jar
%%DATADIR%%/lib/app.jar
%%DATADIR%%/lib/async-profiler-windows.jar
%%DATADIR%%/lib/async-profiler.jar
%%DATADIR%%/lib/bootstrap.jar
%%DATADIR%%/lib/build-marker-DB-213.6777.22
%%DATADIR%%/lib/build-marker-DB-223.8617.3
%%DATADIR%%/lib/byte-buddy-agent.jar
%%DATADIR%%/lib/cds/classesLogAgent.jar
%%DATADIR%%/lib/classpath.txt
%%DATADIR%%/lib/datagrip.jar
%%DATADIR%%/lib/dbus-java-3.2.1.jar
%%DATADIR%%/lib/error-prone-annotations.jar
%%DATADIR%%/lib/external-system-rt.jar
%%DATADIR%%/lib/externalProcess-rt.jar
%%DATADIR%%/lib/forms_rt.jar
%%DATADIR%%/lib/grpc-netty-shaded.jar
%%DATADIR%%/lib/intellij-coverage-agent-1.0.613.jar
%%DATADIR%%/lib/groovy.jar
%%DATADIR%%/lib/intellij-coverage-agent-1.0.682.jar
%%DATADIR%%/lib/intellij-test-discovery.jar
%%DATADIR%%/lib/java-utils-1.0.6.jar
%%DATADIR%%/lib/jetbrains-annotations.jar
%%DATADIR%%/lib/jffi-1.2.19-native.jar
%%DATADIR%%/lib/jffi-1.2.19.jar
%%DATADIR%%/lib/jna.jar
%%DATADIR%%/lib/jnr-a64asm-1.0.0.jar
%%DATADIR%%/lib/jnr-constants-0.9.12.jar
%%DATADIR%%/lib/jnr-enxio-0.21.jar
%%DATADIR%%/lib/jnr-ffi-2.1.10.jar
%%DATADIR%%/lib/jnr-posix-3.0.50.jar
%%DATADIR%%/lib/jnr-unixsocket-0.23.jar
%%DATADIR%%/lib/jnr-x86asm-1.0.2.jar
%%DATADIR%%/lib/jps-model.jar
%%DATADIR%%/lib/jsch-agent-proxy-jsch.jar
%%DATADIR%%/lib/jsch-agent-proxy-sshj.jar
%%DATADIR%%/lib/jsch-agent-proxy.jar
%%DATADIR%%/lib/junixsocket-core.jar
%%DATADIR%%/lib/kotlin-reflect.jar
%%DATADIR%%/lib/kotlin-stdlib-jdk8.jar
%%DATADIR%%/lib/kotlinx.jar
%%DATADIR%%/lib/openapi.jar
%%DATADIR%%/lib/org_codehaus_groovy_groovy-json.jar
%%DATADIR%%/lib/org_codehaus_groovy_groovy-jsr223.jar
%%DATADIR%%/lib/org_codehaus_groovy_groovy-templates.jar
%%DATADIR%%/lib/org_codehaus_groovy_groovy-xml.jar
%%DATADIR%%/lib/org_codehaus_groovy_groovy.jar
%%DATADIR%%/lib/platform-api.jar
%%DATADIR%%/lib/platform-impl.jar
%%DATADIR%%/lib/jsch-agent.jar
%%DATADIR%%/lib/platform-objectSerializer-annotations.jar
%%DATADIR%%/lib/platform-statistics-devkit.jar
%%DATADIR%%/lib/protobuf.jar
%%DATADIR%%/lib/pty4j.jar
%%DATADIR%%/lib/rd-core.jar
%%DATADIR%%/lib/rd-framework.jar
%%DATADIR%%/lib/rd-swing.jar
%%DATADIR%%/lib/rd-text.jar
%%DATADIR%%/lib/rd.jar
%%DATADIR%%/lib/stats.jar
%%DATADIR%%/lib/util_rt.jar
%%DATADIR%%/lib/util.jar
%%DATADIR%%/lib/winp.jar
%%DATADIR%%/license/ant_license.txt
%%DATADIR%%/license/asm_license.txt
%%DATADIR%%/license/eclipse_license.txt
%%DATADIR%%/license/eclipse_license2.txt
%%DATADIR%%/license/gson_license.txt
%%DATADIR%%/license/imgscalr_license.txt
%%DATADIR%%/license/javahelp_license.txt
%%DATADIR%%/license/javolution_license.txt
%%DATADIR%%/license/jaxb_license.txt
%%DATADIR%%/license/jaxen_license.txt
%%DATADIR%%/license/jdom_license.txt
%%DATADIR%%/license/jgoodies_forms_license.txt
%%DATADIR%%/license/junit_license.txt
%%DATADIR%%/license/kryo-license.txt
%%DATADIR%%/license/log4j_license.txt
%%DATADIR%%/license/microba_license.txt
%%DATADIR%%/license/miglayout_swing_license.txt
%%DATADIR%%/license/nanoxml_license.txt
%%DATADIR%%/license/oromatcher_license.txt
%%DATADIR%%/license/picoContainer_license.txt
%%DATADIR%%/license/saxon-conditions.html
%%DATADIR%%/license/swingx_license.txt
%%DATADIR%%/license/third-party-libraries.html
%%DATADIR%%/license/trove4j_license.txt
%%DATADIR%%/license/winp_license.txt
%%DATADIR%%/license/xerces_license.txt
%%DATADIR%%/license/xmlrpc_license.txt
%%DATADIR%%/license/XStream_license.txt
%%DATADIR%%/license/third-party-libraries.json
%%DATADIR%%/license/yourkit-license-redist.txt
%%DATADIR%%/plugins/DatabaseIDE/lib/database-ide.jar
%%DATADIR%%/plugins/DatabaseTools/lib/3rd-party.jar
%%DATADIR%%/plugins/cloudConfig/lib/cloudConfig.jar
%%DATADIR%%/plugins/color-scheme-solarized-datagrip/lib/color-scheme-solarized-datagrip.jar
%%DATADIR%%/plugins/color-scheme-vibrant_ink/lib/color-scheme-vibrant_ink.jar
%%DATADIR%%/plugins/color-scheme-warmNeon/lib/color-scheme-warmNeon.jar
%%DATADIR%%/plugins/completionMlRanking/lib/completionMlRanking.jar
%%DATADIR%%/plugins/configurationScript/lib/configurationScript.jar
%%DATADIR%%/plugins/DatabaseTools/lib/aether-dependency-resolver.jar
%%DATADIR%%/plugins/DatabaseTools/lib/database-dialects.jar
%%DATADIR%%/plugins/DatabaseTools/lib/database-impl.jar
%%DATADIR%%/plugins/DatabaseTools/lib/database-minicats.jar
%%DATADIR%%/plugins/DatabaseTools/lib/database-openapi.jar
%%DATADIR%%/plugins/DatabaseTools/lib/database-plugin.jar
%%DATADIR%%/plugins/DatabaseTools/lib/jdbc-console.jar
%%DATADIR%%/plugins/DatabaseTools/lib/json-simple-1.1.1.jar
%%DATADIR%%/plugins/DatabaseTools/lib/jts-core-1.16.1.jar
%%DATADIR%%/plugins/DatabaseTools/lib/jts-io-common-1.16.1.jar
%%DATADIR%%/plugins/DataGripHelp/lib/datagrip-assets.jar
%%DATADIR%%/plugins/datagrip-impl/lib/datagrip-impl.jar
%%DATADIR%%/plugins/DataGripHelp/lib/datagrip-help.jar
%%DATADIR%%/plugins/git4idea/lib/git4idea-rt.jar
%%DATADIR%%/plugins/git4idea/lib/git4idea.jar
%%DATADIR%%/plugins/IntelliLang/lib/IntelliLang.jar
%%DATADIR%%/plugins/IntelliLang/lib/java-langInjection-jps.jar
%%DATADIR%%/plugins/DataGripHelp/lib/help-datagrip-assets.jar
%%DATADIR%%/plugins/dev/lib/dev.jar
%%DATADIR%%/plugins/grid-core-impl/lib/grid-core.jar
%%DATADIR%%/plugins/grid-core-impl/lib/jdbc-console-types.jar
%%DATADIR%%/plugins/grid-impl/lib/grid.jar
%%DATADIR%%/plugins/performanceTesting/lib/performanceTesting.jar
%%DATADIR%%/plugins/performanceTesting/lib/yjp-controller-api-redist.jar
%%DATADIR%%/plugins/platform-images/lib/platform-images.jar
%%DATADIR%%/plugins/platform-langInjection/lib/IntelliLang.jar
%%DATADIR%%/plugins/platform-langInjection/lib/java-langInjection-jps.jar
%%DATADIR%%/plugins/platform-langInjection/lib/platform-langInjection.jar
%%DATADIR%%/plugins/remote-dev-server/bin/launcher.sh
%%DATADIR%%/plugins/remote-dev-server/bin/xplat-launcher-third-party-licenses-x86_64-linux.html
%%DATADIR%%/plugins/remote-dev-server/bin/xplat-launcher-x86_64-linux
%%DATADIR%%/plugins/remote-dev-server/lib/remote-dev-server.jar
%%DATADIR%%/plugins/remote-dev-server/selfcontained/bin/xkbcomp
%%DATADIR%%/plugins/remote-dev-server/selfcontained/bin/Xvfb
@ -137,6 +95,7 @@
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libavahi-client.so.3
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libavahi-common.so.3
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libbz2.so.1
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libcairo.so.2
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libcap.so.2
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libcom_err.so.2
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libcrypto.so.10
@ -144,12 +103,14 @@
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libdbus-1.so.3
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libdrm.so.2
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libdw.so.1
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libEGL.so.1
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libelf.so.1
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libexpat.so.1
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libffi.so.6
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libfontconfig.so.1
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libfontenc.so.1
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libfreetype.so.6
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libfribidi.so.0
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libgbm.so.1
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libgcrypt.so.11
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libgio-2.0.so.0
@ -168,6 +129,7 @@
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libkrb5support.so.0
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/liblz4.so.1
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/liblzma.so.5
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libpango-1.0.so.0
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libpci.so.3
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libpcre.so.1
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libpixman-1.so.0
@ -176,11 +138,15 @@
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libssl.so.10
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libstdc++.so.6
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libsystemd.so.0
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libthai.so.0
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libuuid.so.1
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libwayland-client.so.0
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libwayland-server.so.0
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libX11-xcb.so.1
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libX11.so.6
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXau.so.6
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libxcb-render.so.0
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libxcb-shm.so.0
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libxcb.so.1
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXcomposite.so.1
%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXcursor.so.1
@ -484,6 +450,7 @@
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/pc
%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/README
%%DATADIR%%/plugins/searchEverywhereMl/lib/searchEverywhereMl.jar
%%DATADIR%%/plugins/settingsSync/lib/settingsSync.jar
%%DATADIR%%/plugins/textmate/lib/bundles/bat/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/bat/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/bat/language-configuration.json
@ -530,12 +497,27 @@
%%DATADIR%%/plugins/textmate/lib/bundles/css/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/css/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/css/syntaxes/css.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/dart/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/dart/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/dart/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/dart/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/dart/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/dart/syntaxes/dart.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/diff/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/diff/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/diff/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/diff/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/diff/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/diff/syntaxes/diff.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/docker/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/docker/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/docker/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/docker/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/docker/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/docker/syntaxes/docker.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/erlang/grammar/Erlang.plist
%%DATADIR%%/plugins/textmate/lib/bundles/erlang/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/erlang/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/language-configuration.json
@ -543,59 +525,18 @@
%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/snippets/fsharp.code-snippets
%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/syntaxes/fsharp.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/git/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/git/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/git/extension.webpack.config.js
%%DATADIR%%/plugins/textmate/lib/bundles/git/languages/diff.language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/git/languages/git-commit.language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/git/languages/git-rebase.language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/git/languages/ignore.language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/git/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/git/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/git/README.md
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/api/api1.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/api/extension.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/api/git.d.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/askpass-empty.sh
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/askpass-main.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/askpass.sh
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/askpass.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/autofetch.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/commands.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/contentProvider.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/decorationProvider.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/decorators.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/emoji.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/encoding.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/fileSystemProvider.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/git.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/ipc/ipcClient.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/ipc/ipcServer.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/log.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/main.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/model.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/protocolHandler.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/pushError.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/remoteProvider.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/remoteSource.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/repository.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/staging.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/statusbar.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/terminal.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/test/git.test.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/test/index.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/test/smoke.test.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/timelineProvider.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/typings/refs.d.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/uri.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/util.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/watch.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/syntaxes/diff.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/git/syntaxes/git-commit.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/git/syntaxes/git-rebase.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/git/syntaxes/ignore.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/git/tsconfig.json
%%DATADIR%%/plugins/textmate/lib/bundles/git/yarn.lock
%%DATADIR%%/plugins/textmate/lib/bundles/git-base/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/git-base/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/git-base/languages/git-commit.language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/git-base/languages/git-rebase.language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/git-base/languages/ignore.language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/git-base/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/git-base/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/git-base/README.md
%%DATADIR%%/plugins/textmate/lib/bundles/git-base/syntaxes/git-commit.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/git-base/syntaxes/git-rebase.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/git-base/syntaxes/ignore.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/git-base/tsconfig.json
%%DATADIR%%/plugins/textmate/lib/bundles/go/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/go/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/go/language-configuration.json
@ -665,15 +606,31 @@
%%DATADIR%%/plugins/textmate/lib/bundles/jsp/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/jsp/README.md
%%DATADIR%%/plugins/textmate/lib/bundles/jsp/syntaxes/jsp.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/julia/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/julia/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/julia/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/julia/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/julia/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/julia/syntaxes/julia.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/kotlin/info.plist
%%DATADIR%%/plugins/textmate/lib/bundles/kotlin/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/kotlin/snippets/class.tmSnippet
%%DATADIR%%/plugins/textmate/lib/bundles/kotlin/snippets/println.tmSnippet
%%DATADIR%%/plugins/textmate/lib/bundles/kotlin/syntaxes/Kotlin.tmLanguage
%%DATADIR%%/plugins/textmate/lib/bundles/latex/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/latex/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/latex/cpp-bailout-license.txt
%%DATADIR%%/plugins/textmate/lib/bundles/latex/latex-cpp-embedded-language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/latex/latex-language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/latex/markdown-latex-combined-language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/latex/markdown-latex-combined-license.txt
%%DATADIR%%/plugins/textmate/lib/bundles/latex/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/latex/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/Bibtex.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/cpp-grammar-bailout.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/LaTeX.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/markdown-latex-combined.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/TeX.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/less/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/less/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/less/language-configuration.json
@ -704,6 +661,18 @@
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/snippets/markdown.code-snippets
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/syntaxes/markdown.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/.gitignore
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/notebook/tsconfig.json
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/preview-styles/index.css
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/README.md
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/syntaxes/md-math-block.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/syntaxes/md-math-inline.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/syntaxes/md-math.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/tsconfig.json
%%DATADIR%%/plugins/textmate/lib/bundles/mdx/license
%%DATADIR%%/plugins/textmate/lib/bundles/mdx/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/mdx/syntaxes/mdx.tmLanguage.json
@ -749,16 +718,11 @@
%%DATADIR%%/plugins/textmate/lib/bundles/python/.vscode/tasks.json
%%DATADIR%%/plugins/textmate/lib/bundles/python/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/python/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/python/extension-browser.webpack.config.js
%%DATADIR%%/plugins/textmate/lib/bundles/python/extension.webpack.config.js
%%DATADIR%%/plugins/textmate/lib/bundles/python/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/python/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/python/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/python/src/pythonMain.ts
%%DATADIR%%/plugins/textmate/lib/bundles/python/src/typings/ref.d.ts
%%DATADIR%%/plugins/textmate/lib/bundles/python/syntaxes/MagicPython.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/python/syntaxes/MagicRegExp.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/python/tsconfig.json
%%DATADIR%%/plugins/textmate/lib/bundles/r/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/r/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/r/language-configuration.json
@ -771,6 +735,12 @@
%%DATADIR%%/plugins/textmate/lib/bundles/razor/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/razor/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/razor/syntaxes/cshtml.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/restructuredtext/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/restructuredtext/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/restructuredtext/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/restructuredtext/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/restructuredtext/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/restructuredtext/syntaxes/rst.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/ruby/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/ruby/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/ruby/language-configuration.json
@ -791,19 +761,11 @@
%%DATADIR%%/plugins/textmate/lib/bundles/scss/syntaxes/sassdoc.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/scss/syntaxes/scss.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/search-result/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/search-result/extension-browser.webpack.config.js
%%DATADIR%%/plugins/textmate/lib/bundles/search-result/extension.webpack.config.js
%%DATADIR%%/plugins/textmate/lib/bundles/search-result/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/search-result/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/search-result/README.md
%%DATADIR%%/plugins/textmate/lib/bundles/search-result/src/extension.ts
%%DATADIR%%/plugins/textmate/lib/bundles/search-result/src/media/refresh-dark.svg
%%DATADIR%%/plugins/textmate/lib/bundles/search-result/src/media/refresh-light.svg
%%DATADIR%%/plugins/textmate/lib/bundles/search-result/src/typings/refs.d.ts
%%DATADIR%%/plugins/textmate/lib/bundles/search-result/syntaxes/generateTMLanguage.js
%%DATADIR%%/plugins/textmate/lib/bundles/search-result/syntaxes/searchResult.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/search-result/tsconfig.json
%%DATADIR%%/plugins/textmate/lib/bundles/search-result/yarn.lock
%%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/language-configuration.json
@ -830,14 +792,23 @@
%%DATADIR%%/plugins/textmate/lib/bundles/swift/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/swift/snippets/swift.code-snippets
%%DATADIR%%/plugins/textmate/lib/bundles/swift/syntaxes/swift.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/toml/info.plist
%%DATADIR%%/plugins/textmate/lib/bundles/toml/Preferences/Comments.tmPreferences
%%DATADIR%%/plugins/textmate/lib/bundles/toml/Preferences/Folding.tmPreferences
%%DATADIR%%/plugins/textmate/lib/bundles/toml/Preferences/Indent.tmPreferences
%%DATADIR%%/plugins/textmate/lib/bundles/toml/Preferences/Symbol List.tmPreferences
%%DATADIR%%/plugins/textmate/lib/bundles/toml/Preferences/Typing Pairs.tmPreferences
%%DATADIR%%/plugins/textmate/lib/bundles/toml/README.mdown
%%DATADIR%%/plugins/textmate/lib/bundles/toml/Syntaxes/TOML.tmLanguage
%%DATADIR%%/plugins/textmate/lib/bundles/terraform/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/terraform/LICENSE
%%DATADIR%%/plugins/textmate/lib/bundles/terraform/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/terraform/README.md
%%DATADIR%%/plugins/textmate/lib/bundles/terraform/snippets/terraform.json
%%DATADIR%%/plugins/textmate/lib/bundles/terraform/syntaxes/terraform.tmGrammar.json
%%DATADIR%%/plugins/textmate/lib/bundles/twig/LICENSE.md
%%DATADIR%%/plugins/textmate/lib/bundles/twig/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/twig/README.md
%%DATADIR%%/plugins/textmate/lib/bundles/twig/snippets/snippets.json
%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/extension.js
%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/hover/filters.json
%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/hover/functions.json
%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/hover/twig.json
%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/languages/twig.configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/snippets/snippets.json
%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/syntaxes/twig.tmLanguage
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/language-configuration.json
@ -859,18 +830,6 @@
%%DATADIR%%/plugins/textmate/lib/bundles/viml/grammars/viml.json
%%DATADIR%%/plugins/textmate/lib/bundles/viml/LICENSE.txt
%%DATADIR%%/plugins/textmate/lib/bundles/viml/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/viml/tests/basic.vim
%%DATADIR%%/plugins/textmate/lib/bundles/viml/tests/example-help.txt
%%DATADIR%%/plugins/textmate/lib/bundles/viml/tests/flavours.of.snippet
%%DATADIR%%/plugins/textmate/lib/bundles/viml/tests/modeline.md
%%DATADIR%%/plugins/textmate/lib/bundles/viml/tests/neo.snippets
%%DATADIR%%/plugins/textmate/lib/bundles/viml/tests/solarized.vim
%%DATADIR%%/plugins/textmate/lib/bundles/viml/tests/syntax.vim
%%DATADIR%%/plugins/textmate/lib/bundles/viml/tests/textobj-rubyblock.vmb
%%DATADIR%%/plugins/textmate/lib/bundles/viml/tests/tpope-characterize.vim
%%DATADIR%%/plugins/textmate/lib/bundles/viml/tests/tpope-fugitive.vim
%%DATADIR%%/plugins/textmate/lib/bundles/viml/tests/ulti.snip
%%DATADIR%%/plugins/textmate/lib/bundles/viml/tests/vim-syntax.vim
%%DATADIR%%/plugins/textmate/lib/bundles/xml/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/xml/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/xml/package.json
@ -887,6 +846,10 @@
%%DATADIR%%/plugins/textmate/lib/bundles/yaml/syntaxes/yaml.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/textmate.jar
%%DATADIR%%/plugins/uml/lib/uml-support.jar
%%DATADIR%%/plugins/vcs-git/lib/git4idea-rt.jar
%%DATADIR%%/plugins/vcs-git/lib/vcs-git.jar
%%DATADIR%%/plugins/xpath/lib/rt/xslt-rt.jar
%%DATADIR%%/plugins/xpath/lib/xpath.jar
%%DATADIR%%/product-info.json
bin/datagrip
man/man1/datagrip.1.gz

View File

@ -10,6 +10,9 @@ WWW= https://www.arpalert.org/mysac.html
LICENSE= LGPL3
DEPRECATED= Requires upstream EOL MySQL 5.6
EXPIRATION_DATE= 2023-06-30
USES= mysql
IGNORE_WITH_MYSQL= 57 80 101m 102m 103m 57p 57w

View File

@ -9,6 +9,9 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Message queue that works as a pluggable storage engine of MySQL
WWW= http://q4m.github.com/
DEPRECATED= Requires upstream EOL MySQL 5.6
EXPIRATION_DATE= 2023-06-30
FETCH_DEPENDS+= ${NONEXISTENT}:${_MYSQL_SERVER}:fetch
BUILD_DEPENDS+= ${NONEXISTENT}:${_MYSQL_SERVER}:build

View File

@ -11,6 +11,9 @@ WWW= http://mysqlbigram.googlepages.com/
LICENSE= LGPL21
DEPRECATED= Requires upstream EOL MySQL 5.6
EXPIRATION_DATE= 2023-06-30
USES= libtool mysql
GNU_CONFIGURE= yes

View File

@ -12,6 +12,8 @@ WWW= https://galeracluster.com/
LICENSE= GPLv2
DEPRECATED= Requires upstream EOL MySQL 5.6
EXPIRATION_DATE= 2023-06-30
NOT_FOR_ARCHS= aarch64 armv6 armv7 powerpc64
NOT_FOR_ARCHS_REASON= error: Unsupported platform

View File

@ -1255,6 +1255,7 @@
SUBDIR += libgudev
SUBDIR += libgusb
SUBDIR += libgutenfetch
SUBDIR += libheinz
SUBDIR += libhoard
SUBDIR += libhtp
SUBDIR += libhyve-remote

View File

@ -1,6 +1,6 @@
PORTNAME= aml
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.2
DISTVERSION= 0.3.0
CATEGORIES= devel
MAINTAINER= jbeich@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1656879534
SHA256 (any1-aml-v0.2.2_GH0.tar.gz) = 00db3a71d512f68f7a9633a366b19ba4083dbeb723da03135c47aa8be1792f75
SIZE (any1-aml-v0.2.2_GH0.tar.gz) = 20442
TIMESTAMP = 1674392273
SHA256 (any1-aml-v0.3.0_GH0.tar.gz) = cba1ca1689d4031faf37bb7a184559106b6d2f462ae8890a9fa16e3022ca1eb0
SIZE (any1-aml-v0.3.0_GH0.tar.gz) = 21070

View File

@ -4,7 +4,7 @@ MAKE_CMD?= bjam
MAKEFILE= #
MAKE_FLAGS= #
ALL_TARGET= stage
USES+= compiler:c++17-lang
#USES+= compiler:c++17-lang
USE_CXXSTD= gnu++17
PLIST_SUB+= BOOST_MAJOR_VER=${BOOST_MAJOR_VER} \
@ -41,6 +41,19 @@ OPTIMIZED_CFLAGS_MAKE_ARGS= inlining=full
# https://lists.freebsd.org/pipermail/svn-src-all/2015-March/101722.html
MAKE_ARGS+= pch=off
.include <bsd.port.options.mk>
.if ${OSVERSION} > 1400000
USES+= llvm:build
CC= ${_LLVM_MK_PREFIX}/bin/clang
CPP= ${_LLVM_MK_PREFIX}/bin/clang-cpp
CXX= ${_LLVM_MK_PREFIX}/bin/clang++
#LD?= ${_LLVM_MK_PREFIX}/bin/ld
CHOSEN_COMPILER_TYPE= clang
.else
USES+= compiler:c++17-lang
.endif
post-patch:
.if defined(USE_BINUTILS)
@${ECHO} "using ${CHOSEN_COMPILER_TYPE} : : ${CXX} : <linkflags>-B${LOCALBASE}/bin ;" >> ${WRKSRC}/tools/build/src/user-config.jam

View File

@ -1,6 +1,6 @@
PORTNAME= catch2 # 2.x series is under devel/catch, the project is called catch2
DISTVERSIONPREFIX= v
DISTVERSION= 3.2.1
DISTVERSION= 3.3.0
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1672480873
SHA256 (catchorg-Catch2-v3.2.1_GH0.tar.gz) = 4613d3e8142b672159fcae252a4860d72c8cf8e2df5043b1ae3541db9ef5d73c
SIZE (catchorg-Catch2-v3.2.1_GH0.tar.gz) = 1068389
TIMESTAMP = 1674527176
SHA256 (catchorg-Catch2-v3.3.0_GH0.tar.gz) = fe2f29a54ca775c2dd04bb97ffb79d398e6210e3caa174348b5cd3b7e4ca887d
SIZE (catchorg-Catch2-v3.3.0_GH0.tar.gz) = 1093966

View File

@ -141,6 +141,7 @@ include/catch2/matchers/catch_matchers_exception.hpp
include/catch2/matchers/catch_matchers_floating_point.hpp
include/catch2/matchers/catch_matchers_predicate.hpp
include/catch2/matchers/catch_matchers_quantifiers.hpp
include/catch2/matchers/catch_matchers_range_equals.hpp
include/catch2/matchers/catch_matchers_string.hpp
include/catch2/matchers/catch_matchers_templated.hpp
include/catch2/matchers/catch_matchers_vector.hpp
@ -169,9 +170,9 @@ lib/cmake/Catch2/Catch2Targets.cmake
lib/cmake/Catch2/CatchAddTests.cmake
lib/cmake/Catch2/ParseAndAddCatchTests.cmake
lib/libCatch2.so
lib/libCatch2.so.3.2.1
lib/libCatch2.so.3.3.0
lib/libCatch2Main.so
lib/libCatch2Main.so.3.2.1
lib/libCatch2Main.so.3.3.0
libdata/pkgconfig/catch2-with-main.pc
libdata/pkgconfig/catch2.pc
share/Catch2/gdbinit

View File

@ -1,5 +1,5 @@
PORTNAME= cligen
PORTVERSION= 5.8.0
PORTVERSION= 6.0.0
CATEGORIES= devel
MAINTAINER= dave@dogwood.com

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1661785168
SHA256 (clicon-cligen-5.8.0_GH0.tar.gz) = 5fab5b60eab76115867b52ee5ea7f3e21c6d71095bcd86f06a6874884600488e
SIZE (clicon-cligen-5.8.0_GH0.tar.gz) = 793460
TIMESTAMP = 1673365132
SHA256 (clicon-cligen-6.0.0_GH0.tar.gz) = 2de1814473e734ed5f2028f692ff2afa8c217df72c7bf3ddfeb7cd87c070b270
SIZE (clicon-cligen-6.0.0_GH0.tar.gz) = 796278

View File

@ -1,5 +1,5 @@
PORTNAME= clixon
PORTVERSION= 5.8.0
PORTVERSION= 6.0.0
CATEGORIES= devel
MAINTAINER= dave@dogwood.com
@ -10,9 +10,9 @@ LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.md
#LIB_DEPENDS= libfcgi.so:www/fcgi
BUILD_DEPENDS= cligen>=5.6.0:devel/cligen \
BUILD_DEPENDS= cligen>=${PORTVERSION}:devel/cligen \
nghttp2>=0:www/nghttp2
RUN_DEPENDS= cligen>=5.6.0:devel/cligen \
RUN_DEPENDS= cligen>=${PORTVERSION}:devel/cligen \
nghttp2>=0:www/nghttp2
USES= bison compiler:c11 gmake

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1661785185
SHA256 (clicon-clixon-5.8.0_GH0.tar.gz) = ad478900d89a906f2ef4db86674f3365d2a0a8e1d7246ffc0231199fc3e0d4b2
SIZE (clicon-clixon-5.8.0_GH0.tar.gz) = 1518445
TIMESTAMP = 1673365197
SHA256 (clicon-clixon-6.0.0_GH0.tar.gz) = c18e0776a1a690bf72d6daee775f933a0f21fed9ed1c4a1102f493d638097030
SIZE (clicon-clixon-6.0.0_GH0.tar.gz) = 1598842

View File

@ -26,6 +26,7 @@ include/clixon/clixon_log.h
include/clixon/clixon_nacm.h
include/clixon/clixon_netconf.h
include/clixon/clixon_netconf_lib.h
include/clixon/clixon_netconf_monitoring.h
include/clixon/clixon_netns.h
include/clixon/clixon_options.h
include/clixon/clixon_path.h
@ -42,6 +43,7 @@ include/clixon/clixon_string.h
include/clixon/clixon_text_syntax.h
include/clixon/clixon_uid.h
include/clixon/clixon_validate.h
include/clixon/clixon_validate_minmax.h
include/clixon/clixon_xml.h
include/clixon/clixon_xml_bind.h
include/clixon/clixon_xml_changelog.h
@ -73,16 +75,17 @@ lib/libclixon_cli.so.%%LIBVERSION%%
sbin/clixon_backend
%%NO_OFF%%sbin/clixon_restconf
%%DATADIR%%/clixon-autocli@2022-02-11.yang
%%DATADIR%%/clixon-config@2022-03-21.yang
%%DATADIR%%/clixon-config@2022-11-01.yang
%%DATADIR%%/clixon-lib@2021-12-05.yang
%%DATADIR%%/clixon-restconf@2022-03-21.yang
%%DATADIR%%/clixon-restconf@2022-08-01.yang
%%DATADIR%%/clixon-rfc5277@2008-07-01.yang
%%DATADIR%%/clixon-xml-changelog@2019-03-21.yang
%%DATADIR%%/ietf-datastores@2018-02-14.yang
%%DATADIR%%/ietf-inet-types@2021-02-22.yang
%%DATADIR%%/ietf-list-pagination-nc@2021-10-25.yang
%%DATADIR%%/ietf-list-pagination@2021-10-25.yang
%%DATADIR%%/ietf-list-pagination-nc@2022-07-24.yang
%%DATADIR%%/ietf-list-pagination@2022-07-24.yang
%%DATADIR%%/ietf-netconf-acm@2018-02-14.yang
%%DATADIR%%/ietf-netconf-monitoring@2010-10-04.yang
%%DATADIR%%/ietf-netconf-nmda@2019-01-07.yang
%%DATADIR%%/ietf-netconf-with-defaults@2011-06-01.yang
%%DATADIR%%/ietf-netconf@2011-06-01.yang

View File

@ -1,6 +1,5 @@
PORTNAME= cocogitto
DISTVERSION= 5.2.0
PORTREVISION= 1
DISTVERSION= 5.3.0
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
@ -13,160 +12,169 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cargo
USE_GITHUB= yes
CARGO_CRATES= aho-corasick-0.7.19 \
CARGO_CRATES= aho-corasick-0.7.20 \
android_system_properties-0.1.5 \
anyhow-1.0.64 \
anyhow-1.0.68 \
assert_cmd-1.0.8 \
async-trait-0.1.57 \
async-trait-0.1.62 \
atty-0.2.14 \
autocfg-1.1.0 \
bitflags-1.3.2 \
block-buffer-0.10.3 \
bstr-0.2.17 \
bumpalo-3.11.0 \
cc-1.0.73 \
bstr-1.1.0 \
bumpalo-3.12.0 \
cc-1.0.78 \
cfg-if-1.0.0 \
chrono-0.4.22 \
chrono-0.4.23 \
chrono-tz-0.6.3 \
chrono-tz-build-0.0.3 \
clap-3.2.20 \
clap_complete-3.2.4 \
clap_derive-3.2.18 \
clap_lex-0.2.4 \
clap-4.1.1 \
clap_complete-4.1.0 \
clap_complete_nushell-0.1.8 \
clap_derive-4.1.0 \
clap_lex-0.3.1 \
clap_mangen-0.2.7 \
cmd_lib-1.3.0 \
cmd_lib_macros-1.3.0 \
codespan-reporting-0.11.1 \
colored-2.0.0 \
config-0.12.0 \
conventional_commit_parser-0.9.4 \
core-foundation-sys-0.8.3 \
cpufeatures-0.2.5 \
crossbeam-utils-0.8.11 \
crypto-common-0.1.6 \
ctor-0.1.23 \
ctor-0.1.26 \
cxx-1.0.87 \
cxx-build-1.0.87 \
cxxbridge-flags-1.0.87 \
cxxbridge-macro-1.0.87 \
deunicode-0.4.3 \
diff-0.1.13 \
difference-2.0.0 \
difflib-0.4.0 \
digest-0.10.3 \
digest-0.10.6 \
doc-comment-0.3.3 \
edit-0.1.4 \
either-1.8.0 \
errno-0.2.8 \
errno-dragonfly-0.1.2 \
faccess-0.2.4 \
fastrand-1.8.0 \
float-cmp-0.8.0 \
fnv-1.0.7 \
form_urlencoded-1.1.0 \
fuchsia-cprng-0.1.1 \
generic-array-0.14.6 \
getrandom-0.1.16 \
getrandom-0.2.7 \
git2-0.15.0 \
globset-0.4.9 \
getrandom-0.2.8 \
git2-0.16.1 \
globset-0.4.10 \
globwalk-0.8.1 \
hashbrown-0.12.3 \
heck-0.4.0 \
hermit-abi-0.1.19 \
hermit-abi-0.2.6 \
humansize-1.1.1 \
iana-time-zone-0.1.47 \
iana-time-zone-0.1.53 \
iana-time-zone-haiku-0.1.1 \
idna-0.3.0 \
ignore-0.4.18 \
indexmap-1.9.1 \
indoc-1.0.7 \
ignore-0.4.20 \
indoc-1.0.8 \
instant-0.1.12 \
itertools-0.10.3 \
itoa-1.0.3 \
jobserver-0.1.24 \
js-sys-0.3.59 \
io-lifetimes-1.0.4 \
is-terminal-0.4.2 \
itertools-0.10.5 \
itoa-1.0.5 \
jobserver-0.1.25 \
js-sys-0.3.60 \
lazy_static-1.4.0 \
libc-0.2.132 \
libgit2-sys-0.14.0+1.5.0 \
libc-0.2.139 \
libgit2-sys-0.14.2+1.5.1 \
libz-sys-1.1.8 \
link-cplusplus-1.0.8 \
linux-raw-sys-0.1.4 \
log-0.4.17 \
memchr-2.5.0 \
minimal-lexical-0.2.1 \
nom-7.1.1 \
nom-7.1.3 \
normalize-line-endings-0.3.0 \
num-0.1.42 \
num-bigint-0.1.44 \
num-complex-0.1.43 \
num-0.4.0 \
num-bigint-0.4.3 \
num-complex-0.4.3 \
num-integer-0.1.45 \
num-iter-0.1.43 \
num-rational-0.1.42 \
num-rational-0.4.1 \
num-traits-0.2.15 \
once_cell-1.14.0 \
once_cell-1.17.0 \
os_pipe-0.9.2 \
os_str_bytes-6.3.0 \
os_str_bytes-6.4.1 \
output_vt100-0.1.3 \
parse-zoneinfo-0.3.0 \
pathdiff-0.2.1 \
percent-encoding-2.2.0 \
pest-2.3.0 \
pest_derive-2.3.0 \
pest_generator-2.3.0 \
pest_meta-2.3.0 \
pest-2.5.3 \
pest_derive-2.5.3 \
pest_generator-2.5.3 \
pest_meta-2.5.3 \
phf-0.11.1 \
phf_codegen-0.11.1 \
phf_generator-0.11.1 \
phf_shared-0.11.1 \
pkg-config-0.3.25 \
ppv-lite86-0.2.16 \
pkg-config-0.3.26 \
ppv-lite86-0.2.17 \
predicates-1.0.8 \
predicates-2.1.1 \
predicates-core-1.0.3 \
predicates-tree-1.0.5 \
predicates-2.1.5 \
predicates-core-1.0.5 \
predicates-tree-1.0.7 \
pretty_assertions-1.3.0 \
proc-macro-error-1.0.4 \
proc-macro-error-attr-1.0.4 \
proc-macro2-1.0.43 \
proc-macro2-1.0.50 \
quick-error-1.2.3 \
quote-1.0.21 \
rand-0.4.6 \
quote-1.0.23 \
rand-0.7.3 \
rand-0.8.5 \
rand_chacha-0.2.2 \
rand_chacha-0.3.1 \
rand_core-0.3.1 \
rand_core-0.4.2 \
rand_core-0.5.1 \
rand_core-0.6.3 \
rand_core-0.6.4 \
rand_hc-0.2.0 \
rdrand-0.4.0 \
redox_syscall-0.2.16 \
regex-1.6.0 \
regex-1.7.1 \
regex-automata-0.1.10 \
regex-syntax-0.6.27 \
regex-syntax-0.6.28 \
remove_dir_all-0.5.3 \
rustc-serialize-0.3.24 \
roff-0.2.1 \
rustix-0.36.7 \
rusty-forkfork-0.4.0 \
ryu-1.0.11 \
ryu-1.0.12 \
same-file-1.0.6 \
scratch-1.0.3 \
sealed_test-0.2.0 \
sealed_test_derive-0.1.0 \
semver-1.0.13 \
serde-1.0.144 \
serde_derive-1.0.144 \
serde_json-1.0.85 \
sha-1-0.10.0 \
semver-1.0.16 \
serde-1.0.152 \
serde_derive-1.0.152 \
serde_json-1.0.91 \
sha2-0.10.6 \
shell-words-1.1.0 \
siphasher-0.3.10 \
slug-0.1.4 \
speculoos-0.8.0 \
stderrlog-0.5.3 \
speculoos-0.10.0 \
stderrlog-0.5.4 \
strsim-0.10.0 \
syn-1.0.99 \
syn-1.0.107 \
tempfile-3.3.0 \
tera-1.17.0 \
tera-1.17.1 \
termcolor-1.1.3 \
termtree-0.2.4 \
textwrap-0.15.0 \
thiserror-1.0.34 \
thiserror-impl-1.0.34 \
termtree-0.4.0 \
thiserror-1.0.38 \
thiserror-impl-1.0.38 \
thread_local-1.1.4 \
time-0.1.44 \
time-0.1.45 \
tinyvec-1.6.0 \
tinyvec_macros-0.1.0 \
toml-0.5.9 \
typenum-1.15.0 \
toml-0.5.11 \
typenum-1.16.0 \
ucd-trie-0.1.5 \
uncased-0.9.7 \
unic-char-property-0.9.0 \
@ -175,9 +183,10 @@ CARGO_CRATES= aho-corasick-0.7.19 \
unic-segment-0.9.0 \
unic-ucd-segment-0.9.0 \
unic-ucd-version-0.9.0 \
unicode-bidi-0.3.8 \
unicode-ident-1.0.3 \
unicode-normalization-0.1.21 \
unicode-bidi-0.3.10 \
unicode-ident-1.0.6 \
unicode-normalization-0.1.22 \
unicode-width-0.1.10 \
url-2.3.1 \
vcpkg-0.2.15 \
version_check-0.9.4 \
@ -186,16 +195,24 @@ CARGO_CRATES= aho-corasick-0.7.19 \
wasi-0.9.0+wasi-snapshot-preview1 \
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 \
which-4.3.0 \
wasm-bindgen-0.2.83 \
wasm-bindgen-backend-0.2.83 \
wasm-bindgen-macro-0.2.83 \
wasm-bindgen-macro-support-0.2.83 \
wasm-bindgen-shared-0.2.83 \
which-4.4.0 \
winapi-0.3.9 \
winapi-i686-pc-windows-gnu-0.4.0 \
winapi-util-0.1.5 \
winapi-x86_64-pc-windows-gnu-0.4.0 \
windows-sys-0.42.0 \
windows_aarch64_gnullvm-0.42.1 \
windows_aarch64_msvc-0.42.1 \
windows_i686_gnu-0.42.1 \
windows_i686_msvc-0.42.1 \
windows_x86_64_gnu-0.42.1 \
windows_x86_64_gnullvm-0.42.1 \
windows_x86_64_msvc-0.42.1 \
yansi-0.5.1
PLIST_FILES= bin/cog

View File

@ -1,14 +1,14 @@
TIMESTAMP = 1672651991
SHA256 (rust/crates/aho-corasick-0.7.19.crate) = b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e
SIZE (rust/crates/aho-corasick-0.7.19.crate) = 113070
TIMESTAMP = 1674527647
SHA256 (rust/crates/aho-corasick-0.7.20.crate) = cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac
SIZE (rust/crates/aho-corasick-0.7.20.crate) = 111440
SHA256 (rust/crates/android_system_properties-0.1.5.crate) = 819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311
SIZE (rust/crates/android_system_properties-0.1.5.crate) = 5243
SHA256 (rust/crates/anyhow-1.0.64.crate) = b9a8f622bcf6ff3df478e9deba3e03e4e04b300f8e6a139e192c05fa3490afc7
SIZE (rust/crates/anyhow-1.0.64.crate) = 43549
SHA256 (rust/crates/anyhow-1.0.68.crate) = 2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61
SIZE (rust/crates/anyhow-1.0.68.crate) = 43882
SHA256 (rust/crates/assert_cmd-1.0.8.crate) = c98233c6673d8601ab23e77eb38f999c51100d46c5703b17288c57fddf3a1ffe
SIZE (rust/crates/assert_cmd-1.0.8.crate) = 27830
SHA256 (rust/crates/async-trait-0.1.57.crate) = 76464446b8bc32758d7e88ee1a804d9914cd9b1cb264c029899680b0be29826f
SIZE (rust/crates/async-trait-0.1.57.crate) = 26793
SHA256 (rust/crates/async-trait-0.1.62.crate) = 689894c2db1ea643a50834b999abf1c110887402542955ff5451dab8f861f9ed
SIZE (rust/crates/async-trait-0.1.62.crate) = 27944
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
@ -19,30 +19,38 @@ SHA256 (rust/crates/block-buffer-0.10.3.crate) = 69cce20737498f97b993470a6e536b8
SIZE (rust/crates/block-buffer-0.10.3.crate) = 10465
SHA256 (rust/crates/bstr-0.2.17.crate) = ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223
SIZE (rust/crates/bstr-0.2.17.crate) = 330350
SHA256 (rust/crates/bumpalo-3.11.0.crate) = c1ad822118d20d2c234f427000d5acc36eabe1e29a348c89b63dd60b13f28e5d
SIZE (rust/crates/bumpalo-3.11.0.crate) = 80945
SHA256 (rust/crates/cc-1.0.73.crate) = 2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11
SIZE (rust/crates/cc-1.0.73.crate) = 57880
SHA256 (rust/crates/bstr-1.1.0.crate) = b45ea9b00a7b3f2988e9a65ad3917e62123c38dba709b666506207be96d1790b
SIZE (rust/crates/bstr-1.1.0.crate) = 340878
SHA256 (rust/crates/bumpalo-3.12.0.crate) = 0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535
SIZE (rust/crates/bumpalo-3.12.0.crate) = 81604
SHA256 (rust/crates/cc-1.0.78.crate) = a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d
SIZE (rust/crates/cc-1.0.78.crate) = 61375
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.22.crate) = bfd4d1b31faaa3a89d7934dbded3111da0d2ef28e3ebccdb4f0179f5929d1ef1
SIZE (rust/crates/chrono-0.4.22.crate) = 185570
SHA256 (rust/crates/chrono-0.4.23.crate) = 16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f
SIZE (rust/crates/chrono-0.4.23.crate) = 187259
SHA256 (rust/crates/chrono-tz-0.6.3.crate) = 29c39203181991a7dd4343b8005bd804e7a9a37afb8ac070e43771e8c820bbde
SIZE (rust/crates/chrono-tz-0.6.3.crate) = 589734
SHA256 (rust/crates/chrono-tz-build-0.0.3.crate) = 6f509c3a87b33437b05e2458750a0700e5bdd6956176773e6c7d6dd15a283a0c
SIZE (rust/crates/chrono-tz-build-0.0.3.crate) = 5768
SHA256 (rust/crates/clap-3.2.20.crate) = 23b71c3ce99b7611011217b366d923f1d0a7e07a92bb2dbf1e84508c673ca3bd
SIZE (rust/crates/clap-3.2.20.crate) = 214114
SHA256 (rust/crates/clap_complete-3.2.4.crate) = e4179da71abd56c26b54dd0c248cc081c1f43b0a1a7e8448e28e57a29baa993d
SIZE (rust/crates/clap_complete-3.2.4.crate) = 31618
SHA256 (rust/crates/clap_derive-3.2.18.crate) = ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65
SIZE (rust/crates/clap_derive-3.2.18.crate) = 28208
SHA256 (rust/crates/clap_lex-0.2.4.crate) = 2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5
SIZE (rust/crates/clap_lex-0.2.4.crate) = 9652
SHA256 (rust/crates/clap-4.1.1.crate) = 4ec7a4128863c188deefe750ac1d1dfe66c236909f845af04beed823638dc1b2
SIZE (rust/crates/clap-4.1.1.crate) = 206977
SHA256 (rust/crates/clap_complete-4.1.0.crate) = ce8955d4e8cd4f28f9a01c93a050194c4d131e73ca02f6636bcddbed867014d7
SIZE (rust/crates/clap_complete-4.1.0.crate) = 32703
SHA256 (rust/crates/clap_complete_nushell-0.1.8.crate) = 956ceeff3734be0ba9e15998f1f1a487cd2928b31444209e8fcd92b30efac13a
SIZE (rust/crates/clap_complete_nushell-0.1.8.crate) = 6077
SHA256 (rust/crates/clap_derive-4.1.0.crate) = 684a277d672e91966334af371f1a7b5833f9aa00b07c84e92fbce95e00208ce8
SIZE (rust/crates/clap_derive-4.1.0.crate) = 27897
SHA256 (rust/crates/clap_lex-0.3.1.crate) = 783fe232adfca04f90f56201b26d79682d4cd2625e0bc7290b95123afe558ade
SIZE (rust/crates/clap_lex-0.3.1.crate) = 9653
SHA256 (rust/crates/clap_mangen-0.2.7.crate) = eb258c6232b4d728d13d6072656627924c16707aae6267cd5a1ea05abff9a25c
SIZE (rust/crates/clap_mangen-0.2.7.crate) = 14545
SHA256 (rust/crates/cmd_lib-1.3.0.crate) = 0ba0f413777386d37f85afa5242f277a7b461905254c1af3c339d4af06800f62
SIZE (rust/crates/cmd_lib-1.3.0.crate) = 23786
SHA256 (rust/crates/cmd_lib_macros-1.3.0.crate) = 9e66605092ff6c6e37e0246601ae6c3f62dc1880e0599359b5f303497c112dc0
SIZE (rust/crates/cmd_lib_macros-1.3.0.crate) = 7481
SHA256 (rust/crates/codespan-reporting-0.11.1.crate) = 3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e
SIZE (rust/crates/codespan-reporting-0.11.1.crate) = 48963
SHA256 (rust/crates/colored-2.0.0.crate) = b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd
SIZE (rust/crates/colored-2.0.0.crate) = 21619
SHA256 (rust/crates/config-0.12.0.crate) = 54ad70579325f1a38ea4c13412b82241c5900700a69785d73e2736bd65a33f86
@ -53,12 +61,18 @@ SHA256 (rust/crates/core-foundation-sys-0.8.3.crate) = 5827cebf4670468b8772dd191
SIZE (rust/crates/core-foundation-sys-0.8.3.crate) = 17519
SHA256 (rust/crates/cpufeatures-0.2.5.crate) = 28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320
SIZE (rust/crates/cpufeatures-0.2.5.crate) = 11251
SHA256 (rust/crates/crossbeam-utils-0.8.11.crate) = 51887d4adc7b564537b15adcfb307936f8075dfcd5f00dde9a9f1d29383682bc
SIZE (rust/crates/crossbeam-utils-0.8.11.crate) = 40887
SHA256 (rust/crates/crypto-common-0.1.6.crate) = 1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3
SIZE (rust/crates/crypto-common-0.1.6.crate) = 8760
SHA256 (rust/crates/ctor-0.1.23.crate) = cdffe87e1d521a10f9696f833fe502293ea446d7f256c06128293a4119bdf4cb
SIZE (rust/crates/ctor-0.1.23.crate) = 10581
SHA256 (rust/crates/ctor-0.1.26.crate) = 6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096
SIZE (rust/crates/ctor-0.1.26.crate) = 10803
SHA256 (rust/crates/cxx-1.0.87.crate) = b61a7545f753a88bcbe0a70de1fcc0221e10bfc752f576754fa91e663db1622e
SIZE (rust/crates/cxx-1.0.87.crate) = 589116
SHA256 (rust/crates/cxx-build-1.0.87.crate) = f464457d494b5ed6905c63b0c4704842aba319084a0a3561cdc1359536b53200
SIZE (rust/crates/cxx-build-1.0.87.crate) = 84429
SHA256 (rust/crates/cxxbridge-flags-1.0.87.crate) = 43c7119ce3a3701ed81aca8410b9acf6fc399d2629d057b87e2efa4e63a3aaea
SIZE (rust/crates/cxxbridge-flags-1.0.87.crate) = 5251
SHA256 (rust/crates/cxxbridge-macro-1.0.87.crate) = 65e07508b90551e610910fa648a1878991d367064997a596135b86df30daf07e
SIZE (rust/crates/cxxbridge-macro-1.0.87.crate) = 59475
SHA256 (rust/crates/deunicode-0.4.3.crate) = 850878694b7933ca4c9569d30a34b55031b9b139ee1fc7b94a527c4ef960d690
SIZE (rust/crates/deunicode-0.4.3.crate) = 109535
SHA256 (rust/crates/diff-0.1.13.crate) = 56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8
@ -67,14 +81,18 @@ SHA256 (rust/crates/difference-2.0.0.crate) = 524cbf6897b527295dff137cec09ecf3a0
SIZE (rust/crates/difference-2.0.0.crate) = 147616
SHA256 (rust/crates/difflib-0.4.0.crate) = 6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8
SIZE (rust/crates/difflib-0.4.0.crate) = 7638
SHA256 (rust/crates/digest-0.10.3.crate) = f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506
SIZE (rust/crates/digest-0.10.3.crate) = 18990
SHA256 (rust/crates/digest-0.10.6.crate) = 8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f
SIZE (rust/crates/digest-0.10.6.crate) = 19527
SHA256 (rust/crates/doc-comment-0.3.3.crate) = fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10
SIZE (rust/crates/doc-comment-0.3.3.crate) = 4123
SHA256 (rust/crates/edit-0.1.4.crate) = c562aa71f7bc691fde4c6bf5f93ae5a5298b617c2eb44c76c87832299a17fbb4
SIZE (rust/crates/edit-0.1.4.crate) = 9085
SHA256 (rust/crates/either-1.8.0.crate) = 90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797
SIZE (rust/crates/either-1.8.0.crate) = 15992
SHA256 (rust/crates/errno-0.2.8.crate) = f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1
SIZE (rust/crates/errno-0.2.8.crate) = 9276
SHA256 (rust/crates/errno-dragonfly-0.1.2.crate) = aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf
SIZE (rust/crates/errno-dragonfly-0.1.2.crate) = 1810
SHA256 (rust/crates/faccess-0.2.4.crate) = 59ae66425802d6a903e268ae1a08b8c38ba143520f227a205edf4e9c7e3e26d5
SIZE (rust/crates/faccess-0.2.4.crate) = 7262
SHA256 (rust/crates/fastrand-1.8.0.crate) = a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499
@ -85,86 +103,92 @@ SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da2
SIZE (rust/crates/fnv-1.0.7.crate) = 11266
SHA256 (rust/crates/form_urlencoded-1.1.0.crate) = a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8
SIZE (rust/crates/form_urlencoded-1.1.0.crate) = 8734
SHA256 (rust/crates/fuchsia-cprng-0.1.1.crate) = a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba
SIZE (rust/crates/fuchsia-cprng-0.1.1.crate) = 2950
SHA256 (rust/crates/generic-array-0.14.6.crate) = bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9
SIZE (rust/crates/generic-array-0.14.6.crate) = 15889
SHA256 (rust/crates/getrandom-0.1.16.crate) = 8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce
SIZE (rust/crates/getrandom-0.1.16.crate) = 25077
SHA256 (rust/crates/getrandom-0.2.7.crate) = 4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6
SIZE (rust/crates/getrandom-0.2.7.crate) = 28854
SHA256 (rust/crates/git2-0.15.0.crate) = 2994bee4a3a6a51eb90c218523be382fd7ea09b16380b9312e9dbe955ff7c7d1
SIZE (rust/crates/git2-0.15.0.crate) = 198983
SHA256 (rust/crates/globset-0.4.9.crate) = 0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a
SIZE (rust/crates/globset-0.4.9.crate) = 22929
SHA256 (rust/crates/getrandom-0.2.8.crate) = c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31
SIZE (rust/crates/getrandom-0.2.8.crate) = 30553
SHA256 (rust/crates/git2-0.16.1.crate) = ccf7f68c2995f392c49fffb4f95ae2c873297830eb25c6bc4c114ce8f4562acc
SIZE (rust/crates/git2-0.16.1.crate) = 199956
SHA256 (rust/crates/globset-0.4.10.crate) = 029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc
SIZE (rust/crates/globset-0.4.10.crate) = 22923
SHA256 (rust/crates/globwalk-0.8.1.crate) = 93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc
SIZE (rust/crates/globwalk-0.8.1.crate) = 13705
SHA256 (rust/crates/hashbrown-0.12.3.crate) = 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888
SIZE (rust/crates/hashbrown-0.12.3.crate) = 102968
SHA256 (rust/crates/heck-0.4.0.crate) = 2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9
SIZE (rust/crates/heck-0.4.0.crate) = 11161
SHA256 (rust/crates/hermit-abi-0.1.19.crate) = 62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33
SIZE (rust/crates/hermit-abi-0.1.19.crate) = 9979
SHA256 (rust/crates/hermit-abi-0.2.6.crate) = ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7
SIZE (rust/crates/hermit-abi-0.2.6.crate) = 13027
SHA256 (rust/crates/humansize-1.1.1.crate) = 02296996cb8796d7c6e3bc2d9211b7802812d36999a51bb754123ead7d37d026
SIZE (rust/crates/humansize-1.1.1.crate) = 9131
SHA256 (rust/crates/iana-time-zone-0.1.47.crate) = 4c495f162af0bf17656d0014a0eded5f3cd2f365fdd204548c2869db89359dc7
SIZE (rust/crates/iana-time-zone-0.1.47.crate) = 16974
SHA256 (rust/crates/iana-time-zone-0.1.53.crate) = 64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765
SIZE (rust/crates/iana-time-zone-0.1.53.crate) = 20176
SHA256 (rust/crates/iana-time-zone-haiku-0.1.1.crate) = 0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca
SIZE (rust/crates/iana-time-zone-haiku-0.1.1.crate) = 7200
SHA256 (rust/crates/idna-0.3.0.crate) = e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6
SIZE (rust/crates/idna-0.3.0.crate) = 271128
SHA256 (rust/crates/ignore-0.4.18.crate) = 713f1b139373f96a2e0ce3ac931cd01ee973c3c5dd7c40c0c2efe96ad2b6751d
SIZE (rust/crates/ignore-0.4.18.crate) = 53174
SHA256 (rust/crates/indexmap-1.9.1.crate) = 10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e
SIZE (rust/crates/indexmap-1.9.1.crate) = 54114
SHA256 (rust/crates/indoc-1.0.7.crate) = adab1eaa3408fb7f0c777a73e7465fd5656136fc93b670eb6df3c88c2c1344e3
SIZE (rust/crates/indoc-1.0.7.crate) = 13716
SHA256 (rust/crates/ignore-0.4.20.crate) = dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492
SIZE (rust/crates/ignore-0.4.20.crate) = 53551
SHA256 (rust/crates/indoc-1.0.8.crate) = da2d6f23ffea9d7e76c53eee25dfb67bcd8fde7f1198b0855350698c9f07c780
SIZE (rust/crates/indoc-1.0.8.crate) = 13748
SHA256 (rust/crates/instant-0.1.12.crate) = 7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c
SIZE (rust/crates/instant-0.1.12.crate) = 6128
SHA256 (rust/crates/itertools-0.10.3.crate) = a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3
SIZE (rust/crates/itertools-0.10.3.crate) = 118661
SHA256 (rust/crates/itoa-1.0.3.crate) = 6c8af84674fe1f223a982c933a0ee1086ac4d4052aa0fb8060c12c6ad838e754
SIZE (rust/crates/itoa-1.0.3.crate) = 10481
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/io-lifetimes-1.0.4.crate) = e7d6c6f8c91b4b9ed43484ad1a938e393caf35960fce7f82a040497207bd8e9e
SIZE (rust/crates/io-lifetimes-1.0.4.crate) = 35815
SHA256 (rust/crates/is-terminal-0.4.2.crate) = 28dfb6c8100ccc63462345b67d1bbc3679177c75ee4bf59bf29c8b1d110b8189
SIZE (rust/crates/is-terminal-0.4.2.crate) = 7577
SHA256 (rust/crates/itertools-0.10.5.crate) = b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473
SIZE (rust/crates/itertools-0.10.5.crate) = 115354
SHA256 (rust/crates/itoa-1.0.5.crate) = fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440
SIZE (rust/crates/itoa-1.0.5.crate) = 10622
SHA256 (rust/crates/jobserver-0.1.25.crate) = 068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b
SIZE (rust/crates/jobserver-0.1.25.crate) = 21888
SHA256 (rust/crates/js-sys-0.3.60.crate) = 49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47
SIZE (rust/crates/js-sys-0.3.60.crate) = 79257
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.132.crate) = 8371e4e5341c3a96db127eb2465ac681ced4c433e01dd0e938adbef26ba93ba5
SIZE (rust/crates/libc-0.2.132.crate) = 595317
SHA256 (rust/crates/libgit2-sys-0.14.0+1.5.0.crate) = 47a00859c70c8a4f7218e6d1cc32875c4b55f6799445b842b0d8ed5e4c3d959b
SIZE (rust/crates/libgit2-sys-0.14.0+1.5.0.crate) = 1740370
SHA256 (rust/crates/libc-0.2.139.crate) = 201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79
SIZE (rust/crates/libc-0.2.139.crate) = 638983
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.8.crate) = 9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf
SIZE (rust/crates/libz-sys-1.1.8.crate) = 2481844
SHA256 (rust/crates/link-cplusplus-1.0.8.crate) = ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5
SIZE (rust/crates/link-cplusplus-1.0.8.crate) = 7674
SHA256 (rust/crates/linux-raw-sys-0.1.4.crate) = f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4
SIZE (rust/crates/linux-raw-sys-0.1.4.crate) = 878981
SHA256 (rust/crates/log-0.4.17.crate) = abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e
SIZE (rust/crates/log-0.4.17.crate) = 38028
SHA256 (rust/crates/memchr-2.5.0.crate) = 2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d
SIZE (rust/crates/memchr-2.5.0.crate) = 65812
SHA256 (rust/crates/minimal-lexical-0.2.1.crate) = 68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a
SIZE (rust/crates/minimal-lexical-0.2.1.crate) = 94841
SHA256 (rust/crates/nom-7.1.1.crate) = a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36
SIZE (rust/crates/nom-7.1.1.crate) = 115818
SHA256 (rust/crates/nom-7.1.3.crate) = d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a
SIZE (rust/crates/nom-7.1.3.crate) = 117570
SHA256 (rust/crates/normalize-line-endings-0.3.0.crate) = 61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be
SIZE (rust/crates/normalize-line-endings-0.3.0.crate) = 5737
SHA256 (rust/crates/num-0.1.42.crate) = 4703ad64153382334aa8db57c637364c322d3372e097840c72000dabdcf6156e
SIZE (rust/crates/num-0.1.42.crate) = 8323
SHA256 (rust/crates/num-bigint-0.1.44.crate) = e63899ad0da84ce718c14936262a41cee2c79c981fc0a0e7c7beb47d5a07e8c1
SIZE (rust/crates/num-bigint-0.1.44.crate) = 63732
SHA256 (rust/crates/num-complex-0.1.43.crate) = b288631d7878aaf59442cffd36910ea604ecd7745c36054328595114001c9656
SIZE (rust/crates/num-complex-0.1.43.crate) = 17731
SHA256 (rust/crates/num-0.4.0.crate) = 43db66d1170d347f9a065114077f7dccb00c1b9478c89384490a3425279a4606
SIZE (rust/crates/num-0.4.0.crate) = 9490
SHA256 (rust/crates/num-bigint-0.4.3.crate) = f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f
SIZE (rust/crates/num-bigint-0.4.3.crate) = 97799
SHA256 (rust/crates/num-complex-0.4.3.crate) = 02e0d21255c828d6f128a1e41534206671e8c3ea0c62f32291e808dc82cff17d
SIZE (rust/crates/num-complex-0.4.3.crate) = 29523
SHA256 (rust/crates/num-integer-0.1.45.crate) = 225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9
SIZE (rust/crates/num-integer-0.1.45.crate) = 22529
SHA256 (rust/crates/num-iter-0.1.43.crate) = 7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252
SIZE (rust/crates/num-iter-0.1.43.crate) = 10655
SHA256 (rust/crates/num-rational-0.1.42.crate) = ee314c74bd753fc86b4780aa9475da469155f3848473a261d2d18e35245a784e
SIZE (rust/crates/num-rational-0.1.42.crate) = 17253
SHA256 (rust/crates/num-rational-0.4.1.crate) = 0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0
SIZE (rust/crates/num-rational-0.4.1.crate) = 27889
SHA256 (rust/crates/num-traits-0.2.15.crate) = 578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd
SIZE (rust/crates/num-traits-0.2.15.crate) = 49262
SHA256 (rust/crates/once_cell-1.14.0.crate) = 2f7254b99e31cad77da24b08ebf628882739a608578bb1bcdfc1f9c21260d7c0
SIZE (rust/crates/once_cell-1.14.0.crate) = 31614
SHA256 (rust/crates/once_cell-1.17.0.crate) = 6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66
SIZE (rust/crates/once_cell-1.17.0.crate) = 32736
SHA256 (rust/crates/os_pipe-0.9.2.crate) = fb233f06c2307e1f5ce2ecad9f8121cffbbee2c95428f44ea85222e460d0d213
SIZE (rust/crates/os_pipe-0.9.2.crate) = 9707
SHA256 (rust/crates/os_str_bytes-6.3.0.crate) = 9ff7415e9ae3fff1225851df9e0d9e4e5479f947619774677a63572e55e80eff
SIZE (rust/crates/os_str_bytes-6.3.0.crate) = 22928
SHA256 (rust/crates/os_str_bytes-6.4.1.crate) = 9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee
SIZE (rust/crates/os_str_bytes-6.4.1.crate) = 23101
SHA256 (rust/crates/output_vt100-0.1.3.crate) = 628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66
SIZE (rust/crates/output_vt100-0.1.3.crate) = 4473
SHA256 (rust/crates/parse-zoneinfo-0.3.0.crate) = c705f256449c60da65e11ff6626e0c16a0a0b96aaa348de61376b249bc340f41
@ -173,14 +197,14 @@ SHA256 (rust/crates/pathdiff-0.2.1.crate) = 8835116a5c179084a830efb3adc117ab0075
SIZE (rust/crates/pathdiff-0.2.1.crate) = 7142
SHA256 (rust/crates/percent-encoding-2.2.0.crate) = 478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e
SIZE (rust/crates/percent-encoding-2.2.0.crate) = 10075
SHA256 (rust/crates/pest-2.3.0.crate) = 4b0560d531d1febc25a3c9398a62a71256c0178f2e3443baedd9ad4bb8c9deb4
SIZE (rust/crates/pest-2.3.0.crate) = 85156
SHA256 (rust/crates/pest_derive-2.3.0.crate) = 905708f7f674518498c1f8d644481440f476d39ca6ecae83319bba7c6c12da91
SIZE (rust/crates/pest_derive-2.3.0.crate) = 14254
SHA256 (rust/crates/pest_generator-2.3.0.crate) = 5803d8284a629cc999094ecd630f55e91b561a1d1ba75e233b00ae13b91a69ad
SIZE (rust/crates/pest_generator-2.3.0.crate) = 14370
SHA256 (rust/crates/pest_meta-2.3.0.crate) = 1538eb784f07615c6d9a8ab061089c6c54a344c5b4301db51990ca1c241e8c04
SIZE (rust/crates/pest_meta-2.3.0.crate) = 28812
SHA256 (rust/crates/pest-2.5.3.crate) = 4257b4a04d91f7e9e6290be5d3da4804dd5784fafde3a497d73eb2b4a158c30a
SIZE (rust/crates/pest-2.5.3.crate) = 107349
SHA256 (rust/crates/pest_derive-2.5.3.crate) = 241cda393b0cdd65e62e07e12454f1f25d57017dcc514b1514cd3c4645e3a0a6
SIZE (rust/crates/pest_derive-2.5.3.crate) = 18168
SHA256 (rust/crates/pest_generator-2.5.3.crate) = 46b53634d8c8196302953c74d5352f33d0c512a9499bd2ce468fc9f4128fa27c
SIZE (rust/crates/pest_generator-2.5.3.crate) = 15099
SHA256 (rust/crates/pest_meta-2.5.3.crate) = 0ef4f1332a8d4678b41966bb4cc1d0676880e84183a1ecc3f4b69f03e99c7a51
SIZE (rust/crates/pest_meta-2.5.3.crate) = 31413
SHA256 (rust/crates/phf-0.11.1.crate) = 928c6535de93548188ef63bb7c4036bd415cd8f36ad25af44b9789b2ee72a48c
SIZE (rust/crates/phf-0.11.1.crate) = 17232
SHA256 (rust/crates/phf_codegen-0.11.1.crate) = a56ac890c5e3ca598bbdeaa99964edb5b0258a583a9eb6ef4e89fc85d9224770
@ -189,32 +213,30 @@ SHA256 (rust/crates/phf_generator-0.11.1.crate) = b1181c94580fa345f50f19d738aaa3
SIZE (rust/crates/phf_generator-0.11.1.crate) = 11075
SHA256 (rust/crates/phf_shared-0.11.1.crate) = e1fb5f6f826b772a8d4c0394209441e7d37cbbb967ae9c7e0e8134365c9ee676
SIZE (rust/crates/phf_shared-0.11.1.crate) = 10320
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/pkg-config-0.3.26.crate) = 6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160
SIZE (rust/crates/pkg-config-0.3.26.crate) = 18662
SHA256 (rust/crates/ppv-lite86-0.2.17.crate) = 5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de
SIZE (rust/crates/ppv-lite86-0.2.17.crate) = 22242
SHA256 (rust/crates/predicates-1.0.8.crate) = f49cfaf7fdaa3bfacc6fa3e7054e65148878354a5cfddcf661df4c851f8021df
SIZE (rust/crates/predicates-1.0.8.crate) = 26996
SHA256 (rust/crates/predicates-2.1.1.crate) = a5aab5be6e4732b473071984b3164dbbfb7a3674d30ea5ff44410b6bcd960c3c
SIZE (rust/crates/predicates-2.1.1.crate) = 23150
SHA256 (rust/crates/predicates-core-1.0.3.crate) = da1c2388b1513e1b605fcec39a95e0a9e8ef088f71443ef37099fa9ae6673fcb
SIZE (rust/crates/predicates-core-1.0.3.crate) = 7757
SHA256 (rust/crates/predicates-tree-1.0.5.crate) = 4d86de6de25020a36c6d3643a86d9a6a9f552107c0559c60ea03551b5e16c032
SIZE (rust/crates/predicates-tree-1.0.5.crate) = 8126
SHA256 (rust/crates/predicates-2.1.5.crate) = 59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd
SIZE (rust/crates/predicates-2.1.5.crate) = 24165
SHA256 (rust/crates/predicates-core-1.0.5.crate) = 72f883590242d3c6fc5bf50299011695fa6590c2c70eac95ee1bdb9a733ad1a2
SIZE (rust/crates/predicates-core-1.0.5.crate) = 7773
SHA256 (rust/crates/predicates-tree-1.0.7.crate) = 54ff541861505aabf6ea722d2131ee980b8276e10a1297b94e896dd8b621850d
SIZE (rust/crates/predicates-tree-1.0.7.crate) = 8145
SHA256 (rust/crates/pretty_assertions-1.3.0.crate) = a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755
SIZE (rust/crates/pretty_assertions-1.3.0.crate) = 79441
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.43.crate) = 0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab
SIZE (rust/crates/proc-macro2-1.0.43.crate) = 41512
SHA256 (rust/crates/proc-macro2-1.0.50.crate) = 6ef7d57beacfaf2d8aee5937dab7b7f28de3cb8b1828479bb5de2a7106f2bae2
SIZE (rust/crates/proc-macro2-1.0.50.crate) = 41667
SHA256 (rust/crates/quick-error-1.2.3.crate) = a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0
SIZE (rust/crates/quick-error-1.2.3.crate) = 15066
SHA256 (rust/crates/quote-1.0.21.crate) = bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179
SIZE (rust/crates/quote-1.0.21.crate) = 28030
SHA256 (rust/crates/rand-0.4.6.crate) = 552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293
SIZE (rust/crates/rand-0.4.6.crate) = 76401
SHA256 (rust/crates/quote-1.0.23.crate) = 8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b
SIZE (rust/crates/quote-1.0.23.crate) = 28058
SHA256 (rust/crates/rand-0.7.3.crate) = 6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03
SIZE (rust/crates/rand-0.7.3.crate) = 112246
SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404
@ -223,90 +245,86 @@ SHA256 (rust/crates/rand_chacha-0.2.2.crate) = f4c8ed856279c9737206bf725bf36935d
SIZE (rust/crates/rand_chacha-0.2.2.crate) = 13267
SHA256 (rust/crates/rand_chacha-0.3.1.crate) = e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88
SIZE (rust/crates/rand_chacha-0.3.1.crate) = 15251
SHA256 (rust/crates/rand_core-0.3.1.crate) = 7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b
SIZE (rust/crates/rand_core-0.3.1.crate) = 15483
SHA256 (rust/crates/rand_core-0.4.2.crate) = 9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc
SIZE (rust/crates/rand_core-0.4.2.crate) = 20243
SHA256 (rust/crates/rand_core-0.5.1.crate) = 90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19
SIZE (rust/crates/rand_core-0.5.1.crate) = 21116
SHA256 (rust/crates/rand_core-0.6.3.crate) = d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7
SIZE (rust/crates/rand_core-0.6.3.crate) = 21938
SHA256 (rust/crates/rand_core-0.6.4.crate) = ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c
SIZE (rust/crates/rand_core-0.6.4.crate) = 22666
SHA256 (rust/crates/rand_hc-0.2.0.crate) = ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c
SIZE (rust/crates/rand_hc-0.2.0.crate) = 11670
SHA256 (rust/crates/rdrand-0.4.0.crate) = 678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2
SIZE (rust/crates/rdrand-0.4.0.crate) = 6456
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.6.0.crate) = 4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b
SIZE (rust/crates/regex-1.6.0.crate) = 239329
SHA256 (rust/crates/regex-1.7.1.crate) = 48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733
SIZE (rust/crates/regex-1.7.1.crate) = 239648
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.27.crate) = a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244
SIZE (rust/crates/regex-syntax-0.6.27.crate) = 297300
SHA256 (rust/crates/regex-syntax-0.6.28.crate) = 456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848
SIZE (rust/crates/regex-syntax-0.6.28.crate) = 299288
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/rustc-serialize-0.3.24.crate) = dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda
SIZE (rust/crates/rustc-serialize-0.3.24.crate) = 45926
SHA256 (rust/crates/roff-0.2.1.crate) = b833d8d034ea094b1ea68aa6d5c740e0d04bad9d16568d08ba6f76823a114316
SIZE (rust/crates/roff-0.2.1.crate) = 10605
SHA256 (rust/crates/rustix-0.36.7.crate) = d4fdebc4b395b7fbb9ab11e462e20ed9051e7b16e42d24042c776eca0ac81b03
SIZE (rust/crates/rustix-0.36.7.crate) = 290628
SHA256 (rust/crates/rusty-forkfork-0.4.0.crate) = 7ce85af4dfa2fb0c0143121ab5e424c71ea693867357c9159b8777b59984c218
SIZE (rust/crates/rusty-forkfork-0.4.0.crate) = 21388
SHA256 (rust/crates/ryu-1.0.11.crate) = 4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09
SIZE (rust/crates/ryu-1.0.11.crate) = 47007
SHA256 (rust/crates/ryu-1.0.12.crate) = 7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde
SIZE (rust/crates/ryu-1.0.12.crate) = 47070
SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502
SIZE (rust/crates/same-file-1.0.6.crate) = 10183
SHA256 (rust/crates/scratch-1.0.3.crate) = ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2
SIZE (rust/crates/scratch-1.0.3.crate) = 8198
SHA256 (rust/crates/sealed_test-0.2.0.crate) = 58ca545976ef76ffde6109fd23b302704c1074456b16d6c72daa6a6517faac21
SIZE (rust/crates/sealed_test-0.2.0.crate) = 2279
SHA256 (rust/crates/sealed_test_derive-0.1.0.crate) = 637d1ba3f4957fdec75e2ac48ef45c21ab5dfe099e0903159ff687d5d443b43b
SIZE (rust/crates/sealed_test_derive-0.1.0.crate) = 1375
SHA256 (rust/crates/semver-1.0.13.crate) = 93f6841e709003d68bb2deee8c343572bf446003ec20a583e76f7b15cebf3711
SIZE (rust/crates/semver-1.0.13.crate) = 29653
SHA256 (rust/crates/serde-1.0.144.crate) = 0f747710de3dcd43b88c9168773254e809d8ddbdf9653b84e2554ab219f17860
SIZE (rust/crates/serde-1.0.144.crate) = 76387
SHA256 (rust/crates/serde_derive-1.0.144.crate) = 94ed3a816fb1d101812f83e789f888322c34e291f894f19590dc310963e87a00
SIZE (rust/crates/serde_derive-1.0.144.crate) = 54867
SHA256 (rust/crates/serde_json-1.0.85.crate) = e55a28e3aaef9d5ce0506d0a14dbba8054ddc7e499ef522dd8b26859ec9d4a44
SIZE (rust/crates/serde_json-1.0.85.crate) = 144635
SHA256 (rust/crates/sha-1-0.10.0.crate) = 028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f
SIZE (rust/crates/sha-1-0.10.0.crate) = 12239
SHA256 (rust/crates/semver-1.0.16.crate) = 58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a
SIZE (rust/crates/semver-1.0.16.crate) = 29850
SHA256 (rust/crates/serde-1.0.152.crate) = bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb
SIZE (rust/crates/serde-1.0.152.crate) = 77091
SHA256 (rust/crates/serde_derive-1.0.152.crate) = af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e
SIZE (rust/crates/serde_derive-1.0.152.crate) = 55586
SHA256 (rust/crates/serde_json-1.0.91.crate) = 877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883
SIZE (rust/crates/serde_json-1.0.91.crate) = 144654
SHA256 (rust/crates/sha2-0.10.6.crate) = 82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0
SIZE (rust/crates/sha2-0.10.6.crate) = 20558
SHA256 (rust/crates/shell-words-1.1.0.crate) = 24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde
SIZE (rust/crates/shell-words-1.1.0.crate) = 9871
SHA256 (rust/crates/siphasher-0.3.10.crate) = 7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de
SIZE (rust/crates/siphasher-0.3.10.crate) = 9889
SHA256 (rust/crates/slug-0.1.4.crate) = b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373
SIZE (rust/crates/slug-0.1.4.crate) = 6640
SHA256 (rust/crates/speculoos-0.8.0.crate) = 96b954b41a95bd4906a8da71c9b18ebfb984acc96e454f00a76ed4f3e7c497bb
SIZE (rust/crates/speculoos-0.8.0.crate) = 23690
SHA256 (rust/crates/stderrlog-0.5.3.crate) = af95cb8a5f79db5b2af2a46f44da7594b5adbcbb65cbf87b8da0959bfdd82460
SIZE (rust/crates/stderrlog-0.5.3.crate) = 20368
SHA256 (rust/crates/speculoos-0.10.0.crate) = e8f81684bbc3005f83b5c0a9e03eb52c8257b15370d62dcedf548964d5bfae2d
SIZE (rust/crates/speculoos-0.10.0.crate) = 24394
SHA256 (rust/crates/stderrlog-0.5.4.crate) = 69a26bbf6de627d389164afa9783739b56746c6c72c4ed16539f4ff54170327b
SIZE (rust/crates/stderrlog-0.5.4.crate) = 24710
SHA256 (rust/crates/strsim-0.10.0.crate) = 73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623
SIZE (rust/crates/strsim-0.10.0.crate) = 11355
SHA256 (rust/crates/syn-1.0.99.crate) = 58dbef6ec655055e20b86b15a8cc6d439cca19b667537ac6a1369572d151ab13
SIZE (rust/crates/syn-1.0.99.crate) = 236084
SHA256 (rust/crates/syn-1.0.107.crate) = 1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5
SIZE (rust/crates/syn-1.0.107.crate) = 237539
SHA256 (rust/crates/tempfile-3.3.0.crate) = 5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4
SIZE (rust/crates/tempfile-3.3.0.crate) = 27578
SHA256 (rust/crates/tera-1.17.0.crate) = 1d4685e72cb35f0eb74319c8fe2d3b61e93da5609841cde2cb87fcc3bea56d20
SIZE (rust/crates/tera-1.17.0.crate) = 97712
SHA256 (rust/crates/tera-1.17.1.crate) = 3df578c295f9ec044ff1c829daf31bb7581d5b3c2a7a3d87419afe1f2531438c
SIZE (rust/crates/tera-1.17.1.crate) = 98201
SHA256 (rust/crates/termcolor-1.1.3.crate) = bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755
SIZE (rust/crates/termcolor-1.1.3.crate) = 17242
SHA256 (rust/crates/termtree-0.2.4.crate) = 507e9898683b6c43a9aa55b64259b721b52ba226e0f3779137e50ad114a4c90b
SIZE (rust/crates/termtree-0.2.4.crate) = 4416
SHA256 (rust/crates/textwrap-0.15.0.crate) = b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb
SIZE (rust/crates/textwrap-0.15.0.crate) = 52998
SHA256 (rust/crates/thiserror-1.0.34.crate) = 8c1b05ca9d106ba7d2e31a9dab4a64e7be2cce415321966ea3132c49a656e252
SIZE (rust/crates/thiserror-1.0.34.crate) = 17329
SHA256 (rust/crates/thiserror-impl-1.0.34.crate) = e8f2591983642de85c921015f3f070c665a197ed69e417af436115e3a1407487
SIZE (rust/crates/thiserror-impl-1.0.34.crate) = 15437
SHA256 (rust/crates/termtree-0.4.0.crate) = 95059e91184749cb66be6dc994f67f182b6d897cb3df74a5bf66b5e709295fd8
SIZE (rust/crates/termtree-0.4.0.crate) = 4449
SHA256 (rust/crates/thiserror-1.0.38.crate) = 6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0
SIZE (rust/crates/thiserror-1.0.38.crate) = 18947
SHA256 (rust/crates/thiserror-impl-1.0.38.crate) = 1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f
SIZE (rust/crates/thiserror-impl-1.0.38.crate) = 15429
SHA256 (rust/crates/thread_local-1.1.4.crate) = 5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180
SIZE (rust/crates/thread_local-1.1.4.crate) = 13106
SHA256 (rust/crates/time-0.1.44.crate) = 6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255
SIZE (rust/crates/time-0.1.44.crate) = 28885
SHA256 (rust/crates/time-0.1.45.crate) = 1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a
SIZE (rust/crates/time-0.1.45.crate) = 28911
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/toml-0.5.9.crate) = 8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7
SIZE (rust/crates/toml-0.5.9.crate) = 55667
SHA256 (rust/crates/typenum-1.15.0.crate) = dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987
SIZE (rust/crates/typenum-1.15.0.crate) = 40741
SHA256 (rust/crates/toml-0.5.11.crate) = f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234
SIZE (rust/crates/toml-0.5.11.crate) = 54910
SHA256 (rust/crates/typenum-1.16.0.crate) = 497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba
SIZE (rust/crates/typenum-1.16.0.crate) = 42477
SHA256 (rust/crates/ucd-trie-0.1.5.crate) = 9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81
SIZE (rust/crates/ucd-trie-0.1.5.crate) = 45391
SHA256 (rust/crates/uncased-0.9.7.crate) = 09b01702b0fd0b3fadcf98e098780badda8742d4f4a7676615cad90e8ac73622
@ -323,12 +341,14 @@ SHA256 (rust/crates/unic-ucd-segment-0.9.0.crate) = 2079c122a62205b421f499da10f3
SIZE (rust/crates/unic-ucd-segment-0.9.0.crate) = 39262
SHA256 (rust/crates/unic-ucd-version-0.9.0.crate) = 96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4
SIZE (rust/crates/unic-ucd-version-0.9.0.crate) = 2246
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.3.crate) = c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf
SIZE (rust/crates/unicode-ident-1.0.3.crate) = 35031
SHA256 (rust/crates/unicode-normalization-0.1.21.crate) = 854cbdc4f7bc6ae19c820d44abdc3277ac3e1b2b93db20a636825d9322fb60e6
SIZE (rust/crates/unicode-normalization-0.1.21.crate) = 121745
SHA256 (rust/crates/unicode-bidi-0.3.10.crate) = d54675592c1dbefd78cbd98db9bacd89886e1ca50692a0692baefffdeb92dd58
SIZE (rust/crates/unicode-bidi-0.3.10.crate) = 43530
SHA256 (rust/crates/unicode-ident-1.0.6.crate) = 84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc
SIZE (rust/crates/unicode-ident-1.0.6.crate) = 42158
SHA256 (rust/crates/unicode-normalization-0.1.22.crate) = 5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921
SIZE (rust/crates/unicode-normalization-0.1.22.crate) = 122604
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.3.1.crate) = 0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643
SIZE (rust/crates/url-2.3.1.crate) = 72777
SHA256 (rust/crates/vcpkg-0.2.15.crate) = accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426
@ -345,18 +365,18 @@ SHA256 (rust/crates/wasi-0.10.0+wasi-snapshot-preview1.crate) = 1a143597ca7c7793
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/which-4.3.0.crate) = 1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b
SIZE (rust/crates/which-4.3.0.crate) = 9635
SHA256 (rust/crates/wasm-bindgen-0.2.83.crate) = eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268
SIZE (rust/crates/wasm-bindgen-0.2.83.crate) = 169618
SHA256 (rust/crates/wasm-bindgen-backend-0.2.83.crate) = 4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142
SIZE (rust/crates/wasm-bindgen-backend-0.2.83.crate) = 25620
SHA256 (rust/crates/wasm-bindgen-macro-0.2.83.crate) = 052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810
SIZE (rust/crates/wasm-bindgen-macro-0.2.83.crate) = 12075
SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.83.crate) = 07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c
SIZE (rust/crates/wasm-bindgen-macro-support-0.2.83.crate) = 18530
SHA256 (rust/crates/wasm-bindgen-shared-0.2.83.crate) = 1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f
SIZE (rust/crates/wasm-bindgen-shared-0.2.83.crate) = 7194
SHA256 (rust/crates/which-4.4.0.crate) = 2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269
SIZE (rust/crates/which-4.4.0.crate) = 10889
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
@ -365,7 +385,23 @@ SHA256 (rust/crates/winapi-util-0.1.5.crate) = 70ec6ce85bb158151cae5e5c87f95a8e9
SIZE (rust/crates/winapi-util-0.1.5.crate) = 10164
SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f
SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998
SHA256 (rust/crates/windows-sys-0.42.0.crate) = 5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7
SIZE (rust/crates/windows-sys-0.42.0.crate) = 3006791
SHA256 (rust/crates/windows_aarch64_gnullvm-0.42.1.crate) = 8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608
SIZE (rust/crates/windows_aarch64_gnullvm-0.42.1.crate) = 362795
SHA256 (rust/crates/windows_aarch64_msvc-0.42.1.crate) = 4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7
SIZE (rust/crates/windows_aarch64_msvc-0.42.1.crate) = 664655
SHA256 (rust/crates/windows_i686_gnu-0.42.1.crate) = de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640
SIZE (rust/crates/windows_i686_gnu-0.42.1.crate) = 733428
SHA256 (rust/crates/windows_i686_msvc-0.42.1.crate) = bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605
SIZE (rust/crates/windows_i686_msvc-0.42.1.crate) = 722583
SHA256 (rust/crates/windows_x86_64_gnu-0.42.1.crate) = c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45
SIZE (rust/crates/windows_x86_64_gnu-0.42.1.crate) = 697614
SHA256 (rust/crates/windows_x86_64_gnullvm-0.42.1.crate) = 628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463
SIZE (rust/crates/windows_x86_64_gnullvm-0.42.1.crate) = 362788
SHA256 (rust/crates/windows_x86_64_msvc-0.42.1.crate) = 447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd
SIZE (rust/crates/windows_x86_64_msvc-0.42.1.crate) = 664606
SHA256 (rust/crates/yansi-0.5.1.crate) = 09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec
SIZE (rust/crates/yansi-0.5.1.crate) = 16525
SHA256 (cocogitto-cocogitto-5.2.0_GH0.tar.gz) = 99f9dee05597d7721f6d046dbfefba5cb8d1c4ae22ced415f724affb3a6bd0cc
SIZE (cocogitto-cocogitto-5.2.0_GH0.tar.gz) = 1309253
SHA256 (cocogitto-cocogitto-5.3.0_GH0.tar.gz) = c95a8d3d0fd1ca4f122b9e9077e8ff79f1c8a180f2cb5a0afcc6e236495984b5
SIZE (cocogitto-cocogitto-5.3.0_GH0.tar.gz) = 1279860

View File

@ -19,6 +19,9 @@ WWW= https://electronjs.org/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/electron/LICENSE
DEPRECATED= EOLed upstream, switch to newer version
EXPIRATION_DATE= 2023-03-31
FETCH_DEPENDS= yarn-node16>0:www/yarn-node16
EXTRACT_DEPENDS= yarn-node16>0:www/yarn-node16
PATCH_DEPENDS= git:devel/git

View File

@ -1,6 +1,6 @@
PORTNAME= fatal
DISTVERSIONPREFIX= v
DISTVERSION= 2023.01.16.00
DISTVERSION= 2023.01.23.00
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1673903373
SHA256 (facebook-fatal-v2023.01.16.00_GH0.tar.gz) = 4d910e13c985d2d6aed91ee707c49db6404f9e63233786ed55fb4f6b1c3aa8b7
SIZE (facebook-fatal-v2023.01.16.00_GH0.tar.gz) = 659045
TIMESTAMP = 1674494242
SHA256 (facebook-fatal-v2023.01.23.00_GH0.tar.gz) = 51fb7ac55af87c6c66b0478b676ba96bf82fb71028e49656809dde4088ca64fb
SIZE (facebook-fatal-v2023.01.23.00_GH0.tar.gz) = 658997

View File

@ -1,6 +1,6 @@
PORTNAME= fbthrift
DISTVERSIONPREFIX= v
DISTVERSION= 2023.01.16.00
DISTVERSION= 2023.01.23.00
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1673903372
SHA256 (facebook-fbthrift-v2023.01.16.00_GH0.tar.gz) = d22e41bef5603bb4c72e0e6a9b8b7e92862dacee2f253772f368487067699fd7
SIZE (facebook-fbthrift-v2023.01.16.00_GH0.tar.gz) = 13031105
TIMESTAMP = 1674494240
SHA256 (facebook-fbthrift-v2023.01.23.00_GH0.tar.gz) = 9a30458a3098e4520f08eaacbe5bff58a8fcdb465951c9983882522e35ea9ecd
SIZE (facebook-fbthrift-v2023.01.23.00_GH0.tar.gz) = 13385464

View File

@ -1,6 +1,6 @@
PORTNAME= folly
DISTVERSIONPREFIX= v
DISTVERSION= 2023.01.16.00
DISTVERSION= 2023.01.23.00
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1673903369
SHA256 (facebook-folly-v2023.01.16.00_GH0.tar.gz) = b5d9b6d5833a6f149819cc828ec0f569f1edc88fd79344c642d2606d58cee130
SIZE (facebook-folly-v2023.01.16.00_GH0.tar.gz) = 3779399
TIMESTAMP = 1674494233
SHA256 (facebook-folly-v2023.01.23.00_GH0.tar.gz) = f646641ef58e9b0ada44ba4a96c0cb8f811df4ef661a03e2db0b82177654906d
SIZE (facebook-folly-v2023.01.23.00_GH0.tar.gz) = 3782454

View File

@ -1,5 +1,5 @@
PORTNAME= goredo
DISTVERSION= 1.29.0
DISTVERSION= 1.30.0
CATEGORIES= devel
MASTER_SITES= http://www.goredo.cypherpunks.ru/download/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1673995113
SHA256 (goredo-1.29.0.tar.zst) = cc8d5c0c2df9e868037ac47d30a2f9aa275d8945a5f1ee5106344de30181d053
SIZE (goredo-1.29.0.tar.zst) = 442159
TIMESTAMP = 1674539545
SHA256 (goredo-1.30.0.tar.zst) = 825b20daaf2315de33e82b8ace567769f271fd2ec0c3a2c2c45012fee1cb9548
SIZE (goredo-1.30.0.tar.zst) = 442080

View File

@ -1,5 +1,5 @@
PORTNAME= ktextaddons
DISTVERSION= 1.0
DISTVERSION= 1.0.1
CATEGORIES= devel kde
MASTER_SITES= KDE/stable/${PORTNAME}/
@ -15,4 +15,6 @@ USE_KDE= archive auth codecs config configwidgets coreaddons ecm i18n \
USE_QT= core dbus gui network speech widgets xml \
buildtools:build qmake:build
PLIST_SUB+= LIBVERSION=${PORTVERSION}
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1673848356
SHA256 (ktextaddons-1.0.tar.xz) = f22b800637086c94e8d6c8f59b02ae735be5e0b0a9157485e978725141f4f8b3
SIZE (ktextaddons-1.0.tar.xz) = 135836
TIMESTAMP = 1674490560
SHA256 (ktextaddons-1.0.1.tar.xz) = f9f8dc0e1f291f05db956000063a2799ae9f642a7b34c6b40b92ed09399b45d9
SIZE (ktextaddons-1.0.1.tar.xz) = 136108

View File

@ -0,0 +1,10 @@
--- texttranslator/translator/widgets/translatordebugdialog.cpp.orig 2023-01-15 16:31:40 UTC
+++ texttranslator/translator/widgets/translatordebugdialog.cpp
@@ -19,6 +19,7 @@
#include <QTextStream>
#include <QVBoxLayout>
#include <QWindow>
+#include <errno.h>
namespace
{
const char myTranslatorDebugDialogConfigGroupName[] = "TranslatorDebugDialog";

View File

@ -137,16 +137,17 @@ lib/cmake/KF5TextTranslator/KF5TextTranslatorTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/KF5TextTranslator/KF5TextTranslatorTargets.cmake
lib/libKF5TextAutoCorrection.so
lib/libKF5TextAutoCorrection.so.1
lib/libKF5TextAutoCorrection.so.1.0.0
lib/libKF5TextAutoCorrection.so.%%LIBVERSION%%
lib/libKF5TextEditTextToSpeech.so
lib/libKF5TextEditTextToSpeech.so.1
lib/libKF5TextEditTextToSpeech.so.1.0.0
lib/libKF5TextEditTextToSpeech.so.%%LIBVERSION%%
lib/libKF5TextGrammarCheck.so
lib/libKF5TextGrammarCheck.so.1
lib/libKF5TextGrammarCheck.so.1.0.0
lib/libKF5TextGrammarCheck.so.%%LIBVERSION%%
lib/libKF5TextTranslator.so
lib/libKF5TextTranslator.so.1.0.0
lib/libKF5TextTranslator.so.%%LIBVERSION%%
lib/libKF5TextTranslator.so.5
%%QT_PLUGINDIR%%/designer/texttranslatorwidgets.so
%%QT_MKSPECDIR%%/modules/qt_TextAutoCorrection.pri
%%QT_MKSPECDIR%%/modules/qt_TextEditTextToSpeech.pri
%%QT_MKSPECDIR%%/modules/qt_TextGrammarCheck.pri

View File

@ -1,7 +1,6 @@
PORTNAME= lefthook
DISTVERSIONPREFIX= v
DISTVERSION= 1.2.7
PORTREVISION= 1
DISTVERSION= 1.2.8
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org

View File

@ -1,5 +1,5 @@
TIMESTAMP = 1673477990
SHA256 (go/devel_lefthook/lefthook-v1.2.7/v1.2.7.mod) = 4ae894cfa51269c83e24a5accb4bb7cb070a55927928df32587f3faa8aac132f
SIZE (go/devel_lefthook/lefthook-v1.2.7/v1.2.7.mod) = 1721
SHA256 (go/devel_lefthook/lefthook-v1.2.7/v1.2.7.zip) = e4260d03b3941b4352a06f748f3ee522f67e495c5926bcd382952fe79d7a3e18
SIZE (go/devel_lefthook/lefthook-v1.2.7/v1.2.7.zip) = 114398
TIMESTAMP = 1674539625
SHA256 (go/devel_lefthook/lefthook-v1.2.8/v1.2.8.mod) = 4ae894cfa51269c83e24a5accb4bb7cb070a55927928df32587f3faa8aac132f
SIZE (go/devel_lefthook/lefthook-v1.2.8/v1.2.8.mod) = 1721
SHA256 (go/devel_lefthook/lefthook-v1.2.8/v1.2.8.zip) = dee3ecd9c9ef631f372e524c2580138a127bce3c95bc4570bb207d5b7f2697a5
SIZE (go/devel_lefthook/lefthook-v1.2.8/v1.2.8.zip) = 114424

View File

@ -8,12 +8,25 @@ COMMENT= Grand Central Dispatch API support library
LICENSE= APACHE20
USES= cmake compiler:c++17-lang
USES= cmake
USE_LDCONFIG= yes
USE_CXXSTD= c++17
USE_GITHUB= yes
GH_ACCOUNT= apple
GH_PROJECT= swift-corelibs-libdispatch
GH_TAGNAME= swift-${DISTVERSION}-RELEASE
.include <bsd.port.options.mk>
.if ${OSVERSION} > 1400000
USES+= llvm:build
CC= ${_LLVM_MK_PREFIX}/bin/clang
CPP= ${_LLVM_MK_PREFIX}/bin/clang-cpp
CXX= ${_LLVM_MK_PREFIX}/bin/clang++
#LD?= ${_LLVM_MK_PREFIX}/bin/ld
.else
USES+= compiler:c++17-lang
.endif
.include <bsd.port.mk>

26
devel/libheinz/Makefile Normal file
View File

@ -0,0 +1,26 @@
PORTNAME= libheinz
DISTVERSION= 0.2.0
CATEGORIES= devel
MASTER_SITES= https://jugit.fz-juelich.de/mlz/${PORTNAME}/-/archive/v${DISTVERSION}/
DISTNAME= ${PORTNAME}-v${DISTVERSION}
MAINTAINER= yuri@FreeBSD.org
COMMENT= C++ base library of Heinz Maier-Leibnitz Zentrum
WWW= https://jugit.fz-juelich.de/mlz/libheinz
LICENSE= MIT
USES= cmake:testing
CMAKE_OFF= BUILD_TESTING
CMAKE_TESTING_ON= BUILD_TESTING
NO_ARCH= yes
PLIST_FILES= cmake/LibHeinzConfig.cmake \
cmake/LibHeinzConfigVersion.cmake \
include/heinz/Complex.h \
include/heinz/Rotations3D.h \
include/heinz/Vectors3D.h
.include <bsd.port.mk>

3
devel/libheinz/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1674545526
SHA256 (libheinz-v0.2.0.tar.gz) = 895b55c98ee5fbe14e3b990c5393f98c6789ee6b57d35d72f6c75b9d5911e7e0
SIZE (libheinz-v0.2.0.tar.gz) = 464422

View File

@ -0,0 +1,12 @@
--- CMakeLists.txt.orig 2023-01-24 07:32:58 UTC
+++ CMakeLists.txt
@@ -35,7 +35,9 @@ endif()
include(CTest)
add_subdirectory(inc)
+if (BUILD_TESTING)
add_subdirectory(test)
+endif()
## CPack settings.

2
devel/libheinz/pkg-descr Normal file
View File

@ -0,0 +1,2 @@
libheinz is a C++ base library used in software developed at
Heinz Maier-Leibnitz Zentrum.

View File

@ -1,5 +1,5 @@
PORTNAME= python-rapidjson
DISTVERSION= 1.8
DISTVERSION= 1.9
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1664074544
SHA256 (python-rapidjson-1.8.tar.gz) = 170c2ff97d01735f67afd0e1cb0aaa690cb69ae6016e020c6afd5e0ab9b39899
SIZE (python-rapidjson-1.8.tar.gz) = 222766
TIMESTAMP = 1674540353
SHA256 (python-rapidjson-1.9.tar.gz) = be7d351c7112dac608133a23f60e95395668d0981a07f4037f63e0e88afcf01a
SIZE (python-rapidjson-1.9.tar.gz) = 223067

View File

@ -1,5 +1,5 @@
PORTNAME= scikit-build
DISTVERSION= 0.16.2
DISTVERSION= 0.16.6
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -20,7 +20,7 @@ TEST_DEPENDS= cmake:devel/cmake-core \
${PYTHON_PKGNAMEPREFIX}path.py>=11.5.0:devel/py-path.py@${PY_FLAVOR}
USES= python:3.8+
USE_PYTHON= distutils autoplist pytest # 19 tests are known to fail, see https://github.com/scikit-build/scikit-build/issues/791
USE_PYTHON= distutils autoplist pytest # 1 tests fail, 4 errors, see https://github.com/scikit-build/scikit-build/issues/791
NO_ARCH= yes

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1667671670
SHA256 (scikit-build-0.16.2.tar.gz) = caf5b4da9bd7e88232b40050cde584f1e252fed44f12034c36a9ca86444a6c42
SIZE (scikit-build-0.16.2.tar.gz) = 269822
TIMESTAMP = 1674539753
SHA256 (scikit-build-0.16.6.tar.gz) = 9047817b0dd2522cc8b7122b398e8a41c18bf4cbd23de1644919bdf34941a8c6
SIZE (scikit-build-0.16.6.tar.gz) = 272201

View File

@ -1,5 +1,5 @@
PORTNAME= types-Pillow
PORTVERSION= 9.4.0.4
PORTVERSION= 9.4.0.5
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1674141073
SHA256 (types-Pillow-9.4.0.4.tar.gz) = 10777665863957ec7160ee38cdf1b3167d3cea983d94944c221d384d28621328
SIZE (types-Pillow-9.4.0.4.tar.gz) = 25057
TIMESTAMP = 1674488184
SHA256 (types-Pillow-9.4.0.5.tar.gz) = 941cefaac2f5297d7d2a9989633c95b4063112690dc21c965d46bd5a7fff3c76
SIZE (types-Pillow-9.4.0.5.tar.gz) = 25055

View File

@ -1,5 +1,5 @@
PORTNAME= universal-ctags
PORTVERSION= p5.9.20221204.0
PORTVERSION= p6.0.20230108.0
CATEGORIES= devel
MAINTAINER= dereks@lifeofadishwasher.com

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1670710903
SHA256 (universal-ctags-ctags-p5.9.20221204.0_GH0.tar.gz) = f1408a84d458cb433e8c3f18877ed7f65d61a1adba38b829267179b3440fe8d8
SIZE (universal-ctags-ctags-p5.9.20221204.0_GH0.tar.gz) = 2994632
TIMESTAMP = 1674326513
SHA256 (universal-ctags-ctags-p6.0.20230108.0_GH0.tar.gz) = 76387071108a7ef8ef6fee427f9af02c589b816f2fc9162afded917d368d6f77
SIZE (universal-ctags-ctags-p6.0.20230108.0_GH0.tar.gz) = 3021742

View File

@ -4,6 +4,7 @@ bin/uoptscript
%%MANPAGES%%man/man1/uctags.1.gz
%%MANPAGES%%man/man1/ureadtags.1.gz
%%MANPAGES%%man/man5/utags.5.gz
%%MANPAGES%%man/man5/uctags-json-output.5.gz
%%MANPAGES%%man/man7/uctags-client-tools.7.gz
%%MANPAGES%%man/man7/uctags-faq.7.gz
%%MANPAGES%%man/man7/uctags-incompatibilities.7.gz
@ -18,6 +19,7 @@ bin/uoptscript
%%MANPAGES%%man/man7/uctags-lang-r.7.gz
%%MANPAGES%%man/man7/uctags-lang-rmarkdown.7.gz
%%MANPAGES%%man/man7/uctags-lang-sql.7.gz
%%MANPAGES%%man/man7/uctags-lang-systemtap.7.gz
%%MANPAGES%%man/man7/uctags-lang-tcl.7.gz
%%MANPAGES%%man/man7/uctags-lang-verilog.7.gz
%%MANPAGES%%man/man7/uctags-optlib.7.gz

View File

@ -1,5 +1,6 @@
PORTNAME= zls
DISTVERSION= 0.10.0
PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= jbeich@FreeBSD.org

View File

@ -1,6 +1,6 @@
PORTNAME= ripes
DISTVERSIONPREFIX= v
DISTVERSION= 2.2.5
DISTVERSION= 2.2.6
CATEGORIES= emulators
MAINTAINER= mclay@astate.edu

View File

@ -1,6 +1,6 @@
TIMESTAMP = 1663869958
SHA256 (mortbopet-Ripes-v2.2.5_GH0.tar.gz) = 195bbae402f53dc3518b4f5399d2045696790e1f1960c71043ceeb138df39272
SIZE (mortbopet-Ripes-v2.2.5_GH0.tar.gz) = 14424851
TIMESTAMP = 1674075130
SHA256 (mortbopet-Ripes-v2.2.6_GH0.tar.gz) = 5620b026fc5fb6c136732b67d01caabad53c41029258f54517377b08fb9b8c8e
SIZE (mortbopet-Ripes-v2.2.6_GH0.tar.gz) = 14448493
SHA256 (mortbopet-VSRTL-8fd0bce_GH0.tar.gz) = 5a92ab79ee8eaf5f488fe87c4892c0516b947f03f4031b4f97c1fe4bb8c9cc4d
SIZE (mortbopet-VSRTL-8fd0bce_GH0.tar.gz) = 14500493
SHA256 (serge1-ELFIO-79fcd11_GH0.tar.gz) = 2f2478e48dc20b30fd705e9ae7208ea8ab175b5aa9195d0705142ad6e9054e55

View File

@ -1,13 +1,9 @@
PORTNAME= rpcs3
DISTVERSIONPREFIX= v
DISTVERSION= 0.0.26-14584 # git rev-list --count HEAD
PORTREVISION= 2
DISTVERSIONSUFFIX= -gc3c2bb7ad8
DISTVERSION= 0.0.26-14604 # git rev-list --count HEAD
DISTVERSIONSUFFIX= -g52b67b46fc
CATEGORIES= emulators wayland
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES+= b0ee533b3216.patch:-p1 # https://github.com/RPCS3/rpcs3/pull/13257
MAINTAINER= jbeich@FreeBSD.org
COMMENT= PS3 emulator/debugger
WWW= https://rpcs3.net/
@ -55,7 +51,7 @@ ELF_FEATURES= +noaslr,wxneeded:bin/${PORTNAME}
.if ${FLAVOR:U} == qt6 || make(makesum) || make(fetch)
PATCH_SITES+= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/:qt6
PATCHFILES+= 25b09e565729.patch:-p1:qt6 # https://github.com/RPCS3/rpcs3/pull/12471
PATCHFILES+= cb5204344a80.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 = 1674025775
SHA256 (RPCS3-rpcs3-v0.0.26-14584-gc3c2bb7ad8_GH0.tar.gz) = 2acb50bd956de4e1fac6c10ec758660f9dbe9eba02fcec34e2e3517060ab8c49
SIZE (RPCS3-rpcs3-v0.0.26-14584-gc3c2bb7ad8_GH0.tar.gz) = 8732593
TIMESTAMP = 1674507608
SHA256 (RPCS3-rpcs3-v0.0.26-14604-g52b67b46fc_GH0.tar.gz) = caf4c366c8ddf41e9ad18133eba00cfcd53434879216d195399b0f159429cefa
SIZE (RPCS3-rpcs3-v0.0.26-14604-g52b67b46fc_GH0.tar.gz) = 8738330
SHA256 (RPCS3-hidapi-hidapi-0.13.0-2-ga3ce129_GH0.tar.gz) = d230e3fbbc6ef0e04b083d3a3ddfa4f1ddcaaef2aa8bb1fdb2c064b1d5b2f677
SIZE (RPCS3-hidapi-hidapi-0.13.0-2-ga3ce129_GH0.tar.gz) = 245124
SHA256 (RPCS3-llvm-mirror-9b52b6c39ae9_GH0.tar.gz) = 9df78a8282453a0e1a3653664ef11ef47b8ab4d2b86e486922770ed2240788b0
@ -23,7 +23,5 @@ SHA256 (wolfSSL-wolfssl-v5.5.0-stable_GH0.tar.gz) = c34b74b5f689fac7becb05583b04
SIZE (wolfSSL-wolfssl-v5.5.0-stable_GH0.tar.gz) = 18814382
SHA256 (llvm-llvm-project-llvmorg-13.0.1_GH0.tar.gz) = 09c50d558bd975c41157364421820228df66632802a4a6a7c9c17f86a7340802
SIZE (llvm-llvm-project-llvmorg-13.0.1_GH0.tar.gz) = 147290251
SHA256 (b0ee533b3216.patch) = 74e0c849a404397b77cde8c8f6897955783482a8a0d0aad6320b2a17d79fa3ea
SIZE (b0ee533b3216.patch) = 1266
SHA256 (25b09e565729.patch) = f8f1e1f759c515e5ffcb3d59a0d0872e0d70a747da23e29c6e1bed4826927150
SIZE (25b09e565729.patch) = 98323
SHA256 (cb5204344a80.patch) = 1c0d4f9af4a3a623089c61d0c958ac753d7c9450c6cc4a6ae3098cdba9df7366
SIZE (cb5204344a80.patch) = 102064

View File

@ -1,5 +1,5 @@
PORTNAME= yuzu
PORTVERSION= s20230120
PORTVERSION= s20230122
CATEGORIES= emulators wayland
.if make(makesum)
MASTER_SITES= https://api.yuzu-emu.org/gamedb/?dummy=/:gamedb
@ -53,7 +53,7 @@ qt6_OPTIONS_EXCLUDE= QT5
USE_GITHUB= yes
GH_ACCOUNT= yuzu-emu
GH_TAGNAME= f78068d7b
GH_TAGNAME= f99f618d4
GH_TUPLE= yuzu-emu:mbedtls:v2.16.9-115-g8c88150ca:mbedtls/externals/mbedtls \
yuzu-emu:sirit:ab75463:sirit/externals/sirit \
KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-201-gc214f6f:SPIRV_Headers/externals/sirit/externals/SPIRV-Headers \

View File

@ -1,8 +1,8 @@
TIMESTAMP = 1674237633
SHA256 (yuzu-s20230120/compatibility_list.json) = 744671586662ab5e94f7ea2a797cfb232bd50f3e0fc049b5f0602146efa5cc89
SIZE (yuzu-s20230120/compatibility_list.json) = 1687856
SHA256 (yuzu-emu-yuzu-s20230120-f78068d7b_GH0.tar.gz) = 30fc5d79ee2faac0968bcd8d455977fd47670c62068d59dfeba4f152dc82b491
SIZE (yuzu-emu-yuzu-s20230120-f78068d7b_GH0.tar.gz) = 5426860
TIMESTAMP = 1674429767
SHA256 (yuzu-s20230122/compatibility_list.json) = 2501f1a2be0173aa3782999e416c33ff5f661de17c8f312d37c33e945322424c
SIZE (yuzu-s20230122/compatibility_list.json) = 1691084
SHA256 (yuzu-emu-yuzu-s20230122-f99f618d4_GH0.tar.gz) = b1b4d6c894638b1da82cc7a8f30e082d1f20066bae4ff3276f08d5db3dfd89d9
SIZE (yuzu-emu-yuzu-s20230122-f99f618d4_GH0.tar.gz) = 5467554
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,12 +1,13 @@
PORTNAME= DDNet
PORTVERSION= 16.7.1
PORTVERSION= 16.7.2
CATEGORIES= games
MASTER_SITES= https://ddnet.tw/downloads/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= DDraceNetwork, a cooperative racing mod of Teeworlds
WWW= https://ddnet.tw/
WWW= https://ddnet.tw/ \
https://github.com/ddnet/ddnet
LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/license.txt
@ -21,6 +22,8 @@ CXXFLAGS+= -DBINARY_DIR="\\\"${PREFIX}/bin\\\""
CARGO_INSTALL= no
CARGO_TEST= no
CARGO_TARGET_DIR=${BUILD_WRKSRC}
CARGO_ENV+= DDNET_TEST_NO_LINK=1
CARGO_CRATES= cc-1.0.73 \
cxx-1.0.71 \
cxxbridge-flags-1.0.71 \
@ -30,8 +33,6 @@ CARGO_CRATES= cc-1.0.73 \
quote-1.0.20 \
syn-1.0.98 \
unicode-ident-1.0.1
CARGO_TARGET_DIR=${BUILD_WRKSRC}
CARGO_ENV+= DDNET_TEST_NO_LINK=1
PORTDATA= *
DATADIR= ${PREFIX}/share/ddnet

View File

@ -1,6 +1,6 @@
TIMESTAMP = 1673548691
SHA256 (DDNet-16.7.1.tar.xz) = a7042620123eccc209534da2d98cb5aa17b63303565dc1aca6b57f3fcd713f9d
SIZE (DDNet-16.7.1.tar.xz) = 28692288
TIMESTAMP = 1674488274
SHA256 (DDNet-16.7.2.tar.xz) = 6184f9f354eb42b0e05936c656cc4e8e1bcccc1786af6e2ba6ce24e762cc43df
SIZE (DDNet-16.7.2.tar.xz) = 28693496
SHA256 (rust/crates/cc-1.0.73.crate) = 2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11
SIZE (rust/crates/cc-1.0.73.crate) = 57880
SHA256 (rust/crates/cxx-1.0.71.crate) = 5469a6f42296f4fd40789b397383718f9a0bd75d2f9b7cedbb249996811fba27

View File

@ -478,6 +478,7 @@
SUBDIR += lapispuzzle
SUBDIR += lbreakout
SUBDIR += lbreakout2
SUBDIR += lbreakouthd
SUBDIR += ldmud
SUBDIR += leela-zero
SUBDIR += legend-of-edgar

View File

@ -6,13 +6,15 @@ MASTER_SITES= SF/lgames/${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Nice clone of classical Breakout game
WWW= http://lgames.sourceforge.net/index.php?project=LBreakout
WWW= https://sourceforge.net/projects/lgames/files/lbreakout/
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USE_SDL= sdl
DEPRECATED= Abandoned by upsteam, does not support large screen resolutions. Use games/lbreakouthd instead
USES= gmake sdl
USE_SDL= sdl
GNU_CONFIGURE= yes
LIBS+= -lcompat

View File

@ -10,11 +10,13 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Breakout-style arcade game
WWW= http://lgames.sourceforge.net/index.php?project=LBreakout2
WWW= https://lgames.sourceforge.io/LBreakout2/
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
DEPRECATED= Deprecated by upsteam, does not support large screen resolutions. Use games/lbreakouthd instead
LIB_DEPENDS= libpng.so:graphics/png
USES= gmake sdl

View File

@ -0,0 +1,34 @@
PORTNAME= lbreakouthd
PORTVERSION= 1.1.1
CATEGORIES= games
MASTER_SITES= SF/lgames/${PORTNAME}/
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Breakout-style arcade game
WWW= https://lgames.sourceforge.io/LBreakout2/
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf localbase sdl
USE_SDL= sdl2 mixer2 image2 ttf2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=/var/games/${PORTNAME}
PORTDOCS= ChangeLog README
PORTDATA= *
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
post-install:
@${MV} ${STAGEDIR}/var/games/${PORTNAME}/${PORTNAME}.hscr ${STAGEDIR}/var/games/${PORTNAME}/${PORTNAME}.hscr.sample
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1674481048
SHA256 (lbreakouthd-1.1.1.tar.gz) = 9639d9a6e57d1cf3d1e5b81d6f213c814b5be26f89a69c469b7315ebdd6cc3b1
SIZE (lbreakouthd-1.1.1.tar.gz) = 4372165

View File

@ -0,0 +1,20 @@
https://sourceforge.net/p/lgames/bugs/95/
--- Makefile.am.orig 2021-04-03 20:47:05 UTC
+++ Makefile.am
@@ -6,14 +6,14 @@ EXTRA_DIST = gettext.h config.rpath m4/ChangeLog \
desktopdir = $(datadir)/applications
desktop_DATA = lbreakouthd.desktop
-icondir = $(datadir)/icons
+icondir = $(datadir)/pixmaps
icon_DATA = lbreakouthd256.gif
# We can't use static desktop file because of icon location. Is this
# the right way to handle it? At least it works... as long as $datadir
# does not contain plus signs. :-)
lbreakouthd.desktop:
- @sed -e "s+Icon=+Icon=$(datadir)/icons/lbreakouthd256.gif+" \
+ @sed -e "s+Icon=+Icon=$(icondir)/lbreakouthd256.gif+" \
< lbreakouthd.desktop.in > lbreakouthd.desktop
ACLOCAL_AMFLAGS = -I m4

View File

@ -0,0 +1,12 @@
https://sourceforge.net/p/lgames/bugs/96/
--- src/Makefile.am.orig 2022-12-22 18:40:51 UTC
+++ src/Makefile.am
@@ -4,7 +4,7 @@ lbreakouthd_SOURCES = sdl.cpp sdl.h view.h view.cpp \
config.cpp config.h hiscores.cpp hiscores.h theme.cpp theme.h \
sprite.cpp sprite.h mixer.h menu.cpp menu.h selectdlg.h selectdlg.cpp \
editor.h editor.cpp
-lbreakouthd_LDADD = ../libgame/libgame.a
+lbreakouthd_LDADD = ../libgame/libgame.a @INTLLIBS@
EXTRA_DIST = empty.hscr

View File

@ -0,0 +1,6 @@
LBreakoutHD is a scaleable 16:9 remake of LBreakout2. You try to
clear levels full of different types of bricks and extras by using
your paddle to aim balls at the bricks.
All LBreakout2 themes and levelsets work. New themes can be of any
resolution.

View File

@ -0,0 +1,8 @@
@(,games,2555) bin/lbreakouthd
share/applications/lbreakouthd.desktop
%%NLS%%share/locale/de/LC_MESSAGES/lbreakouthd.mo
%%NLS%%share/locale/fr/LC_MESSAGES/lbreakouthd.mo
%%NLS%%share/locale/sv/LC_MESSAGES/lbreakouthd.mo
share/pixmaps/lbreakouthd256.gif
@sample(,games,664) /var/games/lbreakouthd/lbreakouthd.hscr.sample
@dir(,games,775) /var/games/lbreakouthd

View File

@ -1,5 +1,5 @@
PORTNAME= puzzles
PORTVERSION= 20230117
PORTVERSION= 20230123
CATEGORIES= games
# upstream does not preserve older versions, mirroring is mandatory
MASTER_SITES= https://www.chiark.greenend.org.uk/~sgtatham/puzzles/ \
@ -21,7 +21,7 @@ USES= cmake gnome perl5 pkgconfig
USE_PERL5= build
CMAKE_ARGS= -DNAME_PREFIX:STRING=sgt-
COMMITHASH= 1dc1ed7
COMMITHASH= b907e27
DATADIR= ${PREFIX}/share/sgt-puzzles
PORTDATA= *

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1673974005
SHA256 (puzzles-20230117.1dc1ed7.tar.gz) = d4cea35790fad6311821c2a3a38b3ab613c18568b9f5062ea92e5015437e1409
SIZE (puzzles-20230117.1dc1ed7.tar.gz) = 1745710
TIMESTAMP = 1674488329
SHA256 (puzzles-20230123.b907e27.tar.gz) = e05b4b6c07d01ccbfdb5e4e216b6b474fc0387219167a891a3320405f180e86a
SIZE (puzzles-20230123.b907e27.tar.gz) = 1956668

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