[Lunar-commits] <moonbase> parallel: Version bump to 20110822 and moving to utils.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Tue Oct 18 14:29:00 CEST 2011
commit 44cbdbe650977598156f4db6075fa990827653a0
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Tue Oct 18 08:29:00 2011 -0400
parallel: Version bump to 20110822 and moving to utils.
---
utils/parallel/DEPENDS | 2 ++
utils/parallel/DETAILS | 34 ++++++++++++++++++++++++++++++++++
zbeta/parallel/DEPENDS | 2 --
zbeta/parallel/DETAILS | 34 ----------------------------------
4 files changed, 36 insertions(+), 36 deletions(-)
diff --git a/utils/parallel/DEPENDS b/utils/parallel/DEPENDS
new file mode 100644
index 0000000..bf9cc4e
--- /dev/null
+++ b/utils/parallel/DEPENDS
@@ -0,0 +1,2 @@
+# From "man sem"
+depends Getopt-Long
diff --git a/utils/parallel/DETAILS b/utils/parallel/DETAILS
new file mode 100644
index 0000000..db35fc8
--- /dev/null
+++ b/utils/parallel/DETAILS
@@ -0,0 +1,34 @@
+ MODULE=parallel
+ VERSION=20110822
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL[0]=$GNU_URL/$MODULE
+ SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
+ SOURCE_VFY=sha1:de814c81e096a41054eed7214d5a4a2bddd82922
+ WEB_SITE=http://www.gnu.org/software/parallel/
+ ENTERED=20110206
+ UPDATED=20111018
+ SHORT="build and execute command lines from standard input concurrently"
+
+cat << EOF
+GNU parallel is a shell tool for executing jobs in parallel locally or
+using remote computers. 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,
+a list of URLs, or a list of tables.
+
+If you use xargs 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. If you use ppss or pexec you will find GNU parallel will
+often make the command easier to read.
+
+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.
+
+For each line of input GNU parallel will execute command with the line
+as arguments. If no command is given, the line of input is executed.
+Several lines will be run in parallel. GNU parallel can often be used
+as a substitute for xargs or cat | sh.
+EOF
diff --git a/zbeta/parallel/DEPENDS b/zbeta/parallel/DEPENDS
deleted file mode 100644
index bf9cc4e..0000000
--- a/zbeta/parallel/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-# From "man sem"
-depends Getopt-Long
diff --git a/zbeta/parallel/DETAILS b/zbeta/parallel/DETAILS
deleted file mode 100644
index de32e1a..0000000
--- a/zbeta/parallel/DETAILS
+++ /dev/null
@@ -1,34 +0,0 @@
- MODULE=parallel
- VERSION=20110322
- SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL[0]=$GNU_URL/$MODULE
- SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
- SOURCE_VFY=sha1:b2a3ad56fcb867f561ba9e130f321258f1aa9019
- WEB_SITE=http://www.gnu.org/software/parallel/
- ENTERED=20110206
- UPDATED=20110322
- SHORT="build and execute command lines from standard input concurrently"
-
-cat << EOF
-GNU parallel is a shell tool for executing jobs in parallel locally or
-using remote computers. 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,
-a list of URLs, or a list of tables.
-
-If you use xargs 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. If you use ppss or pexec you will find GNU parallel will
-often make the command easier to read.
-
-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.
-
-For each line of input GNU parallel will execute command with the line
-as arguments. If no command is given, the line of input is executed.
-Several lines will be run in parallel. GNU parallel can often be used
-as a substitute for xargs or cat | sh.
-EOF
More information about the Lunar-commits
mailing list