Mon Feb 11 14:39:09 2013 UTC ()
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.


(taca)
diff -r0 -r1.1 pkgsrc/www/ruby-padrino-helpers/DESCR
diff -r0 -r1.1 pkgsrc/www/ruby-padrino-helpers/Makefile
diff -r0 -r1.1 pkgsrc/www/ruby-padrino-helpers/PLIST
diff -r0 -r1.1 pkgsrc/www/ruby-padrino-helpers/distinfo

File Added: pkgsrc/www/ruby-padrino-helpers/DESCR
= 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.

File Added: pkgsrc/www/ruby-padrino-helpers/Makefile
# $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"

File Added: pkgsrc/www/ruby-padrino-helpers/PLIST
@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

File Added: pkgsrc/www/ruby-padrino-helpers/distinfo
$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