Port details on branch 2022Q2 |
- parallel Shell tool for executing jobs in parallel
- 20250622 sysutils
=13 20250222Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2010-09-23 03:47:10
- Last Update: 2025-06-29 11:45:57
- Commit Hash: c67f60b
- People watching this port, also watch:: rsync, sudo, wget, haproxy, openvpn
- License: GPLv3+
- WWW:
- https://www.gnu.org/software/parallel/
- Description:
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- parallel>0:sysutils/parallel
- To install the port:
- cd /usr/ports/sysutils/parallel/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/parallel
- pkg install parallel
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: parallel
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1750954134
SHA256 (parallel-20250622.tar.bz2) = 69f578cf11f1b124ba3c2b673a16641debe63aeb3d2ac4cec5ad65f8a53d489b
SIZE (parallel-20250622.tar.bz2) = 2703181
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.40.r<5.41 : lang/perl5.40
- Runtime dependencies:
-
- perl5>=5.40.r<5.41 : lang/perl5.40
- This port is required by:
- for Build
-
- x11-themes/adapta-gtk-theme
- x11-themes/plata-theme
- for Run
-
- biology/biostar-tools
- biology/ddocent
- textproc/wikiman
Configuration Options:
- ===> The following configuration options are available for parallel-20250622:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- sysutils_parallel
- USES:
- perl5 shebangfix tar:bzip2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|