diff options
author | itojun <itojun@FreeBSD.org> | 1998-01-30 12:52:12 +0800 |
---|---|---|
committer | itojun <itojun@FreeBSD.org> | 1998-01-30 12:52:12 +0800 |
commit | 99fefc4fe7b3bb9030fa60947e20c0a2e01b82d2 (patch) | |
tree | ab5d91bce1e19467013358afac1a8e82792ca71f | |
parent | 31bc861ecc6ead37aba36b7e11eb695df0e92450 (diff) | |
download | freebsd-ports-gnome-99fefc4fe7b3bb9030fa60947e20c0a2e01b82d2.tar.gz freebsd-ports-gnome-99fefc4fe7b3bb9030fa60947e20c0a2e01b82d2.tar.zst freebsd-ports-gnome-99fefc4fe7b3bb9030fa60947e20c0a2e01b82d2.zip |
rblcheck, command-line interface to MAPS RBL spam filter database.
-rw-r--r-- | mail/rblcheck/Makefile | 29 | ||||
-rw-r--r-- | mail/rblcheck/distinfo | 1 | ||||
-rw-r--r-- | mail/rblcheck/pkg-comment | 1 | ||||
-rw-r--r-- | mail/rblcheck/pkg-descr | 17 | ||||
-rw-r--r-- | mail/rblcheck/pkg-plist | 7 |
5 files changed, 55 insertions, 0 deletions
diff --git a/mail/rblcheck/Makefile b/mail/rblcheck/Makefile new file mode 100644 index 000000000000..2e82427ee7aa --- /dev/null +++ b/mail/rblcheck/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: rblcheck +# Version required: 1.2 +# Date created: 28 January 1998 +# Whom: itojun@itojun.org +# +# $Id$ +# + +DISTNAME= rblcheck-1.2 +CATEGORIES= mail +MASTER_SITES= http://www.xnet.com/%7Eemarshal/rblcheck/ + +MAINTAINER= itojun@itojun.org + +NO_PATCH= yes +NO_CONFIGURE= yes +DOCS= BUGS CHANGES CREDITS INSTALL PLATFORMS TODO + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/rblcheck ${PREFIX}/bin +.if !defined(NOPORTDOCS) + dst=${PREFIX}/share/doc/rblcheck; \ + ${MKDIR} $$dst; \ + for i in ${DOCS}; do \ + ${INSTALL_DATA} ${WRKSRC}/docs/$$i $$dst; \ + done +.endif + +.include <bsd.port.mk> diff --git a/mail/rblcheck/distinfo b/mail/rblcheck/distinfo new file mode 100644 index 000000000000..8734dad7b8b9 --- /dev/null +++ b/mail/rblcheck/distinfo @@ -0,0 +1 @@ +MD5 (rblcheck-1.2.tar.gz) = c41492d2c4ad34ab1666c59f03c85568 diff --git a/mail/rblcheck/pkg-comment b/mail/rblcheck/pkg-comment new file mode 100644 index 000000000000..3b868720c23e --- /dev/null +++ b/mail/rblcheck/pkg-comment @@ -0,0 +1 @@ +Command-line interface to Paul Vixie's RBL filter diff --git a/mail/rblcheck/pkg-descr b/mail/rblcheck/pkg-descr new file mode 100644 index 000000000000..9932a8ee34ca --- /dev/null +++ b/mail/rblcheck/pkg-descr @@ -0,0 +1,17 @@ +This program is a very basic interface to Paul Vixie's RBL filter. The +basic idea of the filter is that when someone is blacklisted for an email +abuse, a new domain name is resolved in the form of +"a.b.c.d.rbl.maps.vix.com", where "a.b.c.d" is actually the IP address +"d.c.b.a". For example, if the IP address 127.0.0.2 were listed as a +blacklisted address, "2.0.0.127.rbl.maps.vix.com" would have a DNS entry +(this is a real example; that address is in place as a verification +mechanism). + +For more information about the RBL blacklist, please take a look at +http://maps.vix.com/rbl/ . For more information about BIND, drop by +http://www.isc.org/bind.html . The official home page for rblcheck is at +http://www.xnet.com/~emarshal/rblcheck/ . + +Any ideas, bugfixes, or porting notes should be sent to me at +"emarshal@logic.net". Don't bug the MAPS people about this; they didn't +write it, and probably woudn't like getting a bunch of mail about it. diff --git a/mail/rblcheck/pkg-plist b/mail/rblcheck/pkg-plist new file mode 100644 index 000000000000..b2fff8bafacb --- /dev/null +++ b/mail/rblcheck/pkg-plist @@ -0,0 +1,7 @@ +bin/rblcheck +share/doc/rblcheck/BUGS +share/doc/rblcheck/CHANGES +share/doc/rblcheck/CREDITS +share/doc/rblcheck/INSTALL +share/doc/rblcheck/PLATFORMS +share/doc/rblcheck/TODO |