diff options
author | pav <pav@FreeBSD.org> | 2005-11-26 04:54:32 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-11-26 04:54:32 +0800 |
commit | 7893e976228f5b418446dfb9edecc1e44edff76d (patch) | |
tree | 4944432a3dbb5408ad5963d05329fc2d0dcec5cd /net | |
parent | 412abbe0dc863cd8e3477b37eb08b910d04417b4 (diff) | |
download | freebsd-ports-graphics-7893e976228f5b418446dfb9edecc1e44edff76d.tar.gz freebsd-ports-graphics-7893e976228f5b418446dfb9edecc1e44edff76d.tar.zst freebsd-ports-graphics-7893e976228f5b418446dfb9edecc1e44edff76d.zip |
- Move net/doc to dns/doc, which is a more suitable category for it
Approved by: maintainer timeout (sanpei; 1 month)
Repocopy by: marcus
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/doc/Makefile | 44 | ||||
-rw-r--r-- | net/doc/distinfo | 2 | ||||
-rw-r--r-- | net/doc/files/patch-aa | 11 | ||||
-rw-r--r-- | net/doc/pkg-descr | 7 | ||||
-rw-r--r-- | net/doc/pkg-plist | 7 |
6 files changed, 0 insertions, 72 deletions
diff --git a/net/Makefile b/net/Makefile index f8057e3f6f8..8ecf70c4a04 100644 --- a/net/Makefile +++ b/net/Makefile @@ -112,7 +112,6 @@ SUBDIR += dictd SUBDIR += dictd-database SUBDIR += diradmin - SUBDIR += doc SUBDIR += dosdetector SUBDIR += dtcp SUBDIR += dtcpclient diff --git a/net/doc/Makefile b/net/doc/Makefile deleted file mode 100644 index 4ce136af29a..00000000000 --- a/net/doc/Makefile +++ /dev/null @@ -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> diff --git a/net/doc/distinfo b/net/doc/distinfo deleted file mode 100644 index 0a8f4408c00..00000000000 --- a/net/doc/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (doc-2.2.3.tar.bz2) = 04bf975619e2f6ebf6a6328d8702b743 -SIZE (doc-2.2.3.tar.bz2) = 23989 diff --git a/net/doc/files/patch-aa b/net/doc/files/patch-aa deleted file mode 100644 index 04e2371cb99..00000000000 --- a/net/doc/files/patch-aa +++ /dev/null @@ -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? - ## diff --git a/net/doc/pkg-descr b/net/doc/pkg-descr deleted file mode 100644 index 43f8e18308b..00000000000 --- a/net/doc/pkg-descr +++ /dev/null @@ -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. diff --git a/net/doc/pkg-plist b/net/doc/pkg-plist deleted file mode 100644 index 65ccff37236..00000000000 --- a/net/doc/pkg-plist +++ /dev/null @@ -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 |