summaryrefslogtreecommitdiff
path: root/dns
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
parentdevel/py-robotframework-pabot: update 0.13 -> 0.15 (diff)
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')
-rw-r--r--dns/Makefile2
-rw-r--r--dns/axfr2acl/Makefile22
-rw-r--r--dns/axfr2acl/distinfo2
-rw-r--r--dns/axfr2acl/pkg-descr7
-rw-r--r--dns/rpsl2acl/Makefile22
-rw-r--r--dns/rpsl2acl/distinfo2
-rw-r--r--dns/rpsl2acl/pkg-descr7
7 files changed, 64 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile
index 0d14e643ccab..6ef05d46ad10 100644
--- a/dns/Makefile
+++ b/dns/Makefile
@@ -7,6 +7,7 @@
SUBDIR += adsuck
SUBDIR += ares
SUBDIR += autotrust
+ SUBDIR += axfr2acl
SUBDIR += bind-tools
SUBDIR += bind10
SUBDIR += bind910
@@ -172,6 +173,7 @@
SUBDIR += rbllookup
SUBDIR += rbllookup-ng
SUBDIR += renewck
+ SUBDIR += rpsl2acl
SUBDIR += rubygem-dnsruby
SUBDIR += rubygem-net-dns
SUBDIR += rubygem-public_suffix
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
diff --git a/dns/rpsl2acl/Makefile b/dns/rpsl2acl/Makefile
new file mode 100644
index 000000000000..d84fcfec4b94
--- /dev/null
+++ b/dns/rpsl2acl/Makefile
@@ -0,0 +1,22 @@
+# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= rpsl2acl
+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= Query set of RPSL database objects and convert to BIND ACLs
+
+LICENSE= GPLv3
+
+RUN_DEPENDS= p5-Net-CIDR>0:${PORTSDIR}/net-mgmt/p5-Net-CIDR
+
+USES= perl5
+USE_PERL5= configure
+
+PLIST_FILES= bin/rpsl2acl man/man1/rpsl2acl.1.gz
+
+.include <bsd.port.mk>
diff --git a/dns/rpsl2acl/distinfo b/dns/rpsl2acl/distinfo
new file mode 100644
index 000000000000..e89653e493bd
--- /dev/null
+++ b/dns/rpsl2acl/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rpsl2acl-1.00.tar.gz) = f782f36eb7df009bf6c3f18181e65dbd1c8f31aa956e6ec49fad347b27726cf2
+SIZE (rpsl2acl-1.00.tar.gz) = 4939
diff --git a/dns/rpsl2acl/pkg-descr b/dns/rpsl2acl/pkg-descr
new file mode 100644
index 000000000000..23a2862b53be
--- /dev/null
+++ b/dns/rpsl2acl/pkg-descr
@@ -0,0 +1,7 @@
+rpsl2acl queries a set of RPSL database objects (normally route-sets) 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/rpsl2acl.html