aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-11-25 20:54:32 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-11-25 20:54:32 +0000
commitbfbeed10c181f833ef24926ba39e0cc9d23138dd (patch)
treeb0a905aa752fa3a68cc7da9fdbf33f313eaf465d /net
parent31fac9bc492369ddbfe79dc635c9347630fbcbbd (diff)
downloadports-bfbeed10c181f833ef24926ba39e0cc9d23138dd.tar.gz
ports-bfbeed10c181f833ef24926ba39e0cc9d23138dd.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/doc/Makefile44
-rw-r--r--net/doc/distinfo2
-rw-r--r--net/doc/files/patch-aa11
-rw-r--r--net/doc/pkg-descr7
-rw-r--r--net/doc/pkg-plist7
6 files changed, 0 insertions, 72 deletions
diff --git a/net/Makefile b/net/Makefile
index f8057e3f6f82..8ecf70c4a049 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 4ce136af29ac..000000000000
--- 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 0a8f4408c00e..000000000000
--- 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 04e2371cb996..000000000000
--- 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 43f8e18308b0..000000000000
--- 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 65ccff37236d..000000000000
--- 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