diff options
author | osa <osa@FreeBSD.org> | 2003-08-26 19:48:26 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2003-08-26 19:48:26 +0800 |
commit | 41391b9275ab628205f26eb0f059d9e0d1ce0634 (patch) | |
tree | d8181d1b4a16fa894cf211ff5e6f24142d15d2f2 /mail | |
parent | 072a87da78de8ca195656c00775a6021dfd6e660 (diff) | |
download | freebsd-ports-gnome-41391b9275ab628205f26eb0f059d9e0d1ce0634.tar.gz freebsd-ports-gnome-41391b9275ab628205f26eb0f059d9e0d1ce0634.tar.zst freebsd-ports-gnome-41391b9275ab628205f26eb0f059d9e0d1ce0634.zip |
Remove mail/mailfilter port.
<quote from PR>
... certainly outdated and replaced by better program.
</quote from PR>
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Approved by: Justin Robinson <jmrobins@samurai.ruin.org> (maintainer)
PR: 55842
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mailfilter/Makefile | 28 | ||||
-rw-r--r-- | mail/mailfilter/distinfo | 1 | ||||
-rw-r--r-- | mail/mailfilter/pkg-descr | 8 | ||||
-rw-r--r-- | mail/mailfilter/pkg-plist | 2 |
4 files changed, 0 insertions, 39 deletions
diff --git a/mail/mailfilter/Makefile b/mail/mailfilter/Makefile deleted file mode 100644 index d9a61289e3d9..000000000000 --- a/mail/mailfilter/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: mailfilter -# Date created: 22 November 1999 -# Whom: jmrobins -# -# $FreeBSD$ -# - -PORTNAME= mailfilter -PORTVERSION= 1.0b -CATEGORIES= mail -MASTER_SITES= http://galileo.spaceports.com/~jharris/distfiles/ \ - ftp://samurai.ruin.org/pub/All/ - -MAINTAINER= jmrobins@samurai.ruin.org -COMMENT= A simple, easy-to-use mail filtering program written in perl - -MAN1= mailfilter.1 mail.filter.1 - -USE_PERL5= YES -NO_BUILD= YES - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/mailfilter ${PREFIX}/bin/mailfilter - ${INSTALL_SCRIPT} ${WRKSRC}/mail.filter ${PREFIX}/bin/mail.filter - cd ${WRKSRC} && \ - ${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1 - -.include <bsd.port.mk> diff --git a/mail/mailfilter/distinfo b/mail/mailfilter/distinfo deleted file mode 100644 index 7320929c4a04..000000000000 --- a/mail/mailfilter/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (mailfilter-1.0b.tar.gz) = 6d0fdb8c8bec6ace333df81cdb8ceebe diff --git a/mail/mailfilter/pkg-descr b/mail/mailfilter/pkg-descr deleted file mode 100644 index bc450a280577..000000000000 --- a/mail/mailfilter/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This is a simple-to-use mail filtering program written in perl 5. It was -mainly designed to work with pine, however it can easily be used with other -e-mail clients. - -WWW: http://mailfilter.ruin.org/ - -- Justin Robinson -jmrobins@samurai.ruin.org diff --git a/mail/mailfilter/pkg-plist b/mail/mailfilter/pkg-plist deleted file mode 100644 index 9012791d905c..000000000000 --- a/mail/mailfilter/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/mailfilter -bin/mail.filter |