1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

New port: dns/zkt (ZKT is a tool to manage keys and signatures for DNSSEC-zones)

ZKT is a tool to manage keys and signatures for DNSSEC-zones.
	The Zone Key Tool consists of two commands:

	- dnssec-zkt to create and list dnssec zone keys and
	- dnssec-signer to sign a zone and manage the lifetime of
	  the zone signing keys

	See: http://www.hznet.de/dns/zkt/

PR:		ports/126296
Submitted by:	Frank Behrens <frank+ports@ilse.behrens.de>
This commit is contained in:
Edwin Groothuis 2008-08-17 06:09:52 +00:00
parent 7d924dfbd2
commit df49f00e21
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=218703
4 changed files with 51 additions and 0 deletions

View File

@ -128,6 +128,7 @@
SUBDIR += updatedd
SUBDIR += vizone
SUBDIR += walker
SUBDIR += zkt
SUBDIR += zonecheck
SUBDIR += zonenotify

36
dns/zkt/Makefile Normal file
View File

@ -0,0 +1,36 @@
# New ports collection makefile for: zkt
# Date created: 2008-08-06
# Whom: Frank Behrens <frank+ports@ilse.behrens.de>
#
# $FreeBSD$
#
PORTNAME= zkt
PORTVERSION= 0.97
CATEGORIES= dns
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.hznet.de/dns/zkt/
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= frank+ports@ilse.behrens.de
COMMENT= Tool to manage keys and signatures for DNSSEC-zones
DIR_NAMED_CONF?= /etc/namedb
PLIST_FILES= sbin/dnssec-zkt \
sbin/dnssec-signer \
sbin/zkt-soaserial
MAN8= dnssec-zkt.8 dnssec-signer.8
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-configpath=${DIR_NAMED_CONF}
.include <bsd.port.pre.mk>
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dnssec-zkt ${PREFIX}/sbin/
${INSTALL_PROGRAM} ${WRKSRC}/dnssec-signer ${PREFIX}/sbin/
${INSTALL_PROGRAM} ${WRKSRC}/zkt-soaserial ${PREFIX}/sbin/
${INSTALL_MAN} ${WRKSRC}/dnssec-zkt.8 ${PREFIX}/man/man8/
${INSTALL_MAN} ${WRKSRC}/dnssec-signer.8 ${PREFIX}/man/man8/
.include <bsd.port.post.mk>

3
dns/zkt/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (zkt-0.97.tar.gz) = 9eec18c7838ec67b278769364c52e3af
SHA256 (zkt-0.97.tar.gz) = 33495b37ed081aae2506eef377dbe7596d4cabbebded17a039edc9c618bf5c43
SIZE (zkt-0.97.tar.gz) = 177183

11
dns/zkt/pkg-descr Normal file
View File

@ -0,0 +1,11 @@
DNSsec Zone Key Tool
ZKT is a tool to manage keys and signatures for DNSSEC-zones.
The Zone Key Tool consists of two commands:
o dnssec-zkt to create and list dnssec zone keys and
o dnssec-signer to sign a zone and manage the lifetime of the zone signing keys
WWW: http://www.hznet.de/dns/zkt/
Author: Holger Zuleger
--
Frank Behrens