pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/wiliki Initial import of WiLiKi 0.5, yet another W...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f00cdf0c93d2
branches: trunk
changeset: 490311:f00cdf0c93d2
user: uebayasi <uebayasi%pkgsrc.org@localhost>
date: Mon Mar 07 03:34:51 2005 +0000
description:
Initial import of WiLiKi 0.5, yet another Wiki clone written in
Scheme. (Wiliki is engineer in Hawaiian).
diffstat:
www/wiliki/DESCR | 2 ++
www/wiliki/Makefile | 18 ++++++++++++++++++
www/wiliki/PLIST | 16 ++++++++++++++++
3 files changed, 36 insertions(+), 0 deletions(-)
diffs (48 lines):
diff -r 96aa4f977e68 -r f00cdf0c93d2 www/wiliki/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/wiliki/DESCR Mon Mar 07 03:34:51 2005 +0000
@@ -0,0 +1,2 @@
+This is WiLiKi, yet another Wiki clone written in Scheme. (Wiliki
+is engineer in Hawaiian).
diff -r 96aa4f977e68 -r f00cdf0c93d2 www/wiliki/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/wiliki/Makefile Mon Mar 07 03:34:51 2005 +0000
@@ -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@localhost
+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 -r 96aa4f977e68 -r f00cdf0c93d2 www/wiliki/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/wiliki/PLIST Mon Mar 07 03:34:51 2005 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index