pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ikiwiki Update to 2.6.1, provided by reed@



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ffdb32130efd
branches:  trunk
changeset: 533536:ffdb32130efd
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Sep 20 23:49:21 2007 +0000

description:
Update to 2.6.1, provided by reed@

Changes since 1.32:

ikiwiki (2.5) unstable; urgency=low

  In this version the rst plugin allows raw html to be embedded in rst files.
  As long as the htmlscrubber is enabled, this should be safe. If you are
  using the rst plugin without the htmlscrubber in a publically writable wiki,
  you should turn on the htmlscrubber.

 -- Joey Hess <joeyh%debian.org@localhost>  Sun, 29 Jul 2007 18:37:22 -0400

ikiwiki (2.5) unstable; urgency=low

  Due to some config changes in this version, wrappers need to be rebuilt on
  upgrade. If you listed your wiki in /etc/ikiwiki/wikilist this will be
  one automatically when the Debian package is upgraded.

 -- Joey Hess <joeyh%debian.org@localhost>  Sun, 29 Jul 2007 17:54:40 -0400

ikiwiki (2.1) unstable; urgency=low

  Some wikis need to be rebuilt on upgrade to this version, due to changes to
  page templates and the style sheet. If you listed your wiki in
  /etc/ikiwiki/wikilist this will be done automatically when the Debian
  package is upgraded. Or use ikiwiki-mass-rebuild to force a rebuild.

 -- Joey Hess <joeyh%debian.org@localhost>  Thu, 26 Apr 2007 15:50:36 -0400

ikiwiki (2.00) unstable; urgency=low

  With the 2.0 release of ikiwiki, some major changes have been made to the
  default configuration:

  * The 'usedirs' setting is enabled by default. This *will* break all URLs
    to wikis that did not have 'usedirs' turned on before, unless you follow
    the procedure described at <http://ikiwiki.info/tips/switching_to_usedirs>,
    or edit your setup file to turn usedirs off:
       usedirs => 0,

  * OpenID logins are now enabled by default, if the Net::OpenID::Consumer
    perl module is available. Password logins are also still enabled
    by default. If you like, you can turn either OpenID or password logins
    off via the 'disable_plugins' setting.

 -- Joey Hess <joeyh%debian.org@localhost>  Sun, 29 Apr 2007 19:00:43 -0400

ikiwiki (1.51) unstable; urgency=low

  Some wikis need to be rebuilt on upgrade to this version, due to changes to
  page layout and the style sheet. If you listed your wiki in
  /etc/ikiwiki/wikilist this will be done automatically when the Debian
  package is upgraded. Or use ikiwiki-mass-rebuild to force a rebuild.

 -- Joey Hess <joeyh%debian.org@localhost>  Thu, 26 Apr 2007 15:50:36 -0400

ikiwiki (1.50) unstable; urgency=low

  Permalinks and guids in rss and atom feeds for wikis using the usedirs
  options will change in this release. If you have already enabled usedirs,
  you may need to take steps to avoid flooding aggregators.

 -- Joey Hess <joeyh%debian.org@localhost>  Sat, 14 Apr 2007 16:08:46 -0400

ikiwiki (1.49) unstable; urgency=low

  Third-party plugins that use htmlpage() or abs2rel() to generate links
  may need changes to support the new "usedirs" option.

 -- Joey Hess <joeyh%debian.org@localhost>  Sun, 01 Apr 2007 16:20:09 -0400

ikiwiki (1.47) unstable; urgency=low

  Due to a security fix, wikis that have the htmlscrubber enabled can no
  longer use the meta plugin to insert html link and meta tags.

  Some special case methods have been added for safely including stylesheets,
  and for doing openid delegation. See the meta plugin docs for details.

 -- Joey Hess <joeyh%debian.org@localhost>  Wed, 21 Mar 2007 14:18:40 -0400

ikiwiki (1.45) unstable; urgency=low

  Wikis need to be rebuilt on upgrade to this version. If you listed your wiki
  in /etc/ikiwiki/wikilist this will be done automatically when the Debian
  package is upgraded. Or use ikiwiki-mass-rebuild to force a rebuild.

 -- Joey Hess <joeyh%debian.org@localhost>  Wed,  7 Mar 2007 23:02:52 -0500

ikiwiki (1.44) unstable; urgency=low

  The htmllink() function has changed slightly and plugins that use it may
  need to change how they call it. This function's first three parameters
  are unchanged, but additional options are now passed using named
  parameters. If you used htmllink with more than 3 parameters, you will
  need to change it. The plugin interface version has been increased to 1.02
  to reflect this change.

 -- Joey Hess <joeyh%debian.org@localhost>  Mon, 19 Feb 2007 21:10:12 -0500

ikiwiki (1.42) unstable; urgency=low

  The anonok setting in config files has been removed. To enable
  httpauth support on your wiki, you should now enable the anonok plugin,
  instead.

  Third-party plugins that use pagespec_match() should be updated to pass
  the new third parameter (from) to that function. This is needed for the
  new relative glob matching to work.

 -- Joey Hess <joeyh%debian.org@localhost>  Thu,  1 Feb 2007 16:57:59 -0500

ikiwiki (1.34) unstable; urgency=low

  The httpauth setting in config files has been removed. To enable
  httpauth support on your wiki, you should now enable the httpauth plugin,
  instead.

  This release includes OpenID support that is enabled through the openid
  plugin. I recommend turning this on to make it easier for users to sign
  in to your wiki.

 -- Joey Hess <joeyh%debian.org@localhost>  Sun, 19 Nov 2006 20:53:05 -0500

diffstat:

 www/ikiwiki/Makefile         |   54 ++-
 www/ikiwiki/PLIST            |  583 ++++--------------------------------------
 www/ikiwiki/distinfo         |   10 +-
 www/ikiwiki/patches/patch-aa |   35 +-
 4 files changed, 127 insertions(+), 555 deletions(-)

diffs (truncated from 810 to 300 lines):

diff -r dea981fb3a34 -r ffdb32130efd www/ikiwiki/Makefile
--- a/www/ikiwiki/Makefile      Thu Sep 20 22:52:11 2007 +0000
+++ b/www/ikiwiki/Makefile      Thu Sep 20 23:49:21 2007 +0000
@@ -1,20 +1,18 @@
-# $NetBSD: Makefile,v 1.3 2007/09/08 17:27:11 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2007/09/20 23:49:21 wiz Exp $
 #
 
-DISTNAME=      ikiwiki_1.32
-PKGNAME=       ikiwiki-1.32
-PKGREVISION=   1
+DISTNAME=      ikiwiki_2.6.1
+PKGNAME=       ${DISTNAME:S/_/-/}
 CATEGORIES=    www textproc
 MASTER_SITES=  ${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/}
 
-MAINTAINER=    dan%NetBSD.org@localhost
+MAINTAINER=    reed%NetBSD.org@localhost
 HOMEPAGE=      http://ikiwiki.info/
 COMMENT=       Wiki compiler
 
-
 PKG_OPTIONS_VAR=       PKG_OPTIONS.ikiwiki
 PKG_SUPPORTED_OPTIONS= svn w3m
-PKG_SUGGESTED_OPTIONS= svn w3m
+PKG_SUGGESTED_OPTIONS= # none on by default
 
 .include "../../mk/bsd.prefs.mk"
 .include "../../mk/bsd.options.mk"
@@ -24,10 +22,15 @@
 DEPENDS+=      p5-HTML-Template-[0-9]*:../../www/p5-HTML-Template
 DEPENDS+=      p5-HTML-Scrubber>=0.08:../../www/p5-HTML-Scrubber
 DEPENDS+=      p5-CGI-Session-[0-9]*:../../www/p5-CGI-Session
-DEPENDS+=      p5-CGI-FormBuilder>=3.0202:../../www/p5-CGI-FormBuilder
+DEPENDS+=      p5-CGI-FormBuilder>=3.05:../../www/p5-CGI-FormBuilder
 DEPENDS+=      p5-Mail-Sendmail-[0-9]*:../../mail/p5-Mail-Sendmail
 DEPENDS+=      p5-XML-Simple-[0-9]*:../../textproc/p5-XML-Simple
 DEPENDS+=      p5-TimeDate-[0-9]*:../../time/p5-TimeDate
+DEPENDS+=      p5-PerlMagick-[0-9]*:../../graphics/p5-PerlMagick
+DEPENDS+=      p5-Locale-libintl-[0-9]*:../../misc/p5-Locale-libintl
+DEPENDS+=      p5-gettext-[0-9]*:../../devel/p5-gettext
+# used by RecentChanges
+DEPENDS+=      p5-Time-Duration-[0-9]*:../../time/p5-Time-Duration
 
 .if !empty(PKG_OPTIONS:Msvn)
 DEPENDS+=      subversion-base-[0-9]*:../../devel/subversion-base
@@ -35,11 +38,12 @@
 
 .if !empty(PKG_OPTIONS:Mw3m)
 DEPENDS+=      w3m-[0-9]*:../../www/w3m
+PLIST_SUBST+=  W3M=""
+.else
+PLIST_SUBST+=  W3M="@comment "
 .endif
 
-
 # optional modules I couldn't find
-#DEPENDS+=     Time::Duration
 #DEPENDS+=     RPC::XML
 #DEPENDS+=     XML::Feed
 
@@ -49,31 +53,47 @@
 USE_TOOLS=     gmake
 
 REPLACE_PERL+= ikiwiki.pl IkiWiki.pm ikiwiki-w3m.cgi mdwn2man pm_filter
+REPLACE_PERL+= ikiwiki.in ikiwiki-mass-rebuild
 REPLACE_PERL+= t/*.t IkiWiki/*.pm IkiWiki/*/*.pm
 REPLACE_PERL+= doc/ikiwiki.setup doc/w3mmode/ikiwiki.setup
 
+post-extract:
+       cd ${WRKSRC} && ${CHMOD} a+r IkiWiki/Rcs/git.pm \
+               basewiki/favicon.ico doc/logo/ikiwiki_large.png \
+               doc/logo/ikiwiki.svgz templates/atomitem.tmpl
 
 post-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/ikiwiki
        ${INSTALL_DATA_DIR} ${PREFIX}/share/ikiwiki/templates
        ${INSTALL_DATA_DIR} ${PREFIX}/share/ikiwiki/basewiki
-       cd ${WRKSRC} && pax -rwvpp templates basewiki ${PREFIX}/share/ikiwiki/
-       ${CHMOD} 644 ${PREFIX}/share/ikiwiki/basewiki/favicon.ico
+       cd ${WRKSRC} && pax -rwLvpp templates basewiki ${PREFIX}/share/ikiwiki/
 
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ikiwiki
-       ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ikiwiki/html
-       cd ${WRKSRC}/doc  && pax -rwvpp . ${PREFIX}/share/doc/ikiwiki/
-       cd ${WRKSRC}/html && pax -rwvpp . ${PREFIX}/share/doc/ikiwiki/html
+# This is the ikiwiki website with near 600 files and near 2MB;
+# using pax -L above to copy the symlink targets for the needed doc
+#      cd ${WRKSRC}/html && pax -rwvpp . ${PREFIX}/share/doc/ikiwiki/
+
+# copy select files from docs
+       ${INSTALL_DATA} ${WRKSRC}/doc/ikiwiki.setup \
+               ${PREFIX}/share/doc/ikiwiki/ikiwiki.setup
 
        ${INSTALL_MAN} ${WRKSRC}/ikiwiki.man ${PREFIX}/${PKGMANDIR}/man1/ikiwiki.1
        ${INSTALL_MAN} ${WRKSRC}/ikiwiki-mass-rebuild.man ${PREFIX}/${PKGMANDIR}/man8/ikiwiki-mass-rebuild.8
 
        ${INSTALL_SCRIPT} ${WRKSRC}/ikiwiki-mass-rebuild ${PREFIX}/sbin
 
-       ${INSTALL_SCRIPT} ${WRKSRC}/ikiwiki-w3m.cgi ${PREFIX}/libexec/w3m/cgi-bin
-
        ${INSTALL_SCRIPT} ${WRKSRC}/ikiwiki.out ${PREFIX}/bin/ikiwiki
 
+       ${GMAKE} -C ${WRKSRC}/po install PREFIX=${PREFIX}
+.if !empty(PKG_OPTIONS:Mw3m)
+       ${INSTALL_SCRIPT} ${WRKSRC}/ikiwiki-w3m.cgi ${PREFIX}/libexec/w3m/cgi-bin
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ikiwiki/w3mmode
+       ${INSTALL_DATA} ${WRKSRC}/html/w3mmode.html \
+               ${PREFIX}/share/doc/ikiwiki/
+       ${INSTALL_DATA} ${WRKSRC}/doc/w3mmode/ikiwiki.setup \
+               ${PREFIX}/share/doc/ikiwiki/w3mmode/ikiwiki.setup
+
+.endif
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r dea981fb3a34 -r ffdb32130efd www/ikiwiki/PLIST
--- a/www/ikiwiki/PLIST Thu Sep 20 22:52:11 2007 +0000
+++ b/www/ikiwiki/PLIST Thu Sep 20 23:49:21 2007 +0000
@@ -1,38 +1,41 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/13 01:25:25 dan Exp $
+@comment $NetBSD: PLIST,v 1.2 2007/09/20 23:49:21 wiz Exp $
 bin/ikiwiki
-libexec/w3m/cgi-bin/ikiwiki-w3m.cgi
+${W3M}lib/w3m/cgi-bin/ikiwiki-w3m.cgi
 man/man1/ikiwiki.1
 man/man8/ikiwiki-mass-rebuild.8
 sbin/ikiwiki-mass-rebuild
-@comment find share/ikiwiki share/doc/ikiwiki -type f
-share/ikiwiki/templates/inlinepagetitle.tmpl
-share/ikiwiki/templates/blogpost.tmpl
-share/ikiwiki/templates/editpage.tmpl
-share/ikiwiki/templates/estseek.conf
-share/ikiwiki/templates/inlinepage.tmpl
-share/ikiwiki/templates/notifymail.tmpl
-share/ikiwiki/templates/misc.tmpl
-share/ikiwiki/templates/passwordmail.tmpl
-share/ikiwiki/templates/page.tmpl
-share/ikiwiki/templates/rsspage.tmpl
-share/ikiwiki/templates/recentchanges.tmpl
-share/ikiwiki/templates/atomitem.tmpl
-share/ikiwiki/templates/aggregatepost.tmpl
-share/ikiwiki/templates/rssitem.tmpl
-share/ikiwiki/templates/searchform.tmpl
-share/ikiwiki/templates/atompage.tmpl
-share/ikiwiki/templates/feedlink.tmpl
-share/ikiwiki/basewiki/smileys/attention.png
+share/doc/ikiwiki/ikiwiki.setup
+${W3M}share/doc/ikiwiki/w3mmode.html
+${W3M}share/doc/ikiwiki/w3mmode/ikiwiki.setup
+@comment find share/ikiwiki -type f | sort
+share/ikiwiki/basewiki/blog.mdwn
+share/ikiwiki/basewiki/favicon.ico
+share/ikiwiki/basewiki/helponformatting.mdwn
+share/ikiwiki/basewiki/index.mdwn
+share/ikiwiki/basewiki/local.css
+share/ikiwiki/basewiki/markdown.mdwn
+share/ikiwiki/basewiki/openid.mdwn
+share/ikiwiki/basewiki/pagespec.mdwn
+share/ikiwiki/basewiki/preprocessordirective.mdwn
+share/ikiwiki/basewiki/sandbox.mdwn
+share/ikiwiki/basewiki/shortcuts.mdwn
+share/ikiwiki/basewiki/smileys.mdwn
 share/ikiwiki/basewiki/smileys/alert.png
 share/ikiwiki/basewiki/smileys/angry.png
-share/ikiwiki/basewiki/smileys/checkmark.png
+share/ikiwiki/basewiki/smileys/attention.png
 share/ikiwiki/basewiki/smileys/biggrin.png
-share/ikiwiki/basewiki/smileys/icon-error.png
+share/ikiwiki/basewiki/smileys/checkmark.png
 share/ikiwiki/basewiki/smileys/devil.png
 share/ikiwiki/basewiki/smileys/frown.png
+share/ikiwiki/basewiki/smileys/icon-error.png
 share/ikiwiki/basewiki/smileys/icon-info.png
 share/ikiwiki/basewiki/smileys/idea.png
+share/ikiwiki/basewiki/smileys/neutral.png
 share/ikiwiki/basewiki/smileys/ohwell.png
+share/ikiwiki/basewiki/smileys/prio1.png
+share/ikiwiki/basewiki/smileys/prio2.png
+share/ikiwiki/basewiki/smileys/prio3.png
+share/ikiwiki/basewiki/smileys/question.png
 share/ikiwiki/basewiki/smileys/redface.png
 share/ikiwiki/basewiki/smileys/sad.png
 share/ikiwiki/basewiki/smileys/smile.png
@@ -44,509 +47,49 @@
 share/ikiwiki/basewiki/smileys/thumbs-up.png
 share/ikiwiki/basewiki/smileys/tired.png
 share/ikiwiki/basewiki/smileys/tongue.png
-share/ikiwiki/basewiki/subpage/linkingrules.mdwn
-share/ikiwiki/basewiki/wikiicons/diff.png
-share/ikiwiki/basewiki/local.css
-share/ikiwiki/basewiki/helponformatting.mdwn
-share/ikiwiki/basewiki/pagespec.mdwn
-share/ikiwiki/basewiki/blog.mdwn
-share/ikiwiki/basewiki/preprocessordirective.mdwn
-share/ikiwiki/basewiki/index.mdwn
-share/ikiwiki/basewiki/markdown.mdwn
-share/ikiwiki/basewiki/wikilink.mdwn
-share/ikiwiki/basewiki/sandbox.mdwn
-share/ikiwiki/basewiki/smileys.mdwn
 share/ikiwiki/basewiki/style.css
 share/ikiwiki/basewiki/subpage.mdwn
-share/ikiwiki/basewiki/shortcuts.mdwn
-share/ikiwiki/basewiki/favicon.ico
-share/doc/ikiwiki/html/download.html
-share/doc/ikiwiki/html/git.html
-share/doc/ikiwiki/html/BSD
-share/doc/ikiwiki/html/backlinks.html
-share/doc/ikiwiki/html/bugs.html
-share/doc/ikiwiki/html/GPL
-share/doc/ikiwiki/html/ikiwiki.setup
-share/doc/ikiwiki/html/cgi.html
-share/doc/ikiwiki/html/post-commit.html
-share/doc/ikiwiki/html/joey.html
-share/doc/ikiwiki/html/ikiwiki-mass-rebuild.html
-share/doc/ikiwiki/html/about_rcs_backends.html
-share/doc/ikiwiki/html/commit-internals.html
-share/doc/ikiwiki/html/features.html
-share/doc/ikiwiki/html/freesoftware.html
-share/doc/ikiwiki/html/hyperestraier.html
-share/doc/ikiwiki/html/ikiwikiusers.html
-share/doc/ikiwiki/html/pagehistory.html
-share/doc/ikiwiki/html/index.html
-share/doc/ikiwiki/html/install.html
-share/doc/ikiwiki/html/logo.html
-share/doc/ikiwiki/html/news.html
-share/doc/ikiwiki/html/recentchanges.html
-share/doc/ikiwiki/html/plugins.html
-share/doc/ikiwiki/html/usage.html
-share/doc/ikiwiki/html/security.html
-share/doc/ikiwiki/html/roadmap.html
-share/doc/ikiwiki/html/sandbox.html
-share/doc/ikiwiki/html/subversion.html
-share/doc/ikiwiki/html/setup.html
-share/doc/ikiwiki/html/smileys.html
-share/doc/ikiwiki/html/templates.html
-share/doc/ikiwiki/html/tags.html
-share/doc/ikiwiki/html/whyikiwiki.html
-share/doc/ikiwiki/html/todo.html
-share/doc/ikiwiki/html/patchqueue.html
-share/doc/ikiwiki/html/w3mmode.html
-share/doc/ikiwiki/html/jonassmedegaard.html
-share/doc/ikiwiki/html/tla.html
-share/doc/ikiwiki/html/logo/ikiwiki_old2.svgz
-share/doc/ikiwiki/html/logo/ikiwiki.png
-share/doc/ikiwiki/html/logo/ikiwiki_large.png
-share/doc/ikiwiki/html/logo/ikiwiki_old.png
-share/doc/ikiwiki/html/logo/ikiwiki.svgz
-share/doc/ikiwiki/html/logo/ikiwiki_old2.png
-share/doc/ikiwiki/html/logo/ikiwiki_button.png
-share/doc/ikiwiki/html/news/seeking_article_writer.html
-share/doc/ikiwiki/html/news/version_1.30.html
-share/doc/ikiwiki/html/news/version_1.29.html
-share/doc/ikiwiki/html/news/stylesheets.html
-share/doc/ikiwiki/html/news/svn_move.html
-share/doc/ikiwiki/html/news/version_1.31.html
-share/doc/ikiwiki/html/mercurial.html
-share/doc/ikiwiki/html/css_market.html
-share/doc/ikiwiki/html/examples.html
-share/doc/ikiwiki/html/css.html
-share/doc/ikiwiki/html/plugins/haiku.html
-share/doc/ikiwiki/html/plugins/map.html
-share/doc/ikiwiki/html/plugins/type/core.html
-share/doc/ikiwiki/html/plugins/type/html.html
-share/doc/ikiwiki/html/plugins/type/link.html
-share/doc/ikiwiki/html/plugins/type/format.html
-share/doc/ikiwiki/html/plugins/type/fun.html
-share/doc/ikiwiki/html/plugins/type/meta.html
-share/doc/ikiwiki/html/plugins/type/tags.html
-share/doc/ikiwiki/html/plugins/type/chrome.html
-share/doc/ikiwiki/html/plugins/type/useful.html
-share/doc/ikiwiki/html/plugins/type/slow.html
-share/doc/ikiwiki/html/plugins/type/special-purpose.html
-share/doc/ikiwiki/html/plugins/otl.html
-share/doc/ikiwiki/html/plugins/htmlscrubber.html
-share/doc/ikiwiki/html/plugins/brokenlinks.html
-share/doc/ikiwiki/html/plugins/pagecount.html
-share/doc/ikiwiki/html/plugins/inline.html
-share/doc/ikiwiki/html/plugins/meta.html
-share/doc/ikiwiki/html/plugins/orphans.html
-share/doc/ikiwiki/html/plugins/camelcase.html
-share/doc/ikiwiki/html/plugins/search.html
-share/doc/ikiwiki/html/plugins/smiley.html
-share/doc/ikiwiki/html/plugins/write.html
-share/doc/ikiwiki/html/plugins/mdwn.html
-share/doc/ikiwiki/html/plugins/html.html
-share/doc/ikiwiki/html/plugins/wikitext.html
-share/doc/ikiwiki/html/plugins/tag.html
-share/doc/ikiwiki/html/plugins/polygen.html
-share/doc/ikiwiki/html/plugins/pagestats.html
-share/doc/ikiwiki/html/plugins/htmltidy.html
-share/doc/ikiwiki/html/plugins/fortune.html
-share/doc/ikiwiki/html/plugins/aggregate.html
-share/doc/ikiwiki/html/plugins/template.html
-share/doc/ikiwiki/html/plugins/sidebar.html
-share/doc/ikiwiki/html/plugins/rst.html
-share/doc/ikiwiki/html/plugins/googlecalendar.html
-share/doc/ikiwiki/html/plugins/contrib.html
-share/doc/ikiwiki/html/plugins/typography.html
-share/doc/ikiwiki/html/plugins/ddate.html



Home | Main Index | Thread Index | Old Index