head	1.3;
access;
symbols
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.1;
locks; strict;
comment	@# @;


1.3
date	2008.04.24.13.30.32;	author nemoliu;	state dead;
branches;
next	1.2;

1.2
date	2007.08.21.11.18.13;	author nemoliu;	state Exp;
branches;
next	1.1;

1.1
date	2007.04.25.03.03.50;	author clsung;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- remove useless patch

Approved by:	delphij (mentor,implicit)
@
text
@--- bin/jrubyc.orig	2007-08-21 19:06:20.355621590 +0800
+++ bin/jrubyc	2007-08-21 19:08:23.020781206 +0800
@@@@ -1,4 +1,4 @@@@
-#!/bin/bash
+#!/usr/bin/env bash
 # -----------------------------------------------------------------------------
 # jruby.sh - Start Script for the JRuby interpreter
 #
@@@@ -27,6 +27,9 @@@@
 
 # ----- Verify and Set Required Environment Variables -------------------------
 
+JAVA_HOME=%%JAVA_HOME%%
+JRUBY_HOME=%%JRUBY_HOME%%
+
 if [ -z "$JRUBY_HOME" ] ; then
   ## resolve links - $0 may be a link to  home
   PRG=$0
@


1.2
log
@ - add bash to RUN_DEPENDS
 - change bash declare in patch

Approved by:	delphij (mentor)
@
text
@@


1.1
log
@- Update to 0.9.8
- grab maintainership
- Release log:
* Ruby on Rails support. We have been working hard on getting Rails own unit
  tests running and over 98% of them now run successfully. We feel things are
  running well enough to invite Ruby users to kick the tires and help root out
  any final issues.
* Ruby classes can extend concrete/abstract Java classes and override methods
* New Java primitive array syntax
* Reimplementation of String, Numeric classes, and Array to be more correct
  and performant
* Significant bottlenecks have been identified. In some cases IO is 6.5x
  faster than previous releases. Java included classes are significantly
  faster than in the past.
* 225 Jira issues resolved since last release

PR:		ports/111316
Submitted by:	maintainer (Nemo Liu)
@
text
@d1 9
a9 4
--- bin/jrubyc.orig	Fri Apr  6 13:58:12 2007
+++ bin/jrubyc	Fri Apr  6 14:00:36 2007
@@@@ -26,6 +26,9 @@@@
 esac
d12 1
d14 1
a14 1
+JRUBY_HOME=%%JRUBY_HOME%
a15 1
 
d18 1
@

