Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Alexander Tsamutali (1b82fcec7585fdcb8e3a03109a3e1df641413edf)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Alexander Tsamutali <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Alexander Tsamutali (1b82fcec7585fdcb8e3a03109a3e1df641413edf)
  • Date: Thu, 31 Jan 2008 15:02:19 -0600

GIT changes to master grimoire by Alexander Tsamutali <astsmtl AT gmail.com>:

ChangeLog | 3 +++
shell-term-fm/hotwire/BUILD | 1 +
shell-term-fm/hotwire/DEPENDS | 2 ++
shell-term-fm/hotwire/DETAILS | 29 +++++++++++++++++++++++++++++
shell-term-fm/hotwire/HISTORY | 2 ++
shell-term-fm/hotwire/INSTALL | 1 +
6 files changed, 38 insertions(+)

New commits:
commit 1b82fcec7585fdcb8e3a03109a3e1df641413edf
Author: Alexander Tsamutali <astsmtl AT gmail.com>
Commit: Alexander Tsamutali <astsmtl AT gmail.com>

shell-term-fm/hotwire: new spell, an object-oriented hypershell

diff --git a/ChangeLog b/ChangeLog
index 162cea0..05a046e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-02-01 Alexander Tsamutali <astsmtl AT gmail.com>
+ * shell-term-fm/hotwire: new spell, an object-oriented hypershell
+
2008-01-31 Eric Sandall <sandalle AT sourcemage.org>
* devel/mono-addins: Added an extensible framework for mono apps
* gnome2-libs/gtksourceview1: Added GTK text function extension
diff --git a/shell-term-fm/hotwire/BUILD b/shell-term-fm/hotwire/BUILD
new file mode 100755
index 0000000..a05d2aa
--- /dev/null
+++ b/shell-term-fm/hotwire/BUILD
@@ -0,0 +1 @@
+default_build_python
diff --git a/shell-term-fm/hotwire/DEPENDS b/shell-term-fm/hotwire/DEPENDS
new file mode 100755
index 0000000..3e3ce83
--- /dev/null
+++ b/shell-term-fm/hotwire/DEPENDS
@@ -0,0 +1,2 @@
+depends python &&
+depends pygtk2
diff --git a/shell-term-fm/hotwire/DETAILS b/shell-term-fm/hotwire/DETAILS
new file mode 100755
index 0000000..83acaa2
--- /dev/null
+++ b/shell-term-fm/hotwire/DETAILS
@@ -0,0 +1,29 @@
+ SPELL=hotwire
+ VERSION=0.700
+ SOURCE=$SPELL-$VERSION.zip
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://hotwire-shell.googlecode.com/files/$SOURCE
+
SOURCE_HASH=sha512:5161af8bb46edaafa57b46b26680005da7af27725f320266c185a8676a0db3011a1e8eed243e73aaaa2d3be6eb4b342c57dfcf5d8943cd9f20554d7f339d2657
+ WEB_SITE=http://hotwire-shell.org
+ ENTERED=20080201
+ LICENSE[0]=GPL
+ KEYWORDS="console"
+ SHORT="an object-oriented hypershell"
+cat << EOF
+Hotwire is an object-oriented hypershell. It is a shell designed for systems
+programming (files, processes), and thus it is in the same conceptual
+category of software as the Unix shell+terminal and Windows PowerShell.
+
+The goal of the Hotwire project though is to create a better systems
+programming shell than both Unix and PowerShell. We call it a hyper-shell
+because Hotwire blends the concepts of a systems-oriented shell with a modern
+graphical user interface display. It takes advantage of your desktop
+environment rather than being a text box. It retains some advantageous
+attributes of a shell such as keyboard command orientation, interactivity,
+completion, and scripting.
+
+From an implementation perspective, at the heart of Hotwire is the concept of
+asynchronous object-oriented pipeline processing. Layered on top of this in a
+tightly integrated fashion is a graphical display, control and introspection
+system.
+EOF
diff --git a/shell-term-fm/hotwire/HISTORY b/shell-term-fm/hotwire/HISTORY
new file mode 100644
index 0000000..a01ecb8
--- /dev/null
+++ b/shell-term-fm/hotwire/HISTORY
@@ -0,0 +1,2 @@
+2008-02-01 Alexander Tsamutali <astsmtl AT gmail.com>
+ * DETAILS, DEPENDS, BUILD, INSTALL, HISTORY: Created this spell
diff --git a/shell-term-fm/hotwire/INSTALL b/shell-term-fm/hotwire/INSTALL
new file mode 100755
index 0000000..46c6fba
--- /dev/null
+++ b/shell-term-fm/hotwire/INSTALL
@@ -0,0 +1 @@
+default_install_python



  • [SM-Commit] GIT changes to master grimoire by Alexander Tsamutali (1b82fcec7585fdcb8e3a03109a3e1df641413edf), Alexander Tsamutali, 01/31/2008

Archive powered by MHonArc 2.6.24.

Top of Page