diff options
author | schmonz <schmonz@pkgsrc.org> | 2010-05-02 15:07:58 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2010-05-02 15:07:58 +0000 |
commit | eac818c83825c90e362b86d923f5ccaf88787588 (patch) | |
tree | 2c3e6bcd3e4750a54100a1c7b8e2bcc012414585 /www | |
parent | 4d103fb07266630a670d95628a9170dd54fbc9dc (diff) | |
download | pkgsrc-eac818c83825c90e362b86d923f5ccaf88787588.tar.gz |
Update to 3.20100501. From the changelog:
* TMPL_INCLUDE re-enabled for templates read from the templatedir.
(But not in-wiki templates.)
* Version dependency on liburi-perl to >= 1.36; previous versions
did not support building urls from utf-8 strings. Closes: #579713.
* Ikiwiki can be configured to generate html5 instead of the default xhtml
1.0. The html5 output mode is experimental, not yet fully standards
compliant, and will be subject to rapid change.
* htmlscrubber: Allow html5 semantic tags: section, nav, article, aside
hgroup, header, footer, figure, figcaption, time, mark
* htmlscrubber: Also allow some other html5 tags: canvas, progress, meter,
ruby, rt, rp, details, summary, datalist.
* htmlscrubber: Round out html5 video support with the preload
attribute and the source tag.
* htmlscrubber: Allow the html5 form attributes: placeholder, autofocus,
min, max, step, required, autocomplete, novalidate, pattern, list,
and form. (Also the form* override attributes for input and buttons.)
* htmlscrubber: Allow additional misc html5 attributes: reversed,
spellcheck, and hidden.
* template: Fix typo.
Diffstat (limited to 'www')
-rw-r--r-- | www/ikiwiki/Makefile | 4 | ||||
-rw-r--r-- | www/ikiwiki/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/ikiwiki/Makefile b/www/ikiwiki/Makefile index a04be1f2104..2f8c932719f 100644 --- a/www/ikiwiki/Makefile +++ b/www/ikiwiki/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.50 2010/04/27 13:15:46 schmonz Exp $ +# $NetBSD: Makefile,v 1.51 2010/05/02 15:07:58 schmonz Exp $ # -DISTNAME= ikiwiki_3.20100427 +DISTNAME= ikiwiki_3.20100501 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= www textproc MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/} diff --git a/www/ikiwiki/distinfo b/www/ikiwiki/distinfo index 2473f16f056..264c6262e0c 100644 --- a/www/ikiwiki/distinfo +++ b/www/ikiwiki/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.36 2010/04/27 13:15:46 schmonz Exp $ +$NetBSD: distinfo,v 1.37 2010/05/02 15:07:58 schmonz Exp $ -SHA1 (ikiwiki_3.20100427.tar.gz) = afb510cda0fd1e03e6ebf09a77a21ca45f893082 -RMD160 (ikiwiki_3.20100427.tar.gz) = 31690f4df9d6c94dad4c62fd90a3ca018721f9e6 -Size (ikiwiki_3.20100427.tar.gz) = 1725253 bytes +SHA1 (ikiwiki_3.20100501.tar.gz) = 271b2176555106a1fb85fffe4fb5fcaca44f35dd +RMD160 (ikiwiki_3.20100501.tar.gz) = d1c35c50593ccedc9f119fdf25f155f2d06b25a0 +Size (ikiwiki_3.20100501.tar.gz) = 1720634 bytes SHA1 (patch-aa) = 12cfd5be1b6e8b66e3e78cdf36e848a10b9642c3 SHA1 (patch-ab) = 9700097a9dbe8a2203169367c497ac8b89251903 SHA1 (patch-ad) = 5720c313ea335a182417b2339ee2e8ef204fc11d |