Skip to content

Commit

Permalink
textproc/sonic: Update to 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelUrankar committed Jul 26, 2022
1 parent f3e655a commit 8f2c44f
Show file tree
Hide file tree
Showing 3 changed files with 151 additions and 162 deletions.
104 changes: 52 additions & 52 deletions textproc/sonic/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
PORTNAME= sonic
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.2
PORTREVISION= 7
DISTVERSION= 1.3.5
CATEGORIES= textproc

MAINTAINER= mikael@FreeBSD.org
Expand All @@ -12,94 +11,95 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md

BUILD_DEPENDS= llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT}

USES= cargo compiler:c++11-lang
USES= cargo compiler:c++11-lang gmake
USE_GITHUB= yes
GH_ACCOUNT= valeriansaliou
USE_RC_SUBR= sonic

CARGO_CRATES= ahash-0.3.8 \
ahash-0.7.6 \
aho-corasick-0.7.15 \
autocfg-1.0.1 \
bindgen-0.59.1 \
CARGO_CRATES= ahash-0.7.6 \
aho-corasick-0.7.18 \
atty-0.2.14 \
autocfg-1.1.0 \
bindgen-0.59.2 \
bitflags-1.3.2 \
bitvec-0.19.5 \
byteorder-1.4.3 \
cc-1.0.71 \
cc-1.0.73 \
cedarwood-0.4.5 \
cexpr-0.5.0 \
cexpr-0.6.0 \
cfg-if-0.1.10 \
cfg-if-1.0.0 \
clang-sys-1.3.0 \
clap-2.33.3 \
clang-sys-1.3.3 \
clap-3.2.8 \
clap_lex-0.2.4 \
fs_extra-1.2.0 \
fst-0.3.5 \
fst-levenshtein-0.3.0 \
fst-regex-0.3.0 \
funty-1.1.0 \
fxhash-0.2.1 \
getrandom-0.2.3 \
getrandom-0.2.7 \
glob-0.3.0 \
hashbrown-0.7.2 \
hashbrown-0.11.2 \
jemalloc-sys-0.3.2 \
jemallocator-0.3.2 \
hashbrown-0.12.2 \
hermit-abi-0.1.19 \
indexmap-1.9.1 \
jieba-rs-0.6.6 \
jobserver-0.1.24 \
lazy_static-1.4.0 \
lazycell-1.3.0 \
libc-0.2.107 \
libloading-0.7.1 \
libc-0.2.126 \
libloading-0.7.3 \
librocksdb-sys-6.20.3 \
linked-hash-map-0.5.4 \
linked-hash-map-0.5.6 \
linked_hash_set-0.1.4 \
log-0.4.14 \
memchr-2.3.4 \
log-0.4.17 \
memchr-2.5.0 \
memmap-0.6.2 \
minimal-lexical-0.2.1 \
nix-0.18.0 \
nom-6.2.1 \
once_cell-1.8.0 \
nom-7.1.1 \
once_cell-1.13.0 \
os_str_bytes-6.1.0 \
peeking_take_while-0.1.2 \
phf-0.10.0 \
phf-0.10.1 \
phf_codegen-0.10.0 \
phf_generator-0.10.0 \
phf_shared-0.10.0 \
ppv-lite86-0.2.15 \
proc-macro2-1.0.32 \
quote-1.0.10 \
radium-0.5.3 \
ppv-lite86-0.2.16 \
proc-macro2-1.0.40 \
quote-1.0.20 \
radix-0.6.0 \
rand-0.8.4 \
rand-0.8.5 \
rand_chacha-0.3.1 \
rand_core-0.6.3 \
rand_hc-0.3.1 \
regex-1.4.6 \
regex-1.6.0 \
regex-syntax-0.3.9 \
regex-syntax-0.6.25 \
regex-syntax-0.6.27 \
rocksdb-0.17.0 \
rustc-hash-1.1.0 \
serde-1.0.130 \
serde_derive-1.0.130 \
serde-1.0.138 \
serde_derive-1.0.138 \
shlex-1.1.0 \
siphasher-0.3.7 \
smallvec-1.7.0 \
siphasher-0.3.10 \
smallvec-1.9.0 \
static_assertions-1.1.0 \
syn-1.0.81 \
tap-1.0.1 \
textwrap-0.11.0 \
toml-0.5.8 \
twox-hash-1.6.1 \
unicode-segmentation-1.8.0 \
unicode-width-0.1.9 \
unicode-xid-0.2.2 \
utf8-ranges-1.0.4 \
version_check-0.9.3 \
wasi-0.10.2+wasi-snapshot-preview1 \
whatlang-0.12.0 \
strsim-0.10.0 \
syn-1.0.98 \
termcolor-1.1.3 \
textwrap-0.15.0 \
tikv-jemalloc-sys-0.4.3+5.2.1-patched.2 \
tikv-jemallocator-0.4.3 \
toml-0.5.9 \
twox-hash-1.6.3 \
unicode-ident-1.0.1 \
unicode-segmentation-1.9.0 \
utf8-ranges-1.0.5 \
version_check-0.9.4 \
wasi-0.11.0+wasi-snapshot-preview1 \
whatlang-0.16.0 \
winapi-0.3.9 \
winapi-i686-pc-windows-gnu-0.4.0 \
winapi-x86_64-pc-windows-gnu-0.4.0 \
wyz-0.2.0
winapi-util-0.1.5 \
winapi-x86_64-pc-windows-gnu-0.4.0

USERS= sonic
GROUPS= sonic
Expand Down
Loading

0 comments on commit 8f2c44f

Please sign in to comment.