Commit graph

5 commits

Author SHA1 Message Date
Sylvio Cesar Teixeira
1a3a925325 - Removed the superfluous dependency on gmake, and to modify the source Makefile to respect CFLAGS.
PR:		maintainer
Approved by:	miwi (mentor)
2009-11-20 22:34:36 +00:00
Dmitry Marakasov
f4734d68bd - Add parallel utility to suite
PR:		138979
Submitted by:	Charlie Kester <corky1951@comcast.net> (maintainer)
Feature safe:	yes
2009-09-20 18:54:27 +00:00
Tilman Keskinoz
1abde40ad5 Update to 0.37
PR:		138703
Submitted by:	maintainer
2009-09-10 17:12:43 +00:00
Beat Gaetzi
4bda1df174 - Update to 0.36
PR:		ports/136658
Submitted by:	Charlie Kester <corky1951 AT comcast.net> (maintainer)
2009-07-11 14:47:01 +00:00
Dennis Herrmann
1e26add69b moreutils is a growing collection of the unix tools that nobody thought to
write thirty years ago.

So far, it includes the following utilities:

 - sponge: soak up standard input and write to a file
 - ifne: run a program if the standard input is not empty
 - vidir: edit a directory in your text editor
 - vipe: insert a text editor into a pipe
 - ts: timestamp standard input
 - combine: combine the lines in two files using boolean operations
 - pee: tee standard input to pipes
 - zrun: automatically uncompress arguments to command
 - mispipe: pipe two commands, returning the exit status of the first
 - isutf8: check if a file or standard input is utf-8
 - lckdo: execute a program with a lock held

WWW:	http://kitenet.net/~joey/code/moreutils/

PR:		ports/135869
Submitted by:	Charlie Kester <corky1951@comcast.net>
2009-06-21 10:24:50 +00:00