Path to this page:
./
misc/moreutils,
Additional Unix utilities
Branch: CURRENT,
Version: 0.69,
Package name: moreutils-0.69,
Maintainer: leotmoreutils is a growing collection of the unix tools that nobody
thought to write long ago when unix was young.
It consists of these tools:
- chronic: runs a command quietly unless it fails
- combine: combine the lines in two files using boolean operations
- errno: look up errno names and descriptions
- ifdata: get network interface info without parsing ifconfig output
- isutf8: check if a file or standard input is utf-8
- ifne: run a command if the standard input is not empty
- lckdo: execute a program with a lock held (deprecated)
- mispipe: pipe two commands, returning the exit status of the first
- parallel: run multiple jobs at once
- pee: tee standard input to pipes
- sponge: soak up standard input and write to a file
- ts: timestamp standard input
- vidir: edit a directory in your text editor
- vipe: insert a text editor into a pipe
- zrun: automatically uncompress arguments to command
Required to run:[
lang/perl5] [
devel/p5-IPC-Run]
Required to build:[
textproc/libxml2] [
textproc/docbook-xsl] [
textproc/libxslt] [
pkgtools/cwrappers]
Master sites:
Filesize: 91.698 KB
Version history: (Expand)
- (2024-03-24) Updated to version: moreutils-0.69
- (2023-12-02) Updated to version: moreutils-0.68
- (2022-06-28) Updated to version: moreutils-0.67nb1
- (2022-01-13) Updated to version: moreutils-0.67
- (2021-05-25) Updated to version: moreutils-0.65nb1
- (2021-01-06) Updated to version: moreutils-0.65
CVS history: (Expand)
2024-03-24 21:51:24 by Leonardo Taccari | Files touched by this commit (3) |
Log message:
moreutils: Update to 0.69
Changes:
0.69
----
- Makefile: Warn users of pkgx.dev about their poor life choices.
|
2023-12-02 20:57:28 by Amitai Schleier | Files touched by this commit (3) | |
Log message:
moreutils: update to 0.68. From the changelog:
* popen: Use pclose, fixing compile warning.
Thanks, Mikel Olasagasti Uranga
* vidir: Zero pad line numbers to work better when used with
a small tab size such as 2.
Thanks, Johan Grande
|
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|
2022-01-13 12:49:41 by Leonardo Taccari | Files touched by this commit (3) |
Log message:
moreutils: Update to 0.67
Changes:
0.67
----
- README: Formalize that I am not adding new tools to moreutils, and
have not for a long while. This package needs someone new to take over
editorial responsibility.
- Makefile: Install man pages without executable bit. Thanks, meator
- ifne.1: Improve example that pipes to mail to avoid escape sequences.
0.66
----
- vipe: When no output is piped into vipe, and stdin is connected to
the terminal, don't read from stdin before opening the editor. This
allows eg: vipe | command Thanks, Florian Pensec
- chronic: With -v, flush stdout after printing "STDERR" header. Thanks,
Adam Sjøgren
|
2021-10-26 12:59:39 by Nia Alarie | Files touched by this commit (378) |
Log message:
misc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
The following distfiles could not be fetched (possibly fetched
conditionally?):
./misc/libreoffice/distinfo libreoffice/harfbuzz-2.6.4.tar.xz
|
2021-10-07 16:35:55 by Nia Alarie | Files touched by this commit (378) |
Log message:
misc: Remove SHA1 hashes for distfiles
|
2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575) |
Log message:
*: recursive bump for perl 5.34
|