Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Apr 2012 04:04:15 +0900
From:      Hirohisa Yamaguchi <umq@ueo.co.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/167299: [new port] dns/validns
Message-ID:  <86haw7d45s.wl%umq@ueo.co.jp>
Resent-Message-ID: <201204251910.q3PJAEof042380@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         167299
>Category:       ports
>Synopsis:       [new port] dns/validns
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 25 19:10:13 UTC 2012
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86haw7d45s.wl%umq>