Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Nov 2015 15:51:21 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r401874 - in head/sysutils: . py-freenas.cli
Message-ID:  <201511181551.tAIFpLFx068886@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Wed Nov 18 15:51:21 2015
New Revision: 401874
URL: https://svnweb.freebsd.org/changeset/ports/401874

Log:
  devel/py-freenas.cli: FreeNAS Command Line Interface
  
  WWW: https://github.com/freenas/middleware

Added:
  head/sysutils/py-freenas.cli/
  head/sysutils/py-freenas.cli/Makefile   (contents, props changed)
  head/sysutils/py-freenas.cli/distinfo   (contents, props changed)
  head/sysutils/py-freenas.cli/pkg-descr   (contents, props changed)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Wed Nov 18 15:46:35 2015	(r401873)
+++ head/sysutils/Makefile	Wed Nov 18 15:51:21 2015	(r401874)
@@ -776,6 +776,7 @@
     SUBDIR += py-execnet
     SUBDIR += py-ezjailremote
     SUBDIR += py-filelike
+    SUBDIR += py-freenas.cli
     SUBDIR += py-glances
     SUBDIR += py-halite
     SUBDIR += py-honcho

Added: head/sysutils/py-freenas.cli/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/py-freenas.cli/Makefile	Wed Nov 18 15:51:21 2015	(r401874)
@@ -0,0 +1,26 @@
+# $FreeBSD$
+
+PORTNAME=	freenas.cli
+PORTVERSION=	10.2a4
+CATEGORIES=	sysutils python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	wg@FreeBSD.org
+COMMENT=	FreeNAS Command Line Interface
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}freenas.utils>0:${PORTSDIR}/devel/py-freenas.utils
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}columnize>0:${PORTSDIR}/devel/py-columnize \
+		${PYTHON_PKGNAMEPREFIX}icu>0:${PORTSDIR}/devel/py-icu \
+		${PYTHON_PKGNAMEPREFIX}natural>0:${PORTSDIR}/devel/py-natural \
+		${PYTHON_PKGNAMEPREFIX}ply>0:${PORTSDIR}/devel/py-ply \
+		${PYTHON_PKGNAMEPREFIX}termcolor>0:${PORTSDIR}/devel/py-termcolor \
+		${PYTHON_PKGNAMEPREFIX}texttable>0:${PORTSDIR}/textproc/py-texttable \
+		${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six \
+		${PYTHON_PKGNAMEPREFIX}freenas.utils>0:${PORTSDIR}/devel/py-freenas.utils \
+		${PYTHON_PKGNAMEPREFIX}freenas.dispatcher>0:${PORTSDIR}/devel/py-freenas.dispatcher
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+.include <bsd.port.mk>

Added: head/sysutils/py-freenas.cli/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/py-freenas.cli/distinfo	Wed Nov 18 15:51:21 2015	(r401874)
@@ -0,0 +1,2 @@
+SHA256 (freenas.cli-10.2a4.tar.gz) = 3f37eb12c2f488aeee27a81e61c30d2ef1da0468493379529e5cb734131ee2f8
+SIZE (freenas.cli-10.2a4.tar.gz) = 53179

Added: head/sysutils/py-freenas.cli/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/py-freenas.cli/pkg-descr	Wed Nov 18 15:51:21 2015	(r401874)
@@ -0,0 +1,3 @@
+FreeNAS Command Line Interface for managing a box remotely.
+
+WWW: https://github.com/freenas/middleware



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511181551.tAIFpLFx068886>