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 /www/webby/distinfo | |
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)
Diffstat (limited to 'www/webby/distinfo')
-rw-r--r-- | www/webby/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
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 |