View | Details | Raw Unified | Return to bug 54474
Collapse All | Expand All

(-)nsd-1.2.0/Makefile (-2 / +11 lines)
Lines 6-18 Link Here
6
#
6
#
7
7
8
PORTNAME=	nsd
8
PORTNAME=	nsd
9
PORTVERSION=	1.0.2
9
PORTVERSION=	1.2.0
10
PORTREVISION=	1
10
PORTREVISION=	1
11
CATEGORIES=	net
11
CATEGORIES=	net ipv6
12
MASTER_SITES=	http://www.nlnetlabs.nl/downloads/nsd/
12
MASTER_SITES=	http://www.nlnetlabs.nl/downloads/nsd/
13
13
14
MAINTAINER=	nsd-info@nlnetlabs.nl
14
MAINTAINER=	nsd-info@nlnetlabs.nl
15
COMMENT=	An authoratative only non-recursive high performance name server
15
COMMENT=	An authoratative only non-recursive high performance name server
16
17
GNU_CONFIGURE=	yes
18
CONFIGURE_ARGS+=--with-user=bind \
19
		--enable-ipv6 \
20
		--with-configdir=${PREFIX}/etc/nsd \
21
		--with-pidfile=/var/run/nsd.pid \
22
		--with-dbfile=/var/db/nsd.database \
23
		--with-namedxfer=/usr/libexec/named-xfer \
24
		--with-libwrap
16
25
17
MAN8=	nsd.8 zonec.8 nsdc.8
26
MAN8=	nsd.8 zonec.8 nsdc.8
18
27
(-)nsd-1.2.0/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (nsd-1.0.2.tar.gz) = 8c50f242ed4d71986fe8959f5db3be5d
1
MD5 (nsd-1.2.0.tar.gz) = cfeb32ec54e1acbf97bfa9a59dfadb2b
(-)nsd-1.2.0/pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
This is NSD Name Server Daemon (NSD) version 1.0.1 beta
1
This is NSD Name Server Daemon (NSD) version 1.2.0.
2
2
3
NSD is a complete implementation of an authoritative DNS nameserver.
3
NSD is a complete implementation of an authoritative DNS nameserver.
4
4
(-)nsd-1.2.0/pkg-plist (+1 lines)
Lines 3-6 Link Here
3
sbin/zonec
3
sbin/zonec
4
sbin/nsd-notify
4
sbin/nsd-notify
5
etc/nsd/nsd.zones.sample
5
etc/nsd/nsd.zones.sample
6
etc/nsd/nsdc.conf.sample
6
@dirrm etc/nsd
7
@dirrm etc/nsd

Return to bug 54474