From owner-svn-ports-head@freebsd.org  Tue May 28 08:08:13 2019
Return-Path: <owner-svn-ports-head@freebsd.org>
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 81FD415BA384;
 Tue, 28 May 2019 08:08:13 +0000 (UTC) (envelope-from dch@FreeBSD.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org
 [IPv6:2610:1c1:1:606c::19:3])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 server-signature RSA-PSS (4096 bits)
 client-signature RSA-PSS (4096 bits) client-digest SHA256)
 (Client CN "mxrelay.nyi.freebsd.org",
 Issuer "Let's Encrypt Authority X3" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id 23C186CE14;
 Tue, 28 May 2019 08:08:13 +0000 (UTC) (envelope-from dch@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 F2BDBF932;
 Tue, 28 May 2019 08:08:12 +0000 (UTC) (envelope-from dch@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4S88Cp6068348;
 Tue, 28 May 2019 08:08:12 GMT (envelope-from dch@FreeBSD.org)
Received: (from dch@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4S88B52068344;
 Tue, 28 May 2019 08:08:11 GMT (envelope-from dch@FreeBSD.org)
Message-Id: <201905280808.x4S88B52068344@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: dch set sender to dch@FreeBSD.org
 using -f
From: Dave Cottlehuber <dch@FreeBSD.org>
Date: Tue, 28 May 2019 08:08:11 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r502863 - in head/sysutils: . py-mitogen py-mitogen/files
X-SVN-Group: ports-head
X-SVN-Commit-Author: dch
X-SVN-Commit-Paths: in head/sysutils: . py-mitogen py-mitogen/files
X-SVN-Commit-Revision: 502863
X-SVN-Commit-Repository: ports
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Rspamd-Queue-Id: 23C186CE14
X-Spamd-Bar: --
Authentication-Results: mx1.freebsd.org
X-Spamd-Result: default: False [-2.95 / 15.00];
 local_wl_from(0.00)[FreeBSD.org];
 NEURAL_HAM_MEDIUM(-1.00)[-0.999,0];
 NEURAL_HAM_SHORT(-0.95)[-0.954,0];
 ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US];
 NEURAL_HAM_LONG(-1.00)[-1.000,0]
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
 <svn-ports-head.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-head>, 
 <mailto:svn-ports-head-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-head/>
List-Post: <mailto:svn-ports-head@freebsd.org>
List-Help: <mailto:svn-ports-head-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-head>,
 <mailto:svn-ports-head-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 28 May 2019 08:08:13 -0000

Author: dch
Date: Tue May 28 08:08:11 2019
New Revision: 502863
URL: https://svnweb.freebsd.org/changeset/ports/502863

Log:
  sysutils/py-mitogen: new port for accelerating ansible
  
  Reviewed by:	matthew, bcr
  Approved by:	jrm (mentor)
  Differential Revision:	https://reviews.freebsd.org/D20434

Added:
  head/sysutils/py-mitogen/
  head/sysutils/py-mitogen/Makefile   (contents, props changed)
  head/sysutils/py-mitogen/distinfo   (contents, props changed)
  head/sysutils/py-mitogen/files/
  head/sysutils/py-mitogen/files/pkg-message.in   (contents, props changed)
  head/sysutils/py-mitogen/pkg-descr   (contents, props changed)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Tue May 28 06:51:02 2019	(r502862)
+++ head/sysutils/Makefile	Tue May 28 08:08:11 2019	(r502863)
@@ -1029,6 +1029,7 @@
     SUBDIR += py-hpilo
     SUBDIR += py-iowait
     SUBDIR += py-leviathan
+    SUBDIR += py-mitogen
     SUBDIR += py-mqttwarn
     SUBDIR += py-nagiosplugin
     SUBDIR += py-packet-python

Added: head/sysutils/py-mitogen/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/py-mitogen/Makefile	Tue May 28 08:08:11 2019	(r502863)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME=	mitogen
+DISTVERSION=	0.2.7
+CATEGORIES=	sysutils python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	dch@FreeBSD.org
+COMMENT=	Ansible accelerator & python library for writing distributed programs
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		python
+USE_PYTHON=	distutils autoplist concurrent
+
+NO_ARCH=	yes
+
+SUB_FILES=	pkg-message
+SUB_LIST=	PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR}
+
+.include <bsd.port.mk>

Added: head/sysutils/py-mitogen/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/py-mitogen/distinfo	Tue May 28 08:08:11 2019	(r502863)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1558988017
+SHA256 (mitogen-0.2.7.tar.gz) = c2dd28d6b964699822455f6c91acedc16324913586837f046a76e2e4ac1d716c
+SIZE (mitogen-0.2.7.tar.gz) = 187461

Added: head/sysutils/py-mitogen/files/pkg-message.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/py-mitogen/files/pkg-message.in	Tue May 28 08:08:11 2019	(r502863)
@@ -0,0 +1,7 @@
+If you are intending to use mitogen together with [sysutils/ansible]
+then simply append this into your ansible.cfg file, whether in /etc
+or in the root directory of your ansible playbook:
+
+[defaults]
+strategy         = mitogen_linear
+strategy_plugins = %%PYTHON_SITELIBDIR%%/ansible_mitogen/plugins/strategy

Added: head/sysutils/py-mitogen/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/py-mitogen/pkg-descr	Tue May 28 08:08:11 2019	(r502863)
@@ -0,0 +1,12 @@
+Python library for writing distributed, self-replicating programs. Its
+main feature is a pythonic "remote fork", enabling your program to
+bootstrap and communicate with remote copies of itself, requiring only
+an existing installed python, and a suitable ssh client.
+
+Mitogen also includes a highly efficient re-implementation of Ansible's
+RPC layer, providing a staggering and massive speed-up compared to stock
+ansible. Installation is trivial, and the results are impressive.
+
+https://mitogen.networkgenomics.com/ansible_detailed.html
+
+WWW: https://mitogen.networkgenomics.com/