Update www/ruby-staticmatic to 0.10.8.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Update HOMEPAGE. * Add LICENSE. * Remove default value of GEM_BUILD. * Ajust new ruby package's framework. Changes are unknown.
This commit is contained in:
parent
83ec3e69ad
commit
2eb38a412c
3 changed files with 15 additions and 18 deletions
|
@ -1,17 +1,17 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2009/11/01 03:16:58 seb Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2010/09/10 13:20:04 taca Exp $
|
||||
|
||||
DISTNAME= staticmatic-0.10.6
|
||||
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
||||
DISTNAME= staticmatic-0.10.8
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://staticmatic.rubyforge.org/
|
||||
HOMEPAGE= http://staticmatic.net
|
||||
COMMENT= Lightweight static site framework
|
||||
|
||||
GEM_BUILD= gemspec
|
||||
LICENSE= mit
|
||||
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-haml>=2.0.0:../../textproc/ruby-haml
|
||||
DEPENDS+= mongrel>=1.1.5:../../www/mongrel
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-mongrel>=1.1.5:../../www/mongrel
|
||||
|
||||
.include "../../misc/rubygems/rubygem.mk"
|
||||
CONFLICTS+= ruby[1-9][0-9]-staticmatic-*
|
||||
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2009/11/01 03:16:58 seb Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2010/09/10 13:20:04 taca Exp $
|
||||
bin/staticmatic
|
||||
${GEM_HOME}/cache/staticmatic-${PKGVERSION}.gem
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/LICENSE
|
||||
${GEM_LIBDIR}/README.markdown
|
||||
${GEM_LIBDIR}/Rakefile
|
||||
|
@ -30,10 +30,7 @@ ${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
|
||||
|
@ -57,4 +54,4 @@ ${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
|
||||
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2009/11/01 03:16:58 seb Exp $
|
||||
$NetBSD: distinfo,v 1.2 2010/09/10 13:20:04 taca Exp $
|
||||
|
||||
SHA1 (staticmatic-0.10.6.gem) = d6ea7e9e25069de0a8430d6d1db1d11df56f8f31
|
||||
RMD160 (staticmatic-0.10.6.gem) = 31d48eab9de548f410895ab423f4b22b7cab3f39
|
||||
Size (staticmatic-0.10.6.gem) = 15360 bytes
|
||||
SHA1 (staticmatic-0.10.8.gem) = d2d1f8f8cd14a1919b37b51d1b83f03843b10186
|
||||
RMD160 (staticmatic-0.10.8.gem) = f8be3babd6b27a1aeb889b98009c630fbc0ea309
|
||||
Size (staticmatic-0.10.8.gem) = 14848 bytes
|
||||
|
|
Loading…
Reference in a new issue