216 lines
4.4 KiB
Makefile
216 lines
4.4 KiB
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= monolith
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.3.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= vulcan@wired.sh
|
|
COMMENT= CLI tool for saving complete web pages as a single HTML file
|
|
|
|
LICENSE= UNLICENSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cargo ssl
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Y2Z
|
|
|
|
CARGO_CRATES= adler32-1.0.4 \
|
|
ansi_term-0.11.0 \
|
|
anyhow-1.0.26 \
|
|
assert_cmd-1.0.1 \
|
|
async-compression-0.3.4 \
|
|
atty-0.2.13 \
|
|
autocfg-0.1.7 \
|
|
autocfg-1.0.0 \
|
|
base64-0.12.2 \
|
|
bitflags-1.2.1 \
|
|
block-buffer-0.8.0 \
|
|
block-padding-0.1.5 \
|
|
bumpalo-3.1.1 \
|
|
byte-tools-0.3.1 \
|
|
byteorder-1.3.4 \
|
|
bytes-0.5.3 \
|
|
c2-chacha-0.2.3 \
|
|
cc-1.0.47 \
|
|
cfg-if-0.1.10 \
|
|
chrono-0.4.11 \
|
|
clap-2.33.1 \
|
|
cloudabi-0.0.3 \
|
|
core-foundation-0.6.4 \
|
|
core-foundation-sys-0.6.2 \
|
|
crc32fast-1.2.0 \
|
|
cssparser-0.27.2 \
|
|
cssparser-macros-0.6.0 \
|
|
difference-2.0.0 \
|
|
digest-0.9.0 \
|
|
doc-comment-0.3.1 \
|
|
dtoa-0.4.4 \
|
|
dtoa-short-0.3.2 \
|
|
encoding_rs-0.8.20 \
|
|
fake-simd-0.1.2 \
|
|
flate2-1.0.13 \
|
|
fnv-1.0.6 \
|
|
foreign-types-0.3.2 \
|
|
foreign-types-shared-0.1.1 \
|
|
fuchsia-cprng-0.1.1 \
|
|
fuchsia-zircon-0.3.3 \
|
|
fuchsia-zircon-sys-0.3.3 \
|
|
futf-0.1.4 \
|
|
futures-channel-0.3.1 \
|
|
futures-core-0.3.1 \
|
|
futures-io-0.3.1 \
|
|
futures-sink-0.3.1 \
|
|
futures-task-0.3.1 \
|
|
futures-util-0.3.1 \
|
|
generic-array-0.14.2 \
|
|
getrandom-0.1.13 \
|
|
h2-0.2.5 \
|
|
heck-0.3.1 \
|
|
hermit-abi-0.1.6 \
|
|
html5ever-0.24.1 \
|
|
http-0.2.0 \
|
|
http-body-0.3.1 \
|
|
httparse-1.3.4 \
|
|
hyper-0.13.6 \
|
|
hyper-tls-0.4.0 \
|
|
idna-0.2.0 \
|
|
indexmap-1.3.0 \
|
|
iovec-0.1.4 \
|
|
itoa-0.4.4 \
|
|
js-sys-0.3.34 \
|
|
kernel32-sys-0.2.2 \
|
|
lazy_static-1.4.0 \
|
|
libc-0.2.66 \
|
|
log-0.4.8 \
|
|
mac-0.1.1 \
|
|
markup5ever-0.9.0 \
|
|
matches-0.1.8 \
|
|
memchr-2.2.1 \
|
|
mime-0.3.14 \
|
|
mime_guess-2.0.1 \
|
|
miniz_oxide-0.3.5 \
|
|
mio-0.6.21 \
|
|
miow-0.2.1 \
|
|
native-tls-0.2.3 \
|
|
net2-0.2.33 \
|
|
new_debug_unreachable-1.0.3 \
|
|
nom-4.2.3 \
|
|
num-integer-0.1.43 \
|
|
num-traits-0.2.12 \
|
|
num_cpus-1.11.1 \
|
|
opaque-debug-0.2.3 \
|
|
openssl-0.10.26 \
|
|
openssl-probe-0.1.2 \
|
|
openssl-sys-0.9.53 \
|
|
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-0.4.6 \
|
|
pin-project-internal-0.4.6 \
|
|
pin-project-lite-0.1.7 \
|
|
pin-utils-0.1.0-alpha.4 \
|
|
pkg-config-0.3.17 \
|
|
ppv-lite86-0.2.6 \
|
|
precomputed-hash-0.1.1 \
|
|
predicates-1.0.2 \
|
|
predicates-core-1.0.0 \
|
|
predicates-tree-1.0.0 \
|
|
proc-macro-hack-0.5.14 \
|
|
proc-macro2-1.0.6 \
|
|
quote-1.0.2 \
|
|
rand-0.6.5 \
|
|
rand-0.7.2 \
|
|
rand_chacha-0.1.1 \
|
|
rand_chacha-0.2.1 \
|
|
rand_core-0.3.1 \
|
|
rand_core-0.4.2 \
|
|
rand_core-0.5.1 \
|
|
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_pcg-0.2.1 \
|
|
rand_xorshift-0.1.1 \
|
|
rdrand-0.4.0 \
|
|
redox_syscall-0.1.56 \
|
|
remove_dir_all-0.5.2 \
|
|
reqwest-0.10.6 \
|
|
ryu-1.0.2 \
|
|
schannel-0.1.16 \
|
|
security-framework-0.3.4 \
|
|
security-framework-sys-0.3.3 \
|
|
serde-1.0.103 \
|
|
serde_derive-1.0.103 \
|
|
serde_json-1.0.42 \
|
|
serde_urlencoded-0.6.1 \
|
|
sha2-0.9.0 \
|
|
siphasher-0.2.3 \
|
|
siphasher-0.3.2 \
|
|
slab-0.4.2 \
|
|
smallvec-1.0.0 \
|
|
socket2-0.3.12 \
|
|
sourcefile-0.1.4 \
|
|
string_cache-0.7.5 \
|
|
string_cache_codegen-0.4.4 \
|
|
string_cache_shared-0.3.0 \
|
|
strsim-0.8.0 \
|
|
syn-1.0.11 \
|
|
tempfile-3.1.0 \
|
|
tendril-0.4.1 \
|
|
textwrap-0.11.0 \
|
|
time-0.1.42 \
|
|
tokio-0.2.6 \
|
|
tokio-tls-0.3.0 \
|
|
tokio-util-0.3.1 \
|
|
tower-service-0.3.0 \
|
|
treeline-0.1.0 \
|
|
try-lock-0.2.2 \
|
|
typenum-1.12.0 \
|
|
unicase-2.6.0 \
|
|
unicode-bidi-0.3.4 \
|
|
unicode-normalization-0.1.11 \
|
|
unicode-segmentation-1.6.0 \
|
|
unicode-width-0.1.6 \
|
|
unicode-xid-0.2.0 \
|
|
url-2.1.1 \
|
|
utf-8-0.7.5 \
|
|
vcpkg-0.2.8 \
|
|
vec_map-0.8.1 \
|
|
version_check-0.1.5 \
|
|
version_check-0.9.1 \
|
|
wait-timeout-0.2.0 \
|
|
want-0.3.0 \
|
|
wasi-0.7.0 \
|
|
wasm-bindgen-0.2.57 \
|
|
wasm-bindgen-backend-0.2.57 \
|
|
wasm-bindgen-futures-0.4.7 \
|
|
wasm-bindgen-macro-0.2.57 \
|
|
wasm-bindgen-macro-support-0.2.57 \
|
|
wasm-bindgen-shared-0.2.57 \
|
|
wasm-bindgen-webidl-0.2.57 \
|
|
web-sys-0.3.34 \
|
|
weedle-0.10.0 \
|
|
winapi-0.2.8 \
|
|
winapi-0.3.8 \
|
|
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
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|