Add sleuth 1.2, a tool for checking DNS zones.
This commit is contained in:
parent
07290919ca
commit
670c3475e9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44024
30
dns/sleuth/Makefile
Normal file
30
dns/sleuth/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# New ports collection makefile for: sleuth
|
||||
# Date created: Jun 15, 2001
|
||||
# Whom: Mark Pulford <mark@kyne.com.au>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= sleuth
|
||||
PORTVERSION= 1.2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://atrey.karlin.mff.cuni.cz/pub/local/mj/net/
|
||||
|
||||
MAINTAINER= markp@FreeBSD.org
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS
|
||||
|
||||
USE_PERL5= yes
|
||||
|
||||
post-patch:
|
||||
${PERL} -pi -e "s|/etc/sleuth.conf|${PREFIX}/etc/sleuth.conf|g; \
|
||||
s|#!/usr/bin/perl|#!${PERL}|g;" ${WRKSRC}/sleuth
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/sleuth ${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/sleuth.conf ${PREFIX}/etc/sleuth.conf.sample
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
1
dns/sleuth/distinfo
Normal file
1
dns/sleuth/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (sleuth-1.2.tar.gz) = c22522576ce3883ec3cfb9b0107b3f3a
|
1
dns/sleuth/pkg-comment
Normal file
1
dns/sleuth/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A tool for checking DNS zones
|
2
dns/sleuth/pkg-descr
Normal file
2
dns/sleuth/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
Sleuth is a tool designed to check DNS zones for common errors and
|
||||
also for processing of secondary name service requests.
|
2
dns/sleuth/pkg-message
Normal file
2
dns/sleuth/pkg-message
Normal file
@ -0,0 +1,2 @@
|
||||
Before you can run "sleuth" you will need to copy
|
||||
etc/sleuth.conf.sample to etc/sleuth.conf
|
2
dns/sleuth/pkg-plist
Normal file
2
dns/sleuth/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
bin/sleuth
|
||||
etc/sleuth.conf.sample
|
@ -335,6 +335,7 @@
|
||||
SUBDIR += sendip
|
||||
SUBDIR += sharity-light
|
||||
SUBDIR += sing
|
||||
SUBDIR += sleuth
|
||||
SUBDIR += slirp
|
||||
SUBDIR += smbfs
|
||||
SUBDIR += smbtcpdump
|
||||
|
30
net/sleuth/Makefile
Normal file
30
net/sleuth/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# New ports collection makefile for: sleuth
|
||||
# Date created: Jun 15, 2001
|
||||
# Whom: Mark Pulford <mark@kyne.com.au>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= sleuth
|
||||
PORTVERSION= 1.2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://atrey.karlin.mff.cuni.cz/pub/local/mj/net/
|
||||
|
||||
MAINTAINER= markp@FreeBSD.org
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS
|
||||
|
||||
USE_PERL5= yes
|
||||
|
||||
post-patch:
|
||||
${PERL} -pi -e "s|/etc/sleuth.conf|${PREFIX}/etc/sleuth.conf|g; \
|
||||
s|#!/usr/bin/perl|#!${PERL}|g;" ${WRKSRC}/sleuth
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/sleuth ${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/sleuth.conf ${PREFIX}/etc/sleuth.conf.sample
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/sleuth/distinfo
Normal file
1
net/sleuth/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (sleuth-1.2.tar.gz) = c22522576ce3883ec3cfb9b0107b3f3a
|
1
net/sleuth/pkg-comment
Normal file
1
net/sleuth/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A tool for checking DNS zones
|
2
net/sleuth/pkg-descr
Normal file
2
net/sleuth/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
Sleuth is a tool designed to check DNS zones for common errors and
|
||||
also for processing of secondary name service requests.
|
2
net/sleuth/pkg-message
Normal file
2
net/sleuth/pkg-message
Normal file
@ -0,0 +1,2 @@
|
||||
Before you can run "sleuth" you will need to copy
|
||||
etc/sleuth.conf.sample to etc/sleuth.conf
|
2
net/sleuth/pkg-plist
Normal file
2
net/sleuth/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
bin/sleuth
|
||||
etc/sleuth.conf.sample
|
Loading…
Reference in New Issue
Block a user