head	1.5;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.1;
locks; strict;
comment	@# @;


1.5
date	2013.02.28.01.50.42;	author svnexp;	state dead;
branches;
next	1.4;

1.4
date	2008.09.05.07.11.26;	author nemoliu;	state Exp;
branches;
next	1.3;

1.3
date	2008.04.23.06.26.05;	author nemoliu;	state Exp;
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.5
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313074
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@--- ./bin/jruby.old	2008-04-23 11:36:44.368716680 +0800
+++ ./bin/jruby	2008-04-23 11:40:04.632441243 +0800
@@@@ -37,6 +37,9 @@@@
 JRUBY_HOME_1=`dirname "$PRG"`           # the ./bin dir
 JRUBY_HOME=`dirname "$JRUBY_HOME_1"`  # the . dir

+# Set JAVA_HOME to the value the port was built with
+JAVA_HOME=%%JAVA_HOME%%
+
 if [ -z "$JRUBY_OPTS" ] ; then
   JRUBY_OPTS=""
 fi
@


1.4
log
@- Update to 1.1.3

PR:		125937
Submitted by:	Geoff The <geoff2k@@gmail.com>
@
text
@@


1.3
log
@- update to 1.1.1

Approved by:	delphij (mentor,implicit)
@
text
@a2 6
@@@@ -1,4 +1,4 @@@@
-#!/bin/bash
+#!/usr/bin/env bash
 # -----------------------------------------------------------------------------
 # jruby.sh - Start Script for the JRuby interpreter
 #
d6 2
a7 1
 
a8 1
+JRUBY_HOME=%%JRUBY_HOME%%
@


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

Approved by:	delphij (mentor)
@
text
@d1 2
a2 2
--- bin/jruby.orig	Fri Apr  6 13:57:54 2007
+++ bin/jruby	Fri Apr  6 14:00:13 2007
d9 3
a11 2
@@@@ -26,6 +26,9 @@@@
 esac
a12 1
 # ----- Verify and Set Required Environment Variables -------------------------
d16 3
a18 3
 
 if [ -z "$JRUBY_HOME" ] ; then
   ## resolve links - $0 may be a link to  home
@


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
@d5 1
a5 1
+#!/bin/sh
@

