File: README.BeOS

package info (click to toggle)
regina 3.3-5
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 4,944 kB
  • ctags: 7,235
  • sloc: ansic: 50,555; sh: 2,727; lex: 2,298; yacc: 1,498; makefile: 1,019; cpp: 117
file content (52 lines) | stat: -rw-r--r-- 2,491 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
                              Regina 3.3 for BeOS

This archive contains binaries for the Regina Rexx Interpreter 3.0 for BeOS.
Regina is one of the fastest Rexx interpreters available, and the most
portable. Regina is available on most Unix platforms, including Linux and
FreeBSD, Windows 9x/NT/2k/XP, OS/2, DOS, Amiga, OpenVMS, OpenEdition and Linux/390.

Regina is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE. See
COPYING-LIB for details.

This port was built on BeOS 5.0. I do not know if it works on any version of 
BeOS prior to 5.0.

The SoftwareValet package installs the following files in /boot/home/config:

Included in the port are:
bin/regina                 - Regina Rexx Interpreter - BeOS Regina
                             add-ons via SAA Rexx API available
bin/rexx                   - Regina Rexx Interpreter - no add-ons
bin/rxstack                - Regina Stack Daemon
                             controls all named external queues
bin/rxqueue                - Regina Stack Client
                             interface to rxstack for non-Regina apps
lib/libregina.a            - Regina Rexx static library
lib/libregina.so           - Regina Rexx shared library
include/rexxsaa.h          - Rexx SAA API header file
add-ons/regina/libtest1.so - sample Rexx external function library
                             built as BeOS add-on - see dynfunc.rexx
add-ons/regina/libtest2.so - sample Rexx external function library
                             built as BeOS add-on - see dynfunc.rexx
add-ons/regina/*.rexx      - sample Rexx programs

To be able to run the sample dynfunc.rexx, or any other Rexx programs that
use external function libraries, you should append 
/boot/home/config/add-ons/regina to your ADDON_PATH in your
/boot/home/config/boot/UserSetupEnvironment file.

To start the Regina Stack daemon; rxstack, automatically, add the line:
/boot/home/config/bin/rxstack -d
to 
/boot/home/config/boot/UserBootscript

For more information on Regina, visit the Regina Home page at
http://regina-rexx.sf.net

Cheers, Mark.
------------------------------------------------------------------------
* Mark Hessling,  M.Hessling@qut.edu.au  http://www.lightlink.com/hessling/
* Author of THE, a Free XEDIT/KEDIT editor and, Rexx/SQL
* Maintainer of PDCurses: Public Domain Curses and, Regina Rexx interpreter
* Use Rexx ? join the Rexx Language Association: http://www.rexxla.org
------------------------------------------------------------------------