cvs commit: ports/devel Makefile ports/devel/py-fabric Makefile distinfo pkg-descr ports/devel/py-fabric/files patch-setup.py

Nicola Vitale nivit at FreeBSD.org
Mon Mar 16 01:07:48 PDT 2009


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)


More information about the cvs-all mailing list