diff options
author | danfe <danfe@FreeBSD.org> | 2015-08-06 17:06:38 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2015-08-06 17:06:38 +0800 |
commit | fe6f39d8c5c9884ce1bacad6a4c21b1503601d5c (patch) | |
tree | 939667f17144e86d790889bf948476fbba5fc885 /dns/rpsl2acl | |
parent | a9822801e3c54ecdcc24fe7305ca155d31feee17 (diff) | |
download | freebsd-ports-gnome-fe6f39d8c5c9884ce1bacad6a4c21b1503601d5c.tar.gz freebsd-ports-gnome-fe6f39d8c5c9884ce1bacad6a4c21b1503601d5c.tar.zst freebsd-ports-gnome-fe6f39d8c5c9884ce1bacad6a4c21b1503601d5c.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/
Diffstat (limited to 'dns/rpsl2acl')
-rw-r--r-- | dns/rpsl2acl/Makefile | 22 | ||||
-rw-r--r-- | dns/rpsl2acl/distinfo | 2 | ||||
-rw-r--r-- | dns/rpsl2acl/pkg-descr | 7 |
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 |