pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Import parallel-20151122 as wip/parallel.



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Wed May 11 10:49:06 2016 -0500
Changeset:	184da8a594fc1755ff006723d99fde24db1abbd0

Added Files:
	parallel/DESCR
	parallel/Makefile
	parallel/PLIST
	parallel/TODO
	parallel/distinfo

Log Message:
Import parallel-20151122 as wip/parallel.

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.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=184da8a594fc1755ff006723d99fde24db1abbd0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 parallel/DESCR    |  4 ++++
 parallel/Makefile | 29 +++++++++++++++++++++++++++++
 parallel/PLIST    | 32 ++++++++++++++++++++++++++++++++
 parallel/TODO     |  1 +
 parallel/distinfo |  7 +++++++
 5 files changed, 73 insertions(+)

diffs:
diff --git a/parallel/DESCR b/parallel/DESCR
new file mode 100755
index 0000000..82e0315
--- /dev/null
+++ b/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/Makefile b/parallel/Makefile
new file mode 100644
index 0000000..0bf103e
--- /dev/null
+++ b/parallel/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.10 2015/06/12 10:50:55 wiz Exp $
+#
+
+DISTNAME=	parallel-20151122
+CATEGORIES=	parallel
+MASTER_SITES=	${MASTER_SITE_GNU:=parallel/}
+EXTRACT_SUFX=	.tar.bz2
+
+MAINTAINER=	cheusov%NetBSD.org@localhost
+HOMEPAGE=	http://savannah.gnu.org/projects/parallel/
+COMMENT=	Build and execute shell commands in parallel
+LICENSE=	gnu-gpl-v3
+
+USE_TOOLS+=	perl:run pod2man pod2html
+
+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/PLIST b/parallel/PLIST
new file mode 100755
index 0000000..de90b94
--- /dev/null
+++ b/parallel/PLIST
@@ -0,0 +1,32 @@
+@comment $NetBSD$
+bin/niceload
+bin/parallel
+bin/sem
+bin/sql
+man/man1/niceload.1
+man/man1/parallel.1
+man/man1/sem.1
+man/man1/sql.1
+man/man7/parallel_design.7
+man/man7/parallel_tutorial.7
+share/doc/parallel/COPYING
+share/doc/parallel/NEWS
+share/doc/parallel/niceload.html
+share/doc/parallel/niceload.pdf
+share/doc/parallel/niceload.texi
+share/doc/parallel/parallel_design.html
+share/doc/parallel/parallel_design.pdf
+share/doc/parallel/parallel_design.texi
+share/doc/parallel/parallel.html
+share/doc/parallel/parallel.pdf
+share/doc/parallel/parallel.texi
+share/doc/parallel/parallel_tutorial.html
+share/doc/parallel/parallel_tutorial.pdf
+share/doc/parallel/parallel_tutorial.texi
+share/doc/parallel/README
+share/doc/parallel/sem.html
+share/doc/parallel/sem.pdf
+share/doc/parallel/sem.texi
+share/doc/parallel/sql.html
+share/doc/parallel/sql.pdf
+share/doc/parallel/sql.texi
diff --git a/parallel/TODO b/parallel/TODO
new file mode 100644
index 0000000..b687356
--- /dev/null
+++ b/parallel/TODO
@@ -0,0 +1 @@
+Clean up and test
diff --git a/parallel/distinfo b/parallel/distinfo
new file mode 100644
index 0000000..d76acc5
--- /dev/null
+++ b/parallel/distinfo
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.4 2013/06/16 21:46:35 wiz Exp $
+
+SHA1 (parallel-20151122.tar.bz2) = 7306b1068740671e34962bf9e6a343796c7273dd
+RMD160 (parallel-20151122.tar.bz2) = f3e4154c5049023bdbab218e4af7755041603639
+SHA512 (parallel-20151122.tar.bz2) = 86e1ff059ecece35b9db04875eb0fc227a17641b2ba5ed648bb2edbd2532b2570c6b531882ad64323f27a43b6bd08cc81710e635cf3655c846b8bb31fef6ba61
+Size (parallel-20151122.tar.bz2) = 1190999 bytes
+SHA1 (patch-src_parallel.pod) = 7c0ce9636c308ccc736ac2bbc34c961f4857ad2f


Home | Main Index | Thread Index | Old Index