summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2013-02-11 14:39:08 +0000
committertaca <taca@pkgsrc.org>2013-02-11 14:39:08 +0000
commitf3f7fb18482a2afe556d67cb68d750274c9e1758 (patch)
treed39dc211a5a711a3e8b75576ebe31cf94f839fb3 /www
parent298f4b846a3e46ec30e151416125e5c7bea94142 (diff)
downloadpkgsrc-f3f7fb18482a2afe556d67cb68d750274c9e1758.tar.gz
Add ruby-padrino-helpers package version 0.10.7.
= Application Extensions and Helpers (padrino-helpers) === Overview This component provides a great deal of view helpers related to html markup generation. There are helpers for generating tags, forms, links, images, and more. Most of the basic methods should be very familiar to anyone who has used rails view helpers.
Diffstat (limited to 'www')
-rw-r--r--www/ruby-padrino-helpers/DESCR10
-rw-r--r--www/ruby-padrino-helpers/Makefile16
-rw-r--r--www/ruby-padrino-helpers/PLIST104
-rw-r--r--www/ruby-padrino-helpers/distinfo5
4 files changed, 135 insertions, 0 deletions
diff --git a/www/ruby-padrino-helpers/DESCR b/www/ruby-padrino-helpers/DESCR
new file mode 100644
index 00000000000..9fc3cc2b94f
--- /dev/null
+++ b/www/ruby-padrino-helpers/DESCR
@@ -0,0 +1,10 @@
+= Application Extensions and Helpers (padrino-helpers)
+
+=== Overview
+
+This component provides a great deal of view helpers related to html markup
+generation.
+
+There are helpers for generating tags, forms, links, images, and more. Most of
+the basic methods should be very familiar to anyone who has used rails view
+helpers.
diff --git a/www/ruby-padrino-helpers/Makefile b/www/ruby-padrino-helpers/Makefile
new file mode 100644
index 00000000000..898821da177
--- /dev/null
+++ b/www/ruby-padrino-helpers/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2013/02/11 14:39:08 taca Exp $
+
+DISTNAME= padrino-helpers-${RUBY_PADRINO_VERS}
+CATEGORIES= www
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= ${RUBY_PADRINO_SITE}
+COMMENT= Helpers for padrino
+LICENSE= mit
+
+DEPENDS+= ${RUBY_PKGPREFIX}-padrino-core>=${RUBY_PADRINO_VERS}:../../www/ruby-padrino-core
+DEPENDS+= ${RUBY_PKGPREFIX}-i18n>=0.6<1:../../devel/ruby-i18n
+
+.include "../../www/ruby-padrino/Makefile.common"
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/ruby-padrino-helpers/PLIST b/www/ruby-padrino-helpers/PLIST
new file mode 100644
index 00000000000..a2d5061f5b9
--- /dev/null
+++ b/www/ruby-padrino-helpers/PLIST
@@ -0,0 +1,104 @@
+@comment $NetBSD: PLIST,v 1.1 2013/02/11 14:39:09 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.document
+${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/.yardopts
+${GEM_LIBDIR}/LICENSE.txt
+${GEM_LIBDIR}/README.rdoc
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/lib/padrino-helpers.rb
+${GEM_LIBDIR}/lib/padrino-helpers/asset_tag_helpers.rb
+${GEM_LIBDIR}/lib/padrino-helpers/form_builder/abstract_form_builder.rb
+${GEM_LIBDIR}/lib/padrino-helpers/form_builder/standard_form_builder.rb
+${GEM_LIBDIR}/lib/padrino-helpers/form_helpers.rb
+${GEM_LIBDIR}/lib/padrino-helpers/format_helpers.rb
+${GEM_LIBDIR}/lib/padrino-helpers/locale/cs.yml
+${GEM_LIBDIR}/lib/padrino-helpers/locale/da.yml
+${GEM_LIBDIR}/lib/padrino-helpers/locale/de.yml
+${GEM_LIBDIR}/lib/padrino-helpers/locale/en.yml
+${GEM_LIBDIR}/lib/padrino-helpers/locale/es.yml
+${GEM_LIBDIR}/lib/padrino-helpers/locale/fr.yml
+${GEM_LIBDIR}/lib/padrino-helpers/locale/hu.yml
+${GEM_LIBDIR}/lib/padrino-helpers/locale/it.yml
+${GEM_LIBDIR}/lib/padrino-helpers/locale/ja.yml
+${GEM_LIBDIR}/lib/padrino-helpers/locale/lv.yml
+${GEM_LIBDIR}/lib/padrino-helpers/locale/nl.yml
+${GEM_LIBDIR}/lib/padrino-helpers/locale/no.yml
+${GEM_LIBDIR}/lib/padrino-helpers/locale/pl.yml
+${GEM_LIBDIR}/lib/padrino-helpers/locale/pt_br.yml
+${GEM_LIBDIR}/lib/padrino-helpers/locale/ro.yml
+${GEM_LIBDIR}/lib/padrino-helpers/locale/ru.yml
+${GEM_LIBDIR}/lib/padrino-helpers/locale/sv.yml
+${GEM_LIBDIR}/lib/padrino-helpers/locale/tr.yml
+${GEM_LIBDIR}/lib/padrino-helpers/locale/uk.yml
+${GEM_LIBDIR}/lib/padrino-helpers/locale/zh_cn.yml
+${GEM_LIBDIR}/lib/padrino-helpers/locale/zh_tw.yml
+${GEM_LIBDIR}/lib/padrino-helpers/number_helpers.rb
+${GEM_LIBDIR}/lib/padrino-helpers/output_helpers.rb
+${GEM_LIBDIR}/lib/padrino-helpers/output_helpers/abstract_handler.rb
+${GEM_LIBDIR}/lib/padrino-helpers/output_helpers/erb_handler.rb
+${GEM_LIBDIR}/lib/padrino-helpers/output_helpers/haml_handler.rb
+${GEM_LIBDIR}/lib/padrino-helpers/output_helpers/slim_handler.rb
+${GEM_LIBDIR}/lib/padrino-helpers/render_helpers.rb
+${GEM_LIBDIR}/lib/padrino-helpers/tag_helpers.rb
+${GEM_LIBDIR}/lib/padrino-helpers/translation_helpers.rb
+${GEM_LIBDIR}/padrino-helpers.gemspec
+${GEM_LIBDIR}/test/fixtures/markup_app/app.rb
+${GEM_LIBDIR}/test/fixtures/markup_app/views/capture_concat.erb
+${GEM_LIBDIR}/test/fixtures/markup_app/views/capture_concat.haml
+${GEM_LIBDIR}/test/fixtures/markup_app/views/capture_concat.slim
+${GEM_LIBDIR}/test/fixtures/markup_app/views/content_for.erb
+${GEM_LIBDIR}/test/fixtures/markup_app/views/content_for.haml
+${GEM_LIBDIR}/test/fixtures/markup_app/views/content_for.slim
+${GEM_LIBDIR}/test/fixtures/markup_app/views/content_tag.erb
+${GEM_LIBDIR}/test/fixtures/markup_app/views/content_tag.haml
+${GEM_LIBDIR}/test/fixtures/markup_app/views/content_tag.slim
+${GEM_LIBDIR}/test/fixtures/markup_app/views/current_engine.erb
+${GEM_LIBDIR}/test/fixtures/markup_app/views/current_engine.haml
+${GEM_LIBDIR}/test/fixtures/markup_app/views/current_engine.slim
+${GEM_LIBDIR}/test/fixtures/markup_app/views/fields_for.erb
+${GEM_LIBDIR}/test/fixtures/markup_app/views/fields_for.haml
+${GEM_LIBDIR}/test/fixtures/markup_app/views/fields_for.slim
+${GEM_LIBDIR}/test/fixtures/markup_app/views/form_for.erb
+${GEM_LIBDIR}/test/fixtures/markup_app/views/form_for.haml
+${GEM_LIBDIR}/test/fixtures/markup_app/views/form_for.slim
+${GEM_LIBDIR}/test/fixtures/markup_app/views/form_tag.erb
+${GEM_LIBDIR}/test/fixtures/markup_app/views/form_tag.haml
+${GEM_LIBDIR}/test/fixtures/markup_app/views/form_tag.slim
+${GEM_LIBDIR}/test/fixtures/markup_app/views/link_to.erb
+${GEM_LIBDIR}/test/fixtures/markup_app/views/link_to.haml
+${GEM_LIBDIR}/test/fixtures/markup_app/views/link_to.slim
+${GEM_LIBDIR}/test/fixtures/markup_app/views/mail_to.erb
+${GEM_LIBDIR}/test/fixtures/markup_app/views/mail_to.haml
+${GEM_LIBDIR}/test/fixtures/markup_app/views/mail_to.slim
+${GEM_LIBDIR}/test/fixtures/markup_app/views/meta_tag.erb
+${GEM_LIBDIR}/test/fixtures/markup_app/views/meta_tag.haml
+${GEM_LIBDIR}/test/fixtures/markup_app/views/meta_tag.slim
+${GEM_LIBDIR}/test/fixtures/markup_app/views/partials/_erb.erb
+${GEM_LIBDIR}/test/fixtures/markup_app/views/partials/_haml.haml
+${GEM_LIBDIR}/test/fixtures/markup_app/views/partials/_slim.slim
+${GEM_LIBDIR}/test/fixtures/markup_app/views/simple_partial.erb
+${GEM_LIBDIR}/test/fixtures/markup_app/views/simple_partial.haml
+${GEM_LIBDIR}/test/fixtures/markup_app/views/simple_partial.slim
+${GEM_LIBDIR}/test/fixtures/render_app/app.rb
+${GEM_LIBDIR}/test/fixtures/render_app/views/current_engine.haml
+${GEM_LIBDIR}/test/fixtures/render_app/views/current_engines/_erb.erb
+${GEM_LIBDIR}/test/fixtures/render_app/views/current_engines/_haml.haml
+${GEM_LIBDIR}/test/fixtures/render_app/views/current_engines/_slim.slim
+${GEM_LIBDIR}/test/fixtures/render_app/views/erb/test.erb
+${GEM_LIBDIR}/test/fixtures/render_app/views/explicit_engine.haml
+${GEM_LIBDIR}/test/fixtures/render_app/views/haml/test.haml
+${GEM_LIBDIR}/test/fixtures/render_app/views/template/_user.haml
+${GEM_LIBDIR}/test/fixtures/render_app/views/template/haml_template.haml
+${GEM_LIBDIR}/test/fixtures/render_app/views/template/some_template.haml
+${GEM_LIBDIR}/test/helper.rb
+${GEM_LIBDIR}/test/test_asset_tag_helpers.rb
+${GEM_LIBDIR}/test/test_form_builder.rb
+${GEM_LIBDIR}/test/test_form_helpers.rb
+${GEM_LIBDIR}/test/test_format_helpers.rb
+${GEM_LIBDIR}/test/test_locale.rb
+${GEM_LIBDIR}/test/test_number_helpers.rb
+${GEM_LIBDIR}/test/test_output_helpers.rb
+${GEM_LIBDIR}/test/test_render_helpers.rb
+${GEM_LIBDIR}/test/test_tag_helpers.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/www/ruby-padrino-helpers/distinfo b/www/ruby-padrino-helpers/distinfo
new file mode 100644
index 00000000000..1f38ff47ddf
--- /dev/null
+++ b/www/ruby-padrino-helpers/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2013/02/11 14:39:09 taca Exp $
+
+SHA1 (padrino-helpers-0.10.7.gem) = 56e217c178bcd1e298da2f350f570a2a8a850ee9
+RMD160 (padrino-helpers-0.10.7.gem) = 5c556d119458c42fc549e6831685f5bbda1dc8d0
+Size (padrino-helpers-0.10.7.gem) = 64512 bytes