diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2010-12-29 12:24:46 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2010-12-29 12:24:46 +0000 |
commit | 074ec62241c6f789b330af926adf3d56abea0a56 (patch) | |
tree | 7c45f1f9bfb96ee80691a9e095f51952ba11b3fa | |
parent | 13542deda033261c4848773666b790fb55ef2d6f (diff) | |
download | pkgsrc-074ec62241c6f789b330af926adf3d56abea0a56.tar.gz |
Update WiLiKi to 0.6.2.
New syntax for <code>...</code> ("""..."""). Spam protection.
Other small improvements and bug fixes.
-rw-r--r-- | doc/CHANGES-2010 | 3 | ||||
-rw-r--r-- | www/wiliki/Makefile | 10 | ||||
-rw-r--r-- | www/wiliki/PLIST | 37 | ||||
-rw-r--r-- | www/wiliki/distinfo | 8 |
4 files changed, 31 insertions, 27 deletions
diff --git a/doc/CHANGES-2010 b/doc/CHANGES-2010 index 4614b15f69b..215a23bc56c 100644 --- a/doc/CHANGES-2010 +++ b/doc/CHANGES-2010 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2010,v 1.4382 2010/12/29 10:49:35 tron Exp $ +$NetBSD: CHANGES-2010,v 1.4383 2010/12/29 12:25:43 uebayasi Exp $ Changes to the packages collection and infrastructure in 2010: @@ -6216,3 +6216,4 @@ Changes to the packages collection and infrastructure in 2010: Updated www/contao29-translations to 20101224 [taca 2010-12-28] Updated www/fengoffice to 1.7.3.1nb1 [taca 2010-12-28] Updated sysutils/dbus to 1.2.4.6nb2 [tron 2010-12-29] + Updated www/wiliki to 0.6.2 [uebayasi 2010-12-29] 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 |