1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

lint for DNS zones (Domain Name Server zone verification utility)

This commit is contained in:
David E. O'Brien 1998-12-23 17:57:50 +00:00
parent 0416cf4f66
commit fd6b63bd86
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15533
10 changed files with 106 additions and 0 deletions

34
dns/dlint/Makefile Normal file
View File

@ -0,0 +1,34 @@
# ex:ts=8
# Ports collection makefile for: dlint
# Version required: 1.3.2
# Date created: Wed Dec 23, 1998
# Whom: David O'Brien (obrien@NUXI.com)
#
# $Id: Makefile,v 1.2 1997/01/25 18:08:40 obrien Exp $
#
DISTNAME= dlint1.3.2
PKGNAME= dlint-1.3.2
CATEGORIES= net
MASTER_SITES= http://www.domtools.com/pub/
MAINTAINER= obrien@FreeBSD.org
NO_BUILD= yes
MAN8= dlint.8
do-configure:
@${MV} ${WRKSRC}/dlint ${WRKSRC}/dlint.orig
@${SED} -e 's:/usr/local/bin:${PREFIX}/sbin:g' \
${WRKSRC}/dlint.orig >${WRKSRC}/dlint
@${SED} -e 's:DLINT 1:DLINT 8:g' ${WRKSRC}/dlint.1 >${WRKSRC}/dlint.8
do-install:
cd ${WRKSRC} ; ${INSTALL_SCRIPT} dlint digparse ${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/dlint.8 ${PREFIX}/man/man8
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/dlint
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/dlint
.endif
.include <bsd.port.mk>

1
dns/dlint/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (dlint1.3.2.tar.gz) = e59356922a28e5f4c537b9c1466b6071

1
dns/dlint/pkg-comment Normal file
View File

@ -0,0 +1 @@
lint for DNS zones (Domain Name Server zone verification utility)

14
dns/dlint/pkg-descr Normal file
View File

@ -0,0 +1,14 @@
`dlint' is a Domain Name Server zone verification utility.
`dlint' analyzes any DNS zone you specify, and reports any problems it
finds by displaying errors and warnings. Then it descends recursively to
examine all zones below the given one (this can be disabled with a command-
line option).
You can run dlint on your own domains, or on somebody else's, because it uses
the standard DNS network protocol. Dlint is very useful since most nameservers
do no more than syntax-check your database files. Dlint's messages are very
informative and suggest ways to fix the problems, not just complain about them.
-- David
obrien@NUXI.com

3
dns/dlint/pkg-plist Normal file
View File

@ -0,0 +1,3 @@
sbin/dlint
sbin/digparse
share/doc/dlint/README

34
net/dlint/Makefile Normal file
View File

@ -0,0 +1,34 @@
# ex:ts=8
# Ports collection makefile for: dlint
# Version required: 1.3.2
# Date created: Wed Dec 23, 1998
# Whom: David O'Brien (obrien@NUXI.com)
#
# $Id: Makefile,v 1.2 1997/01/25 18:08:40 obrien Exp $
#
DISTNAME= dlint1.3.2
PKGNAME= dlint-1.3.2
CATEGORIES= net
MASTER_SITES= http://www.domtools.com/pub/
MAINTAINER= obrien@FreeBSD.org
NO_BUILD= yes
MAN8= dlint.8
do-configure:
@${MV} ${WRKSRC}/dlint ${WRKSRC}/dlint.orig
@${SED} -e 's:/usr/local/bin:${PREFIX}/sbin:g' \
${WRKSRC}/dlint.orig >${WRKSRC}/dlint
@${SED} -e 's:DLINT 1:DLINT 8:g' ${WRKSRC}/dlint.1 >${WRKSRC}/dlint.8
do-install:
cd ${WRKSRC} ; ${INSTALL_SCRIPT} dlint digparse ${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/dlint.8 ${PREFIX}/man/man8
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/dlint
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/dlint
.endif
.include <bsd.port.mk>

1
net/dlint/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (dlint1.3.2.tar.gz) = e59356922a28e5f4c537b9c1466b6071

1
net/dlint/pkg-comment Normal file
View File

@ -0,0 +1 @@
lint for DNS zones (Domain Name Server zone verification utility)

14
net/dlint/pkg-descr Normal file
View File

@ -0,0 +1,14 @@
`dlint' is a Domain Name Server zone verification utility.
`dlint' analyzes any DNS zone you specify, and reports any problems it
finds by displaying errors and warnings. Then it descends recursively to
examine all zones below the given one (this can be disabled with a command-
line option).
You can run dlint on your own domains, or on somebody else's, because it uses
the standard DNS network protocol. Dlint is very useful since most nameservers
do no more than syntax-check your database files. Dlint's messages are very
informative and suggest ways to fix the problems, not just complain about them.
-- David
obrien@NUXI.com

3
net/dlint/pkg-plist Normal file
View File

@ -0,0 +1,3 @@
sbin/dlint
sbin/digparse
share/doc/dlint/README