[SCM] BOINC packaging branch, master, updated. debian/6.10.17+dfsg-3-308-geb5f029

Steffen Moeller moeller at debian.org
Sun Sep 11 13:57:47 UTC 2011


The following commit has been merged in the master branch:
commit d6f080c399c2d6dc657cdfaf877e2d682746eefe
Author: Steffen Moeller <moeller at debian.org>
Date:   Sat Sep 10 17:52:18 2011 +0200

    Added man pages to striptchart package.

diff --git a/debian/boinc-cgi-stripchart.manpages b/debian/boinc-cgi-stripchart.manpages
new file mode 100644
index 0000000..a1e5ed0
--- /dev/null
+++ b/debian/boinc-cgi-stripchart.manpages
@@ -0,0 +1 @@
+debian/stripchart.5
diff --git a/debian/stripchart.5 b/debian/stripchart.5
new file mode 100644
index 0000000..1382a56
--- /dev/null
+++ b/debian/stripchart.5
@@ -0,0 +1,106 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.4.
+.TH STRIPCHART "5" "November 2002"	2.21
+.SH NAME
+stripchart \- draws diagrams from data with PHP
+.SH SYNOPSIS
+The script is expected to be called as a CGI script but also
+works from the command line.
+.SH DESCRIPTION
+
+Stripchart prepares a series of diagrams directly from raw data.
+It is handy for web pages that need some graphics without too
+much overhead.
+
+.SH OPTIONS
+.TP 
+\*(T<\fB\-i\fR\*(T> input FILE
+name of input data file (mandatory)
+.TP 
+\*(T<\fB\-o\fR\*(T> output FILE
+name of output .gif file (default: STDOUT)
+.TP 
+\*(T<\fB\-O\fR\*(T> output FILE
+name of output .gif file, also dumps to STDOUT
+.TP 
+\*(T<\fB\-f\fR\*(T> from TIME
+stripchart with data starting at TIME (default: 24 hours ago)
+.TP 
+\*(T<\fB\-t\fR\*(T> to TIME
+stripchart with data ending at TIME (default: now)
+.TP 
+\*(T<\fB\-r\fR\*(T> range RANGE
+stripchart data centered around "from" time the size of RANGE (overrides -t)
+.TP 
+\*(T<\fB\-l\fR\*(T> last LINES
+stripchart last number of LINES in data file (overrides -f and -t and -r)
+.TP 
+\*(T<\fB\-T\fR\*(T> title TITLE
+title to put on graphic (default: FILE RANGE)
+.TP 
+\*(T<\fB\-x\fR\*(T> column X
+time or "x" column (default: 2)
+.TP 
+\*(T<\fB\-y\fR\*(T> column Y
+value or "y" column (default: 3)
+.TP 
+\*(T<\fB\-Y\fR\*(T> column Y'
+overplot second "y" column (default: none)
+.TP 
+\*(T<\fB\-b\fR\*(T> baseline VALUE
+overplot baseline of arbitrary value VALUE
+.TP 
+\*(T<\fB\-B\fR\*(T> baseline-avg
+overrides -b, it plots baseline of computed average
+.TP 
+\*(T<\fB\-d\fR\*(T> dump low VALUE
+ignore data less than VALUE
+.TP 
+\*(T<\fB\-D\fR\*(T> dump high VALUE
+ignore data higher than VALUE
+.TP 
+\*(T<\fB\-v\fR\*(T> verbose
+puts verbose runtime output to STDERR
+.TP 
+\*(T<\fB\-L\fR\*(T> log
+makes y axis log scale
+.TP 
+\*(T<\fB\-c\fR\*(T> colors "COLORS"
+set gnuplot colors for graph/axis/fonts/data (default: "xffffff x000000 xc0c0c0 x00a000 x0000a0 x2020c0" in order: bground, axis/fonts, grids, pointcolor1,2,3)
+.TP 
+\*(T<\fB\-C\fR\*(T> cgi
+output CGI header to STDOUT if being called as CGI
+.TP 
+\*(T<\fB\-s\fR\*(T> stats
+turn extra plot stats on (current, avg, min, max)
+.TP 
+\*(T<\fB\-j\fR\*(T> julian times
+time columns is in local julian date (legacy stuff)
+.TP 
+\*(T<\fB\-V\fR\*(T> version
+print version number and exit
+.TP 
+\*(T<\fB\-h\fR\*(T> help
+display this help 
+
+.SH NOTES
+  * TIME either unix date, julian date, or civil date in the form:
+      YYYY:MM:DD:HH:MM (year, month, day, hour, minute)
+    If you enter something with colons, it assumes it is civil date
+    If you have a decimal point, it assumes it is julian date
+    If it is an integer, it assumes it is unix date (epoch seconds)
+    If it is a negative number, it is in decimal days from current time
+      (i.e. -2.5 = two and a half days ago)
+    * All times on command line are assumed to be "local" times
+    * All times in the data file must be in unix date (epoch seconds)
+  * RANGE is given in decimal days (i.e. 1.25 = 1 day, 6 hours)
+  * if LINES == 0, (i.e. -l 0) then the whole data file is read in
+  * columns (given with -x, -y, -Y flags) start at 1
+  * titles given with -T can contain the following key words which will
+    be converted:
+      FILE - basename of input file
+      RANGE - pretty civil date range (in local time zone)
+    the default title is: FILE RANGE
+.SH AUTHORS
+
+Matt Lebofsky
+

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list