aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED3
-rw-r--r--databases/Makefile1
-rw-r--r--databases/gauche-gdbm/Makefile57
-rw-r--r--databases/gauche-gdbm/pkg-descr4
-rw-r--r--mail/Makefile1
-rw-r--r--mail/scmail/Makefile52
-rw-r--r--mail/scmail/distinfo2
-rw-r--r--mail/scmail/pkg-descr12
-rw-r--r--mail/scmail/pkg-plist17
-rw-r--r--www/Makefile1
-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
15 files changed, 3 insertions, 249 deletions
diff --git a/MOVED b/MOVED
index 59b6bb8048a6..0e39b6eb2972 100644
--- a/MOVED
+++ b/MOVED
@@ -2508,3 +2508,6 @@ math/hs-category-extras||2011-08-14|Removed: this package is obsolete.
lang/p5-POE-Component-Hailo||2011-08-14|Removed
java/jdk14-doc|java/jdk16-doc|2011-08-14|Removed: jdk14 has been removed
audio/coverhunter||2011-08-14|Has expired: required Amazon Developer Tokens are no longer available
+databases/gauche-gdbm||2011-08-14|Has expired: has been broken for more than a year
+www/wiliki||2011-08-14|Removed: depends on expired gauche-gdbm
+mail/scmail||2011-08-14|Removed: depends on expired gauche-gdbm
diff --git a/databases/Makefile b/databases/Makefile
index 2579bdd0aeaa..81e91548c98b 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -92,7 +92,6 @@
SUBDIR += gambas2-gb-db-postgresql
SUBDIR += gambas2-gb-db-sqlite2
SUBDIR += gambas2-gb-db-sqlite3
- SUBDIR += gauche-gdbm
SUBDIR += gbib
SUBDIR += gdbm
SUBDIR += gdl2
diff --git a/databases/gauche-gdbm/Makefile b/databases/gauche-gdbm/Makefile
deleted file mode 100644
index a7376677708b..000000000000
--- a/databases/gauche-gdbm/Makefile
+++ /dev/null
@@ -1,57 +0,0 @@
-# New ports collection makefile for: gauche-gdbm
-# Date created: 9 September 2002
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gdbm
-PORTVERSION= 0.9 # Keep this in sync with lang/gauche
-CATEGORIES= databases scheme
-MASTER_SITES= # none
-PKGNAMEPREFIX= gauche-
-DISTFILES= # none
-
-MAINTAINER= erik@bz.bzflag.bz
-COMMENT= GDBM interface for Gauche
-
-BUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche \
- ${NONEXISTENT}:${PORTSDIR}/lang/gauche:patch
-LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm
-RUN_DEPENDS= gosh:${PORTSDIR}/lang/gauche
-
-BROKEN= does not compile
-DEPRECATED= has been broken for more than a year
-EXPIRATION_DATE=2011-04-17
-
-WRKSRC= ${WRKDIR}/dbm
-MAKE_ARGS= GOSH=gosh \
- OPTFLAGS="${CFLAGS} -I${LOCALBASE}/include"
-
-PLIST_FILES= lib/gauche/${PORTVERSION}/${CONFIGURE_TARGET}/gdbm.so \
- share/gauche/${PORTVERSION}/lib/dbm/gdbm.scm
-
-GUACHE_BUILDDIR=`cd ${PORTSDIR}/lang/gauche && ${MAKE} -V WRKSRC`
-
-do-extract:
- ${MKDIR} ${WRKDIR}
- ${LN} -sf ${GUACHE_BUILDDIR}/ext/dbm ${WRKDIR}/
-
-do-build:
- cd ${WRKSRC} && ${LOCALBASE}/bin/gauche-config --fixup-extension gdbm
- cd ${WRKSRC} && ${LOCALBASE}/bin/gosh genstub gdbm.stub
- cd ${WRKSRC} && ${CC} ${CFLAGS} -fPIC -c gdbm_head.c
- cd ${WRKSRC} && ${CC} ${CFLAGS} -fPIC -c gdbm_tail.c
- cd ${WRKSRC} && ${CC} ${CFLAGS} -fPIC -c -I${LOCALBASE}/include \
- -I'${LOCALBASE}/lib/gauche/${PORTVERSION}/include' gdbm.c
- cd ${WRKSRC} && ${CC} ${CFLAGS} ${LDFLAGS} -fPIC -shared -Wl,-x -o gdbm.so \
- -Wl,-soname,gdbm.so gdbm.o gdbm_head.o gdbm_tail.o \
- -L${LOCALBASE}/lib -lgdbm
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/gdbm.so \
- ${LOCALBASE}/lib/gauche/${PORTVERSION}/${CONFIGURE_TARGET}/gdbm.so
- ${INSTALL_DATA} ${WRKSRC}/gdbm.scm \
- ${LOCALBASE}/share/gauche/${PORTVERSION}/lib/dbm/gdbm.scm
-
-.include <bsd.port.mk>
diff --git a/databases/gauche-gdbm/pkg-descr b/databases/gauche-gdbm/pkg-descr
deleted file mode 100644
index 20f0a3179214..000000000000
--- a/databases/gauche-gdbm/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-This is a GDBM interface for Gauche.
-
-Author: Shiro Kawai <shiro@acm.org>
-WWW: http://www.shiro.dreamhost.com/scheme/gauche/index.html
diff --git a/mail/Makefile b/mail/Makefile
index e96cb57eb17f..24f944eb57b5 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -621,7 +621,6 @@
SUBDIR += sastatd
SUBDIR += scam-backscatter
SUBDIR += sccmilter
- SUBDIR += scmail
SUBDIR += sendmail
SUBDIR += sendmail-ldap
SUBDIR += sendmail-sasl
diff --git a/mail/scmail/Makefile b/mail/scmail/Makefile
deleted file mode 100644
index 957c11d77a74..000000000000
--- a/mail/scmail/Makefile
+++ /dev/null
@@ -1,52 +0,0 @@
-# New ports collection makefile for: scmail
-# Date created: 13 April 2003
-# Whom: Kimura Fuyuki <fuyuki@hadaly.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= scmail
-PORTVERSION= 1.3
-CATEGORIES= mail
-MASTER_SITES= http://0xcc.net/scmail/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A mail filter written in Scheme
-
-BUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche
-RUN_DEPENDS= ${LOCALBASE}/share/gauche/${GAUCHE_VER}/lib/dbm/gdbm.scm:${PORTSDIR}/databases/gauche-gdbm
-
-MAKE_ARGS= PREFIX="${PREFIX}" DATADIR="${EXAMPLESDIR}"
-
-PORTDOCS= scbayes-ja.html scbayes.html scmail-ja.html scmail.html
-
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "alpha"
-BROKEN= Does not compile on alpha
-.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,cp -f?p,${CP},g;s,/dot.scmail,," \
- ${WRKSRC}/Makefile
- ${TOUCH} ${WRKSRC}/scmail/bayesian-filter.scm.in
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
-.for f in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DOCSDIR}
-.endfor
-.endif
-
-# Maintainer only; it actually forwards mails to @examples.com!
-test:
- cd ${WRKSRC}; ${MAKE} check
-
-.include <bsd.port.post.mk>
diff --git a/mail/scmail/distinfo b/mail/scmail/distinfo
deleted file mode 100644
index 3a411515bef7..000000000000
--- a/mail/scmail/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (scmail-1.3.tar.gz) = 04648e6d9d48e934b2324596d2b0b887cc6d8b324d4d6533e248ba511b6bb525
-SIZE (scmail-1.3.tar.gz) = 52744
diff --git a/mail/scmail/pkg-descr b/mail/scmail/pkg-descr
deleted file mode 100644
index df19515f157a..000000000000
--- a/mail/scmail/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-scmail is a mail filter written in Scheme. scmail can filter an
-incoming mail when it is received and filter mails in a mailbox.
-
- * Written simply in Scheme.
- * scmail supports MH and Maildir mailboxes.
- * Simple filtering rules can be written in S-expressions.
- * Advanced filtering rules can be written in Scheme programs.
- * scmail can filter an incoming mail when it is received (like procmail).
- * scmail can filter mails in a mailbox.
- * spam filter (scbayes) is included. (now testing)
-
-WWW: http://www.namazu.org/~satoru/scmail/
diff --git a/mail/scmail/pkg-plist b/mail/scmail/pkg-plist
deleted file mode 100644
index b7f05a14ae2d..000000000000
--- a/mail/scmail/pkg-plist
+++ /dev/null
@@ -1,17 +0,0 @@
-bin/scbayes
-bin/scmail-deliver
-bin/scmail-refile
-share/gauche/site/lib/scmail.scm
-share/gauche/site/lib/scmail/bayesian-filter.scm
-share/gauche/site/lib/scmail/config.scm
-share/gauche/site/lib/scmail/mail.scm
-share/gauche/site/lib/scmail/mailbox.scm
-share/gauche/site/lib/scmail/maildir.scm
-share/gauche/site/lib/scmail/mh.scm
-share/gauche/site/lib/scmail/progress.scm
-share/gauche/site/lib/scmail/util.scm
-@dirrm share/gauche/site/lib/scmail
-%%EXAMPLESDIR%%/config.sample
-%%EXAMPLESDIR%%/deliver-rules.sample
-%%EXAMPLESDIR%%/refile-rules.sample
-@dirrm %%EXAMPLESDIR%%
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