Add nsd 1.0.1,
an authoratative only non-recursive high performance name server. PR: ports/42368 Submitted by: Alexis Yushin <alexis@forest.NLnetLabs.nl>
This commit is contained in:
parent
33fdc467a2
commit
dad75dcff4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65959
11 changed files with 81 additions and 0 deletions
21
dns/nsd/Makefile
Normal file
21
dns/nsd/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# New ports collection makefile for: nsd
|
||||
# Date created: 08 August 2002
|
||||
# Whom: alexis
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= nsd
|
||||
PORTVERSION= 1.0.1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/
|
||||
|
||||
MAINTAINER= nsd-info@nlnetlabs.nl
|
||||
|
||||
MAN8= nsd.8 zonec.8 nsdc.8
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/nsd.zones.sample \
|
||||
${PREFIX}/etc/nsd/nsd.zones.sample
|
||||
|
||||
.include <bsd.port.mk>
|
1
dns/nsd/distinfo
Normal file
1
dns/nsd/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (nsd-1.0.1.tar.gz) = 3569d4102ef6720d787e2b39539e0b3e
|
1
dns/nsd/pkg-comment
Normal file
1
dns/nsd/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
An authoratative only non-recursive high performance name server
|
11
dns/nsd/pkg-descr
Normal file
11
dns/nsd/pkg-descr
Normal file
|
@ -0,0 +1,11 @@
|
|||
This is NSD Name Server Daemon (NSD) version 1.0.1 beta
|
||||
|
||||
NSD is a complete implementation of an authoritative DNS nameserver.
|
||||
|
||||
For more information:
|
||||
|
||||
WWW: http://www.nlnetlabs.nl/nsd
|
||||
|
||||
The source code is available from:
|
||||
|
||||
WWW: http://www.nlnetlabs.nl/downloads/nsd
|
6
dns/nsd/pkg-plist
Normal file
6
dns/nsd/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
|||
sbin/nsd
|
||||
sbin/nsdc
|
||||
sbin/zonec
|
||||
sbin/nsd-notify
|
||||
etc/nsd/nsd.zones.sample
|
||||
@dirrm etc/nsd
|
|
@ -312,6 +312,7 @@
|
|||
SUBDIR += noip
|
||||
SUBDIR += ns
|
||||
SUBDIR += nsc
|
||||
SUBDIR += nsd
|
||||
SUBDIR += nslint
|
||||
SUBDIR += nsping
|
||||
SUBDIR += nstreams
|
||||
|
|
21
net/nsd/Makefile
Normal file
21
net/nsd/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# New ports collection makefile for: nsd
|
||||
# Date created: 08 August 2002
|
||||
# Whom: alexis
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= nsd
|
||||
PORTVERSION= 1.0.1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/
|
||||
|
||||
MAINTAINER= nsd-info@nlnetlabs.nl
|
||||
|
||||
MAN8= nsd.8 zonec.8 nsdc.8
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/nsd.zones.sample \
|
||||
${PREFIX}/etc/nsd/nsd.zones.sample
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/nsd/distinfo
Normal file
1
net/nsd/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (nsd-1.0.1.tar.gz) = 3569d4102ef6720d787e2b39539e0b3e
|
1
net/nsd/pkg-comment
Normal file
1
net/nsd/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
An authoratative only non-recursive high performance name server
|
11
net/nsd/pkg-descr
Normal file
11
net/nsd/pkg-descr
Normal file
|
@ -0,0 +1,11 @@
|
|||
This is NSD Name Server Daemon (NSD) version 1.0.1 beta
|
||||
|
||||
NSD is a complete implementation of an authoritative DNS nameserver.
|
||||
|
||||
For more information:
|
||||
|
||||
WWW: http://www.nlnetlabs.nl/nsd
|
||||
|
||||
The source code is available from:
|
||||
|
||||
WWW: http://www.nlnetlabs.nl/downloads/nsd
|
6
net/nsd/pkg-plist
Normal file
6
net/nsd/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
|||
sbin/nsd
|
||||
sbin/nsdc
|
||||
sbin/zonec
|
||||
sbin/nsd-notify
|
||||
etc/nsd/nsd.zones.sample
|
||||
@dirrm etc/nsd
|
Loading…
Reference in a new issue