pkgsrc changes:
- Switch MASTER_SITES to upstream snapshots instead of using Debian mirrors
Changes:
0.63
----
- vipe: Clean up temp file even when it exits with an error.
Thanks, Stig Palmquist.
- ts: Fix ts -m %.s to not output negative microseconds.
Thanks, Dima Kogan
- sponge: Fix bug in -a mode that doubled original content of file when the
temp file is located on a different filesystem.
Changes:
0.62
----
- ts: Add -m option to use monotonic clock. Thanks, Ben Leinweber
- ts: Added %.T format like %T but with hi-res. Thanks, Matt Koscica
- pee: Ignore SIGPIPE and write errors caused by the command not consuming all
its input. Closes: #697052 Thanks, Ole Jørgen Brønner
- chronic: document return value semantics of -e option.
Closes: #867167 Thanks, Daniel Shahaf
- vidir: reword man page to more explicit mention 'file' args.
Closes: #885221 Thanks, Daniel Shahaf
- pee: Don't buffer input, bringing behavior into line with tee.
Thanks, Sauerbeck Tilman
0.61
----
- chronic: Flush output more often to better preserve stdout,err ordering.
Thanks, Miroslav Šustek
already patched!) introducing a MANDIR variable instead of hardcoding
`share/man' and pass PKGMANDIR via MAKE_ENV.
No PKGREVISION bump since it should fix the build on platforms where moreutils
was already broken.
Pointed out by Joyent's Darwin bulk build.
moreutils 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
Originally packaged in pkgsrc-wip by myself and <wiz>.