Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Dec 1998 10:59:16 +0200 (SAST)
From:      bradh@iafrica.com
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/9128: New Port: dlint
Message-ID:  <199812190859.KAA04479@tip.noc.iafrica.com>

next in thread | raw e-mail | index | archive | help

>Number:         9128
>Category:       ports
>Synopsis:       New Port: dlint
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 19 01:00:00 PST 1998
>Last-Modified:
>Originator:     Brad Hendrickse
>Organization:
UUNET Internet Africa
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

FreeBSD amnesia.rabies.org.za 3.0-CURRENT FreeBSD 3.0-CURRENT #5: Sun Dec  6 19:23:45 SAST 1998     bradh@amnesia.rabies.org.za:/usr/src/sys/compile/kernel.AMNESIA  i386

>Description:

This program 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).  Designed for Unix, dlint is written in Bourne Shell and Perl.

>How-To-Repeat:

N/A

>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	dlint
#	dlint/files
#	dlint/files/md5
#	dlint/pkg
#	dlint/pkg/PLIST
#	dlint/pkg/DESCR
#	dlint/pkg/COMMENT
#	dlint/Makefile
#	dlint/sendpr
#
echo c - dlint
mkdir -p dlint > /dev/null 2>&1
echo c - dlint/files
mkdir -p dlint/files > /dev/null 2>&1
echo x - dlint/files/md5
sed 's/^X//' >dlint/files/md5 << 'END-of-dlint/files/md5'
XMD5 (dlint1.3.2.tar.gz) = e59356922a28e5f4c537b9c1466b6071
END-of-dlint/files/md5
echo c - dlint/pkg
mkdir -p dlint/pkg > /dev/null 2>&1
echo x - dlint/pkg/PLIST
sed 's/^X//' >dlint/pkg/PLIST << 'END-of-dlint/pkg/PLIST'
Xbin/dlint
Xbin/digparse
END-of-dlint/pkg/PLIST
echo x - dlint/pkg/DESCR
sed 's/^X//' >dlint/pkg/DESCR << 'END-of-dlint/pkg/DESCR'
XThis program analyzes any DNS zone you specify, and reports any problems it
Xfinds by displaying errors and warnings.  Then it descends recursively to
Xexamine all zones below the given one (this can be disabled with a command-
Xline option).  Designed for Unix, dlint is written in Bourne Shell and Perl.
X
XHomePage: http://www.domtools.com/dns/
X
X--
Xbrad hendrickse
X(bradh@iafrica.com)
END-of-dlint/pkg/DESCR
echo x - dlint/pkg/COMMENT
sed 's/^X//' >dlint/pkg/COMMENT << 'END-of-dlint/pkg/COMMENT'
XA Domain Name Server Zone Verification Utility
END-of-dlint/pkg/COMMENT
echo x - dlint/Makefile
sed 's/^X//' >dlint/Makefile << 'END-of-dlint/Makefile'
X# New ports collection makefile for:   dlint
X# Version required:    1.3.2
X# Date created:                19 December 1998
X# Whom:                        Brad Hendrickse <bradh@iafrica.com>
X#
X# $Id$
X#
X
XDISTNAME=	dlint1.3.2
XPKGNAME=	dlint
XCATEGORIES=	net
XMASTER_SITES=	http://www.domtools.com/pub/
X
XMAINTAINER=	bradh@iafrica.com
X
XNO_BUILD=	true
X
XMAN1=		dlint.1
X
X.include <bsd.port.mk>
END-of-dlint/Makefile
echo x - dlint/sendpr
sed 's/^X//' >dlint/sendpr << 'END-of-dlint/sendpr'
XSEND-PR: -*- send-pr -*-
XSEND-PR: Lines starting with `SEND-PR' will be removed automatically, as
XSEND-PR: will all comments (text enclosed in `<' and `>').
XSEND-PR: 
XSEND-PR: Please consult the send-pr man page `send-pr(1)' or the Texinfo
XSEND-PR: manual if you are not sure how to fill out a problem report.
XSEND-PR:
XSEND-PR: Note that the Synopsis field is mandatory.  The Subject (for
XSEND-PR: the mail) will be made the same as Synopsis unless explicitly
XSEND-PR: changed.
XSEND-PR:
XSEND-PR: Choose from the following categories:
XSEND-PR:
XSEND-PR: bin   conf  docs  gnu   i386  kern  misc  ports sparc 
XSEND-PR:
XTo: FreeBSD-gnats-submit@freebsd.org
XSubject: New Port: dlint
XFrom: bradh@iafrica.com
XReply-To: bradh@iafrica.com
XX-send-pr-version: 3.2
X
X
X>Submitter-Id:   current-users
X>Originator:     Brad Hendrickse
X>Organization:   UUNET Internet Africa
X>Confidential:   no
X>Synopsis:       New Port: dlint
X>Severity:       non-critical
X>Priority:       low
X>Category:       ports
X>Release:        FreeBSD 3.0-CURRENT i386
X>Class:          change-request
X>Environment: 
X
XFreeBSD amnesia.rabies.org.za 3.0-CURRENT FreeBSD 3.0-CURRENT #5: Sun Dec  6 19:23:45 SAST 1998     bradh@amnesia.rabies.org.za:/usr/src/sys/compile/kernel.AMNESIA  i386
X
X>Description: 
X
XThis program analyzes any DNS zone you specify, and reports any problems it
Xfinds by displaying errors and warnings.  Then it descends recursively to
Xexamine all zones below the given one (this can be disabled with a command-
Xline option).  Designed for Unix, dlint is written in Bourne Shell and Perl.
X
X>How-To-Repeat: 
X
XN/A
X
X>Fix: 
X
END-of-dlint/sendpr
exit

>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812190859.KAA04479>