summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2009-11-01 03:16:58 +0000
committerseb <seb@pkgsrc.org>2009-11-01 03:16:58 +0000
commit5ad4a85c378cbc2812da590793f418c144c898c3 (patch)
treeea57f1820211bb5d9ddda61a83b2e6fd114f6106 /www
parent385499c2b904eeb71ee17e52c176ccec26a69c1b (diff)
downloadpkgsrc-5ad4a85c378cbc2812da590793f418c144c898c3.tar.gz
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.
Diffstat (limited to 'www')
-rw-r--r--www/ruby-staticmatic/DESCR4
-rw-r--r--www/ruby-staticmatic/Makefile17
-rw-r--r--www/ruby-staticmatic/PLIST60
-rw-r--r--www/ruby-staticmatic/distinfo5
4 files changed, 86 insertions, 0 deletions
diff --git a/www/ruby-staticmatic/DESCR b/www/ruby-staticmatic/DESCR
new file mode 100644
index 00000000000..d9a4e9d004a
--- /dev/null
+++ b/www/ruby-staticmatic/DESCR
@@ -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.
diff --git a/www/ruby-staticmatic/Makefile b/www/ruby-staticmatic/Makefile
new file mode 100644
index 00000000000..b5c914f0318
--- /dev/null
+++ b/www/ruby-staticmatic/Makefile
@@ -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"
diff --git a/www/ruby-staticmatic/PLIST b/www/ruby-staticmatic/PLIST
new file mode 100644
index 00000000000..909c7547ed0
--- /dev/null
+++ b/www/ruby-staticmatic/PLIST
@@ -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
diff --git a/www/ruby-staticmatic/distinfo b/www/ruby-staticmatic/distinfo
new file mode 100644
index 00000000000..3aae30f3254
--- /dev/null
+++ b/www/ruby-staticmatic/distinfo
@@ -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