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

gwolf at alioth.debian.org gwolf at alioth.debian.org
Fri Dec 19 03:06:23 UTC 2008


Author: gwolf
Date: 2008-12-19 03:06:22 +0000 (Fri, 19 Dec 2008)
New Revision: 3138

Added:
   packages/libhaml-ruby/
   packages/libhaml-ruby/trunk/debian/control
   packages/libhaml-ruby/trunk/debian/css2sass.1
   packages/libhaml-ruby/trunk/debian/haml.1
   packages/libhaml-ruby/trunk/debian/html2haml.1
   packages/libhaml-ruby/trunk/debian/rules
   packages/libhaml-ruby/trunk/debian/sass.1
Removed:
   packages-wip/libhaml-ruby/
   packages/libhaml-ruby/trunk/debian/control
   packages/libhaml-ruby/trunk/debian/rules
Log:
Moved from -wip to packages as it has been uploaded

Copied: packages/libhaml-ruby (from rev 3135, packages-wip/libhaml-ruby)


Property changes on: packages/libhaml-ruby
___________________________________________________________________
Name: svn:mergeinfo
   + 

Deleted: packages/libhaml-ruby/trunk/debian/control
===================================================================
--- packages-wip/libhaml-ruby/trunk/debian/control	2008-12-19 02:04:12 UTC (rev 3135)
+++ packages/libhaml-ruby/trunk/debian/control	2008-12-19 03:06:22 UTC (rev 3138)
@@ -1,58 +0,0 @@
-Source: libhaml-ruby
-Section: libs
-Priority: optional
-Maintainer: Gunnar Wolf <gwolf at debian.org>
-Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Build-Depends: ruby-pkg-tools (>= 0.8), cdbs, debhelper (>= 7), libsetup-ruby1.8, graphviz, quilt
-Build-Depends-Indep: ruby1.8, rdoc
-Standards-Version: 3.8.0
-
-Package: libhaml-ruby
-Architecture: all
-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
- documents in a non-repetitive, elegant, easy way, using indentation
- rather than closing tags and allowing Ruby to be embedded with ease.
- It was originally envisioned as a plugin for Ruby on Rails, but it
- can function as a stand-alone templating engine.
- .
- 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
-Architecture: all
-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
- documents in a non-repetitive, elegant, easy way, using indentation
- rather than closing tags and allowing Ruby to be embedded with ease.
- It was originally envisioned as a plugin for Ruby on Rails, but it
- can function as a stand-alone templating engine.
- .
- 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.
-
-Package: libhaml-ruby1.8
-Architecture: all
-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
- documents in a non-repetitive, elegant, easy way, using indentation
- rather than closing tags and allowing Ruby to be embedded with ease.
- It was originally envisioned as a plugin for Ruby on Rails, but it
- can function as a stand-alone templating engine.
- .
- This package includes as well Sass, a CSS templating engine based on
- the same philosophy

Copied: packages/libhaml-ruby/trunk/debian/control (from rev 3136, packages-wip/libhaml-ruby/trunk/debian/control)
===================================================================
--- packages/libhaml-ruby/trunk/debian/control	                        (rev 0)
+++ packages/libhaml-ruby/trunk/debian/control	2008-12-19 03:06:22 UTC (rev 3138)
@@ -0,0 +1,58 @@
+Source: libhaml-ruby
+Section: libs
+Priority: optional
+Maintainer: Gunnar Wolf <gwolf at debian.org>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Build-Depends: ruby-pkg-tools (>= 0.8), cdbs, debhelper (>= 7), libsetup-ruby1.8, graphviz, quilt
+Build-Depends-Indep: ruby1.8, rdoc
+Standards-Version: 3.8.0
+
+Package: libhaml-ruby1.8
+Architecture: all
+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
+ documents in a non-repetitive, elegant, easy way, using indentation
+ rather than closing tags and allowing Ruby to be embedded with ease.
+ It was originally envisioned as a plugin for Ruby on Rails, but it
+ can function as a stand-alone templating engine.
+ .
+ This package includes as well Sass, a CSS templating engine based on
+ the same philosophy
+
+Package: libhaml-ruby
+Architecture: all
+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
+ documents in a non-repetitive, elegant, easy way, using indentation
+ rather than closing tags and allowing Ruby to be embedded with ease.
+ It was originally envisioned as a plugin for Ruby on Rails, but it
+ can function as a stand-alone templating engine.
+ .
+ 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
+Architecture: all
+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
+ documents in a non-repetitive, elegant, easy way, using indentation
+ rather than closing tags and allowing Ruby to be embedded with ease.
+ It was originally envisioned as a plugin for Ruby on Rails, but it
+ can function as a stand-alone templating engine.
+ .
+ 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.

Copied: packages/libhaml-ruby/trunk/debian/css2sass.1 (from rev 3136, packages-wip/libhaml-ruby/trunk/debian/css2sass.1)
===================================================================
--- packages/libhaml-ruby/trunk/debian/css2sass.1	                        (rev 0)
+++ packages/libhaml-ruby/trunk/debian/css2sass.1	2008-12-19 03:06:22 UTC (rev 3138)
@@ -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).

Copied: packages/libhaml-ruby/trunk/debian/haml.1 (from rev 3136, packages-wip/libhaml-ruby/trunk/debian/haml.1)
===================================================================
--- packages/libhaml-ruby/trunk/debian/haml.1	                        (rev 0)
+++ packages/libhaml-ruby/trunk/debian/haml.1	2008-12-19 03:06:22 UTC (rev 3138)
@@ -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).

Copied: packages/libhaml-ruby/trunk/debian/html2haml.1 (from rev 3136, packages-wip/libhaml-ruby/trunk/debian/html2haml.1)
===================================================================
--- packages/libhaml-ruby/trunk/debian/html2haml.1	                        (rev 0)
+++ packages/libhaml-ruby/trunk/debian/html2haml.1	2008-12-19 03:06:22 UTC (rev 3138)
@@ -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).

Deleted: packages/libhaml-ruby/trunk/debian/rules
===================================================================
--- packages-wip/libhaml-ruby/trunk/debian/rules	2008-12-19 02:04:12 UTC (rev 3135)
+++ packages/libhaml-ruby/trunk/debian/rules	2008-12-19 03:06:22 UTC (rev 3138)
@@ -1,8 +0,0 @@
-#!/usr/bin/make -f
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
-include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
-
-install/libhaml-ruby1.8::
-	install -m 0644 VERSION ./debian/libhaml-ruby1.8/usr/lib/ruby/1.8/haml/

Copied: packages/libhaml-ruby/trunk/debian/rules (from rev 3136, packages-wip/libhaml-ruby/trunk/debian/rules)
===================================================================
--- packages/libhaml-ruby/trunk/debian/rules	                        (rev 0)
+++ packages/libhaml-ruby/trunk/debian/rules	2008-12-19 03:06:22 UTC (rev 3138)
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
+
+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

Copied: packages/libhaml-ruby/trunk/debian/sass.1 (from rev 3136, packages-wip/libhaml-ruby/trunk/debian/sass.1)
===================================================================
--- packages/libhaml-ruby/trunk/debian/sass.1	                        (rev 0)
+++ packages/libhaml-ruby/trunk/debian/sass.1	2008-12-19 03:06:22 UTC (rev 3138)
@@ -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