Up to [cvs.NetBSD.org] / pkgsrc / www / webby
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5 / (download) - annotate - [select for diffs], Mon Sep 4 18:01:04 2017 UTC (6 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
HEAD
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Comment out dead sites.
Revision 1.4 / (download) - annotate - [select for diffs], Sat Aug 13 00:34:46 2011 UTC (12 years, 3 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3
Changes since 1.3: +8 -6
lines
Diff to previous 1.3 (colored)
- Fix dependency pattern. Bump PKGREVISION.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Sep 13 14:12:15 2010 UTC (13 years, 2 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
* Add CONFLICTS a pattern matches previous package name without "${RUBY_PKGPREFIX}-".
Revision 1.2 / (download) - annotate - [select for diffs], Fri Sep 10 13:32:05 2010 UTC (13 years, 3 months ago) by taca
Branch: MAIN
Changes since 1.1: +8 -6
lines
Diff to previous 1.1 (colored)
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)
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Apr 4 15:27:12 2008 UTC (15 years, 8 months ago) by jlam
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of webby-0.8.2 as www/webby. Webby is a static website generator tool. Rake tasks are used to convert erb, textile, markdown, etc. formatted files into HTML suitable for publication to a web server.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Apr 4 15:27:12 2008 UTC (15 years, 8 months ago) by jlam
Branch: MAIN
Initial revision