diff options
author | bapt <bapt@FreeBSD.org> | 2011-08-15 07:05:51 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-08-15 07:05:51 +0800 |
commit | e60f6a2a35cc46f6bdf1ee65512d66597ba95976 (patch) | |
tree | b49d672c7251c8127bed3c8b80b02ec448fbe3f7 /www | |
parent | 45587f284d1ed780143cc1b95436dbb9c90f888b (diff) | |
download | freebsd-ports-gnome-e60f6a2a35cc46f6bdf1ee65512d66597ba95976.tar.gz freebsd-ports-gnome-e60f6a2a35cc46f6bdf1ee65512d66597ba95976.tar.zst freebsd-ports-gnome-e60f6a2a35cc46f6bdf1ee65512d66597ba95976.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
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/wiliki/Makefile | 63 | ||||
-rw-r--r-- | www/wiliki/distinfo | 2 | ||||
-rw-r--r-- | www/wiliki/pkg-descr | 4 | ||||
-rw-r--r-- | www/wiliki/pkg-message | 8 | ||||
-rw-r--r-- | www/wiliki/pkg-plist | 25 |
6 files changed, 0 insertions, 103 deletions
diff --git a/www/Makefile b/www/Makefile index 7bf4e34790e8..359c1c0fe385 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1950,7 +1950,6 @@ SUBDIR += wgetpaste SUBDIR += wikicalc SUBDIR += wikindx - SUBDIR += wiliki SUBDIR += wml SUBDIR += woof SUBDIR += wordpress 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 |