mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
spamdyke is a filter for monitoring and intercepting SMTP
connections between a remote host and a qmail server. Spam is blocked while the remote server (spammer) is still connected; no additional processing or storage is needed. In addition to all of its anti-spam filters, spamdyke also includes a number of features to enhance qmail. Best of all, using spamdyke does not require patching or recompiling qmail! PR: ports/119579 Submitted by: Peter Kieser <peter@kieser.ca> Approved by: garga (mentor)
This commit is contained in:
parent
9a6bc01ef3
commit
5772074174
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209574
@ -577,6 +577,7 @@
|
||||
SUBDIR += spambnc
|
||||
SUBDIR += spamcup
|
||||
SUBDIR += spamd
|
||||
SUBDIR += spamdyke
|
||||
SUBDIR += spamguard
|
||||
SUBDIR += spamilter
|
||||
SUBDIR += spamoracle
|
||||
|
58
mail/spamdyke/Makefile
Normal file
58
mail/spamdyke/Makefile
Normal file
@ -0,0 +1,58 @@
|
||||
# New ports collection makefile for: spamdyke
|
||||
# Date created: 11 January 2007
|
||||
# Whom: Peter Kieser <peter@kieser.ca>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= spamdyke
|
||||
PORTVERSION= 3.1.6
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.spamdyke.org/releases/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= peter@kieser.ca
|
||||
COMMENT= A filter for monitoring and intercepting SMTP connections on qmail
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/tcprules:${PORTSDIR}/sysutils/ucspi-tcp
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/tcprules:${PORTSDIR}/sysutils/ucspi-tcp
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/spamdyke
|
||||
|
||||
USE_QMAIL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
ALL_TARGET= spamdyke
|
||||
|
||||
PLIST_FILES= bin/spamdyke
|
||||
|
||||
OPTIONS= TLS "Enable TLS support" On
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITHOUT_TLS)
|
||||
CONFIGURE_ARGS+= --disable-tls
|
||||
.else
|
||||
CONFIGURE_ARGS+= --enable-tls
|
||||
.endif
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
PORTDOCS= Changelog.txt FAQ.html GNUGPL.txt INSTALL.txt \
|
||||
README.html README_ip_file_format.html \
|
||||
README_rdns_directory_format.html README_rdns_file_format.html \
|
||||
UPGRADING.txt
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
cd ${WRKDIR}/${DISTNAME}/documentation && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's#^CFLAGS :=.*#CFLAGS = ${CFLAGS}#' ${WRKSRC}/Makefile.in
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/spamdyke ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
mail/spamdyke/distinfo
Normal file
3
mail/spamdyke/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (spamdyke-3.1.6.tgz) = 5b065f2690f40da3ea765dc671da6dca
|
||||
SHA256 (spamdyke-3.1.6.tgz) = 3abafc8243819ecacc5b6edee0c5a663efa65762bef7e6f7efa44c8740e221a0
|
||||
SIZE (spamdyke-3.1.6.tgz) = 263910
|
12
mail/spamdyke/pkg-descr
Normal file
12
mail/spamdyke/pkg-descr
Normal file
@ -0,0 +1,12 @@
|
||||
spamdyke is a filter for monitoring and intercepting SMTP
|
||||
connections between a remote host and a qmail server. Spam
|
||||
is blocked while the remote server (spammer) is still
|
||||
connected; no additional processing or storage is needed.
|
||||
|
||||
In addition to all of its anti-spam filters, spamdyke also
|
||||
includes a number of features to enhance qmail.
|
||||
|
||||
Best of all, using spamdyke does not require patching or
|
||||
recompiling qmail!
|
||||
|
||||
WWW: http://www.spamdyke.org/
|
Loading…
Reference in New Issue
Block a user