Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (3bea3b801e709f4bd9cc9fb9329ed984c71866c7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (3bea3b801e709f4bd9cc9fb9329ed984c71866c7)
  • Date: Sat, 3 Nov 2007 17:00:46 -0500

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

ChangeLog | 1 +
libs/ruby-zoom/BUILD | 2 ++
libs/ruby-zoom/DEPENDS | 2 ++
libs/ruby-zoom/DETAILS | 16 ++++++++++++++++
libs/ruby-zoom/HISTORY | 2 ++
5 files changed, 23 insertions(+)

New commits:
commit 3bea3b801e709f4bd9cc9fb9329ed984c71866c7
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

a Ruby binding to the ZOOM toolkit #14076

spell by Cathal Mc Ginley

diff --git a/ChangeLog b/ChangeLog
index 1ba174c..6b63344 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@
* libs/ruby-gettext: native Language Support lib and tools for Ruby
#14073
* libs/ruby-amazon: lib for fetching data from Amazon Web Services
#14074
* devel/yaz: toolkit for Z39.50/SRW/SRU clients and servers #14075
+ * libs/ruby-zoom: a Ruby binding to the ZOOM toolkit #14076

2007-11-02 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* libs/gloox: new spell, C++ jabber library
diff --git a/libs/ruby-zoom/BUILD b/libs/ruby-zoom/BUILD
new file mode 100755
index 0000000..99712e0
--- /dev/null
+++ b/libs/ruby-zoom/BUILD
@@ -0,0 +1,2 @@
+ruby extconf.rb &&
+make
diff --git a/libs/ruby-zoom/DEPENDS b/libs/ruby-zoom/DEPENDS
new file mode 100755
index 0000000..f9bb2b3
--- /dev/null
+++ b/libs/ruby-zoom/DEPENDS
@@ -0,0 +1,2 @@
+depends ruby &&
+depends yaz
diff --git a/libs/ruby-zoom/DETAILS b/libs/ruby-zoom/DETAILS
new file mode 100755
index 0000000..973a458
--- /dev/null
+++ b/libs/ruby-zoom/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=ruby-zoom
+ VERSION=0.2.2
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=http://rubyforge.org/frs/download.php/6940/$SOURCE
+
SOURCE_HASH=sha512:6949bbc4400587d7db0e2d9de0e51d1259a89d939db7caf41c8b52404eb96b3a8ce063866a5a217cff3ec320bf8a596f26ecdeb04e5711ea6f478a02ce42f88f
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=http://ruby-zoom.rubyforge.org/
+ LICENSE[0]=LGPL
+ ENTERED=20071103
+ SHORT="a Ruby binding to the ZOOM toolkit"
+cat << EOF
+Ruby/ZOOM provides a Ruby binding to the Z39.50 Object-Orientation Model
+(ZOOM), an abstract object-oriented programming interface to a subset of the
+services specified by the Z39.50 standard, also known as the international
+standard ISO 23950.
+EOF
diff --git a/libs/ruby-zoom/HISTORY b/libs/ruby-zoom/HISTORY
new file mode 100644
index 0000000..aec8581
--- /dev/null
+++ b/libs/ruby-zoom/HISTORY
@@ -0,0 +1,2 @@
+2007-11-03 Cathal Mc Ginley <cathal.magus AT gnostai.org>
+ * DEPENDS, BUILD, DETAILS: created this spell



  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (3bea3b801e709f4bd9cc9fb9329ed984c71866c7), Jaka Kranjc, 11/03/2007

Archive powered by MHonArc 2.6.24.

Top of Page