diff options
author | miwi <miwi@FreeBSD.org> | 2007-01-10 05:10:41 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-01-10 05:10:41 +0800 |
commit | ffcaa4e0fa16f908b6fabf644457d3f041574823 (patch) | |
tree | 92b51a0eae43eb56a1339891c1b9894dc7873f49 /mail/dovecot-sieve | |
parent | f2987217f545f7bf21b39ea63ad27cfdab44f938 (diff) | |
download | freebsd-ports-gnome-ffcaa4e0fa16f908b6fabf644457d3f041574823.tar.gz freebsd-ports-gnome-ffcaa4e0fa16f908b6fabf644457d3f041574823.tar.zst freebsd-ports-gnome-ffcaa4e0fa16f908b6fabf644457d3f041574823.zip |
From the Dovecot wiki on LDA (WWW: http://wiki.dovecot.org/LDA/Sieve)
Sieve language support by a plugin for the deliver LDA
* Mail filtering
* Mail forwarding
* Vacation auto-reply
WWW: http://www.dovecot.org
PR: ports/107352
Submitted by: Nils Vogels <nivo+kw+ports.bfa274 at is-root.com>
Diffstat (limited to 'mail/dovecot-sieve')
-rw-r--r-- | mail/dovecot-sieve/Makefile | 30 | ||||
-rw-r--r-- | mail/dovecot-sieve/distinfo | 3 | ||||
-rw-r--r-- | mail/dovecot-sieve/pkg-descr | 9 | ||||
-rw-r--r-- | mail/dovecot-sieve/pkg-message | 16 | ||||
-rw-r--r-- | mail/dovecot-sieve/pkg-plist | 10 |
5 files changed, 68 insertions, 0 deletions
diff --git a/mail/dovecot-sieve/Makefile b/mail/dovecot-sieve/Makefile new file mode 100644 index 000000000000..5329cc3849b5 --- /dev/null +++ b/mail/dovecot-sieve/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: dovecot-sieve +# Date created: 2006-12-29 +# Whom: Nils Vogels <nivo+kw+ports.bfa274@is-root.com> +# +# $FreeBSD$ +# + +PORTNAME= dovecot-sieve +PORTVERSION= 1.0 +CATEGORIES= mail +MASTER_SITES= http://www.dovecot.org/releases/sieve/ + +MAINTAINER= nivo+kw+ports.bfa274@is-root.com +COMMENT= A sieve plugin for the Dovecot LDA called 'deliver' + +BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/mail/dovecot:build + +USE_LDCONFIG= ${PREFIX}/lib/dovecot/lda + +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ARGS= --prefix=${PREFIX} --with-dovecot=`make -C ${PORTSDIR}/mail/dovecot -V WRKSRC` + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= Does not compile on 4.x +.endif + +.include <bsd.port.post.mk> diff --git a/mail/dovecot-sieve/distinfo b/mail/dovecot-sieve/distinfo new file mode 100644 index 000000000000..03a746a1f02d --- /dev/null +++ b/mail/dovecot-sieve/distinfo @@ -0,0 +1,3 @@ +MD5 (dovecot-sieve-1.0.tar.gz) = dabe564d2ef262a008622737ad84579f +SHA256 (dovecot-sieve-1.0.tar.gz) = c1ce887c1c6e09d9d1b4af6825db5c50befb10c1fed742a6666a12ac9492d98a +SIZE (dovecot-sieve-1.0.tar.gz) = 442943 diff --git a/mail/dovecot-sieve/pkg-descr b/mail/dovecot-sieve/pkg-descr new file mode 100644 index 000000000000..7a19d5b394f4 --- /dev/null +++ b/mail/dovecot-sieve/pkg-descr @@ -0,0 +1,9 @@ +From the Dovecot wiki on LDA (WWW: http://wiki.dovecot.org/LDA/Sieve) + +Sieve language support by a plugin for the deliver LDA + + * Mail filtering + * Mail forwarding + * Vacation auto-reply + +WWW: http://www.dovecot.org diff --git a/mail/dovecot-sieve/pkg-message b/mail/dovecot-sieve/pkg-message new file mode 100644 index 000000000000..da9ec298549b --- /dev/null +++ b/mail/dovecot-sieve/pkg-message @@ -0,0 +1,16 @@ +--------------------------------------------------------------------- + + This port assumes you are known with Dovecot and have it installed + and running on the system you have installed this plugin on. + + You can enable the plugin with this directive in your dovecot.conf: + + protocol lda { + mail_plugins = cmusieve + } + + Further information on configuration can be found at: + + http://wiki.dovecot.org/ + +--------------------------------------------------------------------- diff --git a/mail/dovecot-sieve/pkg-plist b/mail/dovecot-sieve/pkg-plist new file mode 100644 index 000000000000..53e07f5b0643 --- /dev/null +++ b/mail/dovecot-sieve/pkg-plist @@ -0,0 +1,10 @@ +@comment $FreeBSD$ +lib/dovecot/lda/lib90_cmusieve_plugin.a +lib/dovecot/lda/lib90_cmusieve_plugin.la +lib/dovecot/lda/lib90_cmusieve_plugin.so +libdata/ldconfig/dovecot-sieve +libexec/dovecot/sievec +libexec/dovecot/sieved +@dirrm libexec/dovecot +@dirrm lib/dovecot/lda +@dirrm lib/dovecot |