head	1.4;
access;
symbols
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.3
	RELEASE_4_2_0:1.3
	RELEASE_4_1_1:1.3
	RELEASE_4_1_0:1.3
	RELEASE_3_5_0:1.1
	RELEASE_4_0_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2002.11.16.22.17.23;	author edwin;	state dead;
branches;
next	1.3;

1.3
date	2000.07.03.15.03.34;	author sobomax;	state Exp;
branches;
next	1.2;

1.2
date	2000.07.03.14.24.11;	author sobomax;	state Exp;
branches;
next	1.1;

1.1
date	99.12.29.07.30.47;	author steve;	state Exp;
branches;
next	;


desc
@@


1.4
log
@iMaintainer update to version 2.0.2

PR:		ports/45143
Submitted by:	Jose Marques <noway@@nohow.demon.co.uk>
@
text
@--- starlogo-unix.orig	Mon Jul  3 16:39:10 2000
+++ starlogo-unix	Mon Jul  3 16:40:55 2000
@@@@ -1,2 +1,6 @@@@
 #!/bin/sh
-java -classpath .:./starlogo.jar starlogo.Toplevel compiler "init 100"
+CLASSPATH=.:%%PREFIX%%/share/java/starlogo/starlogo.jar
+export CLASSPATH
+
+cd %%PREFIX%%/share/java/starlogo/sample-projects
+exec %%LOCALBASE%%/bin/javavm -noasyncgc starlogo.Toplevel compiler "init 100"
@


1.3
log
@Add "-noasyncgc" option to Java Virtual Machine to avoid random hangs.
@
text
@@


1.2
log
@Update to 1.1. Fix MASTER_SITES, WWW and make it using javavmwrapper.
@
text
@d10 1
a10 1
+exec %%LOCALBASE%%/bin/javavm starlogo.Toplevel compiler "init 100"
@


1.1
log
@Moving the starlogo port from java to lang.
@
text
@d1 4
a4 5
--- starlogo-unix.orig	Wed Sep 22 08:15:23 1999
+++ starlogo-unix	Sun Nov 14 19:52:57 1999
@@@@ -1,3 +1,3 @@@@
-echo Warning: You might need to make the native stack size bigger
-echo on the java command line in order to run StarLogo.
d6 5
a10 3
+#!/bin/sh
+cd @@@@PREFIX@@@@/share/java/starlogo/projects
+java -Djava.compiler=tya -classpath @@@@PREFIX@@@@/share/java/starlogo/starlogo.jar:@@@@PREFIX@@@@/share/java/starlogo:@@@@PREFIX@@@@/jdk@@@@JDK_VERSION@@@@/lib/classes.zip starlogo.Toplevel compiler "init 100"
@

