1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Move net/doc to dns/doc, which is a more suitable category for it

Approved by:	maintainer timeout (sanpei; 1 month)
Repocopy by:	marcus
This commit is contained in:
Pav Lucistnik 2005-11-25 20:54:32 +00:00
parent 31fac9bc49
commit bfbeed10c1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149486
9 changed files with 3 additions and 73 deletions

1
MOVED
View File

@ -1982,3 +1982,4 @@ games/q3server-wfa|games/quake3-wfa|2005-11-22|Renamed
print/lcdf-typetools|print/typetools|2005-11-24|Port has already existed
x11/xscoop|x11-toolkits/xscoop|2005-11-24|Port readded in proper category
misc/compat22||2005-11-25|Forbidden, unfetchable, unneeded
net/doc|dns/doc|2005-11-25|Moved to a better category

View File

@ -32,6 +32,7 @@
SUBDIR += dnstracer
SUBDIR += dnsutl
SUBDIR += dnswalk
SUBDIR += doc
SUBDIR += domtools
SUBDIR += drill
SUBDIR += ez-ipupdate

View File

@ -7,7 +7,7 @@
PORTNAME= doc
PORTVERSION= 2.2.3
CATEGORIES= net
CATEGORIES= dns
MASTER_SITES= ftp://ftp.shub-internet.org/pub/shub/brad/dns/
MAINTAINER= sanpei@FreeBSD.org

View File

@ -112,7 +112,6 @@
SUBDIR += dictd
SUBDIR += dictd-database
SUBDIR += diradmin
SUBDIR += doc
SUBDIR += dosdetector
SUBDIR += dtcp
SUBDIR += dtcpclient

View File

@ -1,44 +0,0 @@
# New ports collection makefile for: doc
# Date created: 28 November 1999
# Whom: MIHIRA Yoshiro <sanpei@jp.FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= doc
PORTVERSION= 2.2.3
CATEGORIES= net
MASTER_SITES= ftp://ftp.shub-internet.org/pub/shub/brad/dns/
MAINTAINER= sanpei@FreeBSD.org
COMMENT= Diagnose unhealthy DNS domains
USE_BZIP2= yes
AUX_DIR= lib/doc
AUX_FILES= doc-1.awk doc-3.awk doc-4.awk INFO RFC.XXXX
MAN8= doc.8
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
IGNORE= requires DiG Version-9.x to run on 4.x
.endif
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.post.mk>

View File

@ -1,2 +0,0 @@
MD5 (doc-2.2.3.tar.bz2) = 04bf975619e2f6ebf6a6328d8702b743
SIZE (doc-2.2.3.tar.bz2) = 23989

View File

@ -1,11 +0,0 @@
--- doc.orig Wed Jul 25 19:24:50 2001
+++ doc Tue May 3 12:10:46 2005
@@ -106,7 +106,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.2.3/
+set auxd=${PREFIX}/${AUX_DIR}/
######## where are log files written?
##

View File

@ -1,7 +0,0 @@
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.

View File

@ -1,7 +0,0 @@
bin/doc
lib/doc/doc-1.awk
lib/doc/doc-3.awk
lib/doc/doc-4.awk
lib/doc/INFO
lib/doc/RFC.XXXX
@dirrm lib/doc