aboutsummaryrefslogtreecommitdiff
path: root/dns/rpsl2acl
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/rpsl2acl
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/rpsl2acl')
-rw-r--r--dns/rpsl2acl/Makefile22
-rw-r--r--dns/rpsl2acl/distinfo2
-rw-r--r--dns/rpsl2acl/pkg-descr7
3 files changed, 31 insertions, 0 deletions
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