6db46e97cc
- This has the very first version of a lightweight user interface, for more details see the release notes PR: 253250 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) Relnotes: https://nlnetlabs.nl/news/2021/Feb/02/routinator-0.8.3-released/
241 lines
5.0 KiB
Makefile
241 lines
5.0 KiB
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= routinator
|
|
PORTVERSION= 0.8.3
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= jaap@NLnetLabs.nl
|
|
COMMENT= RPKI signed route collector and validator
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
ONLY_FOR_ARCHS= amd64 i386
|
|
ONLY_FOR_ARCHS_REASON= ring crate not ported to other architectures
|
|
|
|
RUN_DEPENDS= rsync:net/rsync
|
|
|
|
USES= cargo
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= NLnetLabs
|
|
|
|
USE_RC_SUBR= routinator
|
|
|
|
SUB_FILES= pkg-message
|
|
USERS= ${PORTNAME}
|
|
GROUPS= ${PORTNAME}
|
|
|
|
SUB_LIST+= USERS=${USERS} \
|
|
GROUPS=${GROUPS}
|
|
|
|
OPTIONS_SUB= yes
|
|
|
|
CARGO_CRATES= addr2line-0.14.0 \
|
|
adler-0.2.3 \
|
|
ansi_term-0.11.0 \
|
|
arc-swap-1.2.0 \
|
|
arrayref-0.3.6 \
|
|
arrayvec-0.5.2 \
|
|
atty-0.2.14 \
|
|
autocfg-1.0.1 \
|
|
backtrace-0.3.55 \
|
|
base64-0.12.3 \
|
|
base64-0.13.0 \
|
|
bcder-0.5.0 \
|
|
bitflags-1.2.1 \
|
|
blake2b_simd-0.5.11 \
|
|
bumpalo-3.4.0 \
|
|
byteorder-1.3.4 \
|
|
bytes-0.4.12 \
|
|
bytes-0.5.6 \
|
|
cc-1.0.66 \
|
|
cfg-if-0.1.10 \
|
|
cfg-if-1.0.0 \
|
|
chrono-0.4.19 \
|
|
clap-2.33.3 \
|
|
console_error_panic_hook-0.1.6 \
|
|
constant_time_eq-0.1.5 \
|
|
core-foundation-0.9.1 \
|
|
core-foundation-sys-0.8.2 \
|
|
crossbeam-queue-0.2.3 \
|
|
crossbeam-utils-0.7.2 \
|
|
crossbeam-utils-0.8.1 \
|
|
dirs-3.0.1 \
|
|
dirs-sys-0.3.5 \
|
|
either-1.6.1 \
|
|
encoding_rs-0.8.26 \
|
|
error-chain-0.12.4 \
|
|
fern-0.6.0 \
|
|
fnv-1.0.7 \
|
|
foreign-types-0.3.2 \
|
|
foreign-types-shared-0.1.1 \
|
|
form_urlencoded-1.0.0 \
|
|
fuchsia-zircon-0.3.3 \
|
|
fuchsia-zircon-sys-0.3.3 \
|
|
futures-0.3.8 \
|
|
futures-channel-0.3.8 \
|
|
futures-core-0.3.8 \
|
|
futures-executor-0.3.8 \
|
|
futures-io-0.3.8 \
|
|
futures-macro-0.3.8 \
|
|
futures-sink-0.3.8 \
|
|
futures-task-0.3.8 \
|
|
futures-util-0.3.8 \
|
|
getrandom-0.1.15 \
|
|
gimli-0.23.0 \
|
|
h2-0.2.7 \
|
|
hashbrown-0.9.1 \
|
|
hermit-abi-0.1.17 \
|
|
http-0.2.1 \
|
|
http-body-0.3.1 \
|
|
httparse-1.3.4 \
|
|
httpdate-0.3.2 \
|
|
hyper-0.13.9 \
|
|
hyper-rustls-0.21.0 \
|
|
hyper-tls-0.4.3 \
|
|
idna-0.2.0 \
|
|
indexmap-1.6.0 \
|
|
iovec-0.1.4 \
|
|
ipnet-2.3.0 \
|
|
itoa-0.4.6 \
|
|
js-sys-0.3.46 \
|
|
kernel32-sys-0.2.2 \
|
|
lazy_static-1.4.0 \
|
|
libc-0.2.80 \
|
|
listenfd-0.3.3 \
|
|
log-0.4.11 \
|
|
log-reroute-0.1.6 \
|
|
matches-0.1.8 \
|
|
maybe-uninit-2.0.0 \
|
|
memchr-2.3.4 \
|
|
mime-0.3.16 \
|
|
mime_guess-2.0.3 \
|
|
miniz_oxide-0.4.3 \
|
|
mio-0.6.23 \
|
|
mio-uds-0.6.8 \
|
|
miow-0.2.2 \
|
|
native-tls-0.2.6 \
|
|
net2-0.2.36 \
|
|
nix-0.18.0 \
|
|
num-integer-0.1.44 \
|
|
num-traits-0.2.14 \
|
|
num_cpus-1.13.0 \
|
|
object-0.22.0 \
|
|
once_cell-1.5.2 \
|
|
openssl-0.10.30 \
|
|
openssl-probe-0.1.2 \
|
|
openssl-sys-0.9.58 \
|
|
percent-encoding-2.1.0 \
|
|
pin-project-0.4.27 \
|
|
pin-project-1.0.2 \
|
|
pin-project-internal-0.4.27 \
|
|
pin-project-internal-1.0.2 \
|
|
pin-project-lite-0.1.11 \
|
|
pin-project-lite-0.2.0 \
|
|
pin-utils-0.1.0 \
|
|
pkg-config-0.3.19 \
|
|
ppv-lite86-0.2.10 \
|
|
proc-macro-hack-0.5.19 \
|
|
proc-macro-nested-0.1.6 \
|
|
proc-macro2-1.0.24 \
|
|
quick-xml-0.19.0 \
|
|
quote-1.0.7 \
|
|
rand-0.7.3 \
|
|
rand_chacha-0.2.2 \
|
|
rand_core-0.5.1 \
|
|
rand_hc-0.2.0 \
|
|
redox_syscall-0.1.57 \
|
|
redox_users-0.3.5 \
|
|
remove_dir_all-0.5.3 \
|
|
reqwest-0.10.9 \
|
|
ring-0.16.19 \
|
|
rpki-0.10.0 \
|
|
rpki-rtr-0.2.0 \
|
|
rust-argon2-0.8.3 \
|
|
rustc-demangle-0.1.18 \
|
|
rustc_version-0.2.3 \
|
|
rustls-0.18.1 \
|
|
ryu-1.0.5 \
|
|
schannel-0.1.19 \
|
|
scoped-tls-1.0.0 \
|
|
sct-0.6.0 \
|
|
security-framework-2.0.0 \
|
|
security-framework-sys-2.0.0 \
|
|
semver-0.9.0 \
|
|
semver-parser-0.7.0 \
|
|
serde-1.0.117 \
|
|
serde_derive-1.0.117 \
|
|
serde_json-1.0.60 \
|
|
serde_urlencoded-0.7.0 \
|
|
signal-hook-registry-1.2.2 \
|
|
slab-0.4.2 \
|
|
smallvec-1.5.0 \
|
|
socket2-0.3.17 \
|
|
spin-0.5.2 \
|
|
strsim-0.8.0 \
|
|
syn-1.0.53 \
|
|
syslog-5.0.0 \
|
|
tempfile-3.1.0 \
|
|
textwrap-0.11.0 \
|
|
thiserror-1.0.22 \
|
|
thiserror-impl-1.0.22 \
|
|
time-0.1.44 \
|
|
tinyvec-1.1.0 \
|
|
tinyvec_macros-0.1.0 \
|
|
tokio-0.2.23 \
|
|
tokio-macros-0.2.6 \
|
|
tokio-rustls-0.14.1 \
|
|
tokio-socks-0.3.0 \
|
|
tokio-tls-0.3.1 \
|
|
tokio-util-0.3.1 \
|
|
toml-0.5.7 \
|
|
tower-service-0.3.0 \
|
|
tracing-0.1.22 \
|
|
tracing-core-0.1.17 \
|
|
tracing-futures-0.2.4 \
|
|
try-lock-0.2.3 \
|
|
unicase-2.6.0 \
|
|
unicode-bidi-0.3.4 \
|
|
unicode-normalization-0.1.16 \
|
|
unicode-width-0.1.8 \
|
|
unicode-xid-0.2.1 \
|
|
untrusted-0.7.1 \
|
|
unwrap-1.2.1 \
|
|
url-2.2.0 \
|
|
uuid-0.6.5 \
|
|
uuid-0.8.1 \
|
|
vcpkg-0.2.10 \
|
|
vec_map-0.8.2 \
|
|
version_check-0.9.2 \
|
|
want-0.3.0 \
|
|
wasi-0.9.0+wasi-snapshot-preview1 \
|
|
wasi-0.10.0+wasi-snapshot-preview1 \
|
|
wasm-bindgen-0.2.69 \
|
|
wasm-bindgen-backend-0.2.69 \
|
|
wasm-bindgen-futures-0.4.19 \
|
|
wasm-bindgen-macro-0.2.69 \
|
|
wasm-bindgen-macro-support-0.2.69 \
|
|
wasm-bindgen-shared-0.2.69 \
|
|
wasm-bindgen-test-0.3.19 \
|
|
wasm-bindgen-test-macro-0.3.19 \
|
|
web-sys-0.3.46 \
|
|
webpki-0.21.4 \
|
|
webpki-roots-0.20.0 \
|
|
winapi-0.2.8 \
|
|
winapi-0.3.9 \
|
|
winapi-build-0.1.1 \
|
|
winapi-i686-pc-windows-gnu-0.4.0 \
|
|
winapi-x86_64-pc-windows-gnu-0.4.0 \
|
|
winreg-0.7.0 \
|
|
ws2_32-sys-0.2.1
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/routinator
|
|
${INSTALL_MAN} ${WRKSRC}/doc/routinator.1 ${STAGEDIR}${PREFIX}/man/man1/
|
|
@${MKDIR} ${STAGEDIR}/${PREFIX}/etc/routinator
|
|
${INSTALL_DATA} ${WRKSRC}/etc/routinator.conf.example \
|
|
${STAGEDIR}${PREFIX}/etc/routinator/routinator.conf.example
|
|
|
|
.include <bsd.port.mk>
|