From owner-svn-ports-all@freebsd.org Sat Jan 14 23:29:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 474CFCAF751; Sat, 14 Jan 2017 23:29:27 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0C0F91C27; Sat, 14 Jan 2017 23:29:26 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0ENTQsT023186; Sat, 14 Jan 2017 23:29:26 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0ENTPai023182; Sat, 14 Jan 2017 23:29:25 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201701142329.v0ENTPai023182@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Sat, 14 Jan 2017 23:29:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431500 - in head/sysutils: . py-iocage X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jan 2017 23:29:27 -0000 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 +# $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 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