summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-12-04 20:43:27 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-12-04 20:43:27 +0000
commit35006c4895b05e14410df1cb86aea47b80433251 (patch)
tree8ca589b29ada282acd411a53535216e95146741d /dns
parentUpdate to 1.0b-017 (diff)
Doc is an automated tool for verifying (to an extent) that a
domain is configured and functioning correctly. It makes no attempt to validate the data inside a domain, only the structure. PR: 15256 Submitted by: MIHIRA Yoshiro <sanpei@sanpei.org>
Notes
Notes: svn path=/head/; revision=23578
Diffstat (limited to 'dns')
-rw-r--r--dns/doc/Makefile35
-rw-r--r--dns/doc/distinfo1
-rw-r--r--dns/doc/files/patch-aa11
-rw-r--r--dns/doc/pkg-comment1
-rw-r--r--dns/doc/pkg-descr7
-rw-r--r--dns/doc/pkg-plist7
6 files changed, 62 insertions, 0 deletions
diff --git a/dns/doc/Makefile b/dns/doc/Makefile
new file mode 100644
index 000000000000..d94a90584d8d
--- /dev/null
+++ b/dns/doc/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: doc
+# Version required: 2.1.4
+# Date created: 28 November 1999
+# Whom: MIHIRA Yoshiro <sanpei@jp.FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+DISTNAME= doc-2.1.4
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.his.com/pub/brad/dns/
+
+MAINTAINER= sanpei@jp.FreeBSD.org
+
+AUX_DIR= lib/doc
+AUX_FILES= doc1.awk doc3.awk doc4.awk INFO RFC.XXXX
+
+MAN8= doc.8
+
+do-build:
+ @${MV} ${WRKSRC}/doc ${WRKSRC}/doc.org
+ @${SED} -e 's|$${PREFIX}|${PREFIX}|g' -e 's|$${AUX_DIR}|${AUX_DIR}|g' ${WRKSRC}/doc.org \
+ > ${WRKSRC}/doc
+
+do-install:
+ @${MKDIR} ${PREFIX}/${AUX_DIR}
+ @${INSTALL_SCRIPT} ${WRKSRC}/doc ${PREFIX}/bin/doc
+ @for file in ${AUX_FILES}; do \
+ ${INSTALL_DATA} ${WRKSRC}/$$file ${PREFIX}/${AUX_DIR}/ ; \
+ done
+.if !defined(NOPORTDOCS)
+ @${INSTALL_DATA} ${WRKSRC}/doc.8 ${PREFIX}/man/man8/doc.8
+.endif
+
+.include <bsd.port.mk>
diff --git a/dns/doc/distinfo b/dns/doc/distinfo
new file mode 100644
index 000000000000..b6fba0bdbdb7
--- /dev/null
+++ b/dns/doc/distinfo
@@ -0,0 +1 @@
+MD5 (doc-2.1.4.tar.gz) = 087695e712f3420bea68b4d9f54add9a
diff --git a/dns/doc/files/patch-aa b/dns/doc/files/patch-aa
new file mode 100644
index 000000000000..31078ecd0115
--- /dev/null
+++ b/dns/doc/files/patch-aa
@@ -0,0 +1,11 @@
+--- doc.org Sun Nov 28 17:21:08 1999
++++ doc Sun Nov 28 17:22:36 1999
+@@ -65,7 +65,7 @@
+ ## Note: Make *sure* you keep the trailing slash on the directory
+ ## name, otherwise doc won't work right.
+ ##
+-set auxd=/users/brad/bin/doc-2.1.4/
++set auxd=${PREFIX}/${AUX_DIR}/
+ #set auxd=""
+
+ ######## where are log files written?
diff --git a/dns/doc/pkg-comment b/dns/doc/pkg-comment
new file mode 100644
index 000000000000..2a73eddfc34b
--- /dev/null
+++ b/dns/doc/pkg-comment
@@ -0,0 +1 @@
+Diagnose unhealthy DNS domains
diff --git a/dns/doc/pkg-descr b/dns/doc/pkg-descr
new file mode 100644
index 000000000000..43f8e18308b0
--- /dev/null
+++ b/dns/doc/pkg-descr
@@ -0,0 +1,7 @@
+Doc is an automated tool for verifying (to an extent) that a
+domain is configured and functioning correctly. It makes no
+attempt to validate the data inside a domain, only the structure.
+The only required parameter is the valid domain name of an existing
+domain. Example:
+
+ doc isi.edu.
diff --git a/dns/doc/pkg-plist b/dns/doc/pkg-plist
new file mode 100644
index 000000000000..73e0c89e7af5
--- /dev/null
+++ b/dns/doc/pkg-plist
@@ -0,0 +1,7 @@
+bin/doc
+lib/doc/doc1.awk
+lib/doc/doc3.awk
+lib/doc/doc4.awk
+lib/doc/INFO
+lib/doc/RFC.XXXX
+@dirrm lib/doc