Port details |
- docker-compose Define and run multi-container applications with Docker
- 1.24.0_3 sysutils =5 1.24.0_2Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2017-04-19 15:37:11
- Last Update: 2024-07-07 08:05:33
- Commit Hash: 1a80ec7
- People watching this port, also watch:: go, virtualbox-ose-kmod, minikube, vm-bhyve, plexmediaserver-plexpass
- Also Listed In: python
- License: APACHE20
- WWW:
- https://github.com/docker/compose/
- Description:
- Compose is a tool for defining and running multi-container Docker applications.
With Compose, you use a Compose file to configure your application's services.
Then, using a single command, you create and start all the services from your
configuration.
- ¦ ¦ ¦ ¦
- 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:
-
- docker-compose>0:sysutils/docker-compose
- To install the port:
- cd /usr/ports/sysutils/docker-compose/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/docker-compose
- pkg install docker-compose
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: docker-compose
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1555549016
SHA256 (docker-compose-1.24.0.tar.gz) = 5582a51827676f5243473310e911503e1016bbdf3be1b89dcb4201f42b5fa369
SIZE (docker-compose-1.24.0.tar.gz) = 258666
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-cached-property>=1.2.0 : devel/py-cached-property@py311
- py311-colorama>=0.3.7 : devel/py-colorama@py311
- py311-docker>=3.6.0 : sysutils/py-docker@py311
- py311-dockerpty>=0.4.1 : devel/py-dockerpty@py311
- py311-docopt>=0.6.1 : devel/py-docopt@py311
- py311-jsonschema>=2.5.1 : devel/py-jsonschema@py311
- py311-requests>=2.11.1 : www/py-requests@py311
- py311-six>=1.10.0 : devel/py-six@py311
- py311-texttable>=0.9.0 : textproc/py-texttable@py311
- py311-websocket-client>=0.32.0 : www/py-websocket-client@py311
- py311-pyyaml>=3.11 : devel/py-pyyaml@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_docker-compose
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.24.0_3 07 Jul 2024 08:05:33 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyaml
- Bump PORTREVISION of dependent ports for dependency change |
1.24.0_2 20 May 2024 10:33:03 |
Vsevolod Stakhov (vsevolod) |
security/libsodium: update to 1.0.19, bump dependent ports
PR: 278259
Reported by: Andrey Korobkov <alster-vinterdalen.se> |
1.24.0_1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
1.24.0_1 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f 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) |
1.24.0_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.24.0_1 04 May 2021 16:57:55 |
Rene Ladan (rene) |
*: reset lifanov's ports after safekeeping their ports bit.
Hat: portmgr-secretary |
1.24.0_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.24.0_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.24.0_1 10 Jan 2021 16:04:33 |
rene |
Remove empty PY_IPADDRESS from ports using Python 3.6+
Also remove one manual declaration (net-mgmt/py-aggregate6) |
1.24.0_1 10 Jan 2021 14:05:33 |
rene |
Remove empty PY_ENUM34 from ports using Python 3.6+ |
1.24.0_1 14 Jul 2020 07:59:28 |
antoine |
Unbreak bulk -a |
1.24.0_1 24 May 2019 00:00:30 |
lifanov |
update sysutils/docker-compose dependencies
This unbreaks the port build.
Tested with: docker-compose build, docker-compose up
PR: 237512
Reported by: bofh |
1.24.0 18 Apr 2019 00:58:56 |
lifanov |
update sysutils/docker-compose to 1.24.0 |
1.23.2_1 10 Apr 2019 06:18:32 |
antoine |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
1.23.2 02 Feb 2019 00:03:07 |
lifanov |
update Docker Compose to 1.23.2
https://github.com/docker/compose/releases/tag/1.23.2
PR: 235409
Submitted by: Dmitri Goutnik <dg@syrec.org> |
1.22.0 20 Aug 2018 00:45:15 |
lifanov |
update sysutils/docker-compose to 1.22.0 |
1.19.0_1 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
1.19.0_1 19 Mar 2018 20:23:56 |
sunpoet |
Relax USES=python
- Fix RUN_DEPENDS: remove duplicate net/py-ipaddress
- Simplify Makefile: use PY_IPADDRESS
- Sort RUN_DEPENDS
- Add NO_ARCH
- Use PYTHON_REL instead of PYTHON_SUFFIX
- Fix indent
- Bump PORTREVISION for dependency change
PR: 226738
Submitted by: sunpoet (myself)
Approved by: lifanov (maintainer) |
1.19.0 26 Feb 2018 22:32:17 |
sunpoet |
Simplify Makefile: use PY_ENUM34
With hat: python |
1.19.0 12 Feb 2018 18:12:11 |
lifanov |
update sysutils/docker-compose to 0.19.0
https://docs.docker.com/release-notes/docker-compose/#1190-2018-02-07 |
1.18.0 19 Dec 2017 14:58:16 |
lifanov |
update sysutils/docker-compose to 0.18.0
Changes: https://github.com/docker/compose/blob/1.18.0/CHANGELOG.md |
1.17.1 30 Nov 2017 15:50:34 |
mat |
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 ) |
1.17.1 10 Nov 2017 19:16:29 |
lifanov |
update sysutils/docker-compose to 1.17.1
Changes: https://github.com/docker/compose/blob/1.17.1/CHANGELOG.md |
1.17.0 03 Nov 2017 17:35:00 |
lifanov |
update sysutils/docker-compose to 1.17.0
Changes: https://github.com/docker/compose/blob/1.17.0/CHANGELOG.md |
1.16.1 05 Sep 2017 13:31:26 |
lifanov |
update sysutils/docker-compose to 1.16.1 |
1.15.0_1 23 Aug 2017 16:44:23 |
lifanov |
fix sysutils/docker-compose by relaxing requirements
Make setup.py satisfiable by API-compatible versions
we have in ports.
References:
https://github.com/docker/compose/issues/4848
https://bugzilla.redhat.com/show_bug.cgi?id=1452999
PR: 221744
Reported by: decke |
1.15.0 27 Jul 2017 12:54:59 |
lifanov |
update sysutils/docker-compose to 1.15.0
Changes: https://github.com/docker/compose/releases/tag/1.15.0 |
1.14.0 20 Jun 2017 13:19:55 |
lifanov |
update sysutils/docker-compose to 1.14.0
Changes: https://github.com/docker/compose/releases/tag/1.14.0 |
1.13.0 03 May 2017 15:47:20 |
lifanov |
update sysutils/docker-compose to 1.13.0
### Breaking changes
- `docker-compose up` now resets a service's scaling to its default value.
You can use the newly introduced `--scale` option to specify a custom
scale value
### New features
#### Compose file version 2.2
- Introduced version 2.2 of the `docker-compose.yml` specification. This
version requires to be used with Docker Engine 1.13.0 or above
- Added support for `init` in service definitions.
- Added support for `scale` in service definitions. The configuration's value
can be overridden using the `--scale` flag in `docker-compose up`.
Please note that the `scale` command is disabled for this file format
#### Compose file version 2.x
- Added support for `options` in the `ipam` section of network definitions |
1.12.0 19 Apr 2017 15:37:04 |
lifanov |
add sysutils/docker-compose
Compose is a tool for defining and running multi-container Docker applications.
With Compose, you use a Compose file to configure your application's services.
Then, using a single command, you create and start all the services from your
configuration. |