summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2010-12-29 12:24:46 +0000
committeruebayasi <uebayasi@pkgsrc.org>2010-12-29 12:24:46 +0000
commit074ec62241c6f789b330af926adf3d56abea0a56 (patch)
tree7c45f1f9bfb96ee80691a9e095f51952ba11b3fa /www
parent13542deda033261c4848773666b790fb55ef2d6f (diff)
downloadpkgsrc-074ec62241c6f789b330af926adf3d56abea0a56.tar.gz
Update WiLiKi to 0.6.2.
New syntax for <code>...</code> ("""..."""). Spam protection. Other small improvements and bug fixes.
Diffstat (limited to 'www')
-rw-r--r--www/wiliki/Makefile10
-rw-r--r--www/wiliki/PLIST37
-rw-r--r--www/wiliki/distinfo8
3 files changed, 29 insertions, 26 deletions
diff --git a/www/wiliki/Makefile b/www/wiliki/Makefile
index 0c575dca973..6c0353d1186 100644
--- a/www/wiliki/Makefile
+++ b/www/wiliki/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2008/07/14 12:56:14 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2010/12/29 12:24:46 uebayasi Exp $
#
-DISTNAME= WiLiKi-0.5.3
-PKGNAME= wiliki-0.5.3
-PKGREVISION= 1
+DISTNAME= WiLiKi-0.6.2
+PKGNAME= wiliki-0.6.2
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wiliki/}
EXTRACT_SUFX= .tgz
@@ -14,7 +13,8 @@ COMMENT= WikiWiki clone written in Scheme
PKG_DESTDIR_SUPPORT= user-destdir
-DEPENDS+= Gauche>=0.8.3nb1:../../lang/gauche
+# XXX Use >=0.9 to work-around `gauche-config --sitelibdir` change!
+DEPENDS+= Gauche>=0.9:../../lang/gauche
GNU_CONFIGURE= yes
diff --git a/www/wiliki/PLIST b/www/wiliki/PLIST
index bbccbc23cf1..001a87bcc7c 100644
--- a/www/wiliki/PLIST
+++ b/www/wiliki/PLIST
@@ -1,17 +1,20 @@
-@comment $NetBSD: PLIST,v 1.4 2009/06/14 22:00:41 joerg Exp $
-share/gauche/site/lib/.packages/WiLiKi.gpd
-share/gauche/site/lib/wiliki.scm
-share/gauche/site/lib/wiliki/db.scm
-share/gauche/site/lib/wiliki/edit.scm
-share/gauche/site/lib/wiliki/format.scm
-share/gauche/site/lib/wiliki/history.scm
-share/gauche/site/lib/wiliki/log.scm
-share/gauche/site/lib/wiliki/macro.scm
-share/gauche/site/lib/wiliki/mcatalog.scm
-share/gauche/site/lib/wiliki/msgs.jp
-share/gauche/site/lib/wiliki/pasttime.scm
-share/gauche/site/lib/wiliki/rss.scm
-share/gauche/site/lib/wiliki/rssmix.scm
-share/gauche/site/lib/wiliki/scr-macros.scm
-share/gauche/site/lib/wiliki/util.scm
-share/gauche/site/lib/wiliki/version.scm
+@comment $NetBSD: PLIST,v 1.5 2010/12/29 12:24:46 uebayasi Exp $
+share/gauche-0.9/site/lib/.packages/WiLiKi.gpd
+share/gauche-0.9/site/lib/wiliki.scm
+share/gauche-0.9/site/lib/wiliki/auth.scm
+share/gauche-0.9/site/lib/wiliki/core.scm
+share/gauche-0.9/site/lib/wiliki/db.scm
+share/gauche-0.9/site/lib/wiliki/edit.scm
+share/gauche-0.9/site/lib/wiliki/format.scm
+share/gauche-0.9/site/lib/wiliki/history.scm
+share/gauche-0.9/site/lib/wiliki/log.scm
+share/gauche-0.9/site/lib/wiliki/macro.scm
+share/gauche-0.9/site/lib/wiliki/page.scm
+share/gauche-0.9/site/lib/wiliki/parse.scm
+share/gauche-0.9/site/lib/wiliki/pasttime.scm
+share/gauche-0.9/site/lib/wiliki/rss.scm
+share/gauche-0.9/site/lib/wiliki/rssmix.scm
+share/gauche-0.9/site/lib/wiliki/scr-macros.scm
+share/gauche-0.9/site/lib/wiliki/util.scm
+share/gauche-0.9/site/lib/wiliki/version.scm
+share/locale/ja/LC_MESSAGES/WiLiKi.mo
diff --git a/www/wiliki/distinfo b/www/wiliki/distinfo
index 1e14d6c0991..6410b4ff8b2 100644
--- a/www/wiliki/distinfo
+++ b/www/wiliki/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2006/03/11 06:32:31 uebayasi Exp $
+$NetBSD: distinfo,v 1.3 2010/12/29 12:24:46 uebayasi Exp $
-SHA1 (WiLiKi-0.5.3.tgz) = eff0dd1238d6b31fcd11fa5d35d69c8ed9d26f8a
-RMD160 (WiLiKi-0.5.3.tgz) = 5bec0ac33087623983a78ae1f3680aa2ca4f29b9
-Size (WiLiKi-0.5.3.tgz) = 109962 bytes
+SHA1 (WiLiKi-0.6.2.tgz) = d85a472cece23644c9f344a17be274f361a9d5bd
+RMD160 (WiLiKi-0.6.2.tgz) = dbe766235c16eeed25427e3ee6c5a4fa984ec4b5
+Size (WiLiKi-0.6.2.tgz) = 133217 bytes