1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00

sysutils/iocell: NEW PORT - Feature rich Jail containers manager (iocage fork)

iocell is a zero dependency drop in jail/container manager
amalgamating some of the best features and technologies
FreeBSD operating system has to offer.

It is geared for ease of use with a simple and easy to
understand command syntax.

iocell has been forked from iocage with the goal of keeping
original iocage experience available, providing bugfixes
and new features.

WWW: https://github.com/bartekrutkowski/iocell

Submitted by:	Bartek Rutkowski <robak@FreeBSD.org>
Sponsored by:	Pixeware LTD
This commit is contained in:
Bartek Rutkowski 2016-12-16 20:21:16 +00:00
parent 3f7340128c
commit 84bdb2399d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=428695
5 changed files with 74 additions and 0 deletions

View File

@ -454,6 +454,7 @@
SUBDIR += intel-qcu
SUBDIR += iocage
SUBDIR += iocage-devel
SUBDIR += iocell
SUBDIR += iogen
SUBDIR += iograph
SUBDIR += iohyve

39
sysutils/iocell/Makefile Normal file
View File

@ -0,0 +1,39 @@
# Created by: Bartek Rutkowski <robak@FreeBSD.org>
# $FreeBSD$
PORTNAME= iocell
PORTVERSION= 2.0.0
DISTVERSIONPREFIX=v
CATEGORIES= sysutils
MAINTAINER= robak@FreeBSD.org
COMMENT= Feature rich Jail containers manager (iocage fork)
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= uclcmd:devel/uclcmd
CONFLICTS= iocage-*
USE_GITHUB= yes
GH_ACCOUNT= bartekrutkowski
NO_BUILD= yes
NO_ARCH= yes
IGNORE_FreeBSD_9= requires FreeBSD 10.x or newer
post-patch:
@${REINPLACE_CMD} -e "s|/usr/local/lib/iocell|${PREFIX}/lib/iocell|g" ${WRKSRC}/iocell
pre-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/iocell
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/rc.d/iocell ${STAGEDIR}${PREFIX}/etc/rc.d
${INSTALL_SCRIPT} ${WRKSRC}/iocell ${STAGEDIR}${PREFIX}/sbin
(cd ${WRKSRC}/lib/ && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/iocell)
${INSTALL_MAN} ${WRKSRC}/iocell.8 ${STAGEDIR}${PREFIX}/man/man8
.include <bsd.port.mk>

3
sysutils/iocell/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1481915244
SHA256 (bartekrutkowski-iocell-v2.0.0_GH0.tar.gz) = a175e6e5177a8ea8771d4443b766384b1c9db65093fe56d6d9e1cb942dea1a3f
SIZE (bartekrutkowski-iocell-v2.0.0_GH0.tar.gz) = 371045

12
sysutils/iocell/pkg-descr Normal file
View File

@ -0,0 +1,12 @@
iocell is a zero dependency drop in jail/container manager
amalgamating some of the best features and technologies
FreeBSD operating system has to offer.
It is geared for ease of use with a simple and easy to
understand command syntax.
iocell has been forked from iocage with the goal of keeping
original iocage experience available, providing bugfixes
and new features.
WWW: https://github.com/bartekrutkowski/iocell

19
sysutils/iocell/pkg-plist Normal file
View File

@ -0,0 +1,19 @@
etc/rc.d/iocell
lib/iocell/ioc-cmd
lib/iocell/ioc-common
lib/iocell/ioc-configure
lib/iocell/ioc-git
lib/iocell/ioc-globals
lib/iocell/ioc-hacks
lib/iocell/ioc-help
lib/iocell/ioc-image
lib/iocell/ioc-info
lib/iocell/ioc-network
lib/iocell/ioc-rc
lib/iocell/ioc-rctl
lib/iocell/ioc-send
lib/iocell/ioc-snapshot
lib/iocell/ioc-upgrade
lib/iocell/ioc-zfs
man/man8/iocell.8.gz
sbin/iocell