Commit graph

7 commits

Author SHA1 Message Date
dholland
4ba47f4098 Drop checksum for nonexistent patch. 2015-12-29 05:54:18 +00:00
agc
b9b754e081 Add SHA512 digests for distfiles for www category
Problems found locating distfiles:
	Package haskell-cgi: missing distfile haskell-cgi-20001206.tar.gz
	Package nginx: missing distfile array-var-nginx-module-0.04.tar.gz
	Package nginx: missing distfile encrypted-session-nginx-module-0.04.tar.gz
	Package nginx: missing distfile headers-more-nginx-module-0.261.tar.gz
	Package nginx: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package nginx-devel: missing distfile echo-nginx-module-0.58.tar.gz
	Package nginx-devel: missing distfile form-input-nginx-module-0.11.tar.gz
	Package nginx-devel: missing distfile lua-nginx-module-0.9.16.tar.gz
	Package nginx-devel: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx-devel: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package php-owncloud: missing distfile owncloud-8.2.0.tar.bz2

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 02:46:46 +00:00
taca
d843adce96 - Fix dependency pattern.
Bump PKGREVISION.
2011-08-13 00:34:46 +00:00
taca
ad06551a92 * Add CONFLICTS a pattern matches previous package name
without "${RUBY_PKGPREFIX}-".
2010-09-13 14:12:14 +00:00
taca
09b3dc2d4a 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 13:32:05 +00:00
joerg
29df5b2be9 Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 22:00:38 +00:00
jlam
58f016cfb1 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.
2008-04-04 15:27:12 +00:00