mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
*/*: update licences for podman-related infra
Most of of the products, except ocijail, are under Apache 2.0. Add licence files. Bump PORTREVISIONs. Approved by: dfr (maintainer) Differential Revision: https://reviews.freebsd.org/D47924
This commit is contained in:
parent
b2a70d3a47
commit
2aa122875d
7 changed files with 21 additions and 9 deletions
|
@ -1,14 +1,15 @@
|
|||
PORTNAME= containernetworking-plugins
|
||||
DISTVERSIONPREFIX= freebsd-v
|
||||
DISTVERSION= 0.5
|
||||
PORTREVISION= 9
|
||||
PORTREVISION= 10
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER= dfr@FreeBSD.org
|
||||
COMMENT= Networking plugins for container networking support
|
||||
WWW= https://www.cni.dev/
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= go:no_targets
|
||||
BUILD_DEPENDS= bash:shells/bash
|
||||
|
|
|
@ -1,13 +1,15 @@
|
|||
PORTNAME= buildah
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.37.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= dfr@FreeBSD.org
|
||||
COMMENT= Manage Pods, Containers and Container Images
|
||||
WWW= https://buildah.io/
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= bash:shells/bash \
|
||||
go-md2man:textproc/go-md2man \
|
||||
|
|
|
@ -1,14 +1,15 @@
|
|||
PORTNAME= conmon
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.1.12
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= dfr@FreeBSD.org
|
||||
COMMENT= OCI container runtime monitor
|
||||
WWW= https://github.com/containers/conmon
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= bash:shells/bash
|
||||
LIB_DEPENDS= libglib-2.0.so:devel/glib20
|
||||
|
|
|
@ -1,13 +1,15 @@
|
|||
PORTNAME= containers-common
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.60.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= dfr@FreeBSD.org
|
||||
COMMENT= Common manpages and config files for podman and buildah
|
||||
WWW= https://github.com/containers
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= bash:shells/bash \
|
||||
curl:ftp/curl \
|
||||
|
|
|
@ -1,13 +1,15 @@
|
|||
PORTNAME= ocijail
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.4.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= dfr@FreeBSD.org
|
||||
COMMENT= Experimental, proof-of-concept OCI-compatible runtime for jails
|
||||
WWW= https://github.com/dfr/ocijail
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= bazel:devel/bazel5 bash:shells/bash
|
||||
|
||||
|
|
|
@ -1,13 +1,15 @@
|
|||
PORTNAME= podman
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 5.2.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= dfr@FreeBSD.org
|
||||
COMMENT= Manage Pods, Containers and Container Images
|
||||
WWW= https://podman.io/
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= bash:shells/bash \
|
||||
go-md2man:textproc/go-md2man \
|
||||
|
|
|
@ -1,13 +1,15 @@
|
|||
PORTNAME= skopeo
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.16.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= dfr@FreeBSD.org
|
||||
COMMENT= Inspect container images and repositories on registries
|
||||
WWW= https://github.com/containers/skopeo
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= bash:shells/bash \
|
||||
curl:ftp/curl \
|
||||
|
|
Loading…
Add table
Reference in a new issue