Created attachment 236407 [details] sysutils-mprocs.0.6.3.patch Description: mprocs runs multiple commands in parallel and shows output of each command separately. WWW: https://github.com/pvolok/mprocs QA: * portlint: OK (looks fine.) * testport: OK (poudriere: 13.1, amd64)
Created attachment 236766 [details] mprocs-0.6.3 Description: * Move WWW from pkg-descr to Makefile * Add post-install target to strip mprocs QA: * portlint: OK (looks fine.) * testport: (poudriere: 13-1, amd64)
Hello, Sugestion: - move Makefile CARGO-CRATES list to Makefile.crates file or just create a new list with `make cargo-crates > Makefile.crates`. This way we get an cleaner Makefile and easier for future updates. Mk/Uses/cargo.mk: .sinclude "${MASTERDIR}/Makefile.crates" Cheers
Created attachment 236767 [details] mprocs-0.6.3 Move CARGO_CRATES variable from Makefile to Makefile.crates.
(In reply to Nuno Teixeira from comment #2) Hi, Thank you for your recommendation!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=4f0135db33978d8d8fb82ac12cdbed738d63b238 commit 4f0135db33978d8d8fb82ac12cdbed738d63b238 Author: Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org> AuthorDate: 2022-09-23 16:35:51 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2022-09-23 16:54:19 +0000 sysutils/mprocs: New port: Run multiple commands in parallel - Submitter becomes maintainer mprocs runs multiple commands in parallel and shows output of each command separately. WWW: https://github.com/pvolok/mprocs PR: 266263 sysutils/Makefile | 1 + sysutils/mprocs/Makefile (new) | 26 +++ sysutils/mprocs/Makefile.crates (new) | 172 +++++++++++++++++ sysutils/mprocs/distinfo (new) | 347 ++++++++++++++++++++++++++++++++++ sysutils/mprocs/pkg-descr (new) | 2 + 5 files changed, 548 insertions(+)
Committed, thanks!