From owner-svn-ports-head@FreeBSD.ORG Tue Jul 8 07:05:56 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 38A3063B; Tue, 8 Jul 2014 07:05:56 +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 0CB5C22CA; Tue, 8 Jul 2014 07:05:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6875tVt087489; Tue, 8 Jul 2014 07:05:55 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6875tZ0087484; Tue, 8 Jul 2014 07:05:55 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201407080705.s6875tZ0087484@svn.freebsd.org> From: Kubilay Kocak Date: Tue, 8 Jul 2014 07:05:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361190 - in head/sysutils: . py-ploy_fabric 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 07:05:56 -0000 Author: koobs Date: Tue Jul 8 07:05:54 2014 New Revision: 361190 URL: http://svnweb.freebsd.org/changeset/ports/361190 QAT: https://qat.redports.org/buildarchive/r361190/ Log: [NEW] sysutils/py-ploy_fabric: Ploy plugin for integration with Fabric Ploy plugin for integration with Fabric WWW: http://github.com/ployground/ploy_fabric Added: head/sysutils/py-ploy_fabric/ head/sysutils/py-ploy_fabric/Makefile (contents, props changed) head/sysutils/py-ploy_fabric/distinfo (contents, props changed) head/sysutils/py-ploy_fabric/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Tue Jul 8 07:02:06 2014 (r361189) +++ head/sysutils/Makefile Tue Jul 8 07:05:54 2014 (r361190) @@ -736,6 +736,7 @@ SUBDIR += py-ploy SUBDIR += py-ploy_ansible SUBDIR += py-ploy_ezjail + SUBDIR += py-ploy_fabric SUBDIR += py-plumbum SUBDIR += py-psutil SUBDIR += py-psutil121 Added: head/sysutils/py-ploy_fabric/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-ploy_fabric/Makefile Tue Jul 8 07:05:54 2014 (r361190) @@ -0,0 +1,24 @@ +# Created by: Kubilay Kocak +# $FreeBSD$ + +PORTNAME= ploy_fabric +DISTVERSION= 1.0b4 +CATEGORIES= sysutils python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= koobs@FreeBSD.org +COMMENT= Ploy plugin for integration with Fabric + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ploy>=1.0.r9:${PORTSDIR}/sysutils/py-ploy \ + ${PYTHON_PKGNAMEPREFIX}fabric>=1.3.0:${PORTSDIR}/devel/py-fabric + +USES= zip +USE_PYTHON= -2.7 +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes + +.include Added: head/sysutils/py-ploy_fabric/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-ploy_fabric/distinfo Tue Jul 8 07:05:54 2014 (r361190) @@ -0,0 +1,2 @@ +SHA256 (ploy_fabric-1.0b4.zip) = 2ba4b122e23793326adcbbd168b5765e076c8f3ccc344800697fbf0fa2591b31 +SIZE (ploy_fabric-1.0b4.zip) = 11246 Added: head/sysutils/py-ploy_fabric/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-ploy_fabric/pkg-descr Tue Jul 8 07:05:54 2014 (r361190) @@ -0,0 +1,3 @@ +Ploy plugin for integration with Fabric + +WWW: http://github.com/ployground/ploy_fabric