aboutsummaryrefslogtreecommitdiff
path: root/dns/axfr2acl
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2015-08-06 09:06:38 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2015-08-06 09:06:38 +0000
commitdfc4059672d6dca92a005a04db59954107e99484 (patch)
tree939667f17144e86d790889bf948476fbba5fc885 /dns/axfr2acl
parent9579446da16359ffab66203e3a3ad0f4385d2323 (diff)
downloadports-dfc4059672d6dca92a005a04db59954107e99484.tar.gz
ports-dfc4059672d6dca92a005a04db59954107e99484.zip
Add two remaining ports from dnstools suit:
axfr2acl transfers A records from the given DNS zones and converts them to an ACL for use in BIND configuration files. rpsl2acl queries a set of RPSL database objects (normally route-sets) and converts them to an ACL for use in BIND configuration files. WWW: http://www.gnu.org.ua/software/dnstools/
Notes
Notes: svn path=/head/; revision=393641
Diffstat (limited to 'dns/axfr2acl')
-rw-r--r--dns/axfr2acl/Makefile22
-rw-r--r--dns/axfr2acl/distinfo2
-rw-r--r--dns/axfr2acl/pkg-descr7
3 files changed, 31 insertions, 0 deletions
diff --git a/dns/axfr2acl/Makefile b/dns/axfr2acl/Makefile
new file mode 100644
index 000000000000..b53882dde668
--- /dev/null
+++ b/dns/axfr2acl/Makefile
@@ -0,0 +1,22 @@
+# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= axfr2acl
+PORTVERSION= 1.00
+CATEGORIES= dns perl5
+MASTER_SITES= ftp://download.gnu.org.ua/pub/release/dnstools/ \
+ http://freebsd.nsu.ru/distfiles/
+
+MAINTAINER= danfe@FreeBSD.org
+COMMENT= Transfer A records from DNS zones and convert to BIND ACLs
+
+LICENSE= GPLv3
+
+RUN_DEPENDS= p5-Net-DNS>0:${PORTSDIR}/dns/p5-Net-DNS
+
+USES= perl5
+USE_PERL5= configure
+
+PLIST_FILES= bin/axfr2acl man/man1/axfr2acl.1.gz
+
+.include <bsd.port.mk>
diff --git a/dns/axfr2acl/distinfo b/dns/axfr2acl/distinfo
new file mode 100644
index 000000000000..aed967ac6e23
--- /dev/null
+++ b/dns/axfr2acl/distinfo
@@ -0,0 +1,2 @@
+SHA256 (axfr2acl-1.00.tar.gz) = 00cae06ae4206e86ebbab31d8371dfa7ba9d505b5f0dcd107e64d789c39a36fe
+SIZE (axfr2acl-1.00.tar.gz) = 5808
diff --git a/dns/axfr2acl/pkg-descr b/dns/axfr2acl/pkg-descr
new file mode 100644
index 000000000000..4690e78c02d3
--- /dev/null
+++ b/dns/axfr2acl/pkg-descr
@@ -0,0 +1,7 @@
+axfr2acl transfers A records from the given DNS zones and converts them to
+an ACL for use in BIND configuration files.
+
+It is part of dnstools, a set of utilities for DNS management and related
+tasks.
+
+WWW: http://www.gnu.org.ua/software/dnstools/axfr2acl.html