From 2354edbd73e637c3edf322f26600b7d4c28b6ede Mon Sep 17 00:00:00 2001 From: uebayasi Date: Mon, 7 Mar 2005 03:34:51 +0000 Subject: Initial import of WiLiKi 0.5, yet another Wiki clone written in Scheme. (Wiliki is engineer in Hawaiian). --- www/wiliki/DESCR | 2 ++ www/wiliki/Makefile | 18 ++++++++++++++++++ www/wiliki/PLIST | 16 ++++++++++++++++ 3 files changed, 36 insertions(+) create mode 100644 www/wiliki/DESCR create mode 100644 www/wiliki/Makefile create mode 100644 www/wiliki/PLIST (limited to 'www') diff --git a/www/wiliki/DESCR b/www/wiliki/DESCR new file mode 100644 index 00000000000..755af8b50d0 --- /dev/null +++ b/www/wiliki/DESCR @@ -0,0 +1,2 @@ +This is WiLiKi, yet another Wiki clone written in Scheme. (Wiliki +is engineer in Hawaiian). diff --git a/www/wiliki/Makefile b/www/wiliki/Makefile new file mode 100644 index 00000000000..4a97ee405b3 --- /dev/null +++ b/www/wiliki/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/03/07 03:34:51 uebayasi Exp $ +# + +DISTNAME= WiLiKi-0.5 +PKGNAME= wiliki-0.5 +CATEGORIES= www +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wiliki/} +EXTRACT_SUFX= .tgz + +MAINTAINER= uebayasi@NetBSD.org +HOMEPAGE= http://wiliki.sourceforge.net/ +COMMENT= WikiWiki clone written in Scheme + +DEPENDS+= Gauche>=0.8.3nb1:../../lang/gauche + +GNU_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/www/wiliki/PLIST b/www/wiliki/PLIST new file mode 100644 index 00000000000..20cb094f880 --- /dev/null +++ b/www/wiliki/PLIST @@ -0,0 +1,16 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/03/07 03:34:51 uebayasi Exp $ +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/util.scm +share/gauche/site/lib/wiliki/version.scm +@dirrm share/gauche/site/lib/wiliki -- cgit v1.2.3