Compared to version 0.5, this package is identical, except that it now
provides support for aarch64.
Reviewed by: bapt
Differential Revision: https://reviews.freebsd.org/D3976
My thanks to Larry Rosenman who did all the heavy lifting on
this patch. The existing port relied heavily upon an agressive
sed which seems to have adverse affects.
Submitted by: ler@lerctr.org
PR: 193641 193617
Approved by: mat (mentor)
A frontend for bhyve which provides the 'vm' command
Create/start/stop virtual machines easily
Bridged/NAT networking
BSD/Linux guest support
WWW: https://github.com/churchers/vm-bhyve
PR: 202225
Submitted by: churchers@gmail.com
- Update PORTVERSION and distinfo checksum (1.2.1)
- Add setuptools explicitly (instead of implicitly via python.mk)
to RUN_DEPENDS, as ploy uses the pkg_resources module
- Add argparse to RUN_DEPENDS
- Add NO_ARCH
Changes:
https://github.com/ployground/ploy/blob/1.2.1/HISTORY.rst
- Update PORTVERSION and distinfo checksum (1.3.1)
- Update COMMENT to match upstream setup.py:description=
- Re-order RUN_DEPENDS to match setup.py install_requires order
- Add NO_ARCH
Changes:
https://github.com/ployground/ploy_ansible/blob/1.3.1/HISTORY.rst
* Update PORTVERSION and distinfo checksum (1.4.0
* Add setuptools explicitly (instead of implicitly via python.mk)
to RUN_DEPENDS, as ploy uses the pkg_resources module.
* Update COMMENT to match upstream setup.py:description=
* Add NO_ARCH
Changes:
https://github.com/ployground/ploy_ezjail/blob/1.4.0/HISTORY.rst
- Update PORTVERSION and distinfo checksum
- Reset PORTREVISION
This update unbreaks use on FreeBSD versions > 10 and adds man pages
for filewatcherd(8) and and watchtab(5).
While I'm here:
- Add LICENSE_FILE
PR: 203881
Submitted by: Natacha Porte <natbsd instinctive eu> (maintainer)
MFH: 2015Q4
- Support multiple values in *_OLD_CMD, i.e. we can now fix both "/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash, ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously) replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is still (correctly) replaced with "${perl_CMD} -tt")
Note that *_OLD_CMD items containing spaces must now be quoted (e.g. perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")
Update shebangfix usage according to new rules in many ports:
- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces
Fix shebangfix usage in many ports (irrelevant to infrastructure change):
- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for exact string
Approved by: portmgr (bapt)
Differential Revision: D3756
Intel's Active Management Technology is a simple embedded subsystem
that helps you manage remote servers. In particular you can power off
or reset a remote system, regardless of the state of the operating
system.
amtc is a tool to efficiently monitor, power-control on a scheduled
basis and interactively manage a bigger bunch of PCs equipped with
Intel vPro technology, distributed over several rooms. Having a
practical tool for this purpose massively eases system management
procedures, from scheduled, unattended OS-re-installs to individual,
interactive remote power management needs.
WWW: https://github.com/schnoddelbotz/amtc
PR: 189401
Submitted by: tony.li@tony.li
- s6-svc supports new -wr and -wR options for blocking on restarts
- s6-svlisten1 and s6-svlisten support new -r and -R options for
blocking on service restarts
PR: 203790
Submitted by: Colin Booth <colin@heliocat.net> (maintainer)
Changes:
- Restrict allowed characters for BE.
- Fix dataset listing (avoid listing snapshots).
- Avoid issues with bookmarks.
- Automatically unmount the BE when activating it.
- Fix grub not updating for: rename, activate.
- Generate a new /boot/entropy file for new BE.
PR: 202965