diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-08-20 16:30:32 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-08-20 16:30:32 +0000 |
commit | fecd40a243b7859cf08877bbdef2c883b65d082e (patch) | |
tree | d3ae63abef702626e8d0f0d4067ea50bfbd458cf /mail/surblhost | |
parent | ffcac8dd6c31dfb1bf07b66debb19f53da121b9f (diff) | |
download | ports-fecd40a243b7859cf08877bbdef2c883b65d082e.tar.gz ports-fecd40a243b7859cf08877bbdef2c883b65d082e.zip |
Notes
Diffstat (limited to 'mail/surblhost')
-rw-r--r-- | mail/surblhost/Makefile | 21 | ||||
-rw-r--r-- | mail/surblhost/distinfo | 3 | ||||
-rw-r--r-- | mail/surblhost/pkg-descr | 11 |
3 files changed, 35 insertions, 0 deletions
diff --git a/mail/surblhost/Makefile b/mail/surblhost/Makefile new file mode 100644 index 000000000000..561077f932c7 --- /dev/null +++ b/mail/surblhost/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: surblhost +# Date created: 20 August 2006 +# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= surblhost +PORTVERSION= 0.5.10 +CATEGORIES= mail +MASTER_SITES= SF + +MAINTAINER= infofarmer@FreeBSD.org +COMMENT= Check if a hostname is blacklisted + +USE_BZIP2= yes +GNU_CONFIGURE= yes +PLIST_FILES= bin/${PORTNAME} +MAN1= ${PORTNAME}.1 + +.include <bsd.port.mk> diff --git a/mail/surblhost/distinfo b/mail/surblhost/distinfo new file mode 100644 index 000000000000..6c94a55fd0f4 --- /dev/null +++ b/mail/surblhost/distinfo @@ -0,0 +1,3 @@ +MD5 (surblhost-0.5.10.tar.bz2) = df997d840495a7d4273b0c489c06c2e9 +SHA256 (surblhost-0.5.10.tar.bz2) = 28edd4f2b19d35ac23b0fb3aeedf6bc25d128f753445be0dd69bcbe31671159c +SIZE (surblhost-0.5.10.tar.bz2) = 75593 diff --git a/mail/surblhost/pkg-descr b/mail/surblhost/pkg-descr new file mode 100644 index 000000000000..73e1a81208e9 --- /dev/null +++ b/mail/surblhost/pkg-descr @@ -0,0 +1,11 @@ +Surblhost is a small program to see if hostnames are listed in the Spam +URI Realtime Blocklists (SURBL). + +Hosts that are blacklisted means that global spam email have been reported +to contain links to these hosts. + +Many popular spam email filters use these lists to identify spam email, +but this program makes it possible to use the lists for any conceivable +purpose, such as filtering out bad hosts from URL redirection, and so on. + +WWW: http://surblhost.sourceforge.net/ |