# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup python25 1.0 name py25-fabric version 0.0.9 categories python platforms darwin maintainers arthurkoziel.com:arthur homepage http://www.nongnu.org/fab/ description Fabric is a simple pythonic remote deployment tool. long_description It is designed to upload files to, and run shell commands \ on, a number of servers in parallel or serially. These \ commands are grouped in tasks (regular python functions) \ and specified in a 'fabfile'. \ \ It is a bit like a dumbed down Capistrano, except it's in \ Python, dosn't expect you to be deploying Rails \ applications, and the 'put' command works. \ \ Unlike Capistrano, Fabric want's to stay small, light, \ easy to change and not bound to any specific framework. master_sites http://download.savannah.gnu.org/releases/fab/ distname fab-${version} checksums md5 285689195981041274b103438b934dd3 \ sha1 ff8c9e8d6b0a25bbac97626afb8c7985080f8e3d \ rmd160 591967f68f9dcd8d272b07c806ec5dcc97f39a75 depends_lib-append port:py25-setuptools \ port:py25-paramiko