Initial import of ruby-staticmatic version 0.10.6 in the NetBSD
Packages Collection. StaticMatic is a framework to develop or prototype static websites. It provides concise and terse templating with the help of Haml and helpers build on top of it, Sass support, "partials", a live preview server for development.
This commit is contained in:
parent
492b5efdcd
commit
53dbd4c7f0
4 changed files with 86 additions and 0 deletions
4
www/ruby-staticmatic/DESCR
Normal file
4
www/ruby-staticmatic/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
StaticMatic is a framework to develop or prototype static websites.
|
||||
It provides concise and terse templating with the help of Haml and
|
||||
helpers build on top of it, Sass support, "partials", a live preview
|
||||
server for development.
|
17
www/ruby-staticmatic/Makefile
Normal file
17
www/ruby-staticmatic/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2009/11/01 03:16:58 seb Exp $
|
||||
|
||||
DISTNAME= staticmatic-0.10.6
|
||||
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://staticmatic.rubyforge.org/
|
||||
COMMENT= Lightweight static site framework
|
||||
|
||||
GEM_BUILD= gemspec
|
||||
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-haml>=2.0.0:../../textproc/ruby-haml
|
||||
DEPENDS+= mongrel>=1.1.5:../../www/mongrel
|
||||
|
||||
.include "../../misc/rubygems/rubygem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
60
www/ruby-staticmatic/PLIST
Normal file
60
www/ruby-staticmatic/PLIST
Normal file
|
@ -0,0 +1,60 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2009/11/01 03:16:58 seb Exp $
|
||||
bin/staticmatic
|
||||
${GEM_HOME}/cache/staticmatic-${PKGVERSION}.gem
|
||||
${GEM_LIBDIR}/LICENSE
|
||||
${GEM_LIBDIR}/README.markdown
|
||||
${GEM_LIBDIR}/Rakefile
|
||||
${GEM_LIBDIR}/VERSION.yml
|
||||
${GEM_LIBDIR}/bin/staticmatic
|
||||
${GEM_LIBDIR}/lib/staticmatic.rb
|
||||
${GEM_LIBDIR}/lib/staticmatic/base.rb
|
||||
${GEM_LIBDIR}/lib/staticmatic/configuration.rb
|
||||
${GEM_LIBDIR}/lib/staticmatic/error.rb
|
||||
${GEM_LIBDIR}/lib/staticmatic/helpers.rb
|
||||
${GEM_LIBDIR}/lib/staticmatic/mixins/build.rb
|
||||
${GEM_LIBDIR}/lib/staticmatic/mixins/helpers.rb
|
||||
${GEM_LIBDIR}/lib/staticmatic/mixins/render.rb
|
||||
${GEM_LIBDIR}/lib/staticmatic/mixins/rescue.rb
|
||||
${GEM_LIBDIR}/lib/staticmatic/mixins/server.rb
|
||||
${GEM_LIBDIR}/lib/staticmatic/mixins/setup.rb
|
||||
${GEM_LIBDIR}/lib/staticmatic/server.rb
|
||||
${GEM_LIBDIR}/lib/staticmatic/template_error.rb
|
||||
${GEM_LIBDIR}/lib/staticmatic/templates/default/application.haml
|
||||
${GEM_LIBDIR}/lib/staticmatic/templates/default/application.sass
|
||||
${GEM_LIBDIR}/lib/staticmatic/templates/default/index.haml
|
||||
${GEM_LIBDIR}/lib/staticmatic/templates/rescues/default.haml
|
||||
${GEM_LIBDIR}/lib/staticmatic/templates/rescues/template.haml
|
||||
${GEM_LIBDIR}/spec/base_spec.rb
|
||||
${GEM_LIBDIR}/spec/helpers_spec.rb
|
||||
${GEM_LIBDIR}/spec/render_spec.rb
|
||||
${GEM_LIBDIR}/spec/rescue_spec.rb
|
||||
${GEM_LIBDIR}/spec/sandbox/test_site/configuration.rb
|
||||
${GEM_LIBDIR}/spec/sandbox/test_site/site/index
|
||||
${GEM_LIBDIR}/spec/sandbox/test_site/site/index.html
|
||||
${GEM_LIBDIR}/spec/sandbox/test_site/site/layout_test
|
||||
${GEM_LIBDIR}/spec/sandbox/test_site/site/page_with_error
|
||||
${GEM_LIBDIR}/spec/sandbox/test_site/site/page_with_partial_error
|
||||
${GEM_LIBDIR}/spec/sandbox/test_site/site/stylesheets/application.css
|
||||
${GEM_LIBDIR}/spec/sandbox/test_site/site/sub_folder/another_sub_folder/index.html
|
||||
${GEM_LIBDIR}/spec/sandbox/test_site/site/sub_folder/another_sub_folder/index.html.html
|
||||
${GEM_LIBDIR}/spec/sandbox/test_site/site/sub_folder/index.html
|
||||
${GEM_LIBDIR}/spec/sandbox/test_site/src/helpers/application_helper.rb
|
||||
${GEM_LIBDIR}/spec/sandbox/test_site/src/layouts/alternate_layout.haml
|
||||
${GEM_LIBDIR}/spec/sandbox/test_site/src/layouts/application.haml
|
||||
${GEM_LIBDIR}/spec/sandbox/test_site/src/layouts/projects.haml
|
||||
${GEM_LIBDIR}/spec/sandbox/test_site/src/pages/hello_world.erb
|
||||
${GEM_LIBDIR}/spec/sandbox/test_site/src/pages/index.haml
|
||||
${GEM_LIBDIR}/spec/sandbox/test_site/src/pages/layout_test.haml
|
||||
${GEM_LIBDIR}/spec/sandbox/test_site/src/pages/page_with_error.haml
|
||||
${GEM_LIBDIR}/spec/sandbox/test_site/src/pages/page_with_partial_error.haml
|
||||
${GEM_LIBDIR}/spec/sandbox/test_site/src/partials/menu.haml
|
||||
${GEM_LIBDIR}/spec/sandbox/test_site/src/partials/partial_with_error.haml
|
||||
${GEM_LIBDIR}/spec/sandbox/test_site/src/stylesheets/application.sass
|
||||
${GEM_LIBDIR}/spec/sandbox/test_site/src/stylesheets/css_with_error.sass
|
||||
${GEM_LIBDIR}/spec/sandbox/test_site/src/stylesheets/nested/a_nested_stylesheet.sass
|
||||
${GEM_LIBDIR}/spec/sandbox/test_site/src/stylesheets/partials/_forms.sass
|
||||
${GEM_LIBDIR}/spec/server_spec.rb
|
||||
${GEM_LIBDIR}/spec/setup_spec.rb
|
||||
${GEM_LIBDIR}/spec/spec_helper.rb
|
||||
${GEM_LIBDIR}/spec/template_error_spec.rb
|
||||
${GEM_HOME}/specifications/staticmatic-${PKGVERSION}.gemspec
|
5
www/ruby-staticmatic/distinfo
Normal file
5
www/ruby-staticmatic/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2009/11/01 03:16:58 seb Exp $
|
||||
|
||||
SHA1 (staticmatic-0.10.6.gem) = d6ea7e9e25069de0a8430d6d1db1d11df56f8f31
|
||||
RMD160 (staticmatic-0.10.6.gem) = 31d48eab9de548f410895ab423f4b22b7cab3f39
|
||||
Size (staticmatic-0.10.6.gem) = 15360 bytes
|
Loading…
Reference in a new issue