pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/parallel/paexec Update paexec to 1.1.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/07815c5a606f
branches: trunk
changeset: 379190:07815c5a606f
user: cheusov <cheusov%pkgsrc.org@localhost>
date: Wed Apr 25 21:37:11 2018 +0000
description:
Update paexec to 1.1.0
paexec:
- add new option -0. It works just like in "xargs -0".
- add new option -J.
- add new option -mw=.
- fix help message display by -h.
- -md= now allows no delimiter mode in -g mode.
- -c and -C override each other if one is implied after another.
Add new tool "paargs". It is a wrapper over paexec(1) that
simplifies use of paexec.
Fix transport_broken_rnd test script.
This fixes regression test on Solaris.
Update man page for paexec(1).
diffstat:
parallel/paexec/Makefile | 8 +++++---
parallel/paexec/PLIST | 4 +++-
parallel/paexec/distinfo | 10 +++++-----
3 files changed, 13 insertions(+), 9 deletions(-)
diffs (55 lines):
diff -r cdcf5e119562 -r 07815c5a606f parallel/paexec/Makefile
--- a/parallel/paexec/Makefile Wed Apr 25 19:25:12 2018 +0000
+++ b/parallel/paexec/Makefile Wed Apr 25 21:37:11 2018 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2017/01/19 18:52:21 agc Exp $
+# $NetBSD: Makefile,v 1.18 2018/04/25 21:37:11 cheusov Exp $
#
-DISTNAME= paexec-1.0.1
+DISTNAME= paexec-1.1.0
CATEGORIES= parallel sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=paexec/}
MASTER_SITES+= http://mova.org/~cheusov/pub/paexec/
@@ -24,9 +24,11 @@
EGDIR= ${PREFIX}/share/examples/${PKGBASE}
MAKE_ENV+= AWK=${AWK:Q}
-MAKE_ENV+= SUBPRJ_DFLT="paexec doc examples"
MAKE_ENV+= EGDIR=${EGDIR}
+BUILD_TARGET= all doc examples
+INSTALL_TARGET= install install-doc install-examples
+
REPLACE_SH+= examples/cc_wrapper/cc_wrapper_cmd \
tests/broken_echo/transport_broken_echo2
diff -r cdcf5e119562 -r 07815c5a606f parallel/paexec/PLIST
--- a/parallel/paexec/PLIST Wed Apr 25 19:25:12 2018 +0000
+++ b/parallel/paexec/PLIST Wed Apr 25 21:37:11 2018 +0000
@@ -1,7 +1,9 @@
-@comment $NetBSD: PLIST,v 1.4 2014/07/13 16:25:29 cheusov Exp $
+@comment $NetBSD: PLIST,v 1.5 2018/04/25 21:37:11 cheusov Exp $
+bin/paargs
bin/paexec
bin/paexec_reorder
bin/pareorder
+man/man1/paargs.1
man/man1/paexec.1
man/man1/paexec_reorder.1
man/man1/pareorder.1
diff -r cdcf5e119562 -r 07815c5a606f parallel/paexec/distinfo
--- a/parallel/paexec/distinfo Wed Apr 25 19:25:12 2018 +0000
+++ b/parallel/paexec/distinfo Wed Apr 25 21:37:11 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2015/11/02 23:46:13 agc Exp $
+$NetBSD: distinfo,v 1.11 2018/04/25 21:37:11 cheusov Exp $
-SHA1 (paexec-1.0.1.tar.gz) = a86ed9b5cd7bf793ea92bfdd4360a96ec4a5a961
-RMD160 (paexec-1.0.1.tar.gz) = d54f46fdd093a5da90d506dc7453ae1cebd28038
-SHA512 (paexec-1.0.1.tar.gz) = 6178ed5560d0657469a45a818e161234e57db182781824b11b02f6d31c9137638e4f001bc69af5fcea84dc3ba6b97e2fb876cc40a79fb0b7a8f610969a5d4a44
-Size (paexec-1.0.1.tar.gz) = 141777 bytes
+SHA1 (paexec-1.1.0.tar.gz) = 0b1d802f735bd0d958651f99c12efe93fbe805fc
+RMD160 (paexec-1.1.0.tar.gz) = ece4afc4c76a51682ce84dc8503bc713dcbe555d
+SHA512 (paexec-1.1.0.tar.gz) = bea3569d99f181e112f766099ac9c117553a082ea41737a7f6b81231c630b62d249751dd76ef1fafc4429be4c7464cbef5c7ca6c1a0236e1e39cfa586ab5b28f
+Size (paexec-1.1.0.tar.gz) = 147869 bytes
Home |
Main Index |
Thread Index |
Old Index