Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Dec 1999 21:20:21 +0900 (JST)
From:      sanpei@sanpei.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/15256: new port: net/doc (diagnose unhealthy DNS domains)
Message-ID:  <199912041220.VAA05022@lavender.yy.cs.keio.ac.jp>

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

>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 <sanpei@jp.FreeBSD.org>
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 <bsd.port.mk>
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




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