mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
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>
This commit is contained in:
parent
f51a31fc3b
commit
35006c4895
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23578
35
dns/doc/Makefile
Normal file
35
dns/doc/Makefile
Normal file
@ -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>
|
1
dns/doc/distinfo
Normal file
1
dns/doc/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (doc-2.1.4.tar.gz) = 087695e712f3420bea68b4d9f54add9a
|
11
dns/doc/files/patch-aa
Normal file
11
dns/doc/files/patch-aa
Normal file
@ -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?
|
1
dns/doc/pkg-comment
Normal file
1
dns/doc/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Diagnose unhealthy DNS domains
|
7
dns/doc/pkg-descr
Normal file
7
dns/doc/pkg-descr
Normal file
@ -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.
|
7
dns/doc/pkg-plist
Normal file
7
dns/doc/pkg-plist
Normal file
@ -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
|
35
net/doc/Makefile
Normal file
35
net/doc/Makefile
Normal file
@ -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>
|
1
net/doc/distinfo
Normal file
1
net/doc/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (doc-2.1.4.tar.gz) = 087695e712f3420bea68b4d9f54add9a
|
11
net/doc/files/patch-aa
Normal file
11
net/doc/files/patch-aa
Normal file
@ -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?
|
1
net/doc/pkg-comment
Normal file
1
net/doc/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Diagnose unhealthy DNS domains
|
7
net/doc/pkg-descr
Normal file
7
net/doc/pkg-descr
Normal file
@ -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.
|
7
net/doc/pkg-plist
Normal file
7
net/doc/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user