From owner-svn-ports-all@freebsd.org Thu Feb 22 14:29:58 2018 Return-Path: Delivered-To: svn-ports-all@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 19540F08609; Thu, 22 Feb 2018 14:29:58 +0000 (UTC) (envelope-from mat@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 C16D285889; Thu, 22 Feb 2018 14:29:57 +0000 (UTC) (envelope-from mat@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 BC4F5CB2; Thu, 22 Feb 2018 14:29:57 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1METvPu030875; Thu, 22 Feb 2018 14:29:57 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1METvFn030871; Thu, 22 Feb 2018 14:29:57 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201802221429.w1METvFn030871@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 22 Feb 2018 14:29:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462598 - in head/dns: . py-cloudflare X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in head/dns: . py-cloudflare X-SVN-Commit-Revision: 462598 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Feb 2018 14:29:58 -0000 Author: mat Date: Thu Feb 22 14:29:57 2018 New Revision: 462598 URL: https://svnweb.freebsd.org/changeset/ports/462598 Log: Add py-cloudflare, a wrapper for the Cloudflare v4 API. Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D14262 Added: head/dns/py-cloudflare/ head/dns/py-cloudflare/Makefile (contents, props changed) head/dns/py-cloudflare/distinfo (contents, props changed) head/dns/py-cloudflare/pkg-descr (contents, props changed) Modified: head/dns/Makefile (contents, props changed) Modified: head/dns/Makefile ============================================================================== --- head/dns/Makefile Thu Feb 22 14:29:36 2018 (r462597) +++ head/dns/Makefile Thu Feb 22 14:29:57 2018 (r462598) @@ -174,6 +174,7 @@ SUBDIR += powerdns-recursor SUBDIR += powerdns-recursor40 SUBDIR += public_suffix_list + SUBDIR += py-cloudflare SUBDIR += py-dns SUBDIR += py-dns-lexicon SUBDIR += py-dnschain Added: head/dns/py-cloudflare/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/py-cloudflare/Makefile Thu Feb 22 14:29:57 2018 (r462598) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= cloudflare +PORTVERSION= 1.8.1 +CATEGORIES= dns python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= python@FreeBSD.org +COMMENT= wrapper for the Cloudflare v4 API + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include Added: head/dns/py-cloudflare/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/py-cloudflare/distinfo Thu Feb 22 14:29:57 2018 (r462598) @@ -0,0 +1,3 @@ +TIMESTAMP = 1518080731 +SHA256 (cloudflare-1.8.1.tar.gz) = 3d73cb071a14d443a8d3ef19a0c6a4cbbfea784de3144666ecbcd35ddfc9b5c2 +SIZE (cloudflare-1.8.1.tar.gz) = 48493 Added: head/dns/py-cloudflare/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/py-cloudflare/pkg-descr Thu Feb 22 14:29:57 2018 (r462598) @@ -0,0 +1,3 @@ +Python wrapper for the DNS Cloudflare v4 API + +WWW: https://github.com/cloudflare/python-cloudflare