From owner-freebsd-ports Sat Dec 4 4:30:15 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4485B14D36 for ; Sat, 4 Dec 1999 04:30:11 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA67171; Sat, 4 Dec 1999 04:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from titanium.yy.ics.keio.ac.jp (titanium.yy.ics.keio.ac.jp [131.113.47.73]) by hub.freebsd.org (Postfix) with ESMTP id AD33B14BC2 for ; Sat, 4 Dec 1999 04:21:55 -0800 (PST) (envelope-from sanpei@sanpei.org) Received: from lavender.yy.cs.keio.ac.jp (u1033.seaple.icc.ne.jp [210.170.9.33]) by titanium.yy.ics.keio.ac.jp (8.9.3+3.2W/3.7W) with ESMTP id VAA19488; Sat, 4 Dec 1999 21:20:24 +0900 (JST) (envelope-from sanpei@sanpei.org) Received: (from sanpei@localhost) by lavender.yy.cs.keio.ac.jp (8.9.3/3.7W) id VAA05022; Sat, 4 Dec 1999 21:20:21 +0900 (JST) Message-Id: <199912041220.VAA05022@lavender.yy.cs.keio.ac.jp> Date: Sat, 4 Dec 1999 21:20:21 +0900 (JST) From: sanpei@sanpei.org Reply-To: sanpei@sanpei.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15256: new port: net/doc (diagnose unhealthy DNS domains) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15256 >Category: ports >Synopsis: new port: net/doc (diagnose unhealthy DNS domains) >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 4 04:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: MIHIRA Yoshiro >Release: FreeBSD 3.2-RELEASE i386 >Organization: Yokohama, Japan >Environment: >Description: Hi. I ported net/doc (diagnose unhealthy DNS domains) Thank you. >How-To-Repeat: >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: # # doc/Makefile # doc/files # doc/patches # doc/pkg # doc/files/md5 # doc/patches/patch-aa # doc/pkg/COMMENT # doc/pkg/DESCR # doc/pkg/PLIST # echo x - doc/Makefile sed 's/^X//' >doc/Makefile << 'END-of-doc/Makefile' X# New ports collection makefile for: doc X# Version required: 2.1.4 X# Date created: 28 November 1999 X# Whom: MIHIRA Yoshiro X# X# $FreeBSD$ X# X XDISTNAME= doc-2.1.4 XCATEGORIES= net XMASTER_SITES= ftp://ftp.his.com/pub/brad/dns/ X XMAINTAINER= sanpei@jp.FreeBSD.org X XAUX_DIR= lib/doc XAUX_FILES= doc1.awk doc3.awk doc4.awk INFO RFC.XXXX X XMAN8= doc.8 X Xdo-build: X @${MV} ${WRKSRC}/doc ${WRKSRC}/doc.org X @${SED} -e 's|$${PREFIX}|${PREFIX}|g' -e 's|$${AUX_DIR}|${AUX_DIR}|g' ${WRKSRC}/doc.org \ X > ${WRKSRC}/doc X Xdo-install: X @${MKDIR} ${PREFIX}/${AUX_DIR} X @${INSTALL_SCRIPT} ${WRKSRC}/doc ${PREFIX}/bin/doc X @for file in ${AUX_FILES}; do \ X ${INSTALL_DATA} ${WRKSRC}/$$file ${PREFIX}/${AUX_DIR}/ ; \ X done X.if !defined(NOPORTDOCS) X @${INSTALL_DATA} ${WRKSRC}/doc.8 ${PREFIX}/man/man8/doc.8 X.endif X X.include END-of-doc/Makefile echo c - doc/files mkdir -p doc/files > /dev/null 2>&1 echo c - doc/patches mkdir -p doc/patches > /dev/null 2>&1 echo c - doc/pkg mkdir -p doc/pkg > /dev/null 2>&1 echo x - doc/files/md5 sed 's/^X//' >doc/files/md5 << 'END-of-doc/files/md5' XMD5 (doc-2.1.4.tar.gz) = 087695e712f3420bea68b4d9f54add9a END-of-doc/files/md5 echo x - doc/patches/patch-aa sed 's/^X//' >doc/patches/patch-aa << 'END-of-doc/patches/patch-aa' X--- doc.org Sun Nov 28 17:21:08 1999 X+++ doc Sun Nov 28 17:22:36 1999 X@@ -65,7 +65,7 @@ X ## Note: Make *sure* you keep the trailing slash on the directory X ## name, otherwise doc won't work right. X ## X-set auxd=/users/brad/bin/doc-2.1.4/ X+set auxd=${PREFIX}/${AUX_DIR}/ X #set auxd="" X X ######## where are log files written? END-of-doc/patches/patch-aa echo x - doc/pkg/COMMENT sed 's/^X//' >doc/pkg/COMMENT << 'END-of-doc/pkg/COMMENT' Xdiagnose unhealthy DNS domains END-of-doc/pkg/COMMENT echo x - doc/pkg/DESCR sed 's/^X//' >doc/pkg/DESCR << 'END-of-doc/pkg/DESCR' XDoc is an automated tool for verifying (to an extent) that a Xdomain is configured and functioning correctly. It makes no Xattempt to validate the data inside a domain, only the structure. XThe only required parameter is the valid domain name of an existing Xdomain. Example: X X doc isi.edu. END-of-doc/pkg/DESCR echo x - doc/pkg/PLIST sed 's/^X//' >doc/pkg/PLIST << 'END-of-doc/pkg/PLIST' Xbin/doc Xlib/doc/doc1.awk Xlib/doc/doc3.awk Xlib/doc/doc4.awk Xlib/doc/INFO Xlib/doc/RFC.XXXX X@dirrm lib/doc END-of-doc/pkg/PLIST exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message