aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authormeta <meta@FreeBSD.org>2018-11-27 13:21:23 +0800
committermeta <meta@FreeBSD.org>2018-11-27 13:21:23 +0800
commit3370f74fc656c64ff507117aca290006f06a24d1 (patch)
tree21210aecc2147d44c18f702f5d417067ce641db4 /dns
parent8848545b5c8bc0ba8735069a06af2c4e48baef98 (diff)
downloadfreebsd-ports-gnome-3370f74fc656c64ff507117aca290006f06a24d1.tar.gz
freebsd-ports-gnome-3370f74fc656c64ff507117aca290006f06a24d1.tar.zst
freebsd-ports-gnome-3370f74fc656c64ff507117aca290006f06a24d1.zip
dns/dnscheck: Remove port
Unmaintained upstream over a decade. PR: 233529 Submitted by: jarrod@downtools.com.au (maintainer, upstream author) Approved by: mentors (implicit)
Diffstat (limited to 'dns')
-rw-r--r--dns/Makefile1
-rw-r--r--dns/dnscheck/Makefile21
-rw-r--r--dns/dnscheck/distinfo2
-rw-r--r--dns/dnscheck/pkg-descr6
4 files changed, 0 insertions, 30 deletions
diff --git a/dns/Makefile b/dns/Makefile
index fad33acf57d2..a606809c7feb 100644
--- a/dns/Makefile
+++ b/dns/Makefile
@@ -35,7 +35,6 @@
SUBDIR += dns_balance
SUBDIR += dnsblast
SUBDIR += dnscap
- SUBDIR += dnscheck
SUBDIR += dnscheckengine
SUBDIR += dnscrypt-proxy2
SUBDIR += dnscrypt-wrapper
diff --git a/dns/dnscheck/Makefile b/dns/dnscheck/Makefile
deleted file mode 100644
index ef370299982f..000000000000
--- a/dns/dnscheck/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Created by: Jarrod Sayers <jarrod@netleader.com.au>
-# $FreeBSD$
-
-PORTNAME= dnscheck
-PORTVERSION= 1.3
-CATEGORIES= dns
-MASTER_SITES= http://www.downtools.com.au/~jarrod/projects/dnscheck/download/
-
-MAINTAINER= jarrod@downtools.com.au
-COMMENT= DNS zone sanity checker
-
-USES= perl5 shebangfix
-
-PLIST_FILES= bin/dnscheck
-SHEBANG_FILES= dnscheck.pl
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/dnscheck.pl \
- ${STAGEDIR}${PREFIX}/bin/dnscheck
-
-.include <bsd.port.mk>
diff --git a/dns/dnscheck/distinfo b/dns/dnscheck/distinfo
deleted file mode 100644
index f900304bfd7d..000000000000
--- a/dns/dnscheck/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (dnscheck-1.3.tar.gz) = 4283a697fd19304806c627bad893b051bb8696861dc1abcd3190ffc50fc151d0
-SIZE (dnscheck-1.3.tar.gz) = 5549
diff --git a/dns/dnscheck/pkg-descr b/dns/dnscheck/pkg-descr
deleted file mode 100644
index 74ad75012a81..000000000000
--- a/dns/dnscheck/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-dnscheck is a simple to use DNS zone sanity checker, comparing name server
-records and serial numbers with both the parent zone and the zone itself.
-It allows you to find lame, leaked or stale name servers which have the
-potential to cause disruption.
-
-WWW: http://www.downtools.com.au/~jarrod/projects/dnscheck/