mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
ports/net/nslint, "perform consistency checks on DNS files"
PR: 4941
This commit is contained in:
parent
2c87106473
commit
9fb8b0b4e6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=9524
16 changed files with 256 additions and 0 deletions
23
dns/nslint/Makefile
Normal file
23
dns/nslint/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# New ports collection makefile for: nslint
|
||||
# Version required: 2.0a2
|
||||
# Date created: 27 October 1997
|
||||
# Whom: dglo@ssec.wisc.edu
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= nslint-2.0a2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://ftp.ee.lbl.gov/
|
||||
EXTRACT_SUFX= .tar.Z
|
||||
|
||||
MAINTAINER= dglo@SSEC.WISC.EDU
|
||||
|
||||
# WRKSRC= ${WRKDIR}/nslint-2.0a2
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --quiet
|
||||
INSTALL_TARGET= install install-man
|
||||
MAN8= nslint.8
|
||||
|
||||
.include <bsd.port.mk>
|
1
dns/nslint/distinfo
Normal file
1
dns/nslint/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (nslint-2.0a2.tar.Z) = 12797559330359e243081020de0d372a
|
13
dns/nslint/files/patch-aa
Normal file
13
dns/nslint/files/patch-aa
Normal file
|
@ -0,0 +1,13 @@
|
|||
*** Makefile.in.orig Tue Jul 22 19:22:58 1997
|
||||
--- Makefile.in Mon Oct 27 09:13:15 1997
|
||||
***************
|
||||
*** 77,82 ****
|
||||
--- 77,84 ----
|
||||
|
||||
CLEANFILES = $(PROG) $(OBJ) $(GENSRC)
|
||||
|
||||
+ all: $(PROG)
|
||||
+
|
||||
$(PROG): $(OBJ)
|
||||
@rm -f $@
|
||||
$(CC) $(CFLAGS) -o $@ $(OBJ) $(LIBS)
|
21
dns/nslint/files/patch-ab
Normal file
21
dns/nslint/files/patch-ab
Normal file
|
@ -0,0 +1,21 @@
|
|||
*** nslint.c.orig Wed Sep 24 20:41:28 1997
|
||||
--- nslint.c Mon Oct 27 09:18:05 1997
|
||||
***************
|
||||
*** 127,134 ****
|
||||
|
||||
int debug;
|
||||
int errors;
|
||||
! char *bootfile = "/etc/named.boot";
|
||||
! char *conffile = "/etc/named.conf";
|
||||
char *nslintboot;
|
||||
char *nslintconf;
|
||||
char *prog;
|
||||
--- 127,134 ----
|
||||
|
||||
int debug;
|
||||
int errors;
|
||||
! char *bootfile = "/etc/namedb/named.boot";
|
||||
! char *conffile = "/etc/namedb/named.conf";
|
||||
char *nslintboot;
|
||||
char *nslintconf;
|
||||
char *prog;
|
53
dns/nslint/files/patch-ac
Normal file
53
dns/nslint/files/patch-ac
Normal file
|
@ -0,0 +1,53 @@
|
|||
*** nslint.8.orig Wed Sep 24 20:11:08 1997
|
||||
--- nslint.8 Mon Oct 27 09:54:44 1997
|
||||
***************
|
||||
*** 101,107 ****
|
||||
Specify an alternate
|
||||
.I named.boot
|
||||
file. The default is
|
||||
! .I /etc/named.boot
|
||||
(just like
|
||||
.IR named (8)).
|
||||
.TP
|
||||
--- 101,107 ----
|
||||
Specify an alternate
|
||||
.I named.boot
|
||||
file. The default is
|
||||
! .I /etc/namedb/named.boot
|
||||
(just like
|
||||
.IR named (8)).
|
||||
.TP
|
||||
***************
|
||||
*** 110,116 ****
|
||||
Specify an alternate
|
||||
.I named.conf
|
||||
file. The default is
|
||||
! .IR /etc/named.conf .
|
||||
.TP
|
||||
.B -B
|
||||
Specify an alternate
|
||||
--- 110,116 ----
|
||||
Specify an alternate
|
||||
.I named.conf
|
||||
file. The default is
|
||||
! .IR /etc/namedb/named.conf .
|
||||
.TP
|
||||
.B -B
|
||||
Specify an alternate
|
||||
***************
|
||||
*** 399,405 ****
|
||||
.na
|
||||
.nh
|
||||
.nf
|
||||
! /etc/named.boot - default named configuration file
|
||||
nslint.boot - default nslint configuration file
|
||||
.ad
|
||||
.hy
|
||||
--- 399,405 ----
|
||||
.na
|
||||
.nh
|
||||
.nf
|
||||
! /etc/namedb/named.boot - default named configuration file
|
||||
nslint.boot - default nslint configuration file
|
||||
.ad
|
||||
.hy
|
1
dns/nslint/pkg-comment
Normal file
1
dns/nslint/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
perform consistency checks on DNS files
|
14
dns/nslint/pkg-descr
Normal file
14
dns/nslint/pkg-descr
Normal file
|
@ -0,0 +1,14 @@
|
|||
@(#) $Header: README,v 1.8 97/07/23 00:56:06 leres Exp $ (LBL)
|
||||
|
||||
NSLINT 2.0
|
||||
Lawrence Berkeley National Laboratory
|
||||
Network Research Group
|
||||
nslint@ee.lbl.gov
|
||||
ftp://ftp.ee.lbl.gov/nslint.tar.Z
|
||||
|
||||
This directory contains source code for nslint, a lint program for dns
|
||||
files.
|
||||
|
||||
Please send bugs and comments to nslint@ee.lbl.gov.
|
||||
|
||||
- Craig Leres
|
2
dns/nslint/pkg-plist
Normal file
2
dns/nslint/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
bin/nslint
|
||||
man/man8/nslint.8.gz
|
23
net/nslint/Makefile
Normal file
23
net/nslint/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# New ports collection makefile for: nslint
|
||||
# Version required: 2.0a2
|
||||
# Date created: 27 October 1997
|
||||
# Whom: dglo@ssec.wisc.edu
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= nslint-2.0a2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://ftp.ee.lbl.gov/
|
||||
EXTRACT_SUFX= .tar.Z
|
||||
|
||||
MAINTAINER= dglo@SSEC.WISC.EDU
|
||||
|
||||
# WRKSRC= ${WRKDIR}/nslint-2.0a2
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --quiet
|
||||
INSTALL_TARGET= install install-man
|
||||
MAN8= nslint.8
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/nslint/distinfo
Normal file
1
net/nslint/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (nslint-2.0a2.tar.Z) = 12797559330359e243081020de0d372a
|
13
net/nslint/files/patch-aa
Normal file
13
net/nslint/files/patch-aa
Normal file
|
@ -0,0 +1,13 @@
|
|||
*** Makefile.in.orig Tue Jul 22 19:22:58 1997
|
||||
--- Makefile.in Mon Oct 27 09:13:15 1997
|
||||
***************
|
||||
*** 77,82 ****
|
||||
--- 77,84 ----
|
||||
|
||||
CLEANFILES = $(PROG) $(OBJ) $(GENSRC)
|
||||
|
||||
+ all: $(PROG)
|
||||
+
|
||||
$(PROG): $(OBJ)
|
||||
@rm -f $@
|
||||
$(CC) $(CFLAGS) -o $@ $(OBJ) $(LIBS)
|
21
net/nslint/files/patch-ab
Normal file
21
net/nslint/files/patch-ab
Normal file
|
@ -0,0 +1,21 @@
|
|||
*** nslint.c.orig Wed Sep 24 20:41:28 1997
|
||||
--- nslint.c Mon Oct 27 09:18:05 1997
|
||||
***************
|
||||
*** 127,134 ****
|
||||
|
||||
int debug;
|
||||
int errors;
|
||||
! char *bootfile = "/etc/named.boot";
|
||||
! char *conffile = "/etc/named.conf";
|
||||
char *nslintboot;
|
||||
char *nslintconf;
|
||||
char *prog;
|
||||
--- 127,134 ----
|
||||
|
||||
int debug;
|
||||
int errors;
|
||||
! char *bootfile = "/etc/namedb/named.boot";
|
||||
! char *conffile = "/etc/namedb/named.conf";
|
||||
char *nslintboot;
|
||||
char *nslintconf;
|
||||
char *prog;
|
53
net/nslint/files/patch-ac
Normal file
53
net/nslint/files/patch-ac
Normal file
|
@ -0,0 +1,53 @@
|
|||
*** nslint.8.orig Wed Sep 24 20:11:08 1997
|
||||
--- nslint.8 Mon Oct 27 09:54:44 1997
|
||||
***************
|
||||
*** 101,107 ****
|
||||
Specify an alternate
|
||||
.I named.boot
|
||||
file. The default is
|
||||
! .I /etc/named.boot
|
||||
(just like
|
||||
.IR named (8)).
|
||||
.TP
|
||||
--- 101,107 ----
|
||||
Specify an alternate
|
||||
.I named.boot
|
||||
file. The default is
|
||||
! .I /etc/namedb/named.boot
|
||||
(just like
|
||||
.IR named (8)).
|
||||
.TP
|
||||
***************
|
||||
*** 110,116 ****
|
||||
Specify an alternate
|
||||
.I named.conf
|
||||
file. The default is
|
||||
! .IR /etc/named.conf .
|
||||
.TP
|
||||
.B -B
|
||||
Specify an alternate
|
||||
--- 110,116 ----
|
||||
Specify an alternate
|
||||
.I named.conf
|
||||
file. The default is
|
||||
! .IR /etc/namedb/named.conf .
|
||||
.TP
|
||||
.B -B
|
||||
Specify an alternate
|
||||
***************
|
||||
*** 399,405 ****
|
||||
.na
|
||||
.nh
|
||||
.nf
|
||||
! /etc/named.boot - default named configuration file
|
||||
nslint.boot - default nslint configuration file
|
||||
.ad
|
||||
.hy
|
||||
--- 399,405 ----
|
||||
.na
|
||||
.nh
|
||||
.nf
|
||||
! /etc/namedb/named.boot - default named configuration file
|
||||
nslint.boot - default nslint configuration file
|
||||
.ad
|
||||
.hy
|
1
net/nslint/pkg-comment
Normal file
1
net/nslint/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
perform consistency checks on DNS files
|
14
net/nslint/pkg-descr
Normal file
14
net/nslint/pkg-descr
Normal file
|
@ -0,0 +1,14 @@
|
|||
@(#) $Header: README,v 1.8 97/07/23 00:56:06 leres Exp $ (LBL)
|
||||
|
||||
NSLINT 2.0
|
||||
Lawrence Berkeley National Laboratory
|
||||
Network Research Group
|
||||
nslint@ee.lbl.gov
|
||||
ftp://ftp.ee.lbl.gov/nslint.tar.Z
|
||||
|
||||
This directory contains source code for nslint, a lint program for dns
|
||||
files.
|
||||
|
||||
Please send bugs and comments to nslint@ee.lbl.gov.
|
||||
|
||||
- Craig Leres
|
2
net/nslint/pkg-plist
Normal file
2
net/nslint/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
bin/nslint
|
||||
man/man8/nslint.8.gz
|
Loading…
Add table
Reference in a new issue