diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-08-17 06:09:52 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-08-17 06:09:52 +0000 |
commit | df49f00e215962de0fa78d88861426e9f7ed482e (patch) | |
tree | 6e4d5923c2d4b32188195a671579cea5ced5d221 /dns | |
parent | 7d924dfbd2b88ac60f341b8a75da22b97a84b1a1 (diff) | |
download | ports-df49f00e215962de0fa78d88861426e9f7ed482e.tar.gz ports-df49f00e215962de0fa78d88861426e9f7ed482e.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/Makefile | 1 | ||||
-rw-r--r-- | dns/zkt/Makefile | 36 | ||||
-rw-r--r-- | dns/zkt/distinfo | 3 | ||||
-rw-r--r-- | dns/zkt/pkg-descr | 11 |
4 files changed, 51 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile index a13834e8b590..d9e1251912a3 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -128,6 +128,7 @@ SUBDIR += updatedd SUBDIR += vizone SUBDIR += walker + SUBDIR += zkt SUBDIR += zonecheck SUBDIR += zonenotify diff --git a/dns/zkt/Makefile b/dns/zkt/Makefile new file mode 100644 index 000000000000..a7b640cb25dd --- /dev/null +++ b/dns/zkt/Makefile @@ -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> diff --git a/dns/zkt/distinfo b/dns/zkt/distinfo new file mode 100644 index 000000000000..c586b1362db6 --- /dev/null +++ b/dns/zkt/distinfo @@ -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 diff --git a/dns/zkt/pkg-descr b/dns/zkt/pkg-descr new file mode 100644 index 000000000000..2bd6b45832c1 --- /dev/null +++ b/dns/zkt/pkg-descr @@ -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 |