Commit graph

12 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
eb9c17b2cc - Update to 20110322
Changes:	http://savannah.gnu.org/forum/forum.php?forum_id=6761
PR:		ports/155895
Submitted by:	Chris Howey <howeyc@gmail.com> (maintainer)
2011-03-24 13:37:18 +00:00
Sunpoet Po-Chuan Hsieh
652bb3467e - Update to 20110205
Changes:	http://savannah.gnu.org/forum/forum.php?forum_id=6713
PR:		ports/154721
Submitted by:	Chris Howey <howeyc@gmail.com> (maintainer)
2011-02-13 03:32:23 +00:00
Martin Wilke
59b17e6fff The previous patch I made alters a function to call "getconf ARG_MAX" to get the
maximum command line length. However I failed to realize that the rest of the
program called this function a lot. I have now altered the patch file to call
getconf once on program run instead of multiple times, greatly reducing
execution time.

PR:		154560
Submitted by:	maintainer
2011-02-12 04:55:12 +00:00
Martin Wilke
6cc92f6964 - Update to 20110122
PR:		154398
Submitted by:	maintainer
Feature safe:	yes
2011-01-31 11:38:55 +00:00
Frederic Culot
6c36f8a9a0 - Update to 20101222
Changes:	http://savannah.gnu.org/forum/forum.php?forum_id=6628
PR:		ports/153367
Submitted by:	Chris Howey <howeyc at gmail.com> (maintainer)
Approved by:	sahil@/wen@ (mentors, implicit)
2010-12-22 17:50:11 +00:00
Sunpoet Po-Chuan Hsieh
aeebaf13a1 - Update CONFLICTS: sysutils/moreutils -> sysutils/moreutils-parallel
- Bump PORTREVISION
2010-12-16 16:34:29 +00:00
Sunpoet Po-Chuan Hsieh
6029732777 - Update to 20101202
Changes:	http://savannah.gnu.org/forum/forum.php?forum_id=6628
PR:		ports/152821
Submitted by:	sunpoet (myself)
Approved by:	Chris Howey <howeyc@gmail.com> (maintainer)
2010-12-04 07:31:08 +00:00
Sunpoet Po-Chuan Hsieh
a7d3e3cdf1 - Update to 20101113
- Add LICENSE while I'm here

Changes:	http://savannah.gnu.org/forum/forum.php?forum_id=6606
PR:		ports/152284
Submitted by:	Chris Howey <howeyc@gmail.com> (maintainer)
2010-11-16 08:39:20 +00:00
Sunpoet Po-Chuan Hsieh
caa293ca4e - Add NOPORTDOCS handling (reported by QAT@)
- Respect PREFIX
- Use DOCSDIR

PR:		ports/151334
Submitted by:	sunpoet (myself)
Approved by:	Chris Howey <howeyc at gmail.com> (maintainer), pgollucci (mentor, implicit)
2010-10-09 16:33:31 +00:00
Sunpoet Po-Chuan Hsieh
71f3009f1f - Remove empty file(s)
Approved by:	pgollucci (mentor, implicit)
2010-10-09 09:55:17 +00:00
Sunpoet Po-Chuan Hsieh
9556f55c4c - Add CONFLICTS with sysutils/moreutils
Approved by:	pgollucci (mentor, implicit)
2010-10-09 07:35:04 +00:00
Philip M. Gollucci
09bc07c977 GNU Parallel is a shell tool for executing jobs in parallel using one
or more machines. A job is typically a single command or a small
script that has to be run for each of the lines in the input. The
typical input is a list of files, a list of hosts, a list of users, or
a list of tables.

If you use xargs today you will find GNU Parallel very easy to use. If
you write loops in shell, you will find GNU Parallel may be able to
replace most of the loops and make them run faster by running jobs in
parallel. If you use ppss or pexec you will find GNU Parallel will
often make the command easier to read.

GNU Parallel also makes sure output from the commands is the same
output as you would get had you run the commands sequentially. This
makes it possible to use output from GNU Parallel as input for other
programs.

WWW: http://www.gnu.org/software/parallel/

PR:		ports/150846
Submitted by:	Chris Howey <howeyc at gmail.com>
2010-09-23 03:46:37 +00:00