svn commit: r373287 - in head/sysutils/moreutils: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Nov 24 18:28:49 UTC 2014
Author: sunpoet
Date: Mon Nov 24 18:28:47 2014
New Revision: 373287
URL: https://svnweb.freebsd.org/changeset/ports/373287
QAT: https://qat.redports.org/buildarchive/r373287/
Log:
- Update to 0.53
Changes: http://joeyh.name/code/moreutils/news/version_0.53/
Modified:
head/sysutils/moreutils/Makefile
head/sysutils/moreutils/distinfo
head/sysutils/moreutils/files/moreutils-parallel.1
Modified: head/sysutils/moreutils/Makefile
==============================================================================
--- head/sysutils/moreutils/Makefile Mon Nov 24 18:28:43 2014 (r373286)
+++ head/sysutils/moreutils/Makefile Mon Nov 24 18:28:47 2014 (r373287)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= moreutils
-PORTVERSION= 0.52
+PORTVERSION= 0.53
CATEGORIES= sysutils
MASTER_SITES= DEBIAN_POOL
DISTNAME= ${PORTNAME}_${PORTVERSION}
Modified: head/sysutils/moreutils/distinfo
==============================================================================
--- head/sysutils/moreutils/distinfo Mon Nov 24 18:28:43 2014 (r373286)
+++ head/sysutils/moreutils/distinfo Mon Nov 24 18:28:47 2014 (r373287)
@@ -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
Modified: head/sysutils/moreutils/files/moreutils-parallel.1
==============================================================================
--- head/sysutils/moreutils/files/moreutils-parallel.1 Mon Nov 24 18:28:43 2014 (r373286)
+++ head/sysutils/moreutils/files/moreutils-parallel.1 Mon Nov 24 18:28:47 2014 (r373287)
@@ -63,15 +63,18 @@ Number of arguments to pass to a command
.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"
More information about the svn-ports-head
mailing list