diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2004-11-06 22:25:28 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2004-11-06 22:25:28 +0000 |
commit | 946f6ba0e4ec0e0f6e7aa13f2d41d4045827bab4 (patch) | |
tree | a17482c30be4fe15246bc948705ffba11ddffad5 /dns | |
parent | Add am-utils, the Berkeley Automounter Package (yes, this is included in base, (diff) |
Add rbllookup:
rbllookup is a small perl script which allow you to check given IP/host
name.
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.
Also, author looking for support from programmers for ideas, codefix, new
features, switch to c/c++, gui version?
Author: Marcin Gondek <drixter@e-utp.net>
WWW: http://rbllookup.sourceforge.net
PR: ports/69160
Submitted by: Marcin Gondek <drixter@e-utp.net>
Notes
Notes:
svn path=/head/; revision=121002
Diffstat (limited to 'dns')
-rw-r--r-- | dns/Makefile | 1 | ||||
-rw-r--r-- | dns/rbllookup/Makefile | 33 | ||||
-rw-r--r-- | dns/rbllookup/distinfo | 2 | ||||
-rw-r--r-- | dns/rbllookup/pkg-descr | 17 |
4 files changed, 53 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile index 6cc4b37d64c2..e879206437a1 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -69,6 +69,7 @@ SUBDIR += py-adns SUBDIR += py-dns SUBDIR += rbldnsd + SUBDIR += rbllookup SUBDIR += sheerdns SUBDIR += skadns SUBDIR += sleuth diff --git a/dns/rbllookup/Makefile b/dns/rbllookup/Makefile new file mode 100644 index 000000000000..c366ec5d8ebd --- /dev/null +++ b/dns/rbllookup/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: rbllookup +# Date created: 2004-07-14 +# Whom: Marcin Gondek <drixter@e-utp.net> +# +# $FreeBSD$ +# + +PORTNAME= rbllookup +PORTVERSION= 0.0.1.1 +CATEGORIES= dns mail +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= drixter@e-utp.net +COMMENT= Check given IP/Host presence in 106 RBLs + +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ + ${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor + +NO_BUILD= yes +USE_PERL5= yes + +PLIST_FILES= bin/rbllookup +PORTDOCS= CHANGELOG INSTALL NOTES README TODO gpg.asc + +do-install: + ${INSTALL_SCRIPT} ${WRKDIR}/rbl.pl ${PREFIX}/bin/rbllookup +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + cd ${WRKDIR} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} +.endif + +.include <bsd.port.mk> diff --git a/dns/rbllookup/distinfo b/dns/rbllookup/distinfo new file mode 100644 index 000000000000..c2985257813d --- /dev/null +++ b/dns/rbllookup/distinfo @@ -0,0 +1,2 @@ +MD5 (rbllookup-0.0.1.1.tar.gz) = 9ddb17e0b16a4f58b51566c75133fa8f +SIZE (rbllokup-0.0.1.1) = 11106 diff --git a/dns/rbllookup/pkg-descr b/dns/rbllookup/pkg-descr new file mode 100644 index 000000000000..8bcab52928ea --- /dev/null +++ b/dns/rbllookup/pkg-descr @@ -0,0 +1,17 @@ + +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. + +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 + +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 |