Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/utils
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv2681

Modified Files:
        parallel.info 
Log Message:
Chelyabinsk.


Index: parallel.info
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/utils/parallel.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- parallel.info       5 Feb 2013 10:51:42 -0000       1.13
+++ parallel.info       26 Feb 2013 16:57:49 -0000      1.14
@@ -1,11 +1,11 @@
 Package: parallel
 Description: Execute multiple jobs
-Version: 20130122
+Version: 20130222
 Revision: 1
 Homepage: http://www.gnu.org/software/parallel/
 Maintainer: Jesse Alama <jesse.al...@gmail.com>
 Source: mirror:gnu:%n/%n-%v.tar.bz2
-Source-MD5: 110463929d3ceac56859a0b74cf6d1d3
+Source-MD5: 6f369ee1715e5e9b421d4b041d00b31f
 CompileScript: <<
 #!/bin/sh -ev
 export SHELL="/bin/sh"
@@ -17,23 +17,22 @@
 %{default_script}
 <<
 DescDetail: <<
-GNU Parallel is a shell tool for executing jobs in parallel using
-one or more computers. A job is can be 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, a
-list of URLs, or a list of tables. A job can also be a command that
-reads from a pipe. GNU Parallel can then split the input and pipe it
-into commands in parallel.
+GNU Parallel is a shell tool for executing jobs in parallel using one
+or more computers. A job is can be 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, a list of
+URLs, or a list of tables. A job can also be a command that reads from
+a pipe. GNU Parallel can then split the input and pipe it into
+commands in parallel.
 
-If you use xargs and tee today you will find GNU Parallel very easy
-to use as GNU Parallel is written to have the same options as xargs.
-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
-several jobs in parallel. GNU Parallel can even replace nested loops.
+If you use xargs and tee today you will find GNU Parallel very easy to
+use as GNU Parallel is written to have the same options as xargs. 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 several
+jobs in parallel. GNU Parallel can even replace nested loops.
 
-GNU Parallel 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.
+GNU Parallel 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.
 <<
 License: GPL


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to