Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (b0fa2cfc240a1c2f71347df5a77c68daa0610b42)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andra?? Levstik <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (b0fa2cfc240a1c2f71347df5a77c68daa0610b42)
  • Date: Fri, 23 Feb 2007 17:48:44 -0600

GIT changes to master grimoire by Andra?? Levstik <ruskie AT mages.ath.cx>:

ChangeLog | 3 +++
libs/event-loop/BUILD | 1 +
libs/event-loop/DEPENDS | 1 +
libs/event-loop/DETAILS | 16 ++++++++++++++++
libs/event-loop/HISTORY | 5 +++++
libs/event-loop/INSTALL | 1 +
6 files changed, 27 insertions(+)

New commits:
commit 6da708f80cdd20b3228ad63f7972b60d47bbf215
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

event-loop: now for the spell... *doh* don't do this at 0100

commit 05a258df27ae89705b8992d174d869f8714a971b
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

event-loop

diff --git a/ChangeLog b/ChangeLog
index d991767..22be1b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-02-24 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * libs/event-loop: a ruby event-loop, new spell
+
2007-02-19 Juuso Alasuutari <iuso AT sourcemage.org>
* audio-creation/jack-rack: Moved from audio-soft.
* audio-soft/jack-rack: Removed.
diff --git a/libs/event-loop/BUILD b/libs/event-loop/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/libs/event-loop/BUILD
@@ -0,0 +1 @@
+true
diff --git a/libs/event-loop/DEPENDS b/libs/event-loop/DEPENDS
new file mode 100755
index 0000000..7155f72
--- /dev/null
+++ b/libs/event-loop/DEPENDS
@@ -0,0 +1 @@
+depends "ruby"
diff --git a/libs/event-loop/DETAILS b/libs/event-loop/DETAILS
new file mode 100755
index 0000000..2cc35b9
--- /dev/null
+++ b/libs/event-loop/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=event-loop
+ VERSION=0.3
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://www.brockman.se/software/ruby-event-loop/$SOURCE
+ WEB_SITE=http://www.brockman.se/software/ruby-event-loop/
+ ENTERED=20070223
+
SOURCE_HASH=sha512:519e258a7e3beb2ffde417bcb56308a29e308dd1c1451a2abaf1c5315cf563b56d79cf697b0cda44cda5050670bc8507e05c5b4adfe3f6a8f0e5a0d20b705d98
+ LICENSE[0]=GPL
+ SHORT="Simple and easy to use event loop"
+cat << EOF
+EventLoop is a simple IO::select-based main event loop featuring IO event
+notification and timeout callbacks. It comes with a signal system inspired by
+that of GLib. Appetizing examples: socket.on_readable { socket.sysread(256)
+} Timer.new(1.0) { @clock.tick }
+EOF
diff --git a/libs/event-loop/HISTORY b/libs/event-loop/HISTORY
new file mode 100644
index 0000000..b5a468b
--- /dev/null
+++ b/libs/event-loop/HISTORY
@@ -0,0 +1,5 @@
+2007-02-24 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: fixup lines and one tab, fixe up descriptions
+
+2007-02-23 Felsen <martin AT makl.de>
+ * DEPENDS, DETAILS, HISTORY, BUILD, INSTALL: created this spell
diff --git a/libs/event-loop/INSTALL b/libs/event-loop/INSTALL
new file mode 100755
index 0000000..2d524b8
--- /dev/null
+++ b/libs/event-loop/INSTALL
@@ -0,0 +1 @@
+ruby setup.rb



  • [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (b0fa2cfc240a1c2f71347df5a77c68daa0610b42), Andra?? Levstik, 02/23/2007

Archive powered by MHonArc 2.6.24.

Top of Page