diff options
author | schmonz <schmonz@pkgsrc.org> | 2009-08-12 21:14:34 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2009-08-12 21:14:34 +0000 |
commit | 65e3d8fc2db1009c5ca31dc3505d400668d587eb (patch) | |
tree | ab3590cbc5cfbd06a4eb009342ed655b50b09b20 /www/ikiwiki/Makefile | |
parent | 2df46bde89a83b3f143ebf5a1ca241c84f78c901 (diff) | |
download | pkgsrc-65e3d8fc2db1009c5ca31dc3505d400668d587eb.tar.gz |
Update to 3.141592. From the changelog:
* Add new hooks: canremove, canrename, rename. (intrigeri)
* rename: Refactor subpage rename handling code into rename hook.
(intrigeri)
* po: New plugin, suporting translation of wiki pages using po
files. (intrigeri)
* Add build machinery to build po files to translate the underlay wikis,
* Add further build machinery to generate translated underlays from
the po file, for use by wikis whose primary language is not English.
* Add Danish basewiki translation by Jonas Smedegaard.
* img: Fix adding of dependency from page to the image.
* pagestats: add among parameter, which only counts links from
specified pages (smcv)
* pagestats: when making a tag cloud, don't emit links where the
tag is unused (smcv)
* map: Avoid emitting an unclosed ul element if the map is empty.
(harishcm)
* inline: Add pagenames parameter that can be used to list a set
of pages to inline, in a specific order, without using a PageSpec.
(smcv)
* Add getsource plugin (Will, smcv)
Note that the new po plugin won't work until textproc/po4a is updated
to at least 0.34. Any takers?
Diffstat (limited to 'www/ikiwiki/Makefile')
-rw-r--r-- | www/ikiwiki/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/www/ikiwiki/Makefile b/www/ikiwiki/Makefile index 93ba750021c..c0fcb096c7a 100644 --- a/www/ikiwiki/Makefile +++ b/www/ikiwiki/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.28 2009/07/24 17:52:00 schmonz Exp $ +# $NetBSD: Makefile,v 1.29 2009/08/12 21:14:35 schmonz Exp $ # -DISTNAME= ikiwiki_3.14159 +DISTNAME= ikiwiki_3.141592 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= www textproc MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/} @@ -30,6 +30,7 @@ DEPENDS+= p5-XML-Simple-[0-9]*:../../textproc/p5-XML-Simple DEPENDS+= p5-XML-RSS-[0-9]*:../../textproc/p5-XML-RSS DEPENDS+= p5-File-MimeInfo-[0-9]*:../../devel/p5-File-MimeInfo DEPENDS+= p5-gettext-[0-9]*:../../devel/p5-gettext +#DEPENDS+= po4a-[0-9]*:../../textproc/po4a WRKSRC= ${WRKDIR}/${PKGBASE} PERL5_PACKLIST= auto/IkiWiki/.packlist @@ -37,10 +38,13 @@ USE_LANGUAGES= # none USE_TOOLS+= gmake msgfmt perl:run xgettext REPLACE_PERL+= ikiwiki-mass-rebuild ikiwiki-transition ikiwiki-update-wikilist -REPLACE_PERL+= ikiwiki-w3m.cgi ikiwiki.in mdwn2man pm_filter -REPLACE_PERL+= *.pm IkiWiki/*.pm IkiWiki/*/*.pm* *.setup */*/*.setup t/*.t +REPLACE_PERL+= ikiwiki-w3m.cgi ikiwiki.in gitremotes mdwn2man pm_filter +REPLACE_PERL+= *.pm IkiWiki/*.pm IkiWiki/*/*.pm* *.setup */*.setup */*/*.setup +REPLACE_PERL+= po/po2wiki t/*.t REPLACE_PERL+= plugins/externaldemo # XXX not installed +REPLACE_PYTHON+=plugins/proxy.py plugins/pythondemo plugins/rst + SUBST_CLASSES+= sysconfdir SUBST_STAGE.sysconfdir= post-patch SUBST_FILES.sysconfdir= ikiwiki-mass-rebuild ikiwiki-update-wikilist |