Index: head/sysutils/parallel/Makefile =================================================================== --- head/sysutils/parallel/Makefile (revision 524598) +++ head/sysutils/parallel/Makefile (revision 524599) @@ -1,31 +1,31 @@ # Created by: Chris Howey # $FreeBSD$ PORTNAME= parallel -PORTVERSION= 20180922 +PORTVERSION= 20200122 CATEGORIES= sysutils MASTER_SITES= GNU MAINTAINER= howeyc@gmail.com COMMENT= Shell tool for executing jobs in parallel LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING USES= perl5 shebangfix tar:bzip2 OPTIONS_DEFINE= DOCS CONFIGURE_ARGS= --docdir="${DOCSDIR}" GNU_CONFIGURE= yes NO_ARCH= yes PORTDOCS= * SHEBANG_FILES= src/env_parallel src/niceload src/parcat src/sql DOCS_BUILD_DEPENDS= pod2pdf:textproc/p5-pod2pdf \ pod2texi:print/texinfo .include Index: head/sysutils/parallel/distinfo =================================================================== --- head/sysutils/parallel/distinfo (revision 524598) +++ head/sysutils/parallel/distinfo (revision 524599) @@ -1,3 +1,3 @@ -TIMESTAMP = 1539003199 -SHA256 (parallel-20180922.tar.bz2) = ea078ef0e0528c9b5d1c60bf6cf8454ce7586521982c677a450e0baff8a7071f -SIZE (parallel-20180922.tar.bz2) = 1782128 +TIMESTAMP = 1580195380 +SHA256 (parallel-20200122.tar.bz2) = 116f1e428da5cdb26cda3ee5f249bdb20c5f96f139c0a284ad142919d6d80c1c +SIZE (parallel-20200122.tar.bz2) = 1986536 Index: head/sysutils/parallel/pkg-descr =================================================================== --- head/sysutils/parallel/pkg-descr (revision 524598) +++ head/sysutils/parallel/pkg-descr (revision 524599) @@ -1,18 +1,18 @@ 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/ +WWW: https://www.gnu.org/software/parallel/