[SM-Commit] GIT changes to master grimoire by Ladislav Hagara (594ee180ee483858eac6041ac8c9140d557f4b02)

Ladislav Hagara scm at sourcemage.org
Wed Jan 21 08:14:14 EST 2009


GIT changes to master grimoire by Ladislav Hagara <ladislav.hagara at unob.cz>:

 ChangeLog                        |    4 ++++
 shell-term-fm/terminator/BUILD   |    1 +
 shell-term-fm/terminator/DEPENDS |    2 ++
 shell-term-fm/terminator/DETAILS |   17 +++++++++++++++++
 shell-term-fm/terminator/HISTORY |    3 +++
 shell-term-fm/terminator/INSTALL |    1 +
 6 files changed, 28 insertions(+)

New commits:
commit 594ee180ee483858eac6041ac8c9140d557f4b02
Author: Ladislav Hagara <ladislav.hagara at unob.cz>
Commit: Ladislav Hagara <ladislav.hagara at unob.cz>

    shell-term-fm/terminator: new spell, multiple GNOME terminals in one
    window

diff --git a/ChangeLog b/ChangeLog
index 5309d9c..938402e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-01-21 Ladislav Hagara <hgr at vabo.cz>
+	* shell-term-fm/terminator: new spell
+	  store and run multiple GNOME terminals in one window
+
 2009-01-20 Ladislav Hagara <hgr at vabo.cz>
 	* x11/xcowsay: new spell, a graphical configurable talking cow
 
diff --git a/shell-term-fm/terminator/BUILD b/shell-term-fm/terminator/BUILD
new file mode 100755
index 0000000..7bcf699
--- /dev/null
+++ b/shell-term-fm/terminator/BUILD
@@ -0,0 +1 @@
+./setup.py build
diff --git a/shell-term-fm/terminator/DEPENDS b/shell-term-fm/terminator/DEPENDS
new file mode 100755
index 0000000..3e3ce83
--- /dev/null
+++ b/shell-term-fm/terminator/DEPENDS
@@ -0,0 +1,2 @@
+depends python &&
+depends pygtk2
diff --git a/shell-term-fm/terminator/DETAILS b/shell-term-fm/terminator/DETAILS
new file mode 100755
index 0000000..3c20172
--- /dev/null
+++ b/shell-term-fm/terminator/DETAILS
@@ -0,0 +1,17 @@
+           SPELL=terminator
+         VERSION=0.12
+          SOURCE=${SPELL}_$VERSION.tar.gz
+   SOURCE_URL[0]=http://launchpad.net/${SPELL}/trunk/${VERSION}/+download/$SOURCE
+     SOURCE_HASH=sha512:a0e947228c23fea94b7c84c87e1b47d1ac28adbb04bfda46c982a4e1c7efa33f8d982e8bb02fb9a10970cceed52fef8850141909c707b897de09f6d88e838a5c
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+        WEB_SITE=http://www.tenshu.net/terminator/
+      LICENSE[0]=GPL
+         ENTERED=20090121
+           SHORT="store and run multiple GNOME terminals in one window"
+cat << EOF
+Store and run multiple GNOME terminals in one window. 
+This is a project to produce an efficient way of filling a large area of screen
+space with terminals. This is done by splitting the window into a resizeable
+grid of terminals. As such, you can produce a very flexible arrangements
+of terminals for different tasks.
+EOF
diff --git a/shell-term-fm/terminator/HISTORY b/shell-term-fm/terminator/HISTORY
new file mode 100644
index 0000000..c6f2f35
--- /dev/null
+++ b/shell-term-fm/terminator/HISTORY
@@ -0,0 +1,3 @@
+2009-01-21 Ladislav Hagara <hgr at vabo.cz>
+	* DETAILS, DEPENDS, BUILD, INSTALL: spell created, version 0.12
+
diff --git a/shell-term-fm/terminator/INSTALL b/shell-term-fm/terminator/INSTALL
new file mode 100755
index 0000000..5024f4d
--- /dev/null
+++ b/shell-term-fm/terminator/INSTALL
@@ -0,0 +1 @@
+./setup.py install



More information about the SM-Commit mailing list