212 lines
4.3 KiB
Makefile
212 lines
4.3 KiB
Makefile
PORTNAME= monolith
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.6.1
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= lcook@FreeBSD.org
|
|
COMMENT= CLI tool for saving complete web pages as a single HTML file
|
|
|
|
LICENSE= CC0-1.0
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cargo ssl
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Y2Z
|
|
|
|
CARGO_CRATES= adler-1.0.2 \
|
|
aho-corasick-0.7.18 \
|
|
ansi_term-0.11.0 \
|
|
assert_cmd-1.0.7 \
|
|
async-compression-0.3.8 \
|
|
atty-0.2.14 \
|
|
autocfg-0.1.7 \
|
|
autocfg-1.0.1 \
|
|
base64-0.13.0 \
|
|
bitflags-1.2.1 \
|
|
block-buffer-0.9.0 \
|
|
bstr-0.2.16 \
|
|
bumpalo-3.7.0 \
|
|
bytes-1.0.1 \
|
|
cc-1.0.68 \
|
|
cfg-if-1.0.0 \
|
|
chrono-0.4.19 \
|
|
clap-2.33.3 \
|
|
cloudabi-0.0.3 \
|
|
core-foundation-0.9.1 \
|
|
core-foundation-sys-0.8.2 \
|
|
cpufeatures-0.1.5 \
|
|
crc32fast-1.2.1 \
|
|
cssparser-0.28.1 \
|
|
cssparser-macros-0.6.0 \
|
|
difflib-0.4.0 \
|
|
digest-0.9.0 \
|
|
doc-comment-0.3.3 \
|
|
dtoa-0.4.8 \
|
|
dtoa-short-0.3.3 \
|
|
either-1.6.1 \
|
|
encoding_rs-0.8.28 \
|
|
flate2-1.0.20 \
|
|
fnv-1.0.7 \
|
|
foreign-types-0.3.2 \
|
|
foreign-types-shared-0.1.1 \
|
|
form_urlencoded-1.0.1 \
|
|
fuchsia-cprng-0.1.1 \
|
|
futf-0.1.4 \
|
|
futures-channel-0.3.15 \
|
|
futures-core-0.3.15 \
|
|
futures-io-0.3.15 \
|
|
futures-sink-0.3.15 \
|
|
futures-task-0.3.15 \
|
|
futures-util-0.3.15 \
|
|
generic-array-0.14.4 \
|
|
getrandom-0.1.16 \
|
|
getrandom-0.2.3 \
|
|
h2-0.3.3 \
|
|
hashbrown-0.11.2 \
|
|
hermit-abi-0.1.19 \
|
|
html5ever-0.24.1 \
|
|
http-0.2.4 \
|
|
http-body-0.4.2 \
|
|
httparse-1.4.1 \
|
|
httpdate-1.0.1 \
|
|
hyper-0.14.9 \
|
|
hyper-tls-0.5.0 \
|
|
idna-0.2.3 \
|
|
indexmap-1.7.0 \
|
|
ipnet-2.3.1 \
|
|
itertools-0.10.1 \
|
|
itoa-0.4.7 \
|
|
js-sys-0.3.51 \
|
|
lazy_static-1.4.0 \
|
|
libc-0.2.97 \
|
|
log-0.4.14 \
|
|
mac-0.1.1 \
|
|
markup5ever-0.9.0 \
|
|
matches-0.1.8 \
|
|
memchr-2.4.0 \
|
|
mime-0.3.16 \
|
|
miniz_oxide-0.4.4 \
|
|
mio-0.7.13 \
|
|
miow-0.3.7 \
|
|
native-tls-0.2.7 \
|
|
new_debug_unreachable-1.0.4 \
|
|
ntapi-0.3.6 \
|
|
num-integer-0.1.44 \
|
|
num-traits-0.2.14 \
|
|
num_cpus-1.13.0 \
|
|
once_cell-1.8.0 \
|
|
opaque-debug-0.3.0 \
|
|
openssl-0.10.35 \
|
|
openssl-probe-0.1.4 \
|
|
openssl-sys-0.9.65 \
|
|
percent-encoding-2.1.0 \
|
|
phf-0.7.24 \
|
|
phf-0.8.0 \
|
|
phf_codegen-0.7.24 \
|
|
phf_generator-0.7.24 \
|
|
phf_generator-0.8.0 \
|
|
phf_macros-0.8.0 \
|
|
phf_shared-0.7.24 \
|
|
phf_shared-0.8.0 \
|
|
pin-project-lite-0.2.7 \
|
|
pin-utils-0.1.0 \
|
|
pkg-config-0.3.19 \
|
|
ppv-lite86-0.2.10 \
|
|
precomputed-hash-0.1.1 \
|
|
predicates-2.0.0 \
|
|
predicates-core-1.0.2 \
|
|
predicates-tree-1.0.2 \
|
|
proc-macro-hack-0.5.19 \
|
|
proc-macro2-1.0.27 \
|
|
quote-1.0.9 \
|
|
rand-0.6.5 \
|
|
rand-0.7.3 \
|
|
rand-0.8.4 \
|
|
rand_chacha-0.1.1 \
|
|
rand_chacha-0.2.2 \
|
|
rand_chacha-0.3.1 \
|
|
rand_core-0.3.1 \
|
|
rand_core-0.4.2 \
|
|
rand_core-0.5.1 \
|
|
rand_core-0.6.3 \
|
|
rand_hc-0.1.0 \
|
|
rand_hc-0.2.0 \
|
|
rand_hc-0.3.1 \
|
|
rand_isaac-0.1.1 \
|
|
rand_jitter-0.1.4 \
|
|
rand_os-0.1.3 \
|
|
rand_pcg-0.1.2 \
|
|
rand_pcg-0.2.1 \
|
|
rand_xorshift-0.1.1 \
|
|
rdrand-0.4.0 \
|
|
redox_syscall-0.2.9 \
|
|
regex-1.5.4 \
|
|
regex-automata-0.1.10 \
|
|
regex-syntax-0.6.25 \
|
|
remove_dir_all-0.5.3 \
|
|
reqwest-0.11.4 \
|
|
ryu-1.0.5 \
|
|
schannel-0.1.19 \
|
|
security-framework-2.3.1 \
|
|
security-framework-sys-2.3.0 \
|
|
serde-1.0.126 \
|
|
serde_derive-1.0.126 \
|
|
serde_json-1.0.64 \
|
|
serde_urlencoded-0.7.0 \
|
|
sha2-0.9.5 \
|
|
siphasher-0.2.3 \
|
|
siphasher-0.3.5 \
|
|
slab-0.4.3 \
|
|
smallvec-1.6.1 \
|
|
socket2-0.4.0 \
|
|
string_cache-0.7.5 \
|
|
string_cache_codegen-0.4.4 \
|
|
string_cache_shared-0.3.0 \
|
|
strsim-0.8.0 \
|
|
syn-1.0.73 \
|
|
tempfile-3.2.0 \
|
|
tendril-0.4.2 \
|
|
textwrap-0.11.0 \
|
|
time-0.1.44 \
|
|
tinyvec-1.2.0 \
|
|
tinyvec_macros-0.1.0 \
|
|
tokio-1.8.0 \
|
|
tokio-native-tls-0.3.0 \
|
|
tokio-util-0.6.7 \
|
|
tower-service-0.3.1 \
|
|
tracing-0.1.26 \
|
|
tracing-core-0.1.18 \
|
|
treeline-0.1.0 \
|
|
try-lock-0.2.3 \
|
|
typenum-1.13.0 \
|
|
unicode-bidi-0.3.5 \
|
|
unicode-normalization-0.1.19 \
|
|
unicode-width-0.1.8 \
|
|
unicode-xid-0.2.2 \
|
|
url-2.2.2 \
|
|
utf-8-0.7.6 \
|
|
vcpkg-0.2.15 \
|
|
vec_map-0.8.2 \
|
|
version_check-0.9.3 \
|
|
wait-timeout-0.2.0 \
|
|
want-0.3.0 \
|
|
wasi-0.9.0+wasi-snapshot-preview1 \
|
|
wasi-0.10.0+wasi-snapshot-preview1 \
|
|
wasm-bindgen-0.2.74 \
|
|
wasm-bindgen-backend-0.2.74 \
|
|
wasm-bindgen-futures-0.4.24 \
|
|
wasm-bindgen-macro-0.2.74 \
|
|
wasm-bindgen-macro-support-0.2.74 \
|
|
wasm-bindgen-shared-0.2.74 \
|
|
web-sys-0.3.51 \
|
|
winapi-0.3.9 \
|
|
winapi-i686-pc-windows-gnu-0.4.0 \
|
|
winapi-x86_64-pc-windows-gnu-0.4.0 \
|
|
winreg-0.7.0
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|