head	1.3;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.3
	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.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.2
	RELEASE_4_0_0:1.2
	RELEASE_3_4_0:1.2
	RELEASE_3_3_0:1.2
	RELEASE_3_2_0:1.2
	RELEASE_3_1_0:1.2
	RELEASE_2_2_8:1.2
	RELEASE_3_0_0:1.2
	RELEASE_2_2_7:1.2
	RELEASE_2_2_6:1.2
	RELEASE_2_2_5:1.2
	RELEASE_2_2_1:1.2
	RELEASE_2_2_2:1.2
	GOFER_2_30A:1.1.1.1
	GOFER:1.1.1;
locks; strict;
comment	@# @;


1.3
date	2001.02.08.12.47.23;	author kevlo;	state Exp;
branches;
next	1.2;

1.2
date	95.02.12.02.56.22;	author ats;	state Exp;
branches;
next	1.1;

1.1
date	95.02.08.09.41.10;	author hsu;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	95.02.08.09.41.11;	author hsu;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- Upgrade to version 2.30b
- Add WWW: line

PR: 24875
Submitted by: Ports Fury
@
text
@--- ../scripts/gofer.orig	Fri Jun 24 01:00:00 1994
+++ ../scripts/gofer	Wed Jan 31 01:45:21 2001
@@@@ -9,10 +9,10 @@@@
 # Edited by Jonathan Bowen, Oxford University, August 1993
 
 # Location of gofer files - site specific
-ROOT=/usr/local/gofer
+ROOT=%%PREFIX%%/lib/Gofer
 
 # first, the location of your prelude file:
-GOFER=${GOFER-$ROOT/lib/standard.prelude}
+GOFER=${GOFER-$ROOT/standard.prelude}
 export GOFER
 
 # next, command line argument settings.  One example might be:
@@@@ -33,5 +33,5 @@@@
 esac
 
 # Finally, start the interpreter running:
-# exec /usr/local/lib/Gofer/gofer $GOFERARGS $*
-exec $ROOT/bin/Gofer $GOFERARGS $*
+# exec %%PREFIX%%/lib/Gofer/gofer $GOFERARGS $*
+exec $ROOT/gofer $GOFERARGS $*
@


1.2
log
@Correct the paths for two patches. The source for these files didn't
live in work/src but in work/src/../scripts.
@
text
@d1 23
a23 36
*** ../scripts/gofer.0	Thu Jun 23 16:00:00 1994
--- ../scripts/gofer	Wed Feb  8 01:16:55 1995
***************
*** 9,18 ****
  # Edited by Jonathan Bowen, Oxford University, August 1993
  
  # Location of gofer files - site specific
! ROOT=/usr/local/gofer
  
  # first, the location of your prelude file:
! GOFER=${GOFER-$ROOT/lib/standard.prelude}
  export GOFER
  
  # next, command line argument settings.  One example might be:
--- 9,18 ----
  # Edited by Jonathan Bowen, Oxford University, August 1993
  
  # Location of gofer files - site specific
! ROOT=/usr/local/lib/Gofer
  
  # first, the location of your prelude file:
! GOFER=${GOFER-$ROOT/standard.prelude}
  export GOFER
  
  # next, command line argument settings.  One example might be:
***************
*** 34,37 ****
  
  # Finally, start the interpreter running:
  # exec /usr/local/lib/Gofer/gofer $GOFERARGS $*
! exec $ROOT/bin/Gofer $GOFERARGS $*
--- 34,37 ----
  
  # Finally, start the interpreter running:
  # exec /usr/local/lib/Gofer/gofer $GOFERARGS $*
! exec $ROOT/gofer $GOFERARGS $*
@


1.1
log
@Initial revision
@
text
@d1 2
a2 2
*** gofer.0	Thu Jun 23 16:00:00 1994
--- gofer	Wed Feb  8 01:16:55 1995
@


1.1.1.1
log
@gofer - a lazy functional language
@
text
@@
