summaryrefslogtreecommitdiff
path: root/net/dlint
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-05 07:41:35 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-05 07:41:35 +0000
commite1906e85ed4521c96066ce130869615c304c2a7a (patch)
tree2168725e487d131fef0e49ba7dfdd230e3466624 /net/dlint
parentChase repocopies towards ports/dns (diff)
Massive repo-copies request: net->dns (partly devel->dns)
The category "dns" has been added, now is the time to move the dns-related ports to the new world. Is there anyone who is brave enough to complete this difficult job? ;) PR: ports/56020 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> Approved by: portmgr
Notes
Notes: svn path=/head/; revision=88582
Diffstat (limited to 'net/dlint')
-rw-r--r--net/dlint/Makefile34
-rw-r--r--net/dlint/distinfo1
-rw-r--r--net/dlint/pkg-descr16
-rw-r--r--net/dlint/pkg-plist4
4 files changed, 0 insertions, 55 deletions
diff --git a/net/dlint/Makefile b/net/dlint/Makefile
deleted file mode 100644
index 42d418ea920a..000000000000
--- a/net/dlint/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# ex:ts=8
-# Ports collection makefile for: dlint
-# Date created: Wed Dec 23, 1998
-# Whom: David O'Brien (obrien@NUXI.com)
-#
-# $FreeBSD$
-#
-
-PORTNAME= dlint
-PORTVERSION= 1.4.0
-CATEGORIES= net
-MASTER_SITES= http://www.domtools.com/pub/
-DISTNAME= dlint${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Lint for DNS zones (Domain Name Server zone verification utility)
-
-USE_REINPLACE= yes
-NO_BUILD= yes
-MAN8= dlint.8
-
-do-configure:
- @${REINPLACE_CMD} -e 's:/usr/local/bin:${PREFIX}/sbin:g' ${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} ${DOCSDIR}
- @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>
diff --git a/net/dlint/distinfo b/net/dlint/distinfo
deleted file mode 100644
index 4f8f3a069225..000000000000
--- a/net/dlint/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (dlint1.4.0.tar.gz) = 9fc692ab461af132a52a27a8dae1e07a
diff --git a/net/dlint/pkg-descr b/net/dlint/pkg-descr
deleted file mode 100644
index 203eae509157..000000000000
--- a/net/dlint/pkg-descr
+++ /dev/null
@@ -1,16 +0,0 @@
-`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
-
-WWW: http://www.domtools.com/dns/dlint.shtml
diff --git a/net/dlint/pkg-plist b/net/dlint/pkg-plist
deleted file mode 100644
index f26955f1bbec..000000000000
--- a/net/dlint/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-sbin/dlint
-sbin/digparse
-%%PORTDOCS%%share/doc/dlint/README
-%%PORTDOCS%%@dirrm share/doc/dlint