Date: Tue, 8 Jul 2014 06:58:34 +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: r361187 - in head/sysutils: . py-ploy_ansible Message-ID: <201407080658.s686wYRo082706@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <koobs@FreeBSD.org> +# $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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407080658.s686wYRo082706>