diff options
| -rw-r--r-- | dns/nslint/Makefile | 23 | ||||
| -rw-r--r-- | dns/nslint/distinfo | 1 | ||||
| -rw-r--r-- | dns/nslint/files/patch-aa | 13 | ||||
| -rw-r--r-- | dns/nslint/files/patch-ab | 21 | ||||
| -rw-r--r-- | dns/nslint/files/patch-ac | 53 | ||||
| -rw-r--r-- | dns/nslint/pkg-comment | 1 | ||||
| -rw-r--r-- | dns/nslint/pkg-descr | 14 | ||||
| -rw-r--r-- | dns/nslint/pkg-plist | 2 | ||||
| -rw-r--r-- | net/nslint/Makefile | 23 | ||||
| -rw-r--r-- | net/nslint/distinfo | 1 | ||||
| -rw-r--r-- | net/nslint/files/patch-aa | 13 | ||||
| -rw-r--r-- | net/nslint/files/patch-ab | 21 | ||||
| -rw-r--r-- | net/nslint/files/patch-ac | 53 | ||||
| -rw-r--r-- | net/nslint/pkg-comment | 1 | ||||
| -rw-r--r-- | net/nslint/pkg-descr | 14 | ||||
| -rw-r--r-- | net/nslint/pkg-plist | 2 | 
16 files changed, 256 insertions, 0 deletions
diff --git a/dns/nslint/Makefile b/dns/nslint/Makefile new file mode 100644 index 000000000000..1c546925586f --- /dev/null +++ b/dns/nslint/Makefile @@ -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> diff --git a/dns/nslint/distinfo b/dns/nslint/distinfo new file mode 100644 index 000000000000..2eeeb4b68569 --- /dev/null +++ b/dns/nslint/distinfo @@ -0,0 +1 @@ +MD5 (nslint-2.0a2.tar.Z) = 12797559330359e243081020de0d372a diff --git a/dns/nslint/files/patch-aa b/dns/nslint/files/patch-aa new file mode 100644 index 000000000000..cbdbce18804c --- /dev/null +++ b/dns/nslint/files/patch-aa @@ -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) diff --git a/dns/nslint/files/patch-ab b/dns/nslint/files/patch-ab new file mode 100644 index 000000000000..9e2a3c8a87f9 --- /dev/null +++ b/dns/nslint/files/patch-ab @@ -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; diff --git a/dns/nslint/files/patch-ac b/dns/nslint/files/patch-ac new file mode 100644 index 000000000000..a28f234dbdc7 --- /dev/null +++ b/dns/nslint/files/patch-ac @@ -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 diff --git a/dns/nslint/pkg-comment b/dns/nslint/pkg-comment new file mode 100644 index 000000000000..387cd6f487d9 --- /dev/null +++ b/dns/nslint/pkg-comment @@ -0,0 +1 @@ +perform consistency checks on DNS files diff --git a/dns/nslint/pkg-descr b/dns/nslint/pkg-descr new file mode 100644 index 000000000000..ba720f21cc4b --- /dev/null +++ b/dns/nslint/pkg-descr @@ -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 diff --git a/dns/nslint/pkg-plist b/dns/nslint/pkg-plist new file mode 100644 index 000000000000..fdd52053f5eb --- /dev/null +++ b/dns/nslint/pkg-plist @@ -0,0 +1,2 @@ +bin/nslint +man/man8/nslint.8.gz diff --git a/net/nslint/Makefile b/net/nslint/Makefile new file mode 100644 index 000000000000..1c546925586f --- /dev/null +++ b/net/nslint/Makefile @@ -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> diff --git a/net/nslint/distinfo b/net/nslint/distinfo new file mode 100644 index 000000000000..2eeeb4b68569 --- /dev/null +++ b/net/nslint/distinfo @@ -0,0 +1 @@ +MD5 (nslint-2.0a2.tar.Z) = 12797559330359e243081020de0d372a diff --git a/net/nslint/files/patch-aa b/net/nslint/files/patch-aa new file mode 100644 index 000000000000..cbdbce18804c --- /dev/null +++ b/net/nslint/files/patch-aa @@ -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) diff --git a/net/nslint/files/patch-ab b/net/nslint/files/patch-ab new file mode 100644 index 000000000000..9e2a3c8a87f9 --- /dev/null +++ b/net/nslint/files/patch-ab @@ -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; diff --git a/net/nslint/files/patch-ac b/net/nslint/files/patch-ac new file mode 100644 index 000000000000..a28f234dbdc7 --- /dev/null +++ b/net/nslint/files/patch-ac @@ -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 diff --git a/net/nslint/pkg-comment b/net/nslint/pkg-comment new file mode 100644 index 000000000000..387cd6f487d9 --- /dev/null +++ b/net/nslint/pkg-comment @@ -0,0 +1 @@ +perform consistency checks on DNS files diff --git a/net/nslint/pkg-descr b/net/nslint/pkg-descr new file mode 100644 index 000000000000..ba720f21cc4b --- /dev/null +++ b/net/nslint/pkg-descr @@ -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 diff --git a/net/nslint/pkg-plist b/net/nslint/pkg-plist new file mode 100644 index 000000000000..fdd52053f5eb --- /dev/null +++ b/net/nslint/pkg-plist @@ -0,0 +1,2 @@ +bin/nslint +man/man8/nslint.8.gz  | 
