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

Newsfeed changes

The news feed page[s] were not laid out well. Two pages, disjointed information, hard to figure out how to use the optional parameters...

Thankfully, someone told me.

The new page is ready for your review. Please compare these two:

You may also be interested in the Github issue.
Port details
podman-compose Script to run docker-compose.yml using podman
1.3.0 sysutils on this many watch lists=0 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 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: getz@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-02-11 13:27:23
Last Update: 2025-03-13 04:56:30
Commit Hash: 07ee2cf
Also Listed In: python
License: GPLv2
WWW:
https://github.com/containers/podman-compose
Description:
podman-compose is a tool for running docker-compose.yml using podman. 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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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:
  • ${PYTHON_PKGNAMEPREFIX}podman-compose>0:sysutils/podman-compose@${PY_FLAVOR}
To install the port:
cd /usr/ports/sysutils/podman-compose/ && make install clean
To add the package, run one of these commands:
  • pkg install sysutils/podman-compose
  • pkg install py311-podman-compose
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py311-podman-compose listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-podman-compose
Package flavors (<flavor>: <package>)
  • py311: py311-podman-compose
distinfo:
TIMESTAMP = 1738676930 SHA256 (podman_compose-1.3.0.tar.gz) = e65a70e8fa26bd195d2017ac5893149b40c0df5a0c20d480a338c4f60218b1fa SIZE (podman_compose-1.3.0.tar.gz) = 42258

Packages (timestamps in pop-ups are UTC):
py311-podman-compose
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.3.01.3.0-1.3.01.3.0---
FreeBSD:13:quarterly1.3.01.3.0--1.3.0---
FreeBSD:14:latest1.3.01.3.0-1.3.01.3.0---
FreeBSD:14:quarterly-1.3.0--1.3.0---
FreeBSD:15:latest1.3.01.3.0n/a1.3.0n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-pyyaml>=0 : devel/py-pyyaml@py311
  2. py311-python-dotenv>=0 : www/py-python-dotenv@py311
  3. py311-setuptools>=0 : devel/py-setuptools@py311
  4. py311-wheel>=0 : devel/py-wheel@py311
  5. python3.11 : lang/python311
  6. py311-build>=0 : devel/py-build@py311
  7. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-pyyaml>=0 : devel/py-pyyaml@py311
  2. py311-python-dotenv>=0 : www/py-python-dotenv@py311
  3. python3.11 : lang/python311
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
sysutils_podman-compose
USES:
python
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/p/podman_compose/
  2. https://pypi.org/packages/source/p/podman_compose/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.3.0
13 Mar 2025 04:56:30
commit hash: 07ee2cfdc8484d479aeface153391fcd70162191commit hash: 07ee2cfdc8484d479aeface153391fcd70162191commit hash: 07ee2cfdc8484d479aeface153391fcd70162191commit hash: 07ee2cfdc8484d479aeface153391fcd70162191 files touched by this commit
Bryan Drewery (bdrewery) search for other commits by this committer
Author: Getz Mikalsen
sysutils/podman-compose: Fix build

Add missing build dependency: devel/py-setuptools

PR:	285349
1.3.0
11 Feb 2025 13:26:11
commit hash: 9343ff9aa02605d3ab90b9c803de9cde4ba2b536commit hash: 9343ff9aa02605d3ab90b9c803de9cde4ba2b536commit hash: 9343ff9aa02605d3ab90b9c803de9cde4ba2b536commit hash: 9343ff9aa02605d3ab90b9c803de9cde4ba2b536 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
Author: Getz Mikalsen
sysutils/podman-compose: add port

podman-compose is a tool for running docker-compose.yml using podman.
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.

WWW: https://github.com/containers/podman-compose

PR:		284573

Number of commits found: 2