1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

dns/dnscheck: Remove port

Unmaintained upstream over a decade.

PR:		233529
Submitted by:	jarrod@downtools.com.au (maintainer, upstream author)
Approved by:	mentors (implicit)
This commit is contained in:
Koichiro Iwao 2018-11-27 05:21:23 +00:00
parent 557cf82665
commit aaba8871fe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=485983
5 changed files with 1 additions and 30 deletions

1
MOVED
View File

@ -10641,3 +10641,4 @@ devel/rubygem-google-protobuf351|devel/rubygem-google-protobuf|2018-11-23|Obsole
devel/giggle|devel/gitg|2018-11-23|Has expired: Development stalled. Please switch to devel/gitg.
net/rubygem-gitaly-proto094|net/rubygem-gitaly-proto|2018-11-24|Use net/rubygem-gitaly-proto instead
www/rubygem-toml-rb03|www/rubygem-toml-rb|2018-11-25|Has expired: Obsoleted by update of www/gitlab. Please use www/rubygem-tom-rb instead.
dns/dnscheck||2018-11-27|Unmaintained upstream over a decade

View File

@ -35,7 +35,6 @@
SUBDIR += dns_balance
SUBDIR += dnsblast
SUBDIR += dnscap
SUBDIR += dnscheck
SUBDIR += dnscheckengine
SUBDIR += dnscrypt-proxy2
SUBDIR += dnscrypt-wrapper

View File

@ -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>

View File

@ -1,2 +0,0 @@
SHA256 (dnscheck-1.3.tar.gz) = 4283a697fd19304806c627bad893b051bb8696861dc1abcd3190ffc50fc151d0
SIZE (dnscheck-1.3.tar.gz) = 5549

View File

@ -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/