2022-02-07 14:47:22 +01:00
|
|
|
PORTNAME= mdbook-mermaid
|
|
|
|
DISTVERSIONPREFIX= v
|
2022-07-29 22:51:06 +02:00
|
|
|
DISTVERSION= 0.11.2
|
2022-02-07 14:47:22 +01:00
|
|
|
CATEGORIES= textproc
|
|
|
|
|
|
|
|
MAINTAINER= jbeich@FreeBSD.org
|
|
|
|
COMMENT= Preprocessor for mdBook to add mermaid.js support
|
|
|
|
|
|
|
|
LICENSE= MPL20
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
|
|
|
USES= cargo
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= badboy
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
|
|
|
|
CARGO_CRATES= aho-corasick-0.7.18 \
|
|
|
|
ansi_term-0.12.1 \
|
2022-05-26 22:57:06 +02:00
|
|
|
anyhow-1.0.57 \
|
2022-02-07 14:47:22 +01:00
|
|
|
assert_cmd-2.0.4 \
|
|
|
|
atty-0.2.14 \
|
2022-05-26 22:57:06 +02:00
|
|
|
autocfg-1.1.0 \
|
2022-02-07 14:47:22 +01:00
|
|
|
bitflags-1.3.2 \
|
|
|
|
block-buffer-0.7.3 \
|
|
|
|
block-padding-0.1.5 \
|
|
|
|
bstr-0.2.17 \
|
|
|
|
byte-tools-0.3.1 \
|
|
|
|
byteorder-1.4.3 \
|
|
|
|
bytes-1.1.0 \
|
|
|
|
cfg-if-1.0.0 \
|
|
|
|
chrono-0.4.19 \
|
2022-05-26 22:57:06 +02:00
|
|
|
clap-3.1.18 \
|
|
|
|
clap_complete-3.1.4 \
|
|
|
|
clap_lex-0.2.0 \
|
|
|
|
combine-4.6.4 \
|
|
|
|
ctor-0.1.22 \
|
2022-02-07 14:47:22 +01:00
|
|
|
diff-0.1.12 \
|
|
|
|
difflib-0.4.0 \
|
|
|
|
digest-0.8.1 \
|
|
|
|
doc-comment-0.3.3 \
|
|
|
|
either-1.6.1 \
|
|
|
|
env_logger-0.7.1 \
|
|
|
|
env_logger-0.9.0 \
|
|
|
|
fake-simd-0.1.2 \
|
|
|
|
fastrand-1.7.0 \
|
|
|
|
generic-array-0.12.4 \
|
2022-05-26 22:57:06 +02:00
|
|
|
handlebars-4.3.0 \
|
2022-02-07 14:47:22 +01:00
|
|
|
hashbrown-0.11.2 \
|
|
|
|
hermit-abi-0.1.19 \
|
|
|
|
humantime-1.3.0 \
|
|
|
|
humantime-2.1.0 \
|
2022-05-26 22:57:06 +02:00
|
|
|
indexmap-1.8.1 \
|
2022-02-07 14:47:22 +01:00
|
|
|
instant-0.1.12 \
|
|
|
|
itertools-0.10.3 \
|
2022-05-26 22:57:06 +02:00
|
|
|
itoa-1.0.2 \
|
2022-02-07 14:47:22 +01:00
|
|
|
lazy_static-1.4.0 \
|
2022-05-26 22:57:06 +02:00
|
|
|
libc-0.2.126 \
|
|
|
|
log-0.4.17 \
|
2022-02-07 14:47:22 +01:00
|
|
|
maplit-1.0.2 \
|
2022-05-26 22:57:06 +02:00
|
|
|
mdbook-0.4.18 \
|
|
|
|
memchr-2.5.0 \
|
|
|
|
num-integer-0.1.45 \
|
|
|
|
num-traits-0.2.15 \
|
2022-02-07 14:47:22 +01:00
|
|
|
opaque-debug-0.2.3 \
|
|
|
|
opener-0.5.0 \
|
2022-05-26 22:57:06 +02:00
|
|
|
os_str_bytes-6.1.0 \
|
|
|
|
output_vt100-0.1.3 \
|
2022-02-07 14:47:22 +01:00
|
|
|
pest-2.1.3 \
|
|
|
|
pest_derive-2.1.0 \
|
|
|
|
pest_generator-2.1.3 \
|
|
|
|
pest_meta-2.1.3 \
|
|
|
|
predicates-2.1.1 \
|
|
|
|
predicates-core-1.0.3 \
|
|
|
|
predicates-tree-1.0.5 \
|
2022-05-26 22:57:06 +02:00
|
|
|
pretty_assertions-1.2.1 \
|
|
|
|
proc-macro2-1.0.39 \
|
2022-02-07 14:47:22 +01:00
|
|
|
pulldown-cmark-0.9.1 \
|
|
|
|
quick-error-1.2.3 \
|
2022-05-26 22:57:06 +02:00
|
|
|
quote-1.0.18 \
|
|
|
|
redox_syscall-0.2.13 \
|
|
|
|
regex-1.5.6 \
|
2022-02-07 14:47:22 +01:00
|
|
|
regex-automata-0.1.10 \
|
2022-05-26 22:57:06 +02:00
|
|
|
regex-syntax-0.6.26 \
|
2022-02-07 14:47:22 +01:00
|
|
|
remove_dir_all-0.5.3 \
|
2022-05-26 22:57:06 +02:00
|
|
|
ryu-1.0.10 \
|
|
|
|
serde-1.0.137 \
|
|
|
|
serde_derive-1.0.137 \
|
|
|
|
serde_json-1.0.81 \
|
2022-02-07 14:47:22 +01:00
|
|
|
sha-1-0.8.2 \
|
|
|
|
shlex-1.1.0 \
|
2022-05-26 22:57:06 +02:00
|
|
|
strsim-0.10.0 \
|
|
|
|
syn-1.0.95 \
|
2022-02-07 14:47:22 +01:00
|
|
|
tempfile-3.3.0 \
|
2022-05-26 22:57:06 +02:00
|
|
|
termcolor-1.1.3 \
|
2022-02-07 14:47:22 +01:00
|
|
|
termtree-0.2.4 \
|
2022-05-26 22:57:06 +02:00
|
|
|
textwrap-0.15.0 \
|
|
|
|
thiserror-1.0.31 \
|
|
|
|
thiserror-impl-1.0.31 \
|
2022-02-07 14:47:22 +01:00
|
|
|
time-0.1.43 \
|
2022-05-26 22:57:06 +02:00
|
|
|
toml-0.5.9 \
|
|
|
|
toml_edit-0.14.4 \
|
2022-02-07 14:47:22 +01:00
|
|
|
topological-sort-0.1.0 \
|
|
|
|
typenum-1.15.0 \
|
|
|
|
ucd-trie-0.1.3 \
|
|
|
|
unicase-2.6.0 \
|
2022-05-26 22:57:06 +02:00
|
|
|
unicode-ident-1.0.0 \
|
2022-02-07 14:47:22 +01:00
|
|
|
version_check-0.9.4 \
|
|
|
|
wait-timeout-0.2.0 \
|
|
|
|
winapi-0.3.9 \
|
|
|
|
winapi-i686-pc-windows-gnu-0.4.0 \
|
|
|
|
winapi-util-0.1.5 \
|
2022-07-16 14:53:38 +02:00
|
|
|
winapi-x86_64-pc-windows-gnu-0.4.0
|
2022-02-07 14:47:22 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|