diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-07-11 19:12:07 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-07-11 19:12:07 +0000 |
commit | 92acfffaf1c4aaa4f38a6b9e8d5ac602a831c081 (patch) | |
tree | 70abb6962d305ab543741e24059cef3e94f3696f /mail/scmail | |
parent | Add xhtml-1.1, w3C's XHTML 1.1 DTD. (diff) |
Add scmail 0.2, a mail filter written in Scheme.
PR: ports/50881
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Notes
Notes:
svn path=/head/; revision=84710
Diffstat (limited to 'mail/scmail')
-rw-r--r-- | mail/scmail/Makefile | 31 | ||||
-rw-r--r-- | mail/scmail/distinfo | 1 | ||||
-rw-r--r-- | mail/scmail/pkg-descr | 4 | ||||
-rw-r--r-- | mail/scmail/pkg-plist | 9 |
4 files changed, 45 insertions, 0 deletions
diff --git a/mail/scmail/Makefile b/mail/scmail/Makefile new file mode 100644 index 000000000000..94e59db64fc5 --- /dev/null +++ b/mail/scmail/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: scmail +# Date created: 13 April 2003 +# Whom: Kimura Fuyuki <fuyuki@hadaly.org> +# +# $FreeBSD$ +# + +PORTNAME= scmail +PORTVERSION= 0.2 +CATEGORIES= mail +MASTER_SITES= http://www.namazu.org/~satoru/scmail/ + +MAINTAINER= fuyuki@hadaly.org +COMMENT= A mail filter written in Scheme + +BUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche +RUN_DEPENDS= ${BUILD_DEPENDS} + +USE_REINPLACE= yes +MAKE_ARGS= PREFIX="${PREFIX}" DATADIR="${EXAMPLESDIR}" + +post-patch: + ${REINPLACE_CMD} -e "s|cp -p|${CP}|g" ${WRKSRC}/Makefile + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR} +.endif + +.include <bsd.port.mk> diff --git a/mail/scmail/distinfo b/mail/scmail/distinfo new file mode 100644 index 000000000000..e68e543fbf6f --- /dev/null +++ b/mail/scmail/distinfo @@ -0,0 +1 @@ +MD5 (scmail-0.2.tar.gz) = 0c3b7c7757c659fa0d8ed99e1c760807 diff --git a/mail/scmail/pkg-descr b/mail/scmail/pkg-descr new file mode 100644 index 000000000000..2c76cf55283e --- /dev/null +++ b/mail/scmail/pkg-descr @@ -0,0 +1,4 @@ +scmail is a mail filter written in Scheme. scmail can filter an +incoming mail when it is received and filter mails in a mailbox. + +WWW: http://www.namazu.org/~satoru/scmail/ diff --git a/mail/scmail/pkg-plist b/mail/scmail/pkg-plist new file mode 100644 index 000000000000..1e98383dbe01 --- /dev/null +++ b/mail/scmail/pkg-plist @@ -0,0 +1,9 @@ +bin/scmail-deliver +bin/scmail-refile +%%EXAMPLESDIR%%/scmailrc-deliver.sample +%%EXAMPLESDIR%%/scmailrc-refile.sample +%%EXAMPLESDIR%%/scmailrc.sample +@dirrm %%EXAMPLESDIR%% +%%PORTDOCS%%%%DOCSDIR%%/scmail-ja.html +%%PORTDOCS%%%%DOCSDIR%%/scmail.html +%%PORTDOCS%%@dirrm %%DOCSDIR%% |