diff options
author | schmonz <schmonz@pkgsrc.org> | 2012-10-17 01:56:14 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2012-10-17 01:56:14 +0000 |
commit | 6b57cb0532d3cef3c4afbf4a5e9be26cca1a76ff (patch) | |
tree | d9eab00964f6dd44a9690564d567e914b8fb8e5b /www | |
parent | 121e771b035afd03b747381111226ae026293689 (diff) | |
download | pkgsrc-6b57cb0532d3cef3c4afbf4a5e9be26cca1a76ff.tar.gz |
Update to 3.20121016. From the changelog:
* monochrome: New theme, contributed by Jon Dowland.
* rst: Ported to python 3, while still also being valid python 2.
Thanks, W. Trevor King
* Try to avoid a situation in which so many ikiwiki cgi wrapper programs
are running, all waiting on some long-running thing like a site rebuild,
that it prevents the web server from doing anything else. The current
approach only avoids this problem for GET requests; if multiple cgi's
run GETs on a site at the same time, one will display a "please wait"
page for a configurable number of seconds, which then redirects to retry.
To enable this protection, set cgi_overload_delay to the number of
seconds to wait. This is not enabled by default.
* Add back a 1em margin between archivepage divs.
* recentchangesdiff: Correct broken template that resulted in duplicate
diff icons being displayed, and bloated the recentchanges page with
inline diffs when the configuration should have not allowed them.
Diffstat (limited to 'www')
-rw-r--r-- | www/ikiwiki/Makefile | 5 | ||||
-rw-r--r-- | www/ikiwiki/PLIST | 4 | ||||
-rw-r--r-- | www/ikiwiki/distinfo | 8 |
3 files changed, 9 insertions, 8 deletions
diff --git a/www/ikiwiki/Makefile b/www/ikiwiki/Makefile index 23d1c8dbbbd..c35b75d8de7 100644 --- a/www/ikiwiki/Makefile +++ b/www/ikiwiki/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.97 2012/10/03 21:58:30 wiz Exp $ +# $NetBSD: Makefile,v 1.98 2012/10/17 01:56:14 schmonz Exp $ # -DISTNAME= ikiwiki_3.20120725 +DISTNAME= ikiwiki_3.20121016 PKGNAME= ${DISTNAME:S/_/-/} -PKGREVISION= 1 CATEGORIES= www textproc MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/} diff --git a/www/ikiwiki/PLIST b/www/ikiwiki/PLIST index 47d790f363f..2d50873d228 100644 --- a/www/ikiwiki/PLIST +++ b/www/ikiwiki/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.36 2012/04/20 03:48:25 schmonz Exp $ +@comment $NetBSD: PLIST,v 1.37 2012/10/17 01:56:14 schmonz Exp $ bin/ikiwiki bin/ikiwiki-calendar bin/ikiwiki-makerepo @@ -450,6 +450,8 @@ share/ikiwiki/themes/blueview/style.css share/ikiwiki/themes/goldtype/background_darkness.png share/ikiwiki/themes/goldtype/header_background.png share/ikiwiki/themes/goldtype/style.css +share/ikiwiki/themes/monochrome/gradient.png +share/ikiwiki/themes/monochrome/style.css share/locale/bg/LC_MESSAGES/ikiwiki.mo share/locale/cs/LC_MESSAGES/ikiwiki.mo share/locale/da/LC_MESSAGES/ikiwiki.mo diff --git a/www/ikiwiki/distinfo b/www/ikiwiki/distinfo index ea6c07d35ab..16319b7f000 100644 --- a/www/ikiwiki/distinfo +++ b/www/ikiwiki/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.80 2012/08/27 22:06:03 schmonz Exp $ +$NetBSD: distinfo,v 1.81 2012/10/17 01:56:14 schmonz Exp $ -SHA1 (ikiwiki_3.20120725.tar.gz) = ec7b3cbe364a4277da3b22ce245dd7142e8b09bd -RMD160 (ikiwiki_3.20120725.tar.gz) = 6bf5adcb190623f0f4ef7031a29975c9d90d285c -Size (ikiwiki_3.20120725.tar.gz) = 2871942 bytes +SHA1 (ikiwiki_3.20121016.tar.gz) = e50119e97f7d3fb172f242d51e737fe901a3391e +RMD160 (ikiwiki_3.20121016.tar.gz) = d1d0d66b681a0bf1bf81849a55625a8364b660b7 +Size (ikiwiki_3.20121016.tar.gz) = 2911887 bytes |