diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-18 14:09:50 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-18 14:09:50 +0000 |
commit | 2e7af15429808deb03863b459d28ccb37446ce0e (patch) | |
tree | f882d7212a23ab13209ffb9a641c23c1c9795f52 /mail | |
parent | de4e578ac2a6784a89ff92da0a4723541ed1c5fb (diff) | |
download | ports-2e7af15429808deb03863b459d28ccb37446ce0e.tar.gz ports-2e7af15429808deb03863b459d28ccb37446ce0e.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/filtermail/Makefile | 41 | ||||
-rw-r--r-- | mail/filtermail/distinfo | 1 | ||||
-rw-r--r-- | mail/filtermail/files/patch-aa | 11 | ||||
-rw-r--r-- | mail/filtermail/pkg-comment | 1 | ||||
-rw-r--r-- | mail/filtermail/pkg-descr | 8 | ||||
-rw-r--r-- | mail/filtermail/pkg-plist | 5 |
7 files changed, 68 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 441e303adc18..08322da4f6bf 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -58,6 +58,7 @@ SUBDIR += ezmlm-web SUBDIR += faces SUBDIR += fetchmail + SUBDIR += filtermail SUBDIR += flink SUBDIR += ftrack SUBDIR += gbiff diff --git a/mail/filtermail/Makefile b/mail/filtermail/Makefile new file mode 100644 index 000000000000..3354917f755d --- /dev/null +++ b/mail/filtermail/Makefile @@ -0,0 +1,41 @@ +# New ports collection makefile for: filtermail +# Date created: 8 V 2002 +# Whom: Harry Newton +# +# Called this port 'filtermail' because there is already a 'mailfilter' +# in the ports tree. +# +# $FreeBSD$ +# + +PORTNAME= filtermail +PORTVERSION= 0.2.4 +CATEGORIES= mail +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + http://home.in.tum.de/baueran/%SUBDIR%/ +MASTER_SITE_SUBDIR= mailfilter +DISTNAME= mailfilter-${PORTVERSION} + +MAINTAINER= harry_newton@telinco.co.uk + +LIB_DEPENDS= intl:${PORTSDIR}/devel/gettext \ + iconv:${PORTSDIR}/converters/libiconv \ + gnugetopt:${PORTSDIR}/devel/libgnugetopt + +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" +USE_GMAKE= yes + +MAN1= filtermail.1 +MAN5= filtermailrc.5 filtermailex.5 + +# This port is filtermail, but the author called it mailfilter. To avoid a +# clash with another port called mailfilter, we change all files +# installed by this port from the form *mailfilter* to the form +# *filtermail*, and similarly the names in the man pages. +# +EXTRACT_AFTER_ARGS= | ${SED} 's/[mM][aA][iI][lL][fF][iI][lL][tT][eE][rR]/filtermail/g' | ${TAR} -xf - +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +.include <bsd.port.mk> diff --git a/mail/filtermail/distinfo b/mail/filtermail/distinfo new file mode 100644 index 000000000000..7bf8b5795980 --- /dev/null +++ b/mail/filtermail/distinfo @@ -0,0 +1 @@ +MD5 (mailfilter-0.2.4.tar.gz) = 9589a66d003760eb25e2498e706488ac diff --git a/mail/filtermail/files/patch-aa b/mail/filtermail/files/patch-aa new file mode 100644 index 000000000000..dccca1501afc --- /dev/null +++ b/mail/filtermail/files/patch-aa @@ -0,0 +1,11 @@ +--- README Wed May 8 23:51:18 2002 ++++ README.orig Wed May 8 23:51:04 2002 +@@ -20,7 +20,7 @@ + + The latest version of filtermail can be obtained from this web page: + +- http://filtermail.sourceforge.net/ ++ http://mailfilter.sourceforge.net/ + + For installation instructions please refer to the INSTALL document and read + the platform specific information and the FAQ in the doc/ directory. Further diff --git a/mail/filtermail/pkg-comment b/mail/filtermail/pkg-comment new file mode 100644 index 000000000000..bb03ad1f6d22 --- /dev/null +++ b/mail/filtermail/pkg-comment @@ -0,0 +1 @@ +Filter mail on a pop3 server: saves downloading spam diff --git a/mail/filtermail/pkg-descr b/mail/filtermail/pkg-descr new file mode 100644 index 000000000000..c53c0f0b5fc7 --- /dev/null +++ b/mail/filtermail/pkg-descr @@ -0,0 +1,8 @@ +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 diff --git a/mail/filtermail/pkg-plist b/mail/filtermail/pkg-plist new file mode 100644 index 000000000000..141bb4d68ea8 --- /dev/null +++ b/mail/filtermail/pkg-plist @@ -0,0 +1,5 @@ +bin/filtermail +share/locale/de/LC_MESSAGES/filtermail.mo +share/locale/fr/LC_MESSAGES/filtermail.mo +share/locale/it/LC_MESSAGES/filtermail.mo +share/locale/pt_BR/LC_MESSAGES/filtermail.mo |