mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
109c3d4629
PR: 276033
196 lines
4.2 KiB
Makefile
196 lines
4.2 KiB
Makefile
PORTNAME= grex
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.4.2
|
|
PORTREVISION= 4
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= petteri.valkonen@iki.fi
|
|
COMMENT= Command-line tool for generating regular expressions from test cases
|
|
WWW= https://github.com/pemistahl/grex/
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USES= cargo
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= pemistahl
|
|
|
|
CARGO_CRATES= aho-corasick-1.0.2 \
|
|
anes-0.1.6 \
|
|
anstream-0.3.2 \
|
|
anstyle-1.0.1 \
|
|
anstyle-parse-0.2.1 \
|
|
anstyle-query-1.0.0 \
|
|
anstyle-wincon-1.0.1 \
|
|
assert_cmd-2.0.12 \
|
|
autocfg-1.1.0 \
|
|
bit-set-0.5.3 \
|
|
bit-vec-0.6.3 \
|
|
bitflags-1.3.2 \
|
|
bitflags-2.3.3 \
|
|
bstr-1.6.0 \
|
|
bumpalo-3.13.0 \
|
|
byteorder-1.4.3 \
|
|
cast-0.3.0 \
|
|
cc-1.0.79 \
|
|
cfg-if-1.0.0 \
|
|
ciborium-0.2.1 \
|
|
ciborium-io-0.2.1 \
|
|
ciborium-ll-0.2.1 \
|
|
clap-4.3.19 \
|
|
clap_builder-4.3.19 \
|
|
clap_derive-4.3.12 \
|
|
clap_lex-0.5.0 \
|
|
colorchoice-1.0.0 \
|
|
console_error_panic_hook-0.1.7 \
|
|
criterion-0.5.1 \
|
|
criterion-plot-0.5.0 \
|
|
crossbeam-channel-0.5.8 \
|
|
crossbeam-deque-0.8.3 \
|
|
crossbeam-epoch-0.9.15 \
|
|
crossbeam-utils-0.8.16 \
|
|
difflib-0.4.0 \
|
|
doc-comment-0.3.3 \
|
|
either-1.9.0 \
|
|
errno-0.3.1 \
|
|
errno-dragonfly-0.1.2 \
|
|
fastrand-2.0.0 \
|
|
fixedbitset-0.4.2 \
|
|
float-cmp-0.9.0 \
|
|
fnv-1.0.7 \
|
|
futures-0.3.28 \
|
|
futures-channel-0.3.28 \
|
|
futures-core-0.3.28 \
|
|
futures-executor-0.3.28 \
|
|
futures-io-0.3.28 \
|
|
futures-macro-0.3.28 \
|
|
futures-sink-0.3.28 \
|
|
futures-task-0.3.28 \
|
|
futures-timer-3.0.2 \
|
|
futures-util-0.3.28 \
|
|
getrandom-0.2.10 \
|
|
glob-0.3.1 \
|
|
half-1.8.2 \
|
|
hashbrown-0.12.3 \
|
|
heck-0.4.1 \
|
|
hermit-abi-0.3.2 \
|
|
indexmap-1.9.3 \
|
|
indoc-2.0.3 \
|
|
io-lifetimes-1.0.11 \
|
|
is-terminal-0.4.9 \
|
|
itertools-0.10.5 \
|
|
itertools-0.11.0 \
|
|
itoa-1.0.9 \
|
|
js-sys-0.3.64 \
|
|
lazy_static-1.4.0 \
|
|
libc-0.2.147 \
|
|
libm-0.2.7 \
|
|
linux-raw-sys-0.3.8 \
|
|
linux-raw-sys-0.4.3 \
|
|
log-0.4.19 \
|
|
matches-0.1.10 \
|
|
matrixmultiply-0.3.7 \
|
|
memchr-2.5.0 \
|
|
memoffset-0.9.0 \
|
|
ndarray-0.15.6 \
|
|
normalize-line-endings-0.3.0 \
|
|
num-complex-0.4.3 \
|
|
num-integer-0.1.45 \
|
|
num-traits-0.2.16 \
|
|
num_cpus-1.16.0 \
|
|
once_cell-1.18.0 \
|
|
oorandom-11.1.3 \
|
|
petgraph-0.6.3 \
|
|
pin-project-lite-0.2.10 \
|
|
pin-utils-0.1.0 \
|
|
plotters-0.3.5 \
|
|
plotters-backend-0.3.5 \
|
|
plotters-svg-0.3.5 \
|
|
ppv-lite86-0.2.17 \
|
|
predicates-3.0.3 \
|
|
predicates-core-1.0.6 \
|
|
predicates-tree-1.0.9 \
|
|
proc-macro2-1.0.66 \
|
|
proptest-1.2.0 \
|
|
quick-error-1.2.3 \
|
|
quote-1.0.32 \
|
|
rand-0.8.5 \
|
|
rand_chacha-0.3.1 \
|
|
rand_core-0.6.4 \
|
|
rand_xorshift-0.3.0 \
|
|
rawpointer-0.2.1 \
|
|
rayon-1.7.0 \
|
|
rayon-core-1.11.0 \
|
|
redox_syscall-0.3.5 \
|
|
regex-1.9.1 \
|
|
regex-automata-0.3.3 \
|
|
regex-syntax-0.6.29 \
|
|
regex-syntax-0.7.4 \
|
|
relative-path-1.8.0 \
|
|
rstest-0.18.1 \
|
|
rstest_macros-0.18.1 \
|
|
rustc_version-0.4.0 \
|
|
rustix-0.37.23 \
|
|
rustix-0.38.4 \
|
|
rusty-fork-0.3.0 \
|
|
ryu-1.0.15 \
|
|
same-file-1.0.6 \
|
|
scoped-tls-1.0.1 \
|
|
scopeguard-1.2.0 \
|
|
semver-1.0.18 \
|
|
serde-1.0.174 \
|
|
serde_derive-1.0.174 \
|
|
serde_json-1.0.103 \
|
|
slab-0.4.8 \
|
|
strsim-0.10.0 \
|
|
syn-2.0.27 \
|
|
tempfile-3.7.0 \
|
|
terminal_size-0.2.6 \
|
|
termtree-0.4.1 \
|
|
tinytemplate-1.2.1 \
|
|
unarray-0.1.4 \
|
|
unic-char-property-0.9.0 \
|
|
unic-char-range-0.9.0 \
|
|
unic-common-0.9.0 \
|
|
unic-ucd-category-0.9.0 \
|
|
unic-ucd-version-0.9.0 \
|
|
unicode-ident-1.0.11 \
|
|
unicode-segmentation-1.10.1 \
|
|
utf8parse-0.2.1 \
|
|
wait-timeout-0.2.0 \
|
|
walkdir-2.3.3 \
|
|
wasi-0.11.0+wasi-snapshot-preview1 \
|
|
wasm-bindgen-0.2.87 \
|
|
wasm-bindgen-backend-0.2.87 \
|
|
wasm-bindgen-futures-0.4.37 \
|
|
wasm-bindgen-macro-0.2.87 \
|
|
wasm-bindgen-macro-support-0.2.87 \
|
|
wasm-bindgen-shared-0.2.87 \
|
|
wasm-bindgen-test-0.3.37 \
|
|
wasm-bindgen-test-macro-0.3.37 \
|
|
web-sys-0.3.64 \
|
|
winapi-0.3.9 \
|
|
winapi-i686-pc-windows-gnu-0.4.0 \
|
|
winapi-util-0.1.5 \
|
|
winapi-x86_64-pc-windows-gnu-0.4.0 \
|
|
windows-sys-0.48.0 \
|
|
windows-targets-0.48.1 \
|
|
windows_aarch64_gnullvm-0.48.0 \
|
|
windows_aarch64_msvc-0.48.0 \
|
|
windows_i686_gnu-0.48.0 \
|
|
windows_i686_msvc-0.48.0 \
|
|
windows_x86_64_gnu-0.48.0 \
|
|
windows_x86_64_gnullvm-0.48.0 \
|
|
windows_x86_64_msvc-0.48.0
|
|
|
|
PLIST_FILES= bin/grex
|
|
PORTDOCS= README.md RELEASE_NOTES.md
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/grex
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
|
|
|
|
.include <bsd.port.mk>
|