sysutils/podman-suite: new meta-port combining the full set

- buildah
- podman
- skopeo

Sponsored by:   SkunkWerks, GmbH
This commit is contained in:
Dave Cottlehuber 2022-11-16 12:46:31 +00:00
parent a521f78f6a
commit 17b8a182c8
4 changed files with 33 additions and 0 deletions

View file

@ -1018,6 +1018,7 @@
SUBDIR += pmt
SUBDIR += pnscan
SUBDIR += podman
SUBDIR += podman-suite
SUBDIR += polkit
SUBDIR += polkit-gnome
SUBDIR += polkit-qt

View file

@ -0,0 +1,21 @@
PORTNAME= podman-suite
PORTVERSION= 20221029
CATEGORIES= sysutils
MAINTAINER= dfr@FreeBSD.org
COMMENT= Metaport of podman and buildah toolkit
WWW= https://podman.io/
USES= metaport
RUN_DEPENDS= buildah>=0:sysutils/buildah \
podman>=0:sysutils/podman \
skopeo>=0:sysutils/skopeo
.include <bsd.port.options.mk>
.if ${OPSYS} != FreeBSD
IGNORE= not supported for this configuration
.endif
.include <bsd.port.mk>

View file

@ -0,0 +1,5 @@
buildah, podman and skopeo, comprise a modern container-based workflow
toolkit, now available on FreeBSD.
This meta-package doesn't preclude users from combining these
separately, nor from installing a functional subset of components.

View file

@ -0,0 +1,6 @@
Optionally, to host your own image registry, or to
create cross-platform images, install in addition:
- sysutils/docker-registry
- emulators/qemu-user-static