svn commit: r393641 - in head/dns: . axfr2acl rpsl2acl
Alexey Dokuchaev
danfe at FreeBSD.org
Thu Aug 6 09:06:41 UTC 2015
Author: danfe
Date: Thu Aug 6 09:06:38 2015
New Revision: 393641
URL: https://svnweb.freebsd.org/changeset/ports/393641
Log:
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/
Added:
head/dns/axfr2acl/
head/dns/axfr2acl/Makefile (contents, props changed)
head/dns/axfr2acl/distinfo (contents, props changed)
head/dns/axfr2acl/pkg-descr (contents, props changed)
head/dns/rpsl2acl/
head/dns/rpsl2acl/Makefile (contents, props changed)
head/dns/rpsl2acl/distinfo (contents, props changed)
head/dns/rpsl2acl/pkg-descr (contents, props changed)
Modified:
head/dns/Makefile
Modified: head/dns/Makefile
==============================================================================
--- head/dns/Makefile Thu Aug 6 08:59:10 2015 (r393640)
+++ head/dns/Makefile Thu Aug 6 09:06:38 2015 (r393641)
@@ -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
Added: head/dns/axfr2acl/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/dns/axfr2acl/Makefile Thu Aug 6 09:06:38 2015 (r393641)
@@ -0,0 +1,22 @@
+# Created by: Alexey Dokuchaev <danfe at 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 at 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>
Added: head/dns/axfr2acl/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/dns/axfr2acl/distinfo Thu Aug 6 09:06:38 2015 (r393641)
@@ -0,0 +1,2 @@
+SHA256 (axfr2acl-1.00.tar.gz) = 00cae06ae4206e86ebbab31d8371dfa7ba9d505b5f0dcd107e64d789c39a36fe
+SIZE (axfr2acl-1.00.tar.gz) = 5808
Added: head/dns/axfr2acl/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/dns/axfr2acl/pkg-descr Thu Aug 6 09:06:38 2015 (r393641)
@@ -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
Added: head/dns/rpsl2acl/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/dns/rpsl2acl/Makefile Thu Aug 6 09:06:38 2015 (r393641)
@@ -0,0 +1,22 @@
+# Created by: Alexey Dokuchaev <danfe at 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 at 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>
Added: head/dns/rpsl2acl/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/dns/rpsl2acl/distinfo Thu Aug 6 09:06:38 2015 (r393641)
@@ -0,0 +1,2 @@
+SHA256 (rpsl2acl-1.00.tar.gz) = f782f36eb7df009bf6c3f18181e65dbd1c8f31aa956e6ec49fad347b27726cf2
+SIZE (rpsl2acl-1.00.tar.gz) = 4939
Added: head/dns/rpsl2acl/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/dns/rpsl2acl/pkg-descr Thu Aug 6 09:06:38 2015 (r393641)
@@ -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
More information about the svn-ports-head
mailing list