diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2004-11-06 22:27:47 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2004-11-06 22:27:47 +0000 |
commit | 3145817647463df14e8ba1c029b1f94f65089635 (patch) | |
tree | 9d09b81e9d72d3a5a48377353a3ac7b074386a40 /dns | |
parent | 946f6ba0e4ec0e0f6e7aa13f2d41d4045827bab4 (diff) | |
download | ports-3145817647463df14e8ba1c029b1f94f65089635.tar.gz ports-3145817647463df14e8ba1c029b1f94f65089635.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/rbllookup/pkg-descr | 23 |
1 files changed, 9 insertions, 14 deletions
diff --git a/dns/rbllookup/pkg-descr b/dns/rbllookup/pkg-descr index 8bcab52928ea..62fcc6572317 100644 --- a/dns/rbllookup/pkg-descr +++ b/dns/rbllookup/pkg-descr @@ -1,17 +1,12 @@ +rbllookup is a small perl script which allow you to check given IP/host +name. -PRCS's purpose is similar to that of SCCS, RCS, and CVS, but (according -to its authors, at least), it is much simpler than any of those -systems. +In this version you have statically inserted RBL servers, but code is based +on GPL source, so you can easy add more/replace/delete RBL servers by +editing rbllookup.pl file. -The current release, version 1.0, and future releases of PRCS can be -found at ftp://XCF.Berkeley.EDU/pub/prcs. HTML documentation and -recent developments are available online at +Also, author looking for support from programmers for ideas, codefix, new +features, switch to c/c++, gui version? -WWW: http://www.XCF.Berkeley.EDU/~jmacd/prcs.html - -PRCS is released under the GNU public license, see the file COPYING -for details. - -Bug reports can be addressed to the following address: - - prcs-bugs@XCF.Berkeley.EDU +Author: Marcin Gondek <drixter@e-utp.net> +WWW: http://rbllookup.sourceforge.net |