mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 20:36:30 -04:00
net-im/conduit: Update to 0.7.0
- install documentation
This commit is contained in:
parent
597fe2969c
commit
bbafdb3bb7
4 changed files with 727 additions and 739 deletions
|
@ -1,7 +1,6 @@
|
||||||
PORTNAME= conduit
|
PORTNAME= conduit
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 0.6.0
|
DISTVERSION= 0.7.0
|
||||||
PORTREVISION= 6
|
|
||||||
CATEGORIES= net-im
|
CATEGORIES= net-im
|
||||||
PKGNAMEPREFIX= matrix-
|
PKGNAMEPREFIX= matrix-
|
||||||
|
|
||||||
|
@ -31,7 +30,7 @@ DBDIR= /var/db/${PORTNAME}
|
||||||
|
|
||||||
USE_GITLAB= yes
|
USE_GITLAB= yes
|
||||||
GL_ACCOUNT= famedly
|
GL_ACCOUNT= famedly
|
||||||
GL_TAGNAME= 0c2cfda3ae923d9e922d5edf379e4d8976a52d4e
|
GL_TAGNAME= a854ce5cf64103d83b721fb124262fb52466a646
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's,/etc/conduit.toml,${PREFIX}/etc/conduit.toml,' \
|
@${REINPLACE_CMD} -e 's,/etc/conduit.toml,${PREFIX}/etc/conduit.toml,' \
|
||||||
|
@ -40,6 +39,8 @@ post-patch:
|
||||||
${WRKSRC}/conduit-example.toml
|
${WRKSRC}/conduit-example.toml
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
|
cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
|
||||||
${INSTALL_DATA} ${WRKSRC}/conduit-example.toml ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.toml.sample
|
${INSTALL_DATA} ${WRKSRC}/conduit-example.toml ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.toml.sample
|
||||||
@${MKDIR} ${STAGEDIR}${DBDIR}
|
@${MKDIR} ${STAGEDIR}${DBDIR}
|
||||||
|
|
||||||
|
|
|
@ -1,166 +1,162 @@
|
||||||
CARGO_CRATES= adler-1.0.2 \
|
CARGO_CRATES= addr2line-0.21.0 \
|
||||||
ahash-0.8.3 \
|
adler-1.0.2 \
|
||||||
aho-corasick-1.0.2 \
|
ahash-0.8.11 \
|
||||||
allocator-api2-0.2.15 \
|
aho-corasick-1.1.2 \
|
||||||
anstyle-1.0.1 \
|
allocator-api2-0.2.16 \
|
||||||
arc-swap-1.6.0 \
|
anstyle-1.0.6 \
|
||||||
|
arc-swap-1.7.0 \
|
||||||
arrayref-0.3.7 \
|
arrayref-0.3.7 \
|
||||||
arrayvec-0.7.4 \
|
arrayvec-0.7.4 \
|
||||||
|
as_variant-1.2.0 \
|
||||||
assign-1.1.1 \
|
assign-1.1.1 \
|
||||||
async-trait-0.1.68 \
|
async-trait-0.1.77 \
|
||||||
atomic-0.5.3 \
|
atomic-0.6.0 \
|
||||||
autocfg-1.1.0 \
|
autocfg-1.1.0 \
|
||||||
axum-0.6.18 \
|
axum-0.6.20 \
|
||||||
axum-core-0.3.4 \
|
axum-core-0.3.4 \
|
||||||
axum-server-0.5.1 \
|
axum-server-0.5.1 \
|
||||||
base64-0.13.1 \
|
backtrace-0.3.69 \
|
||||||
base64-0.21.2 \
|
base64-0.21.7 \
|
||||||
base64ct-1.6.0 \
|
base64ct-1.6.0 \
|
||||||
bincode-1.3.3 \
|
bindgen-0.69.4 \
|
||||||
bindgen-0.65.1 \
|
|
||||||
bitflags-1.3.2 \
|
bitflags-1.3.2 \
|
||||||
bitflags-2.3.2 \
|
bitflags-2.4.2 \
|
||||||
blake2b_simd-1.0.1 \
|
blake2b_simd-1.0.2 \
|
||||||
block-buffer-0.9.0 \
|
|
||||||
block-buffer-0.10.4 \
|
block-buffer-0.10.4 \
|
||||||
bumpalo-3.13.0 \
|
bumpalo-3.15.4 \
|
||||||
bytemuck-1.13.1 \
|
bytemuck-1.15.0 \
|
||||||
byteorder-1.4.3 \
|
byteorder-1.5.0 \
|
||||||
bytes-1.4.0 \
|
bytes-1.5.0 \
|
||||||
bzip2-sys-0.1.11+1.0.8 \
|
bzip2-sys-0.1.11+1.0.8 \
|
||||||
cc-1.0.79 \
|
cc-1.0.90 \
|
||||||
cexpr-0.6.0 \
|
cexpr-0.6.0 \
|
||||||
cfg-if-1.0.0 \
|
cfg-if-1.0.0 \
|
||||||
clang-sys-1.6.1 \
|
cfg_aliases-0.1.1 \
|
||||||
clap-4.3.8 \
|
clang-sys-1.7.0 \
|
||||||
clap_builder-4.3.8 \
|
clap-4.5.2 \
|
||||||
clap_derive-4.3.2 \
|
clap_builder-4.5.2 \
|
||||||
clap_lex-0.5.0 \
|
clap_derive-4.5.0 \
|
||||||
|
clap_lex-0.7.0 \
|
||||||
color_quant-1.1.0 \
|
color_quant-1.1.0 \
|
||||||
const-oid-0.9.2 \
|
const-oid-0.9.6 \
|
||||||
const_panic-0.2.8 \
|
const_panic-0.2.8 \
|
||||||
constant_time_eq-0.1.5 \
|
constant_time_eq-0.3.0 \
|
||||||
constant_time_eq-0.2.6 \
|
core-foundation-0.9.4 \
|
||||||
core-foundation-0.9.3 \
|
core-foundation-sys-0.8.6 \
|
||||||
core-foundation-sys-0.8.4 \
|
cpufeatures-0.2.12 \
|
||||||
cpufeatures-0.2.8 \
|
|
||||||
crc-3.0.1 \
|
crc-3.0.1 \
|
||||||
crc-catalog-2.2.0 \
|
crc-catalog-2.4.0 \
|
||||||
crc32fast-1.3.2 \
|
crc32fast-1.4.0 \
|
||||||
crossbeam-0.8.2 \
|
crossbeam-channel-0.5.12 \
|
||||||
crossbeam-channel-0.5.8 \
|
crossbeam-utils-0.8.19 \
|
||||||
crossbeam-deque-0.8.3 \
|
|
||||||
crossbeam-epoch-0.9.15 \
|
|
||||||
crossbeam-queue-0.3.8 \
|
|
||||||
crossbeam-utils-0.8.16 \
|
|
||||||
crypto-common-0.1.6 \
|
crypto-common-0.1.6 \
|
||||||
curve25519-dalek-3.2.0 \
|
curve25519-dalek-4.1.2 \
|
||||||
dashmap-5.4.0 \
|
curve25519-dalek-derive-0.1.1 \
|
||||||
data-encoding-2.4.0 \
|
dashmap-5.5.3 \
|
||||||
der-0.6.1 \
|
data-encoding-2.5.0 \
|
||||||
digest-0.9.0 \
|
der-0.7.8 \
|
||||||
|
deranged-0.3.11 \
|
||||||
digest-0.10.7 \
|
digest-0.10.7 \
|
||||||
directories-4.0.1 \
|
directories-4.0.1 \
|
||||||
dirs-sys-0.3.7 \
|
dirs-sys-0.3.7 \
|
||||||
ed25519-1.5.3 \
|
ed25519-2.2.3 \
|
||||||
ed25519-dalek-1.0.1 \
|
ed25519-dalek-2.1.1 \
|
||||||
either-1.8.1 \
|
either-1.10.0 \
|
||||||
encoding_rs-0.8.32 \
|
encoding_rs-0.8.33 \
|
||||||
enum-as-inner-0.5.1 \
|
enum-as-inner-0.5.1 \
|
||||||
equivalent-1.0.0 \
|
equivalent-1.0.1 \
|
||||||
fallible-iterator-0.2.0 \
|
fallible-iterator-0.2.0 \
|
||||||
fallible-streaming-iterator-0.1.9 \
|
fallible-streaming-iterator-0.1.9 \
|
||||||
fdeflate-0.3.0 \
|
fdeflate-0.3.4 \
|
||||||
figment-0.10.10 \
|
fiat-crypto-0.2.6 \
|
||||||
flate2-1.0.26 \
|
figment-0.10.14 \
|
||||||
|
flate2-1.0.28 \
|
||||||
fnv-1.0.7 \
|
fnv-1.0.7 \
|
||||||
form_urlencoded-1.2.0 \
|
form_urlencoded-1.2.1 \
|
||||||
fs2-0.4.3 \
|
fs2-0.4.3 \
|
||||||
futures-0.3.28 \
|
futures-0.3.30 \
|
||||||
futures-channel-0.3.28 \
|
futures-channel-0.3.30 \
|
||||||
futures-core-0.3.28 \
|
futures-core-0.3.30 \
|
||||||
futures-executor-0.3.28 \
|
futures-executor-0.3.30 \
|
||||||
futures-io-0.3.28 \
|
futures-io-0.3.30 \
|
||||||
futures-macro-0.3.28 \
|
futures-macro-0.3.30 \
|
||||||
futures-sink-0.3.28 \
|
futures-sink-0.3.30 \
|
||||||
futures-task-0.3.28 \
|
futures-task-0.3.30 \
|
||||||
futures-util-0.3.28 \
|
futures-util-0.3.30 \
|
||||||
generic-array-0.14.7 \
|
generic-array-0.14.7 \
|
||||||
getrandom-0.1.16 \
|
getrandom-0.2.12 \
|
||||||
getrandom-0.2.10 \
|
gif-0.13.1 \
|
||||||
gif-0.12.0 \
|
gimli-0.28.1 \
|
||||||
glob-0.3.1 \
|
glob-0.3.1 \
|
||||||
h2-0.3.19 \
|
h2-0.3.24 \
|
||||||
hashbrown-0.12.3 \
|
hashbrown-0.12.3 \
|
||||||
hashbrown-0.14.0 \
|
hashbrown-0.14.3 \
|
||||||
hashlink-0.8.3 \
|
hashlink-0.8.4 \
|
||||||
headers-0.3.8 \
|
headers-0.3.9 \
|
||||||
headers-core-0.2.0 \
|
headers-core-0.2.0 \
|
||||||
heck-0.4.1 \
|
heck-0.4.1 \
|
||||||
hermit-abi-0.2.6 \
|
hermit-abi-0.3.9 \
|
||||||
hmac-0.12.1 \
|
hmac-0.12.1 \
|
||||||
hostname-0.3.1 \
|
hostname-0.3.1 \
|
||||||
http-0.2.9 \
|
http-0.2.12 \
|
||||||
http-body-0.4.5 \
|
http-body-0.4.6 \
|
||||||
http-range-header-0.3.0 \
|
http-range-header-0.3.1 \
|
||||||
httparse-1.8.0 \
|
httparse-1.8.0 \
|
||||||
httpdate-1.0.2 \
|
httpdate-1.0.3 \
|
||||||
hyper-0.14.26 \
|
hyper-0.14.28 \
|
||||||
hyper-rustls-0.23.2 \
|
hyper-rustls-0.24.2 \
|
||||||
idna-0.2.3 \
|
idna-0.2.3 \
|
||||||
idna-0.4.0 \
|
idna-0.5.0 \
|
||||||
image-0.24.6 \
|
image-0.24.9 \
|
||||||
indexmap-1.9.3 \
|
indexmap-1.9.3 \
|
||||||
indexmap-2.0.0 \
|
indexmap-2.2.5 \
|
||||||
inlinable_string-0.1.15 \
|
inlinable_string-0.1.15 \
|
||||||
integer-encoding-3.0.4 \
|
integer-encoding-3.0.4 \
|
||||||
ipconfig-0.3.2 \
|
ipconfig-0.3.2 \
|
||||||
ipnet-2.7.2 \
|
ipnet-2.9.0 \
|
||||||
itertools-0.11.0 \
|
itertools-0.11.0 \
|
||||||
itoa-1.0.6 \
|
itertools-0.12.1 \
|
||||||
jobserver-0.1.26 \
|
itoa-1.0.10 \
|
||||||
jpeg-decoder-0.3.0 \
|
jobserver-0.1.28 \
|
||||||
js-sys-0.3.64 \
|
jpeg-decoder-0.3.1 \
|
||||||
|
js-sys-0.3.69 \
|
||||||
js_int-0.2.2 \
|
js_int-0.2.2 \
|
||||||
js_option-0.1.1 \
|
js_option-0.1.1 \
|
||||||
jsonwebtoken-8.3.0 \
|
jsonwebtoken-9.2.0 \
|
||||||
konst-0.3.5 \
|
konst-0.3.8 \
|
||||||
konst_kernel-0.3.5 \
|
konst_kernel-0.3.8 \
|
||||||
lazy_static-1.4.0 \
|
lazy_static-1.4.0 \
|
||||||
lazycell-1.3.0 \
|
lazycell-1.3.0 \
|
||||||
libc-0.2.146 \
|
libc-0.2.153 \
|
||||||
libloading-0.7.4 \
|
libloading-0.8.3 \
|
||||||
librocksdb-sys-0.11.0+8.1.1 \
|
libredox-0.0.1 \
|
||||||
libsqlite3-sys-0.26.0 \
|
libsqlite3-sys-0.26.0 \
|
||||||
libz-sys-1.1.9 \
|
libz-sys-1.1.15 \
|
||||||
linked-hash-map-0.5.6 \
|
linked-hash-map-0.5.6 \
|
||||||
lmdb-rkv-sys-0.11.2 \
|
lock_api-0.4.11 \
|
||||||
lock_api-0.4.10 \
|
log-0.4.21 \
|
||||||
log-0.4.19 \
|
|
||||||
lru-cache-0.1.2 \
|
lru-cache-0.1.2 \
|
||||||
lz4-sys-1.9.4 \
|
lz4-sys-1.9.4 \
|
||||||
maplit-1.0.2 \
|
maplit-1.0.2 \
|
||||||
match_cfg-0.1.0 \
|
match_cfg-0.1.0 \
|
||||||
matchers-0.1.0 \
|
matchers-0.1.0 \
|
||||||
matches-0.1.10 \
|
matches-0.1.10 \
|
||||||
matchit-0.7.0 \
|
matchit-0.7.3 \
|
||||||
memchr-2.5.0 \
|
memchr-2.7.1 \
|
||||||
memoffset-0.7.1 \
|
|
||||||
memoffset-0.9.0 \
|
|
||||||
mime-0.3.17 \
|
mime-0.3.17 \
|
||||||
minimal-lexical-0.2.1 \
|
minimal-lexical-0.2.1 \
|
||||||
miniz_oxide-0.7.1 \
|
miniz_oxide-0.7.2 \
|
||||||
mio-0.8.8 \
|
mio-0.8.11 \
|
||||||
nix-0.26.2 \
|
nix-0.28.0 \
|
||||||
nom-7.1.3 \
|
nom-7.1.3 \
|
||||||
nu-ansi-term-0.46.0 \
|
nu-ansi-term-0.46.0 \
|
||||||
num-bigint-0.4.3 \
|
num-bigint-0.4.4 \
|
||||||
num-integer-0.1.45 \
|
num-conv-0.1.0 \
|
||||||
num-rational-0.4.1 \
|
num-integer-0.1.46 \
|
||||||
num-traits-0.2.15 \
|
num-traits-0.2.18 \
|
||||||
num_cpus-1.15.0 \
|
num_cpus-1.16.0 \
|
||||||
once_cell-1.18.0 \
|
object-0.32.2 \
|
||||||
opaque-debug-0.3.0 \
|
once_cell-1.19.0 \
|
||||||
openssl-probe-0.1.5 \
|
openssl-probe-0.1.5 \
|
||||||
opentelemetry-0.18.0 \
|
opentelemetry-0.18.0 \
|
||||||
opentelemetry-jaeger-0.17.0 \
|
opentelemetry-jaeger-0.17.0 \
|
||||||
|
@ -169,188 +165,183 @@ CARGO_CRATES= adler-1.0.2 \
|
||||||
opentelemetry_sdk-0.18.0 \
|
opentelemetry_sdk-0.18.0 \
|
||||||
ordered-float-1.1.1 \
|
ordered-float-1.1.1 \
|
||||||
overload-0.1.1 \
|
overload-0.1.1 \
|
||||||
page_size-0.4.2 \
|
|
||||||
parking_lot-0.12.1 \
|
parking_lot-0.12.1 \
|
||||||
parking_lot_core-0.9.8 \
|
parking_lot_core-0.9.9 \
|
||||||
paste-1.0.12 \
|
paste-1.0.14 \
|
||||||
pear-0.2.4 \
|
pear-0.2.8 \
|
||||||
pear_codegen-0.2.4 \
|
pear_codegen-0.2.8 \
|
||||||
peeking_take_while-0.1.2 \
|
pem-3.0.3 \
|
||||||
pem-1.1.1 \
|
percent-encoding-2.3.1 \
|
||||||
percent-encoding-2.3.0 \
|
persy-1.5.0 \
|
||||||
persy-1.4.4 \
|
pin-project-1.1.5 \
|
||||||
pin-project-1.1.0 \
|
pin-project-internal-1.1.5 \
|
||||||
pin-project-internal-1.1.0 \
|
pin-project-lite-0.2.13 \
|
||||||
pin-project-lite-0.2.9 \
|
|
||||||
pin-utils-0.1.0 \
|
pin-utils-0.1.0 \
|
||||||
pkcs8-0.9.0 \
|
pkcs8-0.10.2 \
|
||||||
pkg-config-0.3.27 \
|
pkg-config-0.3.30 \
|
||||||
png-0.17.9 \
|
platforms-3.3.0 \
|
||||||
|
png-0.17.13 \
|
||||||
|
powerfmt-0.2.0 \
|
||||||
ppv-lite86-0.2.17 \
|
ppv-lite86-0.2.17 \
|
||||||
prettyplease-0.2.9 \
|
proc-macro-crate-2.0.2 \
|
||||||
proc-macro-crate-1.3.1 \
|
proc-macro2-1.0.79 \
|
||||||
proc-macro2-1.0.61 \
|
proc-macro2-diagnostics-0.10.1 \
|
||||||
proc-macro2-diagnostics-0.10.0 \
|
|
||||||
quick-error-1.2.3 \
|
quick-error-1.2.3 \
|
||||||
quote-1.0.28 \
|
quote-1.0.35 \
|
||||||
rand-0.7.3 \
|
|
||||||
rand-0.8.5 \
|
rand-0.8.5 \
|
||||||
rand_chacha-0.2.2 \
|
|
||||||
rand_chacha-0.3.1 \
|
rand_chacha-0.3.1 \
|
||||||
rand_core-0.5.1 \
|
|
||||||
rand_core-0.6.4 \
|
rand_core-0.6.4 \
|
||||||
rand_hc-0.2.0 \
|
redox_syscall-0.4.1 \
|
||||||
redox_syscall-0.2.16 \
|
redox_users-0.4.4 \
|
||||||
redox_syscall-0.3.5 \
|
regex-1.10.3 \
|
||||||
redox_users-0.4.3 \
|
|
||||||
regex-1.8.4 \
|
|
||||||
regex-automata-0.1.10 \
|
regex-automata-0.1.10 \
|
||||||
|
regex-automata-0.4.6 \
|
||||||
regex-syntax-0.6.29 \
|
regex-syntax-0.6.29 \
|
||||||
regex-syntax-0.7.2 \
|
regex-syntax-0.8.2 \
|
||||||
|
reqwest-0.11.26 \
|
||||||
resolv-conf-0.7.0 \
|
resolv-conf-0.7.0 \
|
||||||
ring-0.16.20 \
|
ring-0.17.8 \
|
||||||
rocksdb-0.21.0 \
|
|
||||||
rusqlite-0.29.0 \
|
rusqlite-0.29.0 \
|
||||||
rust-argon2-1.0.0 \
|
rust-argon2-1.0.1 \
|
||||||
|
rust-librocksdb-sys-0.20.0+9.1.0 \
|
||||||
|
rust-rocksdb-0.24.0 \
|
||||||
|
rustc-demangle-0.1.23 \
|
||||||
rustc-hash-1.1.0 \
|
rustc-hash-1.1.0 \
|
||||||
rustls-0.20.8 \
|
rustc_version-0.4.0 \
|
||||||
rustls-0.21.2 \
|
rustls-0.21.10 \
|
||||||
rustls-native-certs-0.6.3 \
|
rustls-native-certs-0.6.3 \
|
||||||
rustls-pemfile-0.2.1 \
|
rustls-pemfile-1.0.4 \
|
||||||
rustls-pemfile-1.0.2 \
|
rustls-webpki-0.101.7 \
|
||||||
rustls-webpki-0.100.1 \
|
rustversion-1.0.14 \
|
||||||
rustversion-1.0.12 \
|
ryu-1.0.17 \
|
||||||
ryu-1.0.13 \
|
schannel-0.1.23 \
|
||||||
schannel-0.1.21 \
|
scopeguard-1.2.0 \
|
||||||
scopeguard-1.1.0 \
|
sct-0.7.1 \
|
||||||
sct-0.7.0 \
|
|
||||||
sd-notify-0.4.1 \
|
sd-notify-0.4.1 \
|
||||||
security-framework-2.9.1 \
|
security-framework-2.9.2 \
|
||||||
security-framework-sys-2.9.0 \
|
security-framework-sys-2.9.1 \
|
||||||
serde-1.0.164 \
|
semver-1.0.22 \
|
||||||
serde_derive-1.0.164 \
|
serde-1.0.197 \
|
||||||
serde_html_form-0.2.0 \
|
serde_derive-1.0.197 \
|
||||||
serde_json-1.0.99 \
|
serde_html_form-0.2.5 \
|
||||||
serde_path_to_error-0.1.11 \
|
serde_json-1.0.114 \
|
||||||
serde_spanned-0.6.3 \
|
serde_path_to_error-0.1.16 \
|
||||||
|
serde_spanned-0.6.5 \
|
||||||
serde_urlencoded-0.7.1 \
|
serde_urlencoded-0.7.1 \
|
||||||
serde_yaml-0.9.22 \
|
serde_yaml-0.9.32 \
|
||||||
sha-1-0.10.1 \
|
sha-1-0.10.1 \
|
||||||
sha1-0.10.5 \
|
sha1-0.10.6 \
|
||||||
sha2-0.9.9 \
|
sha2-0.10.8 \
|
||||||
sha2-0.10.7 \
|
sharded-slab-0.1.7 \
|
||||||
sharded-slab-0.1.4 \
|
shlex-1.3.0 \
|
||||||
shlex-1.1.0 \
|
|
||||||
signal-hook-registry-1.4.1 \
|
signal-hook-registry-1.4.1 \
|
||||||
signature-1.6.4 \
|
signature-2.2.0 \
|
||||||
simd-adler32-0.3.5 \
|
simd-adler32-0.3.7 \
|
||||||
simple_asn1-0.6.2 \
|
simple_asn1-0.6.2 \
|
||||||
slab-0.4.8 \
|
slab-0.4.9 \
|
||||||
smallvec-1.10.0 \
|
smallvec-1.13.1 \
|
||||||
socket2-0.4.9 \
|
socket2-0.5.6 \
|
||||||
socket2-0.5.3 \
|
spin-0.9.8 \
|
||||||
spin-0.5.2 \
|
spki-0.7.3 \
|
||||||
spki-0.6.0 \
|
|
||||||
static_assertions-1.1.0 \
|
|
||||||
subslice-0.2.3 \
|
subslice-0.2.3 \
|
||||||
subtle-2.5.0 \
|
subtle-2.5.0 \
|
||||||
syn-1.0.109 \
|
syn-1.0.109 \
|
||||||
syn-2.0.21 \
|
syn-2.0.52 \
|
||||||
sync_wrapper-0.1.2 \
|
sync_wrapper-0.1.2 \
|
||||||
synchronoise-1.0.1 \
|
system-configuration-0.5.1 \
|
||||||
thiserror-1.0.40 \
|
system-configuration-sys-0.5.0 \
|
||||||
thiserror-impl-1.0.40 \
|
thiserror-1.0.58 \
|
||||||
thread_local-1.1.7 \
|
thiserror-impl-1.0.58 \
|
||||||
|
thread_local-1.1.8 \
|
||||||
threadpool-1.8.1 \
|
threadpool-1.8.1 \
|
||||||
thrift-0.16.0 \
|
thrift-0.16.0 \
|
||||||
tikv-jemalloc-ctl-0.5.0 \
|
tikv-jemalloc-ctl-0.5.4 \
|
||||||
tikv-jemalloc-sys-0.5.3+5.3.0-patched \
|
tikv-jemalloc-sys-0.5.4+5.3.0-patched \
|
||||||
tikv-jemallocator-0.5.0 \
|
tikv-jemallocator-0.5.4 \
|
||||||
time-0.3.22 \
|
time-0.3.34 \
|
||||||
time-core-0.1.1 \
|
time-core-0.1.2 \
|
||||||
time-macros-0.2.9 \
|
time-macros-0.2.17 \
|
||||||
tinyvec-1.6.0 \
|
tinyvec-1.6.0 \
|
||||||
tinyvec_macros-0.1.1 \
|
tinyvec_macros-0.1.1 \
|
||||||
tokio-1.28.2 \
|
tokio-1.36.0 \
|
||||||
tokio-macros-2.1.0 \
|
tokio-macros-2.2.0 \
|
||||||
tokio-rustls-0.23.4 \
|
|
||||||
tokio-rustls-0.24.1 \
|
tokio-rustls-0.24.1 \
|
||||||
tokio-socks-0.5.1 \
|
tokio-socks-0.5.1 \
|
||||||
tokio-stream-0.1.14 \
|
tokio-stream-0.1.14 \
|
||||||
tokio-util-0.7.8 \
|
tokio-util-0.7.10 \
|
||||||
toml-0.7.5 \
|
toml-0.8.2 \
|
||||||
toml_datetime-0.6.3 \
|
toml_datetime-0.6.3 \
|
||||||
toml_edit-0.19.11 \
|
toml_edit-0.20.2 \
|
||||||
tower-0.4.13 \
|
tower-0.4.13 \
|
||||||
tower-http-0.4.1 \
|
tower-http-0.4.4 \
|
||||||
tower-layer-0.3.2 \
|
tower-layer-0.3.2 \
|
||||||
tower-service-0.3.2 \
|
tower-service-0.3.2 \
|
||||||
tracing-0.1.37 \
|
tracing-0.1.40 \
|
||||||
tracing-attributes-0.1.26 \
|
tracing-attributes-0.1.27 \
|
||||||
tracing-core-0.1.31 \
|
tracing-core-0.1.32 \
|
||||||
tracing-flame-0.2.0 \
|
tracing-flame-0.2.0 \
|
||||||
tracing-log-0.1.3 \
|
tracing-log-0.1.4 \
|
||||||
|
tracing-log-0.2.0 \
|
||||||
tracing-opentelemetry-0.18.0 \
|
tracing-opentelemetry-0.18.0 \
|
||||||
tracing-subscriber-0.3.17 \
|
tracing-subscriber-0.3.18 \
|
||||||
trust-dns-proto-0.22.0 \
|
trust-dns-proto-0.22.0 \
|
||||||
trust-dns-resolver-0.22.0 \
|
trust-dns-resolver-0.22.0 \
|
||||||
try-lock-0.2.4 \
|
try-lock-0.2.5 \
|
||||||
typenum-1.16.0 \
|
typenum-1.17.0 \
|
||||||
typewit-1.4.0 \
|
typewit-1.9.0 \
|
||||||
uncased-0.9.9 \
|
typewit_proc_macros-1.8.1 \
|
||||||
unicode-bidi-0.3.13 \
|
uncased-0.9.10 \
|
||||||
unicode-ident-1.0.9 \
|
unicode-bidi-0.3.15 \
|
||||||
unicode-normalization-0.1.22 \
|
unicode-ident-1.0.12 \
|
||||||
unsafe-libyaml-0.2.8 \
|
unicode-normalization-0.1.23 \
|
||||||
unsigned-varint-0.7.1 \
|
unsafe-libyaml-0.2.10 \
|
||||||
untrusted-0.7.1 \
|
unsigned-varint-0.8.0 \
|
||||||
url-2.4.0 \
|
untrusted-0.9.0 \
|
||||||
uuid-1.3.4 \
|
url-2.5.0 \
|
||||||
|
uuid-1.7.0 \
|
||||||
valuable-0.1.0 \
|
valuable-0.1.0 \
|
||||||
vcpkg-0.2.15 \
|
vcpkg-0.2.15 \
|
||||||
version_check-0.9.4 \
|
version_check-0.9.4 \
|
||||||
want-0.3.1 \
|
want-0.3.1 \
|
||||||
wasi-0.9.0+wasi-snapshot-preview1 \
|
|
||||||
wasi-0.11.0+wasi-snapshot-preview1 \
|
wasi-0.11.0+wasi-snapshot-preview1 \
|
||||||
wasm-bindgen-0.2.87 \
|
wasm-bindgen-0.2.92 \
|
||||||
wasm-bindgen-backend-0.2.87 \
|
wasm-bindgen-backend-0.2.92 \
|
||||||
wasm-bindgen-futures-0.4.37 \
|
wasm-bindgen-futures-0.4.42 \
|
||||||
wasm-bindgen-macro-0.2.87 \
|
wasm-bindgen-macro-0.2.92 \
|
||||||
wasm-bindgen-macro-support-0.2.87 \
|
wasm-bindgen-macro-support-0.2.92 \
|
||||||
wasm-bindgen-shared-0.2.87 \
|
wasm-bindgen-shared-0.2.92 \
|
||||||
web-sys-0.3.64 \
|
web-sys-0.3.69 \
|
||||||
webpki-0.22.0 \
|
web-time-1.1.0 \
|
||||||
weezl-0.1.7 \
|
weezl-0.1.8 \
|
||||||
widestring-1.0.2 \
|
widestring-1.0.2 \
|
||||||
wildmatch-2.1.1 \
|
wildmatch-2.3.1 \
|
||||||
winapi-0.3.9 \
|
winapi-0.3.9 \
|
||||||
winapi-i686-pc-windows-gnu-0.4.0 \
|
winapi-i686-pc-windows-gnu-0.4.0 \
|
||||||
winapi-x86_64-pc-windows-gnu-0.4.0 \
|
winapi-x86_64-pc-windows-gnu-0.4.0 \
|
||||||
windows-sys-0.42.0 \
|
|
||||||
windows-sys-0.48.0 \
|
windows-sys-0.48.0 \
|
||||||
windows-targets-0.48.0 \
|
windows-sys-0.52.0 \
|
||||||
windows_aarch64_gnullvm-0.42.2 \
|
windows-targets-0.48.5 \
|
||||||
windows_aarch64_gnullvm-0.48.0 \
|
windows-targets-0.52.4 \
|
||||||
windows_aarch64_msvc-0.42.2 \
|
windows_aarch64_gnullvm-0.48.5 \
|
||||||
windows_aarch64_msvc-0.48.0 \
|
windows_aarch64_gnullvm-0.52.4 \
|
||||||
windows_i686_gnu-0.42.2 \
|
windows_aarch64_msvc-0.48.5 \
|
||||||
windows_i686_gnu-0.48.0 \
|
windows_aarch64_msvc-0.52.4 \
|
||||||
windows_i686_msvc-0.42.2 \
|
windows_i686_gnu-0.48.5 \
|
||||||
windows_i686_msvc-0.48.0 \
|
windows_i686_gnu-0.52.4 \
|
||||||
windows_x86_64_gnu-0.42.2 \
|
windows_i686_msvc-0.48.5 \
|
||||||
windows_x86_64_gnu-0.48.0 \
|
windows_i686_msvc-0.52.4 \
|
||||||
windows_x86_64_gnullvm-0.42.2 \
|
windows_x86_64_gnu-0.48.5 \
|
||||||
windows_x86_64_gnullvm-0.48.0 \
|
windows_x86_64_gnu-0.52.4 \
|
||||||
windows_x86_64_msvc-0.42.2 \
|
windows_x86_64_gnullvm-0.48.5 \
|
||||||
windows_x86_64_msvc-0.48.0 \
|
windows_x86_64_gnullvm-0.52.4 \
|
||||||
winnow-0.4.7 \
|
windows_x86_64_msvc-0.48.5 \
|
||||||
winreg-0.7.0 \
|
windows_x86_64_msvc-0.52.4 \
|
||||||
|
winnow-0.5.40 \
|
||||||
winreg-0.50.0 \
|
winreg-0.50.0 \
|
||||||
yansi-0.5.1 \
|
yansi-1.0.1 \
|
||||||
zeroize-1.6.0 \
|
zerocopy-0.7.32 \
|
||||||
zeroize_derive-1.4.2 \
|
zerocopy-derive-0.7.32 \
|
||||||
|
zeroize-1.7.0 \
|
||||||
zigzag-0.1.0 \
|
zigzag-0.1.0 \
|
||||||
zstd-sys-2.0.8+zstd.1.5.5 \
|
zstd-sys-2.0.9+zstd.1.5.5 \
|
||||||
heed,heed-traits,heed-types@git+https://github.com/timokoesters/heed.git?rev=f6f825da7fb2c758867e05ad973ef800a6fe1d5d\#f6f825da7fb2c758867e05ad973ef800a6fe1d5d \
|
ruma,ruma-appservice-api,ruma-client-api,ruma-common,ruma-events,ruma-federation-api,ruma-identifiers-validation,ruma-identity-service-api,ruma-macros,ruma-push-gateway-api,ruma-signatures,ruma-state-res@git+https://github.com/ruma/ruma?rev=5495b85aa311c2805302edb0a7de40399e22b397\#5495b85aa311c2805302edb0a7de40399e22b397
|
||||||
reqwest@git+https://github.com/timokoesters/reqwest?rev=57b7cf4feb921573dfafad7d34b9ac6e44ead0bd\#57b7cf4feb921573dfafad7d34b9ac6e44ead0bd \
|
|
||||||
ruma,ruma-appservice-api,ruma-client-api,ruma-common,ruma-federation-api,ruma-identifiers-validation,ruma-identity-service-api,ruma-macros,ruma-push-gateway-api,ruma-signatures,ruma-state-res@git+https://github.com/ruma/ruma?rev=3bd58e3c899457c2d55c45268dcb8a65ae682d54\#3bd58e3c899457c2d55c45268dcb8a65ae682d54
|
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,3 +1,17 @@
|
||||||
bin/%%PORTNAME%%
|
bin/%%PORTNAME%%
|
||||||
@sample etc/conduit.toml.sample
|
@sample etc/conduit.toml.sample
|
||||||
|
%%DOCSDIR%%/SUMMARY.md
|
||||||
|
%%DOCSDIR%%/appservices.md
|
||||||
|
%%DOCSDIR%%/configuration.md
|
||||||
|
%%DOCSDIR%%/deploying.md
|
||||||
|
%%DOCSDIR%%/deploying/debian.md
|
||||||
|
%%DOCSDIR%%/deploying/docker-compose.for-traefik.yml
|
||||||
|
%%DOCSDIR%%/deploying/docker-compose.override.yml
|
||||||
|
%%DOCSDIR%%/deploying/docker-compose.with-traefik.yml
|
||||||
|
%%DOCSDIR%%/deploying/docker-compose.yml
|
||||||
|
%%DOCSDIR%%/deploying/docker.md
|
||||||
|
%%DOCSDIR%%/deploying/generic.md
|
||||||
|
%%DOCSDIR%%/deploying/nixos.md
|
||||||
|
%%DOCSDIR%%/introduction.md
|
||||||
|
%%DOCSDIR%%/turn.md
|
||||||
@dir %%DBDIR%%
|
@dir %%DBDIR%%
|
||||||
|
|
Loading…
Add table
Reference in a new issue