Up to [cvs.NetBSD.org] / pkgsrc / misc / moreutils
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.7 / (download) - annotate - [select for diffs], Wed Jan 6 14:31:44 2021 UTC (2 weeks, 1 day ago) by leot
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +5 -5
lines
Diff to previous 1.6 (colored) to selected 1.1 (colored)
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
Revision 1.6 / (download) - annotate - [select for diffs], Fri Oct 9 15:46:56 2020 UTC (3 months, 1 week ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base,
pkgsrc-2020Q4
Changes since 1.5: +5 -6
lines
Diff to previous 1.5 (colored) to selected 1.1 (colored)
moreutils: Update to 0.64 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
Revision 1.5 / (download) - annotate - [select for diffs], Sat Feb 2 17:53:41 2019 UTC (23 months, 2 weeks ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1
Changes since 1.4: +5 -5
lines
Diff to previous 1.4 (colored) to selected 1.1 (colored)
moreutils: Update to 0.63 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.
Revision 1.4 / (download) - annotate - [select for diffs], Sat Sep 29 21:33:47 2018 UTC (2 years, 3 months ago) by wiedi
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3
Changes since 1.3: +2 -1
lines
Diff to previous 1.3 (colored) to selected 1.1 (colored)
moreutils: fix build on SunOS
Revision 1.3 / (download) - annotate - [select for diffs], Sat Apr 21 17:27:51 2018 UTC (2 years, 9 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base,
pkgsrc-2018Q2
Changes since 1.2: +6 -5
lines
Diff to previous 1.2 (colored) to selected 1.1 (colored)
moreutils: Update misc/moreutils to 0.62 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
Revision 1.2 / (download) - annotate - [select for diffs], Thu Sep 7 08:18:44 2017 UTC (3 years, 4 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
Instead of (wrongly) use the SUBST framework just patch Makefile (that is 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.
Revision 1.1 / (download) - annotate - [selected], Mon Sep 4 09:44:41 2017 UTC (3 years, 4 months ago) by leot
Branch: MAIN
Import moreutils-0.60 as misc/moreutils 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>.