Date: Wed, 6 Aug 2008 08:55:42 +0200 (CEST) From: Frank Behrens <frank+ports@ilse.behrens.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/126296: New port: dns/zkt (ZKT is a tool to manage keys and signatures for DNSSEC-zones) Message-ID: <200808060655.m766tgeG061314@moon.behrens> Resent-Message-ID: <200808060700.m76708uK066694@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 126296 >Category: ports >Synopsis: New port: dns/zkt (ZKT is a tool to manage keys and signatures for DNSSEC-zones) >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 Aug 06 07:00:07 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Frank Behrens >Release: FreeBSD 7.0-STABLE-200805150513 i386 >Organization: >Environment: >Description: 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/ >How-To-Repeat: >Fix: --- zkt-0.97-port.shar begins here --- # 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: # # Makefile # pkg-descr # distinfo # echo x - Makefile sed 's/^X//' >Makefile << 'END-of-Makefile' X# New ports collection makefile for: zkt X# Date created: 2008-08-06 X# Whom: Frank Behrens <frank+ports@ilse.behrens.de> X# X# $FreeBSD$ X# X XPORTNAME= zkt XPORTVERSION= 0.97 XCATEGORIES= dns XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ X http://www.hznet.de/dns/zkt/ XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= frank+ports@ilse.behrens.de XCOMMENT= Tool to manage keys and signatures for DNSSEC-zones X XDIR_NAMED_CONF?= /etc/namedb X XPLIST_FILES= sbin/dnssec-zkt \ X sbin/dnssec-signer \ X sbin/zkt-soaserial XMAN8= dnssec-zkt.8 dnssec-signer.8 XGNU_CONFIGURE= yes XCONFIGURE_ARGS+= --enable-configpath=${DIR_NAMED_CONF} X X.include <bsd.port.pre.mk> X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/dnssec-zkt ${PREFIX}/sbin/ X ${INSTALL_PROGRAM} ${WRKSRC}/dnssec-signer ${PREFIX}/sbin/ X ${INSTALL_PROGRAM} ${WRKSRC}/zkt-soaserial ${PREFIX}/sbin/ X ${INSTALL_MAN} ${WRKSRC}/dnssec-zkt.8 ${PREFIX}/man/man8/ X ${INSTALL_MAN} ${WRKSRC}/dnssec-signer.8 ${PREFIX}/man/man8/ X X.include <bsd.port.post.mk> END-of-Makefile echo x - pkg-descr sed 's/^X//' >pkg-descr << 'END-of-pkg-descr' XDNSsec Zone Key Tool X XZKT is a tool to manage keys and signatures for DNSSEC-zones. XThe Zone Key Tool consists of two commands: Xo dnssec-zkt to create and list dnssec zone keys and Xo dnssec-signer to sign a zone and manage the lifetime of the zone signing keys X XWWW: http://www.hznet.de/dns/zkt/ XAuthor: Holger Zuleger X-- XFrank Behrens END-of-pkg-descr echo x - distinfo sed 's/^X//' >distinfo << 'END-of-distinfo' XMD5 (zkt-0.97.tar.gz) = 9eec18c7838ec67b278769364c52e3af XSHA256 (zkt-0.97.tar.gz) = 33495b37ed081aae2506eef377dbe7596d4cabbebded17a039edc9c618bf5c43 XSIZE (zkt-0.97.tar.gz) = 177183 END-of-distinfo exit --- zkt-0.97-port.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808060655.m766tgeG061314>