mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
152 lines
3.1 KiB
Makefile
152 lines
3.1 KiB
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= sonic
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.2.2
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= tobik@FreeBSD.org
|
|
COMMENT= Fast, lightweight, and schema-less search backend
|
|
|
|
LICENSE= MPL20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
BUILD_DEPENDS= llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT}
|
|
|
|
USES= cargo compiler:c++11-lang
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= valeriansaliou
|
|
USE_RC_SUBR= sonic
|
|
|
|
CARGO_CRATES= aho-corasick-0.7.4 \
|
|
ansi_term-0.11.0 \
|
|
arrayvec-0.4.11 \
|
|
atty-0.2.12 \
|
|
autocfg-0.1.4 \
|
|
backtrace-0.3.32 \
|
|
backtrace-sys-0.1.30 \
|
|
bindgen-0.47.3 \
|
|
bitflags-0.4.0 \
|
|
bitflags-1.1.0 \
|
|
byteorder-1.3.2 \
|
|
c2-chacha-0.2.2 \
|
|
cc-1.0.37 \
|
|
cexpr-0.3.5 \
|
|
cfg-if-0.1.9 \
|
|
clang-sys-0.26.4 \
|
|
clap-2.33.0 \
|
|
cloudabi-0.0.3 \
|
|
crossbeam-deque-0.6.3 \
|
|
crossbeam-epoch-0.7.1 \
|
|
crossbeam-queue-0.1.2 \
|
|
crossbeam-utils-0.6.5 \
|
|
either-1.5.2 \
|
|
env_logger-0.6.2 \
|
|
failure-0.1.5 \
|
|
fs_extra-1.1.0 \
|
|
fst-0.3.3 \
|
|
fst-levenshtein-0.2.1 \
|
|
fst-regex-0.2.2 \
|
|
fuchsia-cprng-0.1.1 \
|
|
getrandom-0.1.6 \
|
|
glob-0.2.11 \
|
|
graceful-0.1.1 \
|
|
hashbrown-0.1.8 \
|
|
hashbrown-0.3.1 \
|
|
hashbrown-0.5.0 \
|
|
humantime-1.2.0 \
|
|
jemalloc-sys-0.3.2 \
|
|
jemallocator-0.3.2 \
|
|
kernel32-sys-0.2.2 \
|
|
lazy_static-1.3.0 \
|
|
libc-0.2.59 \
|
|
libloading-0.5.2 \
|
|
librocksdb-sys-5.18.3 \
|
|
linked-hash-map-0.5.2 \
|
|
linked_hash_set-0.1.3 \
|
|
log-0.4.7 \
|
|
memchr-2.2.1 \
|
|
memmap-0.6.2 \
|
|
memoffset-0.2.1 \
|
|
nix-0.7.0 \
|
|
nodrop-0.1.13 \
|
|
nom-4.2.3 \
|
|
num_cpus-1.10.1 \
|
|
peeking_take_while-0.1.2 \
|
|
ppv-lite86-0.2.5 \
|
|
proc-macro2-0.4.30 \
|
|
quick-error-1.2.2 \
|
|
quote-0.6.13 \
|
|
radix-0.5.0 \
|
|
rand-0.6.5 \
|
|
rand-0.7.0 \
|
|
rand_chacha-0.1.1 \
|
|
rand_chacha-0.2.0 \
|
|
rand_core-0.3.1 \
|
|
rand_core-0.4.0 \
|
|
rand_core-0.5.0 \
|
|
rand_hc-0.1.0 \
|
|
rand_hc-0.2.0 \
|
|
rand_isaac-0.1.1 \
|
|
rand_jitter-0.1.4 \
|
|
rand_os-0.1.3 \
|
|
rand_pcg-0.1.2 \
|
|
rand_xorshift-0.1.1 \
|
|
rayon-1.1.0 \
|
|
rayon-core-1.5.0 \
|
|
rdrand-0.4.0 \
|
|
regex-1.1.9 \
|
|
regex-syntax-0.3.9 \
|
|
regex-syntax-0.6.8 \
|
|
rocksdb-0.12.2 \
|
|
rustc-demangle-0.1.15 \
|
|
rustc_version-0.1.7 \
|
|
scopeguard-0.3.3 \
|
|
semver-0.1.20 \
|
|
serde-1.0.94 \
|
|
serde_derive-1.0.94 \
|
|
spin-0.5.0 \
|
|
strsim-0.8.0 \
|
|
syn-0.15.39 \
|
|
termcolor-1.0.5 \
|
|
textwrap-0.11.0 \
|
|
thread_local-0.3.6 \
|
|
toml-0.5.1 \
|
|
twox-hash-1.4.2 \
|
|
ucd-util-0.1.3 \
|
|
unicode-segmentation-1.3.0 \
|
|
unicode-width-0.1.5 \
|
|
unicode-xid-0.1.0 \
|
|
utf8-ranges-1.0.3 \
|
|
vec_map-0.8.1 \
|
|
version_check-0.1.5 \
|
|
void-1.0.2 \
|
|
whatlang-0.7.1 \
|
|
which-2.0.1 \
|
|
winapi-0.2.8 \
|
|
winapi-0.3.7 \
|
|
winapi-build-0.1.1 \
|
|
winapi-i686-pc-windows-gnu-0.4.0 \
|
|
winapi-util-0.1.2 \
|
|
winapi-x86_64-pc-windows-gnu-0.4.0 \
|
|
wincolor-1.0.1
|
|
|
|
USERS= sonic
|
|
GROUPS= sonic
|
|
|
|
PLIST_FILES= bin/sonic \
|
|
"@sample ${ETCDIR}/config.cfg.sample"
|
|
PORTDOCS= CONFIGURATION.md PROTOCOL.md README.md
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sonic
|
|
@${MKDIR} ${STAGEDIR}${ETCDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/config.cfg ${STAGEDIR}${ETCDIR}/config.cfg.sample
|
|
|
|
post-install-DOCS-on:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
cd ${WRKSRC} && ${INSTALL_MAN} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|