aboutsummaryrefslogtreecommitdiff
path: root/sysutils/moreutils
Commit message (Collapse)AuthorAgeFilesLines
* - Move parallel and its manpage to sysutils/moreutils-parallelSunpoet Po-Chuan Hsieh2010-12-163-22/+11
| | | | | | | | | | | - Remove CONFLICTS - Bump PORTREVISION PR: ports/152971 Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer) Notes: svn path=/head/; revision=266432
* - Update to 0.43Sunpoet Po-Chuan Hsieh2010-11-185-42/+39
| | | | | | | | | | | - Sort utility list in pkg-descr Changes: http://kitenet.net/~joey/code/moreutils/news/version_0.43/ PR: ports/152347 Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer) Notes: svn path=/head/; revision=264753
* - Add CONFLICTS with sysutils/parallelSunpoet Po-Chuan Hsieh2010-10-091-0/+2
| | | | | | | Approved by: pgollucci (mentor, implicit) Notes: svn path=/head/; revision=262652
* - Update to 0.42Sunpoet Po-Chuan Hsieh2010-10-082-4/+4
| | | | | | | | | | | | | Changes: - sponge: Guarantees that output file is always updated automatically, by renaming a temp file into place. - sponge: Ensure that output file permissions are always preserved if it already exists. PR: ports/151279 Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer) Approved by: pgollucci (mentor) Notes: svn path=/head/; revision=262601
* - Update to 0.41Bernhard Froehlich2010-09-052-4/+4
| | | | | | | | | PR: ports/150286 Submitted by: Charlie Kester <corky1951 at comcast dot net> (maintainer) Approved by: beat (co-mentor, implicit) Notes: svn path=/head/; revision=260580
* - Update to 0.40Martin Wilke2010-07-152-4/+4
| | | | | | | | PR: 148588 Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer) Notes: svn path=/head/; revision=257793
* - Update to 0.39Wen Heping2010-03-139-14/+367
| | | | | | | | PR: ports/144272 Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer) Notes: svn path=/head/; revision=250995
* - Update to 0.38Pav Lucistnik2010-02-124-16/+16
| | | | | | | | PR: ports/143827 Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer) Notes: svn path=/head/; revision=249641
* - Removed the superfluous dependency on gmake, and to modify the source ↵Sylvio Cesar Teixeira2009-11-202-13/+49
| | | | | | | | | | Makefile to respect CFLAGS. PR: maintainer Approved by: miwi (mentor) Notes: svn path=/head/; revision=244566
* - Add parallel utility to suiteDmitry Marakasov2009-09-204-3/+35
| | | | | | | | | PR: 138979 Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=241832
* Update to 0.37Tilman Keskinoz2009-09-102-4/+4
| | | | | | | | PR: 138703 Submitted by: maintainer Notes: svn path=/head/; revision=241164
* - Update to 0.36Beat Gaetzi2009-07-114-11/+13
| | | | | | | | PR: ports/136658 Submitted by: Charlie Kester <corky1951 AT comcast.net> (maintainer) Notes: svn path=/head/; revision=237609
* moreutils is a growing collection of the unix tools that nobody thought toDennis Herrmann2009-06-214-0/+132
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> Notes: svn path=/head/; revision=236403