Use https by default
[gentoo.git] / sys-process / parallel / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4 <herd>proxy-maintainers</herd>
5 <maintainer>
6   <email>ryoichiro.suzuki@gmail.com</email>
7   <name>Ryoichiro Suzuki</name>
8 </maintainer>
9 <maintainer>
10   <email>fauli@gentoo.org</email>
11   <name>Christian Faulhammer (proxy)</name>
12 </maintainer>
13 <longdescription lang="en">
14 GNU parallel is a shell tool for executing jobs in parallel locally or
15 using remote machines. A job is typically a single command or a small
16 script that has to be run for each of the lines in the input. The
17 typical input is a list of files, a list of hosts, a list of users, a
18 list of URLs, or a list of tables.
19
20 If you use xargs today you will find GNU parallel very easy to use as
21 GNU parallel is written to have the same options as xargs. If you
22 write loops in shell, you will find GNU parallel may be able to
23 replace most of the loops and make them run faster by running several
24 jobs in parallel. If you use ppss or pexec you will find GNU parallel
25 will often make the command easier to read.
26 </longdescription>
27 </pkgmetadata>