diff options
author | dinoex <dinoex@FreeBSD.org> | 2008-06-22 06:11:50 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2008-06-22 06:11:50 +0800 |
commit | 2c3c3931c9f1c76df291354a6b6edc16a9ff942e (patch) | |
tree | e2362d8a0caa52d365bcc5933f9faf2e3b3d020a /irc/xchat-ruby/pkg-descr | |
parent | ea7f0c078dd8af79125668e00fba8db458c35af5 (diff) | |
download | freebsd-ports-gnome-2c3c3931c9f1c76df291354a6b6edc16a9ff942e.tar.gz freebsd-ports-gnome-2c3c3931c9f1c76df291354a6b6edc16a9ff942e.tar.zst freebsd-ports-gnome-2c3c3931c9f1c76df291354a6b6edc16a9ff942e.zip |
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.
WWW: http://xchat-ruby.sourceforge.net/
Diffstat (limited to 'irc/xchat-ruby/pkg-descr')
-rw-r--r-- | irc/xchat-ruby/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/irc/xchat-ruby/pkg-descr b/irc/xchat-ruby/pkg-descr new file mode 100644 index 000000000000..5a9c90f60f07 --- /dev/null +++ b/irc/xchat-ruby/pkg-descr @@ -0,0 +1,7 @@ +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. + +WWW: http://xchat-ruby.sourceforge.net/ |