3 This archive contains binaries for the Regina Rexx Interpreter 3.0 for BeOS.
4 Regina is one of the fastest Rexx interpreters available, and the most
5 portable. Regina is available on most Unix platforms, including Linux and
6 FreeBSD, Windows 9x/NT/2k/XP, OS/2, DOS, Amiga, OpenVMS, OpenEdition and Linux/390.
8 Regina is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE. See
9 COPYING-LIB for details.
11 This port was built on BeOS 5.0. I do not know if it works on any version of
14 The SoftwareValet package installs the following files in /boot/home/config:
16 Included in the port are:
17 bin/regina - Regina Rexx Interpreter - BeOS Regina
18 add-ons via SAA Rexx API available
19 bin/rexx - Regina Rexx Interpreter - no add-ons
20 bin/rxstack - Regina Stack Daemon
21 controls all named external queues
22 bin/rxqueue - Regina Stack Client
23 interface to rxstack for non-Regina apps
24 lib/libregina.a - Regina Rexx static library
25 lib/libregina.so - Regina Rexx shared library
26 include/rexxsaa.h - Rexx SAA API header file
27 add-ons/regina/libregutil.so - Regutil external function library
28 add-ons/regina/libtest1.so - sample Rexx external function library
29 built as BeOS add-on - see dynfunc.rexx
30 add-ons/regina/libtest2.so - sample Rexx external function library
31 built as BeOS add-on - see dynfunc.rexx
32 add-ons/regina/*.rexx - sample Rexx programs
34 To be able to run the sample dynfunc.rexx, or any other Rexx programs that
35 use external function libraries, you should append
36 /boot/home/config/add-ons/regina to your ADDON_PATH in your
37 /boot/home/config/boot/UserSetupEnvironment file.
39 To start the Regina Stack daemon; rxstack, automatically, add the line:
40 /boot/home/config/bin/rxstack -d
42 /boot/home/config/boot/UserBootscript
44 For more information on Regina, visit the Regina Home page at
45 http://regina-rexx.sf.net
48 ------------------------------------------------------------------------
49 * Mark Hessling, mark@rexx.org http://www.rexx.org/
50 * Author of THE, a Free XEDIT/KEDIT editor and, Rexx/SQL, Rexx/CURL, etc.
51 * Maintainer of Regina Rexx interpreter and Rexx/Tk
52 * Use Rexx? join the Rexx Language Association: http://www.rexxla.org/
53 ------------------------------------------------------------------------