- Update to 1.0.1

PR:		ports/99998
Submitted by:	clsung
Approved by:	maintainer (Janos Mohacsi)
This commit is contained in:
Cheng-Lung Sung 2006-07-14 15:14:30 +00:00
parent 98176a57bf
commit 9ecad3676f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167792
3 changed files with 26 additions and 12 deletions

View file

@ -6,10 +6,9 @@
# #
PORTNAME= dnsdoctor PORTNAME= dnsdoctor
PORTVERSION= 1.0.0 PORTVERSION= 1.0.1
CATEGORIES= dns ipv6 ruby CATEGORIES= dns ipv6 ruby
MASTER_SITES= http://www.dnsdoctor.org/download/src/ MASTER_SITES= http://www.dnsdoctor.org/download/src/
MASTER_SITE_SUBDIR= ${PORTNAME}/src
EXTRACT_SUFX= .tgz EXTRACT_SUFX= .tgz
MAINTAINER= janos.mohacsi@bsd.hu MAINTAINER= janos.mohacsi@bsd.hu

View file

@ -1,3 +1,3 @@
MD5 (dnsdoctor-1.0.0.tgz) = a61de508b05e1f8da579348890269b29 MD5 (dnsdoctor-1.0.1.tgz) = 6c27544590f929fdd536e7cb4e51eea4
SHA256 (dnsdoctor-1.0.0.tgz) = ec72b00ad4bc8c5bba18b5fa0878ccbb6704f8225e7fd4a51c6932f34791f07c SHA256 (dnsdoctor-1.0.1.tgz) = 723d871ca9f0b14f887bba88f03400c9327a142d4d2e0befc2ce30ff6a56336f
SIZE (dnsdoctor-1.0.0.tgz) = 328119 SIZE (dnsdoctor-1.0.1.tgz) = 353555

View file

@ -1,6 +1,7 @@
@comment $FreeBSD$ @comment $FreeBSD$
bin/dnsdoctor bin/dnsdoctor
etc/dnsdoctor-dist/afnic.profile etc/dnsdoctor-dist/afnic.profile
etc/dnsdoctor-dist/cn.profile
etc/dnsdoctor-dist/de.profile etc/dnsdoctor-dist/de.profile
etc/dnsdoctor-dist/default.profile etc/dnsdoctor-dist/default.profile
etc/dnsdoctor-dist/dnsdoctor.conf etc/dnsdoctor-dist/dnsdoctor.conf
@ -69,36 +70,50 @@ libexec/dnsdoctor/locale/cgi.en
libexec/dnsdoctor/locale/cgi.fr libexec/dnsdoctor/locale/cgi.fr
libexec/dnsdoctor/locale/cli.en libexec/dnsdoctor/locale/cli.en
libexec/dnsdoctor/locale/cli.fr libexec/dnsdoctor/locale/cli.fr
libexec/dnsdoctor/locale/cgi.zh
libexec/dnsdoctor/locale/dnsdoctor.en libexec/dnsdoctor/locale/dnsdoctor.en
libexec/dnsdoctor/locale/dnsdoctor.fr libexec/dnsdoctor/locale/dnsdoctor.fr
libexec/dnsdoctor/locale/dnsdoctor.zh
libexec/dnsdoctor/locale/gtk.en libexec/dnsdoctor/locale/gtk.en
libexec/dnsdoctor/locale/gtk.fr libexec/dnsdoctor/locale/gtk.fr
libexec/dnsdoctor/locale/inetd.en libexec/dnsdoctor/locale/inetd.en
libexec/dnsdoctor/locale/inetd.fr libexec/dnsdoctor/locale/inetd.fr
libexec/dnsdoctor/locale/test/axfr.en libexec/dnsdoctor/locale/test/axfr.en
libexec/dnsdoctor/locale/test/axfr.fr libexec/dnsdoctor/locale/test/axfr.fr
libexec/dnsdoctor/locale/test/axfr.zh
libexec/dnsdoctor/locale/test/connectivity.en libexec/dnsdoctor/locale/test/connectivity.en
libexec/dnsdoctor/locale/test/connectivity.fr libexec/dnsdoctor/locale/test/connectivity.fr
libexec/dnsdoctor/locale/test/connectivity.zh
libexec/dnsdoctor/locale/test/generic.en libexec/dnsdoctor/locale/test/generic.en
libexec/dnsdoctor/locale/test/generic.fr libexec/dnsdoctor/locale/test/generic.fr
libexec/dnsdoctor/locale/test/generic.zh
libexec/dnsdoctor/locale/test/interop.en libexec/dnsdoctor/locale/test/interop.en
libexec/dnsdoctor/locale/test/interop.fr libexec/dnsdoctor/locale/test/interop.fr
libexec/dnsdoctor/locale/test/interop.zh
libexec/dnsdoctor/locale/test/loopback.en libexec/dnsdoctor/locale/test/loopback.en
libexec/dnsdoctor/locale/test/loopback.fr libexec/dnsdoctor/locale/test/loopback.fr
libexec/dnsdoctor/locale/test/loopback.zh
libexec/dnsdoctor/locale/test/mail.en libexec/dnsdoctor/locale/test/mail.en
libexec/dnsdoctor/locale/test/mail.fr libexec/dnsdoctor/locale/test/mail.fr
libexec/dnsdoctor/locale/test/mail.zh
libexec/dnsdoctor/locale/test/misc.en libexec/dnsdoctor/locale/test/misc.en
libexec/dnsdoctor/locale/test/misc.fr libexec/dnsdoctor/locale/test/misc.fr
libexec/dnsdoctor/locale/test/misc.zh
libexec/dnsdoctor/locale/test/mx.en libexec/dnsdoctor/locale/test/mx.en
libexec/dnsdoctor/locale/test/mx.fr libexec/dnsdoctor/locale/test/mx.fr
libexec/dnsdoctor/locale/test/mx.zh
libexec/dnsdoctor/locale/test/nameserver.en libexec/dnsdoctor/locale/test/nameserver.en
libexec/dnsdoctor/locale/test/nameserver.fr libexec/dnsdoctor/locale/test/nameserver.fr
libexec/dnsdoctor/locale/test/nameserver.zh
libexec/dnsdoctor/locale/test/ns.en libexec/dnsdoctor/locale/test/ns.en
libexec/dnsdoctor/locale/test/ns.fr libexec/dnsdoctor/locale/test/ns.fr
libexec/dnsdoctor/locale/test/ns.zh
libexec/dnsdoctor/locale/test/rootserver.en libexec/dnsdoctor/locale/test/rootserver.en
libexec/dnsdoctor/locale/test/rootserver.fr libexec/dnsdoctor/locale/test/rootserver.fr
libexec/dnsdoctor/locale/test/rootserver.zh
libexec/dnsdoctor/locale/test/soa.en libexec/dnsdoctor/locale/test/soa.en
libexec/dnsdoctor/locale/test/soa.fr libexec/dnsdoctor/locale/test/soa.fr
libexec/dnsdoctor/locale/test/soa.zh
libexec/dnsdoctor/test/axfr.rb libexec/dnsdoctor/test/axfr.rb
libexec/dnsdoctor/test/connectivity.rb libexec/dnsdoctor/test/connectivity.rb
libexec/dnsdoctor/test/generic.rb libexec/dnsdoctor/test/generic.rb
@ -131,16 +146,16 @@ libexec/dnsdoctor/test/soa.rb
%%PORTDOCS%%%%DOCSDIR%%/180px-OutputProgressText.png %%PORTDOCS%%%%DOCSDIR%%/180px-OutputProgressText.png
%%PORTDOCS%%%%DOCSDIR%%/180px-OutputResultHTML.png %%PORTDOCS%%%%DOCSDIR%%/180px-OutputResultHTML.png
%%PORTDOCS%%%%DOCSDIR%%/180px-OutputResultText.png %%PORTDOCS%%%%DOCSDIR%%/180px-OutputResultText.png
%%PORTDOCS%%%%DOCSDIR%%/Developer_guide.html %%PORTDOCS%%%%DOCSDIR%%/Developer_guide.1.html
%%PORTDOCS%%%%DOCSDIR%%/FAQ.html %%PORTDOCS%%%%DOCSDIR%%/FAQ.1.html
%%PORTDOCS%%%%DOCSDIR%%/Favicon.ico.html
%%PORTDOCS%%%%DOCSDIR%%/HISTORY %%PORTDOCS%%%%DOCSDIR%%/HISTORY
%%PORTDOCS%%%%DOCSDIR%%/INSTALL %%PORTDOCS%%%%DOCSDIR%%/INSTALL
%%PORTDOCS%%%%DOCSDIR%%/Installation.html %%PORTDOCS%%%%DOCSDIR%%/Installation.1.html
%%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/Robots.txt.html %%PORTDOCS%%%%DOCSDIR%%/Tests_description.1.html
%%PORTDOCS%%%%DOCSDIR%%/Tests_description.html %%PORTDOCS%%%%DOCSDIR%%/User_guide.1.html
%%PORTDOCS%%%%DOCSDIR%%/User_guide.html %%PORTDOCS%%%%DOCSDIR%%/magnify-clip.png
%%PORTDOCS%%%%DOCSDIR%%/poweredby_mediawiki_88x31.png
%%PORTDOCS%%@dirrm %%DOCSDIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%%
%%DNSDOCTOR_CGI%%www/dnsdoctor/dnsdoctor.conf %%DNSDOCTOR_CGI%%www/dnsdoctor/dnsdoctor.conf
%%DNSDOCTOR_CGI%%www/dnsdoctor/dnsdoctor.conf.in %%DNSDOCTOR_CGI%%www/dnsdoctor/dnsdoctor.conf.in