Bug 50881 - New port: mail/scmail - mail filter in scheme
Summary: New port: mail/scmail - mail filter in scheme
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-13 03:00 UTC by Kimura Fuyuki
Modified: 2003-07-11 20:10 UTC (History)
0 users

See Also:


Attachments
file.shar (2.04 KB, text/plain)
2003-04-13 03:00 UTC, Kimura Fuyuki
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kimura Fuyuki 2003-04-13 03:00:30 UTC
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/
Comment 1 Kimura Fuyuki 2003-04-13 03:30:04 UTC
add a missing file..

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	scmail
#	scmail/Makefile
#	scmail/distinfo
#	scmail/pkg-descr
#	scmail/pkg-plist
#
echo c - scmail
mkdir -p scmail > /dev/null 2>&1
echo x - scmail/Makefile
sed 's/^X//' >scmail/Makefile << 'END-of-scmail/Makefile'
X# New ports collection makefile for:	scmail
X# Date created:                13 April 2003
X# Whom:                        Kimura Fuyuki <fuyuki@hadaly.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	scmail
XPORTVERSION=	0.2
XCATEGORIES=	mail
XMASTER_SITES=	http://www.namazu.org/~satoru/scmail/
X
XMAINTAINER=	fuyuki@hadaly.org
XCOMMENT=	A mail filter written in Scheme
X
XBUILD_DEPENDS=	gosh:${PORTSDIR}/lang/gauche
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XUSE_REINPLACE=	yes
XMAKE_ARGS=	PREFIX="${PREFIX}" DATADIR="${EXAMPLESDIR}"
X
Xpost-patch:
X	${REINPLACE_CMD} -e "s|cp -p|${CP}|g" ${WRKSRC}/Makefile
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-scmail/Makefile
echo x - scmail/distinfo
sed 's/^X//' >scmail/distinfo << 'END-of-scmail/distinfo'
XMD5 (scmail-0.2.tar.gz) = 0c3b7c7757c659fa0d8ed99e1c760807
END-of-scmail/distinfo
echo x - scmail/pkg-descr
sed 's/^X//' >scmail/pkg-descr << 'END-of-scmail/pkg-descr'
Xscmail is a mail filter written in Scheme.  scmail can filter an
Xincoming mail when it is received and filter mails in a mailbox.
X
XWWW: http://www.namazu.org/~satoru/scmail/
END-of-scmail/pkg-descr
echo x - scmail/pkg-plist
sed 's/^X//' >scmail/pkg-plist << 'END-of-scmail/pkg-plist'
Xbin/scmail-deliver
Xbin/scmail-refile
Xshare/gauche/site/lib/scmail.scm
X%%EXAMPLESDIR%%/scmailrc-deliver.sample
X%%EXAMPLESDIR%%/scmailrc-refile.sample
X%%EXAMPLESDIR%%/scmailrc.sample
X@dirrm %%EXAMPLESDIR%%
X%%PORTDOCS%%%%DOCSDIR%%/scmail-ja.html
X%%PORTDOCS%%%%DOCSDIR%%/scmail.html
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
END-of-scmail/pkg-plist
exit
Comment 2 Norikatsu Shigemura freebsd_committer freebsd_triage 2003-07-11 20:10:28 UTC
State Changed
From-To: open->closed

Committed, thanks!