Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (bdd0849298d326b28bc02e8f4f1d7a2a8fa4e831)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (bdd0849298d326b28bc02e8f4f1d7a2a8fa4e831)
  • Date: Fri, 8 Sep 2006 15:58:33 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

ChangeLog | 4 ++++
devel/jruby/BUILD | 1 +
devel/jruby/DEPENDS | 2 ++
devel/jruby/DETAILS | 20 ++++++++++++++++++++
devel/jruby/HISTORY | 2 ++
devel/jruby/INSTALL | 1 +
6 files changed, 30 insertions(+)

New commits:
commit c625585e14e41d61b3f185dd8777eeda787ddc79
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

devel/jruby: new spell, 100% pure-Java implementation of the Ruby
programming language

diff --git a/ChangeLog b/ChangeLog
index c485c51..9f9d2b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-09-09 Pol Vinogradov <vin.public AT gmail.com>
+ * devel/jruby: new spell, 100% pure-Java implementation of the Ruby
+ programming language
+
2006-09-05 Anton Brondz <dinolinux AT sourcemage.org>
* science-libs/facile: new spell

diff --git a/devel/jruby/BUILD b/devel/jruby/BUILD
new file mode 100755
index 0000000..59b09c9
--- /dev/null
+++ b/devel/jruby/BUILD
@@ -0,0 +1 @@
+ant
diff --git a/devel/jruby/DEPENDS b/devel/jruby/DEPENDS
new file mode 100755
index 0000000..51cd504
--- /dev/null
+++ b/devel/jruby/DEPENDS
@@ -0,0 +1,2 @@
+depends ant &&
+depends JAVA
diff --git a/devel/jruby/DETAILS b/devel/jruby/DETAILS
new file mode 100755
index 0000000..0057b5d
--- /dev/null
+++ b/devel/jruby/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=jruby
+ VERSION=0.9.0
+ SOURCE=$SPELL-src-$VERSION.tar.gz
+ SOURCE_URL[0]=http://dist.codehaus.org/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:baeab5fbbc4dbc84ffebc6d23e9c51edc68dcd8898d0e751b21a0700a24197d6b86cd5aca389e8101c79fe10ed18e3311a926fa2837f7b9c09692e3978642de8
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/$SPELL-$VERSION
+ WEB_SITE=http://jruby.codehaus.org/Home
+ LICENSE[0]=GPL
+ KEYWORDS="devel"
+ ENTERED=20060909
+ SHORT="JRuby is an 100% pure-Java implementation of the Ruby
programming language."
+cat << EOF
+JRuby is an 100% pure-Java implementation of the Ruby programming language.
+Features:
+* A 1.8.4 compatible Ruby interpreter written in 100% pure Java
+* Most builtin Ruby classes provided
+* Support for interacting with and defining java classes from within ruby
+* Bean Scripting Framework (BSF) support
+* Distributed under a tri-license (CPL/GPL/LGPL)
+EOF
diff --git a/devel/jruby/HISTORY b/devel/jruby/HISTORY
new file mode 100644
index 0000000..8959423
--- /dev/null
+++ b/devel/jruby/HISTORY
@@ -0,0 +1,2 @@
+2006-09-09 Pol Vinogradov <vin.public AT gmail.com>
+ * BUILD, DETAILS, DEPENDS, INSTALL: created spell
diff --git a/devel/jruby/INSTALL b/devel/jruby/INSTALL
new file mode 100755
index 0000000..0e828d5
--- /dev/null
+++ b/devel/jruby/INSTALL
@@ -0,0 +1 @@
+install lib/jruby.jar ${INSTALL_ROOT}/usr/lib/jdk${VERSION}



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (bdd0849298d326b28bc02e8f4f1d7a2a8fa4e831), Pol Vinogradov, 09/08/2006

Archive powered by MHonArc 2.6.24.

Top of Page