head	1.9;
access;
symbols
	pkgsrc-2017Q2:1.7.0.4
	pkgsrc-2017Q2-base:1.7
	pkgsrc-2017Q1:1.7.0.2
	pkgsrc-2017Q1-base:1.7
	pkgsrc-2016Q4:1.6.0.4
	pkgsrc-2016Q4-base:1.6
	pkgsrc-2016Q3:1.6.0.2
	pkgsrc-2016Q3-base:1.6
	pkgsrc-2016Q2:1.5.0.4
	pkgsrc-2016Q2-base:1.5
	pkgsrc-2016Q1:1.5.0.2
	pkgsrc-2016Q1-base:1.5
	pkgsrc-2015Q4:1.3.0.4
	pkgsrc-2015Q4-base:1.3
	pkgsrc-2015Q3:1.3.0.2
	pkgsrc-2015Q3-base:1.3
	pkgsrc-2015Q2:1.2.0.4
	pkgsrc-2015Q2-base:1.2
	pkgsrc-2015Q1:1.2.0.2
	pkgsrc-2015Q1-base:1.2
	pkgsrc-2014Q4:1.1.0.2
	pkgsrc-2014Q4-base:1.1;
locks; strict;
comment	@# @;


1.9
date	2017.09.03.16.43.36;	author wiz;	state dead;
branches;
next	1.8;
commitid	xt89R8rZ0Q4URL5A;

1.8
date	2017.08.01.17.40.13;	author wiz;	state Exp;
branches;
next	1.7;
commitid	VwwSOHftA5Q2fx1A;

1.7
date	2017.01.19.18.52.15;	author agc;	state Exp;
branches;
next	1.6;
commitid	ufZDMu4cgHZdRBCz;

1.6
date	2016.09.19.13.04.23;	author wiz;	state Exp;
branches;
next	1.5;
commitid	98KhYczgOTf8STmz;

1.5
date	2016.03.05.11.28.47;	author jperkin;	state Exp;
branches;
next	1.4;
commitid	1LoxeQftu903HrXy;

1.4
date	2016.02.25.15.00.50;	author jperkin;	state Exp;
branches;
next	1.3;
commitid	LaO6xq0t94JAajWy;

1.3
date	2015.08.23.14.30.38;	author wiz;	state Exp;
branches;
next	1.2;
commitid	z69rudj4sznWYoyy;

1.2
date	2015.01.14.21.45.13;	author wiz;	state Exp;
branches;
next	1.1;
commitid	t6k0y9ylqwlwu26y;

1.1
date	2014.11.19.03.37.14;	author schmonz;	state Exp;
branches;
next	;
commitid	r0XSCo3VWMnngKYx;


desc
@@


1.9
log
@Remove dovecot2-antispam-plugin. Deprecated by upstream.

Use sieve now, see https://wiki2.dovecot.org/HowTo/AntispamWithSieve

Ok schmonz@@
@
text
@# $NetBSD: Makefile,v 1.8 2017/08/01 17:40:13 wiz Exp $

DISTNAME=		dovecot-antispam-plugin-20130429
PKGREVISION=		4
CATEGORIES=		mail
MASTER_SITES=		http://olgeni.olgeni.com/~olgeni/distfiles/
MASTER_SITES+=		http://distcache.FreeBSD.org/local-distfiles/olgeni/
EXTRACT_SUFX=		.tar.bz2

MAINTAINER=		schmonz@@NetBSD.org
#HOMEPAGE=		http://hg.dovecot.org/dovecot-antispam-plugin/
COMMENT=		Dovecot 2.x plugin for training antispam systems
LICENSE=		gnu-gpl-v2

WRKSRC=			${WRKDIR}/dovecot-antispam-plugin-5ebc6aae4d7c

USE_TOOLS+=		aclocal autoheader automake autoconf gmake gawk gsed
AUTOCONF_REQD=		2.54
GNU_CONFIGURE=		yes

OPSYSVARS+=		SUFX
SUFX.Darwin=		bundle
SUFX.*=			so

PLIST_SUBST+=		SUFX=${SUFX:Q}

pre-configure:
	cd ${WRKSRC} && aclocal -I m4 && autoheader && autoconf

.include "../../mail/dovecot2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
@


1.8
log
@Comment out some dead HOMEPAGEs.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.7 2017/01/19 18:52:15 agc Exp $
@


1.7
log
@Convert all occurrences (353 by my count) of

	MASTER_SITES= 	site1 \
			site2

style continuation lines to be simple repeated

	MASTER_SITES+= site1
	MASTER_SITES+= site2

lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2016/09/19 13:04:23 wiz Exp $
d11 1
a11 1
HOMEPAGE=		http://hg.dovecot.org/dovecot-antispam-plugin/
@


1.6
log
@Recursive PKGREVISION bump for gnutls shlib major bump.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2016/03/05 11:28:47 jperkin Exp $
d6 2
a7 2
MASTER_SITES=		http://olgeni.olgeni.com/~olgeni/distfiles/ \
			http://distcache.FreeBSD.org/local-distfiles/olgeni/
@


1.5
log
@Bump PKGREVISION for security/openssl ABI bump.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2016/02/25 15:00:50 jperkin Exp $
d4 1
a4 1
PKGREVISION=		3
@


1.4
log
@Use OPSYSVARS.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2015/08/23 14:30:38 wiz Exp $
d4 1
a4 1
PKGREVISION=		2
@


1.3
log
@Bump PKGREVISION for nettle shlib major bump.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2015/01/14 21:45:13 wiz Exp $
d21 3
a23 7
.include "../../mk/bsd.prefs.mk"

.if ${OPSYS} == "Darwin"
SUFX=			bundle
.else
SUFX=			so
.endif
@


1.2
log
@Bump PKGREVISION for ABI bump in dovecot2/Makefile.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2014/11/19 03:37:14 schmonz Exp $
d4 1
a4 1
PKGREVISION=		1
@


1.1
log
@Add dovecot2-antispam-plugin for training antispam systems by moving
messages into (or out of) a designated IMAP "spam" folder.

Consider the following scenario. Your mailbox is flooded with tons
of mail. They are delivered to the configured folders based on the
arbitrary spam system judgement. This judgement is not always correct
or not always what you would like it to be, however. This is where
this plugin comes into play.

All you have to do is move the mail into the correct folder. All
the rest in order to let the spam system know it made an error will
be done automatically by this plugin.
@
text
@d1 1
a1 1
# $NetBSD$
d4 1
@

