[DRE-commits] r3136 - packages-wip/libhaml-ruby/trunk/debian

gwolf at alioth.debian.org gwolf at alioth.debian.org
Fri Dec 19 02:36:12 UTC 2008


Author: gwolf
Date: 2008-12-19 02:36:12 +0000 (Fri, 19 Dec 2008)
New Revision: 3136

Added:
   packages-wip/libhaml-ruby/trunk/debian/css2sass.1
   packages-wip/libhaml-ruby/trunk/debian/haml.1
   packages-wip/libhaml-ruby/trunk/debian/html2haml.1
   packages-wip/libhaml-ruby/trunk/debian/sass.1
Modified:
   packages-wip/libhaml-ruby/trunk/debian/control
   packages-wip/libhaml-ruby/trunk/debian/rules
Log:
Added man pages


Modified: packages-wip/libhaml-ruby/trunk/debian/control
===================================================================
--- packages-wip/libhaml-ruby/trunk/debian/control	2008-12-19 02:04:12 UTC (rev 3135)
+++ packages-wip/libhaml-ruby/trunk/debian/control	2008-12-19 02:36:12 UTC (rev 3136)
@@ -7,9 +7,10 @@
 Build-Depends-Indep: ruby1.8, rdoc
 Standards-Version: 3.8.0
 
-Package: libhaml-ruby
+Package: libhaml-ruby1.8
 Architecture: all
-Depends: ${misc:Depends}, libhaml-ruby1.8
+Depends: ${misc:Depends}, ruby1.8
+Recommends: rails (>= 2.0.0), libhpricot-ruby1.8
 Description: Elegant, easy and powerful template engines for HTML and CSS
  Haml (HTML Abstraction Markup Language) is a layer on top of XHTML or
  XML that's designed to express the structure of XHTML or XML
@@ -20,14 +21,10 @@
  .
  This package includes as well Sass, a CSS templating engine based on
  the same philosophy
- .
- This is a dummy package depending on the library for the current default
- version of Ruby.
 
-Package: libhaml-ruby-doc
-Section: doc
+Package: libhaml-ruby
 Architecture: all
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, libhaml-ruby1.8
 Description: Elegant, easy and powerful template engines for HTML and CSS
  Haml (HTML Abstraction Markup Language) is a layer on top of XHTML or
  XML that's designed to express the structure of XHTML or XML
@@ -39,13 +36,13 @@
  This package includes as well Sass, a CSS templating engine based on
  the same philosophy
  .
- This is the documentation package, with upstream documentation, as well as
- generated rdoc.
+ This is a dummy package depending on the library for the current default
+ version of Ruby.
 
-Package: libhaml-ruby1.8
+Package: libhaml-ruby-doc
+Section: doc
 Architecture: all
-Depends: ${misc:Depends}, ruby1.8
-Recommends: rails (>= 2.0.0), libhpricot-ruby1.8
+Depends: ${misc:Depends}
 Description: Elegant, easy and powerful template engines for HTML and CSS
  Haml (HTML Abstraction Markup Language) is a layer on top of XHTML or
  XML that's designed to express the structure of XHTML or XML
@@ -56,3 +53,6 @@
  .
  This package includes as well Sass, a CSS templating engine based on
  the same philosophy
+ .
+ This is the documentation package, with upstream documentation, as well as
+ generated rdoc.

Added: packages-wip/libhaml-ruby/trunk/debian/css2sass.1
===================================================================
--- packages-wip/libhaml-ruby/trunk/debian/css2sass.1	                        (rev 0)
+++ packages-wip/libhaml-ruby/trunk/debian/css2sass.1	2008-12-19 02:36:12 UTC (rev 3136)
@@ -0,0 +1,32 @@
+.TH css2sass 1 "December 18, 2008"
+.SH NAME
+css2sass - Transforms a CSS file into corresponding Sass code
+.SH SYNOPSIS
+.B html2haml
+[options] [INPUT] [OUTPUT]
+.SH DESCRIPTION
+Transforms a CSS file into corresponding Sass code
+.SH OPTIONS
+.TP 8
+.B \-a, --alternate
+Output using alternative Sass syntax (margin: 1px)
+.TP 8
+.B \-s, --stdin
+Read input from standard input instead of an input file
+.TP 8
+.B \--trace
+Show a full traceback on error
+.TP 8
+.B \-?, -h, --help
+Show this message
+.TP 8
+.B \-v, --version
+Print version
+.SH SEE ALSO
+This program is shipped as part of the libhaml-ruby1.8 library
+package, you can check its corresponding documentation can be found in
+the libhaml-ruby-doc package.
+.SH AUTHOR
+This manual page was written by Gunnar Wolf <gwolf at debian.org>, based
+on the command-line output of this program, for the Debian GNU/Linux
+system (but may be freely used by others).

Added: packages-wip/libhaml-ruby/trunk/debian/haml.1
===================================================================
--- packages-wip/libhaml-ruby/trunk/debian/haml.1	                        (rev 0)
+++ packages-wip/libhaml-ruby/trunk/debian/haml.1	2008-12-19 02:36:12 UTC (rev 3136)
@@ -0,0 +1,54 @@
+.TH haml 1 "December 18, 2008"
+.SH NAME
+haml - Translates Haml markup into its HTML equivalent
+.SH SYNOPSIS
+.B haml
+[options] [INPUT] [OUTPUT]
+.SH DESCRIPTION
+Uses the Haml engine to parse the selected template and outputs the
+result to the specified file. 
+.SH OPTIONS
+.TP 8
+.B \--rails RAILS_DIR
+Install Haml and Sass to a Rails project
+.TP 8
+.B \-c, --check
+Just check syntax, don't evaluate.
+.TP 8
+.B \-s, --stdin                      
+Read input from standard input instead of an input file
+.TP 8
+.B \--trace                      
+Show a full traceback on error
+.TP 8
+.B \-t, --style NAME                 
+Output style. Can be indented (default) or ugly.
+.TP 8
+.B \-f, --format NAME                
+Output format. Can be xhtml (default), html4, or html5.
+.TP 8
+.B \-e, --escape-html                
+Escape HTML characters (like ampersands and angle brackets) by default.
+.TP 8
+.B \-r, --require FILE               
+Same as 'ruby -r'.
+.TP 8
+.B \-I, --load-path PATH             
+Same as 'ruby -I'.
+.TP 8
+.B \--debug                      
+Print out the precompiled Ruby source.
+.TP 8
+.B \-?, -h, --help                   
+Show a usage summary
+.TP 8
+.B \-v, --version                    
+Print version
+.SH SEE ALSO
+This program is shipped as part of the libhaml-ruby1.8 library
+package, you can check its corresponding documentation can be found in
+the libhaml-ruby-doc package.
+.SH AUTHOR
+This manual page was written by Gunnar Wolf <gwolf at debian.org>, based
+on the command-line output of this program, for the Debian GNU/Linux
+system (but may be freely used by others).

Added: packages-wip/libhaml-ruby/trunk/debian/html2haml.1
===================================================================
--- packages-wip/libhaml-ruby/trunk/debian/html2haml.1	                        (rev 0)
+++ packages-wip/libhaml-ruby/trunk/debian/html2haml.1	2008-12-19 02:36:12 UTC (rev 3136)
@@ -0,0 +1,38 @@
+.TH html2haml 1 "December 18, 2008"
+.SH NAME
+html2haml - Transforms an HTML file into corresponding Haml code.
+.SH SYNOPSIS
+.B html2haml
+[options] [INPUT] [OUTPUT]
+.SH DESCRIPTION
+Transforms an HTML file into corresponding Haml code.
+.SH OPTIONS
+.TP 8
+.B \-r, --rhtml
+Parse RHTML tags.
+.TP 8
+.B \--no-rhtml
+Don't parse RHTML tags.
+.TP 8
+.B \-x, --xhtml
+Parse the input using the more strict XHTML parser.
+.TP 8
+.B \-s, --stdin
+Read input from standard input instead of an input file
+.TP 8
+.B \--trace
+Show a full traceback on error
+.TP 8
+.B \-?, -h, --help
+Show this message
+.TP 8
+.B \-v, --version
+Print version
+.SH SEE ALSO
+This program is shipped as part of the libhaml-ruby1.8 library
+package, you can check its corresponding documentation can be found in
+the libhaml-ruby-doc package.
+.SH AUTHOR
+This manual page was written by Gunnar Wolf <gwolf at debian.org>, based
+on the command-line output of this program, for the Debian GNU/Linux
+system (but may be freely used by others).

Modified: packages-wip/libhaml-ruby/trunk/debian/rules
===================================================================
--- packages-wip/libhaml-ruby/trunk/debian/rules	2008-12-19 02:04:12 UTC (rev 3135)
+++ packages-wip/libhaml-ruby/trunk/debian/rules	2008-12-19 02:36:12 UTC (rev 3136)
@@ -6,3 +6,4 @@
 
 install/libhaml-ruby1.8::
 	install -m 0644 VERSION ./debian/libhaml-ruby1.8/usr/lib/ruby/1.8/haml/
+	dh_installman debian/haml.1 debian/sass.1 debian/html2haml.1 debian/css2sass.1

Added: packages-wip/libhaml-ruby/trunk/debian/sass.1
===================================================================
--- packages-wip/libhaml-ruby/trunk/debian/sass.1	                        (rev 0)
+++ packages-wip/libhaml-ruby/trunk/debian/sass.1	2008-12-19 02:36:12 UTC (rev 3136)
@@ -0,0 +1,39 @@
+.TH sass 1 "December 18, 2008"
+.SH NAME
+sass - Translates Sass markup into its CSS equivalent
+.SH SYNOPSIS
+.B sass
+[options] [INPUT] [OUTPUT]
+.SH DESCRIPTION
+Uses the Sass engine to parse the selected template and outputs the
+result to the specified file.
+.SH OPTIONS
+.TP 8
+.B \--rails RAILS_DIR
+Install Haml and Sass to a Rails project
+.TP 8
+.B \-c, --check
+Just check syntax, don't evaluate.
+.TP 8
+.B \-s, --stdin                      
+Read input from standard input instead of an input file
+.TP 8
+.B \--trace                      
+Show a full traceback on error
+.TP 8
+.B \-t, --style NAME                 
+Output style. Can be nested (default), compact, compressed, or expanded.
+.TP 8
+.B \-?, -h, --help                   
+Show a usage summary
+.TP 8
+.B \-v, --version                    
+Print version
+.SH SEE ALSO
+This program is shipped as part of the libhaml-ruby1.8 library
+package, you can check its corresponding documentation can be found in
+the libhaml-ruby-doc package.
+.SH AUTHOR
+This manual page was written by Gunnar Wolf <gwolf at debian.org>, based
+on the command-line output of this program, for the Debian GNU/Linux
+system (but may be freely used by others).




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