Add a port of dnsdbck, utility that verifies consistency of DNS information
in an SQL database. WWW: http://www.gnu.org.ua/software/dnstools/dnsdbck.html
This commit is contained in:
parent
7b9116430d
commit
87033aa355
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393639
@ -33,6 +33,7 @@
|
||||
SUBDIR += dnscheck
|
||||
SUBDIR += dnscheckengine
|
||||
SUBDIR += dnscrypt-proxy
|
||||
SUBDIR += dnsdbck
|
||||
SUBDIR += dnsflood
|
||||
SUBDIR += dnshistory
|
||||
SUBDIR += dnsjava
|
||||
|
23
dns/dnsdbck/Makefile
Normal file
23
dns/dnsdbck/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dnsdbck
|
||||
PORTVERSION= 1.00
|
||||
CATEGORIES= dns perl5
|
||||
MASTER_SITES= ftp://download.gnu.org.ua/pub/release/dnstools/ \
|
||||
http://freebsd.nsu.ru/distfiles/
|
||||
|
||||
MAINTAINER= danfe@FreeBSD.org
|
||||
COMMENT= Verify consistency of DNS information in an SQL database
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
RUN_DEPENDS= p5-Net-CIDR>0:${PORTSDIR}/net-mgmt/p5-Net-CIDR \
|
||||
p5-Net-DNS>0:${PORTSDIR}/dns/p5-Net-DNS
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
PLIST_FILES= bin/dnsdbck man/man1/dnsdbck.1.gz
|
||||
|
||||
.include <bsd.port.mk>
|
2
dns/dnsdbck/distinfo
Normal file
2
dns/dnsdbck/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (dnsdbck-1.00.tar.gz) = be9369b44ae132e6c3ead9e387e84a6f8599ce8864cb9d051321e1b16b8c8ebd
|
||||
SIZE (dnsdbck-1.00.tar.gz) = 7813
|
6
dns/dnsdbck/pkg-descr
Normal file
6
dns/dnsdbck/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
dnsdbck verifies consistency of DNS information in an SQL database.
|
||||
|
||||
It is part of dnstools, a set of utilities for DNS management and related
|
||||
tasks.
|
||||
|
||||
WWW: http://www.gnu.org.ua/software/dnstools/dnsdbck.html
|
Loading…
Reference in New Issue
Block a user