mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
- Update to 1.11
- Update WWW - Pass maintainership to submitter PR: ports/115267 Submitted by: Stefan Pauly <stefan at fh-mainz.de>
This commit is contained in:
parent
570c89b4e4
commit
4fb03f721b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197452
@ -6,21 +6,21 @@
|
||||
#
|
||||
|
||||
PORTNAME= dnsutl
|
||||
PORTVERSION= 1.7
|
||||
PORTVERSION= 1.11
|
||||
CATEGORIES= dns
|
||||
MASTER_SITES= http://www.canb.auug.org.au/~millerp/dnsutl/ \
|
||||
http://www.tip.net.au/~millerp/dnsutl/ \
|
||||
http://gd.tuwien.ac.at/softeng/Aegis/dnsutl/
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= stefan@fh-mainz.de
|
||||
COMMENT= Programs to make using DNS easier
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
ALL_TARGET= all sure
|
||||
|
||||
MAN1= dns-boot-check.1 dns-bootp.1 dns-bootparams.1 dns-dhcp.1 \
|
||||
dns-ethers-import.1 dns-ethers.1 dns-filter.1 \
|
||||
dns-hosts-import.1 dns-hosts.1 dns-license.1 \
|
||||
dns-ng.1 dns-rev.1
|
||||
MAN1= dns-boot-check.1 dns-bootp.1 dns-bootparams.1 \
|
||||
dns-conf-check.1 dns-dhcp.1 dns-ethers-import.1 \
|
||||
dns-ethers.1 dns-filter.1 dns-hosts-import.1 \
|
||||
dns-hosts.1 dns-license.1 dns-ng.1 dns-rev.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (dnsutl-1.7.tar.gz) = 0c0e2d1c5bfb7e558a9d81f080940ea7
|
||||
SHA256 (dnsutl-1.7.tar.gz) = ba67a3aefedf2bad7e31c47a876189e8338df40043013673fcd104c1007a0671
|
||||
SIZE (dnsutl-1.7.tar.gz) = 181289
|
||||
MD5 (dnsutl-1.11.tar.gz) = 6de57b9589e6210a64703af29a1522af
|
||||
SHA256 (dnsutl-1.11.tar.gz) = e63658fc45e5b88eaff677867b2af1e973a63bdd54e7329b9cddc0a6c8459f0b
|
||||
SIZE (dnsutl-1.11.tar.gz) = 382860
|
||||
|
@ -1,18 +1,6 @@
|
||||
--- Makefile.in.orig Mon Jul 5 15:54:45 1999
|
||||
+++ Makefile.in Sun Dec 26 14:40:21 1999
|
||||
@@ -124,6 +124,11 @@
|
||||
LIBEXT = a
|
||||
|
||||
#
|
||||
+#
|
||||
+#
|
||||
+SOELIM = @SOELIM@
|
||||
+
|
||||
+#
|
||||
# You should not need to alter anything below this point.
|
||||
#------------------------------------------------------------
|
||||
|
||||
@@ -644,7 +649,7 @@
|
||||
--- Makefile.in.orig Tue Aug 7 10:19:05 2007
|
||||
+++ Makefile.in Tue Aug 7 10:43:51 2007
|
||||
@@ -743,7 +743,7 @@
|
||||
awk -f etc/txt2c.awk man1/dns-boot-check.1 > $@
|
||||
|
||||
$(mandir)/man1/dns-boot-check.1: man1/dns-boot-check.1 man1/.mandir
|
||||
@ -21,7 +9,7 @@
|
||||
$(INSTALL_DATA) tmp $@
|
||||
@rm tmp
|
||||
|
||||
@@ -652,7 +657,7 @@
|
||||
@@ -751,7 +751,7 @@
|
||||
awk -f etc/txt2c.awk man1/dns-bootp.1 > $@
|
||||
|
||||
$(mandir)/man1/dns-bootp.1: man1/dns-bootp.1 man1/.mandir
|
||||
@ -30,7 +18,7 @@
|
||||
$(INSTALL_DATA) tmp $@
|
||||
@rm tmp
|
||||
|
||||
@@ -660,7 +665,7 @@
|
||||
@@ -759,7 +759,7 @@
|
||||
awk -f etc/txt2c.awk man1/dns-bootparams.1 > $@
|
||||
|
||||
$(mandir)/man1/dns-bootparams.1: man1/dns-bootparams.1 man1/.mandir
|
||||
@ -39,7 +27,25 @@
|
||||
$(INSTALL_DATA) tmp $@
|
||||
@rm tmp
|
||||
|
||||
@@ -669,7 +674,7 @@
|
||||
@@ -767,7 +767,7 @@
|
||||
awk -f etc/txt2c.awk man1/dns-conf-check.1 > $@
|
||||
|
||||
$(mandir)/man1/dns-conf-check.1: man1/dns-conf-check.1 man1/.mandir
|
||||
- $(SOELIM) -Iman1 man1/dns-conf-check.1 > tmp
|
||||
+ (cd man1; $(SOELIM) dns-conf-check.1) > tmp
|
||||
$(INSTALL_DATA) tmp $@
|
||||
@rm tmp
|
||||
|
||||
@@ -775,7 +775,7 @@
|
||||
awk -f etc/txt2c.awk man1/dns-dhcp.1 > $@
|
||||
|
||||
$(mandir)/man1/dns-dhcp.1: man1/dns-dhcp.1 man1/.mandir
|
||||
- $(SOELIM) -Iman1 man1/dns-dhcp.1 > tmp
|
||||
+ (cd man1; $(SOELIM) dns-dhcp.1) > tmp
|
||||
$(INSTALL_DATA) tmp $@
|
||||
@rm tmp
|
||||
|
||||
@@ -784,7 +784,7 @@
|
||||
|
||||
$(mandir)/man1/dns-ethers-import.1: man1/dns-ethers-import.1 \
|
||||
man1/.mandir
|
||||
@ -48,7 +54,7 @@
|
||||
$(INSTALL_DATA) tmp $@
|
||||
@rm tmp
|
||||
|
||||
@@ -677,7 +682,7 @@
|
||||
@@ -792,7 +792,7 @@
|
||||
awk -f etc/txt2c.awk man1/dns-ethers.1 > $@
|
||||
|
||||
$(mandir)/man1/dns-ethers.1: man1/dns-ethers.1 man1/.mandir
|
||||
@ -57,7 +63,7 @@
|
||||
$(INSTALL_DATA) tmp $@
|
||||
@rm tmp
|
||||
|
||||
@@ -685,7 +690,7 @@
|
||||
@@ -800,7 +800,7 @@
|
||||
awk -f etc/txt2c.awk man1/dns-filter.1 > $@
|
||||
|
||||
$(mandir)/man1/dns-filter.1: man1/dns-filter.1 man1/.mandir
|
||||
@ -66,7 +72,7 @@
|
||||
$(INSTALL_DATA) tmp $@
|
||||
@rm tmp
|
||||
|
||||
@@ -693,7 +698,7 @@
|
||||
@@ -808,7 +808,7 @@
|
||||
awk -f etc/txt2c.awk man1/dns-hosts-import.1 > $@
|
||||
|
||||
$(mandir)/man1/dns-hosts-import.1: man1/dns-hosts-import.1 man1/.mandir
|
||||
@ -75,7 +81,7 @@
|
||||
$(INSTALL_DATA) tmp $@
|
||||
@rm tmp
|
||||
|
||||
@@ -701,7 +706,7 @@
|
||||
@@ -816,7 +816,7 @@
|
||||
awk -f etc/txt2c.awk man1/dns-hosts.1 > $@
|
||||
|
||||
$(mandir)/man1/dns-hosts.1: man1/dns-hosts.1 man1/.mandir
|
||||
@ -84,7 +90,7 @@
|
||||
$(INSTALL_DATA) tmp $@
|
||||
@rm tmp
|
||||
|
||||
@@ -709,7 +714,7 @@
|
||||
@@ -824,7 +824,7 @@
|
||||
awk -f etc/txt2c.awk man1/dns-license.1 > $@
|
||||
|
||||
$(mandir)/man1/dns-license.1: man1/dns-license.1 man1/.mandir
|
||||
@ -93,7 +99,7 @@
|
||||
$(INSTALL_DATA) tmp $@
|
||||
@rm tmp
|
||||
|
||||
@@ -717,7 +722,7 @@
|
||||
@@ -832,7 +832,7 @@
|
||||
awk -f etc/txt2c.awk man1/dns-ng.1 > $@
|
||||
|
||||
$(mandir)/man1/dns-ng.1: man1/dns-ng.1 man1/.mandir
|
||||
@ -102,7 +108,7 @@
|
||||
$(INSTALL_DATA) tmp $@
|
||||
@rm tmp
|
||||
|
||||
@@ -725,7 +730,7 @@
|
||||
@@ -840,7 +840,7 @@
|
||||
awk -f etc/txt2c.awk man1/dns-rev.1 > $@
|
||||
|
||||
$(mandir)/man1/dns-rev.1: man1/dns-rev.1 man1/.mandir
|
||||
|
@ -1,20 +1,21 @@
|
||||
The dnsutl package is a bunch of programs I wrote to make
|
||||
using DNS easier. These include:
|
||||
The dnsutl package is a collection tools to make administering DNS easier.
|
||||
These include programs for:
|
||||
|
||||
dns-rev
|
||||
Take the forward DNS mapping and generate the
|
||||
reverse mapping.
|
||||
* Generating the reverse DNS mapping by using the DNS forward mapping.
|
||||
This is useful for producing a self-consistent DNS configuration.
|
||||
* Generating the /etc/ethers file by using a bogus record type.
|
||||
* Generating the /etc/hosts file by using the DNS forward mapping.
|
||||
* Generating the /etc/bootptab file by using the MAC and IP information.
|
||||
* Generating the /etc/netgroup file by using the DNS forward mapping.
|
||||
* Generating the Sun /etc/bootparams file by using the MAC and IP information.
|
||||
* Checking the new-style /etc/named.conf files for self-consistency.
|
||||
* Checking the old-style /etc/named.boot files for self-consistency.
|
||||
* Generating the DNS forward mapping by using the /etc/hosts file.
|
||||
This could be a first step to configuring your DNS server.
|
||||
* Generating the /etc/dhcp.conf file by using the MAC and IP information.
|
||||
|
||||
dns-hosts
|
||||
Take the forward DNS mapping and generate the
|
||||
/etc/hosts file.
|
||||
All of these programs are both faster than shell scripts, and more
|
||||
robust when faced with all the peculiar semantics of DNS resource files.
|
||||
They even understand the $include directive.
|
||||
|
||||
dns-ng
|
||||
Take the forward DNS mapping and generate the
|
||||
/etc/netgroup file.
|
||||
|
||||
All of these programs are both faster than shell scripts,
|
||||
and more robust when faced with all the peculiar semantics
|
||||
of DNS resource files.
|
||||
|
||||
WWW: http://www.canb.auug.org.au/~millerp/dnsutl/
|
||||
WWW: http://dnsutl.sourceforge.net/
|
||||
|
@ -1,6 +1,7 @@
|
||||
bin/dns-boot-check
|
||||
bin/dns-bootp
|
||||
bin/dns-bootparams
|
||||
bin/dns-conf-check
|
||||
bin/dns-dhcp
|
||||
bin/dns-ethers
|
||||
bin/dns-ethers-import
|
||||
|
Loading…
Reference in New Issue
Block a user