1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

This program is a domain name server analysis and reporting tool.

It checks and reports whether a domain name, hosted by your organization,
is still in use, and if so, reports whether your name servers are
still the delegated name servers of the domain name in question.

PR:		ports/80834
Submitted by:	Ozkan KIRIK <ozkan@enderunix.org>
This commit is contained in:
Pav Lucistnik 2005-05-20 21:19:10 +00:00
parent 6616b94d3d
commit 9638468cd3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135737
7 changed files with 100 additions and 0 deletions

View File

@ -9,6 +9,7 @@
SUBDIR += bind84
SUBDIR += bind9
SUBDIR += bind9-dlz
SUBDIR += checkdns
SUBDIR += crossip
SUBDIR += ddclient
SUBDIR += ddup

28
dns/checkdns/Makefile Normal file
View File

@ -0,0 +1,28 @@
# New ports collection makefile for: checkdns
# Date created: 9 May 2005
# Whom: Ozkan KIRIK <ozkan@enderunix.org>
#
# $FreeBSD$
#
PORTNAME= checkdns
PORTVERSION= 0.5
CATEGORIES= dns
MASTER_SITES= http://www.enderunix.org/checkdns/
MAINTAINER= ozkan@enderunix.org
COMMENT= A domain name server analysis and reporting tool
USE_REINPLACE= yes
SUB_FILES= pkg-message
PKG_MESSAGE= ${WRKDIR}/pkg-message
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/main.c \
${WRKSRC}/INSTALL ${WRKSRC}/README ${WRKSRC}/checkdns.conf-dist
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

4
dns/checkdns/distinfo Normal file
View File

@ -0,0 +1,4 @@
MD5 (checkdns-0.5.tar.gz) = 7420cc7a01217391bb3eb4a2e7da1e96
SIZE (checkdns-0.5.tar.gz) = 17262
MD5 (Makefile.patch) = 5c53172699a0e758efee3f9850071236
SIZE (Makefile.patch) = 616

View File

@ -0,0 +1,25 @@
--- Makefile.orig Sat Jan 15 21:40:27 2005
+++ Makefile Fri May 20 23:12:20 2005
@@ -9,7 +9,15 @@
$(CC) -o checkdns $(OBJS)
install:
- cp checkdns /usr/local/bin/checkdns
+ cp checkdns ${PREFIX}/bin/checkdns
+ chown root ${PREFIX}/bin/checkdns
+ chmod 700 ${PREFIX}/bin/checkdns
+ cp -pf checkdns.conf-dist ${PREFIX}/etc/checkdns.conf
+ mkdir -p ${PREFIX}/share/checkdns/lang
+ cp -f README THANKS TODO AUTHORS COPYING INSTALL ChangeLog uninstall.sh ${PREFIX}/share/checkdns
+ cp -f lang/* ${PREFIX}/share/checkdns/lang
+
+
clean:
rm -f $(OBJS) checkdns
@@ -17,4 +25,4 @@
uninstall: clean
rm /usr/local/bin/checkdns
-all: compile install clean
+all: compile

View File

@ -0,0 +1,8 @@
--------------------------------------------------------------------
| >>> ATTENTION PLEASE <<< |
| |
| Please don't forget these : |
| - editing %%PREFIX%%/etc/checkdns.conf file ! |
| - copying checkdns.css file to Html Output Directory ! |
| |
--------------------------------------------------------------------

19
dns/checkdns/pkg-descr Normal file
View File

@ -0,0 +1,19 @@
This program is a domain name server analysis and reporting tool.
It checks and reports whether a domain name, hosted by your organization,
is still in use, and if so, reports whether your name servers are
still the delegated name servers of the domain name in question.
Reports are generated both to the console and as HTML output.
HTMLs also include information about the MX and WWW records of the domain name.
The tool is expected to be of great use for Internet Service Providers
who are in need of keeping track of lame dns records.
Project Page:
WWW: http://www.enderunix.org/checkdns
Author:
Atilim BOY
aboy@enderunix.org
EnderUNIX SDT @ Turkey
http://www.enderunix.org/

15
dns/checkdns/pkg-plist Normal file
View File

@ -0,0 +1,15 @@
bin/checkdns
etc/checkdns.conf
%%DATADIR%%/README
%%DATADIR%%/THANKS
%%DATADIR%%/TODO
%%DATADIR%%/AUTHORS
%%DATADIR%%/COPYING
%%DATADIR%%/INSTALL
%%DATADIR%%/ChangeLog
%%DATADIR%%/uninstall.sh
%%DATADIR%%/lang/english
%%DATADIR%%/lang/spanish
%%DATADIR%%/lang/turkish
@dirrm %%DATADIR%%/lang
@dirrm %%DATADIR%%