diff options
author | taca <taca@pkgsrc.org> | 2010-09-10 13:32:05 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-09-10 13:32:05 +0000 |
commit | 38b76fa42d30e4113d781d08eb6d1b7548bb4c90 (patch) | |
tree | a24a205620fa7cc2d8ab1d2eb2e4936cbc02b3af | |
parent | c02040ebcde468228898a9eeaeebb75e618a4de4 (diff) | |
download | pkgsrc-38b76fa42d30e4113d781d08eb6d1b7548bb4c90.tar.gz |
Update www/webby to 0.9.4.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Correct spelling of CATEGORIES.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Ajust new ruby package's framework.
* Add CONFLICTS since it will install the same name commands both
ruby18 and ruby19 based packages.
== 0.9.4 / 2009-04-05
* 6 minor enhancements
- Added a Maruku filter (thanks to Martyn Loughran)
- Updated to version 0.8.0 of Blueprint css
- Better handling of errors generated by filters
- Modified how the editor is spawned when creating pages
- URLs for index pages now have a trailing slash
- Configuration options now have nice descriptions
webby --options
* 7 bug fixes
- Fixed haml & sass option handling [Alex Brem]
- Work around for a parsing bug in the rdiscount gem (markdown handling)
- Editor launching now handles switches passed to the editor
- When a page fails to render, it no longer writes an empty file to
the output folder (thereby overwriting the last good page)
- Pagination bug
- Presentation slides were not being found when headers had attributes
- The blog template now has all the CSS files
== 0.9.3 / 2008-10-08
* 4 minor enhancements
- Added a "wikiwords" filter to process [[text]] as links to other pages
(thanks to Paul)
- Added colorization to the output text (facets gem required)
- Replaced the Heel webserver with webrick
- Special windows version with windows line endings in generated files
* 2 bug fixes
- Fixed a bug on Windows where line endings were messing with meta-data
- The paginator was not linking correctly back to the first page from
subsequent pages in a list
== 0.9.2 / 2008-09-11
* 1 bug fix
- Layouts were not being found if more than one layout was in a directory
in the layouts folder
== 0.9.1 / 2008-09-10
* 1 major enhancement
- multiple output files can be generated from a single page
* 2 minor enhancements
- simplified the handling of meta-data at the top of files
- pagination now honors the "page per directory" flag
* 2 bug fixes
- filename extensions were not being preserved when creating a new page
- webby now works properly with rake 0.8.2
== 0.9.0 / 2008-08-25
* 2 major enhancements
- The "rake" command line tool has been replaced by the "webby"
command line tool for day to day site tasks
- Now using the "rdiscount" gem for markdown syntax
* 4 minor enhancements
- Layouts can exist in subdirectories of the layouts folder
- Addition of a "tumblog" template
- Addition of a sitemap file (Ana Nelson)
- Updated to version 6.4.2 of ImageMagick for tex2img conversions
* 5 bug fixes
- Better error message when an unkonwn filter is given
- Table of contents generation bug
- Failing to clean out the "content_for" cache when doing a
multi-page render
- Explicitly loading the RedCloth gem
- Handling exceptions from system calls on the Windows platform
== 0.8.4 / 2008-06-03
* 1 minor improvement
- Global defaults for HAML and SASS [Dag Odenhall]
* 1 bug fix
- Added the blog templates to the package
== 0.8.3 / 2008-06-02
* 2 major enhancements
- Added blogging support
- Added S5 slide presentation support
* 6 minor enhancements
- Changed the arguments to the DB#find method
- Added locals support for page templates
- Updated atom feed generation template
- Partials now support local variables when rendering
- Can guard rendering results from processing by subsequent filters
(useful when rendering partials or embedding other pages)
- Support for "content_for" style captures [M@ McCray]
* 5 bug fixes
- Fixed reference to an non-existent Error class
- Basepath filter now handles XML files properly
- Removed the "--delete" flag from the rsync options [Denis Defreyne]
- Fixed a nil cursor bug in the rendering filter stack
- Recursive find now works from the root content folder (bug 20281)
-rw-r--r-- | www/webby/Makefile | 14 | ||||
-rw-r--r-- | www/webby/PLIST | 283 | ||||
-rw-r--r-- | www/webby/distinfo | 8 |
3 files changed, 237 insertions, 68 deletions
diff --git a/www/webby/Makefile b/www/webby/Makefile index ce078fd38c5..61efc94a3e6 100644 --- a/www/webby/Makefile +++ b/www/webby/Makefile @@ -1,18 +1,20 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:27:12 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2010/09/10 13:32:05 taca Exp $ -DISTNAME= webby-0.8.2 -CATEGORES= www +DISTNAME= webby-0.9.4 +CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://webby.rubyforge.org/ COMMENT= Static web page generator +LICENSE= mit -DEPENDS+= heel>=0.6.0:../../www/heel -DEPENDS+= rake>=0.8.1:../../devel/rake +DEPENDS+= ${RUBY_PKGPREFIX}-heel>=0.6.0:../../www/heel DEPENDS+= ${RUBY_PKGPREFIX}-directory-watcher>=1.1.1:../../sysutils/ruby-directory-watcher DEPENDS+= ${RUBY_PKGPREFIX}-hpricot>=0.6:../../textproc/ruby-hpricot DEPENDS+= ${RUBY_PKGPREFIX}-logging>=0.7.1:../../devel/ruby-logging DEPENDS+= ${RUBY_PKGPREFIX}-rspec>=1.1.3:../../devel/ruby-rspec -.include "../../misc/rubygems/rubygem.mk" +CONFLICTS+= ruby[1-9][0-9]-webby-[0-9]* + +.include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/webby/PLIST b/www/webby/PLIST index 3573bac51d4..4d4845901b3 100644 --- a/www/webby/PLIST +++ b/www/webby/PLIST @@ -1,111 +1,276 @@ -@comment $NetBSD: PLIST,v 1.2 2009/06/14 22:00:40 joerg Exp $ +@comment $NetBSD: PLIST,v 1.3 2010/09/10 13:32:05 taca Exp $ bin/webby -${GEM_HOME}/cache/webby-${PKGVERSION}.gem +bin/webby-gen +${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/History.txt -${GEM_LIBDIR}/Manifest.txt -${GEM_LIBDIR}/README.txt +${GEM_LIBDIR}/README.rdoc ${GEM_LIBDIR}/Rakefile ${GEM_LIBDIR}/bin/webby -${GEM_LIBDIR}/data/Rakefile -${GEM_LIBDIR}/data/content/css/blueprint/License.txt -${GEM_LIBDIR}/data/content/css/blueprint/Readme.txt -${GEM_LIBDIR}/data/content/css/blueprint/compressed/print.css -${GEM_LIBDIR}/data/content/css/blueprint/compressed/screen.css -${GEM_LIBDIR}/data/content/css/blueprint/lib/forms.css -${GEM_LIBDIR}/data/content/css/blueprint/lib/grid.css -${GEM_LIBDIR}/data/content/css/blueprint/lib/grid.png -${GEM_LIBDIR}/data/content/css/blueprint/lib/ie.css -${GEM_LIBDIR}/data/content/css/blueprint/lib/reset.css -${GEM_LIBDIR}/data/content/css/blueprint/lib/typography.css -${GEM_LIBDIR}/data/content/css/blueprint/plugins/buttons/Readme -${GEM_LIBDIR}/data/content/css/blueprint/plugins/buttons/buttons.css -${GEM_LIBDIR}/data/content/css/blueprint/plugins/buttons/icons/cross.png -${GEM_LIBDIR}/data/content/css/blueprint/plugins/buttons/icons/key.png -${GEM_LIBDIR}/data/content/css/blueprint/plugins/buttons/icons/tick.png -${GEM_LIBDIR}/data/content/css/blueprint/plugins/css-classes/Readme -${GEM_LIBDIR}/data/content/css/blueprint/plugins/css-classes/css-classes.css -${GEM_LIBDIR}/data/content/css/blueprint/plugins/fancy-type/Readme -${GEM_LIBDIR}/data/content/css/blueprint/plugins/fancy-type/fancy-type-compressed.css -${GEM_LIBDIR}/data/content/css/blueprint/plugins/fancy-type/fancy-type.css -${GEM_LIBDIR}/data/content/css/blueprint/print.css -${GEM_LIBDIR}/data/content/css/blueprint/screen.css -${GEM_LIBDIR}/data/content/css/coderay.css -${GEM_LIBDIR}/data/content/css/site.css -${GEM_LIBDIR}/data/content/index.txt -${GEM_LIBDIR}/data/layouts/default.rhtml -${GEM_LIBDIR}/data/lib/breadcrumbs.rb -${GEM_LIBDIR}/data/tasks/create.rake -${GEM_LIBDIR}/data/tasks/deploy.rake -${GEM_LIBDIR}/data/tasks/growl.rake -${GEM_LIBDIR}/data/tasks/heel.rake -${GEM_LIBDIR}/data/tasks/setup.rb -${GEM_LIBDIR}/data/tasks/validate.rake -${GEM_LIBDIR}/data/templates/_partial.erb -${GEM_LIBDIR}/data/templates/atom_feed.erb -${GEM_LIBDIR}/data/templates/page.erb -${GEM_LIBDIR}/examples/webby/Rakefile +${GEM_LIBDIR}/bin/webby-gen +${GEM_LIBDIR}/examples/blog/Sitefile +${GEM_LIBDIR}/examples/blog/content/css/blueprint/ie.css +${GEM_LIBDIR}/examples/blog/content/css/blueprint/plugins/buttons/icons/cross.png +${GEM_LIBDIR}/examples/blog/content/css/blueprint/plugins/buttons/icons/key.png +${GEM_LIBDIR}/examples/blog/content/css/blueprint/plugins/buttons/icons/tick.png +${GEM_LIBDIR}/examples/blog/content/css/blueprint/plugins/buttons/readme.txt +${GEM_LIBDIR}/examples/blog/content/css/blueprint/plugins/buttons/screen.css +${GEM_LIBDIR}/examples/blog/content/css/blueprint/plugins/fancy-type/readme.txt +${GEM_LIBDIR}/examples/blog/content/css/blueprint/plugins/fancy-type/screen.css +${GEM_LIBDIR}/examples/blog/content/css/blueprint/plugins/link-icons/icons/doc.png +${GEM_LIBDIR}/examples/blog/content/css/blueprint/plugins/link-icons/icons/email.png +${GEM_LIBDIR}/examples/blog/content/css/blueprint/plugins/link-icons/icons/external.png +${GEM_LIBDIR}/examples/blog/content/css/blueprint/plugins/link-icons/icons/feed.png +${GEM_LIBDIR}/examples/blog/content/css/blueprint/plugins/link-icons/icons/im.png +${GEM_LIBDIR}/examples/blog/content/css/blueprint/plugins/link-icons/icons/pdf.png +${GEM_LIBDIR}/examples/blog/content/css/blueprint/plugins/link-icons/icons/visited.png +${GEM_LIBDIR}/examples/blog/content/css/blueprint/plugins/link-icons/icons/xls.png +${GEM_LIBDIR}/examples/blog/content/css/blueprint/plugins/link-icons/readme.txt +${GEM_LIBDIR}/examples/blog/content/css/blueprint/plugins/link-icons/screen.css +${GEM_LIBDIR}/examples/blog/content/css/blueprint/plugins/rtl/readme.txt +${GEM_LIBDIR}/examples/blog/content/css/blueprint/plugins/rtl/screen.css +${GEM_LIBDIR}/examples/blog/content/css/blueprint/print.css +${GEM_LIBDIR}/examples/blog/content/css/blueprint/screen.css +${GEM_LIBDIR}/examples/blog/content/css/blueprint/src/forms.css +${GEM_LIBDIR}/examples/blog/content/css/blueprint/src/grid.css +${GEM_LIBDIR}/examples/blog/content/css/blueprint/src/grid.png +${GEM_LIBDIR}/examples/blog/content/css/blueprint/src/ie.css +${GEM_LIBDIR}/examples/blog/content/css/blueprint/src/print.css +${GEM_LIBDIR}/examples/blog/content/css/blueprint/src/reset.css +${GEM_LIBDIR}/examples/blog/content/css/blueprint/src/typography.css +${GEM_LIBDIR}/examples/blog/content/css/coderay.css +${GEM_LIBDIR}/examples/blog/content/css/site.css +${GEM_LIBDIR}/examples/blog/layouts/default.txt +${GEM_LIBDIR}/examples/blog/tasks/blog.rake +${GEM_LIBDIR}/examples/blog/templates/atom_feed.erb +${GEM_LIBDIR}/examples/blog/templates/blog/month.erb +${GEM_LIBDIR}/examples/blog/templates/blog/post.erb +${GEM_LIBDIR}/examples/blog/templates/blog/year.erb +${GEM_LIBDIR}/examples/presentation/Sitefile +${GEM_LIBDIR}/examples/presentation/content/css/uv/twilight.css +${GEM_LIBDIR}/examples/presentation/content/presentation/_sample_code.txt +${GEM_LIBDIR}/examples/presentation/content/presentation/index.txt +${GEM_LIBDIR}/examples/presentation/content/presentation/s5/blank.gif +${GEM_LIBDIR}/examples/presentation/content/presentation/s5/bodybg.gif +${GEM_LIBDIR}/examples/presentation/content/presentation/s5/framing.css +${GEM_LIBDIR}/examples/presentation/content/presentation/s5/iepngfix.htc +${GEM_LIBDIR}/examples/presentation/content/presentation/s5/opera.css +${GEM_LIBDIR}/examples/presentation/content/presentation/s5/outline.css +${GEM_LIBDIR}/examples/presentation/content/presentation/s5/pretty.css +${GEM_LIBDIR}/examples/presentation/content/presentation/s5/print.css +${GEM_LIBDIR}/examples/presentation/content/presentation/s5/s5-core.css +${GEM_LIBDIR}/examples/presentation/content/presentation/s5/slides.css +${GEM_LIBDIR}/examples/presentation/content/presentation/s5/slides.js +${GEM_LIBDIR}/examples/presentation/layouts/presentation.txt +${GEM_LIBDIR}/examples/presentation/templates/_code_partial.erb +${GEM_LIBDIR}/examples/presentation/templates/presentation.erb +${GEM_LIBDIR}/examples/tumblog/Sitefile +${GEM_LIBDIR}/examples/tumblog/content/css/tumblog.css +${GEM_LIBDIR}/examples/tumblog/content/images/tumblog/permalink.gif +${GEM_LIBDIR}/examples/tumblog/content/images/tumblog/rss.gif +${GEM_LIBDIR}/examples/tumblog/content/tumblog/200806/the-noble-chicken/index.txt +${GEM_LIBDIR}/examples/tumblog/content/tumblog/200807/historical-perspectives-on-the-classic-chicken-joke/index.txt +${GEM_LIBDIR}/examples/tumblog/content/tumblog/200807/mad-city-chickens/index.txt +${GEM_LIBDIR}/examples/tumblog/content/tumblog/200807/the-wisdom-of-the-dutch/index.txt +${GEM_LIBDIR}/examples/tumblog/content/tumblog/200807/up-a-tree/index.txt +${GEM_LIBDIR}/examples/tumblog/content/tumblog/index.txt +${GEM_LIBDIR}/examples/tumblog/content/tumblog/rss.txt +${GEM_LIBDIR}/examples/tumblog/layouts/tumblog/default.txt +${GEM_LIBDIR}/examples/tumblog/layouts/tumblog/post.txt +${GEM_LIBDIR}/examples/tumblog/lib/tumblog_helper.rb +${GEM_LIBDIR}/examples/tumblog/tasks/tumblog.rake +${GEM_LIBDIR}/examples/tumblog/templates/atom_feed.erb +${GEM_LIBDIR}/examples/tumblog/templates/tumblog/conversation.erb +${GEM_LIBDIR}/examples/tumblog/templates/tumblog/link.erb +${GEM_LIBDIR}/examples/tumblog/templates/tumblog/photo.erb +${GEM_LIBDIR}/examples/tumblog/templates/tumblog/post.erb +${GEM_LIBDIR}/examples/tumblog/templates/tumblog/quote.erb +${GEM_LIBDIR}/examples/webby/Sitefile +${GEM_LIBDIR}/examples/webby/content/communicate/index.txt +${GEM_LIBDIR}/examples/webby/content/css/background.gif ${GEM_LIBDIR}/examples/webby/content/css/blueprint/print.css ${GEM_LIBDIR}/examples/webby/content/css/blueprint/screen.css ${GEM_LIBDIR}/examples/webby/content/css/coderay.css ${GEM_LIBDIR}/examples/webby/content/css/site.css +${GEM_LIBDIR}/examples/webby/content/css/uv/twilight.css ${GEM_LIBDIR}/examples/webby/content/index.txt -${GEM_LIBDIR}/examples/webby/content/manual/index.txt +${GEM_LIBDIR}/examples/webby/content/learn/index.txt ${GEM_LIBDIR}/examples/webby/content/reference/index.txt +${GEM_LIBDIR}/examples/webby/content/release-notes/index.txt +${GEM_LIBDIR}/examples/webby/content/release-notes/rel-0-9-0/index.txt +${GEM_LIBDIR}/examples/webby/content/release-notes/rel-0-9-1/index.txt +${GEM_LIBDIR}/examples/webby/content/release-notes/rel-0-9-2/index.txt +${GEM_LIBDIR}/examples/webby/content/release-notes/rel-0-9-3/index.txt +${GEM_LIBDIR}/examples/webby/content/release-notes/rel-0-9-4/index.txt ${GEM_LIBDIR}/examples/webby/content/robots.txt ${GEM_LIBDIR}/examples/webby/content/script/jquery.corner.js ${GEM_LIBDIR}/examples/webby/content/script/jquery.js +${GEM_LIBDIR}/examples/webby/content/sitemap.txt ${GEM_LIBDIR}/examples/webby/content/tips_and_tricks/index.txt ${GEM_LIBDIR}/examples/webby/content/tutorial/index.txt -${GEM_LIBDIR}/examples/webby/layouts/default.rhtml -${GEM_LIBDIR}/examples/webby/tasks/create.rake -${GEM_LIBDIR}/examples/webby/tasks/deploy.rake -${GEM_LIBDIR}/examples/webby/tasks/growl.rake -${GEM_LIBDIR}/examples/webby/tasks/heel.rake -${GEM_LIBDIR}/examples/webby/tasks/setup.rb -${GEM_LIBDIR}/examples/webby/tasks/validate.rake +${GEM_LIBDIR}/examples/webby/content/user-manual/index.txt +${GEM_LIBDIR}/examples/webby/layouts/default.txt ${GEM_LIBDIR}/examples/webby/templates/page.erb +${GEM_LIBDIR}/examples/website/Sitefile +${GEM_LIBDIR}/examples/website/content/css/blueprint/ie.css +${GEM_LIBDIR}/examples/website/content/css/blueprint/plugins/buttons/icons/cross.png +${GEM_LIBDIR}/examples/website/content/css/blueprint/plugins/buttons/icons/key.png +${GEM_LIBDIR}/examples/website/content/css/blueprint/plugins/buttons/icons/tick.png +${GEM_LIBDIR}/examples/website/content/css/blueprint/plugins/buttons/readme.txt +${GEM_LIBDIR}/examples/website/content/css/blueprint/plugins/buttons/screen.css +${GEM_LIBDIR}/examples/website/content/css/blueprint/plugins/fancy-type/readme.txt +${GEM_LIBDIR}/examples/website/content/css/blueprint/plugins/fancy-type/screen.css +${GEM_LIBDIR}/examples/website/content/css/blueprint/plugins/link-icons/icons/doc.png +${GEM_LIBDIR}/examples/website/content/css/blueprint/plugins/link-icons/icons/email.png +${GEM_LIBDIR}/examples/website/content/css/blueprint/plugins/link-icons/icons/external.png +${GEM_LIBDIR}/examples/website/content/css/blueprint/plugins/link-icons/icons/feed.png +${GEM_LIBDIR}/examples/website/content/css/blueprint/plugins/link-icons/icons/im.png +${GEM_LIBDIR}/examples/website/content/css/blueprint/plugins/link-icons/icons/pdf.png +${GEM_LIBDIR}/examples/website/content/css/blueprint/plugins/link-icons/icons/visited.png +${GEM_LIBDIR}/examples/website/content/css/blueprint/plugins/link-icons/icons/xls.png +${GEM_LIBDIR}/examples/website/content/css/blueprint/plugins/link-icons/readme.txt +${GEM_LIBDIR}/examples/website/content/css/blueprint/plugins/link-icons/screen.css +${GEM_LIBDIR}/examples/website/content/css/blueprint/plugins/rtl/readme.txt +${GEM_LIBDIR}/examples/website/content/css/blueprint/plugins/rtl/screen.css +${GEM_LIBDIR}/examples/website/content/css/blueprint/print.css +${GEM_LIBDIR}/examples/website/content/css/blueprint/screen.css +${GEM_LIBDIR}/examples/website/content/css/blueprint/src/forms.css +${GEM_LIBDIR}/examples/website/content/css/blueprint/src/grid.css +${GEM_LIBDIR}/examples/website/content/css/blueprint/src/grid.png +${GEM_LIBDIR}/examples/website/content/css/blueprint/src/ie.css +${GEM_LIBDIR}/examples/website/content/css/blueprint/src/print.css +${GEM_LIBDIR}/examples/website/content/css/blueprint/src/reset.css +${GEM_LIBDIR}/examples/website/content/css/blueprint/src/typography.css +${GEM_LIBDIR}/examples/website/content/css/coderay.css +${GEM_LIBDIR}/examples/website/content/css/site.css +${GEM_LIBDIR}/examples/website/content/index.txt +${GEM_LIBDIR}/examples/website/layouts/default.txt +${GEM_LIBDIR}/examples/website/lib/breadcrumbs.rb +${GEM_LIBDIR}/examples/website/templates/_partial.erb +${GEM_LIBDIR}/examples/website/templates/page.erb ${GEM_LIBDIR}/lib/webby.rb +${GEM_LIBDIR}/lib/webby/apps.rb +${GEM_LIBDIR}/lib/webby/apps/generator.rb +${GEM_LIBDIR}/lib/webby/apps/main.rb ${GEM_LIBDIR}/lib/webby/auto_builder.rb ${GEM_LIBDIR}/lib/webby/builder.rb +${GEM_LIBDIR}/lib/webby/config.rb +${GEM_LIBDIR}/lib/webby/core_ext/enumerable.rb +${GEM_LIBDIR}/lib/webby/core_ext/hash.rb +${GEM_LIBDIR}/lib/webby/core_ext/kernel.rb +${GEM_LIBDIR}/lib/webby/core_ext/string.rb +${GEM_LIBDIR}/lib/webby/core_ext/time.rb ${GEM_LIBDIR}/lib/webby/filters.rb ${GEM_LIBDIR}/lib/webby/filters/basepath.rb ${GEM_LIBDIR}/lib/webby/filters/erb.rb ${GEM_LIBDIR}/lib/webby/filters/haml.rb ${GEM_LIBDIR}/lib/webby/filters/markdown.rb +${GEM_LIBDIR}/lib/webby/filters/maruku.rb ${GEM_LIBDIR}/lib/webby/filters/outline.rb ${GEM_LIBDIR}/lib/webby/filters/sass.rb +${GEM_LIBDIR}/lib/webby/filters/slides.rb ${GEM_LIBDIR}/lib/webby/filters/textile.rb ${GEM_LIBDIR}/lib/webby/filters/tidy.rb +${GEM_LIBDIR}/lib/webby/filters/wiki_words.rb ${GEM_LIBDIR}/lib/webby/helpers.rb +${GEM_LIBDIR}/lib/webby/helpers/capture_helper.rb ${GEM_LIBDIR}/lib/webby/helpers/coderay_helper.rb ${GEM_LIBDIR}/lib/webby/helpers/graphviz_helper.rb ${GEM_LIBDIR}/lib/webby/helpers/tag_helper.rb ${GEM_LIBDIR}/lib/webby/helpers/tex_img_helper.rb ${GEM_LIBDIR}/lib/webby/helpers/ultraviolet_helper.rb ${GEM_LIBDIR}/lib/webby/helpers/url_helper.rb +${GEM_LIBDIR}/lib/webby/journal.rb ${GEM_LIBDIR}/lib/webby/link_validator.rb -${GEM_LIBDIR}/lib/webby/main.rb ${GEM_LIBDIR}/lib/webby/renderer.rb ${GEM_LIBDIR}/lib/webby/resources.rb ${GEM_LIBDIR}/lib/webby/resources/db.rb -${GEM_LIBDIR}/lib/webby/resources/file.rb ${GEM_LIBDIR}/lib/webby/resources/layout.rb +${GEM_LIBDIR}/lib/webby/resources/meta_file.rb ${GEM_LIBDIR}/lib/webby/resources/page.rb ${GEM_LIBDIR}/lib/webby/resources/partial.rb ${GEM_LIBDIR}/lib/webby/resources/resource.rb ${GEM_LIBDIR}/lib/webby/resources/static.rb ${GEM_LIBDIR}/lib/webby/stelan/mktemp.rb ${GEM_LIBDIR}/lib/webby/stelan/paginator.rb -${GEM_LIBDIR}/lib/webby/stelan/spawner.rb -${GEM_LIBDIR}/lib/webby/utils.rb -${GEM_LIBDIR}/lib/webby/webby_task.rb +${GEM_LIBDIR}/lib/webby/tasks/build.rake +${GEM_LIBDIR}/lib/webby/tasks/create.rake +${GEM_LIBDIR}/lib/webby/tasks/deploy.rake +${GEM_LIBDIR}/lib/webby/tasks/growl.rake +${GEM_LIBDIR}/lib/webby/tasks/validate.rake +${GEM_LIBDIR}/spec/core_ext/hash_spec.rb +${GEM_LIBDIR}/spec/core_ext/string_spec.rb +${GEM_LIBDIR}/spec/core_ext/time_spec.rb +${GEM_LIBDIR}/spec/data/hooligans/bad_meta_data_1.txt +${GEM_LIBDIR}/spec/data/hooligans/bad_meta_data_2.txt +${GEM_LIBDIR}/spec/data/html/anchor.html +${GEM_LIBDIR}/spec/data/html/external.html +${GEM_LIBDIR}/spec/data/html/invalid-relative.html +${GEM_LIBDIR}/spec/data/html/relative-anchor.html +${GEM_LIBDIR}/spec/data/html/relative-invalid-anchor.html +${GEM_LIBDIR}/spec/data/html/relative.html +${GEM_LIBDIR}/spec/data/outline/basic.out +${GEM_LIBDIR}/spec/data/outline/basic.txt +${GEM_LIBDIR}/spec/data/outline/no_clobber.out +${GEM_LIBDIR}/spec/data/outline/numbering.out +${GEM_LIBDIR}/spec/data/outline/numbering_only.out +${GEM_LIBDIR}/spec/data/outline/toc_range_1.out +${GEM_LIBDIR}/spec/data/outline/toc_range_2.out +${GEM_LIBDIR}/spec/data/outline/toc_style.out +${GEM_LIBDIR}/spec/data/site/Sitefile +${GEM_LIBDIR}/spec/data/site/content/_partial.txt +${GEM_LIBDIR}/spec/data/site/content/css/coderay.css +${GEM_LIBDIR}/spec/data/site/content/css/site.css +${GEM_LIBDIR}/spec/data/site/content/css/tumblog.css +${GEM_LIBDIR}/spec/data/site/content/images/tumblog/permalink.gif +${GEM_LIBDIR}/spec/data/site/content/images/tumblog/rss.gif +${GEM_LIBDIR}/spec/data/site/content/index.txt +${GEM_LIBDIR}/spec/data/site/content/photos.txt +${GEM_LIBDIR}/spec/data/site/content/tumblog/200806/the-noble-chicken/index.txt +${GEM_LIBDIR}/spec/data/site/content/tumblog/200807/historical-perspectives-on-the-classic-chicken-joke/index.txt +${GEM_LIBDIR}/spec/data/site/content/tumblog/200807/mad-city-chickens/index.txt +${GEM_LIBDIR}/spec/data/site/content/tumblog/200807/the-wisdom-of-the-dutch/index.txt +${GEM_LIBDIR}/spec/data/site/content/tumblog/200807/up-a-tree/index.txt +${GEM_LIBDIR}/spec/data/site/content/tumblog/index.txt +${GEM_LIBDIR}/spec/data/site/content/tumblog/rss.txt +${GEM_LIBDIR}/spec/data/site/layouts/default.txt +${GEM_LIBDIR}/spec/data/site/layouts/tumblog/default.txt +${GEM_LIBDIR}/spec/data/site/layouts/tumblog/post.txt +${GEM_LIBDIR}/spec/data/site/lib/breadcrumbs.rb +${GEM_LIBDIR}/spec/data/site/lib/tumblog_helper.rb +${GEM_LIBDIR}/spec/data/site/tasks/tumblog.rake +${GEM_LIBDIR}/spec/data/site/templates/_partial.erb +${GEM_LIBDIR}/spec/data/site/templates/atom_feed.erb +${GEM_LIBDIR}/spec/data/site/templates/page.erb +${GEM_LIBDIR}/spec/data/site/templates/presentation.erb +${GEM_LIBDIR}/spec/data/site/templates/tumblog/conversation.erb +${GEM_LIBDIR}/spec/data/site/templates/tumblog/link.erb +${GEM_LIBDIR}/spec/data/site/templates/tumblog/photo.erb +${GEM_LIBDIR}/spec/data/site/templates/tumblog/post.erb +${GEM_LIBDIR}/spec/data/site/templates/tumblog/quote.erb ${GEM_LIBDIR}/spec/spec.opts ${GEM_LIBDIR}/spec/spec_helper.rb -${GEM_LIBDIR}/spec/webby/resources/file_spec.rb +${GEM_LIBDIR}/spec/webby/apps/generator_spec.rb +${GEM_LIBDIR}/spec/webby/apps/main_spec.rb +${GEM_LIBDIR}/spec/webby/filters/basepath_spec.rb +${GEM_LIBDIR}/spec/webby/filters/maruku_spec.rb +${GEM_LIBDIR}/spec/webby/filters/outline_spec.rb +${GEM_LIBDIR}/spec/webby/filters/textile_spec.rb +${GEM_LIBDIR}/spec/webby/helpers/capture_helper_spec.rb +${GEM_LIBDIR}/spec/webby/link_validator_spec.rb +${GEM_LIBDIR}/spec/webby/renderer_spec.rb +${GEM_LIBDIR}/spec/webby/resources/db_spec.rb +${GEM_LIBDIR}/spec/webby/resources/layout_spec.rb +${GEM_LIBDIR}/spec/webby/resources/meta_file_spec.rb +${GEM_LIBDIR}/spec/webby/resources/page_spec.rb +${GEM_LIBDIR}/spec/webby/resources/partial_spec.rb +${GEM_LIBDIR}/spec/webby/resources/resource_spec.rb +${GEM_LIBDIR}/spec/webby/resources/static_spec.rb +${GEM_LIBDIR}/spec/webby/resources_spec.rb ${GEM_LIBDIR}/tasks/ann.rake ${GEM_LIBDIR}/tasks/bones.rake ${GEM_LIBDIR}/tasks/gem.rake -${GEM_LIBDIR}/tasks/manifest.rake +${GEM_LIBDIR}/tasks/git.rake +${GEM_LIBDIR}/tasks/mswin32.rake ${GEM_LIBDIR}/tasks/notes.rake ${GEM_LIBDIR}/tasks/post_load.rake ${GEM_LIBDIR}/tasks/rdoc.rake @@ -113,5 +278,7 @@ ${GEM_LIBDIR}/tasks/rubyforge.rake ${GEM_LIBDIR}/tasks/setup.rb ${GEM_LIBDIR}/tasks/spec.rake ${GEM_LIBDIR}/tasks/svn.rake +${GEM_LIBDIR}/tasks/test.rake ${GEM_LIBDIR}/tasks/website.rake -${GEM_HOME}/specifications/webby-${PKGVERSION}.gemspec +${GEM_LIBDIR}/tasks/zentest.rake +${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/www/webby/distinfo b/www/webby/distinfo index cf9747b1038..35a4731129e 100644 --- a/www/webby/distinfo +++ b/www/webby/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/04/04 15:27:12 jlam Exp $ +$NetBSD: distinfo,v 1.2 2010/09/10 13:32:05 taca Exp $ -SHA1 (webby-0.8.2.gem) = 47cb2fc7bd91ec969fbf85f56b13c34201941817 -RMD160 (webby-0.8.2.gem) = bcf23db5866f1f2ddfbb7f48f43f568c03c47485 -Size (webby-0.8.2.gem) = 107520 bytes +SHA1 (webby-0.9.4.gem) = 39da1ac429dfbca6ec20b966e2bd1210c1e416d3 +RMD160 (webby-0.9.4.gem) = 0626bbd1175ebfb3a8f6374264c0ca3d7f0db24e +Size (webby-0.9.4.gem) = 344064 bytes |