summaryrefslogtreecommitdiff
path: root/misc/moreutils
AgeCommit message (Collapse)AuthorFilesLines
2022-06-28*: recursive bump for perl 5.36wiz1-1/+2
2022-01-13moreutils: Update to 0.67leot3-14/+13
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-26misc: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
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-07misc: Remove SHA1 hashes for distfilesnia1-2/+1
2021-05-24*: recursive bump for perl 5.34wiz1-1/+2
2021-01-06moreutils: Update to 0.65leot2-7/+7
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
2020-10-09moreutils: Update to 0.64leot3-28/+7
pkgsrc changes: - Remove patch-is__utf8_Makefile, same problem fixed upstream Changes: 0.64 ---- - parallel: fix typo in usage message. - Makefile: Propagate compiler and linker flags when building is_utf8. - ts: Fix parsing of ISO-8601 dates. Thanks, David Laban. - parallel: Allow compiling with uClibc-ng, which does not have getloadavg. Thanks, Rosen Penev
2020-08-31*: bump PKGREVISION for perl-5.32.wiz1-2/+2
2019-08-11Bump PKGREVISIONs for perl 5.30.0wiz1-1/+2
2019-02-02moreutils: Update to 0.63leot2-14/+10
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.
2018-09-29moreutils: fix build on SunOSwiedi3-3/+23
2018-08-22Recursive bump for perl5-5.28.0wiz1-1/+2
2018-04-21moreutils: Update misc/moreutils to 0.62leot3-8/+22
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
2018-03-14moreutils: Install `parallel' and its man page to `moreutils-parallel'leot2-4/+12
This avoid a possible conflict with `parallel' provided by parallel/parallel package. PKGREVISION++ Pointed out by Dr. Thomas Orgis via tech-pkg@.
2017-09-07Instead of (wrongly) use the SUBST framework just patch Makefile (that isleot4-17/+15
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.
2017-09-06isutf8 needs c99 due getline(3)leot1-1/+3
Pointed out by SmartOS Joyent's bulk builds.
2017-09-04Import moreutils-0.60 as misc/moreutilsleot7-0/+169
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>.