Ticket #17289: Portfile

File Portfile, 1.5 KB (added by arthur@…, 16 years ago)

Version 0.0.9

Line 
1# -*- 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
2# $Id$
3
4PortSystem          1.0
5PortGroup           python25 1.0
6                 
7name                py25-fabric
8version             0.0.9
9categories          python
10platforms           darwin
11maintainers         arthur@arthurkoziel.com
12homepage            http://www.nongnu.org/fab/
13description         Fabric is a simple pythonic remote deployment tool.
14long_description    It is designed to upload files to, and run shell commands \
15                    on, a number of servers in parallel or serially. These \
16                    commands are grouped in tasks (regular python functions) \
17                    and specified in a 'fabfile'. \
18                    \
19                    It is a bit like a dumbed down Capistrano, except it's in \
20                    Python, dosn't expect you to be deploying Rails \
21                    applications, and the 'put' command works. \
22                    \
23                    Unlike Capistrano, Fabric want's to stay small, light, \
24                    easy to change and not bound to any specific framework.
25
26master_sites        http://download.savannah.gnu.org/releases/fab/
27distname            fab-${version}
28checksums           md5 285689195981041274b103438b934dd3 \
29                    sha1 ff8c9e8d6b0a25bbac97626afb8c7985080f8e3d \
30                    rmd160 591967f68f9dcd8d272b07c806ec5dcc97f39a75
31
32depends_lib-append  port:py25-setuptools \
33                    port:py25-paramiko