aboutsummaryrefslogtreecommitdiff
path: root/sysutils/moreutils
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-11-24 18:28:47 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-11-24 18:28:47 +0000
commit4f414b49bbce85581e24485af932ae0900cd8e0a (patch)
treeb5264c1a4f6b8cb48fa9952b0836aa6f7528751a /sysutils/moreutils
parentb33fdce6d23b7a80328bb088acf92170bc4b247e (diff)
downloadports-4f414b49bbce85581e24485af932ae0900cd8e0a.tar.gz
ports-4f414b49bbce85581e24485af932ae0900cd8e0a.zip
Notes
Diffstat (limited to 'sysutils/moreutils')
-rw-r--r--sysutils/moreutils/Makefile2
-rw-r--r--sysutils/moreutils/distinfo4
-rw-r--r--sysutils/moreutils/files/moreutils-parallel.19
3 files changed, 9 insertions, 6 deletions
diff --git a/sysutils/moreutils/Makefile b/sysutils/moreutils/Makefile
index 00a8ee579be1..1fa9b35f72b1 100644
--- a/sysutils/moreutils/Makefile
+++ b/sysutils/moreutils/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= moreutils
-PORTVERSION= 0.52
+PORTVERSION= 0.53
CATEGORIES= sysutils
MASTER_SITES= DEBIAN_POOL
DISTNAME= ${PORTNAME}_${PORTVERSION}
diff --git a/sysutils/moreutils/distinfo b/sysutils/moreutils/distinfo
index 86ee62c26f4b..c8b9b02bbc9c 100644
--- a/sysutils/moreutils/distinfo
+++ b/sysutils/moreutils/distinfo
@@ -1,2 +1,2 @@
-SHA256 (moreutils_0.52.tar.gz) = c4bcf2f5bac09312ed5aa48d2cecd77a1c9609017b7a2acb2ac9fdd197480ffb
-SIZE (moreutils_0.52.tar.gz) = 47511
+SHA256 (moreutils_0.53.tar.gz) = 4f1842467759b6747f28a624c317a315f0b54a44440d2c8e2eec4d10144696fc
+SIZE (moreutils_0.53.tar.gz) = 47613
diff --git a/sysutils/moreutils/files/moreutils-parallel.1 b/sysutils/moreutils/files/moreutils-parallel.1
index f8166176c437..3856042d8fd1 100644
--- a/sysutils/moreutils/files/moreutils-parallel.1
+++ b/sysutils/moreutils/files/moreutils-parallel.1
@@ -63,15 +63,18 @@ Number of arguments to pass to a command at a time\&. Default is 1\&. Incompatib
.RE
.SH "EXAMPLE"
.PP
-.HP \w'\fBparallel\ sh\ \-c\ "echo\ hi;\ sleep\ 2;\ echo\ bye"\ \-\-\ 1\ 2\ 3\fR\ 'u \fBparallel sh \-c "echo hi; sleep 2; echo bye" \-\- 1 2 3\fR
+
+\fBparallel sh \-c "echo hi; sleep 2; echo bye" \-\- 1 2 3\fR
.PP
This runs three subshells that each print a message, delay, and print another message\&. If your system has multiple CPUs, parallel will run some of the jobs in parallel, which should be clear from the order the messages are output\&.
.PP
-.HP \w'\fBparallel\ \-j\ 3\ ufraw\ \-o\ processed\ \-\-\ *\&.NEF\fR\ 'u \fBparallel \-j 3 ufraw \-o processed \-\- *\&.NEF\fR
+
+\fBparallel \-j 3 ufraw \-o processed \-\- *\&.NEF\fR
.PP
This runs three ufraw processes at the same time until all of the NEF files have been processed\&.
.PP
-.HP \w'\fBparallel\ \-j\ 3\ \-\-\ ls\ df\ "echo\ hi"\fR\ 'u \fBparallel \-j 3 \-\- ls df "echo hi"\fR
+
+\fBparallel \-j 3 \-\- ls df "echo hi"\fR
.PP
This runs three independent commands in parallel\&.
.SH "EXIT STATUS"