Date: Sat, 14 Jan 2017 23:29:25 +0000 (UTC) From: Bartek Rutkowski <robak@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431500 - in head/sysutils: . py-iocage Message-ID: <201701142329.v0ENTPai023182@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: robak Date: Sat Jan 14 23:29:25 2017 New Revision: 431500 URL: https://svnweb.freebsd.org/changeset/ports/431500 Log: [NEW PORT] sysutils/py-iocage: FreeBSD jail manager written in Python iocage is a jail/container manager amalgamating some of the best features and technologies the FreeBSD operating system has to offer. It is geared for ease of use with a simple and easy to understand command syntax. WWW: https://github.com/iocage/iocage Submitted by: robak Added: head/sysutils/py-iocage/ head/sysutils/py-iocage/Makefile (contents, props changed) head/sysutils/py-iocage/distinfo (contents, props changed) head/sysutils/py-iocage/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Sat Jan 14 23:05:13 2017 (r431499) +++ head/sysutils/Makefile Sat Jan 14 23:29:25 2017 (r431500) @@ -857,6 +857,7 @@ SUBDIR += py-glances SUBDIR += py-halite SUBDIR += py-honcho + SUBDIR += py-iocage SUBDIR += py-iowait SUBDIR += py-nagiosplugin SUBDIR += py-pkginfo Added: head/sysutils/py-iocage/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-iocage/Makefile Sat Jan 14 23:29:25 2017 (r431500) @@ -0,0 +1,29 @@ +# Created by: Bartlomiej Rutkowski <robak@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= iocage +PORTVERSION= 0.9 +CATEGORIES= sysutils python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= robak@FreeBSD.org +COMMENT= FreeBSD jail manager written in Python + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}backports.lzma>=0.0.6:archivers/py-backports.lzma \ + ${PYTHON_PKGNAMEPREFIX}click>=6.7:devel/py-click \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.11.1:www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}tabletext>=0.1:textproc/py-tabletext + +USE_GITHUB= yes +GH_ACCOUNT= iocage +GH_PROJECT= iocage +GH_TAGNAME= 6175e93 + +NO_ARCH= yes +USES= python +USE_PYTHON= autoplist distutils + +.include <bsd.port.mk> Added: head/sysutils/py-iocage/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-iocage/distinfo Sat Jan 14 23:29:25 2017 (r431500) @@ -0,0 +1,3 @@ +TIMESTAMP = 1484431566 +SHA256 (iocage-iocage-0.9-6175e93_GH0.tar.gz) = a38794ee05ef7a71b76284c41f3a221bb9d2edb32bac03ee65cfb75b46557106 +SIZE (iocage-iocage-0.9-6175e93_GH0.tar.gz) = 27725 Added: head/sysutils/py-iocage/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-iocage/pkg-descr Sat Jan 14 23:29:25 2017 (r431500) @@ -0,0 +1,6 @@ +iocage is a jail/container manager amalgamating some of the best +features and technologies the FreeBSD operating system has +to offer. It is geared for ease of use with a simple and easy +to understand command syntax. + +WWW: https://github.com/iocage/iocage
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701142329.v0ENTPai023182>