From owner-cvs-all@FreeBSD.ORG Fri Aug 29 17:45:27 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFE9516A4BF; Fri, 29 Aug 2003 17:45:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6212443FE1; Fri, 29 Aug 2003 17:45:27 -0700 (PDT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7U0jR0U075272; Fri, 29 Aug 2003 17:45:27 -0700 (PDT) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7U0jR7t075271; Fri, 29 Aug 2003 17:45:27 -0700 (PDT) Message-Id: <200308300045.h7U0jR7t075271@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 29 Aug 2003 17:45:27 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/dns Makefile ports/dns/rbldnsd Makefile distinfo pkg-descr pkg-plist ports/dns/rbldnsd/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Aug 2003 00:45:28 -0000 edwin 2003/08/29 17:45:27 PDT FreeBSD ports repository Modified files: dns Makefile Added files: dns/rbldnsd Makefile distinfo pkg-descr pkg-plist dns/rbldnsd/files patch-aa Log: New port: net/rbldnsd - small fast DNS server for DNSBL zones A very small and fast DNS server made especially for DNSBL zones. Inspired by Dan J Bernstein's rbldns from djbdns, but entirely original (and faster and more featureful). PR: ports/53274 Submitted by: Paul Chvostek Revision Changes Path 1.2 +1 -0 ports/dns/Makefile 1.1 +36 -0 ports/dns/rbldnsd/Makefile (new) 1.1 +2 -0 ports/dns/rbldnsd/distinfo (new) 1.1 +38 -0 ports/dns/rbldnsd/files/patch-aa (new) 1.1 +11 -0 ports/dns/rbldnsd/pkg-descr (new) 1.1 +6 -0 ports/dns/rbldnsd/pkg-plist (new)