pkgsrc/www/webby/Makefile

23 lines
790 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.4 2011/08/13 00:34:46 taca Exp $
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)
2010-09-10 15:32:05 +02:00
DISTNAME= webby-0.9.4
PKGREVISION= 1
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)
2010-09-10 15:32:05 +02:00
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://webby.rubyforge.org/
COMMENT= Static web page generator
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)
2010-09-10 15:32:05 +02:00
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-directory-watcher>=1.1.2:../../sysutils/ruby-directory-watcher
DEPENDS+= ${RUBY_PKGPREFIX}-hpricot>=0.6.0:../../textproc/ruby-hpricot
DEPENDS+= ${RUBY_PKGPREFIX}-launchy>=0.3.2:../../misc/ruby-launchy
DEPENDS+= ${RUBY_PKGPREFIX}-logging>=0.9.7:../../devel/ruby-logging
DEPENDS+= ${RUBY_PKGPREFIX}-loquacious>=1.3.0:../../devel/ruby-loquacious
DEPENDS+= ${RUBY_PKGPREFIX}-rspec>=1.2.2:../../devel/ruby-rspec
CONFLICTS+= ruby[1-9][0-9]-webby-[0-9]* webby-[0-9]*
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)
2010-09-10 15:32:05 +02:00
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"