summaryrefslogtreecommitdiff
path: root/net/nslint
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2001-06-07 11:53:04 +0000
committerrh <rh@pkgsrc.org>2001-06-07 11:53:04 +0000
commit16337da08c8b09078647e53f2f8e9c8dd8462e43 (patch)
treebd93cd84355e7da4cb3939ba604e23f7ff7496d1 /net/nslint
parent6c798d4602cd94b393a06b1b36ecd7853a13bb97 (diff)
downloadpkgsrc-16337da08c8b09078647e53f2f8e9c8dd8462e43.tar.gz
Initial import of nslint-2.0.2, a name server consistency checker for BIND
provided in PR 13134 by Stoned Elipot <Stoned.Elipot@script.jussieu.fr>
Diffstat (limited to 'net/nslint')
-rw-r--r--net/nslint/Makefile16
-rw-r--r--net/nslint/distinfo6
-rw-r--r--net/nslint/patches/patch-aa30
-rw-r--r--net/nslint/patches/patch-ab15
-rw-r--r--net/nslint/pkg/DESCR2
-rw-r--r--net/nslint/pkg/PLIST3
6 files changed, 72 insertions, 0 deletions
diff --git a/net/nslint/Makefile b/net/nslint/Makefile
new file mode 100644
index 00000000000..4c1fa805666
--- /dev/null
+++ b/net/nslint/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/06/07 11:53:04 rh Exp $
+#
+
+DISTNAME= nslint-2.0.2
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.ee.lbl.gov/
+
+MAINTAINER= seb@pbox.org
+HOMEPAGE= http://ee.lbl.gov/ftp.html
+COMMENT= Perform consistency checks on DNS zone files
+
+GNU_CONFIGURE= YES
+ALL_TARGET= nslint
+INSTALL_TARGET= install install-man
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/nslint/distinfo b/net/nslint/distinfo
new file mode 100644
index 00000000000..7be333a8d45
--- /dev/null
+++ b/net/nslint/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2001/06/07 11:53:04 rh Exp $
+
+SHA1 (nslint-2.0.2.tar.gz) = 2dff2a10ed28140fb3aa2fcdb36889fcdd498d2f
+Size (nslint-2.0.2.tar.gz) = 59421 bytes
+SHA1 (patch-aa) = 782710a802e00a7e0beb5040ca6b7af53c816aa1
+SHA1 (patch-ab) = 9ca50cc941e4122a5477cd61e132f9351699e8af
diff --git a/net/nslint/patches/patch-aa b/net/nslint/patches/patch-aa
new file mode 100644
index 00000000000..2712d323bee
--- /dev/null
+++ b/net/nslint/patches/patch-aa
@@ -0,0 +1,30 @@
+$NetBSD: patch-aa,v 1.1.1.1 2001/06/07 11:53:04 rh Exp $
+
+--- nslint.8.orig Wed Mar 21 02:49:00 2001
++++ nslint.8
+@@ -101,14 +101,14 @@
+ Specify an alternate
+ .I named.boot
+ file. The default is
+-.IR /etc/named.boot .
++.IR /etc/namedb/named.boot .
+ .TP
+ .TP
+ .B -c
+ Specify an alternate
+ .I named.conf
+ file. The default is
+-.IR /etc/named.conf .
++.IR /etc/namedb/named.conf .
+ .TP
+ .B -B
+ Specify an alternate
+@@ -422,7 +422,7 @@
+ .na
+ .nh
+ .nf
+-/etc/named.boot - default named configuration file
++/etc/namedb/named.boot - default named configuration file
+ nslint.boot - default nslint configuration file
+ .ad
+ .hy
diff --git a/net/nslint/patches/patch-ab b/net/nslint/patches/patch-ab
new file mode 100644
index 00000000000..836ffe89c4c
--- /dev/null
+++ b/net/nslint/patches/patch-ab
@@ -0,0 +1,15 @@
+$NetBSD: patch-ab,v 1.1.1.1 2001/06/07 11:53:04 rh Exp $
+
+--- nslint.c.orig Thu Feb 1 23:47:51 2001
++++ nslint.c
+@@ -127,8 +127,8 @@
+
+ int debug;
+ int errors;
+-char *bootfile = "/etc/named.boot";
+-char *conffile = "/etc/named.conf";
++char *bootfile = "/etc/namedb/named.boot";
++char *conffile = "/etc/namedb/named.conf";
+ char *nslintboot;
+ char *nslintconf;
+ char *prog;
diff --git a/net/nslint/pkg/DESCR b/net/nslint/pkg/DESCR
new file mode 100644
index 00000000000..3ee1ea335d9
--- /dev/null
+++ b/net/nslint/pkg/DESCR
@@ -0,0 +1,2 @@
+Nslint is a lint program for DNS zone files. It is produced by the
+Lawrence Berkeley National Laboratory, Network Research Group.
diff --git a/net/nslint/pkg/PLIST b/net/nslint/pkg/PLIST
new file mode 100644
index 00000000000..7b38f8c952d
--- /dev/null
+++ b/net/nslint/pkg/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/06/07 11:53:04 rh Exp $
+bin/nslint
+man/man8/nslint.8