Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Jul 2014 13:52:31 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r361086 - in head/sysutils: . py-ploy
Message-ID:  <201407071352.s67DqV6w095428@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Mon Jul  7 13:52:30 2014
New Revision: 361086
URL: http://svnweb.freebsd.org/changeset/ports/361086
QAT: https://qat.redports.org/buildarchive/r361086/

Log:
  [NEW] sysutils/py-ploy: Manage servers through a central configuration
  
  Ploy is a commandline-tool to provision, manage and control server instances.
  What kind of server instances these are depends on the used plugins. There
  are plugins for EC2 (ploy_ec2), FreeBSD Jails (ploy_ezjail) and more.
  
  You can create, delete, monitor and ssh into instances while ploy handles the
  details like ssh fingerprint checking. Additional plugins provide advanced
  functionality like integrating Fabric (ploy_fabric) and Ansible (ploy_ansible).
  
  WWW: http://ploy.readthedocs.org

Added:
  head/sysutils/py-ploy/
  head/sysutils/py-ploy/Makefile   (contents, props changed)
  head/sysutils/py-ploy/distinfo   (contents, props changed)
  head/sysutils/py-ploy/pkg-descr   (contents, props changed)
  head/sysutils/py-ploy/pkg-plist   (contents, props changed)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Mon Jul  7 13:33:18 2014	(r361085)
+++ head/sysutils/Makefile	Mon Jul  7 13:52:30 2014	(r361086)
@@ -733,6 +733,7 @@
     SUBDIR += py-halite
     SUBDIR += py-iowait
     SUBDIR += py-nagiosplugin
+    SUBDIR += py-ploy
     SUBDIR += py-plumbum
     SUBDIR += py-psutil
     SUBDIR += py-psutil121

Added: head/sysutils/py-ploy/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/py-ploy/Makefile	Mon Jul  7 13:52:30 2014	(r361086)
@@ -0,0 +1,23 @@
+# Created by: Kubilay Kocak <koobs@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	ploy
+DISTVERSION=	1.0rc11
+CATEGORIES=	sysutils python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	koobs@FreeBSD.org
+COMMENT=	Manage servers through a central configuration
+
+LICENSE=	BSD3CLAUSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lazy>0:${PORTSDIR}/devel/py-lazy \
+		${PYTHON_PKGNAMEPREFIX}paramiko>0:${PORTSDIR}/security/py-paramiko
+
+USES=			zip
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/sysutils/py-ploy/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/py-ploy/distinfo	Mon Jul  7 13:52:30 2014	(r361086)
@@ -0,0 +1,2 @@
+SHA256 (ploy-1.0rc11.zip) = e33f050a59c6ecce65cb16982d905901c89e29d23ac440781a2554b93c94260d
+SIZE (ploy-1.0rc11.zip) = 51232

Added: head/sysutils/py-ploy/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/py-ploy/pkg-descr	Mon Jul  7 13:52:30 2014	(r361086)
@@ -0,0 +1,9 @@
+Ploy is a commandline-tool to provision, manage and control server instances.
+What kind of server instances these are depends on the used plugins. There
+are plugins for EC2 (ploy_ec2), FreeBSD Jails (ploy_ezjail) and more.
+
+You can create, delete, monitor and ssh into instances while ploy handles the
+details like ssh fingerprint checking. Additional plugins provide advanced
+functionality like integrating Fabric (ploy_fabric) and Ansible (ploy_ansible).
+
+WWW: http://ploy.readthedocs.org

Added: head/sysutils/py-ploy/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/py-ploy/pkg-plist	Mon Jul  7 13:52:30 2014	(r361086)
@@ -0,0 +1 @@
+@comment $FreeBSD$



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