2025-01-19 18:28:05 by Leonardo Taccari | Files touched by this commit (2) |
Log message:
moreutils: Update to 0.70
Changes:
0.70
- vidir: Improve zero padding to support larger directories, and also
avoid unnecessary padding. Thanks, Martin Kühl
- zrun: Add support for zstd compression. Thanks, Yannick Le Pennec
- ts: Do not accept extra args and always read from stdin
(Closes: 1041291). Thanks, Zefram
|
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) | ![Package updated](https://pkgsrc.se/images/update.gif) |
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
|
2021-01-06 15:31:44 by Leonardo Taccari | Files touched by this commit (2) |
Log message:
moreutils: Update to 0.65
Changes:
0.65
----
- vipe: Added --suffix option. Thanks, Pål Grønås Drange.
- ifdata: fail when -ph is given but no hwaddr is available
(Closes: #386755) Thanks, Nicolas Schier
|