automated domain testing tool
This commit is contained in:
parent
d6eb55f30d
commit
6160fa683a
30
net/doc/Makefile
Normal file
30
net/doc/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/07/25 08:40:57 jakob Exp $
|
||||
|
||||
COMMENT= automated domain testing tool
|
||||
|
||||
DISTNAME= doc-2.2.2
|
||||
CATEGORIES= net
|
||||
NEED_VERSION= 1.413
|
||||
|
||||
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ftp://ftp.shub-internet.org/pub/shub/brad/dns/
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/sbin/bind9-enable::net/bind9
|
||||
|
||||
do-build:
|
||||
mv ${WRKSRC}/doc ${WRKSRC}/doc.dist
|
||||
sed "s,y0y0y0,${PREFIX}/libexec/doc/," ${WRKSRC}/doc.dist >${WRKSRC}/doc
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/libexec/doc
|
||||
${INSTALL_DATA} ${WRKSRC}/*.awk ${PREFIX}/libexec/doc
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/doc ${PREFIX}/bin/doc
|
||||
${INSTALL_MAN} ${WRKSRC}/doc.8 ${PREFIX}/man/man8
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/doc/files/md5
Normal file
3
net/doc/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (doc-2.2.2.tar.gz) = 5f493905b0060f8fae2b82c5661750b8
|
||||
RMD160 (doc-2.2.2.tar.gz) = 51c3bec2ea58cf10eab4749f293310a519115621
|
||||
SHA1 (doc-2.2.2.tar.gz) = 30af59acd062b7c19cfe627e665b223897a869e8
|
13
net/doc/patches/patch-doc
Normal file
13
net/doc/patches/patch-doc
Normal file
@ -0,0 +1,13 @@
|
||||
$OpenBSD: patch-doc,v 1.1.1.1 2001/07/25 08:40:57 jakob Exp $
|
||||
|
||||
--- doc.orig Wed Jul 25 10:20:59 2001
|
||||
+++ doc Wed Jul 25 10:21:14 2001
|
||||
@@ -68,7 +68,7 @@ set tolower="tr 'A-Z' 'a-z'"
|
||||
## 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.2/
|
||||
+set auxd=y0y0y0
|
||||
|
||||
######## where are log files written?
|
||||
##
|
6
net/doc/pkg/DESCR
Normal file
6
net/doc/pkg/DESCR
Normal file
@ -0,0 +1,6 @@
|
||||
Doc is an initial implementation of an automated domain testing tool.
|
||||
We expect considerable design modification and implementation changes
|
||||
to be made as experience is gained through use in the Internet. At
|
||||
some point, we expect the design to stabilize and a production
|
||||
version, implemented in something other than the current UNIX-tool
|
||||
patchwork, to be released.
|
7
net/doc/pkg/PLIST
Normal file
7
net/doc/pkg/PLIST
Normal file
@ -0,0 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/07/25 08:40:57 jakob Exp $
|
||||
bin/doc
|
||||
libexec/doc/doc-1.awk
|
||||
libexec/doc/doc-3.awk
|
||||
libexec/doc/doc-4.awk
|
||||
man/man8/doc.8
|
||||
@dirrm libexec/doc
|
Loading…
Reference in New Issue
Block a user