forked from Lainports/opnsense-ports
*/*: sync with upstream
Taken from: FreeBSD
This commit is contained in:
parent
fbff8ee65a
commit
fb17078f21
248 changed files with 10752 additions and 7344 deletions
|
|
@ -1,13 +1,12 @@
|
|||
PORTNAME= libarchive
|
||||
DISTVERSION= 3.6.1
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 3.6.2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= archivers
|
||||
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ \
|
||||
https://libarchive.org/downloads/
|
||||
|
||||
PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME}/commit/
|
||||
PATCHFILES= bff38efe8c110469c5080d387bec62a6ca15b1a5.patch:-p1
|
||||
PATCHFILES= 1f35c466aaa9444335a1b854b0b7223b0d2346c2.patch:-p1
|
||||
|
||||
MAINTAINER= glewis@FreeBSD.org
|
||||
COMMENT= Library to create and read several streaming archive formats
|
||||
|
|
@ -27,7 +26,8 @@ OPTIONS_RADIO_CRYPTO= OPENSSL MBEDTLS NETTLE
|
|||
CRYPTO_DESC= Crypto and hashing support
|
||||
NETTLE_DESC= Crypto support via Nettle
|
||||
|
||||
USES= cpe iconv libtool localbase:ldflags pathfix tar:xz
|
||||
USES= autoreconf cpe iconv libtool localbase:ldflags pathfix \
|
||||
pkgconfig tar:xz
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
|
@ -117,4 +117,12 @@ CONFIGURE_ENV+= ac_cv_header_localcharset_h=no \
|
|||
ac_cv_lib_charset_locale_charset=no
|
||||
.endif
|
||||
|
||||
# Prior to 1301508 we didn't ship openssl.pc which libarchive now excepts
|
||||
# so we need to use the old approach on older versions of FreeBSD
|
||||
# which is not to define Requires.private in libarchive.pc
|
||||
|
||||
.if ${PORT_OPTIONS:MOPENSSL} && ${OPSYS} == FreeBSD && ${OSVERSION} < 1301508
|
||||
EXTRA_PATCHES= ${PATCHDIR}/extra-patch-pkgconfig-compat
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
TIMESTAMP = 1670315616
|
||||
SHA256 (libarchive-3.6.1.tar.xz) = 5a411aceb978f43e626f0c2d1812ddd8807b645ed892453acabd532376c148e6
|
||||
SIZE (libarchive-3.6.1.tar.xz) = 5241148
|
||||
SHA256 (bff38efe8c110469c5080d387bec62a6ca15b1a5.patch) = 4f93c5a102cce1fc672d59888471017b545704bfa9d762c630e84b28215162e7
|
||||
SIZE (bff38efe8c110469c5080d387bec62a6ca15b1a5.patch) = 1124
|
||||
TIMESTAMP = 1672469724
|
||||
SHA256 (libarchive-3.6.2.tar.xz) = 9e2c1b80d5fbe59b61308fdfab6c79b5021d7ff4ff2489fb12daf0a96a83551d
|
||||
SIZE (libarchive-3.6.2.tar.xz) = 5213196
|
||||
SHA256 (1f35c466aaa9444335a1b854b0b7223b0d2346c2.patch) = 6db4da971fb4d5b3974bfec4c75a4d920a98b1b3bc9a9ccc381055a02205a272
|
||||
SIZE (1f35c466aaa9444335a1b854b0b7223b0d2346c2.patch) = 1329
|
||||
|
|
|
|||
7
archivers/libarchive/files/extra-patch-pkgconfig-compat
Normal file
7
archivers/libarchive/files/extra-patch-pkgconfig-compat
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
--- build/pkgconfig/libarchive.pc.in.orig 2022-12-09 13:38:31 UTC
|
||||
+++ build/pkgconfig/libarchive.pc.in
|
||||
@@ -10,4 +10,3 @@ Cflags: -I${includedir}
|
||||
Cflags.private: -DLIBARCHIVE_STATIC
|
||||
Libs: -L${libdir} -larchive
|
||||
Libs.private: @LIBS@
|
||||
-Requires.private: @LIBSREQUIRED@
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= josm
|
||||
PORTVERSION= 18583
|
||||
PORTVERSION= 18622
|
||||
CATEGORIES= astro java
|
||||
MASTER_SITES= https://josm.openstreetmap.de/download/
|
||||
DISTNAME= ${PORTNAME}-snapshot-${PORTVERSION}.jar
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1667500070
|
||||
SHA256 (josm-snapshot-18583.jar) = e92e84ee78130815dbd1ea4f7d8c48b302ef7e6f6bd90974c203acfcfc699883
|
||||
SIZE (josm-snapshot-18583.jar) = 16269996
|
||||
TIMESTAMP = 1673265731
|
||||
SHA256 (josm-snapshot-18622.jar) = 02d57b2e3fb3d46382125f3151aba661c37ce3ca4cb0b21f3069815ef79de965
|
||||
SIZE (josm-snapshot-18622.jar) = 16311954
|
||||
|
|
|
|||
|
|
@ -15,16 +15,11 @@ USE_LDCONFIG= yes
|
|||
|
||||
CONFLICTS_INSTALL= jabberd # bin/router
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} 's|doc/routino|share/doc/routino|' \
|
||||
${WRKSRC}/Makefile.conf
|
||||
${REINPLACE_CMD} 's|gcc|${CC}|' \
|
||||
${WRKSRC}/Makefile.conf
|
||||
.if ${CHOSEN_COMPILER_TYPE} == gcc && ${COMPILER_VERSION} <= 42
|
||||
${REINPLACE_CMD} -e '/pragma/d' ${WRKSRC}/src/xmlparse.c
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${STAGEDIR}${WWWDIR}
|
||||
|
|
@ -40,4 +35,4 @@ post-install:
|
|||
${LN} -sf lib${f:R:R} ${STAGEDIR}${PREFIX}/lib/lib${f:R:R:R}
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -10,6 +10,8 @@ WWW= https://www.bespokesynth.com/
|
|||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BROKEN= incompatible with the latest JUCE (juce-7.0.3), see https://github.com/BespokeSynth/BespokeSynth/issues/1047
|
||||
|
||||
BUILD_DEPENDS= juce>0:devel/juce \
|
||||
pybind11>0:devel/pybind11
|
||||
LIB_DEPENDS= libasound.so:audio/alsa-lib \
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= libopenmpt
|
||||
PORTVERSION= 0.6.6
|
||||
DISTVERSION= 0.6.7
|
||||
DISTVERSIONSUFFIX= +release.autotools
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= https://lib.openmpt.org/files/libopenmpt/src/ \
|
||||
|
|
@ -12,32 +12,42 @@ WWW= https://lib.openmpt.org/
|
|||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= compiler:c++11-lang cpe gmake libtool pkgconfig
|
||||
LIB_DEPENDS= libmpg123.so:audio/mpg123 \
|
||||
libvorbis.so:audio/libvorbis
|
||||
|
||||
USES= compiler:c++17-lang cpe gmake libtool pathfix pkgconfig
|
||||
CPE_VENDOR= openmpt
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-doxygen-doc \
|
||||
--with-mpg123 \
|
||||
--with-vorbis \
|
||||
--with-vorbisfile \
|
||||
--without-portaudiocpp
|
||||
|
||||
CONFIGURE_ARGS+= --without-portaudiocpp
|
||||
TEST_TARGET= check
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES FLAC MPG123 OGG PORTAUDIO PULSEAUDIO \
|
||||
SNDFILE VORBIS
|
||||
OPTIONS_DEFAULT= FLAC MPG123 OGG PORTAUDIO SNDFILE VORBIS
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES OPENMPT123 PULSEAUDIO
|
||||
OPTIONS_DEFAULT= OPENMPT123
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
FLAC_LIB_DEPENDS= libFLAC.so:audio/flac
|
||||
FLAC_CONFIGURE_WITH= flac
|
||||
MPG123_LIB_DEPENDS= libmpg123.so:audio/mpg123
|
||||
MPG123_CONFIGURE_WITH= mpg123
|
||||
OGG_LIB_DEPENDS= libogg.so:audio/libogg
|
||||
OGG_CONFIGURE_WITH= ogg
|
||||
PORTAUDIO_LIB_DEPENDS= libportaudio.so:audio/portaudio
|
||||
PORTAUDIO_CONFIGURE_WITH= portaudio
|
||||
OPENMPT123_DESC= Enable command line player
|
||||
PULSEAUDIO_DESC= Enable PulseAudio support for openmpt123
|
||||
|
||||
OPENMPT123_LIB_DEPENDS= libFLAC.so:audio/flac \
|
||||
libportaudio.so:audio/portaudio \
|
||||
libsndfile.so:audio/libsndfile
|
||||
OPENMPT123_CONFIGURE_OFF= --disable-openmpt123
|
||||
OPENMPT123_CONFIGURE_WITH= flac portaudio sndfile
|
||||
|
||||
PULSEAUDIO_IMPLIES= OPENMPT123
|
||||
PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio
|
||||
PULSEAUDIO_CONFIGURE_WITH= pulseaudio
|
||||
SNDFILE_LIB_DEPENDS= libsndfile.so:audio/libsndfile
|
||||
SNDFILE_CONFIGURE_WITH= sndfile
|
||||
VORBIS_LIB_DEPENDS= libvorbis.so:audio/libvorbis
|
||||
VORBIS_CONFIGURE_WITH= vorbis vorbisfile
|
||||
|
||||
pre-configure:
|
||||
@${REINPLACE_CMD} -e 's/+release.autotools//' \
|
||||
${PATCH_WRKSRC}/configure
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libopenmpt.so.*
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1664212817
|
||||
SHA256 (libopenmpt-0.6.6+release.autotools.tar.gz) = 6ddb9e26a430620944891796fefb1bbb38bd9148f6cfc558810c0d3f269876c7
|
||||
SIZE (libopenmpt-0.6.6+release.autotools.tar.gz) = 1554516
|
||||
TIMESTAMP = 1673247806
|
||||
SHA256 (libopenmpt-0.6.7+release.autotools.tar.gz) = 2174ac0f5a148ba684db768a47edf783eff9084fbca5fef6c997501643100163
|
||||
SIZE (libopenmpt-0.6.7+release.autotools.tar.gz) = 1556248
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
bin/openmpt123
|
||||
%%OPENMPT123%%bin/openmpt123
|
||||
include/libopenmpt/libopenmpt.h
|
||||
include/libopenmpt/libopenmpt.hpp
|
||||
include/libopenmpt/libopenmpt_config.h
|
||||
|
|
@ -13,7 +13,7 @@ lib/libopenmpt.so
|
|||
lib/libopenmpt.so.0
|
||||
lib/libopenmpt.so.0.3.3
|
||||
libdata/pkgconfig/libopenmpt.pc
|
||||
man/man1/openmpt123.1.gz
|
||||
%%OPENMPT123%%man/man1/openmpt123.1.gz
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.md
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libopenmpt_example_c.c
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libopenmpt_example_c_mem.c
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= pyradio
|
||||
DISTVERSION= 0.8.9.32
|
||||
DISTVERSION= 0.8.9.34
|
||||
CATEGORIES= audio python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
|
|
@ -40,7 +40,8 @@ MPV_DESC= Mpv media player support
|
|||
VLC_DESC= VLC media player support
|
||||
|
||||
DOCS_PLIST_FILES= man/man1/pyradio.1.gz \
|
||||
man/man1/pyradio_rb.1.gz
|
||||
man/man1/pyradio_rb.1.gz \
|
||||
man/man1/pyradio_server.1.gz
|
||||
MPLAYER_RUN_DEPENDS+= mplayer:multimedia/mplayer
|
||||
MPV_RUN_DEPENDS+= mpv:multimedia/mpv
|
||||
VLC_RUN_DEPENDS+= vlc:multimedia/vlc
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1670604676
|
||||
SHA256 (coderholic-pyradio-0.8.9.32_GH0.tar.gz) = d86f13849151aa9ea5d40310cfb827a3bd7138e8809affa9a0442fbc427b5df6
|
||||
SIZE (coderholic-pyradio-0.8.9.32_GH0.tar.gz) = 635875
|
||||
TIMESTAMP = 1673366338
|
||||
SHA256 (coderholic-pyradio-0.8.9.34_GH0.tar.gz) = e2868f7240d702eecb814dc6b44ec36dbf829304a5c7d2527a3bd75f195a2c90
|
||||
SIZE (coderholic-pyradio-0.8.9.34_GH0.tar.gz) = 661455
|
||||
|
|
|
|||
|
|
@ -1,10 +1,13 @@
|
|||
PORTNAME= supercollider
|
||||
DISTVERSION= 3.11.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= https://github.com/supercollider/supercollider/releases/download/Version-${PORTVERSION}/
|
||||
DISTNAME= SuperCollider-${PORTVERSION}-Source
|
||||
|
||||
PATCH_SITES= https://github.com/supercollider/supercollider/commit/
|
||||
PATCHFILES= b9dd70c4c8d61c93d7a70645e0bd18fa76e6834e.patch:-p1
|
||||
|
||||
MAINTAINER= ports@nicandneal.net
|
||||
COMMENT= Programming language for real time audio synthesis
|
||||
WWW= https://supercollider.github.io
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
TIMESTAMP = 1619062594
|
||||
TIMESTAMP = 1672258513
|
||||
SHA256 (SuperCollider-3.11.2-Source.tar.bz2) = c22c32c6bc482671d4fb8f51672df712d97a6a6277235c4da2312910303a0506
|
||||
SIZE (SuperCollider-3.11.2-Source.tar.bz2) = 18130954
|
||||
SHA256 (b9dd70c4c8d61c93d7a70645e0bd18fa76e6834e.patch) = 49d15a62a467143412850595c11a910e70e5ff1e20d7d0608940f8ffa9ce586f
|
||||
SIZE (b9dd70c4c8d61c93d7a70645e0bd18fa76e6834e.patch) = 9133
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= hyphy
|
||||
DISTVERSION= 2.5.43
|
||||
DISTVERSION= 2.5.46hf1
|
||||
CATEGORIES= biology
|
||||
|
||||
MAINTAINER= jrm@FreeBSD.org
|
||||
|
|
@ -12,6 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
ONLY_FOR_ARCHS= aarch64 amd64 armv7 i386 powerpc powerpc64 powerpc64le
|
||||
|
||||
LIB_DEPENDS= libcurl.so:ftp/curl
|
||||
TEST_DEPENDS= bash:shells/bash
|
||||
|
||||
USES= cmake:insource,testing localbase:ldflags # tests fail in outsource build, see https://github.com/veg/hyphy/issues/1528
|
||||
|
||||
|
|
@ -23,6 +24,6 @@ AVX_DESC= Advanced vector extensions support
|
|||
|
||||
AVX_CMAKE_OFF= -DNOAVX:BOOL=ON
|
||||
|
||||
# 2 tests fail, see https://github.com/veg/hyphy/issues/1529
|
||||
# All tests pass as of DISTVERSION=2.5.46hf1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1672008666
|
||||
SHA256 (veg-hyphy-2.5.43_GH0.tar.gz) = 9328916267811a95dbbff94b51066dfc481f8d49ae0cf4d58e8384c58afbea50
|
||||
SIZE (veg-hyphy-2.5.43_GH0.tar.gz) = 5634198
|
||||
TIMESTAMP = 1673313088
|
||||
SHA256 (veg-hyphy-2.5.46hf1_GH0.tar.gz) = ec2f9e737741ce6811b7607b613b3c4be71e4ac57d0b516f0cb5174d8727be27
|
||||
SIZE (veg-hyphy-2.5.46hf1_GH0.tar.gz) = 5645952
|
||||
|
|
|
|||
|
|
@ -1,50 +0,0 @@
|
|||
--- src/core/matrix.cpp.orig 2022-04-24 18:04:11 UTC
|
||||
+++ src/core/matrix.cpp
|
||||
@@ -3405,7 +3405,6 @@ void _Matrix::AddMatrix (_Matrix& storage, _Matrix
|
||||
#pragma GCC unroll 4
|
||||
#pragma clang loop vectorize(enable)
|
||||
#pragma clang loop interleave(enable)
|
||||
- #pragma clang loop unroll(enable)
|
||||
#pragma GCC ivdep
|
||||
#pragma ivdep
|
||||
for (long idx = 0; idx < upto; idx+=16) {
|
||||
@@ -3909,7 +3908,6 @@ void _Matrix::Multiply (_Matrix& storage, _Matrix
|
||||
#pragma GCC unroll 4
|
||||
#pragma clang loop vectorize(enable)
|
||||
#pragma clang loop interleave(enable)
|
||||
- #pragma clang loop unroll(enable)
|
||||
for (long k = 0; k < vDim; k+=4) {
|
||||
__m256d D4, B4;
|
||||
DO_GROUP_OP (D4, B4, k);
|
||||
@@ -3960,7 +3958,6 @@ void _Matrix::Multiply (_Matrix& storage, _Matrix
|
||||
#pragma GCC unroll 4
|
||||
#pragma clang loop vectorize(enable)
|
||||
#pragma clang loop interleave(enable)
|
||||
- #pragma clang loop unroll(enable)
|
||||
for (long k = 0; k < vDim; k+=2) {
|
||||
__m128d D4, B4;
|
||||
DO_GROUP_OP1 (D4, B4, k);
|
||||
@@ -4177,7 +4174,6 @@ void _Matrix::Multiply (_Matrix& storage, _Matrix
|
||||
#pragma GCC unroll 4
|
||||
#pragma clang loop vectorize(enable)
|
||||
#pragma clang loop interleave(enable)
|
||||
- #pragma clang loop unroll(enable)
|
||||
for (long k = 0; k < dimm4; k+=4) {
|
||||
__m256d D4, B4;
|
||||
DO_GROUP_OP (D4, B4, k);
|
||||
@@ -4285,7 +4281,6 @@ void _Matrix::Multiply (_Matrix& storage, _Matrix
|
||||
#pragma GCC unroll 4
|
||||
#pragma clang loop vectorize(enable)
|
||||
#pragma clang loop interleave(enable)
|
||||
- #pragma clang loop unroll(enable)
|
||||
for (long k = 0; k < dimm4; k+=2) {
|
||||
__m128d D4, B4;
|
||||
DO_GROUP_OP1 (D4, B4, k);
|
||||
@@ -4455,7 +4450,6 @@ void _Matrix::Multiply (_Matrix& storage, _Matrix
|
||||
#pragma GCC unroll 8
|
||||
#pragma clang loop vectorize(enable)
|
||||
#pragma clang loop interleave(enable)
|
||||
- #pragma clang loop unroll(enable)
|
||||
for (long k = 0, column = j*hDim; k < vDim; k++, column ++) {
|
||||
resCell += row[k] * secondArg.theData [column];
|
||||
}
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
libdata/pkgconfig/ngspice.pc
|
||||
lib/libngspice.so
|
||||
lib/libngspice.so.0
|
||||
lib/libngspice.so.0.0.4
|
||||
lib/libngspice.so.0.0.5
|
||||
lib/ngspice/analog.cm
|
||||
lib/ngspice/digital.cm
|
||||
lib/ngspice/spice2poly.cm
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
PORTNAME= veryl
|
||||
DISTVERSIONPREFIX= veryl-v
|
||||
DISTVERSION= 0.1.3
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 0.1.8
|
||||
CATEGORIES= cad
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
|
@ -25,11 +24,12 @@ CARGO_CRATES= addr2line-0.19.0 \
|
|||
ahash-0.7.6 \
|
||||
aho-corasick-0.7.20 \
|
||||
anes-0.1.6 \
|
||||
async-trait-0.1.60 \
|
||||
async-trait-0.1.61 \
|
||||
atty-0.2.14 \
|
||||
auto_impl-0.5.0 \
|
||||
autocfg-1.1.0 \
|
||||
backtrace-0.3.67 \
|
||||
bimap-0.6.2 \
|
||||
bitflags-1.3.2 \
|
||||
bumpalo-3.11.1 \
|
||||
bytes-1.3.0 \
|
||||
|
|
@ -44,7 +44,7 @@ CARGO_CRATES= addr2line-0.19.0 \
|
|||
clap_derive-4.0.21 \
|
||||
clap_lex-0.2.4 \
|
||||
clap_lex-0.3.0 \
|
||||
console-0.15.2 \
|
||||
console-0.15.4 \
|
||||
criterion-0.4.0 \
|
||||
criterion-plot-0.5.0 \
|
||||
crossbeam-channel-0.5.6 \
|
||||
|
|
@ -77,6 +77,7 @@ CARGO_CRATES= addr2line-0.19.0 \
|
|||
futures-util-0.3.25 \
|
||||
getrandom-0.2.8 \
|
||||
gimli-0.27.0 \
|
||||
glob-0.3.1 \
|
||||
half-1.8.2 \
|
||||
hashbrown-0.12.3 \
|
||||
heck-0.4.0 \
|
||||
|
|
@ -109,8 +110,8 @@ CARGO_CRATES= addr2line-0.19.0 \
|
|||
mio-0.8.5 \
|
||||
num-traits-0.2.15 \
|
||||
num_cpus-1.15.0 \
|
||||
object-0.30.0 \
|
||||
once_cell-1.16.0 \
|
||||
object-0.30.1 \
|
||||
once_cell-1.17.0 \
|
||||
oorandom-11.1.3 \
|
||||
os_str_bytes-6.4.1 \
|
||||
owo-colors-3.5.0 \
|
||||
|
|
@ -139,17 +140,17 @@ CARGO_CRATES= addr2line-0.19.0 \
|
|||
rayon-1.6.1 \
|
||||
rayon-core-1.10.1 \
|
||||
redox_syscall-0.2.16 \
|
||||
regex-1.7.0 \
|
||||
regex-1.7.1 \
|
||||
regex-syntax-0.6.28 \
|
||||
ropey-1.5.0 \
|
||||
ropey-1.5.1 \
|
||||
rustc-demangle-0.1.21 \
|
||||
rustix-0.36.5 \
|
||||
rustix-0.36.6 \
|
||||
ryu-1.0.12 \
|
||||
same-file-1.0.6 \
|
||||
scopeguard-1.1.0 \
|
||||
semver-1.0.16 \
|
||||
serde-1.0.151 \
|
||||
serde_derive-1.0.151 \
|
||||
serde-1.0.152 \
|
||||
serde_derive-1.0.152 \
|
||||
serde_json-1.0.91 \
|
||||
serde_repr-0.1.10 \
|
||||
signal-hook-registry-1.4.0 \
|
||||
|
|
@ -174,7 +175,7 @@ CARGO_CRATES= addr2line-0.19.0 \
|
|||
tinytemplate-1.2.1 \
|
||||
tinyvec-1.6.0 \
|
||||
tinyvec_macros-0.1.0 \
|
||||
tokio-1.23.0 \
|
||||
tokio-1.24.1 \
|
||||
tokio-macros-1.8.2 \
|
||||
tokio-util-0.7.4 \
|
||||
toml-0.5.10 \
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
TIMESTAMP = 1672967752
|
||||
TIMESTAMP = 1673332160
|
||||
SHA256 (rust/crates/addr2line-0.19.0.crate) = a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97
|
||||
SIZE (rust/crates/addr2line-0.19.0.crate) = 33210
|
||||
SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe
|
||||
|
|
@ -9,8 +9,8 @@ SHA256 (rust/crates/aho-corasick-0.7.20.crate) = cc936419f96fa211c1b9166887b38e5
|
|||
SIZE (rust/crates/aho-corasick-0.7.20.crate) = 111440
|
||||
SHA256 (rust/crates/anes-0.1.6.crate) = 4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299
|
||||
SIZE (rust/crates/anes-0.1.6.crate) = 23857
|
||||
SHA256 (rust/crates/async-trait-0.1.60.crate) = 677d1d8ab452a3936018a687b20e6f7cf5363d713b732b8884001317b0e48aa3
|
||||
SIZE (rust/crates/async-trait-0.1.60.crate) = 27374
|
||||
SHA256 (rust/crates/async-trait-0.1.61.crate) = 705339e0e4a9690e2908d2b3d049d85682cf19fbd5782494498fbf7003a6a282
|
||||
SIZE (rust/crates/async-trait-0.1.61.crate) = 27660
|
||||
SHA256 (rust/crates/atty-0.2.14.crate) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8
|
||||
SIZE (rust/crates/atty-0.2.14.crate) = 5470
|
||||
SHA256 (rust/crates/auto_impl-0.5.0.crate) = 7862e21c893d65a1650125d157eaeec691439379a1cee17ee49031b79236ada4
|
||||
|
|
@ -19,6 +19,8 @@ SHA256 (rust/crates/autocfg-1.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36
|
|||
SIZE (rust/crates/autocfg-1.1.0.crate) = 13272
|
||||
SHA256 (rust/crates/backtrace-0.3.67.crate) = 233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca
|
||||
SIZE (rust/crates/backtrace-0.3.67.crate) = 78564
|
||||
SHA256 (rust/crates/bimap-0.6.2.crate) = bc0455254eb5c6964c4545d8bac815e1a1be4f3afe0ae695ea539c12d728d44b
|
||||
SIZE (rust/crates/bimap-0.6.2.crate) = 26502
|
||||
SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a
|
||||
SIZE (rust/crates/bitflags-1.3.2.crate) = 23021
|
||||
SHA256 (rust/crates/bumpalo-3.11.1.crate) = 572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba
|
||||
|
|
@ -47,8 +49,8 @@ SHA256 (rust/crates/clap_lex-0.2.4.crate) = 2850f2f5a82cbf437dd5af4d49848fbdfc27
|
|||
SIZE (rust/crates/clap_lex-0.2.4.crate) = 9652
|
||||
SHA256 (rust/crates/clap_lex-0.3.0.crate) = 0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8
|
||||
SIZE (rust/crates/clap_lex-0.3.0.crate) = 9671
|
||||
SHA256 (rust/crates/console-0.15.2.crate) = c050367d967ced717c04b65d8c619d863ef9292ce0c5760028655a2fb298718c
|
||||
SIZE (rust/crates/console-0.15.2.crate) = 31576
|
||||
SHA256 (rust/crates/console-0.15.4.crate) = c9b6515d269224923b26b5febea2ed42b2d5f2ce37284a4dd670fedd6cb8347a
|
||||
SIZE (rust/crates/console-0.15.4.crate) = 34237
|
||||
SHA256 (rust/crates/criterion-0.4.0.crate) = e7c76e09c1aae2bc52b3d2f29e13c6572553b30c4aa1b8a49fd70de6412654cb
|
||||
SIZE (rust/crates/criterion-0.4.0.crate) = 108978
|
||||
SHA256 (rust/crates/criterion-plot-0.5.0.crate) = 6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1
|
||||
|
|
@ -113,6 +115,8 @@ SHA256 (rust/crates/getrandom-0.2.8.crate) = c05aeb6a22b8f62540c194aac980f2115af
|
|||
SIZE (rust/crates/getrandom-0.2.8.crate) = 30553
|
||||
SHA256 (rust/crates/gimli-0.27.0.crate) = dec7af912d60cdbd3677c1af9352ebae6fb8394d165568a2234df0fa00f87793
|
||||
SIZE (rust/crates/gimli-0.27.0.crate) = 720457
|
||||
SHA256 (rust/crates/glob-0.3.1.crate) = d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b
|
||||
SIZE (rust/crates/glob-0.3.1.crate) = 18880
|
||||
SHA256 (rust/crates/half-1.8.2.crate) = eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7
|
||||
SIZE (rust/crates/half-1.8.2.crate) = 41874
|
||||
SHA256 (rust/crates/hashbrown-0.12.3.crate) = 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888
|
||||
|
|
@ -177,10 +181,10 @@ SHA256 (rust/crates/num-traits-0.2.15.crate) = 578ede34cf02f8924ab9447f50c28075b
|
|||
SIZE (rust/crates/num-traits-0.2.15.crate) = 49262
|
||||
SHA256 (rust/crates/num_cpus-1.15.0.crate) = 0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b
|
||||
SIZE (rust/crates/num_cpus-1.15.0.crate) = 15680
|
||||
SHA256 (rust/crates/object-0.30.0.crate) = 239da7f290cfa979f43f85a8efeee9a8a76d0827c356d37f9d3d7254d6b537fb
|
||||
SIZE (rust/crates/object-0.30.0.crate) = 257728
|
||||
SHA256 (rust/crates/once_cell-1.16.0.crate) = 86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860
|
||||
SIZE (rust/crates/once_cell-1.16.0.crate) = 32120
|
||||
SHA256 (rust/crates/object-0.30.1.crate) = 8d864c91689fdc196779b98dba0aceac6118594c2df6ee5d943eb6a8df4d107a
|
||||
SIZE (rust/crates/object-0.30.1.crate) = 258223
|
||||
SHA256 (rust/crates/once_cell-1.17.0.crate) = 6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66
|
||||
SIZE (rust/crates/once_cell-1.17.0.crate) = 32736
|
||||
SHA256 (rust/crates/oorandom-11.1.3.crate) = 0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575
|
||||
SIZE (rust/crates/oorandom-11.1.3.crate) = 10068
|
||||
SHA256 (rust/crates/os_str_bytes-6.4.1.crate) = 9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee
|
||||
|
|
@ -237,16 +241,16 @@ SHA256 (rust/crates/rayon-core-1.10.1.crate) = cac410af5d00ab6884528b4ab69d1e8e1
|
|||
SIZE (rust/crates/rayon-core-1.10.1.crate) = 70008
|
||||
SHA256 (rust/crates/redox_syscall-0.2.16.crate) = fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a
|
||||
SIZE (rust/crates/redox_syscall-0.2.16.crate) = 24012
|
||||
SHA256 (rust/crates/regex-1.7.0.crate) = e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a
|
||||
SIZE (rust/crates/regex-1.7.0.crate) = 239421
|
||||
SHA256 (rust/crates/regex-1.7.1.crate) = 48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733
|
||||
SIZE (rust/crates/regex-1.7.1.crate) = 239648
|
||||
SHA256 (rust/crates/regex-syntax-0.6.28.crate) = 456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848
|
||||
SIZE (rust/crates/regex-syntax-0.6.28.crate) = 299288
|
||||
SHA256 (rust/crates/ropey-1.5.0.crate) = bbd22239fafefc42138ca5da064f3c17726a80d2379d817a3521240e78dd0064
|
||||
SIZE (rust/crates/ropey-1.5.0.crate) = 106401
|
||||
SHA256 (rust/crates/ropey-1.5.1.crate) = a4f832915525613e83f275694cb8c184f5df13ca26a9ef0ea6ce736921964c8e
|
||||
SIZE (rust/crates/ropey-1.5.1.crate) = 118096
|
||||
SHA256 (rust/crates/rustc-demangle-0.1.21.crate) = 7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342
|
||||
SIZE (rust/crates/rustc-demangle-0.1.21.crate) = 27920
|
||||
SHA256 (rust/crates/rustix-0.36.5.crate) = a3807b5d10909833d3e9acd1eb5fb988f79376ff10fce42937de71a449c4c588
|
||||
SIZE (rust/crates/rustix-0.36.5.crate) = 287459
|
||||
SHA256 (rust/crates/rustix-0.36.6.crate) = 4feacf7db682c6c329c4ede12649cd36ecab0f3be5b7d74e6a20304725db4549
|
||||
SIZE (rust/crates/rustix-0.36.6.crate) = 288718
|
||||
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
|
||||
|
|
@ -255,10 +259,10 @@ SHA256 (rust/crates/scopeguard-1.1.0.crate) = d29ab0c6d3fc0ee92fe66e2d99f700eab1
|
|||
SIZE (rust/crates/scopeguard-1.1.0.crate) = 11470
|
||||
SHA256 (rust/crates/semver-1.0.16.crate) = 58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a
|
||||
SIZE (rust/crates/semver-1.0.16.crate) = 29850
|
||||
SHA256 (rust/crates/serde-1.0.151.crate) = 97fed41fc1a24994d044e6db6935e69511a1153b52c15eb42493b26fa87feba0
|
||||
SIZE (rust/crates/serde-1.0.151.crate) = 76931
|
||||
SHA256 (rust/crates/serde_derive-1.0.151.crate) = 255abe9a125a985c05190d687b320c12f9b1f0b99445e608c21ba0782c719ad8
|
||||
SIZE (rust/crates/serde_derive-1.0.151.crate) = 55587
|
||||
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/serde_repr-0.1.10.crate) = 9a5ec9fa74a20ebbe5d9ac23dac1fc96ba0ecfe9f50f2843b52e537b10fbcb4e
|
||||
|
|
@ -307,8 +311,8 @@ SHA256 (rust/crates/tinyvec-1.6.0.crate) = 87cc5ceb3875bb20c2890005a4e226a465126
|
|||
SIZE (rust/crates/tinyvec-1.6.0.crate) = 45991
|
||||
SHA256 (rust/crates/tinyvec_macros-0.1.0.crate) = cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c
|
||||
SIZE (rust/crates/tinyvec_macros-0.1.0.crate) = 1817
|
||||
SHA256 (rust/crates/tokio-1.23.0.crate) = eab6d665857cc6ca78d6e80303a02cea7a7851e85dfbd77cbdc09bd129f1ef46
|
||||
SIZE (rust/crates/tokio-1.23.0.crate) = 621207
|
||||
SHA256 (rust/crates/tokio-1.24.1.crate) = 1d9f76183f91ecfb55e1d7d5602bd1d979e38a3a522fe900241cf195624d67ae
|
||||
SIZE (rust/crates/tokio-1.24.1.crate) = 625490
|
||||
SHA256 (rust/crates/tokio-macros-1.8.2.crate) = d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8
|
||||
SIZE (rust/crates/tokio-macros-1.8.2.crate) = 10071
|
||||
SHA256 (rust/crates/tokio-util-0.7.4.crate) = 0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740
|
||||
|
|
@ -387,5 +391,5 @@ SHA256 (rust/crates/windows_x86_64_msvc-0.42.0.crate) = f40009d85759725a34da6d89
|
|||
SIZE (rust/crates/windows_x86_64_msvc-0.42.0.crate) = 659377
|
||||
SHA256 (rust/crates/xml_writer-0.4.0.crate) = 3a74a847d8392999f89e9668c4dd46283b91fd6fc1f34aa5ecf4ceaf8fa3258e
|
||||
SIZE (rust/crates/xml_writer-0.4.0.crate) = 3872
|
||||
SHA256 (dalance-veryl-veryl-v0.1.3_GH0.tar.gz) = b6ab8209200c48c3ed0a5680a17d590be4297cf901f2e2744d97add2546c5c80
|
||||
SIZE (dalance-veryl-veryl-v0.1.3_GH0.tar.gz) = 184435
|
||||
SHA256 (dalance-veryl-veryl-v0.1.8_GH0.tar.gz) = 85bd75711773510a6597dd2df800265e70032b207806bcf7b44b8c238e7c8080
|
||||
SIZE (dalance-veryl-veryl-v0.1.8_GH0.tar.gz) = 279386
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
PORTNAME= hidapi
|
||||
DISTVERSIONPREFIX= ${PORTNAME}-
|
||||
DISTVERSION= 0.12.0
|
||||
DISTVERSION= 0.13.1
|
||||
CATEGORIES= comms
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= sstallion@gmail.com
|
||||
COMMENT= Library to access USB HID-class devices
|
||||
WWW= https://github.com/libusb/hidapi
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1653592621
|
||||
SHA256 (libusb-hidapi-hidapi-0.12.0_GH0.tar.gz) = 28ec1451f0527ad40c1a4c92547966ffef96813528c8b184a665f03ecbb508bc
|
||||
SIZE (libusb-hidapi-hidapi-0.12.0_GH0.tar.gz) = 238751
|
||||
TIMESTAMP = 1673359967
|
||||
SHA256 (libusb-hidapi-hidapi-0.13.1_GH0.tar.gz) = 476a2c9a4dc7d1fc97dd223b84338dbea3809a84caea2dcd887d9778725490e3
|
||||
SIZE (libusb-hidapi-hidapi-0.13.1_GH0.tar.gz) = 244666
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
PORTREVISION= 1
|
||||
CATEGORIES= databases
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php80
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
PORTREVISION= 1
|
||||
CATEGORIES= databases
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php81
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
PORTREVISION= 1
|
||||
CATEGORIES= databases
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php82
|
||||
|
|
|
|||
|
|
@ -4,6 +4,9 @@ PORTREVISION= 1
|
|||
CATEGORIES= deskutils
|
||||
MASTER_SITES= KDE/unstable/${PORTNAME}/${DISTVERSION}/src
|
||||
|
||||
PATCH_SITES= https://invent.kde.org/graphics/kodaskanna/-/commit/
|
||||
PATCHFILES= 1656f7e66aec20ecd4a66f041bd7fc1850721e08.diff:-p1
|
||||
|
||||
MAINTAINER= adridg@FreeBSD.org
|
||||
COMMENT= Barcode and QR-code scanner
|
||||
WWW= https://invent.kde.org/graphics/kodaskanna
|
||||
|
|
@ -11,7 +14,7 @@ WWW= https://invent.kde.org/graphics/kodaskanna
|
|||
LICENSE= LGPL21+
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSES/LGPL-2.1-or-later.txt
|
||||
|
||||
LIB_DEPENDS= libZXing.so.1:textproc/zxing-cpp
|
||||
LIB_DEPENDS= libZXing.so:textproc/zxing-cpp
|
||||
|
||||
USES= cmake compiler:c++17-lang gl kde:5 pkgconfig qt:5 tar:xz xorg
|
||||
USE_GL= gl
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
TIMESTAMP = 1643278462
|
||||
TIMESTAMP = 1673343046
|
||||
SHA256 (kodaskanna-0.1.0.tar.xz) = 2860cfdae922a29749421f3b4e3281ef88fc5713002345bc725082fb47cd627f
|
||||
SIZE (kodaskanna-0.1.0.tar.xz) = 40656
|
||||
SHA256 (1656f7e66aec20ecd4a66f041bd7fc1850721e08.diff) = 198a2f22fd574bb6a9e4b02406d04847921caacf9c709f974f1e9025438940a5
|
||||
SIZE (1656f7e66aec20ecd4a66f041bd7fc1850721e08.diff) = 463
|
||||
|
|
|
|||
|
|
@ -0,0 +1,27 @@
|
|||
--- src/core/scanimagerunner.cpp.orig 2022-01-24 22:35:35 UTC
|
||||
+++ src/core/scanimagerunner.cpp
|
||||
@@ -10,6 +10,9 @@
|
||||
#include "scanresult.hpp"
|
||||
#include "scanresult_p.hpp"
|
||||
// ZXing
|
||||
+#include <ZXing/ZXVersion.h>
|
||||
+#define ZXING_VERSION \
|
||||
+ QT_VERSION_CHECK(ZXING_VERSION_MAJOR, ZXING_VERSION_MINOR, ZXING_VERSION_PATCH)
|
||||
#include <ZXing/ReadBarcode.h>
|
||||
|
||||
namespace Kodaskanna
|
||||
@@ -63,8 +66,13 @@ void ScanImageRunner::run()
|
||||
|
||||
resultData->isSuccess = result.isValid();
|
||||
if (resultData->isSuccess) {
|
||||
- resultData->text = QString::fromStdWString(result.text());
|
||||
+#if ZXING_VERSION < QT_VERSION_CHECK(2, 0, 0)
|
||||
+ resultData->text = QString::fromStdWString(result.text());
|
||||
resultData->bytes = QByteArray(reinterpret_cast<const char *>(result.rawBytes().data()), result.rawBytes().size());
|
||||
+#else
|
||||
+ resultData->text = QString::fromStdString(result.text());
|
||||
+ resultData->bytes = QByteArray(reinterpret_cast<const char *>(result.bytes().data()), result.bytes().size());
|
||||
+#endif
|
||||
}
|
||||
|
||||
Q_EMIT scanFinished(scanResult);
|
||||
|
|
@ -706,6 +706,7 @@
|
|||
SUBDIR += fstrm
|
||||
SUBDIR += ftjam
|
||||
SUBDIR += ftnchek
|
||||
SUBDIR += ftxui
|
||||
SUBDIR += fuel
|
||||
SUBDIR += functionalplus
|
||||
SUBDIR += fungw
|
||||
|
|
@ -5762,6 +5763,7 @@
|
|||
SUBDIR += readline
|
||||
SUBDIR += rebar
|
||||
SUBDIR += rebar3
|
||||
SUBDIR += recycle
|
||||
SUBDIR += redasm
|
||||
SUBDIR += redo
|
||||
SUBDIR += regexx
|
||||
|
|
@ -7241,6 +7243,7 @@
|
|||
SUBDIR += rust-analyzer
|
||||
SUBDIR += rust-bindgen
|
||||
SUBDIR += rust-cbindgen
|
||||
SUBDIR += rustc-demangle
|
||||
SUBDIR += rvi
|
||||
SUBDIR += rvm
|
||||
SUBDIR += sabre
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME?= arcanist
|
||||
PORTVERSION?= 20220518
|
||||
PORTREVISION?= 2
|
||||
PORTREVISION?= 3
|
||||
CATEGORIES?= devel
|
||||
PKGNAMESUFFIX= ${SLAVE_PKGNAMESUFFIX}${PHP_PKGNAMESUFFIX}
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,11 @@
|
|||
--- src/workflow/ArcanistDiffWorkflow.php.orig 2023-01-09 21:24:25 UTC
|
||||
+++ src/workflow/ArcanistDiffWorkflow.php
|
||||
@@ -2361,7 +2361,7 @@ EOTEXT
|
||||
|
||||
// If we track an upstream branch either directly or indirectly, use that.
|
||||
$branch = $api->getBranchName();
|
||||
- if (strlen($branch)) {
|
||||
+ if (strlen($branch ?? '')) {
|
||||
$upstream_path = $api->getPathToUpstream($branch);
|
||||
$remote_branch = $upstream_path->getRemoteBranchName();
|
||||
if ($remote_branch !== null) {
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= avrdude
|
||||
PORTVERSION= 7.0
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 7.1
|
||||
#PORTREVISION= 0
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= joerg@FreeBSD.org
|
||||
|
|
@ -10,7 +10,6 @@ WWW= https://www.nongnu.org/avrdude/
|
|||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= libtool localbase readline cmake
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= avrdudes
|
||||
|
|
@ -22,7 +21,7 @@ OPTIONS_DEFAULT= FTDI
|
|||
FTDI_DESC= libftdi support
|
||||
FTDI_LIB_DEPENDS= libftdi1.so:devel/libftdi1
|
||||
PARPORT_DESC= support for parallel-port programmers
|
||||
PARPORT_CONFIGURE_ENABLE= parport
|
||||
PARPORT_CMAKE_ON= -DHAVE_PARPORT=1
|
||||
|
||||
# man page currently not handled by CMake
|
||||
# https://github.com/avrdudes/avrdude/issues/947
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1652012102
|
||||
SHA256 (avrdudes-avrdude-7.0-v7.0_GH0.tar.gz) = 5de0f7f51c3ebffcd2bfecd6a0544bd468c55400e09f7d7533a1cd67ddc63a95
|
||||
SIZE (avrdudes-avrdude-7.0-v7.0_GH0.tar.gz) = 2354082
|
||||
TIMESTAMP = 1673299439
|
||||
SHA256 (avrdudes-avrdude-7.1-v7.1_GH0.tar.gz) = 016a5c95746fadc169cfb3009f6aa306ccdea2ff279fdb6fddcbe7526d84e5eb
|
||||
SIZE (avrdudes-avrdude-7.1-v7.1_GH0.tar.gz) = 2496230
|
||||
|
|
|
|||
|
|
@ -1,13 +0,0 @@
|
|||
--- src/jtagmkII.c.orig 2022-05-07 20:39:47 UTC
|
||||
+++ src/jtagmkII.c
|
||||
@@ -1840,8 +1840,8 @@ void jtagmkII_close(PROGRAMMER * pgm)
|
||||
|
||||
avrdude_message(MSG_NOTICE2, "%s: jtagmkII_close()\n", progname);
|
||||
|
||||
- if (pgm->flag & PGM_FL_IS_PDI) {
|
||||
- /* When in PDI mode, restart target. */
|
||||
+ if (pgm->flag & (PGM_FL_IS_PDI|PGM_FL_IS_JTAG)) {
|
||||
+ /* When in PDI or JTAG mode, restart target. */
|
||||
buf[0] = CMND_GO;
|
||||
avrdude_message(MSG_NOTICE2, "%s: jtagmkII_close(): Sending GO command: ",
|
||||
progname);
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= cdecl
|
||||
PORTVERSION= 13.0
|
||||
PORTVERSION= 13.1
|
||||
DISTVERSIONPREFIX= ${PORTNAME}-
|
||||
CATEGORIES= devel
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1667312169
|
||||
SHA256 (paul-j-lucas-cdecl-cdecl-13.0_GH0.tar.gz) = 53a70c59ef1bfa39f890d5bd788698e49a6c007f43ffdc05da8c0b4d99a5c1a2
|
||||
SIZE (paul-j-lucas-cdecl-cdecl-13.0_GH0.tar.gz) = 806096
|
||||
TIMESTAMP = 1673295671
|
||||
SHA256 (paul-j-lucas-cdecl-cdecl-13.1_GH0.tar.gz) = 323696db4a1b438b68a5acebb148e9e6274c5cb98f23e923fa271620bee1aed1
|
||||
SIZE (paul-j-lucas-cdecl-cdecl-13.1_GH0.tar.gz) = 788168
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= critcl
|
||||
PORTVERSION= 3.1.18.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 3.2
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= tcltk@FreeBSD.org
|
||||
|
|
@ -17,13 +17,13 @@ BROKEN_riscv64= fails to package: callback.so: no such file or directory
|
|||
RUN_DEPENDS= ${LOCALBASE}/lib/Trf/pkgIndex.tcl:devel/tcl-trf \
|
||||
${LOCALBASE}/lib/tcllib/cmdline/pkgIndex.tcl:devel/tcllib
|
||||
|
||||
USES+= tcl
|
||||
USES+= tcl:86+
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= andreas-kupries
|
||||
|
||||
TEST_TARGET= test
|
||||
|
||||
PLIST_SUB+= VER=${PORTVERSION:R} \
|
||||
PLIST_SUB+= VER=${PORTVERSION} \
|
||||
ARCH=${ARCH:C/arm.*/arm/:S/i386/ix86/:S/aarch64/arm/:S/mips64/mips/:C/powerpc64.*/powerpc/}
|
||||
PORTDOCS= *
|
||||
|
||||
|
|
@ -36,7 +36,7 @@ post-patch:
|
|||
${REINPLACE_CMD} -e 's|%%CC%%|${CC}|g' ${WRKSRC}/lib/critcl/Config
|
||||
|
||||
do-install:
|
||||
(cd ${WRKSRC} && ${TCLSH} build.tcl install ${STAGEDIR}${PREFIX}/lib)
|
||||
(cd ${WRKSRC} && ${TCLSH} build.tcl install --prefix ${PREFIX} --exec-prefix ${PREFIX} --dest-dir ${STAGEDIR})
|
||||
${INSTALL_MAN} ${WRKSRC}/embedded/man/files/critcl_*.n \
|
||||
${STAGEDIR}${MANPREFIX}/man/mann/
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1582104560
|
||||
SHA256 (andreas-kupries-critcl-3.1.18.1_GH0.tar.gz) = 51bc4b099ecf59ba3bada874fc8e1611279dfd30ad4d4074257084763c49fd86
|
||||
SIZE (andreas-kupries-critcl-3.1.18.1_GH0.tar.gz) = 1825576
|
||||
TIMESTAMP = 1673261741
|
||||
SHA256 (andreas-kupries-critcl-3.2_GH0.tar.gz) = 20061944e28dda4ab2098b8f77682cab77973f8961f6fa60b95bcc09a546789e
|
||||
SIZE (andreas-kupries-critcl-3.2_GH0.tar.gz) = 1628898
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
--- lib/critcl/critcl.tcl.orig 2020-04-29 08:46:32 UTC
|
||||
+++ lib/critcl/critcl.tcl
|
||||
@@ -2754,7 +2754,7 @@ proc ::critcl::setconfig {targetconfig} {
|
||||
# as well.
|
||||
|
||||
set v::targetplatform $targetconfig
|
||||
- foreach p {gcc cc_r xlc xlc_r cc cl} {
|
||||
+ foreach p {gcc cc_r xlc xlc_r cc cl clang([[:digit:]])*} {
|
||||
if {[regsub -- "-$p\$" $v::targetplatform {} v::targetplatform]} break
|
||||
}
|
||||
|
||||
|
|
@ -13,29 +13,29 @@ lib/critcl-app%%VER%%/tea/configure.in
|
|||
lib/critcl-app%%VER%%/tea/tclconfig/README.txt
|
||||
lib/critcl-app%%VER%%/tea/tclconfig/install-sh
|
||||
lib/critcl-app%%VER%%/tea/tclconfig/tcl.m4
|
||||
lib/critcl-bitmap1.0.1/bitmap.tcl
|
||||
lib/critcl-bitmap1.0.1/pkgIndex.tcl
|
||||
lib/critcl-class1.1.1/class.h
|
||||
lib/critcl-class1.1.1/class.tcl
|
||||
lib/critcl-class1.1.1/pkgIndex.tcl
|
||||
lib/critcl-cutil0.2/allocs/critcl_alloc.h
|
||||
lib/critcl-cutil0.2/asserts/critcl_assert.h
|
||||
lib/critcl-cutil0.2/cutil.tcl
|
||||
lib/critcl-cutil0.2/pkgIndex.tcl
|
||||
lib/critcl-cutil0.2/trace/critcl_trace.h
|
||||
lib/critcl-cutil0.2/trace/trace.c
|
||||
lib/critcl-emap1.2/emap.tcl
|
||||
lib/critcl-emap1.2/pkgIndex.tcl
|
||||
lib/critcl-enum1.1/enum.tcl
|
||||
lib/critcl-enum1.1/pkgIndex.tcl
|
||||
lib/critcl-iassoc1.1/iassoc.tcl
|
||||
lib/critcl-iassoc1.1/pkgIndex.tcl
|
||||
lib/critcl-literals1.3/literals.tcl
|
||||
lib/critcl-literals1.3/pkgIndex.tcl
|
||||
lib/critcl-platform1.0.15/pkgIndex.tcl
|
||||
lib/critcl-platform1.0.15/platform.tcl
|
||||
lib/critcl-util1.1/pkgIndex.tcl
|
||||
lib/critcl-util1.1/util.tcl
|
||||
lib/critcl-bitmap1.1/bitmap.tcl
|
||||
lib/critcl-bitmap1.1/pkgIndex.tcl
|
||||
lib/critcl-class1.2/class.h
|
||||
lib/critcl-class1.2/class.tcl
|
||||
lib/critcl-class1.2/pkgIndex.tcl
|
||||
lib/critcl-cutil0.3/allocs/critcl_alloc.h
|
||||
lib/critcl-cutil0.3/asserts/critcl_assert.h
|
||||
lib/critcl-cutil0.3/cutil.tcl
|
||||
lib/critcl-cutil0.3/pkgIndex.tcl
|
||||
lib/critcl-cutil0.3/trace/critcl_trace.h
|
||||
lib/critcl-cutil0.3/trace/trace.c
|
||||
lib/critcl-emap1.3/emap.tcl
|
||||
lib/critcl-emap1.3/pkgIndex.tcl
|
||||
lib/critcl-enum1.2/enum.tcl
|
||||
lib/critcl-enum1.2/pkgIndex.tcl
|
||||
lib/critcl-iassoc1.2/iassoc.tcl
|
||||
lib/critcl-iassoc1.2/pkgIndex.tcl
|
||||
lib/critcl-literals1.4/literals.tcl
|
||||
lib/critcl-literals1.4/pkgIndex.tcl
|
||||
lib/critcl-platform1.1/pkgIndex.tcl
|
||||
lib/critcl-platform1.1/platform.tcl
|
||||
lib/critcl-util1.2/pkgIndex.tcl
|
||||
lib/critcl-util1.2/util.tcl
|
||||
lib/critcl%%VER%%/Config
|
||||
lib/critcl%%VER%%/Config.bak
|
||||
lib/critcl%%VER%%/Config.orig
|
||||
|
|
@ -99,57 +99,53 @@ lib/critcl%%VER%%/critcl_c/tkstubs.c
|
|||
lib/critcl%%VER%%/critcl_c/tkstubs_noconst.c
|
||||
lib/critcl%%VER%%/license.terms
|
||||
lib/critcl%%VER%%/pkgIndex.tcl
|
||||
lib/critcl_callback1/critcl-rt.tcl
|
||||
lib/critcl_callback1/freebsd-%%ARCH%%/callback.so
|
||||
lib/critcl_callback1/license.terms
|
||||
lib/critcl_callback1/pkgIndex.tcl
|
||||
lib/critcl_callback1/teapot.txt
|
||||
lib/critcl_callback1.1/critcl-rt.tcl
|
||||
lib/critcl_callback1.1/freebsd-%%ARCH%%/callback.so
|
||||
lib/critcl_callback1.1/license.terms
|
||||
lib/critcl_callback1.1/pkgIndex.tcl
|
||||
lib/critcl_callback1.1/teapot.txt
|
||||
lib/critcl_md5c0.12/critcl-rt.tcl
|
||||
lib/critcl_md5c0.12/freebsd-%%ARCH%%/md5c.so
|
||||
lib/critcl_md5c0.12/license.terms
|
||||
lib/critcl_md5c0.12/pkgIndex.tcl
|
||||
lib/critcl_md5c0.12/teapot.txt
|
||||
lib/dict841/dict.tcl
|
||||
lib/dict841/pkgIndex.tcl
|
||||
lib/lassign841.0.1/lassign.tcl
|
||||
lib/lassign841.0.1/pkgIndex.tcl
|
||||
lib/lmap841/lmap.tcl
|
||||
lib/lmap841/pkgIndex.tcl
|
||||
lib/stubs_container1/container.tcl
|
||||
lib/stubs_container1/pkgIndex.tcl
|
||||
lib/stubs_gen_decl1/gen_decl.tcl
|
||||
lib/stubs_gen_decl1/pkgIndex.tcl
|
||||
lib/stubs_gen_header1/gen_header.tcl
|
||||
lib/stubs_gen_header1/pkgIndex.tcl
|
||||
lib/stubs_gen_init1/gen_init.tcl
|
||||
lib/stubs_gen_init1/pkgIndex.tcl
|
||||
lib/stubs_gen_lib1/gen_lib.tcl
|
||||
lib/stubs_gen_lib1/pkgIndex.tcl
|
||||
lib/stubs_gen_macro1/gen_macro.tcl
|
||||
lib/stubs_gen_macro1/pkgIndex.tcl
|
||||
lib/stubs_gen_slot1/gen_slot.tcl
|
||||
lib/stubs_gen_slot1/pkgIndex.tcl
|
||||
lib/stubs_genframe1/genframe.tcl
|
||||
lib/stubs_genframe1/pkgIndex.tcl
|
||||
lib/stubs_reader1/pkgIndex.tcl
|
||||
lib/stubs_reader1/reader.tcl
|
||||
lib/stubs_writer1/pkgIndex.tcl
|
||||
lib/stubs_writer1/writer.tcl
|
||||
man/mann/critcl_app.n.gz
|
||||
man/mann/critcl_apppkg.n.gz
|
||||
lib/stubs_container1.1/container.tcl
|
||||
lib/stubs_container1.1/pkgIndex.tcl
|
||||
lib/stubs_gen_decl1.1/gen_decl.tcl
|
||||
lib/stubs_gen_decl1.1/pkgIndex.tcl
|
||||
lib/stubs_gen_header1.1/gen_header.tcl
|
||||
lib/stubs_gen_header1.1/pkgIndex.tcl
|
||||
lib/stubs_gen_init1.1/gen_init.tcl
|
||||
lib/stubs_gen_init1.1/pkgIndex.tcl
|
||||
lib/stubs_gen_lib1.1/gen_lib.tcl
|
||||
lib/stubs_gen_lib1.1/pkgIndex.tcl
|
||||
lib/stubs_gen_macro1.1/gen_macro.tcl
|
||||
lib/stubs_gen_macro1.1/pkgIndex.tcl
|
||||
lib/stubs_gen_slot1.1/gen_slot.tcl
|
||||
lib/stubs_gen_slot1.1/pkgIndex.tcl
|
||||
lib/stubs_genframe1.1/genframe.tcl
|
||||
lib/stubs_genframe1.1/pkgIndex.tcl
|
||||
lib/stubs_reader1.1/pkgIndex.tcl
|
||||
lib/stubs_reader1.1/reader.tcl
|
||||
lib/stubs_writer1.1/pkgIndex.tcl
|
||||
lib/stubs_writer1.1/writer.tcl
|
||||
man/mann/critcl_application.n.gz
|
||||
man/mann/critcl_application_package.n.gz
|
||||
man/mann/critcl_bitmap.n.gz
|
||||
man/mann/critcl_build.n.gz
|
||||
man/mann/critcl_callback.n.gz
|
||||
man/mann/critcl_changes.n.gz
|
||||
man/mann/critcl_class.n.gz
|
||||
man/mann/critcl_cproc.n.gz
|
||||
man/mann/critcl_cutil.n.gz
|
||||
man/mann/critcl_devguide.n.gz
|
||||
man/mann/critcl_emap.n.gz
|
||||
man/mann/critcl_enum.n.gz
|
||||
man/mann/critcl_howto_install.n.gz
|
||||
man/mann/critcl_howto_sources.n.gz
|
||||
man/mann/critcl_howto_use.n.gz
|
||||
man/mann/critcl_iassoc.n.gz
|
||||
man/mann/critcl_installer.n.gz
|
||||
man/mann/critcl_introduction.n.gz
|
||||
man/mann/critcl_license.n.gz
|
||||
man/mann/critcl_literals.n.gz
|
||||
man/mann/critcl_pkg.n.gz
|
||||
man/mann/critcl_sources.n.gz
|
||||
man/mann/critcl_usingit.n.gz
|
||||
man/mann/critcl_package.n.gz
|
||||
man/mann/critcl_util.n.gz
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= fatal
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2023.01.02.00
|
||||
DISTVERSION= 2023.01.09.00
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1672685887
|
||||
SHA256 (facebook-fatal-v2023.01.02.00_GH0.tar.gz) = 2668b5777776f5945086682e600975b7e5733d02698ca8dd4fc0bee793de0333
|
||||
SIZE (facebook-fatal-v2023.01.02.00_GH0.tar.gz) = 659041
|
||||
TIMESTAMP = 1673298700
|
||||
SHA256 (facebook-fatal-v2023.01.09.00_GH0.tar.gz) = ca67b413ee59ec2d2c5d231df616084cb19743300ff8d7a714a014cfc451ecad
|
||||
SIZE (facebook-fatal-v2023.01.09.00_GH0.tar.gz) = 659047
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= fbthrift
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2023.01.02.00
|
||||
DISTVERSION= 2023.01.09.00
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
|
@ -12,6 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
|
||||
BUILD_DEPENDS= range-v3>0:devel/range-v3
|
||||
LIB_DEPENDS= libboost_system.so:devel/boost-libs \
|
||||
libbzip2.so:misc/vxl \
|
||||
libdouble-conversion.so:devel/double-conversion \
|
||||
libevent.so:devel/libevent \
|
||||
libfizz.so:security/fizz \
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1672685885
|
||||
SHA256 (facebook-fbthrift-v2023.01.02.00_GH0.tar.gz) = fa8df52262268e97cbc349b18ad686bec2ecb56ceb3774e2475f947adea41178
|
||||
SIZE (facebook-fbthrift-v2023.01.02.00_GH0.tar.gz) = 13030336
|
||||
TIMESTAMP = 1673298697
|
||||
SHA256 (facebook-fbthrift-v2023.01.09.00_GH0.tar.gz) = 61664fbf5e886186c097f10b8dae12b643d392ed89c56f099ea38f8083c807b5
|
||||
SIZE (facebook-fbthrift-v2023.01.09.00_GH0.tar.gz) = 13018162
|
||||
|
|
|
|||
|
|
@ -241,6 +241,7 @@ include/thrift/lib/cpp2/async/RetryingRequestChannel.h
|
|||
include/thrift/lib/cpp2/async/RocketClientChannel.h
|
||||
include/thrift/lib/cpp2/async/RpcOptions.h
|
||||
include/thrift/lib/cpp2/async/RpcTypes.h
|
||||
include/thrift/lib/cpp2/async/SchemaV1.h
|
||||
include/thrift/lib/cpp2/async/ServerChannel.h
|
||||
include/thrift/lib/cpp2/async/ServerGeneratorStream-inl.h
|
||||
include/thrift/lib/cpp2/async/ServerGeneratorStream.h
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= folly
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2023.01.02.00
|
||||
DISTVERSION= 2023.01.09.00
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1672685879
|
||||
SHA256 (facebook-folly-v2023.01.02.00_GH0.tar.gz) = 3d9798dae415ac2beb437f7a1054dcf4e3de9f2c100bb55a486a147a8978bf74
|
||||
SIZE (facebook-folly-v2023.01.02.00_GH0.tar.gz) = 3766184
|
||||
TIMESTAMP = 1673298690
|
||||
SHA256 (facebook-folly-v2023.01.09.00_GH0.tar.gz) = 3c3237f14f38fda2b24a495b73c9ae8fd29c54d1ba7ee3636471dc9dc32f638f
|
||||
SIZE (facebook-folly-v2023.01.09.00_GH0.tar.gz) = 3777908
|
||||
|
|
|
|||
|
|
@ -390,6 +390,7 @@ include/folly/experimental/io/AsyncIoUringSocketFactory.h
|
|||
include/folly/experimental/io/FsUtil.h
|
||||
include/folly/experimental/io/HugePages.h
|
||||
include/folly/experimental/io/IoUring.h
|
||||
include/folly/experimental/io/IoUringBase.h
|
||||
include/folly/experimental/io/IoUringBackend.h
|
||||
include/folly/experimental/io/IoUringEvent.h
|
||||
include/folly/experimental/io/IoUringEventBaseLocal.h
|
||||
|
|
@ -464,6 +465,7 @@ include/folly/fibers/TimedMutex.h
|
|||
include/folly/fibers/WhenN-inl.h
|
||||
include/folly/fibers/WhenN.h
|
||||
include/folly/fibers/async/Async.h
|
||||
include/folly/fibers/async/AsyncStack.h
|
||||
include/folly/fibers/async/Baton.h
|
||||
include/folly/fibers/async/Collect-inl.h
|
||||
include/folly/fibers/async/Collect.h
|
||||
|
|
|
|||
27
devel/ftxui/Makefile
Normal file
27
devel/ftxui/Makefile
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
PORTNAME= ftxui
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 3.0.0-69
|
||||
DISTVERSIONSUFFIX= -g90dfcee
|
||||
CATEGORIES= devel science
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= C++ Functional Terminal User Interface library
|
||||
WWW= https://github.com/ArthurSonzogni/FTXUI
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= cmake:testing compiler:c++17-lang
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= ArthurSonzogni
|
||||
GH_PROJECT= FTXUI
|
||||
|
||||
CMAKE_OFF= FTXUI_BUILD_DOCS FTXUI_BUILD_EXAMPLES FTXUI_BUILD_TESTS
|
||||
CMAKE_ON= BUILD_SHARED_LIBS
|
||||
CMAKE_TESTING_ON= FTXUI_BUILD_TESTS
|
||||
|
||||
# tests fail to build, see https://github.com/ArthurSonzogni/FTXUI/issues/551
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
devel/ftxui/distinfo
Normal file
3
devel/ftxui/distinfo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1673338251
|
||||
SHA256 (ArthurSonzogni-FTXUI-v3.0.0-69-g90dfcee_GH0.tar.gz) = e52a5217715dd13df1be7638be5820f3429813ab9ef07c7440297ab7d9ab3f37
|
||||
SIZE (ArthurSonzogni-FTXUI-v3.0.0-69-g90dfcee_GH0.tar.gz) = 1147107
|
||||
15
devel/ftxui/pkg-descr
Normal file
15
devel/ftxui/pkg-descr
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
FTXUI is a simple C++ library for terminal based user interfaces.
|
||||
|
||||
Feature:
|
||||
* Functional style. Inspired by [1] and React
|
||||
* Simple and elegant syntax (in my opinion)
|
||||
* Keyboard & mouse navigation.
|
||||
* Support for UTF8 and fullwidth chars
|
||||
* Support for animations. Demo 1, Demo 2
|
||||
* Support for drawing. Demo
|
||||
* No dependencies
|
||||
* Cross platform: Linux/MacOS (main target), WebAssembly, Windows
|
||||
* Learn by examples, and tutorials
|
||||
* Multiple packages: CMake FetchContent (preferred), vcpkg, pkgbuild, conan.
|
||||
* Good practises: documentation, tests, fuzzers, performance tests, automated
|
||||
CI, automated packaging, etc
|
||||
37
devel/ftxui/pkg-plist
Normal file
37
devel/ftxui/pkg-plist
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
include/ftxui/component/animation.hpp
|
||||
include/ftxui/component/captured_mouse.hpp
|
||||
include/ftxui/component/component.hpp
|
||||
include/ftxui/component/component_base.hpp
|
||||
include/ftxui/component/component_options.hpp
|
||||
include/ftxui/component/event.hpp
|
||||
include/ftxui/component/loop.hpp
|
||||
include/ftxui/component/mouse.hpp
|
||||
include/ftxui/component/receiver.hpp
|
||||
include/ftxui/component/screen_interactive.hpp
|
||||
include/ftxui/component/task.hpp
|
||||
include/ftxui/dom/canvas.hpp
|
||||
include/ftxui/dom/deprecated.hpp
|
||||
include/ftxui/dom/elements.hpp
|
||||
include/ftxui/dom/flexbox_config.hpp
|
||||
include/ftxui/dom/node.hpp
|
||||
include/ftxui/dom/requirement.hpp
|
||||
include/ftxui/dom/table.hpp
|
||||
include/ftxui/dom/take_any_args.hpp
|
||||
include/ftxui/screen/box.hpp
|
||||
include/ftxui/screen/color.hpp
|
||||
include/ftxui/screen/color_info.hpp
|
||||
include/ftxui/screen/deprecated.hpp
|
||||
include/ftxui/screen/screen.hpp
|
||||
include/ftxui/screen/string.hpp
|
||||
include/ftxui/screen/terminal.hpp
|
||||
include/ftxui/util/autoreset.hpp
|
||||
include/ftxui/util/ref.hpp
|
||||
lib/cmake/ftxui/ftxui-config-version-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/ftxui/ftxui-config-version.cmake
|
||||
lib/cmake/ftxui/ftxui-config.cmake
|
||||
lib/libftxui-component.so
|
||||
lib/libftxui-component.so.3.0.0
|
||||
lib/libftxui-dom.so
|
||||
lib/libftxui-dom.so.3.0.0
|
||||
lib/libftxui-screen.so
|
||||
lib/libftxui-screen.so.3.0.0
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= git-cliff
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.0.0
|
||||
DISTVERSION= 1.1.0
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
|
@ -40,7 +40,7 @@ CARGO_CRATES= adler-1.0.2 \
|
|||
clap_lex-0.2.4 \
|
||||
clap_mangen-0.1.11 \
|
||||
codespan-reporting-0.11.1 \
|
||||
config-0.13.2 \
|
||||
config-0.13.3 \
|
||||
core-foundation-sys-0.8.3 \
|
||||
cpufeatures-0.2.5 \
|
||||
crc32fast-1.3.2 \
|
||||
|
|
@ -67,7 +67,7 @@ CARGO_CRATES= adler-1.0.2 \
|
|||
form_urlencoded-1.1.0 \
|
||||
generic-array-0.14.6 \
|
||||
getrandom-0.2.8 \
|
||||
git-conventional-0.12.0 \
|
||||
git-conventional-0.12.1 \
|
||||
git2-0.15.0 \
|
||||
glob-0.3.0 \
|
||||
globset-0.4.9 \
|
||||
|
|
@ -86,8 +86,8 @@ CARGO_CRATES= adler-1.0.2 \
|
|||
itoa-1.0.4 \
|
||||
jobserver-0.1.25 \
|
||||
js-sys-0.3.60 \
|
||||
lazy-regex-2.3.1 \
|
||||
lazy-regex-proc_macros-2.3.1 \
|
||||
lazy-regex-2.4.1 \
|
||||
lazy-regex-proc_macros-2.4.1 \
|
||||
lazy_static-1.4.0 \
|
||||
libc-0.2.137 \
|
||||
libgit2-sys-0.14.0+1.5.0 \
|
||||
|
|
@ -102,7 +102,7 @@ CARGO_CRATES= adler-1.0.2 \
|
|||
nom-7.1.1 \
|
||||
num-integer-0.1.45 \
|
||||
num-traits-0.2.15 \
|
||||
once_cell-1.16.0 \
|
||||
once_cell-1.17.0 \
|
||||
os_str_bytes-6.4.0 \
|
||||
output_vt100-0.1.3 \
|
||||
parse-zoneinfo-0.3.0 \
|
||||
|
|
@ -144,9 +144,9 @@ CARGO_CRATES= adler-1.0.2 \
|
|||
scratch-1.0.2 \
|
||||
sct-0.7.0 \
|
||||
semver-1.0.14 \
|
||||
serde-1.0.147 \
|
||||
serde_derive-1.0.147 \
|
||||
serde_json-1.0.88 \
|
||||
serde-1.0.152 \
|
||||
serde_derive-1.0.152 \
|
||||
serde_json-1.0.91 \
|
||||
serde_regex-1.1.0 \
|
||||
sha1-0.10.5 \
|
||||
sha2-0.10.6 \
|
||||
|
|
@ -154,17 +154,17 @@ CARGO_CRATES= adler-1.0.2 \
|
|||
slug-0.1.4 \
|
||||
spin-0.5.2 \
|
||||
strsim-0.10.0 \
|
||||
syn-1.0.103 \
|
||||
syn-1.0.107 \
|
||||
tera-1.17.1 \
|
||||
termcolor-1.1.3 \
|
||||
terminal_size-0.2.2 \
|
||||
textwrap-0.16.0 \
|
||||
thiserror-1.0.37 \
|
||||
thiserror-impl-1.0.37 \
|
||||
thiserror-1.0.38 \
|
||||
thiserror-impl-1.0.38 \
|
||||
thread_local-1.1.4 \
|
||||
tinyvec-1.6.0 \
|
||||
tinyvec_macros-0.1.0 \
|
||||
toml-0.5.9 \
|
||||
toml-0.5.10 \
|
||||
typenum-1.15.0 \
|
||||
ucd-trie-0.1.5 \
|
||||
uncased-0.9.7 \
|
||||
|
|
@ -180,7 +180,7 @@ CARGO_CRATES= adler-1.0.2 \
|
|||
unicode-normalization-0.1.22 \
|
||||
unicode-width-0.1.10 \
|
||||
untrusted-0.7.1 \
|
||||
update-informer-0.5.0 \
|
||||
update-informer-0.6.0 \
|
||||
ureq-2.5.0 \
|
||||
url-2.3.1 \
|
||||
vcpkg-0.2.15 \
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
TIMESTAMP = 1673177269
|
||||
TIMESTAMP = 1673315107
|
||||
SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe
|
||||
SIZE (rust/crates/adler-1.0.2.crate) = 12778
|
||||
SHA256 (rust/crates/aho-corasick-0.7.19.crate) = b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e
|
||||
|
|
@ -45,8 +45,8 @@ SHA256 (rust/crates/clap_mangen-0.1.11.crate) = 105180c05a72388d5f5e4e4f6c79eecb
|
|||
SIZE (rust/crates/clap_mangen-0.1.11.crate) = 13993
|
||||
SHA256 (rust/crates/codespan-reporting-0.11.1.crate) = 3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e
|
||||
SIZE (rust/crates/codespan-reporting-0.11.1.crate) = 48963
|
||||
SHA256 (rust/crates/config-0.13.2.crate) = 11f1667b8320afa80d69d8bbe40830df2c8a06003d86f73d8e003b2c48df416d
|
||||
SIZE (rust/crates/config-0.13.2.crate) = 65937
|
||||
SHA256 (rust/crates/config-0.13.3.crate) = d379af7f68bfc21714c6c7dea883544201741d2ce8274bb12fa54f89507f52a7
|
||||
SIZE (rust/crates/config-0.13.3.crate) = 67180
|
||||
SHA256 (rust/crates/core-foundation-sys-0.8.3.crate) = 5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc
|
||||
SIZE (rust/crates/core-foundation-sys-0.8.3.crate) = 17519
|
||||
SHA256 (rust/crates/cpufeatures-0.2.5.crate) = 28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320
|
||||
|
|
@ -99,8 +99,8 @@ SHA256 (rust/crates/generic-array-0.14.6.crate) = bff49e947297f3312447abdca79f45
|
|||
SIZE (rust/crates/generic-array-0.14.6.crate) = 15889
|
||||
SHA256 (rust/crates/getrandom-0.2.8.crate) = c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31
|
||||
SIZE (rust/crates/getrandom-0.2.8.crate) = 30553
|
||||
SHA256 (rust/crates/git-conventional-0.12.0.crate) = 46fafd6f99ae00698345d947293759d48d487f3ce8bdd3a686b097fa7a0ce9a0
|
||||
SIZE (rust/crates/git-conventional-0.12.0.crate) = 14839
|
||||
SHA256 (rust/crates/git-conventional-0.12.1.crate) = c2033e90bdceee1540826d126c95461a90b9411624f110feab6fcd5149790231
|
||||
SIZE (rust/crates/git-conventional-0.12.1.crate) = 15266
|
||||
SHA256 (rust/crates/git2-0.15.0.crate) = 2994bee4a3a6a51eb90c218523be382fd7ea09b16380b9312e9dbe955ff7c7d1
|
||||
SIZE (rust/crates/git2-0.15.0.crate) = 198983
|
||||
SHA256 (rust/crates/glob-0.3.0.crate) = 9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574
|
||||
|
|
@ -137,10 +137,10 @@ SHA256 (rust/crates/jobserver-0.1.25.crate) = 068b1ee6743e4d11fb9c6a1e6064b3693a
|
|||
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-regex-2.3.1.crate) = ae9656bf98b413727b974a451039bc00ce546c3de9440cb4a7b65222b71e17cc
|
||||
SIZE (rust/crates/lazy-regex-2.3.1.crate) = 4484
|
||||
SHA256 (rust/crates/lazy-regex-proc_macros-2.3.1.crate) = da3c3042a5f73640f091fda4175798f2b51c2107deeab18e3017873a4772dd36
|
||||
SIZE (rust/crates/lazy-regex-proc_macros-2.3.1.crate) = 3969
|
||||
SHA256 (rust/crates/lazy-regex-2.4.1.crate) = a505da2f89befd87ab425d252795f0f285e100b43e7d22d29528df3d9a576793
|
||||
SIZE (rust/crates/lazy-regex-2.4.1.crate) = 4645
|
||||
SHA256 (rust/crates/lazy-regex-proc_macros-2.4.1.crate) = 8edfc11b8f56ce85e207e62ea21557cfa09bb24a8f6b04ae181b086ff8611c22
|
||||
SIZE (rust/crates/lazy-regex-proc_macros-2.4.1.crate) = 3967
|
||||
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.137.crate) = fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89
|
||||
|
|
@ -169,8 +169,8 @@ SHA256 (rust/crates/num-integer-0.1.45.crate) = 225d3389fb3509a24c93f5c29eb6bde2
|
|||
SIZE (rust/crates/num-integer-0.1.45.crate) = 22529
|
||||
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.16.0.crate) = 86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860
|
||||
SIZE (rust/crates/once_cell-1.16.0.crate) = 32120
|
||||
SHA256 (rust/crates/once_cell-1.17.0.crate) = 6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66
|
||||
SIZE (rust/crates/once_cell-1.17.0.crate) = 32736
|
||||
SHA256 (rust/crates/os_str_bytes-6.4.0.crate) = 7b5bf27447411e9ee3ff51186bf7a08e16c341efdde93f4d823e8844429bed7e
|
||||
SIZE (rust/crates/os_str_bytes-6.4.0.crate) = 23104
|
||||
SHA256 (rust/crates/output_vt100-0.1.3.crate) = 628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66
|
||||
|
|
@ -253,12 +253,12 @@ SHA256 (rust/crates/sct-0.7.0.crate) = d53dcdb7c9f8158937a7981b48accfd39a43af418
|
|||
SIZE (rust/crates/sct-0.7.0.crate) = 27502
|
||||
SHA256 (rust/crates/semver-1.0.14.crate) = e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4
|
||||
SIZE (rust/crates/semver-1.0.14.crate) = 29813
|
||||
SHA256 (rust/crates/serde-1.0.147.crate) = d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965
|
||||
SIZE (rust/crates/serde-1.0.147.crate) = 76697
|
||||
SHA256 (rust/crates/serde_derive-1.0.147.crate) = 4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852
|
||||
SIZE (rust/crates/serde_derive-1.0.147.crate) = 54861
|
||||
SHA256 (rust/crates/serde_json-1.0.88.crate) = 8e8b3801309262e8184d9687fb697586833e939767aea0dda89f5a8e650e8bd7
|
||||
SIZE (rust/crates/serde_json-1.0.88.crate) = 144528
|
||||
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/serde_regex-1.1.0.crate) = a8136f1a4ea815d7eac4101cfd0b16dc0cb5e1fe1b8609dfd728058656b7badf
|
||||
SIZE (rust/crates/serde_regex-1.1.0.crate) = 9710
|
||||
SHA256 (rust/crates/sha1-0.10.5.crate) = f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3
|
||||
|
|
@ -273,8 +273,8 @@ SHA256 (rust/crates/spin-0.5.2.crate) = 6e63cff320ae2c57904679ba7cb63280a3dc4613
|
|||
SIZE (rust/crates/spin-0.5.2.crate) = 12004
|
||||
SHA256 (rust/crates/strsim-0.10.0.crate) = 73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623
|
||||
SIZE (rust/crates/strsim-0.10.0.crate) = 11355
|
||||
SHA256 (rust/crates/syn-1.0.103.crate) = a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d
|
||||
SIZE (rust/crates/syn-1.0.103.crate) = 236495
|
||||
SHA256 (rust/crates/syn-1.0.107.crate) = 1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5
|
||||
SIZE (rust/crates/syn-1.0.107.crate) = 237539
|
||||
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
|
||||
|
|
@ -283,18 +283,18 @@ SHA256 (rust/crates/terminal_size-0.2.2.crate) = 40ca90c434fd12083d1a6bdcbe9f92a
|
|||
SIZE (rust/crates/terminal_size-0.2.2.crate) = 10146
|
||||
SHA256 (rust/crates/textwrap-0.16.0.crate) = 222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d
|
||||
SIZE (rust/crates/textwrap-0.16.0.crate) = 53722
|
||||
SHA256 (rust/crates/thiserror-1.0.37.crate) = 10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e
|
||||
SIZE (rust/crates/thiserror-1.0.37.crate) = 18752
|
||||
SHA256 (rust/crates/thiserror-impl-1.0.37.crate) = 982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb
|
||||
SIZE (rust/crates/thiserror-impl-1.0.37.crate) = 15428
|
||||
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/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/toml-0.5.10.crate) = 1333c76748e868a4d9d1017b5ab53171dfd095f70c712fdb4653a406547f598f
|
||||
SIZE (rust/crates/toml-0.5.10.crate) = 55193
|
||||
SHA256 (rust/crates/typenum-1.15.0.crate) = dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987
|
||||
SIZE (rust/crates/typenum-1.15.0.crate) = 40741
|
||||
SHA256 (rust/crates/ucd-trie-0.1.5.crate) = 9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81
|
||||
|
|
@ -325,8 +325,8 @@ SHA256 (rust/crates/unicode-width-0.1.10.crate) = c0edd1e5b14653f783770bce4a4dab
|
|||
SIZE (rust/crates/unicode-width-0.1.10.crate) = 18968
|
||||
SHA256 (rust/crates/untrusted-0.7.1.crate) = a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a
|
||||
SIZE (rust/crates/untrusted-0.7.1.crate) = 7924
|
||||
SHA256 (rust/crates/update-informer-0.5.0.crate) = f154aee470c0882ea0f3b1cc2a46c5f4d24f282655f7b0cec065614fe24c447f
|
||||
SIZE (rust/crates/update-informer-0.5.0.crate) = 18510
|
||||
SHA256 (rust/crates/update-informer-0.6.0.crate) = 152ff185ca29f7f487c51ca785b0f1d85970c4581f4cdd12ed499227890200f5
|
||||
SIZE (rust/crates/update-informer-0.6.0.crate) = 15160
|
||||
SHA256 (rust/crates/ureq-2.5.0.crate) = b97acb4c28a254fd7a4aeec976c46a7fa404eac4d7c134b30c75144846d7cb8f
|
||||
SIZE (rust/crates/ureq-2.5.0.crate) = 98026
|
||||
SHA256 (rust/crates/url-2.3.1.crate) = 0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643
|
||||
|
|
@ -383,5 +383,5 @@ SHA256 (rust/crates/yaml-rust-0.4.5.crate) = 56c1936c4cc7a1c9ab21a1ebb602eb942ba
|
|||
SIZE (rust/crates/yaml-rust-0.4.5.crate) = 47783
|
||||
SHA256 (rust/crates/yansi-0.5.1.crate) = 09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec
|
||||
SIZE (rust/crates/yansi-0.5.1.crate) = 16525
|
||||
SHA256 (orhun-git-cliff-v1.0.0_GH0.tar.gz) = 57321d1b1787f601b76347bcc981fbaf7d6a923a6fc1191a5360b6d72079186d
|
||||
SIZE (orhun-git-cliff-v1.0.0_GH0.tar.gz) = 73952
|
||||
SHA256 (orhun-git-cliff-v1.1.0_GH0.tar.gz) = 6a59923f76a636094c7ae6849dcac444e815af4c876745ae251a499e99b58acb
|
||||
SIZE (orhun-git-cliff-v1.1.0_GH0.tar.gz) = 74660
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
PORTNAME= gitoxide
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.20.0
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONPREFIX= git-repository-v
|
||||
DISTVERSION= 0.32.0
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
|
@ -25,8 +24,8 @@ CARGO_CRATES= adler-1.0.2 \
|
|||
aho-corasick-0.7.20 \
|
||||
anes-0.1.6 \
|
||||
ansi_term-0.12.1 \
|
||||
anyhow-1.0.66 \
|
||||
arc-swap-1.5.1 \
|
||||
anyhow-1.0.68 \
|
||||
arc-swap-1.6.0 \
|
||||
arrayvec-0.7.2 \
|
||||
async-attributes-1.1.2 \
|
||||
async-channel-1.8.0 \
|
||||
|
|
@ -37,7 +36,7 @@ CARGO_CRATES= adler-1.0.2 \
|
|||
async-net-1.7.0 \
|
||||
async-std-1.12.0 \
|
||||
async-task-4.3.0 \
|
||||
async-trait-0.1.59 \
|
||||
async-trait-0.1.60 \
|
||||
atoi-2.0.0 \
|
||||
atomic-waker-1.0.0 \
|
||||
atty-0.2.14 \
|
||||
|
|
@ -46,7 +45,7 @@ CARGO_CRATES= adler-1.0.2 \
|
|||
bitflags-1.3.2 \
|
||||
block-buffer-0.10.3 \
|
||||
blocking-1.3.0 \
|
||||
bstr-1.0.1 \
|
||||
bstr-1.1.0 \
|
||||
btoi-0.4.2 \
|
||||
bumpalo-3.11.1 \
|
||||
bytecount-0.6.3 \
|
||||
|
|
@ -59,7 +58,7 @@ CARGO_CRATES= adler-1.0.2 \
|
|||
cassowary-0.3.0 \
|
||||
cast-0.3.0 \
|
||||
castaway-0.2.2 \
|
||||
cc-1.0.77 \
|
||||
cc-1.0.78 \
|
||||
cfg-if-1.0.0 \
|
||||
ciborium-0.2.0 \
|
||||
ciborium-io-0.2.0 \
|
||||
|
|
@ -73,7 +72,7 @@ CARGO_CRATES= adler-1.0.2 \
|
|||
compact_str-0.6.1 \
|
||||
concurrent-queue-2.0.0 \
|
||||
conpty-0.3.0 \
|
||||
console-0.15.2 \
|
||||
console-0.15.3 \
|
||||
core-foundation-0.9.3 \
|
||||
core-foundation-sys-0.8.3 \
|
||||
cpufeatures-0.2.5 \
|
||||
|
|
@ -104,7 +103,7 @@ CARGO_CRATES= adler-1.0.2 \
|
|||
dirs-4.0.0 \
|
||||
dirs-sys-0.3.7 \
|
||||
doc-comment-0.3.3 \
|
||||
document-features-0.2.6 \
|
||||
document-features-0.2.7 \
|
||||
either-1.8.0 \
|
||||
encode_unicode-0.3.6 \
|
||||
encoding_rs-0.8.31 \
|
||||
|
|
@ -136,7 +135,7 @@ CARGO_CRATES= adler-1.0.2 \
|
|||
generic-array-0.14.6 \
|
||||
getopts-0.2.21 \
|
||||
getrandom-0.2.8 \
|
||||
git-conventional-0.12.0 \
|
||||
git-conventional-0.12.1 \
|
||||
git2-0.15.0 \
|
||||
gloo-timers-0.2.5 \
|
||||
h2-0.3.15 \
|
||||
|
|
@ -168,21 +167,21 @@ CARGO_CRATES= adler-1.0.2 \
|
|||
io-lifetimes-1.0.3 \
|
||||
ipconfig-0.3.1 \
|
||||
ipnet-2.7.0 \
|
||||
is-terminal-0.4.1 \
|
||||
is-terminal-0.4.2 \
|
||||
is_ci-1.1.1 \
|
||||
itertools-0.10.5 \
|
||||
itoa-1.0.4 \
|
||||
itoa-1.0.5 \
|
||||
jobserver-0.1.25 \
|
||||
js-sys-0.3.60 \
|
||||
jwalk-0.8.1 \
|
||||
kv-log-macro-1.0.7 \
|
||||
lazy_static-1.4.0 \
|
||||
libc-0.2.138 \
|
||||
libc-0.2.139 \
|
||||
libgit2-sys-0.14.0+1.5.0 \
|
||||
libz-ng-sys-1.1.8 \
|
||||
libz-sys-1.1.8 \
|
||||
linked-hash-map-0.5.6 \
|
||||
linux-raw-sys-0.1.3 \
|
||||
linux-raw-sys-0.1.4 \
|
||||
litrs-0.2.3 \
|
||||
lock_api-0.4.9 \
|
||||
log-0.4.17 \
|
||||
|
|
@ -207,14 +206,14 @@ CARGO_CRATES= adler-1.0.2 \
|
|||
nix-0.26.1 \
|
||||
nom-7.1.1 \
|
||||
num-traits-0.2.15 \
|
||||
num_cpus-1.14.0 \
|
||||
num_cpus-1.15.0 \
|
||||
num_threads-0.1.6 \
|
||||
once_cell-1.16.0 \
|
||||
once_cell-1.17.0 \
|
||||
oorandom-11.1.3 \
|
||||
openssl-0.10.44 \
|
||||
openssl-0.10.45 \
|
||||
openssl-macros-0.1.0 \
|
||||
openssl-probe-0.1.5 \
|
||||
openssl-sys-0.9.79 \
|
||||
openssl-sys-0.9.80 \
|
||||
os_str_bytes-6.4.1 \
|
||||
output_vt100-0.1.3 \
|
||||
owo-colors-3.5.0 \
|
||||
|
|
@ -236,13 +235,13 @@ CARGO_CRATES= adler-1.0.2 \
|
|||
pretty_assertions-1.3.0 \
|
||||
proc-macro-error-1.0.4 \
|
||||
proc-macro-error-attr-1.0.4 \
|
||||
proc-macro2-1.0.47 \
|
||||
prodash-22.1.0 \
|
||||
proc-macro2-1.0.49 \
|
||||
prodash-23.0.0 \
|
||||
ptyprocess-0.3.0 \
|
||||
pulldown-cmark-0.9.2 \
|
||||
quick-error-1.2.3 \
|
||||
quick-error-2.0.1 \
|
||||
quote-1.0.21 \
|
||||
quote-1.0.23 \
|
||||
rand-0.8.5 \
|
||||
rand_chacha-0.3.1 \
|
||||
rand_core-0.6.4 \
|
||||
|
|
@ -258,21 +257,21 @@ CARGO_CRATES= adler-1.0.2 \
|
|||
resolv-conf-0.7.0 \
|
||||
ring-0.16.20 \
|
||||
rustc-hash-1.1.0 \
|
||||
rustix-0.36.5 \
|
||||
rustix-0.36.6 \
|
||||
rustls-0.20.7 \
|
||||
rustls-pemfile-1.0.1 \
|
||||
rustversion-1.0.9 \
|
||||
ryu-1.0.11 \
|
||||
rustversion-1.0.11 \
|
||||
ryu-1.0.12 \
|
||||
same-file-1.0.6 \
|
||||
schannel-0.1.20 \
|
||||
scopeguard-1.1.0 \
|
||||
sct-0.7.0 \
|
||||
security-framework-2.7.0 \
|
||||
security-framework-sys-2.6.1 \
|
||||
semver-1.0.14 \
|
||||
serde-1.0.150 \
|
||||
serde_derive-1.0.150 \
|
||||
serde_json-1.0.89 \
|
||||
semver-1.0.16 \
|
||||
serde-1.0.152 \
|
||||
serde_derive-1.0.152 \
|
||||
serde_json-1.0.91 \
|
||||
serde_urlencoded-0.7.1 \
|
||||
serial_test-0.9.0 \
|
||||
serial_test_derive-0.9.0 \
|
||||
|
|
@ -291,15 +290,14 @@ CARGO_CRATES= adler-1.0.2 \
|
|||
static_assertions-1.1.0 \
|
||||
strsim-0.10.0 \
|
||||
symlink-0.1.0 \
|
||||
syn-1.0.105 \
|
||||
syn-1.0.107 \
|
||||
tabled-0.8.0 \
|
||||
tar-0.4.38 \
|
||||
tempfile-3.3.0 \
|
||||
termcolor-1.1.3 \
|
||||
terminal_size-0.1.17 \
|
||||
textwrap-0.16.0 \
|
||||
thiserror-1.0.37 \
|
||||
thiserror-impl-1.0.37 \
|
||||
thiserror-1.0.38 \
|
||||
thiserror-impl-1.0.38 \
|
||||
time-0.3.17 \
|
||||
time-core-0.1.0 \
|
||||
time-macros-0.2.6 \
|
||||
|
|
@ -310,7 +308,7 @@ CARGO_CRATES= adler-1.0.2 \
|
|||
tokio-native-tls-0.3.0 \
|
||||
tokio-rustls-0.23.4 \
|
||||
tokio-util-0.7.4 \
|
||||
toml-0.5.9 \
|
||||
toml-0.5.10 \
|
||||
toml_edit-0.14.4 \
|
||||
tower-service-0.3.2 \
|
||||
tracing-0.1.37 \
|
||||
|
|
@ -326,7 +324,7 @@ CARGO_CRATES= adler-1.0.2 \
|
|||
unicase-2.6.0 \
|
||||
unicode-bidi-0.3.8 \
|
||||
unicode-bom-1.1.4 \
|
||||
unicode-ident-1.0.5 \
|
||||
unicode-ident-1.0.6 \
|
||||
unicode-normalization-0.1.22 \
|
||||
unicode-segmentation-1.10.0 \
|
||||
unicode-width-0.1.10 \
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
TIMESTAMP = 1673002592
|
||||
TIMESTAMP = 1673332790
|
||||
SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe
|
||||
SIZE (rust/crates/adler-1.0.2.crate) = 12778
|
||||
SHA256 (rust/crates/ahash-0.8.2.crate) = bf6ccdb167abbf410dcb915cabd428929d7f6a04980b54a11f26a39f1c7f7107
|
||||
|
|
@ -9,10 +9,10 @@ SHA256 (rust/crates/anes-0.1.6.crate) = 4b46cbb362ab8752921c97e041f5e366ee6297bd
|
|||
SIZE (rust/crates/anes-0.1.6.crate) = 23857
|
||||
SHA256 (rust/crates/ansi_term-0.12.1.crate) = d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2
|
||||
SIZE (rust/crates/ansi_term-0.12.1.crate) = 24838
|
||||
SHA256 (rust/crates/anyhow-1.0.66.crate) = 216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6
|
||||
SIZE (rust/crates/anyhow-1.0.66.crate) = 43770
|
||||
SHA256 (rust/crates/arc-swap-1.5.1.crate) = 983cd8b9d4b02a6dc6ffa557262eb5858a27a0038ffffe21a0f133eaa819a164
|
||||
SIZE (rust/crates/arc-swap-1.5.1.crate) = 66157
|
||||
SHA256 (rust/crates/anyhow-1.0.68.crate) = 2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61
|
||||
SIZE (rust/crates/anyhow-1.0.68.crate) = 43882
|
||||
SHA256 (rust/crates/arc-swap-1.6.0.crate) = bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6
|
||||
SIZE (rust/crates/arc-swap-1.6.0.crate) = 67342
|
||||
SHA256 (rust/crates/arrayvec-0.7.2.crate) = 8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6
|
||||
SIZE (rust/crates/arrayvec-0.7.2.crate) = 29341
|
||||
SHA256 (rust/crates/async-attributes-1.1.2.crate) = a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5
|
||||
|
|
@ -33,8 +33,8 @@ SHA256 (rust/crates/async-std-1.12.0.crate) = 62565bb4402e926b29953c785397c6dc03
|
|||
SIZE (rust/crates/async-std-1.12.0.crate) = 215080
|
||||
SHA256 (rust/crates/async-task-4.3.0.crate) = 7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524
|
||||
SIZE (rust/crates/async-task-4.3.0.crate) = 29544
|
||||
SHA256 (rust/crates/async-trait-0.1.59.crate) = 31e6e93155431f3931513b243d371981bb2770112b370c82745a1d19d2f99364
|
||||
SIZE (rust/crates/async-trait-0.1.59.crate) = 27349
|
||||
SHA256 (rust/crates/async-trait-0.1.60.crate) = 677d1d8ab452a3936018a687b20e6f7cf5363d713b732b8884001317b0e48aa3
|
||||
SIZE (rust/crates/async-trait-0.1.60.crate) = 27374
|
||||
SHA256 (rust/crates/atoi-2.0.0.crate) = f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528
|
||||
SIZE (rust/crates/atoi-2.0.0.crate) = 7785
|
||||
SHA256 (rust/crates/atomic-waker-1.0.0.crate) = 065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a
|
||||
|
|
@ -51,8 +51,8 @@ SHA256 (rust/crates/block-buffer-0.10.3.crate) = 69cce20737498f97b993470a6e536b8
|
|||
SIZE (rust/crates/block-buffer-0.10.3.crate) = 10465
|
||||
SHA256 (rust/crates/blocking-1.3.0.crate) = 3c67b173a56acffd6d2326fb7ab938ba0b00a71480e14902b2591c87bc5741e8
|
||||
SIZE (rust/crates/blocking-1.3.0.crate) = 18687
|
||||
SHA256 (rust/crates/bstr-1.0.1.crate) = fca0852af221f458706eb0725c03e4ed6c46af9ac98e6a689d5e634215d594dd
|
||||
SIZE (rust/crates/bstr-1.0.1.crate) = 340636
|
||||
SHA256 (rust/crates/bstr-1.1.0.crate) = b45ea9b00a7b3f2988e9a65ad3917e62123c38dba709b666506207be96d1790b
|
||||
SIZE (rust/crates/bstr-1.1.0.crate) = 340878
|
||||
SHA256 (rust/crates/btoi-0.4.2.crate) = 97c0869a9faa81f8bbf8102371105d6d0a7b79167a04c340b04ab16892246a11
|
||||
SIZE (rust/crates/btoi-0.4.2.crate) = 9580
|
||||
SHA256 (rust/crates/bumpalo-3.11.1.crate) = 572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba
|
||||
|
|
@ -77,8 +77,8 @@ SHA256 (rust/crates/cast-0.3.0.crate) = 37b2a672a2cb129a2e41c10b1224bb368f9f37a2
|
|||
SIZE (rust/crates/cast-0.3.0.crate) = 11452
|
||||
SHA256 (rust/crates/castaway-0.2.2.crate) = 8a17ed5635fc8536268e5d4de1e22e81ac34419e5f052d4d51f4e01dcc263fcc
|
||||
SIZE (rust/crates/castaway-0.2.2.crate) = 11091
|
||||
SHA256 (rust/crates/cc-1.0.77.crate) = e9f73505338f7d905b19d18738976aae232eb46b8efc15554ffc56deb5d9ebe4
|
||||
SIZE (rust/crates/cc-1.0.77.crate) = 60723
|
||||
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/ciborium-0.2.0.crate) = b0c137568cc60b904a7724001b35ce2630fd00d5d84805fbb608ab89509d788f
|
||||
|
|
@ -105,8 +105,8 @@ SHA256 (rust/crates/concurrent-queue-2.0.0.crate) = bd7bef69dc86e3c610e4e7aed410
|
|||
SIZE (rust/crates/concurrent-queue-2.0.0.crate) = 19465
|
||||
SHA256 (rust/crates/conpty-0.3.0.crate) = 977baae4026273d7f9bb69a0a8eb4aed7ab9dac98799f742dce09173a9734754
|
||||
SIZE (rust/crates/conpty-0.3.0.crate) = 13168
|
||||
SHA256 (rust/crates/console-0.15.2.crate) = c050367d967ced717c04b65d8c619d863ef9292ce0c5760028655a2fb298718c
|
||||
SIZE (rust/crates/console-0.15.2.crate) = 31576
|
||||
SHA256 (rust/crates/console-0.15.3.crate) = 5556015fe3aad8b968e5d4124980fbe2f6aaee7aeec6b749de1faaa2ca5d0a4c
|
||||
SIZE (rust/crates/console-0.15.3.crate) = 34188
|
||||
SHA256 (rust/crates/core-foundation-0.9.3.crate) = 194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146
|
||||
SIZE (rust/crates/core-foundation-0.9.3.crate) = 27059
|
||||
SHA256 (rust/crates/core-foundation-sys-0.8.3.crate) = 5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc
|
||||
|
|
@ -167,8 +167,8 @@ SHA256 (rust/crates/dirs-sys-0.3.7.crate) = 1b1d1d91c932ef41c0f2663aa8b0ca0342d4
|
|||
SIZE (rust/crates/dirs-sys-0.3.7.crate) = 10597
|
||||
SHA256 (rust/crates/doc-comment-0.3.3.crate) = fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10
|
||||
SIZE (rust/crates/doc-comment-0.3.3.crate) = 4123
|
||||
SHA256 (rust/crates/document-features-0.2.6.crate) = c3267e1ade4f1f6ddd35fed44a04b6514e244ffeda90c6a14a9ee30f9c9fd7a1
|
||||
SIZE (rust/crates/document-features-0.2.6.crate) = 12869
|
||||
SHA256 (rust/crates/document-features-0.2.7.crate) = e493c573fce17f00dcab13b6ac057994f3ce17d1af4dc39bfd482b83c6eb6157
|
||||
SIZE (rust/crates/document-features-0.2.7.crate) = 12872
|
||||
SHA256 (rust/crates/either-1.8.0.crate) = 90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797
|
||||
SIZE (rust/crates/either-1.8.0.crate) = 15992
|
||||
SHA256 (rust/crates/encode_unicode-0.3.6.crate) = a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f
|
||||
|
|
@ -231,8 +231,8 @@ SHA256 (rust/crates/getopts-0.2.21.crate) = 14dbbfd5c71d70241ecf9e6f13737f7b5ce8
|
|||
SIZE (rust/crates/getopts-0.2.21.crate) = 18457
|
||||
SHA256 (rust/crates/getrandom-0.2.8.crate) = c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31
|
||||
SIZE (rust/crates/getrandom-0.2.8.crate) = 30553
|
||||
SHA256 (rust/crates/git-conventional-0.12.0.crate) = 46fafd6f99ae00698345d947293759d48d487f3ce8bdd3a686b097fa7a0ce9a0
|
||||
SIZE (rust/crates/git-conventional-0.12.0.crate) = 14839
|
||||
SHA256 (rust/crates/git-conventional-0.12.1.crate) = c2033e90bdceee1540826d126c95461a90b9411624f110feab6fcd5149790231
|
||||
SIZE (rust/crates/git-conventional-0.12.1.crate) = 15266
|
||||
SHA256 (rust/crates/git2-0.15.0.crate) = 2994bee4a3a6a51eb90c218523be382fd7ea09b16380b9312e9dbe955ff7c7d1
|
||||
SIZE (rust/crates/git2-0.15.0.crate) = 198983
|
||||
SHA256 (rust/crates/gloo-timers-0.2.5.crate) = 98c4a8d6391675c6b2ee1a6c8d06e8e2d03605c44cec1270675985a4c2a5500b
|
||||
|
|
@ -295,14 +295,14 @@ SHA256 (rust/crates/ipconfig-0.3.1.crate) = bd302af1b90f2463a98fa5ad469fc212c8e3
|
|||
SIZE (rust/crates/ipconfig-0.3.1.crate) = 23904
|
||||
SHA256 (rust/crates/ipnet-2.7.0.crate) = 11b0d96e660696543b251e58030cf9787df56da39dab19ad60eae7353040917e
|
||||
SIZE (rust/crates/ipnet-2.7.0.crate) = 26918
|
||||
SHA256 (rust/crates/is-terminal-0.4.1.crate) = 927609f78c2913a6f6ac3c27a4fe87f43e2a35367c0c4b0f8265e8f49a104330
|
||||
SIZE (rust/crates/is-terminal-0.4.1.crate) = 6892
|
||||
SHA256 (rust/crates/is-terminal-0.4.2.crate) = 28dfb6c8100ccc63462345b67d1bbc3679177c75ee4bf59bf29c8b1d110b8189
|
||||
SIZE (rust/crates/is-terminal-0.4.2.crate) = 7577
|
||||
SHA256 (rust/crates/is_ci-1.1.1.crate) = 616cde7c720bb2bb5824a224687d8f77bfd38922027f01d825cd7453be5099fb
|
||||
SIZE (rust/crates/is_ci-1.1.1.crate) = 4143
|
||||
SHA256 (rust/crates/itertools-0.10.5.crate) = b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473
|
||||
SIZE (rust/crates/itertools-0.10.5.crate) = 115354
|
||||
SHA256 (rust/crates/itoa-1.0.4.crate) = 4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc
|
||||
SIZE (rust/crates/itoa-1.0.4.crate) = 10601
|
||||
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
|
||||
|
|
@ -313,8 +313,8 @@ SHA256 (rust/crates/kv-log-macro-1.0.7.crate) = 0de8b303297635ad57c9f5059fd9cee7
|
|||
SIZE (rust/crates/kv-log-macro-1.0.7.crate) = 16842
|
||||
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.138.crate) = db6d7e329c562c5dfab7a46a2afabc8b987ab9a4834c9d1ca04dc54c1546cef8
|
||||
SIZE (rust/crates/libc-0.2.138.crate) = 609081
|
||||
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.0+1.5.0.crate) = 47a00859c70c8a4f7218e6d1cc32875c4b55f6799445b842b0d8ed5e4c3d959b
|
||||
SIZE (rust/crates/libgit2-sys-0.14.0+1.5.0.crate) = 1740370
|
||||
SHA256 (rust/crates/libz-ng-sys-1.1.8.crate) = 4399ae96a9966bf581e726de86969f803a81b7ce795fcd5480e640589457e0f2
|
||||
|
|
@ -323,8 +323,8 @@ SHA256 (rust/crates/libz-sys-1.1.8.crate) = 9702761c3935f8cc2f101793272e202c72b9
|
|||
SIZE (rust/crates/libz-sys-1.1.8.crate) = 2481844
|
||||
SHA256 (rust/crates/linked-hash-map-0.5.6.crate) = 0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f
|
||||
SIZE (rust/crates/linked-hash-map-0.5.6.crate) = 15049
|
||||
SHA256 (rust/crates/linux-raw-sys-0.1.3.crate) = 8f9f08d8963a6c613f4b1a78f4f4a4dbfadf8e6545b2d72861731e4858b8b47f
|
||||
SIZE (rust/crates/linux-raw-sys-0.1.3.crate) = 878488
|
||||
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/litrs-0.2.3.crate) = f9275e0933cf8bb20f008924c0cb07a0692fe54d8064996520bf998de9eb79aa
|
||||
SIZE (rust/crates/litrs-0.2.3.crate) = 36636
|
||||
SHA256 (rust/crates/lock_api-0.4.9.crate) = 435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df
|
||||
|
|
@ -373,22 +373,22 @@ SHA256 (rust/crates/nom-7.1.1.crate) = a8903e5a29a317527874d0402f867152a3d21c908
|
|||
SIZE (rust/crates/nom-7.1.1.crate) = 115818
|
||||
SHA256 (rust/crates/num-traits-0.2.15.crate) = 578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd
|
||||
SIZE (rust/crates/num-traits-0.2.15.crate) = 49262
|
||||
SHA256 (rust/crates/num_cpus-1.14.0.crate) = f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5
|
||||
SIZE (rust/crates/num_cpus-1.14.0.crate) = 15673
|
||||
SHA256 (rust/crates/num_cpus-1.15.0.crate) = 0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b
|
||||
SIZE (rust/crates/num_cpus-1.15.0.crate) = 15680
|
||||
SHA256 (rust/crates/num_threads-0.1.6.crate) = 2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44
|
||||
SIZE (rust/crates/num_threads-0.1.6.crate) = 7334
|
||||
SHA256 (rust/crates/once_cell-1.16.0.crate) = 86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860
|
||||
SIZE (rust/crates/once_cell-1.16.0.crate) = 32120
|
||||
SHA256 (rust/crates/once_cell-1.17.0.crate) = 6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66
|
||||
SIZE (rust/crates/once_cell-1.17.0.crate) = 32736
|
||||
SHA256 (rust/crates/oorandom-11.1.3.crate) = 0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575
|
||||
SIZE (rust/crates/oorandom-11.1.3.crate) = 10068
|
||||
SHA256 (rust/crates/openssl-0.10.44.crate) = 29d971fd5722fec23977260f6e81aa67d2f22cadbdc2aa049f1022d9a3be1566
|
||||
SIZE (rust/crates/openssl-0.10.44.crate) = 234682
|
||||
SHA256 (rust/crates/openssl-0.10.45.crate) = b102428fd03bc5edf97f62620f7298614c45cedf287c271e7ed450bbaf83f2e1
|
||||
SIZE (rust/crates/openssl-0.10.45.crate) = 234763
|
||||
SHA256 (rust/crates/openssl-macros-0.1.0.crate) = b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c
|
||||
SIZE (rust/crates/openssl-macros-0.1.0.crate) = 5566
|
||||
SHA256 (rust/crates/openssl-probe-0.1.5.crate) = ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf
|
||||
SIZE (rust/crates/openssl-probe-0.1.5.crate) = 7227
|
||||
SHA256 (rust/crates/openssl-sys-0.9.79.crate) = 5454462c0eced1e97f2ec09036abc8da362e66802f66fd20f86854d9d8cbcbc4
|
||||
SIZE (rust/crates/openssl-sys-0.9.79.crate) = 61400
|
||||
SHA256 (rust/crates/openssl-sys-0.9.80.crate) = 23bbbf7854cd45b83958ebe919f0e8e516793727652e27fda10a8384cfc790b7
|
||||
SIZE (rust/crates/openssl-sys-0.9.80.crate) = 61687
|
||||
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
|
||||
|
|
@ -431,10 +431,10 @@ SHA256 (rust/crates/proc-macro-error-1.0.4.crate) = da25490ff9892aab3fcf7c36f08c
|
|||
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.47.crate) = 5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725
|
||||
SIZE (rust/crates/proc-macro2-1.0.47.crate) = 41955
|
||||
SHA256 (rust/crates/prodash-22.1.0.crate) = 38e2b91fcc982d0d8ae5e9d477561c73e09c24c5c19bac4858e202f6f065a13e
|
||||
SIZE (rust/crates/prodash-22.1.0.crate) = 82853
|
||||
SHA256 (rust/crates/proc-macro2-1.0.49.crate) = 57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5
|
||||
SIZE (rust/crates/proc-macro2-1.0.49.crate) = 41977
|
||||
SHA256 (rust/crates/prodash-23.0.0.crate) = 5d8c414345b4a98cbcd0e8d8829c8f54b47a7ed4fb771c45b7c5c6c0ae23dc4c
|
||||
SIZE (rust/crates/prodash-23.0.0.crate) = 83490
|
||||
SHA256 (rust/crates/ptyprocess-0.3.0.crate) = 69c28fcebfd842bfe19d69409fc321230ea8c1bebe31f274906485c761ce1917
|
||||
SIZE (rust/crates/ptyprocess-0.3.0.crate) = 12807
|
||||
SHA256 (rust/crates/pulldown-cmark-0.9.2.crate) = 2d9cc634bc78768157b5cbfe988ffcd1dcba95cd2b2f03a88316c08c6d00ed63
|
||||
|
|
@ -443,8 +443,8 @@ SHA256 (rust/crates/quick-error-1.2.3.crate) = a1d01941d82fa2ab50be1e79e6714289d
|
|||
SIZE (rust/crates/quick-error-1.2.3.crate) = 15066
|
||||
SHA256 (rust/crates/quick-error-2.0.1.crate) = a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3
|
||||
SIZE (rust/crates/quick-error-2.0.1.crate) = 14265
|
||||
SHA256 (rust/crates/quote-1.0.21.crate) = bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179
|
||||
SIZE (rust/crates/quote-1.0.21.crate) = 28030
|
||||
SHA256 (rust/crates/quote-1.0.23.crate) = 8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b
|
||||
SIZE (rust/crates/quote-1.0.23.crate) = 28058
|
||||
SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404
|
||||
SIZE (rust/crates/rand-0.8.5.crate) = 87113
|
||||
SHA256 (rust/crates/rand_chacha-0.3.1.crate) = e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88
|
||||
|
|
@ -475,16 +475,16 @@ SHA256 (rust/crates/ring-0.16.20.crate) = 3053cf52e236a3ed746dfc745aa9cacf1b791d
|
|||
SIZE (rust/crates/ring-0.16.20.crate) = 5082615
|
||||
SHA256 (rust/crates/rustc-hash-1.1.0.crate) = 08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2
|
||||
SIZE (rust/crates/rustc-hash-1.1.0.crate) = 9331
|
||||
SHA256 (rust/crates/rustix-0.36.5.crate) = a3807b5d10909833d3e9acd1eb5fb988f79376ff10fce42937de71a449c4c588
|
||||
SIZE (rust/crates/rustix-0.36.5.crate) = 287459
|
||||
SHA256 (rust/crates/rustix-0.36.6.crate) = 4feacf7db682c6c329c4ede12649cd36ecab0f3be5b7d74e6a20304725db4549
|
||||
SIZE (rust/crates/rustix-0.36.6.crate) = 288718
|
||||
SHA256 (rust/crates/rustls-0.20.7.crate) = 539a2bfe908f471bfa933876bd1eb6a19cf2176d375f82ef7f99530a40e48c2c
|
||||
SIZE (rust/crates/rustls-0.20.7.crate) = 268469
|
||||
SHA256 (rust/crates/rustls-pemfile-1.0.1.crate) = 0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55
|
||||
SIZE (rust/crates/rustls-pemfile-1.0.1.crate) = 19171
|
||||
SHA256 (rust/crates/rustversion-1.0.9.crate) = 97477e48b4cf8603ad5f7aaf897467cf42ab4218a38ef76fb14c2d6773a6d6a8
|
||||
SIZE (rust/crates/rustversion-1.0.9.crate) = 17425
|
||||
SHA256 (rust/crates/ryu-1.0.11.crate) = 4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09
|
||||
SIZE (rust/crates/ryu-1.0.11.crate) = 47007
|
||||
SHA256 (rust/crates/rustversion-1.0.11.crate) = 5583e89e108996506031660fe09baa5011b9dd0341b89029313006d1fb508d70
|
||||
SIZE (rust/crates/rustversion-1.0.11.crate) = 17485
|
||||
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/schannel-0.1.20.crate) = 88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2
|
||||
|
|
@ -497,14 +497,14 @@ SHA256 (rust/crates/security-framework-2.7.0.crate) = 2bc1bb97804af6631813c55739
|
|||
SIZE (rust/crates/security-framework-2.7.0.crate) = 72601
|
||||
SHA256 (rust/crates/security-framework-sys-2.6.1.crate) = 0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556
|
||||
SIZE (rust/crates/security-framework-sys-2.6.1.crate) = 17717
|
||||
SHA256 (rust/crates/semver-1.0.14.crate) = e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4
|
||||
SIZE (rust/crates/semver-1.0.14.crate) = 29813
|
||||
SHA256 (rust/crates/serde-1.0.150.crate) = e326c9ec8042f1b5da33252c8a37e9ffbd2c9bef0155215b6e6c80c790e05f91
|
||||
SIZE (rust/crates/serde-1.0.150.crate) = 76864
|
||||
SHA256 (rust/crates/serde_derive-1.0.150.crate) = 42a3df25b0713732468deadad63ab9da1f1fd75a48a15024b50363f128db627e
|
||||
SIZE (rust/crates/serde_derive-1.0.150.crate) = 55565
|
||||
SHA256 (rust/crates/serde_json-1.0.89.crate) = 020ff22c755c2ed3f8cf162dbb41a7268d934702f3ed3631656ea597e08fc3db
|
||||
SIZE (rust/crates/serde_json-1.0.89.crate) = 144638
|
||||
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/serde_urlencoded-0.7.1.crate) = d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd
|
||||
SIZE (rust/crates/serde_urlencoded-0.7.1.crate) = 12822
|
||||
SHA256 (rust/crates/serial_test-0.9.0.crate) = 92761393ee4dc3ff8f4af487bd58f4307c9329bbedea02cac0089ad9c411e153
|
||||
|
|
@ -541,8 +541,8 @@ SHA256 (rust/crates/strsim-0.10.0.crate) = 73473c0e59e6d5812c5dfe2a064a6444949f0
|
|||
SIZE (rust/crates/strsim-0.10.0.crate) = 11355
|
||||
SHA256 (rust/crates/symlink-0.1.0.crate) = a7973cce6668464ea31f176d85b13c7ab3bba2cb3b77a2ed26abd7801688010a
|
||||
SIZE (rust/crates/symlink-0.1.0.crate) = 11943
|
||||
SHA256 (rust/crates/syn-1.0.105.crate) = 60b9b43d45702de4c839cb9b51d9f529c5dd26a4aff255b42b1ebc03e88ee908
|
||||
SIZE (rust/crates/syn-1.0.105.crate) = 237549
|
||||
SHA256 (rust/crates/syn-1.0.107.crate) = 1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5
|
||||
SIZE (rust/crates/syn-1.0.107.crate) = 237539
|
||||
SHA256 (rust/crates/tabled-0.8.0.crate) = e5b2f8c37d26d87d2252187b0a45ea3cbf42baca10377c7e7eaaa2800fa9bf97
|
||||
SIZE (rust/crates/tabled-0.8.0.crate) = 111125
|
||||
SHA256 (rust/crates/tar-0.4.38.crate) = 4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6
|
||||
|
|
@ -551,14 +551,12 @@ SHA256 (rust/crates/tempfile-3.3.0.crate) = 5cdb1ef4eaeeaddc8fbd371e5017057064af
|
|||
SIZE (rust/crates/tempfile-3.3.0.crate) = 27578
|
||||
SHA256 (rust/crates/termcolor-1.1.3.crate) = bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755
|
||||
SIZE (rust/crates/termcolor-1.1.3.crate) = 17242
|
||||
SHA256 (rust/crates/terminal_size-0.1.17.crate) = 633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df
|
||||
SIZE (rust/crates/terminal_size-0.1.17.crate) = 9141
|
||||
SHA256 (rust/crates/textwrap-0.16.0.crate) = 222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d
|
||||
SIZE (rust/crates/textwrap-0.16.0.crate) = 53722
|
||||
SHA256 (rust/crates/thiserror-1.0.37.crate) = 10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e
|
||||
SIZE (rust/crates/thiserror-1.0.37.crate) = 18752
|
||||
SHA256 (rust/crates/thiserror-impl-1.0.37.crate) = 982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb
|
||||
SIZE (rust/crates/thiserror-impl-1.0.37.crate) = 15428
|
||||
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/time-0.3.17.crate) = a561bf4617eebd33bca6434b988f39ed798e527f51a1e797d0ee4f61c0a38376
|
||||
SIZE (rust/crates/time-0.3.17.crate) = 99048
|
||||
SHA256 (rust/crates/time-core-0.1.0.crate) = 2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd
|
||||
|
|
@ -579,8 +577,8 @@ SHA256 (rust/crates/tokio-rustls-0.23.4.crate) = c43ee83903113e03984cb9e5cebe6c0
|
|||
SIZE (rust/crates/tokio-rustls-0.23.4.crate) = 27024
|
||||
SHA256 (rust/crates/tokio-util-0.7.4.crate) = 0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740
|
||||
SIZE (rust/crates/tokio-util-0.7.4.crate) = 93424
|
||||
SHA256 (rust/crates/toml-0.5.9.crate) = 8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7
|
||||
SIZE (rust/crates/toml-0.5.9.crate) = 55667
|
||||
SHA256 (rust/crates/toml-0.5.10.crate) = 1333c76748e868a4d9d1017b5ab53171dfd095f70c712fdb4653a406547f598f
|
||||
SIZE (rust/crates/toml-0.5.10.crate) = 55193
|
||||
SHA256 (rust/crates/toml_edit-0.14.4.crate) = 5376256e44f2443f8896ac012507c19a012df0fe8758b55246ae51a2279db51f
|
||||
SIZE (rust/crates/toml_edit-0.14.4.crate) = 105387
|
||||
SHA256 (rust/crates/tower-service-0.3.2.crate) = b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52
|
||||
|
|
@ -611,8 +609,8 @@ SHA256 (rust/crates/unicode-bidi-0.3.8.crate) = 099b7128301d285f79ddd55b9a83d5e6
|
|||
SIZE (rust/crates/unicode-bidi-0.3.8.crate) = 36575
|
||||
SHA256 (rust/crates/unicode-bom-1.1.4.crate) = 63ec69f541d875b783ca40184d655f2927c95f0bffd486faa83cd3ac3529ec32
|
||||
SIZE (rust/crates/unicode-bom-1.1.4.crate) = 10221
|
||||
SHA256 (rust/crates/unicode-ident-1.0.5.crate) = 6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3
|
||||
SIZE (rust/crates/unicode-ident-1.0.5.crate) = 35455
|
||||
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-segmentation-1.10.0.crate) = 0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a
|
||||
|
|
@ -731,5 +729,5 @@ SHA256 (rust/crates/yaml-rust-0.4.5.crate) = 56c1936c4cc7a1c9ab21a1ebb602eb942ba
|
|||
SIZE (rust/crates/yaml-rust-0.4.5.crate) = 47783
|
||||
SHA256 (rust/crates/yansi-0.5.1.crate) = 09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec
|
||||
SIZE (rust/crates/yansi-0.5.1.crate) = 16525
|
||||
SHA256 (Byron-gitoxide-v0.20.0_GH0.tar.gz) = 4ef4681b643d1a5b9ca6ae694234441af4c99806fa43a6847a6e4a61df1bb1cd
|
||||
SIZE (Byron-gitoxide-v0.20.0_GH0.tar.gz) = 2646172
|
||||
SHA256 (Byron-gitoxide-git-repository-v0.32.0_GH0.tar.gz) = 3cde7bc8cebaae73a472d0c9b0a33abc092588c87998375a1296980935808d06
|
||||
SIZE (Byron-gitoxide-git-repository-v0.32.0_GH0.tar.gz) = 2682778
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|||
ONLY_FOR_ARCHS= aarch64 amd64 i386
|
||||
ONLY_FOR_ARCHS_REASON= only Intel GPUs on x86 are supported
|
||||
BROKEN_FreeBSD_12_i386= clang crashes during build
|
||||
BROKEN_FreeBSD_14_i386= lld crashes during build
|
||||
|
||||
BUILD_DEPENDS= vc-intrinsics-${FLAVOR}>=0.4.0:devel/vc-intrinsics@${FLAVOR}
|
||||
LIB_DEPENDS= libLLVM-${FLAVOR:S/llvm//}.so:devel/${FLAVOR} \
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= jenkins
|
||||
PORTVERSION= 2.385
|
||||
PORTVERSION= 2.386
|
||||
CATEGORIES= devel java
|
||||
MASTER_SITES= https://get.jenkins.io/war/${PORTVERSION}/
|
||||
DISTNAME= jenkins
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1672773401
|
||||
SHA256 (jenkins/2.385/jenkins.war) = 02c7453f7dd032d9fe6aaf12acbb74561a1bace59ac833cfa60ee67887086376
|
||||
SIZE (jenkins/2.385/jenkins.war) = 99225552
|
||||
TIMESTAMP = 1673362347
|
||||
SHA256 (jenkins/2.386/jenkins.war) = 0c094f2bc2cc746b8d639dfefbe6b9b617cd91396ed6f5df30bd8d60d8dbca2f
|
||||
SIZE (jenkins/2.386/jenkins.war) = 98306615
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= msgpack
|
||||
PORTVERSION= 4.0.0
|
||||
PORTVERSION= 5.0.0
|
||||
DISTVERSIONPREFIX= c-
|
||||
CATEGORIES= devel
|
||||
PKGNAMESUFFIX= -c
|
||||
|
|
@ -28,10 +28,6 @@ TEST_TARGET= test
|
|||
USE_GCC= yes
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
# GoogleTest doesn't support C++98 consumers since 1.10.0
|
||||
${REINPLACE_CMD} -e 's/c++98/c++11/' ${WRKSRC}/CMakeLists.txt
|
||||
|
||||
pre-test:
|
||||
cd ${WRKSRC} && ${CMAKE_BIN} . && ${MAKE_CMD}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1665951311
|
||||
SHA256 (msgpack-msgpack-c-c-4.0.0_GH0.tar.gz) = 656ebe4566845e7bda9c097b625ba59ac72ddfd45df6017172d46d9ac7365aa3
|
||||
SIZE (msgpack-msgpack-c-c-4.0.0_GH0.tar.gz) = 74827
|
||||
TIMESTAMP = 1673367106
|
||||
SHA256 (msgpack-msgpack-c-c-5.0.0_GH0.tar.gz) = a61288a9a46fd3b3b4cbd48a17736a9568b65419141cb536833f9adfe8fc97d7
|
||||
SIZE (msgpack-msgpack-c-c-5.0.0_GH0.tar.gz) = 74924
|
||||
|
|
|
|||
|
|
@ -17,10 +17,10 @@ include/msgpack/version_master.h
|
|||
include/msgpack/vrefbuffer.h
|
||||
include/msgpack/zbuffer.h
|
||||
include/msgpack/zone.h
|
||||
lib/cmake/msgpack/msgpack-config-version.cmake
|
||||
lib/cmake/msgpack/msgpack-config.cmake
|
||||
lib/cmake/msgpack/msgpack-targets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/msgpack/msgpack-targets.cmake
|
||||
lib/cmake/msgpackc/msgpackc-config-version.cmake
|
||||
lib/cmake/msgpackc/msgpackc-config.cmake
|
||||
lib/cmake/msgpackc/msgpackc-targets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/msgpackc/msgpackc-targets.cmake
|
||||
lib/libmsgpackc.a
|
||||
lib/libmsgpackc.so
|
||||
lib/libmsgpackc.so.2
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= msgpack
|
||||
PORTVERSION= 4.1.3
|
||||
PORTVERSION= 5.0.0
|
||||
DISTVERSIONPREFIX= cpp-
|
||||
CATEGORIES= devel
|
||||
PKGNAMESUFFIX= -cxx
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1667386097
|
||||
SHA256 (msgpack-msgpack-c-cpp-4.1.3_GH0.tar.gz) = fd0a685656f11b8aa09ed33bcbdcad3105d25d0034ca3dba9fe957623a42d253
|
||||
SIZE (msgpack-msgpack-c-cpp-4.1.3_GH0.tar.gz) = 471954
|
||||
TIMESTAMP = 1673368164
|
||||
SHA256 (msgpack-msgpack-c-cpp-5.0.0_GH0.tar.gz) = bd6b8e255f0a62cf8f50f1d292f979ac8ea9a4aa121938679d6f419d6df70ea3
|
||||
SIZE (msgpack-msgpack-c-cpp-5.0.0_GH0.tar.gz) = 472136
|
||||
|
|
|
|||
|
|
@ -728,6 +728,6 @@ include/msgpack/zbuffer.hpp
|
|||
include/msgpack/zbuffer_decl.hpp
|
||||
include/msgpack/zone.hpp
|
||||
include/msgpack/zone_decl.hpp
|
||||
lib/cmake/msgpackc-cxx/msgpack-config-version.cmake
|
||||
lib/cmake/msgpackc-cxx/msgpack-config.cmake
|
||||
lib/cmake/msgpackc-cxx/msgpackc-cxx-config-version.cmake
|
||||
lib/cmake/msgpackc-cxx/msgpackc-cxx-config.cmake
|
||||
lib/cmake/msgpackc-cxx/msgpackc-cxx-targets.cmake
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= okteta
|
||||
DISTVERSION= 0.26.9
|
||||
PORTREVISION= 2
|
||||
DISTVERSION= 0.26.10
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}/src
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1654962952
|
||||
SHA256 (okteta-0.26.9.tar.xz) = 16854c4d4e94838219ae3115a42ba385fda5c87dc6c9865ac90d3774f8d05ffb
|
||||
SIZE (okteta-0.26.9.tar.xz) = 990484
|
||||
TIMESTAMP = 1673287088
|
||||
SHA256 (okteta-0.26.10.tar.xz) = 28a614f7e0c32b4917a5eaca7e0c6ecaca87b13191ab534ab404f5569b3c33fa
|
||||
SIZE (okteta-0.26.10.tar.xz) = 1066052
|
||||
|
|
|
|||
|
|
@ -554,8 +554,11 @@ share/locale/be/LC_MESSAGES/libkasten.mo
|
|||
share/locale/be/LC_MESSAGES/liboktetakasten.mo
|
||||
share/locale/be/LC_MESSAGES/okteta.mo
|
||||
share/locale/be/LC_MESSAGES/oktetapart.mo
|
||||
share/locale/bg/LC_MESSAGES/libkasten.mo
|
||||
share/locale/bg/LC_MESSAGES/liboktetacore.mo
|
||||
share/locale/bg/LC_MESSAGES/liboktetagui.mo
|
||||
share/locale/bg/LC_MESSAGES/liboktetakasten.mo
|
||||
share/locale/bg/LC_MESSAGES/okteta.mo
|
||||
share/locale/bg/LC_MESSAGES/oktetapart.mo
|
||||
share/locale/br/LC_MESSAGES/oktetapart.mo
|
||||
share/locale/bs/LC_MESSAGES/libkasten.mo
|
||||
|
|
@ -696,6 +699,12 @@ share/locale/ja/LC_MESSAGES/liboktetagui.mo
|
|||
share/locale/ja/LC_MESSAGES/liboktetakasten.mo
|
||||
share/locale/ja/LC_MESSAGES/okteta.mo
|
||||
share/locale/ja/LC_MESSAGES/oktetapart.mo
|
||||
share/locale/ka/LC_MESSAGES/libkasten.mo
|
||||
share/locale/ka/LC_MESSAGES/liboktetacore.mo
|
||||
share/locale/ka/LC_MESSAGES/liboktetagui.mo
|
||||
share/locale/ka/LC_MESSAGES/liboktetakasten.mo
|
||||
share/locale/ka/LC_MESSAGES/okteta.mo
|
||||
share/locale/ka/LC_MESSAGES/oktetapart.mo
|
||||
share/locale/kk/LC_MESSAGES/libkasten.mo
|
||||
share/locale/kk/LC_MESSAGES/liboktetacore.mo
|
||||
share/locale/kk/LC_MESSAGES/liboktetagui.mo
|
||||
|
|
|
|||
|
|
@ -1,5 +1,14 @@
|
|||
--- CMakeLists.txt.orig 2022-11-06 06:47:13 UTC
|
||||
--- CMakeLists.txt.orig 2023-01-10 16:45:50 UTC
|
||||
+++ CMakeLists.txt
|
||||
@@ -61,7 +61,7 @@ if (NOT MSVC)
|
||||
pkg_search_module (Nettle REQUIRED nettle)
|
||||
check_include_file_cxx(msgpack.hpp HAVE_MSGPACKCXX)
|
||||
if (NOT HAVE_MSGPACKCXX)
|
||||
- find_package (msgpack REQUIRED)
|
||||
+ find_package (msgpackc-cxx REQUIRED)
|
||||
endif()
|
||||
if (OPENDHT_TOOLS)
|
||||
find_package (Readline 6 REQUIRED)
|
||||
@@ -91,8 +91,8 @@ if (NOT MSVC)
|
||||
endif()
|
||||
if (OPENDHT_PROXY_OPENSSL)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php80
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= pydocstyle
|
||||
PORTVERSION= 6.1.1
|
||||
PORTVERSION= 6.2.3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1621510592
|
||||
SHA256 (pydocstyle-6.1.1.tar.gz) = 1d41b7c459ba0ee6c345f2eb9ae827cab14a7533a88c5c6f7e94923f72df92dc
|
||||
SIZE (pydocstyle-6.1.1.tar.gz) = 35663
|
||||
TIMESTAMP = 1673265224
|
||||
SHA256 (pydocstyle-6.2.3.tar.gz) = d867acad25e48471f2ad8a40ef9813125e954ad675202245ca836cb6e28b2297
|
||||
SIZE (pydocstyle-6.2.3.tar.gz) = 36485
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= types-Pillow
|
||||
PORTVERSION= 9.3.0.4
|
||||
PORTVERSION= 9.4.0.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1670450783
|
||||
SHA256 (types-Pillow-9.3.0.4.tar.gz) = c18d466dc18550d96b8b4a279ff94f0cbad696825b5ad55466604f1daf5709de
|
||||
SIZE (types-Pillow-9.3.0.4.tar.gz) = 24088
|
||||
TIMESTAMP = 1673265242
|
||||
SHA256 (types-Pillow-9.4.0.0.tar.gz) = ef8a823638ceb765a144a98a2f816b8912da0337c5c2556d33774f1434f9918c
|
||||
SIZE (types-Pillow-9.4.0.0.tar.gz) = 24561
|
||||
|
|
|
|||
|
|
@ -1,23 +1,19 @@
|
|||
PORTNAME= yattag
|
||||
PORTVERSION= 1.14.0
|
||||
PORTVERSION= 1.15.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
COMMENT= Generate HTML or XML in a pythonic way
|
||||
WWW= https://www.yattag.org/
|
||||
WWW= https://www.yattag.org/ \
|
||||
https://github.com/leforestier/yattag
|
||||
|
||||
LICENSE= LGPL21
|
||||
LICENSE_FILE= ${WRKSRC}/license/lgpl-2.1.txt
|
||||
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= autoplist distutils
|
||||
USE_PYTHON= autoplist distutils pytest
|
||||
NO_ARCH= yes
|
||||
|
||||
do-test:
|
||||
@(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} nosetests-${PYTHON_VER})
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1598183508
|
||||
SHA256 (yattag-1.14.0.tar.gz) = 5731a31cb7452c0c6930dd1a284e0170b39eee959851a2aceb8d6af4134a5fa8
|
||||
SIZE (yattag-1.14.0.tar.gz) = 26857
|
||||
TIMESTAMP = 1673265264
|
||||
SHA256 (yattag-1.15.0.tar.gz) = 6a9ff3fd330a60287804ea7370a84166b624ebf4b7ad9ed788b7c57779b65263
|
||||
SIZE (yattag-1.15.0.tar.gz) = 28586
|
||||
|
|
|
|||
8
devel/py-yattag/files/patch-setup.cfg
Normal file
8
devel/py-yattag/files/patch-setup.cfg
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
--- setup.cfg.orig 2023-01-02 11:51:34 UTC
|
||||
+++ setup.cfg
|
||||
@@ -2,3 +2,5 @@
|
||||
tag_build =
|
||||
tag_date = 0
|
||||
|
||||
+[tool:pytest]
|
||||
+python_files = tests_*.py
|
||||
25
devel/recycle/Makefile
Normal file
25
devel/recycle/Makefile
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
PORTNAME= recycle
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 6.0.0-53
|
||||
DISTVERSIONSUFFIX= -g3502ca1
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Simple resource pool for recycling resources in C++
|
||||
WWW= https://github.com/steinwurf/recycle
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.rst
|
||||
|
||||
USES= cmake
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= steinwurf
|
||||
|
||||
PLIST_FILES= include/recycle/no_locking_policy.hpp \
|
||||
include/recycle/shared_pool.hpp \
|
||||
include/recycle/unique_pool.hpp
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
devel/recycle/distinfo
Normal file
3
devel/recycle/distinfo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1673342644
|
||||
SHA256 (steinwurf-recycle-v6.0.0-53-g3502ca1_GH0.tar.gz) = bfdbf8322a42002c495e51b3f2c88d830873b2eb2c55111fb759d9fff3fa9601
|
||||
SIZE (steinwurf-recycle-v6.0.0-53-g3502ca1_GH0.tar.gz) = 132941
|
||||
1
devel/recycle/pkg-descr
Normal file
1
devel/recycle/pkg-descr
Normal file
|
|
@ -0,0 +1 @@
|
|||
recycle is an implementation of a simple C++ resource pool.
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= root
|
||||
DISTVERSION= 6.26.06
|
||||
DISTVERSION= 6.26.10
|
||||
CATEGORIES= devel science math parallel python
|
||||
MASTER_SITES= https://root.cern/download/
|
||||
DISTFILES= ${PORTNAME}_v${DISTVERSION}.source${EXTRACT_SUFX}
|
||||
|
|
@ -12,15 +12,17 @@ LICENSE= LGPL21
|
|||
LICENSE_FILE= ${WRKSRC}/LGPL2_1.txt
|
||||
|
||||
BUILD_DEPENDS= ${PYNUMPY} \
|
||||
bash:shells/bash
|
||||
bash:shells/bash \
|
||||
nlohmann-json>=3:devel/nlohmann-json
|
||||
LIB_DEPENDS= libAfterImage.so:graphics/libafterimage \
|
||||
libcfitsio.so:astro/cfitsio \
|
||||
libcurl.so:ftp/curl \
|
||||
libfftw3.so:math/fftw3 \
|
||||
libfreetype.so:print/freetype2 \
|
||||
libftgl.so:graphics/ftgl \
|
||||
libgif.so:graphics/giflib \
|
||||
libgl2ps.so:print/gl2ps \
|
||||
libgsl.so:math/gsl \
|
||||
libjpeg.so:graphics/jpeg-turbo \
|
||||
liblz4.so:archivers/liblz4 \
|
||||
libpcre.so:devel/pcre \
|
||||
libpng.so:graphics/png \
|
||||
|
|
@ -29,11 +31,12 @@ LIB_DEPENDS= libAfterImage.so:graphics/libafterimage \
|
|||
libvdt.so:math/vdt \
|
||||
libxkbcommon.so:x11/libxkbcommon \
|
||||
libXrdCl.so:databases/xrootd \
|
||||
libxxhash.so:devel/xxhash \
|
||||
libzstd.so:archivers/zstd
|
||||
|
||||
USES= blaslapack:openblas cmake desktop-file-utils gettext-runtime gl \
|
||||
gnome iconv mysql:57 pgsql:13.0+ python:3.9+ shebangfix sqlite \
|
||||
ssl xorg
|
||||
USES= blaslapack:openblas cmake compiler:c++17-lang desktop-file-utils \
|
||||
gettext-runtime gl gnome iconv jpeg mysql:57 pgsql:13.0+ python:3.9+ \
|
||||
shebangfix sqlite ssl xorg
|
||||
USE_GL= glew glu opengl
|
||||
USE_GNOME= cairo gdkpixbuf2 glib20 librsvg2 libxml2
|
||||
USE_XORG= ice sm x11 xau xaw xcb xcomposite xcursor xdamage xdmcp xext \
|
||||
|
|
@ -44,23 +47,49 @@ SHEBANG_FILES= etc/dictpch/makepch.py etc/proof/utils/circle.sh \
|
|||
etc/proof/utils/crypt etc/proof/utils/pps \
|
||||
etc/proof/utils/proofctl.sh etc/proof/utils/proofinstall.sh
|
||||
|
||||
CMAKE_ARGS= -DCMAKE_CXX_STANDARD=14
|
||||
CMAKE_ARGS= -DCMAKE_CXX_STANDARD=17
|
||||
CMAKE_ON= gnuinstall soversion
|
||||
|
||||
MAKE_ENV+= ROOTSYS=${CONFIGURE_WRKSRC}
|
||||
CONFIGURE_WRKSRC?= ${WRKDIR}/.build
|
||||
MAKE_ENV+= ROOTSYS=${CONFIGURE_WRKSRC}
|
||||
|
||||
PLIST_SUB+= SHLIB_SHVER="${DISTVERSION:R}" \
|
||||
SHLIB_VER="${DISTVERSION}"
|
||||
SHLIB_VER="${DISTVERSION}" \
|
||||
NOT_INSTALLED_ON_AARCH64="${NOT_INSTALLED_ON_AARCH64}" \
|
||||
AARCH64_PCM_SUFFIX="${AARCH64_PCM_SUFFIX}"
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
OPTIONS_DEFINE= DOCS ROOT7
|
||||
OPTIONS_DEFAULT= ROOT7
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
ROOT7_DESC= Enable supplementary preview features of ROOT version 7
|
||||
ROOT7_CMAKE_BOOL= root7
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
# File not installed in 14 Current maybe because of clang 14+, temporary fix
|
||||
.if ${OSVERSION} < 1400000
|
||||
PLIST_FILES+= lib/root/std_config.pcm
|
||||
# File only installed with LLVM/Clang 13 (used on FreeBSD 12.4 and 13.x)
|
||||
.if 1204000 <= ${OSVERSION} && ${OSVERSION} < 1400000
|
||||
PLIST_FILES+= lib/root/std_config${AARCH64_PCM_SUFFIX}.pcm
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
# Some .modulemap files are not installed on aarch64, and files LIBRARY.pcm are renamed LIBRARY_rdict.pcm on aarch64
|
||||
.if ${ARCH} == "aarch64"
|
||||
NOT_INSTALLED_ON_AARCH64= "@comment "
|
||||
AARCH64_PCM_SUFFIX= "_rdict"
|
||||
.else
|
||||
NOT_INSTALLED_ON_AARCH64= ""
|
||||
AARCH64_PCM_SUFFIX= ""
|
||||
.endif
|
||||
|
||||
# In LLVM/Clang 10.0.1 (used on FreeBSD 12.3), the cstdalign header is missing from the std modulemap, but it is declared included in ROOT's std modulemap - this has to be removed.
|
||||
# See https://github.com/llvm/llvm-project/blob/main/libcxx/include/module.modulemap.in#L181
|
||||
# The same seems to be the case for the other headers defined in the variable "modules" below.
|
||||
.if ${OSVERSION} < 1204000
|
||||
modules= cstdalign cuchar "ext\/functional" "ext\/numeric" "bits\/allocator.h" "bits\/basic_ios.h" "bits\/cpp_type_traits.h" "bits\/exception_defines.h" "bits\/ios_base.h" "bits\/locale_facets.h" "bits\/stl_algobase.h" "bits\/stl_map.h" "bits\/stl_pair.h" bits_stl_tree_h
|
||||
post-patch:
|
||||
@MODULEMAP=${WRKSRC}/interpreter/cling/include/cling/std.modulemap ${SH} ${SCRIPTDIR}/remove-modules-from-modulemap.sh ${modules}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1672226334
|
||||
SHA256 (root_v6.26.06.source.tar.gz) = b1f73c976a580a5c56c8c8a0152582a1dfc560b4dd80e1b7545237b65e6c89cb
|
||||
SIZE (root_v6.26.06.source.tar.gz) = 195214157
|
||||
TIMESTAMP = 1672619421
|
||||
SHA256 (root_v6.26.10.source.tar.gz) = 8e56bec397104017aa54f9eb554de7a1a134474fe0b3bb0f43a70fc4fabd625f
|
||||
SIZE (root_v6.26.10.source.tar.gz) = 195224175
|
||||
|
|
|
|||
1565
devel/root/pkg-plist
1565
devel/root/pkg-plist
File diff suppressed because it is too large
Load diff
27
devel/root/scripts/remove-modules-from-modulemap.sh
Executable file
27
devel/root/scripts/remove-modules-from-modulemap.sh
Executable file
|
|
@ -0,0 +1,27 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Script removes module definition blocks in LLVM/Clang .modulemap
|
||||
# files in-place in the file path stored in the variable MODULEMAP
|
||||
|
||||
sp='[[:space:]]'
|
||||
|
||||
mdls="" ; i=0
|
||||
for m in "$@" ; do
|
||||
i=$((i+1))
|
||||
mdls="$mdls($m)"
|
||||
[ $i -ne $# ] && mdls="$mdls|"
|
||||
done
|
||||
|
||||
script="\
|
||||
/^$sp*(explicit)?$sp*module$sp*\"$mdls\"$sp*\{$sp*\$/ {
|
||||
:l
|
||||
N
|
||||
s/}/}/
|
||||
tx
|
||||
bl
|
||||
:x
|
||||
d
|
||||
}\
|
||||
"
|
||||
|
||||
sed -i '' -E "$script" "$MODULEMAP"
|
||||
40
devel/rustc-demangle/Makefile
Normal file
40
devel/rustc-demangle/Makefile
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
PORTNAME= rustc-demangle
|
||||
DISTVERSION= 0.1.21
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Library for Rust symbol demangling
|
||||
WWW= https://github.com/rust-lang/rustc-demangle
|
||||
|
||||
LICENSE= APACHE20 MIT
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE_APACHE20= ${WRKSRC}/../../LICENSE-APACHE
|
||||
LICENSE_FILE_MIT= ${WRKSRC}/../../LICENSE-MIT
|
||||
|
||||
USES= cargo
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= rust-lang
|
||||
|
||||
WRKSRC_SUBDIR= crates/capi
|
||||
|
||||
CARGO_CRATES= arbitrary-1.2.2 \
|
||||
cc-1.0.78 \
|
||||
compiler_builtins-0.1.86 \
|
||||
jobserver-0.1.25 \
|
||||
libc-0.2.139 \
|
||||
libfuzzer-sys-0.4.5 \
|
||||
once_cell-1.17.0 \
|
||||
rustc-std-workspace-core-1.0.0
|
||||
|
||||
PLIST_FILES= include/rustc_demangle.h \
|
||||
lib/librustc_demangle.a \
|
||||
lib/librustc_demangle.so
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/../../crates/capi/include/rustc_demangle.h ${STAGEDIR}${PREFIX}/include
|
||||
${INSTALL_DATA} ${WRKDIR}/target/*-freebsd/release/librustc_demangle.a ${STAGEDIR}${PREFIX}/lib
|
||||
${INSTALL_LIB} ${WRKDIR}/target/*-freebsd/release/librustc_demangle.so ${STAGEDIR}${PREFIX}/lib
|
||||
|
||||
.include <bsd.port.mk>
|
||||
19
devel/rustc-demangle/distinfo
Normal file
19
devel/rustc-demangle/distinfo
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
TIMESTAMP = 1673374089
|
||||
SHA256 (rust/crates/arbitrary-1.2.2.crate) = b0224938f92e7aef515fac2ff2d18bd1115c1394ddf4a092e0c87e8be9499ee5
|
||||
SIZE (rust/crates/arbitrary-1.2.2.crate) = 30011
|
||||
SHA256 (rust/crates/cc-1.0.78.crate) = a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d
|
||||
SIZE (rust/crates/cc-1.0.78.crate) = 61375
|
||||
SHA256 (rust/crates/compiler_builtins-0.1.86.crate) = 5dae98c88e576098d7ab13ebcb40cc43e5114b2beafe61a87cda9200649ff205
|
||||
SIZE (rust/crates/compiler_builtins-0.1.86.crate) = 167530
|
||||
SHA256 (rust/crates/jobserver-0.1.25.crate) = 068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b
|
||||
SIZE (rust/crates/jobserver-0.1.25.crate) = 21888
|
||||
SHA256 (rust/crates/libc-0.2.139.crate) = 201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79
|
||||
SIZE (rust/crates/libc-0.2.139.crate) = 638983
|
||||
SHA256 (rust/crates/libfuzzer-sys-0.4.5.crate) = c8fff891139ee62800da71b7fd5b508d570b9ad95e614a53c6f453ca08366038
|
||||
SIZE (rust/crates/libfuzzer-sys-0.4.5.crate) = 127802
|
||||
SHA256 (rust/crates/once_cell-1.17.0.crate) = 6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66
|
||||
SIZE (rust/crates/once_cell-1.17.0.crate) = 32736
|
||||
SHA256 (rust/crates/rustc-std-workspace-core-1.0.0.crate) = 1956f5517128a2b6f23ab2dadf1a976f4f5b27962e7724c2bf3d45e539ec098c
|
||||
SIZE (rust/crates/rustc-std-workspace-core-1.0.0.crate) = 714
|
||||
SHA256 (rust-lang-rustc-demangle-0.1.21_GH0.tar.gz) = f1663f2b4312dc65d4081e6254b916c58398192870864fb35297ebf2ea0e498b
|
||||
SIZE (rust-lang-rustc-demangle-0.1.21_GH0.tar.gz) = 29692
|
||||
4
devel/rustc-demangle/pkg-descr
Normal file
4
devel/rustc-demangle/pkg-descr
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Library that demangles for Rust symbols.
|
||||
|
||||
The library is written in Rust.
|
||||
This port has it's C/C++ API.
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= sdl2
|
||||
DISTVERSION= 2.26.1
|
||||
DISTVERSION= 2.26.2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://www.libsdl.org/release/
|
||||
DISTNAME= SDL2-${PORTVERSION}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1670364097
|
||||
SHA256 (SDL2-2.26.1.tar.gz) = 02537cc7ebd74071631038b237ec4bfbb3f4830ba019e569434da33f42373e04
|
||||
SIZE (SDL2-2.26.1.tar.gz) = 8084125
|
||||
TIMESTAMP = 1673265254
|
||||
SHA256 (SDL2-2.26.2.tar.gz) = 95d39bc3de037fbdfa722623737340648de4f180a601b0afad27645d150b99e0
|
||||
SIZE (SDL2-2.26.2.tar.gz) = 8084120
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@ include/SDL2/close_code.h
|
|||
lib/cmake/SDL2/sdl2-config-version.cmake
|
||||
lib/cmake/SDL2/sdl2-config.cmake
|
||||
lib/libSDL2-2.0.so.0
|
||||
lib/libSDL2-2.0.so.0.2600.1
|
||||
lib/libSDL2-2.0.so.0.2600.2
|
||||
lib/libSDL2.a
|
||||
lib/libSDL2.so
|
||||
lib/libSDL2_test.a
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= languageclient-neovim
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.1.153
|
||||
DISTVERSION= 0.1.161-3
|
||||
DISTVERSIONSUFFIX= -gcf6dd11
|
||||
CATEGORIES= editors
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
|
@ -16,120 +16,133 @@ USE_GITHUB= yes
|
|||
GH_ACCOUNT= autozimu
|
||||
GH_PROJECT= LanguageClient-neovim
|
||||
|
||||
CARGO_CRATES= adler32-1.0.3 \
|
||||
aho-corasick-0.7.6 \
|
||||
ansi_term-0.11.0 \
|
||||
antidote-1.0.0 \
|
||||
arc-swap-0.3.11 \
|
||||
atty-0.2.13 \
|
||||
autocfg-0.1.5 \
|
||||
backtrace-0.3.34 \
|
||||
backtrace-sys-0.1.31 \
|
||||
bitflags-1.1.0 \
|
||||
cc-1.0.40 \
|
||||
cfg-if-0.1.9 \
|
||||
chrono-0.4.7 \
|
||||
clap-2.33.0 \
|
||||
CARGO_CRATES= adler-0.2.3 \
|
||||
aho-corasick-0.7.18 \
|
||||
anyhow-1.0.32 \
|
||||
arc-swap-0.4.7 \
|
||||
arrayref-0.3.6 \
|
||||
arrayvec-0.5.1 \
|
||||
autocfg-1.0.0 \
|
||||
base64-0.11.0 \
|
||||
base64-0.12.3 \
|
||||
bitflags-1.2.1 \
|
||||
blake2b_simd-0.5.10 \
|
||||
cfg-if-0.1.10 \
|
||||
chrono-0.4.13 \
|
||||
clap-2.33.1 \
|
||||
cloudabi-0.0.3 \
|
||||
constant_time_eq-0.1.5 \
|
||||
crc32fast-1.2.0 \
|
||||
crossbeam-channel-0.3.9 \
|
||||
crossbeam-utils-0.6.6 \
|
||||
diff-0.1.11 \
|
||||
dtoa-0.4.4 \
|
||||
either-1.5.2 \
|
||||
failure-0.1.5 \
|
||||
failure_derive-0.1.5 \
|
||||
filetime-0.2.5 \
|
||||
flate2-1.0.11 \
|
||||
fnv-1.0.6 \
|
||||
crossbeam-0.7.3 \
|
||||
crossbeam-channel-0.4.4 \
|
||||
crossbeam-deque-0.7.4 \
|
||||
crossbeam-epoch-0.8.2 \
|
||||
crossbeam-queue-0.2.3 \
|
||||
crossbeam-utils-0.7.2 \
|
||||
derivative-2.1.1 \
|
||||
diff-0.1.12 \
|
||||
dirs-2.0.2 \
|
||||
dirs-sys-0.3.5 \
|
||||
dtoa-0.4.6 \
|
||||
either-1.5.3 \
|
||||
filetime-0.2.10 \
|
||||
flate2-1.0.16 \
|
||||
fnv-1.0.7 \
|
||||
fsevent-0.4.0 \
|
||||
fsevent-sys-2.0.1 \
|
||||
fuchsia-zircon-0.3.3 \
|
||||
fuchsia-zircon-sys-0.3.3 \
|
||||
futures-0.1.28 \
|
||||
futures-0.1.29 \
|
||||
getrandom-0.1.14 \
|
||||
glob-0.3.0 \
|
||||
heck-0.3.1 \
|
||||
humantime-1.2.0 \
|
||||
humantime-1.3.0 \
|
||||
idna-0.2.0 \
|
||||
inotify-0.6.1 \
|
||||
inotify-0.7.1 \
|
||||
inotify-sys-0.1.3 \
|
||||
iovec-0.1.2 \
|
||||
itertools-0.8.0 \
|
||||
itoa-0.4.4 \
|
||||
jsonrpc-core-13.0.0 \
|
||||
iovec-0.1.4 \
|
||||
itertools-0.9.0 \
|
||||
itoa-0.4.6 \
|
||||
json-patch-0.2.6 \
|
||||
jsonrpc-core-15.1.0 \
|
||||
kernel32-sys-0.2.2 \
|
||||
lazy_static-1.3.0 \
|
||||
lazy_static-1.4.0 \
|
||||
lazycell-1.2.1 \
|
||||
libc-0.2.62 \
|
||||
linked-hash-map-0.5.2 \
|
||||
log-0.4.8 \
|
||||
libc-0.2.73 \
|
||||
linked-hash-map-0.5.3 \
|
||||
lock_api-0.3.4 \
|
||||
log-0.4.11 \
|
||||
log-mdc-0.1.0 \
|
||||
log4rs-0.8.3 \
|
||||
lsp-types-0.60.0 \
|
||||
maplit-1.0.1 \
|
||||
log4rs-0.12.0 \
|
||||
lsp-types-0.83.0 \
|
||||
maplit-1.0.2 \
|
||||
matches-0.1.8 \
|
||||
memchr-2.2.1 \
|
||||
miniz-sys-0.1.12 \
|
||||
miniz_oxide-0.3.2 \
|
||||
mio-0.6.19 \
|
||||
mio-extras-2.0.5 \
|
||||
maybe-uninit-2.0.0 \
|
||||
memchr-2.5.0 \
|
||||
memoffset-0.5.5 \
|
||||
miniz_oxide-0.4.0 \
|
||||
mio-0.6.22 \
|
||||
mio-extras-2.0.6 \
|
||||
miow-0.2.1 \
|
||||
net2-0.2.33 \
|
||||
notify-4.0.12 \
|
||||
num-integer-0.1.41 \
|
||||
num-traits-0.2.8 \
|
||||
ordered-float-1.0.2 \
|
||||
pathdiff-0.1.0 \
|
||||
net2-0.2.34 \
|
||||
notify-4.0.15 \
|
||||
num-integer-0.1.43 \
|
||||
num-traits-0.2.12 \
|
||||
ordered-float-1.1.0 \
|
||||
parking_lot-0.10.2 \
|
||||
parking_lot_core-0.7.2 \
|
||||
pathdiff-0.2.0 \
|
||||
percent-encoding-2.1.0 \
|
||||
proc-macro2-0.4.30 \
|
||||
proc-macro2-1.0.1 \
|
||||
quick-error-1.2.2 \
|
||||
quote-0.6.13 \
|
||||
quote-1.0.2 \
|
||||
redox_syscall-0.1.56 \
|
||||
regex-1.2.1 \
|
||||
regex-syntax-0.6.11 \
|
||||
rustc-demangle-0.1.16 \
|
||||
ryu-1.0.0 \
|
||||
same-file-1.0.5 \
|
||||
serde-1.0.99 \
|
||||
serde-value-0.5.3 \
|
||||
serde_derive-1.0.99 \
|
||||
serde_json-1.0.40 \
|
||||
serde_repr-0.1.5 \
|
||||
serde_yaml-0.8.9 \
|
||||
shellexpand-1.0.0 \
|
||||
pin-project-lite-0.1.11 \
|
||||
proc-macro2-1.0.19 \
|
||||
quick-error-1.2.3 \
|
||||
quote-1.0.7 \
|
||||
redox_syscall-0.1.57 \
|
||||
redox_users-0.3.4 \
|
||||
regex-1.5.5 \
|
||||
regex-syntax-0.6.26 \
|
||||
rust-argon2-0.7.0 \
|
||||
ryu-1.0.5 \
|
||||
same-file-1.0.6 \
|
||||
scopeguard-1.1.0 \
|
||||
serde-1.0.114 \
|
||||
serde-value-0.6.0 \
|
||||
serde_derive-1.0.114 \
|
||||
serde_json-1.0.56 \
|
||||
serde_repr-0.1.6 \
|
||||
serde_yaml-0.8.13 \
|
||||
shellexpand-2.0.0 \
|
||||
slab-0.4.2 \
|
||||
smallvec-0.6.10 \
|
||||
strsim-0.8.0 \
|
||||
structopt-0.2.18 \
|
||||
structopt-derive-0.2.18 \
|
||||
syn-0.15.44 \
|
||||
syn-1.0.3 \
|
||||
synstructure-0.10.2 \
|
||||
smallvec-1.4.1 \
|
||||
syn-1.0.35 \
|
||||
textwrap-0.11.0 \
|
||||
thiserror-1.0.20 \
|
||||
thiserror-impl-1.0.20 \
|
||||
thread-id-3.3.0 \
|
||||
thread_local-0.3.6 \
|
||||
time-0.1.42 \
|
||||
time-0.1.43 \
|
||||
tinyvec-0.3.3 \
|
||||
tracing-0.1.21 \
|
||||
tracing-attributes-0.1.11 \
|
||||
tracing-core-0.1.17 \
|
||||
tracing-log-0.1.1 \
|
||||
traitobject-0.1.0 \
|
||||
treediff-3.0.2 \
|
||||
typemap-0.3.3 \
|
||||
unicode-bidi-0.3.4 \
|
||||
unicode-normalization-0.1.8 \
|
||||
unicode-segmentation-1.3.0 \
|
||||
unicode-width-0.1.5 \
|
||||
unicode-xid-0.1.0 \
|
||||
unicode-xid-0.2.0 \
|
||||
unicode-normalization-0.1.13 \
|
||||
unicode-width-0.1.8 \
|
||||
unicode-xid-0.2.1 \
|
||||
unsafe-any-0.4.2 \
|
||||
url-2.1.0 \
|
||||
vec_map-0.8.1 \
|
||||
walkdir-2.2.9 \
|
||||
url-2.1.1 \
|
||||
walkdir-2.3.1 \
|
||||
wasi-0.9.0+wasi-snapshot-preview1 \
|
||||
winapi-0.2.8 \
|
||||
winapi-0.3.7 \
|
||||
winapi-0.3.9 \
|
||||
winapi-build-0.1.1 \
|
||||
winapi-i686-pc-windows-gnu-0.4.0 \
|
||||
winapi-util-0.1.2 \
|
||||
winapi-util-0.1.5 \
|
||||
winapi-x86_64-pc-windows-gnu-0.4.0 \
|
||||
ws2_32-sys-0.2.1 \
|
||||
yaml-rust-0.4.3
|
||||
yaml-rust-0.4.4
|
||||
|
||||
PLIST_FILES= bin/languageclient
|
||||
|
||||
|
|
|
|||
|
|
@ -1,54 +1,68 @@
|
|||
TIMESTAMP = 1673180335
|
||||
SHA256 (rust/crates/adler32-1.0.3.crate) = 7e522997b529f05601e05166c07ed17789691f562762c7f3b987263d2dedee5c
|
||||
SIZE (rust/crates/adler32-1.0.3.crate) = 5734
|
||||
SHA256 (rust/crates/aho-corasick-0.7.6.crate) = 58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d
|
||||
SIZE (rust/crates/aho-corasick-0.7.6.crate) = 108953
|
||||
SHA256 (rust/crates/ansi_term-0.11.0.crate) = ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b
|
||||
SIZE (rust/crates/ansi_term-0.11.0.crate) = 17087
|
||||
SHA256 (rust/crates/antidote-1.0.0.crate) = 34fde25430d87a9388dadbe6e34d7f72a462c8b43ac8d309b42b0a8505d7e2a5
|
||||
SIZE (rust/crates/antidote-1.0.0.crate) = 6312
|
||||
SHA256 (rust/crates/arc-swap-0.3.11.crate) = bc4662175ead9cd84451d5c35070517777949a2ed84551764129cedb88384841
|
||||
SIZE (rust/crates/arc-swap-0.3.11.crate) = 46282
|
||||
SHA256 (rust/crates/atty-0.2.13.crate) = 1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90
|
||||
SIZE (rust/crates/atty-0.2.13.crate) = 4764
|
||||
SHA256 (rust/crates/autocfg-0.1.5.crate) = 22130e92352b948e7e82a49cdb0aa94f2211761117f29e052dd397c1ac33542b
|
||||
SIZE (rust/crates/autocfg-0.1.5.crate) = 11009
|
||||
SHA256 (rust/crates/backtrace-0.3.34.crate) = b5164d292487f037ece34ec0de2fcede2faa162f085dd96d2385ab81b12765ba
|
||||
SIZE (rust/crates/backtrace-0.3.34.crate) = 54443
|
||||
SHA256 (rust/crates/backtrace-sys-0.1.31.crate) = 82a830b4ef2d1124a711c71d263c5abdc710ef8e907bd508c88be475cebc422b
|
||||
SIZE (rust/crates/backtrace-sys-0.1.31.crate) = 518877
|
||||
SHA256 (rust/crates/bitflags-1.1.0.crate) = 3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd
|
||||
SIZE (rust/crates/bitflags-1.1.0.crate) = 16322
|
||||
SHA256 (rust/crates/cc-1.0.40.crate) = b548a4ee81fccb95919d4e22cfea83c7693ebfd78f0495493178db20b3139da7
|
||||
SIZE (rust/crates/cc-1.0.40.crate) = 45571
|
||||
SHA256 (rust/crates/cfg-if-0.1.9.crate) = b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33
|
||||
SIZE (rust/crates/cfg-if-0.1.9.crate) = 7353
|
||||
SHA256 (rust/crates/chrono-0.4.7.crate) = 77d81f58b7301084de3b958691458a53c3f7e0b1d702f77e550b6a88e3a88abe
|
||||
SIZE (rust/crates/chrono-0.4.7.crate) = 131963
|
||||
SHA256 (rust/crates/clap-2.33.0.crate) = 5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9
|
||||
SIZE (rust/crates/clap-2.33.0.crate) = 196458
|
||||
TIMESTAMP = 1673316375
|
||||
SHA256 (rust/crates/adler-0.2.3.crate) = ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e
|
||||
SIZE (rust/crates/adler-0.2.3.crate) = 12168
|
||||
SHA256 (rust/crates/aho-corasick-0.7.18.crate) = 1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f
|
||||
SIZE (rust/crates/aho-corasick-0.7.18.crate) = 112923
|
||||
SHA256 (rust/crates/anyhow-1.0.32.crate) = 6b602bfe940d21c130f3895acd65221e8a61270debe89d628b9cb4e3ccb8569b
|
||||
SIZE (rust/crates/anyhow-1.0.32.crate) = 28512
|
||||
SHA256 (rust/crates/arc-swap-0.4.7.crate) = 4d25d88fd6b8041580a654f9d0c581a047baee2b3efee13275f2fc392fc75034
|
||||
SIZE (rust/crates/arc-swap-0.4.7.crate) = 48625
|
||||
SHA256 (rust/crates/arrayref-0.3.6.crate) = a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544
|
||||
SIZE (rust/crates/arrayref-0.3.6.crate) = 10035
|
||||
SHA256 (rust/crates/arrayvec-0.5.1.crate) = cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8
|
||||
SIZE (rust/crates/arrayvec-0.5.1.crate) = 26816
|
||||
SHA256 (rust/crates/autocfg-1.0.0.crate) = f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d
|
||||
SIZE (rust/crates/autocfg-1.0.0.crate) = 12870
|
||||
SHA256 (rust/crates/base64-0.11.0.crate) = b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7
|
||||
SIZE (rust/crates/base64-0.11.0.crate) = 48362
|
||||
SHA256 (rust/crates/base64-0.12.3.crate) = 3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff
|
||||
SIZE (rust/crates/base64-0.12.3.crate) = 57545
|
||||
SHA256 (rust/crates/bitflags-1.2.1.crate) = cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693
|
||||
SIZE (rust/crates/bitflags-1.2.1.crate) = 16745
|
||||
SHA256 (rust/crates/blake2b_simd-0.5.10.crate) = d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a
|
||||
SIZE (rust/crates/blake2b_simd-0.5.10.crate) = 34093
|
||||
SHA256 (rust/crates/cfg-if-0.1.10.crate) = 4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822
|
||||
SIZE (rust/crates/cfg-if-0.1.10.crate) = 7933
|
||||
SHA256 (rust/crates/chrono-0.4.13.crate) = c74d84029116787153e02106bf53e66828452a4b325cc8652b788b5967c0a0b6
|
||||
SIZE (rust/crates/chrono-0.4.13.crate) = 144286
|
||||
SHA256 (rust/crates/clap-2.33.1.crate) = bdfa80d47f954d53a35a64987ca1422f495b8d6483c0fe9f7117b36c2a792129
|
||||
SIZE (rust/crates/clap-2.33.1.crate) = 201567
|
||||
SHA256 (rust/crates/cloudabi-0.0.3.crate) = ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f
|
||||
SIZE (rust/crates/cloudabi-0.0.3.crate) = 22156
|
||||
SHA256 (rust/crates/constant_time_eq-0.1.5.crate) = 245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc
|
||||
SIZE (rust/crates/constant_time_eq-0.1.5.crate) = 4936
|
||||
SHA256 (rust/crates/crc32fast-1.2.0.crate) = ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1
|
||||
SIZE (rust/crates/crc32fast-1.2.0.crate) = 39161
|
||||
SHA256 (rust/crates/crossbeam-channel-0.3.9.crate) = c8ec7fcd21571dc78f96cc96243cab8d8f035247c3efd16c687be154c3fa9efa
|
||||
SIZE (rust/crates/crossbeam-channel-0.3.9.crate) = 86771
|
||||
SHA256 (rust/crates/crossbeam-utils-0.6.6.crate) = 04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6
|
||||
SIZE (rust/crates/crossbeam-utils-0.6.6.crate) = 32836
|
||||
SHA256 (rust/crates/diff-0.1.11.crate) = 3c2b69f912779fbb121ceb775d74d51e915af17aaebc38d28a592843a2dd0a3a
|
||||
SIZE (rust/crates/diff-0.1.11.crate) = 8165
|
||||
SHA256 (rust/crates/dtoa-0.4.4.crate) = ea57b42383d091c85abcc2706240b94ab2a8fa1fc81c10ff23c4de06e2a90b5e
|
||||
SIZE (rust/crates/dtoa-0.4.4.crate) = 14818
|
||||
SHA256 (rust/crates/either-1.5.2.crate) = 5527cfe0d098f36e3f8839852688e63c8fff1c90b2b405aef730615f9a7bcf7b
|
||||
SIZE (rust/crates/either-1.5.2.crate) = 12124
|
||||
SHA256 (rust/crates/failure-0.1.5.crate) = 795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2
|
||||
SIZE (rust/crates/failure-0.1.5.crate) = 36749
|
||||
SHA256 (rust/crates/failure_derive-0.1.5.crate) = ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1
|
||||
SIZE (rust/crates/failure_derive-0.1.5.crate) = 4884
|
||||
SHA256 (rust/crates/filetime-0.2.5.crate) = 2f8c63033fcba1f51ef744505b3cad42510432b904c062afa67ad7ece008429d
|
||||
SIZE (rust/crates/filetime-0.2.5.crate) = 12129
|
||||
SHA256 (rust/crates/flate2-1.0.11.crate) = 2adaffba6388640136149e18ed080b77a78611c1e1d6de75aedcdf78df5d4682
|
||||
SIZE (rust/crates/flate2-1.0.11.crate) = 68628
|
||||
SHA256 (rust/crates/fnv-1.0.6.crate) = 2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3
|
||||
SIZE (rust/crates/fnv-1.0.6.crate) = 11131
|
||||
SHA256 (rust/crates/crossbeam-0.7.3.crate) = 69323bff1fb41c635347b8ead484a5ca6c3f11914d784170b158d8449ab07f8e
|
||||
SIZE (rust/crates/crossbeam-0.7.3.crate) = 9906
|
||||
SHA256 (rust/crates/crossbeam-channel-0.4.4.crate) = b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87
|
||||
SIZE (rust/crates/crossbeam-channel-0.4.4.crate) = 86868
|
||||
SHA256 (rust/crates/crossbeam-deque-0.7.4.crate) = c20ff29ded3204c5106278a81a38f4b482636ed4fa1e6cfbeef193291beb29ed
|
||||
SIZE (rust/crates/crossbeam-deque-0.7.4.crate) = 19868
|
||||
SHA256 (rust/crates/crossbeam-epoch-0.8.2.crate) = 058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace
|
||||
SIZE (rust/crates/crossbeam-epoch-0.8.2.crate) = 39283
|
||||
SHA256 (rust/crates/crossbeam-queue-0.2.3.crate) = 774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570
|
||||
SIZE (rust/crates/crossbeam-queue-0.2.3.crate) = 14753
|
||||
SHA256 (rust/crates/crossbeam-utils-0.7.2.crate) = c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8
|
||||
SIZE (rust/crates/crossbeam-utils-0.7.2.crate) = 34338
|
||||
SHA256 (rust/crates/derivative-2.1.1.crate) = cb582b60359da160a9477ee80f15c8d784c477e69c217ef2cdd4169c24ea380f
|
||||
SIZE (rust/crates/derivative-2.1.1.crate) = 45571
|
||||
SHA256 (rust/crates/diff-0.1.12.crate) = 0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499
|
||||
SIZE (rust/crates/diff-0.1.12.crate) = 10223
|
||||
SHA256 (rust/crates/dirs-2.0.2.crate) = 13aea89a5c93364a98e9b37b2fa237effbb694d5cfe01c5b70941f7eb087d5e3
|
||||
SIZE (rust/crates/dirs-2.0.2.crate) = 11779
|
||||
SHA256 (rust/crates/dirs-sys-0.3.5.crate) = 8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a
|
||||
SIZE (rust/crates/dirs-sys-0.3.5.crate) = 10643
|
||||
SHA256 (rust/crates/dtoa-0.4.6.crate) = 134951f4028bdadb9b84baf4232681efbf277da25144b9b0ad65df75946c422b
|
||||
SIZE (rust/crates/dtoa-0.4.6.crate) = 15979
|
||||
SHA256 (rust/crates/either-1.5.3.crate) = bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3
|
||||
SIZE (rust/crates/either-1.5.3.crate) = 12278
|
||||
SHA256 (rust/crates/filetime-0.2.10.crate) = affc17579b132fc2461adf7c575cc6e8b134ebca52c51f5411388965227dc695
|
||||
SIZE (rust/crates/filetime-0.2.10.crate) = 13880
|
||||
SHA256 (rust/crates/flate2-1.0.16.crate) = 68c90b0fc46cf89d227cc78b40e494ff81287a92dd07631e5af0d06fe3cf885e
|
||||
SIZE (rust/crates/flate2-1.0.16.crate) = 73926
|
||||
SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1
|
||||
SIZE (rust/crates/fnv-1.0.7.crate) = 11266
|
||||
SHA256 (rust/crates/fsevent-0.4.0.crate) = 5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6
|
||||
SIZE (rust/crates/fsevent-0.4.0.crate) = 7292
|
||||
SHA256 (rust/crates/fsevent-sys-2.0.1.crate) = f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0
|
||||
|
|
@ -57,175 +71,187 @@ SHA256 (rust/crates/fuchsia-zircon-0.3.3.crate) = 2e9763c69ebaae630ba35f74888db4
|
|||
SIZE (rust/crates/fuchsia-zircon-0.3.3.crate) = 22565
|
||||
SHA256 (rust/crates/fuchsia-zircon-sys-0.3.3.crate) = 3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7
|
||||
SIZE (rust/crates/fuchsia-zircon-sys-0.3.3.crate) = 7191
|
||||
SHA256 (rust/crates/futures-0.1.28.crate) = 45dc39533a6cae6da2b56da48edae506bb767ec07370f86f70fc062e9d435869
|
||||
SIZE (rust/crates/futures-0.1.28.crate) = 158343
|
||||
SHA256 (rust/crates/futures-0.1.29.crate) = 1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef
|
||||
SIZE (rust/crates/futures-0.1.29.crate) = 158346
|
||||
SHA256 (rust/crates/getrandom-0.1.14.crate) = 7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb
|
||||
SIZE (rust/crates/getrandom-0.1.14.crate) = 24698
|
||||
SHA256 (rust/crates/glob-0.3.0.crate) = 9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574
|
||||
SIZE (rust/crates/glob-0.3.0.crate) = 18724
|
||||
SHA256 (rust/crates/heck-0.3.1.crate) = 20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205
|
||||
SIZE (rust/crates/heck-0.3.1.crate) = 54666
|
||||
SHA256 (rust/crates/humantime-1.2.0.crate) = 3ca7e5f2e110db35f93b837c81797f3714500b81d517bf20c431b16d3ca4f114
|
||||
SIZE (rust/crates/humantime-1.2.0.crate) = 16795
|
||||
SHA256 (rust/crates/humantime-1.3.0.crate) = df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f
|
||||
SIZE (rust/crates/humantime-1.3.0.crate) = 17020
|
||||
SHA256 (rust/crates/idna-0.2.0.crate) = 02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9
|
||||
SIZE (rust/crates/idna-0.2.0.crate) = 257203
|
||||
SHA256 (rust/crates/inotify-0.6.1.crate) = 40b54539f3910d6f84fbf9a643efd6e3aa6e4f001426c0329576128255994718
|
||||
SIZE (rust/crates/inotify-0.6.1.crate) = 19667
|
||||
SHA256 (rust/crates/inotify-0.7.1.crate) = 4816c66d2c8ae673df83366c18341538f234a26d65a9ecea5c348b453ac1d02f
|
||||
SIZE (rust/crates/inotify-0.7.1.crate) = 24637
|
||||
SHA256 (rust/crates/inotify-sys-0.1.3.crate) = e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0
|
||||
SIZE (rust/crates/inotify-sys-0.1.3.crate) = 8327
|
||||
SHA256 (rust/crates/iovec-0.1.2.crate) = dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08
|
||||
SIZE (rust/crates/iovec-0.1.2.crate) = 8565
|
||||
SHA256 (rust/crates/itertools-0.8.0.crate) = 5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358
|
||||
SIZE (rust/crates/itertools-0.8.0.crate) = 78917
|
||||
SHA256 (rust/crates/itoa-0.4.4.crate) = 501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f
|
||||
SIZE (rust/crates/itoa-0.4.4.crate) = 11147
|
||||
SHA256 (rust/crates/jsonrpc-core-13.0.0.crate) = 34d379861584fe4e3678f6ae9ee60b41726df2989578c1dc0f90190dfc92dbe0
|
||||
SIZE (rust/crates/jsonrpc-core-13.0.0.crate) = 13372
|
||||
SHA256 (rust/crates/iovec-0.1.4.crate) = b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e
|
||||
SIZE (rust/crates/iovec-0.1.4.crate) = 8720
|
||||
SHA256 (rust/crates/itertools-0.9.0.crate) = 284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b
|
||||
SIZE (rust/crates/itertools-0.9.0.crate) = 96429
|
||||
SHA256 (rust/crates/itoa-0.4.6.crate) = dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6
|
||||
SIZE (rust/crates/itoa-0.4.6.crate) = 12167
|
||||
SHA256 (rust/crates/json-patch-0.2.6.crate) = f995a3c8f2bc3dd52a18a583e90f9ec109c047fa1603a853e46bcda14d2e279d
|
||||
SIZE (rust/crates/json-patch-0.2.6.crate) = 18889
|
||||
SHA256 (rust/crates/jsonrpc-core-15.1.0.crate) = 0745a6379e3edc893c84ec203589790774e4247420033e71a76d3ab4687991fa
|
||||
SIZE (rust/crates/jsonrpc-core-15.1.0.crate) = 14909
|
||||
SHA256 (rust/crates/kernel32-sys-0.2.2.crate) = 7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d
|
||||
SIZE (rust/crates/kernel32-sys-0.2.2.crate) = 24537
|
||||
SHA256 (rust/crates/lazy_static-1.3.0.crate) = bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14
|
||||
SIZE (rust/crates/lazy_static-1.3.0.crate) = 10616
|
||||
SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646
|
||||
SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443
|
||||
SHA256 (rust/crates/lazycell-1.2.1.crate) = b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f
|
||||
SIZE (rust/crates/lazycell-1.2.1.crate) = 11691
|
||||
SHA256 (rust/crates/libc-0.2.62.crate) = 34fcd2c08d2f832f376f4173a231990fa5aef4e99fb569867318a227ef4c06ba
|
||||
SIZE (rust/crates/libc-0.2.62.crate) = 433193
|
||||
SHA256 (rust/crates/linked-hash-map-0.5.2.crate) = ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83
|
||||
SIZE (rust/crates/linked-hash-map-0.5.2.crate) = 16109
|
||||
SHA256 (rust/crates/log-0.4.8.crate) = 14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7
|
||||
SIZE (rust/crates/log-0.4.8.crate) = 31297
|
||||
SHA256 (rust/crates/libc-0.2.73.crate) = bd7d4bd64732af4bf3a67f367c27df8520ad7e230c5817b8ff485864d80242b9
|
||||
SIZE (rust/crates/libc-0.2.73.crate) = 502354
|
||||
SHA256 (rust/crates/linked-hash-map-0.5.3.crate) = 8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a
|
||||
SIZE (rust/crates/linked-hash-map-0.5.3.crate) = 16130
|
||||
SHA256 (rust/crates/lock_api-0.3.4.crate) = c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75
|
||||
SIZE (rust/crates/lock_api-0.3.4.crate) = 18750
|
||||
SHA256 (rust/crates/log-0.4.11.crate) = 4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b
|
||||
SIZE (rust/crates/log-0.4.11.crate) = 36276
|
||||
SHA256 (rust/crates/log-mdc-0.1.0.crate) = a94d21414c1f4a51209ad204c1776a3d0765002c76c6abcb602a6f09f1e881c7
|
||||
SIZE (rust/crates/log-mdc-0.1.0.crate) = 6711
|
||||
SHA256 (rust/crates/log4rs-0.8.3.crate) = 100052474df98158c0738a7d3f4249c99978490178b5f9f68cd835ac57adbd1b
|
||||
SIZE (rust/crates/log4rs-0.8.3.crate) = 43574
|
||||
SHA256 (rust/crates/lsp-types-0.60.0.crate) = fe3edefcd66dde1f7f1df706f46520a3c93adc5ca4bc5747da6621195e894efd
|
||||
SIZE (rust/crates/lsp-types-0.60.0.crate) = 28298
|
||||
SHA256 (rust/crates/maplit-1.0.1.crate) = 08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43
|
||||
SIZE (rust/crates/maplit-1.0.1.crate) = 8590
|
||||
SHA256 (rust/crates/log4rs-0.12.0.crate) = f4d8e6e1d5f89acca713132acc6034f30bad09b961d1338161bdb71c08f6e4fa
|
||||
SIZE (rust/crates/log4rs-0.12.0.crate) = 54499
|
||||
SHA256 (rust/crates/lsp-types-0.83.0.crate) = 25e0bd4b95038f2c23bda332ba0ca684e8dda765db1f9bdb63dc4c3e01f3b456
|
||||
SIZE (rust/crates/lsp-types-0.83.0.crate) = 41967
|
||||
SHA256 (rust/crates/maplit-1.0.2.crate) = 3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d
|
||||
SIZE (rust/crates/maplit-1.0.2.crate) = 8871
|
||||
SHA256 (rust/crates/matches-0.1.8.crate) = 7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08
|
||||
SIZE (rust/crates/matches-0.1.8.crate) = 2216
|
||||
SHA256 (rust/crates/memchr-2.2.1.crate) = 88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e
|
||||
SIZE (rust/crates/memchr-2.2.1.crate) = 20862
|
||||
SHA256 (rust/crates/miniz-sys-0.1.12.crate) = 1e9e3ae51cea1576ceba0dde3d484d30e6e5b86dee0b2d412fe3a16a15c98202
|
||||
SIZE (rust/crates/miniz-sys-0.1.12.crate) = 78209
|
||||
SHA256 (rust/crates/miniz_oxide-0.3.2.crate) = 7108aff85b876d06f22503dcce091e29f76733b2bfdd91eebce81f5e68203a10
|
||||
SIZE (rust/crates/miniz_oxide-0.3.2.crate) = 54536
|
||||
SHA256 (rust/crates/mio-0.6.19.crate) = 83f51996a3ed004ef184e16818edc51fadffe8e7ca68be67f9dee67d84d0ff23
|
||||
SIZE (rust/crates/mio-0.6.19.crate) = 128192
|
||||
SHA256 (rust/crates/mio-extras-2.0.5.crate) = 46e73a04c2fa6250b8d802134d56d554a9ec2922bf977777c805ea5def61ce40
|
||||
SIZE (rust/crates/mio-extras-2.0.5.crate) = 16151
|
||||
SHA256 (rust/crates/maybe-uninit-2.0.0.crate) = 60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00
|
||||
SIZE (rust/crates/maybe-uninit-2.0.0.crate) = 11809
|
||||
SHA256 (rust/crates/memchr-2.5.0.crate) = 2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d
|
||||
SIZE (rust/crates/memchr-2.5.0.crate) = 65812
|
||||
SHA256 (rust/crates/memoffset-0.5.5.crate) = c198b026e1bbf08a937e94c6c60f9ec4a2267f5b0d2eec9c1b21b061ce2be55f
|
||||
SIZE (rust/crates/memoffset-0.5.5.crate) = 7318
|
||||
SHA256 (rust/crates/miniz_oxide-0.4.0.crate) = be0f75932c1f6cfae3c04000e40114adf955636e19040f9c0a2c380702aa1c7f
|
||||
SIZE (rust/crates/miniz_oxide-0.4.0.crate) = 45246
|
||||
SHA256 (rust/crates/mio-0.6.22.crate) = fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430
|
||||
SIZE (rust/crates/mio-0.6.22.crate) = 102782
|
||||
SHA256 (rust/crates/mio-extras-2.0.6.crate) = 52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19
|
||||
SIZE (rust/crates/mio-extras-2.0.6.crate) = 16292
|
||||
SHA256 (rust/crates/miow-0.2.1.crate) = 8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919
|
||||
SIZE (rust/crates/miow-0.2.1.crate) = 21133
|
||||
SHA256 (rust/crates/net2-0.2.33.crate) = 42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88
|
||||
SIZE (rust/crates/net2-0.2.33.crate) = 20936
|
||||
SHA256 (rust/crates/notify-4.0.12.crate) = 3572d71f13ea8ed41867accd971fd564aa75934cf7a1fae03ddb8c74a8a49943
|
||||
SIZE (rust/crates/notify-4.0.12.crate) = 48182
|
||||
SHA256 (rust/crates/num-integer-0.1.41.crate) = b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09
|
||||
SIZE (rust/crates/num-integer-0.1.41.crate) = 19399
|
||||
SHA256 (rust/crates/num-traits-0.2.8.crate) = 6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32
|
||||
SIZE (rust/crates/num-traits-0.2.8.crate) = 39965
|
||||
SHA256 (rust/crates/ordered-float-1.0.2.crate) = 18869315e81473c951eb56ad5558bbc56978562d3ecfb87abb7a1e944cea4518
|
||||
SIZE (rust/crates/ordered-float-1.0.2.crate) = 9458
|
||||
SHA256 (rust/crates/pathdiff-0.1.0.crate) = a3bf70094d203e07844da868b634207e71bfab254fe713171fae9a6e751ccf31
|
||||
SIZE (rust/crates/pathdiff-0.1.0.crate) = 6186
|
||||
SHA256 (rust/crates/net2-0.2.34.crate) = 2ba7c918ac76704fb42afcbbb43891e72731f3dcca3bef2a19786297baf14af7
|
||||
SIZE (rust/crates/net2-0.2.34.crate) = 20620
|
||||
SHA256 (rust/crates/notify-4.0.15.crate) = 80ae4a7688d1fab81c5bf19c64fc8db920be8d519ce6336ed4e7efe024724dbd
|
||||
SIZE (rust/crates/notify-4.0.15.crate) = 54853
|
||||
SHA256 (rust/crates/num-integer-0.1.43.crate) = 8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b
|
||||
SIZE (rust/crates/num-integer-0.1.43.crate) = 21966
|
||||
SHA256 (rust/crates/num-traits-0.2.12.crate) = ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611
|
||||
SIZE (rust/crates/num-traits-0.2.12.crate) = 43807
|
||||
SHA256 (rust/crates/ordered-float-1.1.0.crate) = 3741934be594d77de1c8461ebcbbe866f585ea616a9753aa78f2bdc69f0e4579
|
||||
SIZE (rust/crates/ordered-float-1.1.0.crate) = 9864
|
||||
SHA256 (rust/crates/parking_lot-0.10.2.crate) = d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e
|
||||
SIZE (rust/crates/parking_lot-0.10.2.crate) = 39536
|
||||
SHA256 (rust/crates/parking_lot_core-0.7.2.crate) = d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3
|
||||
SIZE (rust/crates/parking_lot_core-0.7.2.crate) = 33875
|
||||
SHA256 (rust/crates/pathdiff-0.2.0.crate) = 877630b3de15c0b64cc52f659345724fbf6bdad9bd9566699fc53688f3c34a34
|
||||
SIZE (rust/crates/pathdiff-0.2.0.crate) = 6189
|
||||
SHA256 (rust/crates/percent-encoding-2.1.0.crate) = d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e
|
||||
SIZE (rust/crates/percent-encoding-2.1.0.crate) = 9748
|
||||
SHA256 (rust/crates/proc-macro2-0.4.30.crate) = cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759
|
||||
SIZE (rust/crates/proc-macro2-0.4.30.crate) = 34731
|
||||
SHA256 (rust/crates/proc-macro2-1.0.1.crate) = 4c5c2380ae88876faae57698be9e9775e3544decad214599c3a6266cca6ac802
|
||||
SIZE (rust/crates/proc-macro2-1.0.1.crate) = 34874
|
||||
SHA256 (rust/crates/quick-error-1.2.2.crate) = 9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0
|
||||
SIZE (rust/crates/quick-error-1.2.2.crate) = 15132
|
||||
SHA256 (rust/crates/quote-0.6.13.crate) = 6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1
|
||||
SIZE (rust/crates/quote-0.6.13.crate) = 17475
|
||||
SHA256 (rust/crates/quote-1.0.2.crate) = 053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe
|
||||
SIZE (rust/crates/quote-1.0.2.crate) = 23023
|
||||
SHA256 (rust/crates/redox_syscall-0.1.56.crate) = 2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84
|
||||
SIZE (rust/crates/redox_syscall-0.1.56.crate) = 17117
|
||||
SHA256 (rust/crates/regex-1.2.1.crate) = 88c3d9193984285d544df4a30c23a4e62ead42edf70a4452ceb76dac1ce05c26
|
||||
SIZE (rust/crates/regex-1.2.1.crate) = 227824
|
||||
SHA256 (rust/crates/regex-syntax-0.6.11.crate) = b143cceb2ca5e56d5671988ef8b15615733e7ee16cd348e064333b251b89343f
|
||||
SIZE (rust/crates/regex-syntax-0.6.11.crate) = 283238
|
||||
SHA256 (rust/crates/rustc-demangle-0.1.16.crate) = 4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783
|
||||
SIZE (rust/crates/rustc-demangle-0.1.16.crate) = 19137
|
||||
SHA256 (rust/crates/ryu-1.0.0.crate) = c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997
|
||||
SIZE (rust/crates/ryu-1.0.0.crate) = 40170
|
||||
SHA256 (rust/crates/same-file-1.0.5.crate) = 585e8ddcedc187886a30fa705c47985c3fa88d06624095856b36ca0b82ff4421
|
||||
SIZE (rust/crates/same-file-1.0.5.crate) = 9861
|
||||
SHA256 (rust/crates/serde-1.0.99.crate) = fec2851eb56d010dc9a21b89ca53ee75e6528bab60c11e89d38390904982da9f
|
||||
SIZE (rust/crates/serde-1.0.99.crate) = 72436
|
||||
SHA256 (rust/crates/serde-value-0.5.3.crate) = 7a663f873dedc4eac1a559d4c6bc0d0b2c34dc5ac4702e105014b8281489e44f
|
||||
SIZE (rust/crates/serde-value-0.5.3.crate) = 9311
|
||||
SHA256 (rust/crates/serde_derive-1.0.99.crate) = cb4dc18c61206b08dc98216c98faa0232f4337e1e1b8574551d5bad29ea1b425
|
||||
SIZE (rust/crates/serde_derive-1.0.99.crate) = 49786
|
||||
SHA256 (rust/crates/serde_json-1.0.40.crate) = 051c49229f282f7c6f3813f8286cc1e3323e8051823fce42c7ea80fe13521704
|
||||
SIZE (rust/crates/serde_json-1.0.40.crate) = 69695
|
||||
SHA256 (rust/crates/serde_repr-0.1.5.crate) = cd02c7587ec314570041b2754829f84d873ced14a96d1fd1823531e11db40573
|
||||
SIZE (rust/crates/serde_repr-0.1.5.crate) = 8914
|
||||
SHA256 (rust/crates/serde_yaml-0.8.9.crate) = 38b08a9a90e5260fe01c6480ec7c811606df6d3a660415808c3c3fa8ed95b582
|
||||
SIZE (rust/crates/serde_yaml-0.8.9.crate) = 35344
|
||||
SHA256 (rust/crates/shellexpand-1.0.0.crate) = de7a5b5a9142fd278a10e0209b021a1b85849352e6951f4f914735c976737564
|
||||
SIZE (rust/crates/shellexpand-1.0.0.crate) = 13055
|
||||
SHA256 (rust/crates/pin-project-lite-0.1.11.crate) = c917123afa01924fc84bb20c4c03f004d9c38e5127e3c039bbf7f4b9c76a2f6b
|
||||
SIZE (rust/crates/pin-project-lite-0.1.11.crate) = 25308
|
||||
SHA256 (rust/crates/proc-macro2-1.0.19.crate) = 04f5f085b5d71e2188cb8271e5da0161ad52c3f227a661a3c135fdf28e258b12
|
||||
SIZE (rust/crates/proc-macro2-1.0.19.crate) = 36390
|
||||
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.7.crate) = aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37
|
||||
SIZE (rust/crates/quote-1.0.7.crate) = 25170
|
||||
SHA256 (rust/crates/redox_syscall-0.1.57.crate) = 41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce
|
||||
SIZE (rust/crates/redox_syscall-0.1.57.crate) = 17087
|
||||
SHA256 (rust/crates/redox_users-0.3.4.crate) = 09b23093265f8d200fa7b4c2c76297f47e681c655f6f1285a8780d6a022f7431
|
||||
SIZE (rust/crates/redox_users-0.3.4.crate) = 12526
|
||||
SHA256 (rust/crates/regex-1.5.5.crate) = 1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286
|
||||
SIZE (rust/crates/regex-1.5.5.crate) = 238119
|
||||
SHA256 (rust/crates/regex-syntax-0.6.26.crate) = 49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64
|
||||
SIZE (rust/crates/regex-syntax-0.6.26.crate) = 293912
|
||||
SHA256 (rust/crates/rust-argon2-0.7.0.crate) = 2bc8af4bda8e1ff4932523b94d3dd20ee30a87232323eda55903ffd71d2fb017
|
||||
SIZE (rust/crates/rust-argon2-0.7.0.crate) = 27757
|
||||
SHA256 (rust/crates/ryu-1.0.5.crate) = 71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e
|
||||
SIZE (rust/crates/ryu-1.0.5.crate) = 49570
|
||||
SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502
|
||||
SIZE (rust/crates/same-file-1.0.6.crate) = 10183
|
||||
SHA256 (rust/crates/scopeguard-1.1.0.crate) = d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd
|
||||
SIZE (rust/crates/scopeguard-1.1.0.crate) = 11470
|
||||
SHA256 (rust/crates/serde-1.0.114.crate) = 5317f7588f0a5078ee60ef675ef96735a1442132dc645eb1d12c018620ed8cd3
|
||||
SIZE (rust/crates/serde-1.0.114.crate) = 74453
|
||||
SHA256 (rust/crates/serde-value-0.6.0.crate) = 5a65a7291a8a568adcae4c10a677ebcedbc6c9cec91c054dee2ce40b0e3290eb
|
||||
SIZE (rust/crates/serde-value-0.6.0.crate) = 9887
|
||||
SHA256 (rust/crates/serde_derive-1.0.114.crate) = 2a0be94b04690fbaed37cddffc5c134bf537c8e3329d53e982fe04c374978f8e
|
||||
SIZE (rust/crates/serde_derive-1.0.114.crate) = 50733
|
||||
SHA256 (rust/crates/serde_json-1.0.56.crate) = 3433e879a558dde8b5e8feb2a04899cf34fdde1fafb894687e52105fc1162ac3
|
||||
SIZE (rust/crates/serde_json-1.0.56.crate) = 114541
|
||||
SHA256 (rust/crates/serde_repr-0.1.6.crate) = 2dc6b7951b17b051f3210b063f12cc17320e2fe30ae05b0fe2a3abb068551c76
|
||||
SIZE (rust/crates/serde_repr-0.1.6.crate) = 10181
|
||||
SHA256 (rust/crates/serde_yaml-0.8.13.crate) = ae3e2dd40a7cdc18ca80db804b7f461a39bb721160a85c9a1fa30134bf3c02a5
|
||||
SIZE (rust/crates/serde_yaml-0.8.13.crate) = 37683
|
||||
SHA256 (rust/crates/shellexpand-2.0.0.crate) = 9a2b22262a9aaf9464d356f656fea420634f78c881c5eebd5ef5e66d8b9bc603
|
||||
SIZE (rust/crates/shellexpand-2.0.0.crate) = 14253
|
||||
SHA256 (rust/crates/slab-0.4.2.crate) = c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8
|
||||
SIZE (rust/crates/slab-0.4.2.crate) = 10136
|
||||
SHA256 (rust/crates/smallvec-0.6.10.crate) = ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7
|
||||
SIZE (rust/crates/smallvec-0.6.10.crate) = 22064
|
||||
SHA256 (rust/crates/strsim-0.8.0.crate) = 8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a
|
||||
SIZE (rust/crates/strsim-0.8.0.crate) = 9309
|
||||
SHA256 (rust/crates/structopt-0.2.18.crate) = 16c2cdbf9cc375f15d1b4141bc48aeef444806655cd0e904207edc8d68d86ed7
|
||||
SIZE (rust/crates/structopt-0.2.18.crate) = 26373
|
||||
SHA256 (rust/crates/structopt-derive-0.2.18.crate) = 53010261a84b37689f9ed7d395165029f9cc7abb9f56bbfe86bee2597ed25107
|
||||
SIZE (rust/crates/structopt-derive-0.2.18.crate) = 13088
|
||||
SHA256 (rust/crates/syn-0.15.44.crate) = 9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5
|
||||
SIZE (rust/crates/syn-0.15.44.crate) = 184212
|
||||
SHA256 (rust/crates/syn-1.0.3.crate) = 158521e6f544e7e3dcfc370ac180794aa38cb34a1b1e07609376d4adcf429b93
|
||||
SIZE (rust/crates/syn-1.0.3.crate) = 189842
|
||||
SHA256 (rust/crates/synstructure-0.10.2.crate) = 02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f
|
||||
SIZE (rust/crates/synstructure-0.10.2.crate) = 17988
|
||||
SHA256 (rust/crates/smallvec-1.4.1.crate) = 3757cb9d89161a2f24e1cf78efa0c1fcff485d18e3f55e0aa3480824ddaa0f3f
|
||||
SIZE (rust/crates/smallvec-1.4.1.crate) = 25818
|
||||
SHA256 (rust/crates/syn-1.0.35.crate) = fb7f4c519df8c117855e19dd8cc851e89eb746fe7a73f0157e0d95fdec5369b0
|
||||
SIZE (rust/crates/syn-1.0.35.crate) = 204757
|
||||
SHA256 (rust/crates/textwrap-0.11.0.crate) = d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060
|
||||
SIZE (rust/crates/textwrap-0.11.0.crate) = 17322
|
||||
SHA256 (rust/crates/thiserror-1.0.20.crate) = 7dfdd070ccd8ccb78f4ad66bf1982dc37f620ef696c6b5028fe2ed83dd3d0d08
|
||||
SIZE (rust/crates/thiserror-1.0.20.crate) = 15950
|
||||
SHA256 (rust/crates/thiserror-impl-1.0.20.crate) = bd80fc12f73063ac132ac92aceea36734f04a1d93c1240c6944e23a3b8841793
|
||||
SIZE (rust/crates/thiserror-impl-1.0.20.crate) = 13197
|
||||
SHA256 (rust/crates/thread-id-3.3.0.crate) = c7fbf4c9d56b320106cd64fd024dadfa0be7cb4706725fc44a7d7ce952d820c1
|
||||
SIZE (rust/crates/thread-id-3.3.0.crate) = 7514
|
||||
SHA256 (rust/crates/thread_local-0.3.6.crate) = c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b
|
||||
SIZE (rust/crates/thread_local-0.3.6.crate) = 12388
|
||||
SHA256 (rust/crates/time-0.1.42.crate) = db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f
|
||||
SIZE (rust/crates/time-0.1.42.crate) = 30005
|
||||
SHA256 (rust/crates/time-0.1.43.crate) = ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438
|
||||
SIZE (rust/crates/time-0.1.43.crate) = 28653
|
||||
SHA256 (rust/crates/tinyvec-0.3.3.crate) = 53953d2d3a5ad81d9f844a32f14ebb121f50b650cd59d0ee2a07cf13c617efed
|
||||
SIZE (rust/crates/tinyvec-0.3.3.crate) = 17860
|
||||
SHA256 (rust/crates/tracing-0.1.21.crate) = b0987850db3733619253fe60e17cb59b82d37c7e6c0236bb81e4d6b87c879f27
|
||||
SIZE (rust/crates/tracing-0.1.21.crate) = 65404
|
||||
SHA256 (rust/crates/tracing-attributes-0.1.11.crate) = 80e0ccfc3378da0cce270c946b676a376943f5cd16aeba64568e7939806f4ada
|
||||
SIZE (rust/crates/tracing-attributes-0.1.11.crate) = 17279
|
||||
SHA256 (rust/crates/tracing-core-0.1.17.crate) = f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f
|
||||
SIZE (rust/crates/tracing-core-0.1.17.crate) = 47774
|
||||
SHA256 (rust/crates/tracing-log-0.1.1.crate) = 5e0f8c7178e13481ff6765bd169b33e8d554c5d2bbede5e32c356194be02b9b9
|
||||
SIZE (rust/crates/tracing-log-0.1.1.crate) = 12919
|
||||
SHA256 (rust/crates/traitobject-0.1.0.crate) = efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079
|
||||
SIZE (rust/crates/traitobject-0.1.0.crate) = 1957
|
||||
SHA256 (rust/crates/treediff-3.0.2.crate) = 761e8d5ad7ce14bb82b7e61ccc0ca961005a275a060b9644a2431aa11553c2ff
|
||||
SIZE (rust/crates/treediff-3.0.2.crate) = 8205
|
||||
SHA256 (rust/crates/typemap-0.3.3.crate) = 653be63c80a3296da5551e1bfd2cca35227e13cdd08c6668903ae2f4f77aa1f6
|
||||
SIZE (rust/crates/typemap-0.3.3.crate) = 4148
|
||||
SHA256 (rust/crates/unicode-bidi-0.3.4.crate) = 49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5
|
||||
SIZE (rust/crates/unicode-bidi-0.3.4.crate) = 32228
|
||||
SHA256 (rust/crates/unicode-normalization-0.1.8.crate) = 141339a08b982d942be2ca06ff8b076563cbe223d1befd5450716790d44e2426
|
||||
SIZE (rust/crates/unicode-normalization-0.1.8.crate) = 71158
|
||||
SHA256 (rust/crates/unicode-segmentation-1.3.0.crate) = 1967f4cdfc355b37fd76d2a954fb2ed3871034eb4f26d60537d88795cfc332a9
|
||||
SIZE (rust/crates/unicode-segmentation-1.3.0.crate) = 90567
|
||||
SHA256 (rust/crates/unicode-width-0.1.5.crate) = 882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526
|
||||
SIZE (rust/crates/unicode-width-0.1.5.crate) = 15761
|
||||
SHA256 (rust/crates/unicode-xid-0.1.0.crate) = fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc
|
||||
SIZE (rust/crates/unicode-xid-0.1.0.crate) = 16000
|
||||
SHA256 (rust/crates/unicode-xid-0.2.0.crate) = 826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c
|
||||
SIZE (rust/crates/unicode-xid-0.2.0.crate) = 14994
|
||||
SHA256 (rust/crates/unicode-normalization-0.1.13.crate) = 6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977
|
||||
SIZE (rust/crates/unicode-normalization-0.1.13.crate) = 91691
|
||||
SHA256 (rust/crates/unicode-width-0.1.8.crate) = 9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3
|
||||
SIZE (rust/crates/unicode-width-0.1.8.crate) = 16732
|
||||
SHA256 (rust/crates/unicode-xid-0.2.1.crate) = f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564
|
||||
SIZE (rust/crates/unicode-xid-0.2.1.crate) = 14392
|
||||
SHA256 (rust/crates/unsafe-any-0.4.2.crate) = f30360d7979f5e9c6e6cea48af192ea8fab4afb3cf72597154b8f08935bc9c7f
|
||||
SIZE (rust/crates/unsafe-any-0.4.2.crate) = 1922
|
||||
SHA256 (rust/crates/url-2.1.0.crate) = 75b414f6c464c879d7f9babf951f23bc3743fb7313c081b2e6ca719067ea9d61
|
||||
SIZE (rust/crates/url-2.1.0.crate) = 64776
|
||||
SHA256 (rust/crates/vec_map-0.8.1.crate) = 05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a
|
||||
SIZE (rust/crates/vec_map-0.8.1.crate) = 14959
|
||||
SHA256 (rust/crates/walkdir-2.2.9.crate) = 9658c94fa8b940eab2250bd5a457f9c48b748420d71293b165c8cdbe2f55f71e
|
||||
SIZE (rust/crates/walkdir-2.2.9.crate) = 22423
|
||||
SHA256 (rust/crates/url-2.1.1.crate) = 829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb
|
||||
SIZE (rust/crates/url-2.1.1.crate) = 70383
|
||||
SHA256 (rust/crates/walkdir-2.3.1.crate) = 777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d
|
||||
SIZE (rust/crates/walkdir-2.3.1.crate) = 23413
|
||||
SHA256 (rust/crates/wasi-0.9.0+wasi-snapshot-preview1.crate) = cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519
|
||||
SIZE (rust/crates/wasi-0.9.0+wasi-snapshot-preview1.crate) = 31521
|
||||
SHA256 (rust/crates/winapi-0.2.8.crate) = 167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a
|
||||
SIZE (rust/crates/winapi-0.2.8.crate) = 455145
|
||||
SHA256 (rust/crates/winapi-0.3.7.crate) = f10e386af2b13e47c89e7236a7a14a086791a2b88ebad6df9bf42040195cf770
|
||||
SIZE (rust/crates/winapi-0.3.7.crate) = 1075776
|
||||
SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419
|
||||
SIZE (rust/crates/winapi-0.3.9.crate) = 1200382
|
||||
SHA256 (rust/crates/winapi-build-0.1.1.crate) = 2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc
|
||||
SIZE (rust/crates/winapi-build-0.1.1.crate) = 669
|
||||
SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6
|
||||
SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815
|
||||
SHA256 (rust/crates/winapi-util-0.1.2.crate) = 7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9
|
||||
SIZE (rust/crates/winapi-util-0.1.2.crate) = 7810
|
||||
SHA256 (rust/crates/winapi-util-0.1.5.crate) = 70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178
|
||||
SIZE (rust/crates/winapi-util-0.1.5.crate) = 10164
|
||||
SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f
|
||||
SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998
|
||||
SHA256 (rust/crates/ws2_32-sys-0.2.1.crate) = d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e
|
||||
SIZE (rust/crates/ws2_32-sys-0.2.1.crate) = 4697
|
||||
SHA256 (rust/crates/yaml-rust-0.4.3.crate) = 65923dd1784f44da1d2c3dbbc5e822045628c590ba72123e1c73d3c230c4434d
|
||||
SIZE (rust/crates/yaml-rust-0.4.3.crate) = 45768
|
||||
SHA256 (autozimu-LanguageClient-neovim-v0.1.153_GH0.tar.gz) = 83044194e830b8de8b52094459f3c1695e902e94e059f0578dabca00e1c3f7e3
|
||||
SIZE (autozimu-LanguageClient-neovim-v0.1.153_GH0.tar.gz) = 86969
|
||||
SHA256 (rust/crates/yaml-rust-0.4.4.crate) = 39f0c922f1a334134dc2f7a8b67dc5d25f0735263feec974345ff706bcf20b0d
|
||||
SIZE (rust/crates/yaml-rust-0.4.4.crate) = 48359
|
||||
SHA256 (autozimu-LanguageClient-neovim-0.1.161-3-gcf6dd11_GH0.tar.gz) = 978e9800171a5997b222b89757b9017560c2af515415d142c02523b75b13978c
|
||||
SIZE (autozimu-LanguageClient-neovim-0.1.161-3-gcf6dd11_GH0.tar.gz) = 123864
|
||||
|
|
|
|||
|
|
@ -10,6 +10,10 @@ DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
|
|||
DIST_SUBDIR= libreoffice
|
||||
EXTRACT_ONLY:= ${DISTFILES}
|
||||
|
||||
#ZXing 2.0.0
|
||||
PATCH_SITES+= https://github.com/LibreOffice/core/commit/
|
||||
PATCHFILES+= 15e5d86cc55ad94ac946e04d5e25b84be5810970.diff:-p1
|
||||
|
||||
COMMENT= Full integrated office productivity suite
|
||||
WWW?= https://www.libreoffice.org/
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
TIMESTAMP = 1669104852
|
||||
TIMESTAMP = 1673377887
|
||||
SHA256 (libreoffice/libreoffice-7.4.3.2.tar.xz) = ffbcbb182e2296ec68ea2ec46bce80a40d53540729c00280ad541cd83c69db3b
|
||||
SIZE (libreoffice/libreoffice-7.4.3.2.tar.xz) = 263885136
|
||||
SHA256 (libreoffice/libreoffice-help-7.4.3.2.tar.xz) = d08f4a2f16fb375903270facab527e28de57deb9ba452f9d449d5271d0f118a2
|
||||
|
|
@ -49,3 +49,5 @@ SHA256 (libreoffice/pdfium-5058.tar.bz2) = eaf4ce9fad32b5d951c524139df23119b66c6
|
|||
SIZE (libreoffice/pdfium-5058.tar.bz2) = 9771391
|
||||
SHA256 (libreoffice/185d60944ea767075d27247c3162b3bc-unowinreg.dll) = eafde646a7dbe46d20c291685b0beac2382174d78d66ee990e229a1bf6e6cec6
|
||||
SIZE (libreoffice/185d60944ea767075d27247c3162b3bc-unowinreg.dll) = 12288
|
||||
SHA256 (libreoffice/15e5d86cc55ad94ac946e04d5e25b84be5810970.diff) = 8c7262f8439bce704d4344d59c632a781a60901470b3265d31748cfed1620570
|
||||
SIZE (libreoffice/15e5d86cc55ad94ac946e04d5e25b84be5810970.diff) = 1272
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= novelwriter
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.0.2
|
||||
DISTVERSION= 2.0.3
|
||||
CATEGORIES= editors python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1669934758
|
||||
SHA256 (vkbo-novelWriter-v2.0.2_GH0.tar.gz) = 03aee738e75c889a92c204cebd431b80f7f1daef155c59fe0c33e009aa67d4ea
|
||||
SIZE (vkbo-novelWriter-v2.0.2_GH0.tar.gz) = 2829775
|
||||
TIMESTAMP = 1673317233
|
||||
SHA256 (vkbo-novelWriter-v2.0.3_GH0.tar.gz) = 14cb1895bc6347b6b1f5e96cdeef4a6858fdcfe0b7fd29d0d4e547c3631085f5
|
||||
SIZE (vkbo-novelWriter-v2.0.3_GH0.tar.gz) = 2831455
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= libretro-kronos
|
||||
PORTVERSION= 2.1.5.20210601
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= emulators games
|
||||
|
||||
MAINTAINER= beyert@cs.ucr.edu
|
||||
|
|
@ -9,8 +10,6 @@ WWW= https://fcare.github.io
|
|||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/yabause/COPYING
|
||||
|
||||
LIB_DEPENDS= libGL.so:graphics/mesa-libs
|
||||
|
||||
# standalone version uses solely cmake, whereas the retroarch core uses both
|
||||
# cmake and gmake
|
||||
USES= cmake:noninja compiler:c++11-lib gl gmake pkgconfig qt:5 sdl
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
PORTNAME= rpcs3
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.0.25-14519 # git rev-list --count HEAD
|
||||
DISTVERSIONSUFFIX= -g7c2d6f8a23
|
||||
DISTVERSION= 0.0.26 # git rev-list --count HEAD
|
||||
DISTVERSIONSUFFIX= -14525-gdf718bcb0f
|
||||
CATEGORIES= emulators wayland
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
|
|
@ -27,7 +27,7 @@ ONLY_FOR_ARCHS_REASON= requires int128 and SSE2
|
|||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= RPCS3
|
||||
GH_TUPLE= RPCS3:hidapi:hidapi-0.12.0-2-gc2aa9dd:hidapi/3rdparty/hidapi/hidapi \
|
||||
GH_TUPLE= RPCS3:hidapi:hidapi-0.13.0-2-ga3ce129:hidapi/3rdparty/hidapi/hidapi \
|
||||
RPCS3:llvm-mirror:9b52b6c39ae9:llvm/llvm \
|
||||
RPCS3:soundtouch:2.3.1-16-g83cfba6:soundtouch/3rdparty/SoundTouch/soundtouch \
|
||||
asmjit:asmjit:06d0bad:asmjit/3rdparty/asmjit/asmjit \
|
||||
|
|
@ -51,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+= 59e69944056b.patch:-p1:qt6 # https://github.com/RPCS3/rpcs3/pull/12471
|
||||
PATCHFILES+= 07549bfdfcfd.patch:-p1:qt6 # https://github.com/RPCS3/rpcs3/pull/12471
|
||||
PKGNAMESUFFIX= -${FLAVOR}
|
||||
USES:= ${USES:S/qt:5/qt:6/}
|
||||
USE_QT= base multimedia svg
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
TIMESTAMP = 1672749099
|
||||
SHA256 (RPCS3-rpcs3-v0.0.25-14519-g7c2d6f8a23_GH0.tar.gz) = afdbaeddf80c06f775fc5e2e24178da9c7b154a68d630907d4936068d5ee2356
|
||||
SIZE (RPCS3-rpcs3-v0.0.25-14519-g7c2d6f8a23_GH0.tar.gz) = 8719522
|
||||
SHA256 (RPCS3-hidapi-hidapi-0.12.0-2-gc2aa9dd_GH0.tar.gz) = 0670ad9e58476c51775fd3a0b9e995eab5a544b498f00e802023acd265f07a3e
|
||||
SIZE (RPCS3-hidapi-hidapi-0.12.0-2-gc2aa9dd_GH0.tar.gz) = 239244
|
||||
TIMESTAMP = 1673131661
|
||||
SHA256 (RPCS3-rpcs3-v0.0.26-14525-gdf718bcb0f_GH0.tar.gz) = 5d386755986f6e8bedfe167c147d5e540a0b09fc35d97a0d64df28f7322b0781
|
||||
SIZE (RPCS3-rpcs3-v0.0.26-14525-gdf718bcb0f_GH0.tar.gz) = 8721162
|
||||
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
|
||||
SIZE (RPCS3-llvm-mirror-9b52b6c39ae9_GH0.tar.gz) = 29968896
|
||||
SHA256 (RPCS3-soundtouch-2.3.1-16-g83cfba6_GH0.tar.gz) = 56863dbed27510742ed4ced54e9a5fba8658bcbfbb1cc5cdb978d7d537a3a874
|
||||
|
|
@ -23,5 +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 (59e69944056b.patch) = e0b286d4ceae6c5bffc95be2f3044e40ac5e4c6e0796ac421fa90fa3978a68dd
|
||||
SIZE (59e69944056b.patch) = 112588
|
||||
SHA256 (07549bfdfcfd.patch) = e2392af6f0b25b48dfd27117e42b0d0942b5a51a82937a9bb81746496e0a1fcf
|
||||
SIZE (07549bfdfcfd.patch) = 112591
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= yuzu
|
||||
PORTVERSION= s20230106
|
||||
PORTVERSION= s20230108
|
||||
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= c0f17e1b2
|
||||
GH_TAGNAME= 948ac976d
|
||||
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 \
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue