Date: Tue, 8 Jul 2014 10:08:44 +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: r361212 - in head/sysutils: . py-ploy_ec2 Message-ID: <201407081008.s68A8iK4073433@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: koobs Date: Tue Jul 8 10:08:43 2014 New Revision: 361212 URL: http://svnweb.freebsd.org/changeset/ports/361212 QAT: https://qat.redports.org/buildarchive/r361212/ Log: [NEW] sysutils/py-ploy_ec2: Ploy plugin to provision Amazon EC2 instances A plugin for ploy providing integration with Amazon EC2. WWW: https://github.com/ployground/ploy_ec2 Added: head/sysutils/py-ploy_ec2/ head/sysutils/py-ploy_ec2/Makefile (contents, props changed) head/sysutils/py-ploy_ec2/distinfo (contents, props changed) head/sysutils/py-ploy_ec2/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Tue Jul 8 10:08:22 2014 (r361211) +++ head/sysutils/Makefile Tue Jul 8 10:08:43 2014 (r361212) @@ -735,6 +735,7 @@ SUBDIR += py-nagiosplugin SUBDIR += py-ploy SUBDIR += py-ploy_ansible + SUBDIR += py-ploy_ec2 SUBDIR += py-ploy_ezjail SUBDIR += py-ploy_fabric SUBDIR += py-plumbum Added: head/sysutils/py-ploy_ec2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-ploy_ec2/Makefile Tue Jul 8 10:08:43 2014 (r361212) @@ -0,0 +1,25 @@ +# Created by: Kubilay Kocak <koobs@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= ploy_ec2 +DISTVERSION= 1.0b3 +CATEGORIES= sysutils python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= koobs@FreeBSD.org +COMMENT= Ploy plugin to provision Amazon EC2 instances + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ploy>=1.0.r9:${PORTSDIR}/sysutils/py-ploy \ + ${PYTHON_PKGNAMEPREFIX}boto>=2.0:${PORTSDIR}/devel/py-boto \ + ${PYTHON_PKGNAMEPREFIX}lazy>0:${PORTSDIR}/devel/py-lazy + +USES= zip +USE_PYTHON= -2.7 +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes + +.include <bsd.port.mk> Added: head/sysutils/py-ploy_ec2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-ploy_ec2/distinfo Tue Jul 8 10:08:43 2014 (r361212) @@ -0,0 +1,2 @@ +SHA256 (ploy_ec2-1.0b3.zip) = e827eaa9cc60cb14151d0534be645a27f3f204eb7828cbb1979c0eafd8de0aec +SIZE (ploy_ec2-1.0b3.zip) = 13602 Added: head/sysutils/py-ploy_ec2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-ploy_ec2/pkg-descr Tue Jul 8 10:08:43 2014 (r361212) @@ -0,0 +1,3 @@ +A plugin for ploy providing integration with Amazon EC2. + +WWW: https://github.com/ployground/ploy_ec2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407081008.s68A8iK4073433>