summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorTong LIU <nemoliu@FreeBSD.org>2010-01-13 06:33:07 +0000
committerTong LIU <nemoliu@FreeBSD.org>2010-01-13 06:33:07 +0000
commitfec356c200a7711e4384b4fd7a76c8d804610237 (patch)
treea6f74bae2ee5fc29829fffd2f612918c78e515ba /dns
parent- Update to 1.2.0 (diff)
Add autotrust 0.3.1, a a tool to automatically update DNSSEC trust
anchors. PR: ports/142523 Submitted by: Jaap Akkerhuis <jaap at nlnetlabs.nl>
Notes
Notes: svn path=/head/; revision=247783
Diffstat (limited to 'dns')
-rw-r--r--dns/Makefile1
-rw-r--r--dns/autotrust/Makefile28
-rw-r--r--dns/autotrust/distinfo3
-rw-r--r--dns/autotrust/pkg-descr5
4 files changed, 37 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile
index 80fab19cbb9f..cc5f53dd2e92 100644
--- a/dns/Makefile
+++ b/dns/Makefile
@@ -5,6 +5,7 @@
SUBDIR += adns
SUBDIR += ares
+ SUBDIR += autotrust
SUBDIR += bind9
SUBDIR += bind9-sdb-ldap
SUBDIR += bind9-sdb-postgresql
diff --git a/dns/autotrust/Makefile b/dns/autotrust/Makefile
new file mode 100644
index 000000000000..775dbde70c89
--- /dev/null
+++ b/dns/autotrust/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: autotrust
+# Date created: 2010-01-09
+# Whom: Jaap Akkerhuis <jaap@nlnetlabs.nl>
+#
+# $FreeBSD$
+#
+
+PORTNAME= autotrust
+PORTVERSION= 0.3.1
+CATEGORIES= dns
+MASTER_SITES= http://www.nlnetlabs.nl/downloads/autotrust/
+DISTNAME= ${PORTNAME}-${PORTVERSION}
+
+MAINTAINER= jaap@bartok.nlnetlabs.nl
+COMMENT= A a tool to automatically update DNSSEC trust anchors
+
+BUILD_DEPENDS+= ldns:${PORTSDIR}/dns/ldns
+BUILD_DEPENDS+= unbound:${PORTSDIR}/dns/unbound
+
+MAN8= autotrust.8
+
+PLIST_FILES= sbin/autotrust \
+ etc/autotrust/autotrust.conf.sample
+PLIST_DIRS= etc/autotrust
+
+GNU_CONFIGURE= yes
+
+.include <bsd.port.mk>
diff --git a/dns/autotrust/distinfo b/dns/autotrust/distinfo
new file mode 100644
index 000000000000..78df05d27528
--- /dev/null
+++ b/dns/autotrust/distinfo
@@ -0,0 +1,3 @@
+MD5 (autotrust-0.3.1.tar.gz) = ff0177aa0df8c645829fc26de2ac0b54
+SHA256 (autotrust-0.3.1.tar.gz) = d0eaeaf65e26fcd0117d9b6dc056f88278f9bf82f379d5fbfccfd9c53d8b86a7
+SIZE (autotrust-0.3.1.tar.gz) = 305193
diff --git a/dns/autotrust/pkg-descr b/dns/autotrust/pkg-descr
new file mode 100644
index 000000000000..1ab330644759
--- /dev/null
+++ b/dns/autotrust/pkg-descr
@@ -0,0 +1,5 @@
+Autotrust is a command line tool to automatically update your DNSSEC
+trust anchors. It is intended to run from a cron job and can run
+next to any validating resolver. It makes use of ldns and libunbound.
+
+WWW: http://www.nlnetlabs.nl/projects/autotrust/