initial import of NSD
NSD is an authoritative only, high performance, simple and open source name server. TODO: add rcd script
This commit is contained in:
parent
b00e5f6a0f
commit
8e06b2db5c
5 changed files with 35 additions and 0 deletions
2
nsd/DESCR
Normal file
2
nsd/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
NSD is an authoritative only, high performance, simple and open source
|
||||
name server.
|
16
nsd/Makefile
Normal file
16
nsd/Makefile
Normal file
|
@ -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"
|
12
nsd/PLIST
Normal file
12
nsd/PLIST
Normal file
|
@ -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
|
1
nsd/TODO
Normal file
1
nsd/TODO
Normal file
|
@ -0,0 +1 @@
|
|||
add rcd script
|
4
nsd/distinfo
Normal file
4
nsd/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue