From owner-svn-ports-head@FreeBSD.ORG Mon Nov 24 18:28:49 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1B13412E; Mon, 24 Nov 2014 18:28:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E0DAAC26; Mon, 24 Nov 2014 18:28:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAOISmv7099191; Mon, 24 Nov 2014 18:28:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAOISmCj099188; Mon, 24 Nov 2014 18:28:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201411241828.sAOISmCj099188@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 24 Nov 2014 18:28:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373287 - in head/sysutils/moreutils: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2014 18:28:49 -0000 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"