savannah-register-public
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-register-public] [task #6952] Submission of ruby-sheller


From: Felipe Contreras
Subject: [Savannah-register-public] [task #6952] Submission of ruby-sheller
Date: Tue, 29 May 2007 20:16:26 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.3) Gecko/20070417 Fedora/2.0.0.3-4.fc7 Firefox/2.0.0.3

URL:
  <http://savannah.nongnu.org/task/?6952>

                 Summary: Submission of ruby-sheller
                 Project: Savannah Administration
            Submitted by: felipec
            Submitted on: Tuesday 05/29/2007 at 20:16
         Should Start On: Tuesday 05/29/2007 at 00:00
   Should be Finished on: Friday 06/08/2007 at 00:00
                Category: Project Approval
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
        Percent Complete: 0%
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
                  Effort: 0.00

    _______________________________________________________

Details:

A new project has been registered at Savannah 
This project account will remain inactive until a site admin approves or
discards the registration.


= Registration Administration =

While this item will be useful to track the registration process, *approving
or discarding the registration must be done using the specific Group
Administration
<https://savannah.nongnu.org/siteadmin/groupedit.php?group_id=9309> page*,
accessible only to site administrators, effectively *logged as site
administrators* (superuser):

* Group Administration
<https://savannah.nongnu.org/siteadmin/groupedit.php?group_id=9309>


= Registration Details =

* Name: *ruby-sheller*
* System Name:  *ruby-sheller*
* Type: non-GNU software & documentation
* License: GNU Lesser General Public License

----

==== Description: ====
The project purpose it to provide a set of tools that help the development of
Ruby scripts that make use of the shell.

There are some alternatives available but nothing is extensible enough.

This is something that's currently not possible with any shell command
helper.

sh = Sheller.new
sh.do(”pushd $mydir”)
sh.do(”make”)
sh.do(”make install”)
sh.do(”popd”)

Also the representation of scripts as series of command objects that later
can be exported and imported. As well as special processing on standard
output and error, like colorizing certain strings.

This is the base class:
http://snipplr.com/view/2669/sheller/


==== Other Software Required: ====
Ruby interpreter






    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/task/?6952>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]