summaryrefslogtreecommitdiff
path: root/parallel
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2011-03-16 11:04:57 +0000
committergdt <gdt@pkgsrc.org>2011-03-16 11:04:57 +0000
commit23aa1650e8efe8dc981cfc690835335b876cc16e (patch)
tree9f5a8fd4f9c41a53580a2cf4886c60292edf28f2 /parallel
parentf3403cfbc511307813d12fcf137221eb39648bbd (diff)
downloadpkgsrc-23aa1650e8efe8dc981cfc690835335b876cc16e.tar.gz
Import paexec-0.16 as parallel/paexec.
paexec distributes performing the given tasks across several CPUs or machines on a network and collects the results from those CPUs/machines.
Diffstat (limited to 'parallel')
-rw-r--r--parallel/paexec/DESCR3
-rw-r--r--parallel/paexec/Makefile34
-rw-r--r--parallel/paexec/PLIST26
-rw-r--r--parallel/paexec/distinfo5
4 files changed, 68 insertions, 0 deletions
diff --git a/parallel/paexec/DESCR b/parallel/paexec/DESCR
new file mode 100644
index 00000000000..32c1be2daf7
--- /dev/null
+++ b/parallel/paexec/DESCR
@@ -0,0 +1,3 @@
+paexec distributes performing the given tasks across several CPUs or
+machines on a network and collects the results from those
+CPUs/machines.
diff --git a/parallel/paexec/Makefile b/parallel/paexec/Makefile
new file mode 100644
index 00000000000..04b5649084b
--- /dev/null
+++ b/parallel/paexec/Makefile
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/03/16 11:04:57 gdt Exp $
+#
+
+DISTNAME= paexec-0.16
+CATEGORIES= parallel sysutils
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=paexec/} \
+ http://mova.org/~cheusov/pub/paexec/
+
+MAINTAINER= cheusov@tut.by
+HOMEPAGE= http://sourceforge.net/projects/paexec
+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
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+TEST_TARGET= test
+
+EGDIR= ${PREFIX}/share/examples/${PKGBASE}
+
+MAKE_ENV+= MANDIR=${PREFIX}/${PKGMANDIR}
+MAKE_ENV+= AWK=${AWK:Q}
+MAKE_ENV+= SUBPRJ_DFLT="paexec doc examples"
+MAKE_ENV+= EGDIR=${EGDIR}
+
+REPLACE_SH+= examples/cc_wrapper/cc_wrapper_cmd \
+ tests/broken_echo/transport_broken_echo2
+
+.include "../../devel/libmaa/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
+
+MAKE_PROGRAM= ${PREFIX}/bin/mkcmake
diff --git a/parallel/paexec/PLIST b/parallel/paexec/PLIST
new file mode 100644
index 00000000000..cd79b8f6824
--- /dev/null
+++ b/parallel/paexec/PLIST
@@ -0,0 +1,26 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2011/03/16 11:04:57 gdt Exp $
+bin/paexec
+bin/paexec_reorder
+man/man1/paexec.1
+man/man1/paexec_reorder.1
+share/doc/paexec/COPYRIGHT
+share/doc/paexec/ChangeLog
+share/doc/paexec/NEWS
+share/doc/paexec/README
+share/doc/paexec/TODO
+share/examples/paexec/1_div_X/1_div_X_cmd
+share/examples/paexec/1_div_X/1_div_X_run
+share/examples/paexec/all_substr/all_substr_cmd
+share/examples/paexec/all_substr/all_substr_run
+share/examples/paexec/cc_wrapper/cc_wrapper_cmd
+share/examples/paexec/cc_wrapper/cc_wrapper_run
+share/examples/paexec/cc_wrapper/func1.c
+share/examples/paexec/cc_wrapper/func2.c
+share/examples/paexec/cc_wrapper/func3.c
+share/examples/paexec/make_package/make_package_cmd
+share/examples/paexec/make_package/make_package_cmd__xxx_failed
+share/examples/paexec/make_package/make_package_tasks
+share/examples/paexec/make_package/make_package_tasks2
+share/examples/paexec/make_package/make_package_tasks_cycle
+share/examples/paexec/toupper/toupper_cmd
+share/examples/paexec/toupper/toupper_run
diff --git a/parallel/paexec/distinfo b/parallel/paexec/distinfo
new file mode 100644
index 00000000000..f32f9aa48e9
--- /dev/null
+++ b/parallel/paexec/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2011/03/16 11:04:57 gdt Exp $
+
+SHA1 (paexec-0.16.tar.gz) = 8da654edbc9c7e11dda6e52d4e7a161721807a19
+RMD160 (paexec-0.16.tar.gz) = bd7a35bbe6996985355685c81910302a985fb088
+Size (paexec-0.16.tar.gz) = 44128 bytes