summaryrefslogtreecommitdiff
path: root/textproc/ruby-haml
diff options
context:
space:
mode:
authorjlam <jlam>2008-04-04 15:21:33 +0000
committerjlam <jlam>2008-04-04 15:21:33 +0000
commitc9fb2a9f4bf96814821a301db64fa97b083ad15e (patch)
tree617b6954fce9edbff320d7faeb952bad5ee44684 /textproc/ruby-haml
parentc12ebd2c35f4d814c139b10af71280fc2de2cfba (diff)
downloadpkgsrc-c9fb2a9f4bf96814821a301db64fa97b083ad15e.tar.gz
Initial import of ruby18-haml-1.8.2 as textproc/ruby-haml.
Haml is a markup language that's used to cleanly and simply describe the XHTML of any web document without the use of inline code, using indentation rather than closing tags and allowing Ruby to be embedded with ease. Haml functions as a replacement for inline page templating systems such as PHP, ASP, and ERB, the templating language used in most Ruby on Rails applications. However, Haml avoids the need for explicitly coding XHTML into the template, because it itself is a description of the XHTML, with some code to generate dynamic content.
Diffstat (limited to 'textproc/ruby-haml')
-rw-r--r--textproc/ruby-haml/DESCR8
-rw-r--r--textproc/ruby-haml/Makefile12
-rw-r--r--textproc/ruby-haml/PLIST152
-rw-r--r--textproc/ruby-haml/distinfo5
4 files changed, 177 insertions, 0 deletions
diff --git a/textproc/ruby-haml/DESCR b/textproc/ruby-haml/DESCR
new file mode 100644
index 00000000000..75c25326285
--- /dev/null
+++ b/textproc/ruby-haml/DESCR
@@ -0,0 +1,8 @@
+Haml is a markup language that's used to cleanly and simply describe
+the XHTML of any web document without the use of inline code, using
+indentation rather than closing tags and allowing Ruby to be embedded
+with ease. Haml functions as a replacement for inline page templating
+systems such as PHP, ASP, and ERB, the templating language used in
+most Ruby on Rails applications. However, Haml avoids the need for
+explicitly coding XHTML into the template, because it itself is a
+description of the XHTML, with some code to generate dynamic content.
diff --git a/textproc/ruby-haml/Makefile b/textproc/ruby-haml/Makefile
new file mode 100644
index 00000000000..eabf18ead1f
--- /dev/null
+++ b/textproc/ruby-haml/Makefile
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:21:33 jlam Exp $
+
+DISTNAME= haml-1.8.2
+PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
+CATEGORIES= textproc
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://haml.hamptoncatlin.com/
+COMMENT= XHTML & CSS markup language & template engine
+
+.include "../../misc/rubygems/rubygem.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/ruby-haml/PLIST b/textproc/ruby-haml/PLIST
new file mode 100644
index 00000000000..0f1cf6c6e5b
--- /dev/null
+++ b/textproc/ruby-haml/PLIST
@@ -0,0 +1,152 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/04 15:21:33 jlam Exp $
+bin/css2sass
+bin/haml
+bin/html2haml
+bin/sass
+${GEM_HOME}/cache/haml-${PKGVERSION}.gem
+${GEM_LIBDIR}/MIT-LICENSE
+${GEM_LIBDIR}/README
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/VERSION
+${GEM_LIBDIR}/bin/css2sass
+${GEM_LIBDIR}/bin/haml
+${GEM_LIBDIR}/bin/html2haml
+${GEM_LIBDIR}/bin/sass
+${GEM_LIBDIR}/init.rb
+${GEM_LIBDIR}/lib/haml.rb
+${GEM_LIBDIR}/lib/haml/buffer.rb
+${GEM_LIBDIR}/lib/haml/engine.rb
+${GEM_LIBDIR}/lib/haml/error.rb
+${GEM_LIBDIR}/lib/haml/exec.rb
+${GEM_LIBDIR}/lib/haml/filters.rb
+${GEM_LIBDIR}/lib/haml/helpers.rb
+${GEM_LIBDIR}/lib/haml/helpers/action_view_extensions.rb
+${GEM_LIBDIR}/lib/haml/helpers/action_view_mods.rb
+${GEM_LIBDIR}/lib/haml/html.rb
+${GEM_LIBDIR}/lib/haml/precompiler.rb
+${GEM_LIBDIR}/lib/haml/template.rb
+${GEM_LIBDIR}/lib/haml/template/patch.rb
+${GEM_LIBDIR}/lib/haml/template/plugin.rb
+${GEM_LIBDIR}/lib/haml/util.rb
+${GEM_LIBDIR}/lib/sass.rb
+${GEM_LIBDIR}/lib/sass/constant.rb
+${GEM_LIBDIR}/lib/sass/constant/color.rb
+${GEM_LIBDIR}/lib/sass/constant/literal.rb
+${GEM_LIBDIR}/lib/sass/constant/number.rb
+${GEM_LIBDIR}/lib/sass/constant/operation.rb
+${GEM_LIBDIR}/lib/sass/constant/string.rb
+${GEM_LIBDIR}/lib/sass/css.rb
+${GEM_LIBDIR}/lib/sass/engine.rb
+${GEM_LIBDIR}/lib/sass/error.rb
+${GEM_LIBDIR}/lib/sass/plugin.rb
+${GEM_LIBDIR}/lib/sass/plugin/merb.rb
+${GEM_LIBDIR}/lib/sass/plugin/rails.rb
+${GEM_LIBDIR}/lib/sass/tree/attr_node.rb
+${GEM_LIBDIR}/lib/sass/tree/comment_node.rb
+${GEM_LIBDIR}/lib/sass/tree/directive_node.rb
+${GEM_LIBDIR}/lib/sass/tree/node.rb
+${GEM_LIBDIR}/lib/sass/tree/rule_node.rb
+${GEM_LIBDIR}/lib/sass/tree/value_node.rb
+${GEM_LIBDIR}/test/benchmark.rb
+${GEM_LIBDIR}/test/haml/engine_test.rb
+${GEM_LIBDIR}/test/haml/helper_test.rb
+${GEM_LIBDIR}/test/haml/html2haml_test.rb
+${GEM_LIBDIR}/test/haml/markaby/standard.mab
+${GEM_LIBDIR}/test/haml/mocks/article.rb
+${GEM_LIBDIR}/test/haml/results/content_for_layout.xhtml
+${GEM_LIBDIR}/test/haml/results/eval_suppressed.xhtml
+${GEM_LIBDIR}/test/haml/results/filters.xhtml
+${GEM_LIBDIR}/test/haml/results/helpers.xhtml
+${GEM_LIBDIR}/test/haml/results/helpful.xhtml
+${GEM_LIBDIR}/test/haml/results/just_stuff.xhtml
+${GEM_LIBDIR}/test/haml/results/list.xhtml
+${GEM_LIBDIR}/test/haml/results/original_engine.xhtml
+${GEM_LIBDIR}/test/haml/results/partials.xhtml
+${GEM_LIBDIR}/test/haml/results/silent_script.xhtml
+${GEM_LIBDIR}/test/haml/results/standard.xhtml
+${GEM_LIBDIR}/test/haml/results/tag_parsing.xhtml
+${GEM_LIBDIR}/test/haml/results/very_basic.xhtml
+${GEM_LIBDIR}/test/haml/results/whitespace_handling.xhtml
+${GEM_LIBDIR}/test/haml/rhtml/_av_partial_1.rhtml
+${GEM_LIBDIR}/test/haml/rhtml/_av_partial_2.rhtml
+${GEM_LIBDIR}/test/haml/rhtml/action_view.rhtml
+${GEM_LIBDIR}/test/haml/rhtml/standard.rhtml
+${GEM_LIBDIR}/test/haml/runner.rb
+${GEM_LIBDIR}/test/haml/template_test.rb
+${GEM_LIBDIR}/test/haml/templates/_av_partial_1.haml
+${GEM_LIBDIR}/test/haml/templates/_av_partial_2.haml
+${GEM_LIBDIR}/test/haml/templates/_partial.haml
+${GEM_LIBDIR}/test/haml/templates/_text_area.haml
+${GEM_LIBDIR}/test/haml/templates/action_view.haml
+${GEM_LIBDIR}/test/haml/templates/breakage.haml
+${GEM_LIBDIR}/test/haml/templates/content_for_layout.haml
+${GEM_LIBDIR}/test/haml/templates/eval_suppressed.haml
+${GEM_LIBDIR}/test/haml/templates/filters.haml
+${GEM_LIBDIR}/test/haml/templates/helpers.haml
+${GEM_LIBDIR}/test/haml/templates/helpful.haml
+${GEM_LIBDIR}/test/haml/templates/just_stuff.haml
+${GEM_LIBDIR}/test/haml/templates/list.haml
+${GEM_LIBDIR}/test/haml/templates/original_engine.haml
+${GEM_LIBDIR}/test/haml/templates/partialize.haml
+${GEM_LIBDIR}/test/haml/templates/partials.haml
+${GEM_LIBDIR}/test/haml/templates/silent_script.haml
+${GEM_LIBDIR}/test/haml/templates/standard.haml
+${GEM_LIBDIR}/test/haml/templates/tag_parsing.haml
+${GEM_LIBDIR}/test/haml/templates/very_basic.haml
+${GEM_LIBDIR}/test/haml/templates/whitespace_handling.haml
+${GEM_LIBDIR}/test/profile.rb
+${GEM_LIBDIR}/test/sass/engine_test.rb
+${GEM_LIBDIR}/test/sass/plugin_test.rb
+${GEM_LIBDIR}/test/sass/results/alt.css
+${GEM_LIBDIR}/test/sass/results/basic.css
+${GEM_LIBDIR}/test/sass/results/compact.css
+${GEM_LIBDIR}/test/sass/results/complex.css
+${GEM_LIBDIR}/test/sass/results/compressed.css
+${GEM_LIBDIR}/test/sass/results/constants.css
+${GEM_LIBDIR}/test/sass/results/expanded.css
+${GEM_LIBDIR}/test/sass/results/import.css
+${GEM_LIBDIR}/test/sass/results/nested.css
+${GEM_LIBDIR}/test/sass/results/parent_ref.css
+${GEM_LIBDIR}/test/sass/results/subdir/nested_subdir/nested_subdir.css
+${GEM_LIBDIR}/test/sass/results/subdir/subdir.css
+${GEM_LIBDIR}/test/sass/templates/_partial.sass
+${GEM_LIBDIR}/test/sass/templates/alt.sass
+${GEM_LIBDIR}/test/sass/templates/basic.sass
+${GEM_LIBDIR}/test/sass/templates/bork.sass
+${GEM_LIBDIR}/test/sass/templates/bork2.sass
+${GEM_LIBDIR}/test/sass/templates/compact.sass
+${GEM_LIBDIR}/test/sass/templates/complex.sass
+${GEM_LIBDIR}/test/sass/templates/compressed.sass
+${GEM_LIBDIR}/test/sass/templates/constants.sass
+${GEM_LIBDIR}/test/sass/templates/expanded.sass
+${GEM_LIBDIR}/test/sass/templates/import.sass
+${GEM_LIBDIR}/test/sass/templates/importee.sass
+${GEM_LIBDIR}/test/sass/templates/nested.sass
+${GEM_LIBDIR}/test/sass/templates/parent_ref.sass
+${GEM_LIBDIR}/test/sass/templates/subdir/nested_subdir/nested_subdir.sass
+${GEM_LIBDIR}/test/sass/templates/subdir/subdir.sass
+${GEM_HOME}/specifications/haml-${PKGVERSION}.gemspec
+@dirrm ${GEM_LIBDIR}/test/sass/templates/subdir/nested_subdir
+@dirrm ${GEM_LIBDIR}/test/sass/templates/subdir
+@dirrm ${GEM_LIBDIR}/test/sass/templates
+@dirrm ${GEM_LIBDIR}/test/sass/results/subdir/nested_subdir
+@dirrm ${GEM_LIBDIR}/test/sass/results/subdir
+@dirrm ${GEM_LIBDIR}/test/sass/results
+@dirrm ${GEM_LIBDIR}/test/sass
+@dirrm ${GEM_LIBDIR}/test/haml/templates
+@dirrm ${GEM_LIBDIR}/test/haml/rhtml
+@dirrm ${GEM_LIBDIR}/test/haml/results
+@dirrm ${GEM_LIBDIR}/test/haml/mocks
+@dirrm ${GEM_LIBDIR}/test/haml/markaby
+@dirrm ${GEM_LIBDIR}/test/haml
+@dirrm ${GEM_LIBDIR}/test
+@dirrm ${GEM_LIBDIR}/lib/sass/tree
+@dirrm ${GEM_LIBDIR}/lib/sass/plugin
+@dirrm ${GEM_LIBDIR}/lib/sass/constant
+@dirrm ${GEM_LIBDIR}/lib/sass
+@dirrm ${GEM_LIBDIR}/lib/haml/template
+@dirrm ${GEM_LIBDIR}/lib/haml/helpers
+@dirrm ${GEM_LIBDIR}/lib/haml
+@dirrm ${GEM_LIBDIR}/lib
+@dirrm ${GEM_LIBDIR}/bin
+@dirrm ${GEM_LIBDIR}
diff --git a/textproc/ruby-haml/distinfo b/textproc/ruby-haml/distinfo
new file mode 100644
index 00000000000..952b239188d
--- /dev/null
+++ b/textproc/ruby-haml/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/04/04 15:21:33 jlam Exp $
+
+SHA1 (haml-1.8.2.gem) = cd9177de87f613f3d6bfbd021e4be2f19da97d32
+RMD160 (haml-1.8.2.gem) = 4135d71a3f3206d50ecc7a82e8c79827cdf02dbb
+Size (haml-1.8.2.gem) = 81920 bytes