Skip to Content.
Sympa Menu

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

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 (f51b722043dc8685e55ab18f562b48b66730e04c)
  • Date: Sat, 3 Nov 2007 16:26:15 -0500

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

ChangeLog | 3 +++
libs/ruby-gettext/BUILD | 2 ++
libs/ruby-gettext/DEPENDS | 1 +
libs/ruby-gettext/DETAILS | 38 ++++++++++++++++++++++++++++++++++++++
libs/ruby-gettext/HISTORY | 2 ++
libs/ruby-gettext/INSTALL | 1 +
6 files changed, 47 insertions(+)

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

libs/ruby-gettext: native Language Support library and tools for Ruby
#14073
spell by Cathal Mc Ginley

diff --git a/ChangeLog b/ChangeLog
index 8fdcac5..9357944 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
2007-11-03 Treeve Jelbert <treeve AT sourcemage.org>
* python-devel/elixir: new spell, front end to slqalchemy

+2007-11-03 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * libs/ruby-gettext: native Language Support lib and tools for Ruby
#14073
+
2007-11-02 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* libs/gloox: new spell, C++ jabber library

diff --git a/libs/ruby-gettext/BUILD b/libs/ruby-gettext/BUILD
new file mode 100755
index 0000000..64b8abb
--- /dev/null
+++ b/libs/ruby-gettext/BUILD
@@ -0,0 +1,2 @@
+ruby setup.rb config --prefix=/usr &&
+ruby setup.rb setup
diff --git a/libs/ruby-gettext/DEPENDS b/libs/ruby-gettext/DEPENDS
new file mode 100755
index 0000000..866eee3
--- /dev/null
+++ b/libs/ruby-gettext/DEPENDS
@@ -0,0 +1 @@
+depends ruby
diff --git a/libs/ruby-gettext/DETAILS b/libs/ruby-gettext/DETAILS
new file mode 100755
index 0000000..05faced
--- /dev/null
+++ b/libs/ruby-gettext/DETAILS
@@ -0,0 +1,38 @@
+ SPELL=ruby-gettext
+ VERSION=1.10.0
+ SOURCE="$SPELL-package-$VERSION.tar.gz"
+ SOURCE_URL[0]=http://rubyforge.org/frs/download.php/22478/$SOURCE
+
SOURCE_HASH=sha512:4ec8fce188823ecd39d0b2a6fda58033363b2af420e62aa7ca7cca58a0c85d898a9d7ea574013f327e00c3e345e76cc0d217ab8e4a91a7d3693dd045f48cf1f2
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-package-$VERSION"
+ WEB_SITE=http://ponx.s5.xrea.com/hiki/ruby-gettext.html
+ LICENSE[0]=GPL
+ ENTERED=20071103
+ SHORT="Native Language Support library and tools for Ruby."
+cat << EOF
+Ruby-GetText-Package is Native Language Support library and tools
+which modeled after GNU gettext package.
+
+Features:
+
+* Simple APIs(similar GNU gettext)
+
+* rgettext creates po-files from
+ * ruby scripts
+ * glade-2 XML file(.glade)
+ * ERB file(.rhtml)
+ The po-file is compatible to GNU gettext.
+
+* rmsgfmt creates a mo-file from a po-file.
+ The mo-file is compatible to GNU gettext(msgfmt).
+
+* 2 kind of textdomain's scope
+ * A file base (default: recommanded)
+ * A Class/Module base
+ (GetText::Container, GetText::ErbContainer, GetText::Rails)
+
+* CGI support (gettext/cgi)
+
+* ERB support (gettext/erb)
+
+* Ruby on Rails support (gettext/rails)
+EOF
diff --git a/libs/ruby-gettext/HISTORY b/libs/ruby-gettext/HISTORY
new file mode 100644
index 0000000..43ea54f
--- /dev/null
+++ b/libs/ruby-gettext/HISTORY
@@ -0,0 +1,2 @@
+2007-11-03 Cathal Mc Ginley <cathal.magus AT gnostai.org>
+ * DEPENDS, BUILD, INSTALL, DETAILS, HISTORY: created this spell
diff --git a/libs/ruby-gettext/INSTALL b/libs/ruby-gettext/INSTALL
new file mode 100755
index 0000000..caf81b7
--- /dev/null
+++ b/libs/ruby-gettext/INSTALL
@@ -0,0 +1 @@
+ruby setup.rb install



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

Archive powered by MHonArc 2.6.24.

Top of Page