From f0ad9cfe4f2883d6392e51f91971199203e05cb5 Mon Sep 17 00:00:00 2001 From: gdt Date: Wed, 16 Mar 2011 11:04:57 +0000 Subject: 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. --- parallel/paexec/DESCR | 3 +++ parallel/paexec/Makefile | 34 ++++++++++++++++++++++++++++++++++ parallel/paexec/PLIST | 26 ++++++++++++++++++++++++++ parallel/paexec/distinfo | 5 +++++ 4 files changed, 68 insertions(+) create mode 100644 parallel/paexec/DESCR create mode 100644 parallel/paexec/Makefile create mode 100644 parallel/paexec/PLIST create mode 100644 parallel/paexec/distinfo (limited to 'parallel') 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 -- cgit v1.2.3