head	1.2;
access;
symbols
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2005.04.08.19.10.06;	author pav;	state dead;
branches;
next	1.1;

1.1
date	2001.01.14.19.45.31;	author vanilla;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to 20b0
- Mark BROKEN on 4.x and !i386 (almost)

PR:		ports/79615
Submitted by:	Sam Lawrance <boris@@brooknet.com.au>
@
text
@--- scriba.conf.unix.lsp.orig	Wed Dec 27 19:52:17 2000
+++ scriba.conf.unix.lsp	Mon Jan 15 03:34:09 2001
@@@@ -8,11 +8,11 @@@@
 dll ".so"
 
 ; where the modules are to be loaded from
-module "/etc/scriba/modules/"
+module "/usr/local/lib/scriba/"
 
 ; where to search system and module include files
 ; trailing / or / is needed
-include "/etc/scriba/include/"
+include "/usr/local/include/scriba/"
 
 ;
 ; define external preprocessors
@@@@ -29,8 +29,8 @@@@
 ; the external preprocessors
   external (
     heb (
-      executable "/usr/bin/scriba /etc/scriba/source/heber.bas"
-      directory "/etc/scriba/hebtemp/"
+      executable "/usr/local/bin/scriba /usr/local/include/scriba/heber.bas"
+      directory "/usr/local/etc/scriba/hebtemp/"
       )
     )
   )
@@@@ -67,13 +67,13 @@@@
 ; This is the directory where we store the compiled code
 ; to automatically avoid recompilation
 ;
-cache "/etc/scriba/cache/"
+cache "/usr/local/lib/scriba/cache/"
 
 cgi (
 ;
 ; These are the keys used by the CGI module
 ;
-  debugfile "/etc/scriba/cgidebug.txt"
+  debugfile "/usr/local/etc/scriba/cgidebug.txt"
   )
 
 ;
@@@@ -83,7 +83,7 @@@@
 
  ; directories where to store the 
  dir (
-   home "/etc/scriba/sampledb" ; the home directory of operation of the Berkerley DB
+   home "/usr/local/etc/scriba/sampledb" ; the home directory of operation of the Berkerley DB
    data "db"  ; database files
    log  "log" ; log files
    temp "tmp" ; temporary files
@@@@ -115,4 +115,4 @@@@
     )
   )
 
-;break
+;break
@


1.1
log
@ScriptBasic is a scripting implementation of the BASIC language. The
aim of this implementation is to provide a general and widely used
tool for the simple programmer. One of the reason behind the success
of the Microsoft operating systems is VisualBasic, which is built into
many of the applications Microsoft delivers. Why are UNIX and other
non-Microsoft operating system users prohibited to use the simplest
programming language?
ScriptBasic is a BASIC implementation, which aims not less than
becoming the most widely used scripting tool on UNIX systems. It is
portable, it is BASIC, it is a scripting tool and it is GNU LGPL.

PR:		ports/24133
Submitted by:	George Reid <greid@@ukug.uk.freebsd.org>
@
text
@@

