Homebrew / legacy-homebrew

💀 The former home of Homebrew/homebrew (deprecated)
https://brew.sh
26.97k stars 11.35k forks source link

moreutils requests: avoid parallel / ts conflicts, install manpages #22014

Closed cdlm closed 11 years ago

cdlm commented 11 years ago

(basically I'd like to have some commands like sponge, but use GNU parallel)

moreutils could have options to disable some of its binaries or to depend on the standalone parallel.

Apparently, Ubuntu renames ts from task-spooler as tsp and keeps ts from moreutils as-is.

Finally, getting the manpages would be nice… is there a convenient way to precompile them to avoid docbook?

adamv commented 11 years ago

Would review pull requests to address these.