Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Mar 2009 08:07:47 +0000 (UTC)
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/py-fabric Makefile distinfo pkg-descr ports/devel/py-fabric/files patch-setup.py
Message-ID:  <200903160807.n2G87lT9065223@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
nivit       2009-03-16 08:07:47 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/py-fabric      Makefile distinfo pkg-descr 
    devel/py-fabric/files patch-setup.py 
  Log:
  Fabric is a simple pythonic remote deployment tool.
  
  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.'
  
  This is called remote automation, and the primary use case is deploying
  applications to multiple similar hosts.
  
  WWW:    http://www.nongnu.org/fab/
  
  PR:             ports/132653
  Submitted by:   Yi-Jheng Lin <yzlin at cs.nctu.edu.tw>
  
  Revision  Changes    Path
  1.3419    +1 -0      ports/devel/Makefile
  1.1       +27 -0     ports/devel/py-fabric/Makefile (new)
  1.1       +3 -0      ports/devel/py-fabric/distinfo (new)
  1.1       +11 -0     ports/devel/py-fabric/files/patch-setup.py (new)
  1.1       +10 -0     ports/devel/py-fabric/pkg-descr (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903160807.n2G87lT9065223>