Date: Wed, 21 Nov 2018 20:19:12 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485536 - in head/dns: . py-localzone Message-ID: <201811212019.wALKJCCj048676@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Nov 21 20:19:11 2018 New Revision: 485536 URL: https://svnweb.freebsd.org/changeset/ports/485536 Log: 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 Added: head/dns/py-localzone/ head/dns/py-localzone/Makefile (contents, props changed) head/dns/py-localzone/distinfo (contents, props changed) head/dns/py-localzone/pkg-descr (contents, props changed) Modified: head/dns/Makefile Modified: head/dns/Makefile ============================================================================== --- head/dns/Makefile Wed Nov 21 20:13:22 2018 (r485535) +++ head/dns/Makefile Wed Nov 21 20:19:11 2018 (r485536) @@ -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 Added: head/dns/py-localzone/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/py-localzone/Makefile Wed Nov 21 20:19:11 2018 (r485536) @@ -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> Added: head/dns/py-localzone/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/py-localzone/distinfo Wed Nov 21 20:19:11 2018 (r485536) @@ -0,0 +1,3 @@ +TIMESTAMP = 1542820358 +SHA256 (localzone-0.9.4.tar.gz) = 500af7367fc99d5a4705f7a90bcc4f4fa96f5dfcfabf7117d74f3c49f5c90dac +SIZE (localzone-0.9.4.tar.gz) = 8992 Added: head/dns/py-localzone/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/py-localzone/pkg-descr Wed Nov 21 20:19:11 2018 (r485536) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811212019.wALKJCCj048676>