[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e91fc97041eb775e3cf9e269ed63b0917a9b844b)

Vlad Glagolev scm at sourcemage.org
Tue Apr 29 13:21:13 EDT 2008


GIT changes to master grimoire by Vlad Glagolev <stealth at sourcemage.org>:

 ChangeLog              |    1 +
 net/xchat-ruby/BUILD   |    1 +
 net/xchat-ruby/DEPENDS |    2 ++
 net/xchat-ruby/DETAILS |   16 ++++++++++++++++
 net/xchat-ruby/HISTORY |    2 ++
 net/xchat-ruby/INSTALL |    1 +
 6 files changed, 23 insertions(+)

New commits:
commit e91fc97041eb775e3cf9e269ed63b0917a9b844b
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    xchat-ruby: new spell, Ruby scripting plugin for X-Chat

diff --git a/ChangeLog b/ChangeLog
index 7c666e9..f88b5ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 2008-04-29 Vlad Glagolev <stealth at sourcemage.org>
 	* net/gip: new spell, GTK IP address calculator
+	* net/xchat-ruby: new spell, Ruby scripting plugin for X-Chat
 
 2008-04-28 Jaka Kranjc <lynxlynxlynx at sourcemage.org>
 	* graphics/topmod: a topological mesh modeling system
diff --git a/net/xchat-ruby/BUILD b/net/xchat-ruby/BUILD
new file mode 100755
index 0000000..5cc6458
--- /dev/null
+++ b/net/xchat-ruby/BUILD
@@ -0,0 +1 @@
+cd src && make
diff --git a/net/xchat-ruby/DEPENDS b/net/xchat-ruby/DEPENDS
new file mode 100755
index 0000000..3c48fe6
--- /dev/null
+++ b/net/xchat-ruby/DEPENDS
@@ -0,0 +1,2 @@
+depends xchat &&
+depends ruby
diff --git a/net/xchat-ruby/DETAILS b/net/xchat-ruby/DETAILS
new file mode 100755
index 0000000..91163fd
--- /dev/null
+++ b/net/xchat-ruby/DETAILS
@@ -0,0 +1,16 @@
+           SPELL=xchat-ruby
+         VERSION=1.2
+          SOURCE=$SPELL-$VERSION-src.tar.gz
+   SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+     SOURCE_HASH=sha512:b76da6b80b63a4f9581c22af093ed284c32b86cea0bfdae79e936678424793a57eb098dbe54dfa216c9f920c3482c6f9f68ca1d76cc1c7715f6c9ccc0cd6255f
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION-src
+        WEB_SITE=http://xchat-ruby.sourceforge.net/
+      LICENSE[0]=GPL
+         ENTERED=20080429
+           SHORT="Ruby scripting plugin for X-Chat"
+cat << EOF
+For those of us that prefer the Ruby programming language above all others, the
+XChat-Ruby Plugin now allows X-Chat plugins to written in Ruby, in addition to
+the other supported scripting interfaces. This means that, for the first time,
+you can use a purely object-oriented language in which to write X-Chat plugins.
+EOF
diff --git a/net/xchat-ruby/HISTORY b/net/xchat-ruby/HISTORY
new file mode 100644
index 0000000..caf2d21
--- /dev/null
+++ b/net/xchat-ruby/HISTORY
@@ -0,0 +1,2 @@
+2008-04-29 Vlad Glagolev <stealth at sourcemage.org>
+	* BUILD, DEPENDS, DETAILS, INSTALL: spell created
diff --git a/net/xchat-ruby/INSTALL b/net/xchat-ruby/INSTALL
new file mode 100755
index 0000000..7d60387
--- /dev/null
+++ b/net/xchat-ruby/INSTALL
@@ -0,0 +1 @@
+install -vm 755 xchat-ruby.so $INSTALL_ROOT/usr/lib/xchat/plugins/ruby.so



More information about the SM-Commit mailing list