[Python-modules-commits] r20278 - in packages/circuits/trunk/debian (7 files)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Fri Feb 3 04:50:15 UTC 2012


    Date: Friday, February 3, 2012 @ 04:50:10
  Author: eriol-guest
Revision: 20278

Moved manpages in a proper directory

Added:
  packages/circuits/trunk/debian/manpages/
  packages/circuits/trunk/debian/manpages/circuits.bench.1
    (from rev 20276, packages/circuits/trunk/debian/circuits.bench.1)
  packages/circuits/trunk/debian/manpages/circuits.sniff.1
    (from rev 20277, packages/circuits/trunk/debian/circuits.sniff.1)
  packages/circuits/trunk/debian/manpages/circuits.web.1
    (from rev 20277, packages/circuits/trunk/debian/circuits.web.1)
Deleted:
  packages/circuits/trunk/debian/circuits.bench.1
  packages/circuits/trunk/debian/circuits.sniff.1
  packages/circuits/trunk/debian/circuits.web.1

Deleted: packages/circuits/trunk/debian/circuits.bench.1
===================================================================
--- packages/circuits/trunk/debian/circuits.bench.1	2012-02-03 03:56:03 UTC (rev 20277)
+++ packages/circuits/trunk/debian/circuits.bench.1	2012-02-03 04:50:10 UTC (rev 20278)
@@ -1,58 +0,0 @@
-.TH circuits.bench 1 "Jun 2011" "circuits 1.6" "User Commands"
-.SH NAME
-circuits.bench \- simple benchmaking of the circuits library
-.SH SYNOPSIS
-.B circuits.bench
-[\fIoptions\fR]
-.SH DESCRIPTION
-circuits.bench does some simple benchmaking of the circuits library.
-.SH OPTIONS
-.TP
-\fB-b\fR \fIaddress:[port]\fR
-Bind to address:[port] (UDP) to test remote events. Default address is 0.0.0.0.
-.TP
-\fB-c\fR \fIinteger\fR
-Set concurrency level to \fIinteger\fR. Default is 1.
-.TP
-\fB-d\fR
-Enable debug mode.
-.TP
-\fB-e\fR \fInumber\fR
-Stop after specified \fInumber\fR of events. Default is 0.
-.TP
-\fB-f\fR \fInumber\fR
-\fInumber\fR of dummy events to fill queue with. Default is 0.
-.TP
-\fB-l\fR
-Listen on 0.0.0.0:8000 (UDP) to test remote events.
-.TP
-\fB-m\fR \fImode\fR
-Set operation mode. \fImode\fR can be \fIlatency\fR, \fIspeed\fR or \fIsync\fR.
-Default \fImode\fR is \fIspeed\fR.
-.TP
-\fB-o\fR \fIformat\fR
-Specify output format.
-For example \fIformat\fR can be:"cicuits.bench: events:%s, speed:%s, time:%s"
-.TP
-\fB-p\fR
-Enable execution profiling support.
-.TP
-\fB-q\fR
-Suppress output.
-.TP
-\fB-s\fR
-Enable psyco (circuits on speed!) if it is available.
-.TP
-\fB-t\fR \fIseconds\fR
-Stop after specified elapsed \fIseconds\fR.
-.TP
-\fB-w\fR
-Wait for remote nodes to connect.
-.TP
-\fB--version\fR
-Output version information and exit.
-.SH AUTHOR
-James Mills <prologic at shortcircuit.net.au>
-.PP
-This manual page was written by Daniele Tricoli <eriol at mornie.org>, for the
-Debian project (but may be used by others).

Deleted: packages/circuits/trunk/debian/circuits.sniff.1
===================================================================
--- packages/circuits/trunk/debian/circuits.sniff.1	2012-02-03 03:56:03 UTC (rev 20277)
+++ packages/circuits/trunk/debian/circuits.sniff.1	2012-02-03 04:50:10 UTC (rev 20278)
@@ -1,22 +0,0 @@
-.TH circuits.sniff 1 "Jun 2011" "circuits 1.6" "User Commands"
-.SH NAME
-circuits.sniff \- event sniffer of the circuits library
-.SH SYNOPSIS
-.B circuits.sniff
-[\fIoptions\fR]
-.SH DESCRIPTION
-circuits.sniff is an event sniffing tool. It can be used to sniff and debug
-Events as they occur in another system. As long as that system has an instance
-of the Bridge Component, events can be sniffed and printed.
-.SH OPTIONS
-.TP
-\fB-b\fR \fIaddress:port\fR
-Bind to address:port. Default address is 0.0.0.0:8000.
-.TP
-\fB--version\fR
-Output version information and exit.
-.SH AUTHOR
-James Mills <prologic at shortcircuit.net.au>
-.PP
-This manual page was written by Daniele Tricoli <eriol at mornie.org>, for the
-Debian project (but may be used by others).

Deleted: packages/circuits/trunk/debian/circuits.web.1
===================================================================
--- packages/circuits/trunk/debian/circuits.web.1	2012-02-03 03:56:03 UTC (rev 20277)
+++ packages/circuits/trunk/debian/circuits.web.1	2012-02-03 04:50:10 UTC (rev 20278)
@@ -1,44 +0,0 @@
-.TH circuits.web 1 "Jun 2011" "circuits 1.6" "User Commands"
-.SH NAME
-circuits.web \- Web Server and testing tool
-.SH SYNOPSIS
-.B circuits.web
-[\fIoptions\fR] [\fIdocroot\fR]
-.SH DESCRIPTION
-circuits.web is a component based, event-driven light weight and high
-performance HTTP/WSGI framework. circuits.web applications are stand-alone
-applications with a high performance, multi-process web server with great
-concurrent scalability with full support for WSGI and deployment with other web
-servers.
-.SH OPTIONS
-.TP
-\fB-b\fR \fIaddress:[port]\fR
-Bind to address:[port]. Default address is 0.0.0.0:8000.
-.TP
-\fB-d\fR
-Enable debug mode.
-.TP
-\fB-j\fR
-Use python JIT (psyco) if it is available.
-.TP
-\fB-m\fR \fInumber\fR
-Specify \fInumber\fR of processes to start (multiprocessing).
-.TP
-\fB-p\fR
-Enable execution profiling support.
-.TP
-\fB-s\fR \fIserver\fR
-Specify server to use.
-.TP
-\fB-t\fR \fItype\fR
-Specify type of poller to use. \fItype\fR can be \fIepoll\fR, \fIpoll\fR or
-\fIselect\fR.
-Default \fItype\fR is \fIselect\fR.
-.TP
-\fB-v\fR
-Enable WSGI validation mode.
-.SH AUTHOR
-James Mills <prologic at shortcircuit.net.au>
-.PP
-This manual page was written by Daniele Tricoli <eriol at mornie.org>, for the
-Debian project (but may be used by others).

Copied: packages/circuits/trunk/debian/manpages/circuits.bench.1 (from rev 20276, packages/circuits/trunk/debian/circuits.bench.1)
===================================================================
--- packages/circuits/trunk/debian/manpages/circuits.bench.1	                        (rev 0)
+++ packages/circuits/trunk/debian/manpages/circuits.bench.1	2012-02-03 04:50:10 UTC (rev 20278)
@@ -0,0 +1,58 @@
+.TH circuits.bench 1 "Jun 2011" "circuits 1.6" "User Commands"
+.SH NAME
+circuits.bench \- simple benchmaking of the circuits library
+.SH SYNOPSIS
+.B circuits.bench
+[\fIoptions\fR]
+.SH DESCRIPTION
+circuits.bench does some simple benchmaking of the circuits library.
+.SH OPTIONS
+.TP
+\fB-b\fR \fIaddress:[port]\fR
+Bind to address:[port] (UDP) to test remote events. Default address is 0.0.0.0.
+.TP
+\fB-c\fR \fIinteger\fR
+Set concurrency level to \fIinteger\fR. Default is 1.
+.TP
+\fB-d\fR
+Enable debug mode.
+.TP
+\fB-e\fR \fInumber\fR
+Stop after specified \fInumber\fR of events. Default is 0.
+.TP
+\fB-f\fR \fInumber\fR
+\fInumber\fR of dummy events to fill queue with. Default is 0.
+.TP
+\fB-l\fR
+Listen on 0.0.0.0:8000 (UDP) to test remote events.
+.TP
+\fB-m\fR \fImode\fR
+Set operation mode. \fImode\fR can be \fIlatency\fR, \fIspeed\fR or \fIsync\fR.
+Default \fImode\fR is \fIspeed\fR.
+.TP
+\fB-o\fR \fIformat\fR
+Specify output format.
+For example \fIformat\fR can be:"cicuits.bench: events:%s, speed:%s, time:%s"
+.TP
+\fB-p\fR
+Enable execution profiling support.
+.TP
+\fB-q\fR
+Suppress output.
+.TP
+\fB-s\fR
+Enable psyco (circuits on speed!) if it is available.
+.TP
+\fB-t\fR \fIseconds\fR
+Stop after specified elapsed \fIseconds\fR.
+.TP
+\fB-w\fR
+Wait for remote nodes to connect.
+.TP
+\fB--version\fR
+Output version information and exit.
+.SH AUTHOR
+James Mills <prologic at shortcircuit.net.au>
+.PP
+This manual page was written by Daniele Tricoli <eriol at mornie.org>, for the
+Debian project (but may be used by others).

Copied: packages/circuits/trunk/debian/manpages/circuits.sniff.1 (from rev 20277, packages/circuits/trunk/debian/circuits.sniff.1)
===================================================================
--- packages/circuits/trunk/debian/manpages/circuits.sniff.1	                        (rev 0)
+++ packages/circuits/trunk/debian/manpages/circuits.sniff.1	2012-02-03 04:50:10 UTC (rev 20278)
@@ -0,0 +1,22 @@
+.TH circuits.sniff 1 "Jun 2011" "circuits 1.6" "User Commands"
+.SH NAME
+circuits.sniff \- event sniffer of the circuits library
+.SH SYNOPSIS
+.B circuits.sniff
+[\fIoptions\fR]
+.SH DESCRIPTION
+circuits.sniff is an event sniffing tool. It can be used to sniff and debug
+Events as they occur in another system. As long as that system has an instance
+of the Bridge Component, events can be sniffed and printed.
+.SH OPTIONS
+.TP
+\fB-b\fR \fIaddress:port\fR
+Bind to address:port. Default address is 0.0.0.0:8000.
+.TP
+\fB--version\fR
+Output version information and exit.
+.SH AUTHOR
+James Mills <prologic at shortcircuit.net.au>
+.PP
+This manual page was written by Daniele Tricoli <eriol at mornie.org>, for the
+Debian project (but may be used by others).

Copied: packages/circuits/trunk/debian/manpages/circuits.web.1 (from rev 20277, packages/circuits/trunk/debian/circuits.web.1)
===================================================================
--- packages/circuits/trunk/debian/manpages/circuits.web.1	                        (rev 0)
+++ packages/circuits/trunk/debian/manpages/circuits.web.1	2012-02-03 04:50:10 UTC (rev 20278)
@@ -0,0 +1,44 @@
+.TH circuits.web 1 "Jun 2011" "circuits 1.6" "User Commands"
+.SH NAME
+circuits.web \- Web Server and testing tool
+.SH SYNOPSIS
+.B circuits.web
+[\fIoptions\fR] [\fIdocroot\fR]
+.SH DESCRIPTION
+circuits.web is a component based, event-driven light weight and high
+performance HTTP/WSGI framework. circuits.web applications are stand-alone
+applications with a high performance, multi-process web server with great
+concurrent scalability with full support for WSGI and deployment with other web
+servers.
+.SH OPTIONS
+.TP
+\fB-b\fR \fIaddress:[port]\fR
+Bind to address:[port]. Default address is 0.0.0.0:8000.
+.TP
+\fB-d\fR
+Enable debug mode.
+.TP
+\fB-j\fR
+Use python JIT (psyco) if it is available.
+.TP
+\fB-m\fR \fInumber\fR
+Specify \fInumber\fR of processes to start (multiprocessing).
+.TP
+\fB-p\fR
+Enable execution profiling support.
+.TP
+\fB-s\fR \fIserver\fR
+Specify server to use.
+.TP
+\fB-t\fR \fItype\fR
+Specify type of poller to use. \fItype\fR can be \fIepoll\fR, \fIpoll\fR or
+\fIselect\fR.
+Default \fItype\fR is \fIselect\fR.
+.TP
+\fB-v\fR
+Enable WSGI validation mode.
+.SH AUTHOR
+James Mills <prologic at shortcircuit.net.au>
+.PP
+This manual page was written by Daniele Tricoli <eriol at mornie.org>, for the
+Debian project (but may be used by others).




More information about the Python-modules-commits mailing list