mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
net-im/gurk-rs: Signal CLI client
gurk-rs is Signal Messenger client for terminal written in Rust. PR: 272338
This commit is contained in:
parent
f40cba02c2
commit
685af1866c
6 changed files with 1564 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
|||
SUBDIR += gotktrix
|
||||
SUBDIR += gotosocial
|
||||
SUBDIR += gtkcord4
|
||||
SUBDIR += gurk-rs
|
||||
SUBDIR += icmpchat
|
||||
SUBDIR += icqlib
|
||||
SUBDIR += jabberd
|
||||
|
|
30
net-im/gurk-rs/Makefile
Normal file
30
net-im/gurk-rs/Makefile
Normal file
|
@ -0,0 +1,30 @@
|
|||
PORTNAME= gurk-rs
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.4.1
|
||||
CATEGORIES= net-im
|
||||
|
||||
MAINTAINER= bsd@orsolic.org
|
||||
COMMENT= Signal Messenger client for terminal
|
||||
WWW= https://github.com/boxdot/gurk-rs
|
||||
|
||||
LICENSE= AGPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE-AGPL-3.0
|
||||
|
||||
BUILD_DEPENDS= protoc:devel/protobuf
|
||||
USES= cargo
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= boxdot
|
||||
|
||||
PLIST_FILES= bin/gurk \
|
||||
${DATADIR}/README.md
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e s,%%WRKDIR%%,${WRKDIR}, ${WRKSRC}/Cargo.toml
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gurk
|
||||
${MKDIR} ${STAGEDIR}${DATADIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DATADIR}
|
||||
|
||||
.include <bsd.port.mk>
|
509
net-im/gurk-rs/Makefile.crates
Normal file
509
net-im/gurk-rs/Makefile.crates
Normal file
|
@ -0,0 +1,509 @@
|
|||
CARGO_CRATES= addr2line-0.21.0 \
|
||||
adler-1.0.2 \
|
||||
aead-0.4.3 \
|
||||
aes-0.7.5 \
|
||||
aes-gcm-0.9.4 \
|
||||
aes-gcm-siv-0.10.3 \
|
||||
ahash-0.7.6 \
|
||||
ahash-0.8.3 \
|
||||
aho-corasick-0.7.20 \
|
||||
aho-corasick-1.0.5 \
|
||||
allocator-api2-0.2.16 \
|
||||
android-tzdata-0.1.1 \
|
||||
android_system_properties-0.1.5 \
|
||||
anes-0.1.6 \
|
||||
anstream-0.5.0 \
|
||||
anstyle-1.0.3 \
|
||||
anstyle-parse-0.2.1 \
|
||||
anstyle-query-1.0.0 \
|
||||
anstyle-wincon-2.1.0 \
|
||||
anyhow-1.0.75 \
|
||||
arboard-3.2.1 \
|
||||
arrayref-0.3.7 \
|
||||
arrayvec-0.7.4 \
|
||||
async-broadcast-0.5.1 \
|
||||
async-channel-1.9.0 \
|
||||
async-executor-1.5.1 \
|
||||
async-fs-1.6.0 \
|
||||
async-io-1.13.0 \
|
||||
async-lock-2.8.0 \
|
||||
async-process-1.7.0 \
|
||||
async-recursion-1.0.5 \
|
||||
async-task-4.4.0 \
|
||||
async-trait-0.1.73 \
|
||||
async-tungstenite-0.17.2 \
|
||||
atoi-1.0.0 \
|
||||
atomic-polyfill-0.1.11 \
|
||||
atomic-waker-1.1.1 \
|
||||
autocfg-1.1.0 \
|
||||
backtrace-0.3.69 \
|
||||
base64-0.12.3 \
|
||||
base64-0.13.1 \
|
||||
base64-0.21.4 \
|
||||
base64ct-1.6.0 \
|
||||
bincode-1.3.3 \
|
||||
bitflags-1.3.2 \
|
||||
bitflags-2.4.0 \
|
||||
blake3-1.4.1 \
|
||||
block-0.1.6 \
|
||||
block-buffer-0.9.0 \
|
||||
block-buffer-0.10.4 \
|
||||
block-modes-0.8.1 \
|
||||
block-padding-0.2.1 \
|
||||
blocking-1.3.1 \
|
||||
bstr-1.6.2 \
|
||||
bumpalo-3.13.0 \
|
||||
bytecount-0.6.3 \
|
||||
bytemuck-1.14.0 \
|
||||
byteorder-1.4.3 \
|
||||
bytes-1.5.0 \
|
||||
cassowary-0.3.0 \
|
||||
cast-0.3.0 \
|
||||
cc-1.0.83 \
|
||||
cfg-if-1.0.0 \
|
||||
chacha20-0.8.2 \
|
||||
chacha20poly1305-0.9.1 \
|
||||
checked_int_cast-1.0.0 \
|
||||
chrono-0.4.30 \
|
||||
ciborium-0.2.1 \
|
||||
ciborium-io-0.2.1 \
|
||||
ciborium-ll-0.2.1 \
|
||||
cipher-0.3.0 \
|
||||
clap-4.4.3 \
|
||||
clap_builder-4.4.2 \
|
||||
clap_derive-4.4.2 \
|
||||
clap_lex-0.5.1 \
|
||||
clipboard-win-4.5.0 \
|
||||
cmake-0.1.50 \
|
||||
cobs-0.2.3 \
|
||||
color_quant-1.1.0 \
|
||||
colorchoice-1.0.0 \
|
||||
concurrent-queue-2.2.0 \
|
||||
console-0.15.7 \
|
||||
constant_time_eq-0.3.0 \
|
||||
core-foundation-0.9.3 \
|
||||
core-foundation-sys-0.8.4 \
|
||||
core-graphics-0.22.3 \
|
||||
core-graphics-types-0.1.2 \
|
||||
cpufeatures-0.2.9 \
|
||||
crc-3.0.1 \
|
||||
crc-catalog-2.2.0 \
|
||||
crc32fast-1.3.2 \
|
||||
criterion-0.5.1 \
|
||||
criterion-plot-0.5.0 \
|
||||
critical-section-1.1.2 \
|
||||
crossbeam-channel-0.5.8 \
|
||||
crossbeam-deque-0.8.3 \
|
||||
crossbeam-epoch-0.9.15 \
|
||||
crossbeam-queue-0.3.8 \
|
||||
crossbeam-utils-0.8.16 \
|
||||
crossterm-0.27.0 \
|
||||
crossterm_winapi-0.9.1 \
|
||||
crypto-common-0.1.6 \
|
||||
crypto-mac-0.11.1 \
|
||||
ctr-0.8.0 \
|
||||
deranged-0.3.8 \
|
||||
derivative-2.2.0 \
|
||||
derive-new-0.5.9 \
|
||||
digest-0.9.0 \
|
||||
digest-0.10.7 \
|
||||
dirs-4.0.0 \
|
||||
dirs-next-2.0.0 \
|
||||
dirs-sys-0.3.7 \
|
||||
dirs-sys-next-0.1.2 \
|
||||
displaydoc-0.2.4 \
|
||||
dotenvy-0.15.7 \
|
||||
downcast-rs-1.2.0 \
|
||||
dunce-1.0.4 \
|
||||
either-1.9.0 \
|
||||
emojis-0.6.1 \
|
||||
encode_unicode-0.3.6 \
|
||||
enumflags2-0.7.8 \
|
||||
enumflags2_derive-0.7.8 \
|
||||
env_logger-0.8.4 \
|
||||
equivalent-1.0.1 \
|
||||
errno-0.3.3 \
|
||||
errno-dragonfly-0.1.2 \
|
||||
error-code-2.3.1 \
|
||||
event-listener-2.5.3 \
|
||||
fastrand-1.9.0 \
|
||||
fastrand-2.0.0 \
|
||||
fdeflate-0.3.0 \
|
||||
filetime-0.2.22 \
|
||||
finl_unicode-1.2.0 \
|
||||
fixedbitset-0.4.2 \
|
||||
flate2-1.0.27 \
|
||||
flume-0.10.14 \
|
||||
fnv-1.0.7 \
|
||||
foreign-types-0.3.2 \
|
||||
foreign-types-shared-0.1.1 \
|
||||
form_urlencoded-1.2.0 \
|
||||
fs2-0.4.3 \
|
||||
fs_extra-1.3.0 \
|
||||
futures-0.3.28 \
|
||||
futures-channel-0.3.28 \
|
||||
futures-core-0.3.28 \
|
||||
futures-executor-0.3.28 \
|
||||
futures-intrusive-0.4.2 \
|
||||
futures-io-0.3.28 \
|
||||
futures-lite-1.13.0 \
|
||||
futures-macro-0.3.28 \
|
||||
futures-sink-0.3.28 \
|
||||
futures-task-0.3.28 \
|
||||
futures-util-0.3.28 \
|
||||
fxhash-0.2.1 \
|
||||
generic-array-0.14.7 \
|
||||
gethostname-0.2.3 \
|
||||
getopts-0.2.21 \
|
||||
getrandom-0.1.16 \
|
||||
getrandom-0.2.10 \
|
||||
ghash-0.4.4 \
|
||||
gimli-0.28.0 \
|
||||
glob-0.3.1 \
|
||||
half-1.8.2 \
|
||||
hash32-0.2.1 \
|
||||
hashbrown-0.12.3 \
|
||||
hashbrown-0.14.0 \
|
||||
hashlink-0.8.4 \
|
||||
headers-0.3.9 \
|
||||
headers-core-0.2.0 \
|
||||
heapless-0.7.16 \
|
||||
heck-0.3.3 \
|
||||
heck-0.4.1 \
|
||||
hermit-abi-0.3.2 \
|
||||
hex-0.4.3 \
|
||||
hkdf-0.11.0 \
|
||||
hkdf-0.12.3 \
|
||||
hmac-0.11.0 \
|
||||
hmac-0.12.1 \
|
||||
home-0.5.5 \
|
||||
hostname-0.3.1 \
|
||||
http-0.2.9 \
|
||||
http-body-0.4.5 \
|
||||
httparse-1.8.0 \
|
||||
httpdate-1.0.3 \
|
||||
hyper-0.14.27 \
|
||||
hyper-rustls-0.23.2 \
|
||||
hyper-timeout-0.4.1 \
|
||||
iana-time-zone-0.1.57 \
|
||||
iana-time-zone-haiku-0.1.2 \
|
||||
idna-0.4.0 \
|
||||
image-0.24.7 \
|
||||
indexmap-1.9.3 \
|
||||
indexmap-2.0.0 \
|
||||
indoc-2.0.3 \
|
||||
insta-1.31.0 \
|
||||
instant-0.1.12 \
|
||||
io-lifetimes-1.0.11 \
|
||||
is-terminal-0.4.9 \
|
||||
itertools-0.10.5 \
|
||||
itertools-0.11.0 \
|
||||
itoa-1.0.9 \
|
||||
jobserver-0.1.26 \
|
||||
jpeg-decoder-0.3.0 \
|
||||
js-sys-0.3.64 \
|
||||
lazy_static-1.4.0 \
|
||||
libc-0.2.148 \
|
||||
libsqlite3-sys-0.24.2 \
|
||||
linked-hash-map-0.5.6 \
|
||||
linux-raw-sys-0.3.8 \
|
||||
linux-raw-sys-0.4.7 \
|
||||
lock_api-0.4.10 \
|
||||
log-0.4.20 \
|
||||
log-panics-2.1.0 \
|
||||
lru-cache-0.1.2 \
|
||||
mac-notification-sys-0.6.1 \
|
||||
malloc_buf-0.0.6 \
|
||||
match_cfg-0.1.0 \
|
||||
matrix-sdk-store-encryption-0.2.0 \
|
||||
memchr-2.6.3 \
|
||||
memoffset-0.6.5 \
|
||||
memoffset-0.7.1 \
|
||||
memoffset-0.9.0 \
|
||||
mime-0.3.17 \
|
||||
mime_guess-2.0.4 \
|
||||
minimal-lexical-0.2.1 \
|
||||
miniz_oxide-0.7.1 \
|
||||
mio-0.8.8 \
|
||||
mpart-async-0.6.1 \
|
||||
multimap-0.8.3 \
|
||||
nix-0.24.3 \
|
||||
nix-0.26.4 \
|
||||
nom-7.1.3 \
|
||||
notify-rust-4.9.0 \
|
||||
nu-ansi-term-0.46.0 \
|
||||
num-integer-0.1.45 \
|
||||
num-rational-0.4.1 \
|
||||
num-traits-0.2.16 \
|
||||
num_cpus-1.16.0 \
|
||||
num_enum-0.5.11 \
|
||||
num_enum_derive-0.5.11 \
|
||||
objc-0.2.7 \
|
||||
objc-foundation-0.1.1 \
|
||||
objc_id-0.1.1 \
|
||||
object-0.32.1 \
|
||||
once_cell-1.18.0 \
|
||||
oncemutex-0.1.1 \
|
||||
oorandom-11.1.3 \
|
||||
opaque-debug-0.3.0 \
|
||||
opener-0.5.2 \
|
||||
openssl-probe-0.1.5 \
|
||||
ordered-stream-0.2.0 \
|
||||
os_pipe-1.1.4 \
|
||||
overload-0.1.1 \
|
||||
parking-2.1.0 \
|
||||
parking_lot-0.11.2 \
|
||||
parking_lot-0.12.1 \
|
||||
parking_lot_core-0.8.6 \
|
||||
parking_lot_core-0.9.8 \
|
||||
password-hash-0.4.2 \
|
||||
paste-1.0.14 \
|
||||
pbkdf2-0.11.0 \
|
||||
percent-encoding-2.3.0 \
|
||||
petgraph-0.6.4 \
|
||||
phf-0.11.2 \
|
||||
phf_shared-0.11.2 \
|
||||
phonenumber-0.3.2+8.13.9 \
|
||||
pin-project-1.1.3 \
|
||||
pin-project-internal-1.1.3 \
|
||||
pin-project-lite-0.2.13 \
|
||||
pin-utils-0.1.0 \
|
||||
pkg-config-0.3.27 \
|
||||
plotters-0.3.5 \
|
||||
plotters-backend-0.3.5 \
|
||||
plotters-svg-0.3.5 \
|
||||
png-0.17.10 \
|
||||
polling-2.8.0 \
|
||||
poly1305-0.7.2 \
|
||||
polyval-0.5.3 \
|
||||
postcard-1.0.7 \
|
||||
ppv-lite86-0.2.17 \
|
||||
pqcrypto-internals-0.2.5 \
|
||||
pqcrypto-kyber-0.7.6 \
|
||||
pqcrypto-traits-0.3.4 \
|
||||
proc-macro-crate-1.3.1 \
|
||||
proc-macro2-1.0.67 \
|
||||
prost-0.9.0 \
|
||||
prost-0.10.4 \
|
||||
prost-build-0.9.0 \
|
||||
prost-build-0.10.4 \
|
||||
prost-derive-0.9.0 \
|
||||
prost-derive-0.10.1 \
|
||||
prost-types-0.9.0 \
|
||||
prost-types-0.10.1 \
|
||||
pulldown-cmark-0.9.3 \
|
||||
qrcode-0.12.0 \
|
||||
quick-xml-0.23.1 \
|
||||
quick-xml-0.28.2 \
|
||||
quickcheck-1.0.3 \
|
||||
quickcheck_macros-1.0.0 \
|
||||
quote-1.0.33 \
|
||||
rand-0.7.3 \
|
||||
rand-0.8.5 \
|
||||
rand_chacha-0.2.2 \
|
||||
rand_chacha-0.3.1 \
|
||||
rand_core-0.5.1 \
|
||||
rand_core-0.6.4 \
|
||||
rand_hc-0.2.0 \
|
||||
ratatui-0.23.0 \
|
||||
rayon-1.7.0 \
|
||||
rayon-core-1.11.0 \
|
||||
redox_syscall-0.2.16 \
|
||||
redox_syscall-0.3.5 \
|
||||
redox_users-0.4.3 \
|
||||
regex-1.9.5 \
|
||||
regex-automata-0.1.10 \
|
||||
regex-automata-0.3.8 \
|
||||
regex-cache-0.2.1 \
|
||||
regex-syntax-0.6.29 \
|
||||
regex-syntax-0.7.5 \
|
||||
ring-0.16.20 \
|
||||
rustc-demangle-0.1.23 \
|
||||
rustc_version-0.4.0 \
|
||||
rustix-0.37.23 \
|
||||
rustix-0.38.13 \
|
||||
rustls-0.20.9 \
|
||||
rustls-native-certs-0.6.3 \
|
||||
rustls-pemfile-0.3.0 \
|
||||
rustls-pemfile-1.0.3 \
|
||||
rustversion-1.0.14 \
|
||||
ryu-1.0.15 \
|
||||
same-file-1.0.6 \
|
||||
schannel-0.1.22 \
|
||||
scopeguard-1.2.0 \
|
||||
sct-0.7.0 \
|
||||
security-framework-2.9.2 \
|
||||
security-framework-sys-2.9.1 \
|
||||
semver-1.0.18 \
|
||||
serde-1.0.188 \
|
||||
serde_derive-1.0.188 \
|
||||
serde_json-1.0.107 \
|
||||
serde_repr-0.1.16 \
|
||||
sha-1-0.9.8 \
|
||||
sha-1-0.10.1 \
|
||||
sha1-0.10.5 \
|
||||
sha2-0.9.9 \
|
||||
sha2-0.10.7 \
|
||||
sharded-slab-0.1.4 \
|
||||
signal-hook-0.3.17 \
|
||||
signal-hook-mio-0.2.3 \
|
||||
signal-hook-registry-1.4.1 \
|
||||
simd-adler32-0.3.7 \
|
||||
similar-2.2.1 \
|
||||
siphasher-0.3.11 \
|
||||
slab-0.4.9 \
|
||||
sled-0.34.7 \
|
||||
smallvec-1.11.0 \
|
||||
smawk-0.3.1 \
|
||||
socket2-0.4.9 \
|
||||
socket2-0.5.4 \
|
||||
spin-0.5.2 \
|
||||
spin-0.9.8 \
|
||||
sqlformat-0.2.2 \
|
||||
sqlx-0.6.3 \
|
||||
sqlx-core-0.6.3 \
|
||||
sqlx-macros-0.6.3 \
|
||||
sqlx-rt-0.6.3 \
|
||||
stable_deref_trait-1.2.0 \
|
||||
static_assertions-1.1.0 \
|
||||
str-buf-1.0.6 \
|
||||
stringprep-0.1.4 \
|
||||
strsim-0.10.0 \
|
||||
strum-0.25.0 \
|
||||
strum_macros-0.25.2 \
|
||||
subtle-2.4.1 \
|
||||
syn-1.0.109 \
|
||||
syn-2.0.33 \
|
||||
tar-0.4.40 \
|
||||
tauri-winrt-notification-0.1.2 \
|
||||
tempfile-3.8.0 \
|
||||
textwrap-0.16.0 \
|
||||
thiserror-1.0.48 \
|
||||
thiserror-impl-1.0.48 \
|
||||
thread_local-1.1.7 \
|
||||
tiff-0.9.0 \
|
||||
time-0.3.28 \
|
||||
time-core-0.1.1 \
|
||||
time-macros-0.2.14 \
|
||||
tinytemplate-1.2.1 \
|
||||
tinyvec-1.6.0 \
|
||||
tinyvec_macros-0.1.1 \
|
||||
tokio-1.32.0 \
|
||||
tokio-io-timeout-1.2.0 \
|
||||
tokio-macros-2.1.0 \
|
||||
tokio-rustls-0.23.4 \
|
||||
tokio-stream-0.1.14 \
|
||||
tokio-util-0.6.10 \
|
||||
toml-0.5.11 \
|
||||
toml_datetime-0.6.3 \
|
||||
toml_edit-0.19.15 \
|
||||
tower-service-0.3.2 \
|
||||
tracing-0.1.37 \
|
||||
tracing-appender-0.2.2 \
|
||||
tracing-attributes-0.1.26 \
|
||||
tracing-core-0.1.31 \
|
||||
tracing-log-0.1.3 \
|
||||
tracing-subscriber-0.3.17 \
|
||||
tree_magic_mini-3.0.3 \
|
||||
try-lock-0.2.4 \
|
||||
tungstenite-0.17.3 \
|
||||
typenum-1.16.0 \
|
||||
uds_windows-1.0.2 \
|
||||
unicase-2.7.0 \
|
||||
unicode-bidi-0.3.13 \
|
||||
unicode-ident-1.0.12 \
|
||||
unicode-linebreak-0.1.5 \
|
||||
unicode-normalization-0.1.22 \
|
||||
unicode-segmentation-1.10.1 \
|
||||
unicode-width-0.1.10 \
|
||||
unicode_categories-0.1.1 \
|
||||
universal-hash-0.4.1 \
|
||||
untrusted-0.7.1 \
|
||||
url-2.4.1 \
|
||||
utf-8-0.7.6 \
|
||||
utf8parse-0.2.1 \
|
||||
uuid-1.4.1 \
|
||||
valuable-0.1.0 \
|
||||
vcpkg-0.2.15 \
|
||||
version_check-0.9.4 \
|
||||
waker-fn-1.1.0 \
|
||||
walkdir-2.4.0 \
|
||||
want-0.3.1 \
|
||||
wasi-0.9.0+wasi-snapshot-preview1 \
|
||||
wasi-0.11.0+wasi-snapshot-preview1 \
|
||||
wasm-bindgen-0.2.87 \
|
||||
wasm-bindgen-backend-0.2.87 \
|
||||
wasm-bindgen-macro-0.2.87 \
|
||||
wasm-bindgen-macro-support-0.2.87 \
|
||||
wasm-bindgen-shared-0.2.87 \
|
||||
wayland-client-0.29.5 \
|
||||
wayland-commons-0.29.5 \
|
||||
wayland-protocols-0.29.5 \
|
||||
wayland-scanner-0.29.5 \
|
||||
wayland-sys-0.29.5 \
|
||||
web-sys-0.3.64 \
|
||||
webpki-0.22.1 \
|
||||
webpki-roots-0.22.6 \
|
||||
weezl-0.1.7 \
|
||||
which-4.4.2 \
|
||||
whoami-1.4.1 \
|
||||
winapi-0.3.9 \
|
||||
winapi-i686-pc-windows-gnu-0.4.0 \
|
||||
winapi-util-0.1.5 \
|
||||
winapi-wsapoll-0.1.1 \
|
||||
winapi-x86_64-pc-windows-gnu-0.4.0 \
|
||||
windows-0.39.0 \
|
||||
windows-0.48.0 \
|
||||
windows-sys-0.45.0 \
|
||||
windows-sys-0.48.0 \
|
||||
windows-targets-0.42.2 \
|
||||
windows-targets-0.48.5 \
|
||||
windows_aarch64_gnullvm-0.42.2 \
|
||||
windows_aarch64_gnullvm-0.48.5 \
|
||||
windows_aarch64_msvc-0.39.0 \
|
||||
windows_aarch64_msvc-0.42.2 \
|
||||
windows_aarch64_msvc-0.48.5 \
|
||||
windows_i686_gnu-0.39.0 \
|
||||
windows_i686_gnu-0.42.2 \
|
||||
windows_i686_gnu-0.48.5 \
|
||||
windows_i686_msvc-0.39.0 \
|
||||
windows_i686_msvc-0.42.2 \
|
||||
windows_i686_msvc-0.48.5 \
|
||||
windows_x86_64_gnu-0.39.0 \
|
||||
windows_x86_64_gnu-0.42.2 \
|
||||
windows_x86_64_gnu-0.48.5 \
|
||||
windows_x86_64_gnullvm-0.42.2 \
|
||||
windows_x86_64_gnullvm-0.48.5 \
|
||||
windows_x86_64_msvc-0.39.0 \
|
||||
windows_x86_64_msvc-0.42.2 \
|
||||
windows_x86_64_msvc-0.48.5 \
|
||||
winnow-0.5.15 \
|
||||
wl-clipboard-rs-0.7.0 \
|
||||
x11rb-0.10.1 \
|
||||
x11rb-protocol-0.10.0 \
|
||||
x25519-dalek-1.2.0 \
|
||||
xattr-1.0.1 \
|
||||
xdg-home-1.0.0 \
|
||||
xflags-0.3.1 \
|
||||
xflags-macros-0.3.1 \
|
||||
xml-rs-0.8.18 \
|
||||
xshell-0.2.5 \
|
||||
xshell-macros-0.2.5 \
|
||||
yaml-rust-0.4.5 \
|
||||
zbus-3.14.1 \
|
||||
zbus_macros-3.14.1 \
|
||||
zbus_names-2.6.0 \
|
||||
zeroize-1.3.0 \
|
||||
zeroize_derive-1.4.2 \
|
||||
zvariant-3.15.0 \
|
||||
zvariant_derive-3.15.0 \
|
||||
zvariant_utils-1.0.1 \
|
||||
curve25519-dalek@git+https://github.com/signalapp/curve25519-dalek?branch=lizard2\#829f52e79c6d920243c8bf30c7f4ee2e8eac5246 \
|
||||
libsignal-service,libsignal-service-hyper@git+https://github.com/whisperfish/libsignal-service-rs?rev=8789920\#87899201123b8095cd0f30317620a6d5b7fd652b \
|
||||
qr2term@git+https://github.com/boxdot/qr2term-rs?rev=ed8ae7f\#ed8ae7fe3a115578820fd54955f8aac8e4df374a \
|
||||
presage,presage-store-sled@git+https://github.com/whisperfish/presage?rev=db46e0d8dbb5e65bb4deeace4ea3502bacb8180f\#db46e0d8dbb5e65bb4deeace4ea3502bacb8180f \
|
||||
libsignal-protocol@git+https://github.com/signalapp/libsignal?tag=v0.28.1\#86b2fcc427bf32530866f4e30b18707c1f3682f7 \
|
||||
poksho@git+https://github.com/signalapp/libsignal?tag=v0.28.1\#86b2fcc427bf32530866f4e30b18707c1f3682f7 \
|
||||
signal-crypto@git+https://github.com/signalapp/libsignal?tag=v0.28.1\#86b2fcc427bf32530866f4e30b18707c1f3682f7 \
|
||||
zkcredential@git+https://github.com/signalapp/libsignal?tag=v0.28.1\#86b2fcc427bf32530866f4e30b18707c1f3682f7 \
|
||||
zkgroup@git+https://github.com/signalapp/libsignal?tag=v0.28.1\#86b2fcc427bf32530866f4e30b18707c1f3682f7
|
1013
net-im/gurk-rs/distinfo
Normal file
1013
net-im/gurk-rs/distinfo
Normal file
File diff suppressed because it is too large
Load diff
8
net-im/gurk-rs/files/patch-gurk-rs-curve
Normal file
8
net-im/gurk-rs/files/patch-gurk-rs-curve
Normal file
|
@ -0,0 +1,8 @@
|
|||
--- Cargo.toml.orig 2023-06-23 22:03:50.000000000 +0200
|
||||
+++ Cargo.toml 2023-07-03 00:23:24.157641000 +0200
|
||||
@@ -100,4 +100,4 @@
|
||||
[patch.crates-io]
|
||||
# signal-protocol uses a fork of this library via the patch mechanism of cargo.
|
||||
# Since it is not transitive, we have to add the patch here explicitly.
|
||||
-"curve25519-dalek" = { git = 'https://github.com/signalapp/curve25519-dalek', branch = 'lizard2' }
|
||||
+"curve25519-dalek" = { path = '%%WRKDIR%%/curve25519-dalek-829f52e79c6d920243c8bf30c7f4ee2e8eac5246' }
|
3
net-im/gurk-rs/pkg-descr
Normal file
3
net-im/gurk-rs/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
gurk-rs is TUI (terminal user inteface) for Signal messaging platform.
|
||||
It is written in Rust.
|
||||
Binary is 15 MB large and depends only on libs from base system.
|
Loading…
Add table
Reference in a new issue