Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 May 2002 21:46:01 +0100 (BST)
From:      Harry Newton <harry_newton@telinco.co.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/37905: NEW PORT: filtermail -- mail filter for use on a POP3 server
Message-ID:  <200205092046.g49Kk1ZG053286@basilisk.locus>

next in thread | raw e-mail | index | archive | help

>Number:         37905
>Category:       ports
>Synopsis:       NEW PORT: filtermail -- mail filter for use on a POP3 server
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 09 13:50:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Harry Newton
>Release:        FreeBSD 4.6-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD basilisk.locus 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #0: Tue May 7 21:23:01 BST 2002 root@basilisk.locus:/usr/obj/usr/src/sys/BASILISK i386


	
>Description:
This is mail/filtermail, a port of mailfilter, renamed because another
mailfilter exists in the ports tree.

It filters mail on a pop3 server, allowing junk to be deleted on the
server rather than after it has been downloaded, and integrates with other
programs such as fetchmail.

WWW: http://mailfilter.sourceforge.net

>How-To-Repeat:
N/A
>Fix:
# 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:
#
#	.
#	./pkg-descr
#	./pkg-comment
#	./distinfo
#	./pkg-plist
#	./pkg-message
#	./Makefile
#	./files
#	./files/patch-aa
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo x - ./pkg-descr
sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr'
XThis is mail/filtermail, a port of mailfilter, renamed because another
Xmailfilter exists in the ports tree.
X
XIt filters mail on a pop3 server, allowing junk to be deleted on the
Xserver rather than after it has been downloaded, and integrates with other
Xprograms such as fetchmail.
X
XWWW: http://mailfilter.sourceforge.net
END-of-./pkg-descr
echo x - ./pkg-comment
sed 's/^X//' >./pkg-comment << 'END-of-./pkg-comment'
XFilter mail on a pop3 server: saves downloading spam
END-of-./pkg-comment
echo x - ./distinfo
sed 's/^X//' >./distinfo << 'END-of-./distinfo'
XMD5 (mailfilter-0.2.4.tar.gz) = 9589a66d003760eb25e2498e706488ac
END-of-./distinfo
echo x - ./pkg-plist
sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist'
Xbin/filtermail
Xlib/charset.alias
Xshare/locale/de/LC_MESSAGES/filtermail.mo
Xshare/locale/fr/LC_MESSAGES/filtermail.mo
Xshare/locale/it/LC_MESSAGES/filtermail.mo
Xshare/locale/pt_BR/LC_MESSAGES/filtermail.mo
Xshare/locale/locale.alias
X@unexec rmdir %D/share/locale/de/LC_MESSAGES 2>/dev/null || true
X@unexec rmdir %D/share/locale/de 2>/dev/null || true
X@unexec rmdir %D/share/locale/fr/LC_MESSAGES 2>/dev/null || true
X@unexec rmdir %D/share/locale/fr 2>/dev/null || true
X@unexec rmdir %D/share/locale/it/LC_MESSAGES 2>/dev/null || true
X@unexec rmdir %D/share/locale/it 2>/dev/null || true
X@unexec rmdir %D/share/locale/pt_BR/LC_MESSAGES 2>/dev/null || true
X@unexec rmdir %D/share/locale/pt_BR 2>/dev/null || true
X@unexec rmdir %D/share/locale 2>/dev/null || true
END-of-./pkg-plist
echo x - ./pkg-message
sed 's/^X//' >./pkg-message << 'END-of-./pkg-message'
XThis is the FILTERMAIL port, a port of the Sourceforge mailfilter project.
X
XIt's renamed 'filtermail' to avoid a clash with another port of the same name.
X
XThe homepage is: http://mailfilter.sourceforge.net.
END-of-./pkg-message
echo x - ./Makefile
sed 's/^X//' >./Makefile << 'END-of-./Makefile'
X# New ports collection makefile for: 	filtermail
X# Date created:				8 V 2002
X# Whom:					Harry Newton
X#
X# Called this port 'filtermail' because there is already a 'mailfilter'
X#  in the ports tree.
X#
X# $FreeBSD$
X#
X
XPORTNAME=		filtermail
XPORTVERSION=		0.2.4
XCATEGORIES=		mail
XMASTER_SITES=		${MASTER_SITE_SOURCEFORGE} \
X			http://home.in.tum.de/baueran/%SUBDIR%/
XMASTER_SITE_SUBDIR=	mailfilter
XDISTNAME=		mailfilter-${PORTVERSION}
X
XMAINTAINER=		harry_newton@telinco.co.uk
X
XGNU_CONFIGURE=		yes
XUSE_GMAKE=		yes
X
XMAN1=			filtermail.1
XMAN5=			filtermailrc.5 filtermailex.5
X
X# This port is filtermail, but the author called it mailfilter. To avoid a
X#  clash with another port called mailfilter, we change all files
X#  installed by this port from the form *mailfilter* to the form
X#  *filtermail*, and similarly the names in the man pages.
X#
XEXTRACT_AFTER_ARGS=	| ${SED} 's/[mM][aA][iI][lL][fF][iI][lL][tT][eE][rR]/filtermail/g' | tar -xf -
XWRKSRC=			${WRKDIR}/${PORTNAME}-${PORTVERSION}
X
X.include <bsd.port.mk>
END-of-./Makefile
echo c - ./files
mkdir -p ./files > /dev/null 2>&1
echo x - ./files/patch-aa
sed 's/^X//' >./files/patch-aa << 'END-of-./files/patch-aa'
X--- README	Wed May  8 23:51:18 2002
X+++ README.orig	Wed May  8 23:51:04 2002
X@@ -20,7 +20,7 @@
X 
X The latest version of filtermail can be obtained from this web page:
X 
X-       http://filtermail.sourceforge.net/
X+       http://mailfilter.sourceforge.net/
X 
X For installation instructions please refer to the INSTALL document and read
X the platform specific information and the FAQ in the doc/ directory. Further
END-of-./files/patch-aa
exit


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205092046.g49Kk1ZG053286>