mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 01:46:55 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
10 lines
537 B
Text
10 lines
537 B
Text
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
|