28 Commits

Author SHA1 Message Date
tb
5a205f3233 sysutils/moreutils: fix build after addition of waitid(2) to base.
ok sthen (maintainer)
2022-10-27 15:05:05 +00:00
sthen
3d6b2ab2bd fiddle with docbook input files for moreutils, the round-trip through xsltproc
results in some missing whitespace i.e. "use\n<command>pee cat ...</command>"
ends up as "usepee cat" not "use pee cat".
2022-06-30 08:58:08 +00:00
sthen
a98e0e6666 remove rcs IDs in ports that I maintain 2022-03-07 21:36:41 +00:00
sthen
f4e301c1f0 update to moreutils-0.65 2021-01-05 11:11:43 +00:00
sthen
6b1be05f9f update to moreutils-0.64 2020-11-06 14:30:33 +00:00
sthen
6cc9779250 switch my maintainer email addresses to my own domain 2020-07-11 22:54:35 +00:00
sthen
38ebf45a49 fix moreutils: missed cvs add, problem reported by naddy@ 2020-03-03 20:13:30 +00:00
sthen
c9c532b303 sysutils/moreutils: there is a cygwin codepath to implement waitid() as needed
by moreutils' "parallel" tool that we can also use, so enable it. install the
binary as "parallel.moreutils" to avoid conflicting with GNU parallel
2020-03-02 19:44:34 +00:00
sthen
9c6e9626b9 s/PERMIT_PACKAGE_CDROM/PERMIT_PACKAGE/ and some light whitespace tidying
in ports which I maintain
2019-06-03 16:06:50 +00:00
sthen
c23e4dc56f update to moreutils-0.63 2019-03-21 13:19:14 +00:00
sthen
afa0d4224b update to moreutils-0.62 2018-04-11 13:31:08 +00:00
sthen
bf563ddeb2 update to moreutils-0.60 2017-04-22 21:01:02 +00:00
sthen
ce42b0910f add a short description of chronic(1) in moreutils' DESCR 2017-01-26 15:44:46 +00:00
sthen
ba926603b2 update to moreutils-0.59 2016-05-28 13:47:14 +00:00
sthen
963ab0eaa6 update to moreutils-0.58 2016-03-05 15:07:17 +00:00
sthen
e77b708d9a update to moreutils-0.57, from Michael Reed, small tweak by me. 2016-01-05 22:04:02 +00:00
sthen
fdfe99fdd2 update to moreutils-0.56 2015-06-08 09:02:49 +00:00
sthen
d5343f61ca update to moreutils-0.53, a noop for us (only change is with included Debian
packaging, re https://lists.debian.org/debian-devel/2014/11/msg00174.html)
but keeps portroach happy ;)
2014-11-15 22:52:11 +00:00
sthen
69a2a7a3fb update to moreutils 0.52; the ts timestamping filter gains the new -s option,
which uses timestamps relative to the start of the program (compared to
absolute timestamps as used by default, or incremental as selected with -i)
2014-09-16 10:23:19 +00:00
sthen
e242536aaa update to moreutils 0.51 2014-03-09 22:19:35 +00:00
sthen
caba649c5a add a comment warning about a conflict if enabling a tool in moreutils which
is currently disabled. no pkg change.
2013-07-15 07:33:47 +00:00
pascal
e2492c822b Update to 0.49; ok sthen@ (maintainer) 2013-07-14 11:03:41 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
sthen
3edb03dd8f update to moreutils 0.47: fixes manpage typo, avoids reading files twice in
combine(1) to support data coming from pipes, and adds an errno(1) utility
for people who are too lazy to type 'man errno' (or are perhaps on an OS with
bad manuals).
2012-06-26 13:38:25 +00:00
jasper
702bfef43c switch to MASTER_SITE_DEBIAN 2012-04-30 19:22:08 +00:00
sthen
e7754ca9e1 update to moreutils 0.46, fixing a manpage typo and reading from named pipes
in combine(1)'s xor mode.
2012-04-11 14:41:40 +00:00
sthen
00ffd620f1 update to moreutils 0.45, adds support for "ts '%.s'" to print sub-second
timestamps since the epoch when timestamping standard input.

$ ls | ts %.s
1308578507.263414 CVS
1308578507.263924 Makefile
1308578507.263997 distinfo
1308578507.264716 patches
1308578507.264815 pkg
2011-06-20 14:02:36 +00:00
sthen
d94d6330a1 import sysutils/moreutils: ok dcoppa@
moreutils is a growing collection of the unix tools that nobody thought
to write long ago when unix was young, including amongst others:

lckdo: execute a program with a lock held
mispipe: pipe two commands, returning the exit status of the first
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
2011-05-04 14:11:59 +00:00