Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F137924049
D20434.id57974.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D20434.id57974.diff
View Options
Index: sysutils/Makefile
===================================================================
--- sysutils/Makefile
+++ sysutils/Makefile
@@ -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
Index: sysutils/py-mitogen/Makefile
===================================================================
--- /dev/null
+++ sysutils/py-mitogen/Makefile
@@ -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>
Index: sysutils/py-mitogen/distinfo
===================================================================
--- /dev/null
+++ sysutils/py-mitogen/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1558988017
+SHA256 (mitogen-0.2.7.tar.gz) = c2dd28d6b964699822455f6c91acedc16324913586837f046a76e2e4ac1d716c
+SIZE (mitogen-0.2.7.tar.gz) = 187461
Index: sysutils/py-mitogen/files/pkg-message.in
===================================================================
--- /dev/null
+++ sysutils/py-mitogen/files/pkg-message.in
@@ -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
Index: sysutils/py-mitogen/pkg-descr
===================================================================
--- /dev/null
+++ sysutils/py-mitogen/pkg-descr
@@ -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/
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 28, 7:28 AM (2 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26277443
Default Alt Text
D20434.id57974.diff (2 KB)
Attached To
Mode
D20434: sysutils/py-mitogen: new port
Attached
Detach File
Event Timeline
Log In to Comment