diff options
author | schmonz <schmonz> | 2012-04-20 03:48:25 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2012-04-20 03:48:25 +0000 |
commit | 82554ebc8f90c7e50de7b47a27f310a070f9d3cc (patch) | |
tree | 2fbc88097320075a615744d8835e18ede8b91274 | |
parent | 976e7d88b545f01c30817508cf074e626f3867d6 (diff) | |
download | pkgsrc-82554ebc8f90c7e50de7b47a27f310a070f9d3cc.tar.gz |
Update to 3.20120419. From the changelog:
* Remove dead link from plugins/teximg. Closes: #664885
* inline: When the pagenames list includes pages that do not exist, skip
them.
* meta: Export author information in html <meta> tag. Closes: #664779
Thanks, Martin Michlmayr
* notifyemail: New plugin, sends email notifications about new and
changed pages, and allows subscribing to comments.
* Added a "changes" hook. Renamed the "change" hook to "rendered", but
the old hook name is called for now for back-compat.
* meta: Support keywords header. Closes: #664780
Thanks, Martin Michlmayr
* passwordauth: Fix url in password recovery email to be absolute.
* httpauth: When it's the only auth method, avoid a pointless and
confusing signin form, and go right to the httpauthurl.
* rename: Allow rename to be started not from the edit page; return to
the renamed page in this case.
* remove: Support removing of pages in the transient underlay. (smcv)
* inline, trail: The pagenames parameter is now a list of absolute
pagenames, not relative wikilink type names. This is necessary to fix
a bug, and makes pagenames more consistent with the pagespec used
in the pages parameter. (smcv)
* link: Fix renaming wikilinks that contain embedded urls.
* graphviz: Handle self-links.
* trail: Improve CSS, also display trail links at bottom of page,
and a bug fix. (smcv)
Add dependency on p5-HTML-Tree, suggested by Matthias Rampke in PR pkg/45688.
-rw-r--r-- | www/ikiwiki/Makefile | 5 | ||||
-rw-r--r-- | www/ikiwiki/PLIST | 3 | ||||
-rw-r--r-- | www/ikiwiki/distinfo | 8 |
3 files changed, 9 insertions, 7 deletions
diff --git a/www/ikiwiki/Makefile b/www/ikiwiki/Makefile index 97840fbb52c..fbcf55bc5fb 100644 --- a/www/ikiwiki/Makefile +++ b/www/ikiwiki/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.92 2012/03/20 12:01:09 schmonz Exp $ +# $NetBSD: Makefile,v 1.93 2012/04/20 03:48:25 schmonz Exp $ # -DISTNAME= ikiwiki_3.20120203 +DISTNAME= ikiwiki_3.20120419 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= www textproc MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/} @@ -17,6 +17,7 @@ DEPENDS+= p5-Text-Markdown-Discount-[0-9]*:../../textproc/p5-Text-Markdown-Disc DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser DEPENDS+= p5-HTML-Template-[0-9]*:../../www/p5-HTML-Template +DEPENDS+= p5-HTML-Tree-[0-9]*:../../www/p5-HTML-Tree DEPENDS+= p5-CGI-Session-[0-9]*:../../www/p5-CGI-Session DEPENDS+= p5-CGI-FormBuilder>=3.05:../../www/p5-CGI-FormBuilder DEPENDS+= p5-Mail-Sendmail-[0-9]*:../../mail/p5-Mail-Sendmail diff --git a/www/ikiwiki/PLIST b/www/ikiwiki/PLIST index 533c82cc8c4..47d790f363f 100644 --- a/www/ikiwiki/PLIST +++ b/www/ikiwiki/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.35 2012/03/20 12:01:15 schmonz Exp $ +@comment $NetBSD: PLIST,v 1.36 2012/04/20 03:48:25 schmonz Exp $ bin/ikiwiki bin/ikiwiki-calendar bin/ikiwiki-makerepo @@ -429,6 +429,7 @@ share/ikiwiki/templates/feedlink.tmpl share/ikiwiki/templates/googleform.tmpl share/ikiwiki/templates/inlinepage.tmpl share/ikiwiki/templates/microblog.tmpl +share/ikiwiki/templates/notifyemail.tmpl share/ikiwiki/templates/openid-selector.tmpl share/ikiwiki/templates/page.tmpl share/ikiwiki/templates/passwordmail.tmpl diff --git a/www/ikiwiki/distinfo b/www/ikiwiki/distinfo index 704bed2d60b..672ce55a689 100644 --- a/www/ikiwiki/distinfo +++ b/www/ikiwiki/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.76 2012/03/20 12:01:16 schmonz Exp $ +$NetBSD: distinfo,v 1.77 2012/04/20 03:48:25 schmonz Exp $ -SHA1 (ikiwiki_3.20120203.tar.gz) = 7b3b8085e4df55be8aeda650065798947412952b -RMD160 (ikiwiki_3.20120203.tar.gz) = 3c080f0554e43579ad8757a9106acf41c0785f3c -Size (ikiwiki_3.20120203.tar.gz) = 2807717 bytes +SHA1 (ikiwiki_3.20120419.tar.gz) = f2dd9398a3e4602fb23ffe8e3b3ffea57600318d +RMD160 (ikiwiki_3.20120419.tar.gz) = 7d9f006f1cb7a09c346a334886d239e524365409 +Size (ikiwiki_3.20120419.tar.gz) = 2826659 bytes |