diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-01-30 04:52:12 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-01-30 04:52:12 +0000 |
commit | 1067e782c1e4738e067d4fe57351201bceeefae9 (patch) | |
tree | 221fd8616bdb085ad58174f3a8d2e9a1ee6142b2 /mail | |
parent | 1d6f97b75381e0961111c3a3b689311365b2703e (diff) | |
download | ports-1067e782c1e4738e067d4fe57351201bceeefae9.tar.gz ports-1067e782c1e4738e067d4fe57351201bceeefae9.zip |
Notes
Diffstat (limited to 'mail')
-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 |