[DRE-commits] [SCM] ruby-rack.git branch, master, updated. upstream/1.2.2-6-ga6f87a6

Youhei SASAKI uwabami at gfd-dennou.org
Mon Jul 25 18:42:05 UTC 2011


The following commit has been merged in the master branch:
commit a6f87a626c0968e1a40509efa76d1e37a809ea0f
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Tue Jul 26 03:41:33 2011 +0900

    Closes: #606910
    
    Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>

diff --git a/debian/changelog b/debian/changelog
index a7f939c..ddfe823 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,7 +5,8 @@ ruby-rack (1.3.1-1) unstable; urgency=low
   * Bump Standard version: 3.9.2
   * Add me to Uploaders
   * Add ruby-bacon to Build-Depends
-  * Add manpage for rackup
+  * Add manpage for rackup Closes: #606910
+    - Thans to Glido Fiorito <fiorito.g at gmail.com>
 
  -- Youhei SASAKI <uwabami at gfd-dennou.org>  Tue, 26 Jul 2011 00:57:23 +0900
 
diff --git a/debian/rackup.1 b/debian/rackup.1
index ebdf67c..71b90f6 100644
--- a/debian/rackup.1
+++ b/debian/rackup.1
@@ -1,50 +1,107 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.4.
-.TH RACKUP "1" "July 2011" "rackup 1.1.0" "rackup"
-.SH NAME
-rackup \- a modular Ruby webserver interface
-.SH SYNOPSIS
-.B rackup
-[\fIruby options\fR] [\fIrack options\fR] [\fIrackup config\fR]
-.SH DESCRIPTION
-.SS "Ruby options:"
-.TP
-\fB\-e\fR, \fB\-\-eval\fR LINE
+.\" generated with Ronn/v0.7.3
+.\" http://github.com/rtomayko/ronn/tree/0.7.3
+.
+.TH "RACKUP" "1" "December 2010" "" ""
+.
+.SH "NAME"
+\fBrackup\fR
+.
+.P
+rackup(1) \-\- An utility for run Rack\-based applications
+.
+.SH "SYNOPSIS"
+\fBrackup\fR [ruby options] [rack options] [rackup config]
+.
+.SH "DESCRIPTION"
+Rackup is a useful tool for running Rack applications, which uses the Rack::Builder DSL to configure middleware and build up applications easily\.
+.
+.P
+rackup automatically figures out the environment it is run in, and runs your application as FastCGI, CGI, or standalone with Mongrel or WEBrick \-all from the same configuration\.
+.
+.SH "OPTIONS"
+Ruby options:
+.
+.TP
+\fB\-e\fR, \fB\-\-eval\fR [LINE]
 evaluate a LINE of code
+.
 .TP
 \fB\-d\fR, \fB\-\-debug\fR
 set debugging flags (set $DEBUG to true)
+.
 .TP
 \fB\-w\fR, \fB\-\-warn\fR
 turn warnings on for your script
+.
 .TP
-\fB\-I\fR, \fB\-\-include\fR PATH
+\fB\-I\fR, \fB\-\-include\fR [PATH]
 specify $LOAD_PATH (may be used more than once)
+.
 .TP
-\fB\-r\fR, \fB\-\-require\fR LIBRARY
+\fB\-r\fR, \fB\-\-require\fR [LIBRARY]
 require the library, before executing your script
-.SS "Rack options:"
+.
+.P
+Rack options:
+.
 .TP
-\fB\-s\fR, \fB\-\-server\fR SERVER
+\fB\-s\fR, \fB\-\-server\fR [SERVER]
 serve using SERVER (webrick/mongrel)
+.
 .TP
-\fB\-o\fR, \fB\-\-host\fR HOST
-listen on HOST (default: 0.0.0.0)
+\fB\-o\fR, \fB\-\-host\fR [HOST]
+listen on HOST (default: 0\.0\.0\.0)
+.
 .TP
-\fB\-p\fR, \fB\-\-port\fR PORT
+\fB\-p\fR, \fB\-\-port\fR [PORT]
 use PORT (default: 9292)
+.
 .TP
-\fB\-E\fR, \fB\-\-env\fR ENVIRONMENT
+\fB\-E\fR, \fB\-\-env\fR [ENVIRONMENT]
 use ENVIRONMENT for defaults (default: development)
+.
 .TP
 \fB\-D\fR, \fB\-\-daemonize\fR
 run daemonized in the background
+.
 .TP
-\fB\-P\fR, \fB\-\-pid\fR FILE
-file to store PID (default: rack.pid)
-.SS "Common options:"
+\fB\-P\fR, \fB\-\-pid\fR [FILE]
+file to store PID (default: rack\.pid)
+.
+.P
+Common options:
+.
 .TP
 \fB\-h\fR, \fB\-\-help\fR
-Show this message
+Show the help message
+.
 .TP
 \fB\-\-version\fR
 Show version
+.
+.SH "EXAMPLES"
+This is a simple example on how to start an application based on Rack with rackup:
+.
+.P
+$ rackup \-Ilib blog/config\.ru
+.
+.P
+[2010\-12\-10 15:01:11] INFO WEBrick 1\.3\.1
+.
+.P
+[2010\-12\-10 15:01:11] INFO ruby 1\.9\.2 (2010\-08\-18) [x86_64\-linux]
+.
+.P
+[2010\-12\-10 15:01:11] INFO WEBrick::HTTPServer#start: pid=4496 port=9292
+.
+.SH "AUTHORS"
+Copyright (C) 2007, 2008, 2009, 2010 \fBChristian Neukirchen\fR \fB<http://purl\.org/net/chneukirchen>\fR
+.
+.P
+For a complete list of authors and contributors to the project, please take a look here \fIhttps://github\.com/rack/rack/contributors\fR
+.
+.P
+This manual page was written by Ermenegildo Fiorito \fIfiorito\.g at gmail\.com\fR for the Debian Project
+.
+.SH "SEE ALSO"
+ruby(1) \fIhttp://rack\.rubyforge\.org\fR

-- 
ruby-rack.git



More information about the Pkg-ruby-extras-commits mailing list