From umq@ueo.co.jp  Wed Apr 25 19:04:27 2012
Return-Path: <umq@ueo.co.jp>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id AB1981065672
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 25 Apr 2012 19:04:27 +0000 (UTC)
	(envelope-from umq@ueo.co.jp)
Received: from msa04b.plala.or.jp (msa04.plala.or.jp [58.93.240.4])
	by mx1.freebsd.org (Postfix) with ESMTP id 3B7ED8FC16
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 25 Apr 2012 19:04:26 +0000 (UTC)
Received: from terpsichore.kaumoge.org ([118.16.87.28])
          by msa04b.plala.or.jp with ESMTP
          id <20120425190420.MZIB4976.msa04b.plala.or.jp@terpsichore.kaumoge.org>
          for <FreeBSD-gnats-submit@freebsd.org>;
          Thu, 26 Apr 2012 04:04:20 +0900
Received: from calliope.kaumoge.org (calliope.kaumoge.org [192.168.24.120])
	by terpsichore.kaumoge.org (8.14.4/8.14.4/20101205) with ESMTP id q3PJ4GPS077977
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 26 Apr 2012 04:04:16 +0900 (JST)
	(envelope-from umq@ueo.co.jp)
Message-Id: <86haw7d45s.wl%umq@ueo.co.jp>
Date: Thu, 26 Apr 2012 04:04:15 +0900
From: Hirohisa Yamaguchi <umq@ueo.co.jp>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [new port] dns/validns
X-Send-Pr-Version: 3.113

>Number:         167299
>Category:       ports
>Synopsis:       [new port] dns/validns
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    tobez
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 25 19:10:13 UTC 2012
>Closed-Date:    Thu Apr 26 10:43:19 CEST 2012
>Last-Modified:  Thu Apr 26 08:50:06 UTC 2012
>Originator:     Hirohisa Yamaguchi
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
<organization of PR author (multiple lines)>
>Environment:
System: FreeBSD calliope.****.org 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64

>Description:
	Validns is a CLI check tool for DNS zone definitions.

	WWW: http://www.validns.net/
>How-To-Repeat:
	N/A
>Fix:

	The shar follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	dns/validns
#	dns/validns/distinfo
#	dns/validns/pkg-descr
#	dns/validns/Makefile
#
echo c - dns/validns
mkdir -p dns/validns > /dev/null 2>&1
echo x - dns/validns/distinfo
sed 's/^X//' >dns/validns/distinfo << '10889a33145ca795b35677e0053e37d7'
XSHA256 (validns-0.4.tar.gz) = 169a1ce12d4463170929acfe400f6de9562ae6ee0cbc3f9b0a8caf09b1599f23
XSIZE (validns-0.4.tar.gz) = 100105
10889a33145ca795b35677e0053e37d7
echo x - dns/validns/pkg-descr
sed 's/^X//' >dns/validns/pkg-descr << 'c4ad8ef6c0e8e89c7fa1bb60ef17b21f'
XValidns is a standalone command line RFC 1034/1035 zone file
Xvalidation tool that, in addition to basic syntactic and semantic zone
Xchecks, includes DNSSEC signature verification and NSEC/NSEC3 chain
Xvalidation, as well a number of optional policy checks on the zone.
X
XWWW:	http://www.validns.net/
c4ad8ef6c0e8e89c7fa1bb60ef17b21f
echo x - dns/validns/Makefile
sed 's/^X//' >dns/validns/Makefile << '78f84d508bc9de679350ae53a5511380'
X# New ports collection makefile for:	validns
X# Date created:		2012-04-25
X# Whom:			Hirohisa Yamaguchi <umq@ueo.co.jp>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	validns
XPORTVERSION=	0.4
XCATEGORIES=	dns security
XMASTER_SITES=	http://www.validns.net/download/
X
XMAINTAINER=	umq@ueo.co.jp
XCOMMENT=	A high performance DNS/DNSSEC zone validator
X
XLICENSE=	BSD
XLICENSE_FILE=	${WRKSRC}/LICENSE
X
XLIB_DEPENDS=	Judy.1:${PORTSDIR}/devel/judy
X
XALL_TARGET=
X
XMAN1=		${PORTNAME}.1
XPLIST_FILES=	bin/${PORTNAME}
XPORTDOCS=	Changes README installation.mdwn notes.mdwn \
X		technical-notes.mdwn todo.mdwn usage.mdwn
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
X	${INSTALL_DATA} ${MAN1:S,^,${WRKSRC}/,} ${PREFIX}/man/man1/
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X	@${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
X.endif
X
X.include <bsd.port.mk>
78f84d508bc9de679350ae53a5511380
exit
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->tobez 
Responsible-Changed-By: tobez 
Responsible-Changed-When: Thu Apr 26 00:42:05 CEST 2012 
Responsible-Changed-Why:  
I'll handle this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=167299 
State-Changed-From-To: open->closed 
State-Changed-By: tobez 
State-Changed-When: Thu Apr 26 10:43:18 CEST 2012 
State-Changed-Why:  
New port has been added. Thank you for your submission. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=167299 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/167299: commit references a PR
Date: Thu, 26 Apr 2012 08:43:14 +0000 (UTC)

 tobez       2012-04-26 08:43:00 UTC
 
   FreeBSD ports repository
 
   Modified files:
     dns                  Makefile 
   Added files:
     dns/validns          Makefile distinfo pkg-descr 
   Log:
   Add dns/validns 0.4, a high performance DNS/DNSSEC zone validator.
   
   PR:             167299
   Submitted by:   Hirohisa Yamaguchi <umq at-symbol ueo.co.jp>
   
   Revision  Changes    Path
   1.152     +1 -0      ports/dns/Makefile
   1.1       +36 -0     ports/dns/validns/Makefile (new)
   1.1       +2 -0      ports/dns/validns/distinfo (new)
   1.1       +6 -0      ports/dns/validns/pkg-descr (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
