Bug 132653 - [NEW PORT] devel/py-fabric: A simple pythonic remote deployment tool
Summary: [NEW PORT] devel/py-fabric: A simple pythonic remote deployment tool
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Nicola Vitale
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-15 09:00 UTC by Yi-Jheng Lin
Modified: 2009-03-16 08:10 UTC (History)
0 users

See Also:


Attachments
py-fabric-0.1.0.shar (2.64 KB, text/plain)
2009-03-15 09:00 UTC, Yi-Jheng Lin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yi-Jheng Lin 2009-03-15 09:00:01 UTC
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/

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-03-15 09:00:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Nicola Vitale freebsd_committer freebsd_triage 2009-03-15 09:09:23 UTC
Responsible Changed
From-To: freebsd-python->nivit

I will take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-03-16 08:07:56 UTC
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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Nicola Vitale freebsd_committer freebsd_triage 2009-03-16 08:08:11 UTC
State Changed
From-To: open->closed

New port added. Thanks!