HomeFreeBSD

Reggae - REGister Globaly Access Everywhere is a package which helps in common

Description

Reggae - REGister Globaly Access Everywhere is a package which helps in common
DevOps tasks. It is an open source package which relays on CBSD to provide lower
level management for jails and virtual machines.

If you have ever used Vagrant or Docker Compose, Reggae is best described
as an alternative to those. It enables you easy development inside jail
while code editing is done on the host. It makes transition from
development to production easier by using provisioners. It makes host
clean of all requirements of development and puts them inside jail which
is easily stopped, started, provisioned, and destroyed.

WWW: https://github.com/cbsd/reggae

New port added with couple of changes:

  1. cbsd dependency line was changed to include relative path to the cbsd binary. Without that poudriere fails to stage the package with "pkg-static: Insufficient privileges to add packages" message
  2. LICENSE_FILE and NO_ARCH knobs were added
  3. DATADIR variable in pkg-plist was replaced with relative path, because redefining of this variable on build time is not supported by reggae - it doesn't expect to change REGGAE_DIR var and this path is actually hardcoded in scripts. Corresponding portlint warnings should be ignored.

PR: 223708
Submitted by: Goran Mekić <meka@tilda.center>

Details

Provenance
rmAuthored on
Parents
rP474414: - Patches so that it builds with clang-6.
Branches
Unknown
Tags
Unknown