From e7eafaf50772b6cb7b64801dd180229bd5e5cd86 Mon Sep 17 00:00:00 2001 From: cheusov Date: Mon, 23 May 2011 21:38:37 +0000 Subject: GNU Parallel is a shell tool for executing jobs in parallel using one or more machines. A job is typically a single command or a small script that has to be run for each of the lines in the input. The typical input is a list of files, a list of hosts, a list of users, or a list of tables. --- parallel/parallel/DESCR | 4 ++++ parallel/parallel/Makefile | 31 +++++++++++++++++++++++++++++++ parallel/parallel/PLIST | 16 ++++++++++++++++ parallel/parallel/distinfo | 5 +++++ 4 files changed, 56 insertions(+) create mode 100644 parallel/parallel/DESCR create mode 100644 parallel/parallel/Makefile create mode 100644 parallel/parallel/PLIST create mode 100644 parallel/parallel/distinfo (limited to 'parallel') diff --git a/parallel/parallel/DESCR b/parallel/parallel/DESCR new file mode 100644 index 00000000000..82e0315ced1 --- /dev/null +++ b/parallel/parallel/DESCR @@ -0,0 +1,4 @@ +GNU Parallel is a shell tool for executing jobs in parallel using one or +more machines. A job is typically a single command or a small script that +has to be run for each of the lines in the input. The typical input is a +list of files, a list of hosts, a list of users, or a list of tables. diff --git a/parallel/parallel/Makefile b/parallel/parallel/Makefile new file mode 100644 index 00000000000..0b6d3f3bfee --- /dev/null +++ b/parallel/parallel/Makefile @@ -0,0 +1,31 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/05/23 21:38:37 cheusov Exp $ +# + +DISTNAME= parallel-20110522 +CATEGORIES= parallel +MASTER_SITES= ${MASTER_SITE_GNU:=parallel/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= cheusov@tut.by +HOMEPAGE= http://savannah.gnu.org/projects/parallel/ +COMMENT= Build and execute shell commands in parallel +LICENSE= gnu-gpl-v3 + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_TOOLS+= perl:run + +REPLACE_PERL+= src/parallel src/niceload src/sem src/sem.pod src/sql + +GNU_CONFIGURE= yes +USE_LANGUAGES= # none + +DOCDIR= ${PREFIX}/share/doc/parallel +DOCFILES= NEWS README COPYING + +post-install: +.for i in ${DOCFILES} + ${INSTALL_DATA} ${WRKSRC}/${i} ${DESTDIR}${DOCDIR}/ +.endfor + +.include "../../mk/bsd.pkg.mk" diff --git a/parallel/parallel/PLIST b/parallel/parallel/PLIST new file mode 100644 index 00000000000..c3839260f97 --- /dev/null +++ b/parallel/parallel/PLIST @@ -0,0 +1,16 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/05/23 21:38:37 cheusov Exp $ +bin/niceload +bin/parallel +bin/sem +bin/sql +man/man1/niceload.1 +man/man1/parallel.1 +man/man1/sem.1 +man/man1/sql.1 +share/doc/parallel/COPYING +share/doc/parallel/NEWS +share/doc/parallel/README +share/doc/parallel/niceload.html +share/doc/parallel/parallel.html +share/doc/parallel/sem.html +share/doc/parallel/sql.html diff --git a/parallel/parallel/distinfo b/parallel/parallel/distinfo new file mode 100644 index 00000000000..cb768833b12 --- /dev/null +++ b/parallel/parallel/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/05/23 21:38:37 cheusov Exp $ + +SHA1 (parallel-20110522.tar.bz2) = 88f29514fda71aa2137c4caa3ce86b033fb66cce +RMD160 (parallel-20110522.tar.bz2) = 79e6eb4a67804689a056bf15d1531b923f254aee +Size (parallel-20110522.tar.bz2) = 170201 bytes -- cgit v1.2.3