aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-11-21 20:19:11 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-11-21 20:19:11 +0000
commitabb78bce130f8fc992654b21c4656365cf7eb15f (patch)
tree93c3007f7ee3e281d7e34b552326b67ab4b696c7 /dns
parent9ed387d7ac5d4b208888efd836b5b73596388870 (diff)
downloadports-abb78bce130f8fc992654b21c4656365cf7eb15f.tar.gz
ports-abb78bce130f8fc992654b21c4656365cf7eb15f.zip
Add py-localzone 0.9.4
localzone is a low-calorie library for managing DNS zones. Features: - A simple API focused on managing resource records in local zone files - Support for almost all resource record types - Auto-save and auto-serial - Built for automation WWW: https://github.com/ags-slc/localzone
Notes
Notes: svn path=/head/; revision=485536
Diffstat (limited to 'dns')
-rw-r--r--dns/Makefile1
-rw-r--r--dns/py-localzone/Makefile23
-rw-r--r--dns/py-localzone/distinfo3
-rw-r--r--dns/py-localzone/pkg-descr9
4 files changed, 36 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile
index 4ac47982173c..fad33acf57d2 100644
--- a/dns/Makefile
+++ b/dns/Makefile
@@ -194,6 +194,7 @@
SUBDIR += py-idna_ssl
SUBDIR += py-idnkit2
SUBDIR += py-ldns
+ SUBDIR += py-localzone
SUBDIR += py-namebench
SUBDIR += py-publicsuffix
SUBDIR += py-publicsuffixlist
diff --git a/dns/py-localzone/Makefile b/dns/py-localzone/Makefile
new file mode 100644
index 000000000000..2e6fad343c69
--- /dev/null
+++ b/dns/py-localzone/Makefile
@@ -0,0 +1,23 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= localzone
+PORTVERSION= 0.9.4
+CATEGORIES= dns python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Library for managing DNS zones
+
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=0:dns/py-dnspython@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/dns/py-localzone/distinfo b/dns/py-localzone/distinfo
new file mode 100644
index 000000000000..d71ca8852b40
--- /dev/null
+++ b/dns/py-localzone/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1542820358
+SHA256 (localzone-0.9.4.tar.gz) = 500af7367fc99d5a4705f7a90bcc4f4fa96f5dfcfabf7117d74f3c49f5c90dac
+SIZE (localzone-0.9.4.tar.gz) = 8992
diff --git a/dns/py-localzone/pkg-descr b/dns/py-localzone/pkg-descr
new file mode 100644
index 000000000000..6629e5bfa8eb
--- /dev/null
+++ b/dns/py-localzone/pkg-descr
@@ -0,0 +1,9 @@
+localzone is a low-calorie library for managing DNS zones.
+
+Features:
+- A simple API focused on managing resource records in local zone files
+- Support for almost all resource record types
+- Auto-save and auto-serial
+- Built for automation
+
+WWW: https://github.com/ags-slc/localzone