Mode 4555 is how the programs were installed before staging, and allows
normal users to access the system information. For now, xmbmon is still
installed in the X resource directory.
PR: 186332
Reported by: turutani (scphys.kyoto-u.ac.jp)
Approved by: maintainer (Muhammad Rahman)
Updated qjail.bootime script for addition of allow.sysvipc
and ruleset parameters that were added to qjail script in qjail-3.4.
PR: 191660
Submitted by: qjail@a1poweruser.com (maintainer)
BSDploy is a comprehensive tool to provision, configure and maintain
FreeBSD jail hosts and jails.
Its main design goal is to lower the barrier to repeatable jail setups.
* Modular provisioning with plugins for VirtualBox, Amazon EC2 and
an achitecture to support more.
* Bootstrap complete jail hosts from scratch.
* Declarative configuration: All hosts and their properties defined
in ploy.conf are automatically exposed to Ansible.
* Imperative maintenance: Run Fabric scripts with ploy do JAILNAME
TASKNAME and have all of the hosts and their variables in fab.env.
* Configure ZFS pools and filesystems with whole-disk-encryption.
WWW: http://docs.bsdploy.net/
- Add a recommended patch from upstream (r6250).
- Add an option to specify device other than /dev/smb0.
- Install manual page.
- Update MAINTAINER to use FreeBSD address.
- Remove the leading article from COMMENT.
- Add LICENSE.
- Convert to USES=tar:bzip2.
PR: 191198
Approved by: avg (maintainer, timeout > 2 weeks)
Strip the absolute prefix from the ansible.desktop PLIST_FILES entry which
was causing pkg_create to fail.
Submitted by: wg
Approved by: portmgr (blanket)
Ploy is a commandline-tool to provision, manage and control server instances.
What kind of server instances these are depends on the used plugins. There
are plugins for EC2 (ploy_ec2), FreeBSD Jails (ploy_ezjail) and more.
You can create, delete, monitor and ssh into instances while ploy handles the
details like ssh fingerprint checking. Additional plugins provide advanced
functionality like integrating Fabric (ploy_fabric) and Ansible (ploy_ansible).
WWW: http://ploy.readthedocs.org
execnet provides a share-nothing model with channel-send/receive communication
for distributing execution across many Python interpreters across version,
platform and network barriers. It has a minimal and fast API targetting the
following uses:
* Distribute tasks to (many) local or remote CPUs
* Write and deploy hybrid multi-process applications
* Write scripts to administer multiple environments
WWW: https://codespeak.net/execnet
- Add kde_cv_prog_cxx_fno_check_new=no to CONFIGURE_ARGS because
-fno-check-new is not supported by Clang and that causes the -fPIC
configure test to fail.