[csw-devel] SF.net SVN: gar:[14830] csw/mgar/pkg/lang-python

skayser at users.sourceforge.net skayser at users.sourceforge.net
Thu Jun 16 12:25:14 CEST 2011


Revision: 14830
          http://gar.svn.sourceforge.net/gar/?rev=14830&view=rev
Author:   skayser
Date:     2011-06-16 10:25:13 +0000 (Thu, 16 Jun 2011)

Log Message:
-----------
lang-python/fabric/trunk: initial commit

Added Paths:
-----------
    csw/mgar/pkg/lang-python/fabric/
    csw/mgar/pkg/lang-python/fabric/branches/
    csw/mgar/pkg/lang-python/fabric/tags/
    csw/mgar/pkg/lang-python/fabric/trunk/
    csw/mgar/pkg/lang-python/fabric/trunk/Makefile
    csw/mgar/pkg/lang-python/fabric/trunk/checksums
    csw/mgar/pkg/lang-python/fabric/trunk/files/
    csw/mgar/pkg/lang-python/fabric/trunk/files/changelog.CSW


Property changes on: csw/mgar/pkg/lang-python/fabric/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar//v2


Added: csw/mgar/pkg/lang-python/fabric/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/fabric/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/lang-python/fabric/trunk/Makefile	2011-06-16 10:25:13 UTC (rev 14830)
@@ -0,0 +1,25 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = fabric
+VERSION = 1.0.1
+GARTYPE = v2
+CATEGORIES = python
+
+DESCRIPTION = Remote deployment and orchestration tool
+define BLURB
+  Fabric is a Python (2.5 or higher) library and command-line tool for
+  streamlining the use of SSH for application deployment or systems
+  administration tasks. It provides a basic suite of operations for
+  executing local or remote shell commands (normally or via sudo) and
+  uploading/downloading files, as well as auxiliary functionality such as
+  prompting the running user for input, or aborting execution.
+endef
+
+MASTER_SITES = http://code.fabfile.org/projects/fabric/files/
+DISTNAME     = Fabric-$(VERSION)
+DISTFILES    = $(DISTNAME).tar.gz
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk


Property changes on: csw/mgar/pkg/lang-python/fabric/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/lang-python/fabric/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/fabric/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/lang-python/fabric/trunk/checksums	2011-06-16 10:25:13 UTC (rev 14830)
@@ -0,0 +1 @@
+2d8bc8055be51e4fd4247ceac8b79c05  Fabric-1.0.1.tar.gz

Added: csw/mgar/pkg/lang-python/fabric/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/lang-python/fabric/trunk/files/changelog.CSW	                        (rev 0)
+++ csw/mgar/pkg/lang-python/fabric/trunk/files/changelog.CSW	2011-06-16 10:25:13 UTC (rev 14830)
@@ -0,0 +1,5 @@
+fabric (1.0.1,REV=2011.06.16)
+
+  * Initial release.
+
+ -- Sebastian Kayser <skayser at opencsw.org>  Thu, 16 Jun 2011 12:21:04 +0200


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list