diff --git a/nsd/DESCR b/nsd/DESCR new file mode 100644 index 0000000000..93ae80aa06 --- /dev/null +++ b/nsd/DESCR @@ -0,0 +1,2 @@ +NSD is an authoritative only, high performance, simple and open source +name server. diff --git a/nsd/Makefile b/nsd/Makefile new file mode 100644 index 0000000000..747f7cef71 --- /dev/null +++ b/nsd/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/04/03 20:04:39 poppnk Exp $ +# + +DISTNAME= nsd-2.0.2 +CATEGORIES= wip +MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ + +MAINTAINER= pancake@phreaker.net +HOMEPAGE= http://www.nlnetlabs.nl/nsd/ +COMMENT= Name Server Daemon + +USE_BUILDLINK2= yes +USE_PKGLOCALEDIR= yes +GNU_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/nsd/PLIST b/nsd/PLIST new file mode 100644 index 0000000000..49f260433c --- /dev/null +++ b/nsd/PLIST @@ -0,0 +1,12 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/03 20:04:39 poppnk Exp $ +etc/nsd/nsd.zones.sample +etc/nsd/nsdc.conf.sample +man/man8/nsd-notify.8 +man/man8/nsd.8 +man/man8/nsdc.8 +man/man8/zonec.8 +sbin/nsd +sbin/nsd-notify +sbin/nsdc +sbin/zonec +@dirrm etc/nsd diff --git a/nsd/TODO b/nsd/TODO new file mode 100644 index 0000000000..c9b219c74e --- /dev/null +++ b/nsd/TODO @@ -0,0 +1 @@ +add rcd script diff --git a/nsd/distinfo b/nsd/distinfo new file mode 100644 index 0000000000..76a5f77713 --- /dev/null +++ b/nsd/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/04/03 20:04:39 poppnk Exp $ + +SHA1 (nsd-2.0.2.tar.gz) = 14f2de29a85641dd65482575bb83027845690c8a +Size (nsd-2.0.2.tar.gz) = 209062 bytes