From owner-svn-ports-head@freebsd.org Wed Nov 21 20:19:13 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E5B71144AFB; Wed, 21 Nov 2018 20:19:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 05F9373FE6; Wed, 21 Nov 2018 20:19:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C1D6A253C1; Wed, 21 Nov 2018 20:19:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wALKJCWc048680; Wed, 21 Nov 2018 20:19:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wALKJCCj048676; Wed, 21 Nov 2018 20:19:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201811212019.wALKJCCj048676@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 21 Nov 2018 20:19:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485536 - in head/dns: . py-localzone X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/dns: . py-localzone X-SVN-Commit-Revision: 485536 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 05F9373FE6 X-Spamd-Result: default: False [0.77 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_LONG(0.00)[0.001,0]; NEURAL_SPAM_MEDIUM(0.25)[0.253,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.51)[0.514,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Nov 2018 20:19:13 -0000 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 +# $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 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