- Update to version 2.0.0b7

o  better locale handling
o  inetd mode
o  documentation improvement
o  new test flags
o  man page added
o  now installs binary as zonecheck not zc

PR:		56314
Submitted by:	maintainer
This commit is contained in:
Kirill Ponomarev
2003-09-02 13:56:37 +00:00
parent a199d91a40
commit c0868f669d
5 changed files with 21 additions and 11 deletions

View File

@@ -6,7 +6,7 @@
#
PORTNAME= zonecheck
PORTVERSION= 2.0.0b5
PORTVERSION= 2.0.0b7
CATEGORIES= dns ipv6 ruby
MASTER_SITES= http://savannah.nongnu.org/download/zonecheck/
EXTRACT_SUFX= .tgz
@@ -21,5 +21,6 @@ USE_GMAKE= yes
USE_RUBY= yes
NO_BUILD= yes
RUBY_VER= 1.8
MAN1= zonecheck.1
.include <bsd.port.mk>

View File

@@ -1 +1 @@
MD5 (zonecheck-2.0.0b5.tgz) = 7746b125b6389aeb2529de455d294f57
MD5 (zonecheck-2.0.0b7.tgz) = bd31515da6e27206d8383948c375378c

View File

@@ -1,5 +1,5 @@
--- Makefile.orig Mon Jun 9 21:36:42 2003
+++ Makefile Thu Jul 10 13:27:09 2003
--- Makefile.orig Wed Aug 27 10:51:19 2003
+++ Makefile Tue Sep 2 15:10:51 2003
@@ -37,7 +37,7 @@
#
@@ -9,7 +9,7 @@
HTML_PATH ?= /zc
LIBEXEC=$(PREFIX)/libexec
@@ -83,7 +83,7 @@
@@ -84,7 +84,7 @@
@echo "Not automatized yet"
@@ -18,7 +18,7 @@
install-common:
@@ -114,12 +114,11 @@
@@ -115,12 +115,11 @@
@echo "==> Installing default configuration file"
$(INSTALL) -d $(ETCDIR)
@@ -35,12 +35,17 @@
@echo "** Don't forget to edit the zc.conf to reflect your system"
@echo "** configuration"
@echo "*************************"
@@ -141,7 +140,7 @@
@@ -142,10 +141,10 @@
install-cli:
@echo "==> Installing CLI"
$(INSTALL) -d $(BINDIR)
- $(LN) -f $(LIBEXEC)/zc/zc/zc.rb $(BINDIR)/zc
+ $(LN) -s $(LIBEXEC)/zc/zc/zc.rb $(BINDIR)/zc
- $(LN) -f $(LIBEXEC)/zc/zc/zc.rb $(BINDIR)/zonecheck
+ #$(LN) -f $(LIBEXEC)/zc/zc/zc.rb $(BINDIR)/zc
+ $(LN) -s $(LIBEXEC)/zc/zc/zc.rb $(BINDIR)/zonecheck
$(INSTALL) -d $(MANDIR)/man1
- $(INSTALL) -m 0644 man/zonecheck.1 $(MANDIR)/man1/zc.1
+ #$(INSTALL) -m 0644 man/zonecheck.1 $(MANDIR)/man1/zc.1
$(INSTALL) -m 0644 man/zonecheck.1 $(MANDIR)/man1/zonecheck.1
@echo
install-doc:

View File

@@ -2,7 +2,7 @@ ZoneCheck is intended to help solving misconfigurations or inconsistencies
of DNS zone files.
Features
* Powerfull configuration file
* Powerful configuration file
* Does not depend on policies
* Fine grained test selection (by test, by categories, by zones)
* Full IPv6 support (connectivity and AAAA records)

View File

@@ -1,4 +1,4 @@
bin/zc
bin/zonecheck
libexec/zc/lib/address.rb
libexec/zc/lib/address/common.rb
libexec/zc/lib/address/ipv4.rb
@@ -25,6 +25,8 @@ libexec/zc/locale/cli.en
libexec/zc/locale/cli.fr
libexec/zc/locale/gtk.en
libexec/zc/locale/gtk.fr
libexec/zc/locale/inetd.en
libexec/zc/locale/inetd.fr
libexec/zc/locale/test/axfr.en
libexec/zc/locale/test/axfr.fr
libexec/zc/locale/test/connectivity.en
@@ -78,7 +80,9 @@ libexec/zc/zc/framework.rb
libexec/zc/zc/input/cgi.rb
libexec/zc/zc/input/cli.rb
libexec/zc/zc/input/gtk.rb
libexec/zc/zc/input/inetd.rb
libexec/zc/zc/instructions.rb
libexec/zc/zc/locale.rb
libexec/zc/zc/mail.rb
libexec/zc/zc/msgcat.rb
libexec/zc/zc/param.rb