Re: NEW: lang/regina

2018-04-28 Thread Brian Callahan


On 04/24/18 12:15, Brian Callahan wrote:

Hi ports --

Attached is a new port, lang/regina. Regina is an ANSI-compliant 
interpreter for the REXX language.


---
pkg/DESCR:
Regina is an ANSI-compliant Rexx interpreter. Rexx is a programming
language that was designed to be easy to use for inexperienced
programmers yet powerful enough for experienced users. It is also a
language ideally suited as a macro language for other applications.
---

Builds some sample code I have here.

OK?

~Brian



Better tarball that actually allows regina to build on all platforms.

~Brian



regina.tgz
Description: Binary data


NEW: lang/regina

2018-04-24 Thread Brian Callahan

Hi ports --

Attached is a new port, lang/regina. Regina is an ANSI-compliant 
interpreter for the REXX language.


---
pkg/DESCR:
Regina is an ANSI-compliant Rexx interpreter. Rexx is a programming
language that was designed to be easy to use for inexperienced
programmers yet powerful enough for experienced users. It is also a
language ideally suited as a macro language for other applications.
---

Builds some sample code I have here.

OK?

~Brian



regina.tgz
Description: Binary data


Re: NEW: lang/regina-rexx

2015-01-14 Thread Richard
On Wed, 14 Jan 2015, Reinhold Straub wrote:

 Builds and runs on macppc (mac mini G4).

 lib-depends-check output:
 regina-rexx-3.9.0p0(lang/regina-rexx):
 Missing: m.9 (/usr/local/bin/rexx) (system lib)
 WANTLIB += m


Thanks for testing this!  I am testing on an amd64 system.

Attached is a newer version of the port including the WANTLIB m library
in the Makefile.

Richard Narron

regina-rexx-3.9.0-p1.tgz
Description: regina-rexx 3.9.0 rev 1


Re: NEW: lang/regina-rexx

2015-01-14 Thread Reinhold Straub

Builds and runs on macppc (mac mini G4).

lib-depends-check output:
regina-rexx-3.9.0p0(lang/regina-rexx):
Missing: m.9 (/usr/local/bin/rexx) (system lib)
WANTLIB += m

Reinhold Straub

On 14.01.15 01:09, Richard wrote:

 Attached is a new port of the Regina-REXX 3.9.0 scripting language.

 http://regina-rexx.sourceforge.net/

 Since this is my first published port, comments are welcome!

 I will soon publish the regina-rexx-docs port containing a pdf for the
language reference.

Richard

$cat pkg/DESCR

This Open Source version of the IBM Rexx scripting language
includes common features such as arbitrary numerical precision,
decimal floating point and associative arrays.

Rexx was not originally developed on a Unix platform and
is missing  shell features such as back ticks ``, system()
functions and $() notation.  This makes it somewhat safer
as a CGI web language than most Unix scripting languages.

Because of the arbitrary precision and decimal floating point,
it is excellent as a financial reporting language.

Flavor: static - create rexx executable as a static binary




Re: NEW: lang/regina-rexx

2015-01-13 Thread STeve Andre'

YES!

I've been too lazy to see about importing this, but I know there
are some people out there who would/will be more likely to use
OpenBSD if Rexx was there.  Cool... And thanks for this.  I'll
test it soon.

-STeve Andre'

On 01/13/15 19:09, Richard wrote:

 Attached is a new port of the Regina-REXX 3.9.0 scripting language.

 http://regina-rexx.sourceforge.net/

 Since this is my first published port, comments are welcome!

 I will soon publish the regina-rexx-docs port containing a pdf for the
language reference.

Richard

$cat pkg/DESCR

This Open Source version of the IBM Rexx scripting language
includes common features such as arbitrary numerical precision,
decimal floating point and associative arrays.

Rexx was not originally developed on a Unix platform and
is missing  shell features such as back ticks ``, system()
functions and $() notation.  This makes it somewhat safer
as a CGI web language than most Unix scripting languages.

Because of the arbitrary precision and decimal floating point,
it is excellent as a financial reporting language.

Flavor: static - create rexx executable as a static binary




NEW: lang/regina-rexx

2015-01-13 Thread Richard
Attached is a new port of the Regina-REXX 3.9.0 scripting language.

http://regina-rexx.sourceforge.net/

Since this is my first published port, comments are welcome!

I will soon publish the regina-rexx-docs port containing a pdf for the
language reference.

Richard

$cat pkg/DESCR

This Open Source version of the IBM Rexx scripting language
includes common features such as arbitrary numerical precision,
decimal floating point and associative arrays.

Rexx was not originally developed on a Unix platform and
is missing  shell features such as back ticks ``, system()
functions and $() notation.  This makes it somewhat safer
as a CGI web language than most Unix scripting languages.

Because of the arbitrary precision and decimal floating point,
it is excellent as a financial reporting language.

Flavor: static - create rexx executable as a static binary


regina-rexx-3.9.0.tgz
Description: Regina-REXX 3.9.0 port