aboutsummaryrefslogtreecommitdiff
path: root/mail
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 /mail
parentc11e43de5f96cf33ddacb018e3d0a7690987293d (diff)
downloadports-4c00776939a688655b299e2eeb1114ab2e35b74b.tar.gz
ports-4c00776939a688655b299e2eeb1114ab2e35b74b.zip
Notes
Diffstat (limited to 'mail')
-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
5 files changed, 0 insertions, 84 deletions
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%%