[med-svn] [parafly] 02/02: Add manpage

Andreas Tille tille at debian.org
Fri Feb 13 23:10:08 UTC 2015


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository parafly.

commit e0feb04b5bfd01ca70eed93fce932507de7d5c4b
Author: Andreas Tille <tille at debian.org>
Date:   Fri Feb 13 23:28:23 2015 +0100

    Add manpage
---
 debian/ParaFly.1      | 38 ++++++++++++++++++++++++++++++++++++++
 debian/createmanpages | 16 ----------------
 debian/manpages       |  1 +
 3 files changed, 39 insertions(+), 16 deletions(-)

diff --git a/debian/ParaFly.1 b/debian/ParaFly.1
new file mode 100644
index 0000000..f7ce0d4
--- /dev/null
+++ b/debian/ParaFly.1
@@ -0,0 +1,38 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.46.4.
+.TH PARAFLY "1" "February 2015" "ParaFly 0.0.2013.01.21" "User Commands"
+.SH NAME
+ParaFly \- parallel command processing using OpenMP
+.SH SYNOPSIS
+.B ParaFly
+<options>
+.SH DESCRIPTION
+ParaFly provides a simple mechanism for running a predefined list of unix
+commands in parallel using multithreading. Failed processes are captured and
+reported. Successfully executed processes are noted. If the process is rerun,
+only those previously incompleted or failed processes will be executed.
+.SH OPTIONS
+.P
+Required:
+.TP
+\fB\-c\fR <str>
+filename containing list of bash\-style commands to execute
+.TP
+\fB\-CPU\fR <int>
+number_of_threads
+.P
+Optional:
+.TP
+\fB\-shuffle\fR
+randomly shuffles the command order.
+.TP
+\fB\-failed_cmds\fR <str>
+filename to capture failed commands.  default("FailedCommands")
+.TP
+\fB\-v\fR
+simple progress monitoring.
+.TP
+\fB\-vv\fR
+increased verbosity in progress monitoring.
+.PP
+Note: This process creates a file named based on your commands filename with a .completed extension.
+This enables a resume functionality, where if rerun, only those commands not completed successfully will be reprocessed.
diff --git a/debian/createmanpages b/debian/createmanpages
deleted file mode 100755
index febcd91..0000000
--- a/debian/createmanpages
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-MANDIR=debian
-mkdir -p $MANDIR
-
-VERSION=`dpkg-parsechangelog | awk '/^Version:/ {print $2}' | sed -e 's/^[0-9]*://' -e 's/-.*//' -e 's/[+~]dfsg$//'`
-
-help2man --no-info --no-discard-stderr --help-option=" " \
-         --name='<optional description of the program>' \
-            --version-string="$VERSION" <programname> > $MANDIR/<programname>.1
-
-cat <<EOT
-Please enhance the help2man output.
-The following web page might be helpful in doing so:
-    http://liw.fi/manpages/
-EOT
-
diff --git a/debian/manpages b/debian/manpages
new file mode 100644
index 0000000..0f65186
--- /dev/null
+++ b/debian/manpages
@@ -0,0 +1 @@
+debian/*.1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/parafly.git



More information about the debian-med-commit mailing list