svn commit: r393639 - in head/dns: . dnsdbck
Alexey Dokuchaev
danfe at FreeBSD.org
Thu Aug 6 08:27:43 UTC 2015
Author: danfe
Date: Thu Aug 6 08:27:41 2015
New Revision: 393639
URL: https://svnweb.freebsd.org/changeset/ports/393639
Log:
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
Added:
head/dns/dnsdbck/
head/dns/dnsdbck/Makefile (contents, props changed)
head/dns/dnsdbck/distinfo (contents, props changed)
head/dns/dnsdbck/pkg-descr (contents, props changed)
Modified:
head/dns/Makefile
Modified: head/dns/Makefile
==============================================================================
--- head/dns/Makefile Thu Aug 6 08:14:33 2015 (r393638)
+++ head/dns/Makefile Thu Aug 6 08:27:41 2015 (r393639)
@@ -33,6 +33,7 @@
SUBDIR += dnscheck
SUBDIR += dnscheckengine
SUBDIR += dnscrypt-proxy
+ SUBDIR += dnsdbck
SUBDIR += dnsflood
SUBDIR += dnshistory
SUBDIR += dnsjava
Added: head/dns/dnsdbck/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/dns/dnsdbck/Makefile Thu Aug 6 08:27:41 2015 (r393639)
@@ -0,0 +1,23 @@
+# Created by: Alexey Dokuchaev <danfe at 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 at 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>
Added: head/dns/dnsdbck/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/dns/dnsdbck/distinfo Thu Aug 6 08:27:41 2015 (r393639)
@@ -0,0 +1,2 @@
+SHA256 (dnsdbck-1.00.tar.gz) = be9369b44ae132e6c3ead9e387e84a6f8599ce8864cb9d051321e1b16b8c8ebd
+SIZE (dnsdbck-1.00.tar.gz) = 7813
Added: head/dns/dnsdbck/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/dns/dnsdbck/pkg-descr Thu Aug 6 08:27:41 2015 (r393639)
@@ -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
More information about the svn-ports-head
mailing list