notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
bsdploy Tool to remotely provision, configure and maintain FreeBSD jails
2.3.0 sysutils Deleted on this many watch lists=3 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.3.0Version of this port present on the latest quarterly branch.
Maintainer: koobs@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2014-07-08 14:30:37
Last Update: 2020-01-01 13:06:46
SVN Revision: 521717
People watching this port, also watch:: coreutils, openssl, libreoffice
Also Listed In: python
License: BSD3CLAUSE
WWW:
https://github.com/ployground/bsdploy
Description:
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: https://github.com/ployground/bsdploy
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • bsdploy>0:sysutils/bsdploy
No installation instructions:
This port has been deleted.
PKGNAME: bsdploy
Package flavors (<flavor>: <package>)
  • py27: bsdploy
distinfo:
TIMESTAMP = 1558180560 SHA256 (bsdploy-2.3.0.tar.gz) = 14d54adf00bcc511a0a5617ada24540264133d086fbc91c48d9fa17347a0fc75 SIZE (bsdploy-2.3.0.tar.gz) = 76926

No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py27-setuptools>0 : devel/py-setuptools@py27
  2. python2.7 : lang/python27
Runtime dependencies:
  1. py27-yaml>0 : devel/py-yaml@py27
  2. py27-Jinja2>0 : devel/py-Jinja2@py27
  3. py27-setuptools>0 : devel/py-setuptools@py27
  4. py27-pyliblzma>0 : archivers/py-pyliblzma@py27
  5. py27-ploy>=1.5.0 : sysutils/py-ploy@py27
  6. py27-ploy_ansible>=1.3.0 : sysutils/py-ploy_ansible@py27
  7. py27-ploy_ezjail>=1.2.0 : sysutils/py-ploy_ezjail@py27
  8. py27-ploy_fabric>=1.1.0 : sysutils/py-ploy_fabric@py27
  9. py27-ploy_ec2>0 : sysutils/py-ploy_ec2@py27
  10. py27-setuptools>0 : devel/py-setuptools@py27
  11. python2.7 : lang/python27
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for bsdploy-2.3.0: EC2=on: Support Amazon Web Services EC2 hosts ===> Use 'make config' to modify these settings
Options name:
N/A
USES:
python:-2.7
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/b/bsdploy/
  2. https://pypi.org/packages/source/b/bsdploy/
Collapse this list.

Number of commits found: 15

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.3.0
01 Jan 2020 13:06:46
Revision:521717Original commit files touched by this commit
rene search for other commits by this committer
Remove expired ports:

2017-10-01 sysutils/ansible1: please upgrade to sysutils/ansible
sysutils/bsdploy, depends on expired sysutils/ansible1
sysutils/py-ploy_ansible, depends on expired sysutils/ansible1
2.3.0
18 May 2019 12:40:48
Revision:501961Original commit files touched by this commit
koobs search for other commits by this committer
sysutils/bsdploy: Update to 2.3.0

Changelog:

  https://github.com/ployground/bsdploy/blob/2.3.0/CHANGES.rst
2.1.0
20 Jun 2018 17:05:44
Revision:472884Original commit files touched by this commit
mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2.1.0
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.1.0
16 Mar 2017 19:23:49
Revision:436290Original commit files touched by this commit
antoine search for other commits by this committer
Rename python setuptools ports to better match other python ports

Reviewed by:	mat, sunpoet
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D9983
2.1.0
01 Apr 2016 14:25:18
Revision:412349Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
2.1.0
30 Nov 2015 08:37:38
Revision:402654Original commit files touched by this commit
koobs search for other commits by this committer
archivers/py-liblzma: Rename to pylibzma, Modernize

- Rename to match upstream (PyPI) name: pylibzma
- Backport upstream issue/commit to fix build without pkg-config [1][2]
- Remove post-patch: target, no longer necessary
- Remove other setup.py overrides, back to upstream sources
- Add do-test target:
- Add LICENSE_FILE
- Add MOVED entry

While I'm here:

- Update sysutils/bsdploy dependency

[1] https://bugs.launchpad.net/pyliblzma/+bug/613837
[2] https://bazaar.launchpad.net/~proyvind/pyliblzma/trunk/revision/494

Reviewed by:		sbz
Approved by:		dbn (maintainer timeout, 15 days)
Differential Revision:	D4161
2.1.0
28 Oct 2015 14:39:02
Revision:400397Original commit files touched by this commit
koobs search for other commits by this committer
sysutils/bsdploy: Update to 2.1.0

- Update PORTVERSION and distinfo checkum (2.1.0)
- Update RUN_DEPENDS versions
- Add NO_ARCH
- Remove pytest.ini which forces pep8 and flakes for tests

Changes:

  https://github.com/ployground/bsdploy/blob/master/CHANGES.rst
2.0.0
06 Mar 2015 01:07:07
Revision:380572Original commit files touched by this commit
koobs search for other commits by this committer
sysutils/bsdploy: Update to 2.0.0

- Update to 2.0.0
- Use PORTVERSION over DISTVERSION
- Update minimum RUN_DEPENDS versions
- Seperate OPTIONS from OPTIONS_DESC's

Changes: 2.0.0 - 2015-03-05

  * Add support for http proxies
  * Deactivate pkg's auto update feature by default
  * Add support for firstboot-freebsd-update (disabled by default)
  * [BACKWARDS INCOMPATIBLE] switched from ipfilter to pf
    Note: you MUST convert any existing ipnat_rules to the new pf_nat_rules.
  * Provide defaults for VirtualBox instances (less boilerplate)
  * Set full /etc/ntp.conf instead of trying to fiddle with an existing one.
  * Support configuration as non-root user (Issue #62)
  * Switched to semantic versioning (see http://semver.org)
1.3
18 Feb 2015 22:34:26
Revision:379325Original commit files touched by this commit
koobs search for other commits by this committer
sysutils/bsdploy: Mark UnBROKEN

Mark no longer BROKEN as ploy_ansible has grown support for
Ansible > 1.8 [1] and is now in the ports tree [2].

Thank you Tom Lazar and Florian Schulze for the extremely responsive support
and fix.

[1] https://github.com/ployground/ploy_ansible/pull/13
[2] https://svnweb.freebsd.org/changeset/ports/379322
1.3
18 Feb 2015 11:32:23
Revision:379205Original commit files touched by this commit
koobs search for other commits by this committer
sysutils/bsdploy: Mark BROKEN

Mark BROKEN temporarily since ploy_ansible doesnt play nice with
Ansible >= 1.8 [1] and our sysutils/ansible port is at 1.8.3.

[1] https://github.com/ployground/bsdploy/issues/60

Reported by:    dlangille
1.3
31 Jan 2015 00:01:51
Revision:378188Original commit files touched by this commit
koobs search for other commits by this committer
sysutils/bsdploy: Update to 1.3

- Update bsdploy to 1.3
- Update all py-ploy[_]* dependencies:

    ploy:         1.0.3
    ploy_ensible: 1.2.1
    ploy_ec2:     1.1.1
    ploy_ezjail:  1.1.0
    ploy_fabric   1.1.0

- Sort USE_PYTHON's

Changes:

  * bsdploy:      https://github.com/ployground/bsdploy/blob/1.3/CHANGES.rst
  * ploy:         https://github.com/ployground/ploy/blob/1.0.3/HISTORY.rst
  * ploy_ansible:
https://github.com/ployground/ploy_ansible/blob/1.2.1/HISTORY.rst
  * ploy_ec2:     https://github.com/ployground/ploy_ec2/blob/1.1.1/HISTORY.rst
  * ploy_ezjail: 
https://github.com/ployground/ploy_ezjail/blob/1.1.0/HISTORY.rst
  * ploy_fabric: 
https://github.com/ployground/ploy_fabric/blob/1.1.0/HISTORY.rst
1.0.0
24 Oct 2014 16:56:10
Revision:371454Original commit files touched by this commit
mva search for other commits by this committer
- Convert ports of sysutils/ to new USES=python

Approved by:	portmgr (implicit)
1.0.0
21 Jul 2014 13:19:24
Revision:362434Original commit files touched by this commit
koobs search for other commits by this committer
sysutils/bsdploy: Update to 1.0.0 !! #GOLD

Update BSDploy and plugins to the latest, greatest, stable and gold 1.0.0
release while @tomlazar and @fschulze are running BSDploy training at
EuroPython 2014 :D

- Update RUN_DEPENDS to require >= 1.0.0 for all plugins
1.0.b4
08 Jul 2014 14:30:27
Revision:361248Original commit files touched by this commit
koobs search for other commits by this committer
[NEW] sysutils/bsdploy: Container Management for FreeBSD Jails

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/

Number of commits found: 15