From owner-svn-ports-head@FreeBSD.ORG Tue Jul 8 06:58:35 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 59C802E0; Tue, 8 Jul 2014 06:58:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 2D5A02209; Tue, 8 Jul 2014 06:58:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s686wZRn082713; Tue, 8 Jul 2014 06:58:35 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s686wYRo082706; Tue, 8 Jul 2014 06:58:34 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201407080658.s686wYRo082706@svn.freebsd.org> From: Kubilay Kocak Date: Tue, 8 Jul 2014 06:58:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361187 - in head/sysutils: . py-ploy_ansible X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jul 2014 06:58:35 -0000 Author: koobs Date: Tue Jul 8 06:58:34 2014 New Revision: 361187 URL: http://svnweb.freebsd.org/changeset/ports/361187 QAT: https://qat.redports.org/buildarchive/r361187/ Log: [NEW] sysutils/py-ploy_ansible: Ploy plugin for Ansible integration Ploy plugin to integrate with Ansible. WWW: https://github.com/ployground/ploy_ansible Added: head/sysutils/py-ploy_ansible/ head/sysutils/py-ploy_ansible/Makefile (contents, props changed) head/sysutils/py-ploy_ansible/distinfo (contents, props changed) head/sysutils/py-ploy_ansible/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Tue Jul 8 06:50:37 2014 (r361186) +++ head/sysutils/Makefile Tue Jul 8 06:58:34 2014 (r361187) @@ -734,6 +734,7 @@ SUBDIR += py-iowait SUBDIR += py-nagiosplugin SUBDIR += py-ploy + SUBDIR += py-ploy_ansible SUBDIR += py-plumbum SUBDIR += py-psutil SUBDIR += py-psutil121 Added: head/sysutils/py-ploy_ansible/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-ploy_ansible/Makefile Tue Jul 8 06:58:34 2014 (r361187) @@ -0,0 +1,24 @@ +# Created by: Kubilay Kocak +# $FreeBSD$ + +PORTNAME= ploy_ansible +DISTVERSION= 1.0b6 +CATEGORIES= sysutils python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= koobs@FreeBSD.org +COMMENT= Ploy plugin to integrate with Ansible + +LICENSE= GPLv3 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ploy>=1.0.r9:${PORTSDIR}/sysutils/py-ploy \ + ${PYTHON_PKGNAMEPREFIX}execnet>0:${PORTSDIR}/sysutils/py-execnet \ + ansible>0:${PORTSDIR}/sysutils/ansible + +USES= zip +USE_PYTHON= -2.7 +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes + +.include Added: head/sysutils/py-ploy_ansible/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-ploy_ansible/distinfo Tue Jul 8 06:58:34 2014 (r361187) @@ -0,0 +1,2 @@ +SHA256 (ploy_ansible-1.0b6.zip) = 1da7c9454c6f4aed12691dc4f2b96c5e6a949cbac59b0adaa0f95892f2cbdc18 +SIZE (ploy_ansible-1.0b6.zip) = 18747 Added: head/sysutils/py-ploy_ansible/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-ploy_ansible/pkg-descr Tue Jul 8 06:58:34 2014 (r361187) @@ -0,0 +1,3 @@ +Ploy plugin to integrate with Ansible. + +WWW: https://github.com/ployground/ploy_ansible