summaryrefslogtreecommitdiff
path: root/parallel/paexec/Makefile
diff options
context:
space:
mode:
authorcheusov <cheusov>2012-09-09 23:30:26 +0000
committercheusov <cheusov>2012-09-09 23:30:26 +0000
commit862c296cc9d1f3e59e71b77fac4bb5cd4dcddfc4 (patch)
tree842416b95d21477daf540b97e0917950f333677e /parallel/paexec/Makefile
parentb695ba1c17ea0ab8f2c8fcfab130fc2696cafc49 (diff)
downloadpkgsrc-862c296cc9d1f3e59e71b77fac4bb5cd4dcddfc4.tar.gz
Update to 0.17.0
paexec: - Option -x was added. With its help paexec can run one command per task. If -g is also specified, command's exit status is analysed. Appropriate task and dependants are marked as "failed" if it is non-zero. - First character of -n argument must be alphanumeric, `+', `_', `:' or `/'. Other symbols are reserved for future extentions. - With '-n :filename' paexec reads a list of nodes from the specified file. - With a help of new option '-m t=<eot>' end of task string may be specified, which is an empty line by default. - Option -md=<delim> was added that overrides the default delimiter (space character) between tasks in graph mode (-g). - Output line that contains failed dependants no longer ends with unnecessary space. - Long options were completely removed. paexec_reorder: - Fix. "paexec_reorder -g" now handles correctly failed tasks' output. One extra line after "fatal" is expected. - Options -m was added. It does the same things as paexec's -m. More examples of use and regression tests. Documentation update, clean-ups and improvements. Regression tests: - Signals handling was fixed in. - LC_ALL is always set to C in regression tests, this fixes some problems in internationalized environment. mk-configure>=0.23.0 is required at build time
Diffstat (limited to 'parallel/paexec/Makefile')
-rw-r--r--parallel/paexec/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/parallel/paexec/Makefile b/parallel/paexec/Makefile
index 3280093388f..bb7e7039580 100644
--- a/parallel/paexec/Makefile
+++ b/parallel/paexec/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2012/03/09 19:00:36 cheusov Exp $
+# $NetBSD: Makefile,v 1.8 2012/09/09 23:30:26 cheusov Exp $
#
-DISTNAME= paexec-0.16.1
-PKGREVISION= 1
+DISTNAME= paexec-0.17.0
CATEGORIES= parallel sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=paexec/} \
http://mova.org/~cheusov/pub/paexec/
@@ -13,7 +12,7 @@ COMMENT= Distributes tasks over network or CPUs
LICENSE= mit
BUILD_DEPENDS+= mk-configure>=0.20.0:../../devel/mk-configure
-DEPENDS+= runawk>=0.20.0:../../lang/runawk
+DEPENDS+= runawk>=1.4.3:../../lang/runawk
PKG_DESTDIR_SUPPORT= user-destdir