aboutsummaryrefslogtreecommitdiff
path: root/www/wiliki
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-08-14 23:05:51 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-08-14 23:05:51 +0000
commit4c00776939a688655b299e2eeb1114ab2e35b74b (patch)
tree2700053b55b2a793732323ebda06e825e5dcfe6d /www/wiliki
parentc11e43de5f96cf33ddacb018e3d0a7690987293d (diff)
downloadports-4c00776939a688655b299e2eeb1114ab2e35b74b.tar.gz
ports-4c00776939a688655b299e2eeb1114ab2e35b74b.zip
2011-04-17 databases/gauche-gdbm: has been broken for more than a year
www/wiliki: Depends on expired gauche-gdbm mail/scmail: Depends on expired gauche-gdbm
Notes
Notes: svn path=/head/; revision=279728
Diffstat (limited to 'www/wiliki')
-rw-r--r--www/wiliki/Makefile63
-rw-r--r--www/wiliki/distinfo2
-rw-r--r--www/wiliki/pkg-descr4
-rw-r--r--www/wiliki/pkg-message8
-rw-r--r--www/wiliki/pkg-plist25
5 files changed, 0 insertions, 102 deletions
diff --git a/www/wiliki/Makefile b/www/wiliki/Makefile
deleted file mode 100644
index b6bc5ff425dd..000000000000
--- a/www/wiliki/Makefile
+++ /dev/null
@@ -1,63 +0,0 @@
-# New ports collection makefile for: WiLiKi
-# Date created: 22 August 2003
-# Whom: Kimura Fuyuki <fuyuki@nigredo.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= wiliki
-PORTVERSION= 0.6.1
-PORTREVISION= 1
-CATEGORIES= www scheme
-MASTER_SITES= SF
-DISTNAME= WiLiKi-${PORTVERSION}
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A lightweight Wiki engine written in Scheme
-
-BUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche
-RUN_DEPENDS= ${LOCALBASE}/share/gauche/${GAUCHE_VER}/lib/dbm/gdbm.scm:${PORTSDIR}/databases/gauche-gdbm
-
-GNU_CONFIGURE= yes
-VARDIR= /var/wiliki
-MAKE_JOBS_UNSAFE= yes
-USE_GETTEXT= yes
-
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "alpha"
-BROKEN= Does not build
-.endif
-
-.if exists(${LOCALBASE}/bin/gauche-config)
-GAUCHE_VER!= ${LOCALBASE}/bin/gauche-config -V
-.else
-GAUCHE_VER= none
-.endif
-
-post-patch:
- ${REINPLACE_CMD} -E \
- -e 's,/usr/bin,${PREFIX}/bin,' \
- -e 's,/home/shiro/data/wikidata.dbm,/var/wiliki/data.dbm,' \
- -e 's,wiliki2?\.css,/&,' \
- -e "s/:language 'jp/:language 'en/" ${WRKSRC}/src/*.cgi
-
-post-build:
- cd ${WRKSRC}/po && ${MAKE} ja.gmo
-
-post-install:
- ${MKDIR} ${PREFIX}/www/cgi-bin
-.for f in wiliki.cgi wiliki2.cgi
- ${INSTALL_DATA} ${WRKSRC}/src/${f} ${PREFIX}/www/cgi-bin/${f}.dist
-.endfor
- ${MKDIR} ${PREFIX}/www/data
- ${INSTALL_DATA} ${WRKSRC}/src/*.css ${PREFIX}/www/data
- ${MKDIR} ${VARDIR}
- ${CHOWN} www:www ${VARDIR}
- @${CAT} ${PKGMESSAGE}
-
-test:
- cd ${WRKSRC}; ${MAKE} check
-
-.include <bsd.port.post.mk>
diff --git a/www/wiliki/distinfo b/www/wiliki/distinfo
deleted file mode 100644
index d3b0950fc3da..000000000000
--- a/www/wiliki/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (WiLiKi-0.6.1.tgz) = 060b612c09d132932c56be7beadb61abb4bf7d6f25743ba016639e5e40c9254d
-SIZE (WiLiKi-0.6.1.tgz) = 123954
diff --git a/www/wiliki/pkg-descr b/www/wiliki/pkg-descr
deleted file mode 100644
index 74817951e771..000000000000
--- a/www/wiliki/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-WiLiKi is a lightweight Wiki engine written in Scheme. It is very
-suitable for the English/Japanese bilingual environments.
-
-WWW: http://www.shiro.dreamhost.com/scheme/wiliki/
diff --git a/www/wiliki/pkg-message b/www/wiliki/pkg-message
deleted file mode 100644
index 98f0f60d63b1..000000000000
--- a/www/wiliki/pkg-message
+++ /dev/null
@@ -1,8 +0,0 @@
-************************************************************
-Quickstart:
- cd ${PREFIX}/www/cgi-bin
- cp wiliki.cgi.dist wiliki.cgi
- chmod +x wiliki.cgi
-
-and modify wiliki.cgi to customize the WiLiKi's behavior.
-************************************************************
diff --git a/www/wiliki/pkg-plist b/www/wiliki/pkg-plist
deleted file mode 100644
index dd6c80b10d93..000000000000
--- a/www/wiliki/pkg-plist
+++ /dev/null
@@ -1,25 +0,0 @@
-www/cgi-bin/wiliki.cgi.dist
-www/cgi-bin/wiliki2.cgi.dist
-www/data/wiliki.css
-www/data/wiliki2.css
-share/gauche/site/lib/.packages/WiLiKi.gpd
-share/gauche/site/lib/wiliki.scm
-share/gauche/site/lib/wiliki/core.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/page.scm
-share/gauche/site/lib/wiliki/parse.scm
-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
-share/locale/ja/LC_MESSAGES/WiLiKi.mo
-@dirrm share/gauche/site/lib/wiliki
-@dirrm www/data
-@dirrm www/cgi-bin