[DRE-commits] [ruby-beautify] 02/04: Manpage added.

Tomasz Nitecki tnnn-guest at moszumanska.debian.org
Tue Oct 21 08:14:54 UTC 2014


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

tnnn-guest pushed a commit to branch master
in repository ruby-beautify.

commit 16d0e5b03768f21d42d8004bc4071693528ce0d0
Author: Tomasz Nitecki <tnnn at tnnn.pl>
Date:   Tue Oct 21 10:06:36 2014 +0200

    Manpage added.
---
 debian/manpages        |  1 +
 debian/rbeautify.1     | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/rbeautify.1.txt | 39 ++++++++++++++++++++++++++++++++
 3 files changed, 100 insertions(+)

diff --git a/debian/manpages b/debian/manpages
new file mode 100644
index 0000000..900bbc8
--- /dev/null
+++ b/debian/manpages
@@ -0,0 +1 @@
+debian/*.[0-9]
\ No newline at end of file
diff --git a/debian/rbeautify.1 b/debian/rbeautify.1
new file mode 100644
index 0000000..5a376b5
--- /dev/null
+++ b/debian/rbeautify.1
@@ -0,0 +1,60 @@
+'\" t
+.\"     Title: rbeautify
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
+.\"      Date: 10/21/2014
+.\"    Manual: \ \&
+.\"    Source: \ \&
+.\"  Language: English
+.\"
+.TH "RBEAUTIFY" "1" "10/21/2014" "\ \&" "\ \&"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+rbeautify \- cli binary that will pretty up ruby code
+.SH "SYNOPSIS"
+.sp
+\fBrbeautify\fR [\fI\-h\fR] [\fI<file>\&...\fR]
+.SH "OPTIONS"
+.PP
+\fB\-h\fR
+.RS 4
+Show some help\&.
+.RE
+.PP
+\fB<file>\&...\fR
+.RS 4
+Pretty up provided file(s)\&.
+.RE
+.sp
+If it is run it without specifying a filename, it will read from STIDN\&.
+.SH "HISTORY"
+.sp
+The original analyzer is available at: http://www\&.arachnoid\&.com/ruby/rubyBeautifier\&.html\&.
+.sp
+Original work is based on sublime\-text2 plugin: https://github\&.com/CraigWilliams/BeautifyRuby which was cleaned up and made suitable for use directly in a shell\&.
+.SH "AUTHOR"
+.sp
+Ernie Brodeur <ebrodeur at ujami\&.net>
+.sp
+This manpage was written by Tomasz Nitecki <tnnn at tnnn\&.pl> based on original README\&.md\&.
+.SH "DATE"
+.sp
+2014\-10\-21
diff --git a/debian/rbeautify.1.txt b/debian/rbeautify.1.txt
new file mode 100644
index 0000000..fb48555
--- /dev/null
+++ b/debian/rbeautify.1.txt
@@ -0,0 +1,39 @@
+rbeautify(1)
+============
+:doctype: manpage
+
+NAME
+----
+rbeautify - cli binary that will pretty up ruby code
+
+SYNOPSIS
+--------
+*rbeautify* ['-h'] ['<file>...']
+
+OPTIONS
+-------
+*-h*::
+  Show some help.
+
+*<file>...*::
+  Pretty up provided file(s).
+
+If it is run it without specifying a filename, it will read from STIDN.
+
+HISTORY
+-------
+The original analyzer is available at: http://www.arachnoid.com/ruby/rubyBeautifier.html.
+
+Original work is based on sublime-text2 plugin: https://github.com/CraigWilliams/BeautifyRuby which was cleaned up and made suitable for use directly in a shell.
+
+AUTHOR
+------
+Ernie Brodeur <ebrodeur at ujami.net>
+
+This manpage was written by Tomasz Nitecki <tnnn at tnnn.pl> based on original README.md.
+
+DATE
+----
+2014-10-21
+
+// vim: set filetype=asciidoc:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-beautify.git



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