aboutsummaryrefslogtreecommitdiff
path: root/mail/greylite
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 21:25:59 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 21:25:59 +0000
commit8003ba152f15aa82aaadd76fcd6b669cc0cc9981 (patch)
tree7842527232644d8f0fc76639a38e9596a910d381 /mail/greylite
parented087d4a054a21cc8ed53e4878392ce7aa857b54 (diff)
downloadports-8003ba152f15aa82aaadd76fcd6b669cc0cc9981.tar.gz
ports-8003ba152f15aa82aaadd76fcd6b669cc0cc9981.zip
Remove non staged ports without pending PR from ma*
Notes
Notes: svn path=/head/; revision=366959
Diffstat (limited to 'mail/greylite')
-rw-r--r--mail/greylite/Makefile62
-rw-r--r--mail/greylite/distinfo2
-rw-r--r--mail/greylite/pkg-descr14
-rw-r--r--mail/greylite/pkg-message5
4 files changed, 0 insertions, 83 deletions
diff --git a/mail/greylite/Makefile b/mail/greylite/Makefile
deleted file mode 100644
index bc476b120db6..000000000000
--- a/mail/greylite/Makefile
+++ /dev/null
@@ -1,62 +0,0 @@
-# Created by: Mij <mij@bitchx.it>
-# $FreeBSD$
-
-PORTNAME= greylite
-PORTVERSION= 2.3
-PORTREVISION= 4
-CATEGORIES= mail
-MASTER_SITES= http://mij.oltrelinux.com/net/greylite/releases/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Modified greylisting for qmail and for any other MDA
-
-RUN_DEPENDS= tcpserver:${PORTSDIR}/sysutils/ucspi-tcp
-
-USES= tar:bzip2
-USE_SQLITE= 3
-PLIST_FILES= bin/greylite \
- %%DNSBLENV%%bin/dnsblenv \
- %%UCSPI2SOCKET%%bin/ucspi2socket
-
-MAN8= greylite.8
-MANCOMPRESSED= yes
-
-OPTIONS_DEFINE= GEOIP DNSBLENV UCSPI2SOCKET
-OPTIONS_DEFAULT= GEOIP DNSBLENV UCSPI2SOCKET
-GEOIP_DESC= Support for GeoIP in suspicion rules
-DNSBLENV_DESC= Module for interfacing with DNS blacklists
-UCSPI2SOCKET_DESC= Module for using greylite as SMTP proxy
-
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-
-.if ${PORT_OPTIONS:MGEOIP}
-LIB_DEPENDS+= libGeoIP.so:${PORTSDIR}/net/GeoIP
-MAKE_ARGS+= WITH_GEOIP=yep
-.endif
-
-.if ${PORT_OPTIONS:MDNSBLENV}
-LIB_DEPENDS+= libcares.so:${PORTSDIR}/dns/c-ares
-MAKE_ARGS+= WITH_DNSBLENV=yep
-PLIST_SUB+= DNSBLENV=""
-.else
-PLIST_SUB+= DNSBLENV="@comment "
-.endif
-
-.if ${PORT_OPTIONS:MUCSPI2SOCKET}
-MAKE_ARGS+= WITH_UCSPI2SOCKET=yep
-PLIST_SUB+= UCSPI2SOCKET=""
-.else
-PLIST_SUB+= UCSPI2SOCKET="@comment "
-.endif
-
-post-patch:
- ${CP} ${WRKSRC}/Makefile.bsdmake ${WRKSRC}/Makefile
-
-do-build:
- ${MAKE} -C ${WRKSRC} ${MAKE_ARGS}
-
-post-install:
- @${CAT} pkg-message
-
-.include <bsd.port.post.mk>
diff --git a/mail/greylite/distinfo b/mail/greylite/distinfo
deleted file mode 100644
index 0af5a4ef2f09..000000000000
--- a/mail/greylite/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (greylite-2.3.tar.bz2) = db676e2511ff42ad9ba2201be55df10e89b19bbc225ce523fa218d4e542c16db
-SIZE (greylite-2.3.tar.bz2) = 20663
diff --git a/mail/greylite/pkg-descr b/mail/greylite/pkg-descr
deleted file mode 100644
index 258a650c7dce..000000000000
--- a/mail/greylite/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-Greylite is a SPAM filter with exceptional effectiveness and without false
-positives. It combines natively with qmail and works as a proxy for any SMTP
-server.
-
-It implements a modified greylisting algorithm that improves the filtering
-effectiveness and minimizes the delay drawbacks associated with the standard
-greylisting algorithm.
-
-It can be tuned to recognize suspicious clients and reject their attempts
-multiple times, reaching filtering rates of over 99% without false positives.
-
-Greylite is easy to setup and maintain, and it is small and fast.
-
-WWW: http://mij.oltrelinux.com/net/greylite/
diff --git a/mail/greylite/pkg-message b/mail/greylite/pkg-message
deleted file mode 100644
index 0d76c900a170..000000000000
--- a/mail/greylite/pkg-message
+++ /dev/null
@@ -1,5 +0,0 @@
-################################################################
-Greylite has been installed. Some steps are required for setting
-it up with qmail. greylite(8) has a synthesis and the website at
-http://mij.oltrelinux.com/net/greylite/ has more information.
-################################################################